[class^="icon"] {
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.icon-close {
  background-image: url('/img/close-black.png');
  width: 15px;
  height: 15px;
}
.icon-close.small {
  background-size: cover;
  height: 8px;
  width: 8px;
}
.search-icon {
  background-image: url('/img/search-black.svg');
  background-color: transparent;
}
.search-icon-white {
  width: 15px;
  height: 15px;
  background-image: url("/img/search-white.svg");
}
.icon-fb {
  background-image: url("/img/fb.png");
  width: 20px;
  height: 20px;
}
.icon-youtube {
  background-image: url("/img/youtube.png");
  width: 20px;
  height: 25px;
}
.icon-pin {
  background-image: url("/img/pinterest.png");
  width: 20px;
  height: 20px;
}
.icon-instagram {
  background-image: url("/img/instagram.png");
  width: 20px;
  height: 20px;
}
.icon-payments {
  background-image: url("/img/bank-logos1.png?v2");
  background-size: 100%;
  max-width: 100%;
  width: 610px;
  height: 22px;
}
.icon-verified-payments {
  background-image: url("/img/bank-logos-2.png?v2");
  background-size: contain;
  max-width: 100%;
  height: 22px;
  width: 105px;
}
.icon-white-arrow-down {
  background-image: url("/img/arrow-down-white.png");
  width: 40px;
  height: 30px;
}
.icon-back-to-top {
  background-image: url('/img/arrow-up-black.svg');
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.icon-arrow-top {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #828e95 transparent;
}
.icon-select-arrow {
  background-image: url("/img/select-arrow.png");
}
.icon-fb-color {
  background-image: url("../img/icon-fb-color.png");
  width: 22px;
  height: 20px;
}
.icon-google-color {
  background-image: url("../img/icon-g-color.png");
  width: 20px;
  height: 21px;
}
.icon-product-new {
  width: 35px;
  height: 54px;
  background-image: url("../img/label-new.png");
}
.icon-product-eco {
  width: 35px;
  height: 54px;
  background-image: url("../img/label-eco.png");
}
.icon-product-merino {
  width: 35px;
  height: 54px;
  background-image: url("../img/label-merino.png");
}
.icon-product {
  width: 35px;
  height: 54px;
}
.icon-product .sale {
  width: 35px;
  height: 54px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.icon-product .sale.sale-default {
  background-image: url("../img/label-sales.png");
}
#fp-nav ul li a span,
#fp-nav ul li:hover a span,
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span {
  width: 10px;
  height: 10px;
  margin: -2px 0 0 -2px;
}
#fp-nav ul li a.active span {
  background-color: #828e95;
}
#fp-nav ul li a span {
  width: 10px;
  height: 10px;
  margin: -2px 0 0 -2px;
  border: 1px solid #828e95;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
a:focus,
button:focus,
input:focus,
.btn:focus,
.btn.active:focus,
.btn.focus:focus,
a:focus:active,
button:focus:active,
input:focus:active,
.btn:focus:active,
.btn.active:focus:active,
.btn.focus:focus:active,
a:active,
button:active,
input:active,
.btn:active,
.btn.active:active,
.btn.focus:active {
  outline-style: none;
}
.modal-dialog {
  color: #828e95;
}
.modal-dialog.banner-modal-dialog {
  padding: 20px;
}
.modal-dialog.banner-modal-dialog .modal-content {
  padding: 0;
}
.modal-dialog.banner-modal-dialog .modal-content .modal-body {
  padding: 0;
  z-index: 1;
}
.modal-dialog.banner-modal-dialog .modal-content .modal-header {
  padding: 0;
}
.modal-dialog.banner-modal-dialog .modal-content .modal-header .close {
  top: 10px;
  z-index: 2;
}
.modal-dialog .modal-content {
  padding: 0 20px;
  border: 0;
  *zoom: 1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.modal-dialog .modal-content:before,
.modal-dialog .modal-content:after {
  content: " ";
  display: table;
}
.modal-dialog .modal-content:after {
  clear: both;
}
.modal-dialog .modal-content.modal-filter-content {
  padding: 5px 30px 25px;
}
.modal-dialog .modal-content.modal-filter-content .filter-enum ul {
  padding: 0;
  margin: 0;
}
.modal-dialog .modal-content.modal-filter-content .filter-enum ul li {
  list-style-type: none;
}
.modal-dialog .modal-content.modal-filter-content .filter-enum ul li a {
  color: #828e95;
  cursor: pointer;
}
.modal-dialog .modal-content .modal-header {
  border: none;
}
.modal-dialog .modal-content .modal-header .modal-header-title {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 22px;
  padding: 10px 0 0;
}
.modal-dialog .modal-content .modal-header .close {
  font-size: 24px;
  width: 27px;
  height: 27px;
  font-weight: 400;
  position: absolute;
  top: 5px;
  right: 10px;
  background-color: white;
  border-radius: 50%;
}
.modal-dialog .modal-content .modal-body p {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  padding: 0 0 10px;
}
.modal-dialog .modal-content .modal-body .checkbox label {
  width: 240px;
  top: 10px;
  position: relative;
}
.modal-dialog .modal-content .modal-body .modal-label {
  color: #a5adb2;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.modal-dialog .modal-content .modal-body .newsletter-btn {
  width: 100%;
  background-color: #FFF;
  color: #828e95;
  text-transform: uppercase;
  border: 1px solid #828e95;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 400;
  margin-top: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal-dialog .modal-content .modal-body .newsletter-btn :active {
  border: 1px solid #828e95;
}
.nav-tabs {
  border-bottom: 0;
  margin-bottom: 20px;
  color: #828e95;
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
  padding-left: 0;
}
.nav-tabs li a {
  color: #828e95;
  background-color: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs li.active a {
  background-color: rgba(130, 141, 149, 0.17);
}
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
  background-color: rgba(130, 141, 149, 0.17);
}
.cart-step-payment {
  margin-bottom: 20px;
}
.cart-step-payment .dropdown .dropdown-toggle {
  font-size: 13px;
  color: #828e95;
  font-weight: 400;
  line-height: 20px;
  box-shadow: none;
  padding-left: 0;
  display: block;
  width: 100%;
  border: 0;
  text-align: left;
  padding: 20px 0 10px;
  border-bottom: 1px solid rgba(130, 141, 149, 0.27);
  background-color: rgba(255, 255, 255, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.cart-step-payment .dropdown .dropdown-toggle:focus,
.cart-step-payment .dropdown .dropdown-toggle:hover,
.cart-step-payment .dropdown .dropdown-toggle:active {
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(130, 141, 149, 0.27);
  outline: none;
}
.cart-step-payment .dropdown .dropdown-menu {
  border: 1px solid #e5e5e5;
  box-shadow: none;
  top: 95%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.cart-step-payment .dropdown .dropdown-menu li a {
  display: block;
  text-align: left;
  padding: 5px 0;
  color: #828e95;
  font-size: 13px;
  line-height: 20px;
}
.dropdown-menu li.active a label {
  background-color: #f5f5f5;
}
.navbar-collapse {
  padding: 0;
  clear: both;
}
.modal-backdrop {
  background: #ddd;
}
.modal-backdrop.in {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.header .navbar-button {
  float: left;
  margin-right: 0;
  margin-bottom: 0;
}
.toggle-bar {
  border: 1px solid #828e95;
}
.navbar-toggle {
  margin-top: 0;
  position: absolute;
  left: 15px;
  top: 10px;
  z-index: 3;
}
form .form-control {
  border: 0;
  border-bottom: 1px solid rgba(130, 141, 149, 0.27);
}
form .form-group {
  padding-bottom: 20px;
  margin-bottom: 0;
}
form .form-group .checkbox {
  margin-bottom: 0;
  margin-top: 0;
}
.form-control {
  border-color: #828e95;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-control:focus {
  border-color: #828e95;
  box-shadow: none;
}
.checkbox label {
  padding-left: 0;
}
.input-group-addon {
  background: rgba(255, 255, 255, 0);
  border: none;
  border-bottom: 1px solid rgba(130, 141, 149, 0.27);
}
.dropdown-menu {
  padding: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f8f8f8;
}
.container {
  max-width: 1100px;
}
.panel-group {
  margin-bottom: 0;
}
.panel {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.panel .panel-heading {
  padding: 0;
  background-color: #fff;
  border-top: 1px solid rgba(130, 141, 149, 0.27);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.panel .panel-heading .img-container {
  width: 100%;
  height: 32px;
  float: left;
  margin-right: 70px;
  text-align: center;
  margin-bottom: 10px;
}
.panel .panel-heading .img-container img {
  max-width: 100%;
  max-height: 100%;
}
.panel .panel-heading .accordion-heading {
  padding: 0;
  padding-right: 20px;
  position: relative;
}
.panel .panel-heading .accordion-header {
  line-height: 10px;
  color: #828e95;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1px;
  padding: 20px 0;
  position: relative;
  *zoom: 1;
}
.panel .panel-heading .accordion-header:before,
.panel .panel-heading .accordion-header:after {
  content: " ";
  display: table;
}
.panel .panel-heading .accordion-header:after {
  clear: both;
}
.panel .panel-heading .accordion-header .toggle-icon {
  position: absolute;
  right: 0;
  top: 20%;
  margin-top: -5px;
}
.panel-title a:hover,
.panel-title a:focus {
  text-decoration: none;
}
.form-errors {
  color: red;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  text-align: center;
}
.breadcrumbs li a {
  color: #828e95;
}
.grid-item-image img {
  max-width: 100%;
  max-height: 100%;
}
.col-xs-2-4 {
  width: 100%;
  float: left;
}
.col-xs-2-4,
.col-sm-2-4,
.col-md-2-4,
.col-lg-2-4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
label {
  font-weight: 400;
  color: #828e95;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    border: none;
  }
}
@media (min-width: 768px) {
  .col-xs-2-4 {
    width: 20%;
  }
  .col-sm-2-4 {
    float: left;
  }
  .cart-step-payment {
    margin-bottom: 0;
  }
  .modal-dialog.banner-modal-dialog {
    width: auto;
  }
  .modal-dialog .modal-content .modal-header .close {
    top: 10px;
    right: 10px;
  }
  .panel .panel-heading .img-container {
    width: 110px;
    height: 32px;
    float: left;
    margin-right: 70px;
    text-align: center;
    margin-bottom: 0;
  }
  .panel .panel-heading .img-container img {
    max-width: 100%;
    max-height: 100%;
  }
  .panel .panel-heading .accordion-header .toggle-icon {
    top: 50%;
  }
  .navbar-button {
    display: inline-block;
  }
  .navbar-toggle {
    top: 35px;
  }
}
@media (min-width: 992px) {
  .col-md-2-5 {
    float: left;
  }
  .navbar-button {
    display: none;
  }
}
@media (min-width: 1200px) {
  .col-lg-2-5 {
    float: left;
  }
}
.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.clear {
  clear: both;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.block {
  display: block;
}
.nowrap {
  white-space: nowrap;
}
.width-25 {
  width: 25px;
}
.width-40 {
  width: 40px;
}
.width-50 {
  width: 50px;
}
.width-150 {
  width: 150px;
}
.req {
  color: #e8392e;
}
.strong {
  font-weight: bold;
}
.table-cell {
  display: table-cell;
}
.hide-text {
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
}
.hide-text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.no-padding-left {
  padding-left: 0!important;
}
.notice-red {
  background-color: #e8392e;
  width: 18px;
  height: 18px;
  line-height: 19px;
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  font-style: normal;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.has-tooltip {
  position: relative;
  cursor: default;
  z-index: 2;
}
.has-tooltip .tooltip-container {
  display: none;
  left: 50%;
  line-height: 18px;
  position: absolute;
  bottom: 100%;
  margin-bottom: 5px;
}
.has-tooltip .tooltip-container:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: rgba(33, 37, 41, 0.9);
}
.has-tooltip .tooltip-container.fixed-200 .tooltip-text {
  white-space: normal;
  width: 200px;
}
.has-tooltip .tooltip-container.tooltip-bot {
  top: 100%;
  bottom: auto;
  margin-top: 5px;
  margin-bottom: 0;
}
.has-tooltip .tooltip-container.tooltip-bot:before {
  top: auto;
  bottom: 100%;
  border-top-color: transparent;
  border-bottom-color: rgba(33, 37, 41, 0.9);
}
.has-tooltip .tooltip-text {
  border-radius: 3px;
  background-color: rgba(44, 19, 31, 0.9);
  color: white;
  display: block;
  font-size: 12px;
  font-weight: normal;
  left: -50%;
  padding: 4px 9px;
  position: relative;
  text-indent: 0;
  text-shadow: none;
  white-space: nowrap;
}
.has-tooltip:hover .tooltip-container {
  display: block;
}
.table {
  width: 100%;
  border-collapse: collapse;
}
.table th,
.table td {
  padding: 7px 13px;
}
.table th {
  border-bottom: 3px solid #2b131e;
  color: #614e48;
  text-align: left;
}
.table td {
  border-bottom: 1px solid #ddd7d2;
}
.table a {
  text-decoration: underline;
}
.color-red {
  color: #e8392e;
}
.disabled.opacity-1 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.red {
  color: #e8392e;
}
.error {
  color: #e95f46;
}
.underline-on-hover {
  text-decoration: none;
}
.underline-on-hover:hover,
.underline-on-hover:focus {
  text-decoration: underline;
}
.selectbox {
  font-size: 12px;
  padding: 6px;
}
.hr {
  margin: 2em 0;
  border-top: 1px solid #ddd7d2;
  height: 0;
  line-height: 0;
}
.angucomplete-holder {
  position: relative;
}
.angucomplete-holder .angucomplete-dropdown {
  position: absolute;
  top: 36px;
  width: 100%;
  border-style: solid;
  border-color: #ccc;
  border-width: 0 1px 1px 0px;
  background: #FFF;
  z-index: 11;
  max-height: 350px;
  overflow: auto;
}
.angucomplete-holder .angucomplete-dropdown .highlight {
  color: #ee2e54;
  font-weight: bold;
}
.angucomplete-holder .angucomplete-dropdown .angucomplete-searching {
  padding: 0 10px;
  line-height: 26px;
}
.angucomplete-holder .angucomplete-dropdown .angucomplete-row {
  padding: 0 5px;
  line-height: 26px;
  cursor: default;
}
.angucomplete-holder .angucomplete-dropdown .angucomplete-row:hover {
  background-color: #00a2e0;
  color: #FFF;
}
.angucomplete-holder .angucomplete-dropdown .angucomplete-row.category-row {
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #ededed;
  padding-left: 10px;
  font-size: 13px;
  color: #614e48;
}
.angucomplete-holder .angucomplete-dropdown .angucomplete-row.category-row > div {
  font-weight: bold;
  color: #2b131e;
}
.angucomplete-holder .angucomplete-dropdown .angucomplete-row.category-row:hover {
  background-color: #dedede;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
  display: none !important;
}
.nav,
.pagination,
.carousel,
.panel-title a {
  cursor: pointer;
}
.collapsable {
  transition: max-height 0.3s ease-out;
  overflow: hidden;
}
form.ng-submitted input.ng-invalid,
form.ng-submitted select.ng-invalid,
input.ng-invalid.ng-touched {
  border-color: red;
}
.label-error label,
.form-errors {
  color: red;
}
bs-date-time-picker .form-errors .message {
  position: absolute;
  bottom: -20px;
}
form.ng-submitted bs-date-time-picker.ng-invalid input,
form.ng-submitted bs-date-time-picker.ng-invalid.ng-touched input {
  border-color: red;
}
.bx-wrapper {
  position: relative;
  margin: 0 auto;
}
.bx-wrapper .bxslider {
  margin: 0;
  padding: 0;
}
.bx-wrapper .slider li a {
  display: block;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
  border: none;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 15px;
  width: 100%;
  z-index: 1;
}
.bx-wrapper .bx-pager {
  text-align: center;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  font-size: 0;
  display: block;
  width: 10px;
  height: 10px;
  outline: 0;
  width: 20px;
  height: 20px;
  background-image: url("about:blank");
}
.bx-wrapper .bx-pager.bx-default-pager a:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  margin: 0 auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #FFF;
  position: relative;
  top: 6px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: url(/img/slider/bullet_active.png) center center no-repeat;
}
.bx-wrapper .bx-pager.bx-default-pager a.active:before {
  display: none;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -52px;
  outline: 0;
  width: 66px;
  height: 104px;
  text-indent: -9999px;
  z-index: 2;
  left: 20px;
  opacity: .7;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 66px;
  background-position: 0 0;
  font-size: 0;
  background-image: url("about:blank");
}
.bx-wrapper .bx-controls-direction a:before {
  content: "";
  width: 13px;
  height: 25px;
  background-image: url(../img/slider/slider_arrows_sprite.png);
  vertical-align: middle;
  display: block;
  margin: 46px auto 0;
}
.bx-wrapper .bx-controls-direction a:hover {
  opacity: 1;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-direction a.bx-next {
  left: auto;
  right: 20px;
}
.bx-wrapper .bx-controls-direction a.bx-next:before {
  background-position: -5px -75px;
}
.bx-wrapper .bx-controls-direction a.bx-next:hover:before {
  background-position: -5px -110px;
}
.bx-wrapper .bx-controls-direction a.bx-prev:before {
  background-position: -5px -5px;
}
.bx-wrapper .bx-controls-direction a.bx-prev:hover:before {
  background-position: -5px -40px;
}
.background-slider-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.background-slider-wrapper .background-slider {
  padding: 0;
}
.background-slider-wrapper .background-slider img {
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  .background-slider-wrapper {
    height: 600px;
  }
  .background-slider-wrapper .bx-wrapper {
    max-width: none !important;
  }
}
.banner {
  position: relative;
  overflow: hidden;
}
.bn-layout {
  position: relative;
  overflow: hidden;
}
.bn-layout img {
  max-width: 100%;
  height: auto;
}
.bn-layout > a,
.bn-layout li > a {
  display: block;
}
.bn-layout > a:hover,
.bn-layout li > a:hover,
.bn-layout > a:focus,
.bn-layout li > a:focus {
  text-decoration: none;
}
.bn-layout ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bn-layout > ul {
  max-width: 100%;
}
.bn-layout .image-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.bn-layout .image-container img {
  width: 100%;
}
.bn-layout .banner-promo-block {
  position: absolute;
}
.banner-scroll {
  background-color: #d9d7d7;
}
.expandable-banner {
  background-color: #6c6455;
  padding: 10px;
}
.expandable-banner .banner-upper-part {
  cursor: pointer;
}
.expandable-banner .banner-lower-part {
  *zoom: 1;
}
.expandable-banner .banner-lower-part:before,
.expandable-banner .banner-lower-part:after {
  content: " ";
  display: table;
}
.expandable-banner .banner-lower-part:after {
  clear: both;
}
.product-slider h3 {
  color: #614e48;
  text-transform: uppercase;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 10px;
  text-align: center;
}
.product-slider .bx-wrapper .bx-controls-direction a {
  left: 0px;
}
.product-slider .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0px;
  left: auto;
}
.product-slider .bx-wrapper .bx-controls-direction a.bx-prev:hover:before {
  background-position: -5px -5px;
}
.product-slider .bx-wrapper .bx-controls-direction a.bx-next:hover:before {
  background-position: -5px -75px;
}
.product-slider .slide {
  padding: 15px;
}
.product-slider .slide a {
  display: block;
  text-decoration: none;
  *zoom: 1;
}
.product-slider .slide a:before,
.product-slider .slide a:after {
  content: " ";
  display: table;
}
.product-slider .slide a:after {
  clear: both;
}
.product-slider .slide a .product-title {
  height: 36px;
  display: block;
  overflow: hidden;
}
.product-slider .slide a .img-container {
  display: block;
}
.product-slider .slide a .product-prices {
  display: block;
  padding-top: 10px;
  text-align: center;
}
.product-slider .slide a .product-prices .product-price {
  margin-right: 5px;
}
.product-slider .slide a .product-prices .product-price.old {
  margin-right: 5px;
}
.product-slider .slide a .product-prices .product-discount {
  line-height: 16px;
}
.product-slider .slide a .product-prices .product-discount:before {
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-right-width: 5px;
}
.fullpage-wrapper .bn-layout {
  padding-top: 0 !important;
  height: 100%;
}
.fullpage-wrapper .bn-layout .image-container {
  width: 100%;
  z-index: 1;
}
.fullpage-wrapper .fp-section {
  overflow: hidden;
}
.modal.in .banner-modal-dialog {
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
.banner-container {
  margin: 0 auto;
  position: relative;
  clear: both;
  margin-bottom: 15px;
}
.banner-container .banner-scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  background-color: transparent;
  cursor: pointer;
}
.banner-container .slider-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner-container .slider-wrap + .banner-scroll {
  bottom: 30px;
}
.banner-container img {
  max-width: 100%;
}
.banner-container .video-scroll-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.banner-container > .fullpage-wrapper .fp-tableCell {
  display: block;
}
.banner-container > .fullpage-wrapper youtube-slide {
  display: block;
  height: 1080px;
}
.banner-container > .fullpage-wrapper .btn-banner.rb,
.banner-container > .fullpage-wrapper .btn-banner.lb {
  bottom: 15%;
}
.banner-container .btn-banner {
  font-size: 14px;
  background-color: #333;
  color: white;
  text-shadow: none;
  z-index: 1;
  text-transform: uppercase;
  padding: 0px 20px;
  line-height: 30px;
  position: absolute;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.banner-container .btn-banner.lt {
  top: 5%;
  left: 5%;
}
.banner-container .btn-banner.lc {
  top: 45%;
  left: 5%;
  margin-top: -15px;
}
.banner-container .btn-banner.lb {
  bottom: 5%;
  left: 5%;
}
.banner-container .btn-banner.rt {
  top: 5%;
  right: 5%;
}
.banner-container .btn-banner.rc {
  top: 45%;
  right: 5%;
  margin-top: -15px;
}
.banner-container .btn-banner.rb {
  bottom: 5%;
  right: 5%;
}
.products-list .banner-container {
  width: 100%;
  display: inline-block;
  clear: none;
}
a.text-banner-link {
  text-decoration: none;
}
.banner-clock-visible .banner-text {
  padding-right: 120px;
}
.banner-text {
  background-color: #c4ab82;
  padding: 12px;
  font-size: 28px;
  font-weight: bold;
  color: #58484b;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
.youtube-slide {
  max-width: 100%;
}
.banner-table .image-cell {
  padding: 5px;
  text-align: center;
}
.banner-table .image-cell .bn-layout > ul {
  max-width: 160px;
}
.banner-table .image-cell img {
  max-height: 50px;
}
.banner-table .image-cell a {
  text-decoration: none;
}
.banner-table .banner-text {
  font-size: 12px;
  padding: 5px;
}
.banner-clock {
  background-color: #2b131e;
  color: #FFF;
  font-size: 17px;
  padding: 5px 10px;
  cursor: default;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.fullpage-wrapper .btn-layout a {
  width: 100%;
}
@media (max-width: 768px) {
  .banner-text {
    font-size: 23px;
  }
}
@media (max-width: 500px) {
  .banner-text {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .fullpage-wrapper {
    overflow: hidden;
  }
  .fullpage-wrapper youtube-slide {
    background: #fff;
    height: 100%;
    width: 178.77777778vh;
    min-width: 100%;
    min-height: 56.75vw;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .expandable-banner {
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .product-slider .bx-wrapper .bx-controls-direction a {
    left: -40px;
  }
  .product-slider .bx-wrapper .bx-controls-direction a.bx-next {
    right: -40px;
    left: auto;
  }
  .expandable-banner {
    padding: 50px;
  }
}
.banner-container .btn-banner {
  background-color: rgba(51, 51, 51, 0.7);
}
@media (min-width: 1200px) {
  .banner-container .btn-banner {
    font-size: 25px;
    font-weight: normal;
  }
}
/*
* #SLICK SLIDER
*
* #INSTAGRAM
*
*/
/*------------------------------------*\
	#SLICK SLIDER
\*------------------------------------*/
.slick-slider-wrapper {
  position: relative;
}
.slick-slider-wrapper .slide {
  width: 100%;
  padding: 0;
  width: 270px;
  position: relative;
}
.slick-slider-wrapper .slide:first-child {
  margin-left: 0;
}
.slick-slider-wrapper .slide .images-container.has-btn .btn-banner {
  border-bottom: 0;
}
.slick-slider-wrapper .slide .images-container.has-btn:hover .btn-banner {
  margin-top: 0;
  border-bottom: 0;
}
.slick-slider-wrapper .slide .images-container.has-btn .image-container:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 234px;
  opacity: 0.5;
  background-image: linear-gradient(to top, rgba(37, 37, 37, 0), #2c0d1d 97%);
}
.slick-slider-wrapper .slide__content {
  height: 170px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slick-slider-wrapper .slide .review-opened {
  max-height: 100% !important;
  -webkit-line-clamp: unset !important;
  transition: 1s ease;
}
.slick-slider-wrapper .slide__img-container {
  display: block;
  padding: 0 5px;
}
.slick-slider-wrapper .slide__bottom-card {
  padding: 0 20px 20px;
  font-size: 15px;
  line-height: 1.33;
  text-align: left;
  color: #333333;
}
.slick-slider-wrapper .slide__product-title {
  color: #FFFFFF;
  height: 34px;
  font-size: 13px;
  line-height: 14px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 5px;
  text-transform: uppercase;
}
.slick-slider-wrapper .slide__footer {
  position: absolute;
  bottom: 0;
  right: 20px;
}
.slick-slider-wrapper .slides__main:after,
.slick-slider-wrapper .slides__thumbs:after {
  content: none;
}
.slick-slider-wrapper .slides__thumbs {
  position: absolute;
  bottom: -20px;
  left: 20px;
  right: 20px;
}
.slick-slider-wrapper .slides__thumbs .slick-track {
  transform: none !important;
}
.slick-slider-wrapper .slides__thumbs .slide {
  cursor: pointer;
  transition: all 0.5s;
  width: 130px;
  height: 72px;
  margin-top: 10px;
  border: 0;
  border-bottom: 3px solid transparent;
}
.slick-slider-wrapper .slides__thumbs .slide.slick-current {
  height: 82px;
  margin-top: 0;
  border-bottom: 3px solid #fdb63b;
}
.slick-slider-wrapper .slides__thumbs .slide.slick-current .image-container {
  transform: scale(1.2);
}
.slick-slider-wrapper .slides__thumbs .slide .bn-layout {
  height: 100%;
}
.slick-slider-wrapper .slides__thumbs .slide .btn-banner {
  display: none;
}
.slick-slider-wrapper .slides__thumbs .slide .images-container .image-container {
  transition: transform 0.5s;
}
.slick-slider-wrapper .slides__thumbs .slide .images-container.has-btn :after {
  display: none;
}
.slick-slider-wrapper .slick-dots li::before {
  display: none !important;
}
.slick-slider-wrapper .slick-active {
  margin-bottom: 1px;
}
.slick-slider-wrapper .slick-track {
  margin-left: 0;
}
.slick-slider-wrapper .slides-container {
  background: transparent;
  margin: 0 0 30px 0;
  border: 0;
}
.slick-slider-wrapper .slides-container.__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slick-slider-wrapper .slides-container.__header h2 {
  display: inline-block;
  margin-bottom: 20px;
}
.slick-slider-wrapper .slides {
  position: relative;
}
.slick-slider-wrapper .slides:after {
  content: "";
  width: 72px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: visible;
  pointer-events: none;
}
.slick-slider-wrapper:first-child {
  padding-left: 0;
}
.slick-slider-wrapper .slide--product:first-child .slide__img-container {
  padding-left: 0;
}
.slick-slider-wrapper .slide--product:first-child .slide__product-title {
  left: 0;
}
.slick-slider-wrapper .slide__img-container {
  height: 100%;
}
.slick-slider-wrapper .slide__img-container .category-image {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.slider-track-low,
.slider-track-high {
  height: 4px !important;
  top: 3px !important;
  background: #D3D6D8;
}
/*------------------------------------*\
	#INSTAGRAM
\*------------------------------------*/
.instagram .instagram-wrap {
  width: 100%;
  float: left;
}
.instagram .instagram-wrap .image-container {
  display: inline-block;
  padding: 0;
  font-size: 0;
}
.instagram .instagram-wrap .image-container.big {
  width: 100%;
  float: left;
}
.instagram .instagram-wrap .image-container.col {
  width: 50%;
  float: left;
}
.instagram .instagram-wrap .image-container .instagram-img {
  height: 0;
  padding-top: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.instagram h2 {
  margin-bottom: 30px;
}
@font-face {
  font-family: 'Mission Script';
  font-style: normal;
  font-weight: normal;
  src: url('/fonts/Mission-Script.woff') format('woff');
}
@font-face {
  font-family: Helvecita-Neue-BdCn;
  src: url(/fonts/HelveticaNeueLTW1G-BdCn.otf);
  font-style: normal;
}
@font-face {
  font-family: Helvecita-Neue-BdCn;
  src: url(/fonts/HelveticaNeueLTW1G-BdCnO.otf);
  font-style: italic;
}
@font-face {
  font-family: Helvecita-Neue-Cn;
  src: url(/fonts/HelveticaNeueLTW1G-Cn.otf);
  font-style: normal;
}
@font-face {
  font-family: Helvecita-Neue-Cn;
  src: url(/fonts/HelveticaNeueLTW1G-CnO.otf);
  font-style: italic;
}
@font-face {
  font-family: Helvecita-Neue-Light;
  src: url(/fonts/HelveticaNeueCyr-Light.otf);
  font-style: italic;
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu'), url(/fonts/Ubuntu-L.ttf) format('ttf');
}
@font-face {
  font-family: 'Nexa';
  font-weight: 400;
  src: url(/fonts/Nexa.otf) format('opentype');
}
html,
body {
  min-height: 100%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body {
  margin: 0;
  background: #ffffff;
}
.visible-xxs {
  display: none !important;
}
.slider-arrow-down {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  z-index: 9999;
}
.slider-arrow-down .icon-white-arrow-down {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.main-loader {
  position: fixed;
  z-index: 9999;
  height: 100px;
  width: 100px;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  background-image: url('/img/loader.svg');
  background-size: cover;
}
#backtotop {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  display: none;
  background: #ffffff;
  line-height: 2.8;
  text-align: center;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 4px #ababab;
  -moz-box-shadow: 0 0 4px #ababab;
  box-shadow: 0 0 4px #ababab;
}
.full-width .container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
h3 {
  color: #828e95;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 22px;
  margin-bottom: 20px;
}
.content-center {
  margin: 0 auto;
}
.bn-layout {
  margin: 0 auto;
}
.bn-layout a img {
  width: 100%;
}
.no-side-padding {
  padding-left: 0;
  padding-right: 0;
}
.header {
  background-color: #ffffff;
  min-width: 320px;
  width: 100%;
  max-width: 1440px;
  text-align: center;
  padding-left: 62px;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
  margin: 0 auto;
  -webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 1200px) {
  .header {
    padding-left: 0;
  }
}
.header .language-select {
  margin-left: 10px;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 0;
  float: right;
}
@media only screen and (min-width: 375px) {
  .header .language-select {
    margin-left: 15px;
  }
}
.header .language-select .current-lang {
  line-height: 18px;
  z-index: 1001;
  position: relative;
  margin-left: 5px;
  display: flex;
  *zoom: 1;
}
.header .language-select .current-lang:before,
.header .language-select .current-lang:after {
  content: " ";
  display: table;
}
.header .language-select .current-lang:after {
  clear: both;
}
.header .language-select .current-lang > .flag {
  float: left;
}
.header .language-select .language-dropdown {
  border: 1px solid #e5e5e5;
  font-size: 12px;
  color: #828e95;
  text-transform: uppercase;
  min-width: 34px;
  padding-top: 20px;
  top: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.header .language-select .language-dropdown a {
  padding: 2px 11px 1px 4px;
}
.header .header-container {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-logo {
  height: 30px;
  width: 85px;
  background-size: cover;
}
.header .navbar-toggle {
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px 0;
  display: block;
  width: 62px;
  background-color: #086787;
  height: 60px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.header .menu-banner-container {
  margin: 0 20px;
}
@media only screen and (min-width: 1200px) {
  .header .menu-banner-container {
    margin: 0 auto;
    padding: 20px 0;
  }
}
.header .menu-banner-container .menu-banner-content {
  *zoom: 1;
}
.header .menu-banner-container .menu-banner-content:before,
.header .menu-banner-container .menu-banner-content:after {
  content: " ";
  display: table;
}
.header .menu-banner-container .menu-banner-content:after {
  clear: both;
}
@media only screen and (min-width: 1200px) {
  .header .menu-banner-container .menu-banner-content {
    margin: 0 auto;
    width: 920px;
    border-top: 1px solid #d3d6d8;
  }
}
.header .menu-banner-container .banner {
  margin: 20px auto 0;
  float: left;
  text-align: center;
}
.header .menu-banner-container .banner .banner-container {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
@media only screen and (min-width: 1200px) {
  .header .menu-banner-container .banner {
    width: 50%;
    height: 90px;
  }
}
.header .menu-banner-container .banner .banner-image-container {
  float: left;
  width: 160px;
  height: 90px;
}
.header .menu-banner-container .banner .banner-info {
  overflow: hidden;
  padding-left: 10px;
}
@media only screen and (min-width: 375px) {
  .header .menu-banner-container .banner .banner-info {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .header .menu-banner-container .banner .banner-info {
    width: 230px;
    padding-top: 11px;
    padding-left: 30px;
  }
}
.header .menu-banner-container .banner .banner-info .banner-info__title {
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) {
  .header .menu-banner-container .banner .banner-info .banner-info__title {
    color: #086787;
    font-size: 13px;
  }
}
.header .menu-banner-container .banner .banner-info .banner-info__text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  line-height: 16px;
  text-transform: none;
  font-weight: 400;
}
@media only screen and (min-width: 375px) {
  .header .menu-banner-container .banner .banner-info .banner-info__text {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .header .menu-banner-container .banner .banner-info .banner-info__text {
    color: #000000;
  }
}
.header .header-top {
  position: relative;
  z-index: 2;
  *zoom: 1;
}
.header .header-top:before,
.header .header-top:after {
  content: " ";
  display: table;
}
.header .header-top:after {
  clear: both;
}
.header a {
  color: #828e95;
}
.header a:focus {
  outline: none;
  border: none;
}
.header .btn-link {
  color: #828e95;
  text-transform: uppercase;
  line-height: 42px;
}
.header .logo {
  display: block;
  height: 30px;
  width: 85px;
  line-height: 30px;
  float: left;
}
.header .logo img {
  max-height: 100%;
  max-width: 100%;
}
.header .left-header {
  display: flex;
  align-items: center;
  margin-left: 10px;
  width: 220px;
  *zoom: 1;
}
.header .left-header:before,
.header .left-header:after {
  content: " ";
  display: table;
}
.header .left-header:after {
  clear: both;
}
@media only screen and (min-width: 375px) {
  .header .left-header {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .header .left-header {
    margin-left: 20px;
  }
}
.header .left-header a:hover,
.header .left-header a:focus {
  text-decoration: none;
}
.header .left-header .subscription {
  padding: 0 10px 0 0;
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header .center-header {
    flex-grow: 1;
    flex-basis: 100px;
  }
}
.header .center-header .sidebar-search {
  border-bottom: 1px solid #39859f;
  width: 100%;
  height: 60px;
  left: 0;
  padding-top: 15px;
}
.header .center-header .sidebar-search .search-input {
  background: transparent;
}
.header .right-header {
  text-transform: uppercase;
  padding-right: 10px;
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (min-width: 375px) {
  .header .right-header {
    padding-right: 15px;
  }
}
.header .right-header .right-header-icon {
  display: block;
  position: relative;
}
.header .right-header .right-header-icon .right-header-link {
  margin: 0 5px;
  display: block;
  background-size: cover;
  width: 24px;
  height: 24px;
}
.header .right-header .right-header-icon .right-header-link.bag-svg {
  background-image: url('/img/bag-black.svg');
}
.header .right-header .right-header-icon .right-header-link.wishlist-svg {
  background-image: url('/img/wishlist-black.svg');
}
.header .right-header .right-header-icon .right-header-link.profile-svg {
  background-image: url('/img/profile-black.svg');
}
.header .right-header .header-cart {
  position: relative;
}
.header .right-header .header-cart .ps-container > .ps-scrollbar-y-rail {
  width: 5px;
}
.header .right-header .header-cart .ps-container > .ps-scrollbar-y-rail .ps-scrollbar-y {
  width: 5px;
}
.header .right-header .header-cart .cart-link {
  position: relative;
  z-index: 2;
  *zoom: 1;
}
.header .right-header .header-cart .cart-link:before,
.header .right-header .header-cart .cart-link:after {
  content: " ";
  display: table;
}
.header .right-header .header-cart .cart-link:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .header .right-header .header-cart .cart-link:hover .cart-dropdown {
    display: block;
  }
}
.header .right-header .header-cart .cart-link .cart-url {
  padding: 8px 0;
}
.header .right-header .header-cart .cart-link .cart-dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  padding-top: 10px;
  *zoom: 1;
}
.header .right-header .header-cart .cart-link .cart-dropdown:before,
.header .right-header .header-cart .cart-link .cart-dropdown:after {
  content: " ";
  display: table;
}
.header .right-header .header-cart .cart-link .cart-dropdown:after {
  clear: both;
}
.header .right-header .header-cart .cart-link .cart-dropdown .cart-dropdown-inner {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  width: 280px;
  font-size: 12px;
  background-color: #ffffff;
  padding: 10px 0 0;
}
.header .right-header .header-cart .cart-link .cart-dropdown .product-lines {
  max-height: 240px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.header .right-header .header-cart .cart-link .cart-dropdown .cart-dropdown-footer {
  margin: 0 10px 10px;
}
.header .right-header .header-cart .cart-link .cart-dropdown .product-line {
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  *zoom: 1;
}
.header .right-header .header-cart .cart-link .cart-dropdown .product-line:before,
.header .right-header .header-cart .cart-link .cart-dropdown .product-line:after {
  content: " ";
  display: table;
}
.header .right-header .header-cart .cart-link .cart-dropdown .product-line:after {
  clear: both;
}
.header .right-header .header-cart .cart-link .cart-dropdown .product-line .image {
  height: 60px;
  width: 45px;
  margin-right: 10px;
  float: left;
}
.header .right-header .header-cart .cart-link .cart-dropdown .product-line .image img {
  max-width: 100%;
  max-height: 100%;
}
.header .right-header .header-cart .cart-link .cart-dropdown .product-line .prices span {
  margin-left: 5px;
}
.header .right-header .header-cart .cart-link .cart-dropdown .product-line .prices span.price-old {
  text-decoration: line-through;
}
.header .right-header .header-cart .cart-link .cart-dropdown .product-line .info {
  overflow: hidden;
  color: #828e95;
  position: relative;
}
.header .right-header .header-cart .cart-link .cart-dropdown .product-line .info .product-title {
  text-transform: uppercase;
  color: #07537C;
  text-align: left;
  margin-bottom: 5px;
  float: left;
  font-weight: 700;
}
.header .right-header .header-cart .cart-link .cart-dropdown .product-line .info .option {
  margin: 0;
  float: left;
  clear: left;
  font-size: 11px;
}
.header .right-header .header-cart .cart-link .cart-dropdown .product-line .info .option .title {
  margin-right: 10px;
}
.header .right-header .header-cart .cart-link .cart-dropdown .total .total-row {
  *zoom: 1;
}
.header .right-header .header-cart .cart-link .cart-dropdown .total .total-row:before,
.header .right-header .header-cart .cart-link .cart-dropdown .total .total-row:after {
  content: " ";
  display: table;
}
.header .right-header .header-cart .cart-link .cart-dropdown .total .total-row:after {
  clear: both;
}
.header .right-header .header-cart .cart-link .cart-dropdown .total span {
  color: #828e95;
  font-size: 12px;
  *zoom: 1;
}
.header .right-header .header-cart .cart-link .cart-dropdown .total span:before,
.header .right-header .header-cart .cart-link .cart-dropdown .total span:after {
  content: " ";
  display: table;
}
.header .right-header .header-cart .cart-link .cart-dropdown .total span:after {
  clear: both;
}
.header .right-header .header-cart .cart-link .cart-dropdown .total span.title {
  float: left;
}
.header .right-header .header-cart .cart-link .cart-dropdown .total span.value {
  float: right;
}
.header .right-header .header-cart .cart-link .cart-dropdown .actions {
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
  margin-top: 10px;
  *zoom: 1;
}
.header .right-header .header-cart .cart-link .cart-dropdown .actions:before,
.header .right-header .header-cart .cart-link .cart-dropdown .actions:after {
  content: " ";
  display: table;
}
.header .right-header .header-cart .cart-link .cart-dropdown .actions:after {
  clear: both;
}
.header .right-header .header-cart .cart-link .cart-dropdown .actions a {
  display: inline-block;
  width: 100%;
  color: #ffffff;
}
.header .right-header .header-cart > a {
  padding: 5px 0;
  display: block;
}
.header .right-header .header-cart .cart-amount {
  background-color: #07537C;
  color: rgba(255, 255, 255, 0.9);
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 10px;
  font-size: 9px;
  letter-spacing: -1px;
  position: absolute;
  padding: 1px 1px 1px 0;
  top: -2px;
  right: 5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.header .right-header .customer {
  position: relative;
}
.header .right-header .profile-container a {
  padding: 7px 5px;
}
.header .right-header .profile-menu-link {
  padding: 0;
}
.header .right-header .profile-menu-link:focus {
  outline: none;
}
.header .right-header .profile-menu {
  padding: 8px 2px;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  border: 1px solid #e5e5e5;
  text-transform: none;
  min-width: 0;
  left: -50px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media only screen and (min-width: 1200px) {
  .header .right-header .profile-menu {
    left: -35px;
  }
}
.header .right-header .profile-menu li a,
.header .right-header .profile-menu li p {
  padding: 5px 25px;
}
.main-search {
  padding: 30px;
  font-size: 14px;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .main-search {
    font-size: 11px;
    width: auto;
    padding: 0;
    order: 2;
    display: flex;
    align-items: center;
    margin-left: 10px;
  }
  .main-search .search-form .search-input {
    color: #086787;
    font-size: 12px;
  }
  .main-search .search-form .search-input::placeholder {
    color: #787d80;
  }
}
.main-search .search-dropdown {
  text-align: left;
  padding-top: 10px;
}
@media only screen and (min-width: 1200px) {
  .main-search .search-dropdown {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    position: absolute;
    left: auto !important;
    right: 0;
    z-index: 2;
    width: 300px;
    padding: 10px;
    margin-top: 10px;
  }
}
.main-search .search-dropdown .category,
.main-search .search-dropdown .item a {
  padding: 5px 0;
}
@media only screen and (min-width: 1200px) {
  .main-search .search-dropdown .category,
  .main-search .search-dropdown .item a {
    padding: 2px;
  }
}
.main-search .search-dropdown .category {
  color: #ffffff;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .main-search .search-dropdown .category {
    color: #333333;
  }
  .main-search .search-dropdown .category:hover {
    background-color: #f2f2f2;
  }
}
.main-search .search-dropdown .item a {
  display: block;
  padding: 3px 10px;
  color: #cccccc;
}
@media only screen and (min-width: 1200px) {
  .main-search .search-dropdown .item a {
    color: #828e95;
  }
  .main-search .search-dropdown .item a:hover {
    background-color: #f2f2f2;
    text-decoration: none;
  }
}
.main-search .search-form {
  position: relative;
}
.main-search .search-input {
  width: 100%;
  font-size: 12px;
  border: 0;
  border-bottom: 1px solid #d3d6d8;
  padding: 5px 18px 5px 0;
  color: #ffffff;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.main-search .search-input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.main-search .search-icon {
  margin: 0;
  border: 0;
  padding: 0;
  position: absolute;
  top: 5px;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  background-image: url("/img/search-white.svg");
}
@media only screen and (min-width: 1200px) {
  .main-search .search-icon {
    background-image: url('/img/search-black.svg');
    width: 15px;
    height: 15px;
    background-size: cover;
  }
}
.burg {
  display: block;
  height: 2px;
  width: 20px;
  background: #ffffff;
  position: relative;
  transition: 0.2s;
  left: 20px;
}
.burg:before {
  content: '';
  position: absolute;
  top: -8px;
  width: 20px;
  height: 2px;
  background: #ffffff;
  left: 0;
  transition: 0.2s;
}
.burg:after {
  content: '';
  position: absolute;
  top: 8px;
  width: 20px;
  height: 2px;
  background: #ffffff;
  left: 0;
  transition: 0.2s;
}
.activeBurg .burg {
  background: transparent;
}
.activeBurg .burg:before {
  top: 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.activeBurg .burg:after {
  top: 0;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cart-link {
  line-height: 18px;
}
.message-login-page {
  max-width: 480px;
  margin: 0 auto;
}
.message-page {
  max-width: 720px;
  margin: 30px auto 0;
  text-align: justify;
  color: #828e95;
  line-height: 20px;
  font-size: 13px;
  font-weight: 400;
}
.message-page--checkboxes {
  margin: 0 auto;
  max-width: 260px;
  margin-top: 15px;
  margin-bottom: 55px;
}
.message-page--checkboxes label {
  cursor: pointer;
}
.message-page--checkboxes .spinner {
  margin-top: 10px;
}
.message-page form:not(.ng-valid-required) .req {
  display: none;
}
.message-page .checkbox-bg {
  cursor: pointer;
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 70px;
  background-color: transparent;
  border: 0;
  background-image: url(/img/slider-arrow.png);
  background-size: cover;
  color: transparent;
  height: 28px;
  width: 20px;
  cursor: pointer;
}
.slick-prev {
  left: -25px;
}
.slick-next {
  right: -25px;
  transform: rotate(180deg);
}
.banner-text {
  font-size: 14px;
  background: transparent;
  line-height: 20px;
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #0074bf;
  letter-spacing: 1px;
}
.video-container {
  max-width: 100%;
  overflow: hidden;
}
.navbar-fixed-top {
  justify-content: center;
  margin: 0 auto;
}
.page_front_page .banner-container {
  margin-bottom: 2px;
}
.dropdown-triangle {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-style: solid;
  border-width: 4px 2.5px 0 2.5px;
  border-color: #454545 transparent transparent transparent;
  float: right;
  margin-top: 5px;
}
.dropdown-triangle-large {
  width: 0;
  height: 0;
  display: inline-block;
  margin-left: 10px;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #828e95 transparent transparent transparent;
}
.cart-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 5px;
  border-color: transparent transparent transparent #828e95;
  float: right;
  margin: 5px 10px 0;
}
.quantity-triangle-right {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #828e95;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.quantity-triangle-left {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 6px 5px 0;
  border-color: transparent #828e95 transparent transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.small-triangle-top {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3.5px 5px 3.5px;
  border-color: transparent transparent #828e95 transparent;
}
.small-triangle-down {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3.5px 0 3.5px;
  border-color: #828e95 transparent transparent transparent;
}
.radio-options-group label {
  margin-bottom: 5px;
  cursor: pointer;
}
.radio-options-group input {
  float: left;
  margin-right: 5px;
}
.radio-options-group span {
  display: inline-block;
  padding-top: 3px;
}
wish-label .icon-wishlist {
  width: 30px;
  height: 30px;
  background-position: center center;
  background-image: url('/img/wishlist-black.svg');
  background-repeat: no-repeat;
  cursor: pointer;
}
wish-label .icon-wishlist.wish-added {
  background-image: url('/img/wishlist-black-added.svg');
}
.header .cart-amount.cart-amount-xs {
  min-width: 10px;
  height: 10px;
  align-items: center;
  border-radius: 30px;
  background-color: #07537C;
  font-size: 12px;
  position: absolute;
  right: 3px;
  top: 0;
}
.icon-product-sales {
  min-width: 35px;
  height: 30px;
  background: #f16d74;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  vertical-align: top;
  padding: 0 2px;
}
.icon-product-sales.sale-icon {
  background: none;
  width: 50px;
  height: 30px;
}
.icon-product-sales.sale-icon:before {
  font-size: 0;
  content: '';
}
.icon-product-sales.sale-icon.slider-icon {
  right: 35px;
}
.icon-product-sales.sale-icon img {
  max-width: 100%;
  max-height: 100%;
}
.icon-product-sales .discount-percent {
  font-size: 15px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
}
.icon-product-sales .discount-percent.empty {
  font-size: 18px;
}
@media only screen and (min-width: 1200px) {
  .main-nav {
    margin-left: 23px;
  }
}
.main-nav > ul {
  border-top: 1px solid #39859f;
  *zoom: 1;
}
.main-nav > ul:before,
.main-nav > ul:after {
  content: " ";
  display: table;
}
.main-nav > ul:after {
  clear: both;
}
@media only screen and (min-width: 1200px) {
  .main-nav > ul {
    border-top: 0;
  }
  .main-nav > ul > li {
    display: flex;
    align-items: center;
  }
  .main-nav > ul > li:hover > a {
    border-bottom-color: #07537C;
  }
  .main-nav > ul > li > a {
    border-bottom: 2px solid transparent;
    height: 60px;
    white-space: nowrap;
  }
}
.main-nav ul {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  display: block;
}
@media only screen and (min-width: 1200px) {
  .main-nav ul {
    position: static;
    text-align: left;
    display: flex;
  }
}
.main-nav ul li {
  position: relative;
  width: 100%;
  list-style-type: none;
  border-bottom: 1px solid #39859f;
  *zoom: 1;
}
.main-nav ul li:before,
.main-nav ul li:after {
  content: " ";
  display: table;
}
.main-nav ul li:after {
  clear: both;
}
@media only screen and (min-width: 1200px) {
  .main-nav ul li {
    position: static;
    width: auto;
    vertical-align: top;
    border: 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .main-nav ul li:hover {
    border-bottom-color: #07537C;
  }
  .main-nav ul li:hover > ul.submenu {
    max-height: none;
    z-index: 3;
  }
}
.main-nav ul li.expanded {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #086787;
}
.main-nav ul li.expanded ~ li {
  display: none;
}
.main-nav ul li.expanded > a {
  text-align: center;
}
.main-nav ul li.expanded > .expand-menu {
  background-color: #086787;
  transform: rotate(180deg);
  left: 0;
  border-left: 0;
}
.main-nav ul li.expanded > .expand-menu:before {
  top: 26px;
}
.main-nav ul li.expanded > .expand-menu:after {
  top: 16px;
}
.main-nav ul li.expanded > .submenu {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .main-nav ul li.expanded > .submenu {
    height: auto;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
.main-nav ul li a {
  color: #ffffff;
  text-align: left;
  font-size: 13px;
  letter-spacing: 1px;
  display: block;
  padding: 0 30px;
  text-overflow: ellipsis;
  line-height: 50px;
}
@media only screen and (min-width: 1200px) {
  .main-nav ul li a {
    padding: 3px 15px;
    color: #086787;
  }
}
.main-nav ul li a:hover,
.main-nav ul li a:focus {
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  .main-nav ul li a:hover,
  .main-nav ul li a:focus {
    background-color: transparent;
    color: #07537C;
  }
}
.main-nav ul li > .submenu {
  background: #086787;
  border-top: 1px solid #39859f;
  display: none;
  width: 100%;
  z-index: 2;
  *zoom: 1;
}
.main-nav ul li > .submenu:before,
.main-nav ul li > .submenu:after {
  content: " ";
  display: table;
}
.main-nav ul li > .submenu:after {
  clear: both;
}
@media only screen and (min-width: 1200px) {
  .main-nav ul li > .submenu {
    display: block;
    position: absolute;
    left: 0;
    background-color: #fafafa;
    border-top: none;
    top: 100%;
    max-height: 0;
    overflow: hidden;
    text-align: center;
    -webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.08);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .main-nav ul li > .submenu .submenu {
    position: static;
    max-height: none;
    box-shadow: none;
    padding-top: 5px;
  }
  .main-nav ul li > .submenu .submenu > li {
    margin: 0 0 5px;
  }
  .main-nav ul li > .submenu > li {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 250px;
    padding-left: 0;
    overflow: initial;
    float: none;
    height: auto;
    border: 0;
  }
  .main-nav ul li > .submenu > li a {
    text-transform: none;
    line-height: 18px;
  }
  .main-nav ul li > .submenu > li a:hover,
  .main-nav ul li > .submenu > li a:focus {
    color: #07537C;
  }
}
.main-nav .expand-menu {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 54px;
  border-left: 1px solid #39859f;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .main-nav .expand-menu {
    display: none;
  }
}
.main-nav .expand-menu:before,
.main-nav .expand-menu:after {
  content: '';
  background: #ffffff;
  position: absolute;
  display: block;
  transform: rotate(-45deg);
}
.main-nav .expand-menu:before {
  width: 10px;
  height: 2px;
  top: 27px;
  right: 21px;
}
.main-nav .expand-menu:after {
  height: 10px;
  width: 2px;
  right: 25px;
  top: 17px;
}
.main-nav .banner-text {
  padding: 0 0 10px;
  margin-top: -20px;
}
.social-links {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
}
.social-links a {
  display: inline-block;
  padding: 0 25px;
}
.cookie-banner {
  background: #e6e6e6;
  bottom: -1000px;
  width: 100%;
  font-size: 13px;
  text-align: left;
  display: block;
  position: fixed;
  z-index: 1100;
  min-height: 4.2em;
  height: auto;
  padding: 0 10px;
  transition: all 0.3s ease;
}
.cookie-banner__container {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  max-width: 1150px;
}
.cookie-banner__text {
  padding-top: 10px;
  font-weight: 300;
  width: 100%;
  line-height: 18px;
  float: left;
  padding-right: 0;
  text-align: justify;
}
.cookie-banner__text p {
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .cookie-banner__text {
    width: 80%;
    text-align: left;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .cookie-banner__text {
    width: 80%;
    text-align: left;
    padding-right: 20px;
  }
}
.cookie-banner__accept-button {
  position: relative;
  top: 1em;
  right: 0;
  z-index: 1000;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cookie-banner__accept-button {
    text-align: right;
    float: right;
  }
}
.cookie-banner__accept-button button {
  border: 1px solid #333333;
  padding: 7px 12px;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 15px;
  font-size: 15px;
  color: #333333;
  background: #ffffff;
  vertical-align: middle;
  cursor: pointer;
  height: 29px;
  line-height: 15px;
  width: 80%;
  float: left;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .cookie-banner__accept-button button {
    width: auto;
    float: right;
    margin-bottom: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .cookie-banner__accept-button button {
    width: auto;
    float: right;
    margin-bottom: auto;
  }
}
.cookie-banner__escape-button {
  float: right;
  right: 10px;
  top: 11px;
  background-color: #f2f2f2;
  background: url('/img/icon-close-30.png');
  width: 30px;
  height: 30px;
  margin-top: 1em;
  cursor: pointer;
}
.show-cookie {
  bottom: 0;
}
.hide-cookie {
  bottom: -1000px;
}
.bottom-footer {
  z-index: 2;
  position: relative;
  background-color: #ffffff;
  padding: 20px 40px;
  *zoom: 1;
}
.bottom-footer:before,
.bottom-footer:after {
  content: " ";
  display: table;
}
.bottom-footer:after {
  clear: both;
}
.bottom-footer .payment-methods {
  text-align: center;
}
.bottom-footer .payment-methods img {
  max-width: 100%;
  max-height: 100%;
}
.bottom-footer .payment-methods .icon-payments {
  margin: 0 auto;
}
.bottom-footer .payment-methods .icon-verified-payments {
  margin-left: 15px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.bottom-footer .copyright-text {
  color: #828e95;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  padding-top: 20px;
  text-align: center;
}
.toggle-close {
  display: inline-block;
  font-size: 32px;
  color: #a5adb2;
  font-weight: 300;
  cursor: pointer;
  margin-bottom: 10px;
  outline: none;
  border: none;
  box-shadow: none;
}
.toggle-close:hover,
.toggle-close:focus,
.toggle-close:active {
  text-decoration: none;
  outline: none;
  border: none;
  box-shadow: none;
  color: #a5adb2;
}
.footer-toggle-content {
  height: 200px;
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  background: #ffffff;
  -webkit-transition: top 0.5s cubic-bezier(0.35, 0.35, 0, 0.95);
  -moz-transition: top 0.5s cubic-bezier(0.35, 0.35, 0, 0.95);
  transition: top 0.5s cubic-bezier(0.35, 0.35, 0, 0.95);
}
.footer-toggle-content > div {
  padding-top: 20px;
}
.footer-toggle-content.visible {
  top: -200px;
}
footer {
  width: 100%;
  padding: 0 15px;
  margin: 0;
  position: relative;
  background-color: #ffffff;
  left: 0;
  -webkit-transition: left 0.5s ease;
  -moz-transition: left 0.5s ease;
  transition: left 0.5s ease;
}
footer .top-footer {
  padding-top: 20px;
  z-index: 2;
  position: relative;
  background-color: #ffffff;
}
footer .top-footer ul {
  padding: 0;
  text-align: center;
}
footer .top-footer ul li {
  display: inline-block;
}
footer .top-footer ul li:hover > ul.submenu {
  display: block;
}
footer .top-footer ul li .footertoggle {
  cursor: pointer;
}
footer .top-footer ul li a {
  padding: 0 10px;
  color: #828e95;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.77px;
  line-height: 18px;
  text-transform: uppercase;
}
footer .top-footer ul ul.submenu {
  display: none;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  padding: 2px;
  background-color: #f0f2f3;
}
.make-request-form {
  position: fixed;
  right: 0;
  bottom: 75px;
  background-color: #ffffff;
  z-index: 10;
  display: block;
  padding-bottom: 10px;
}
.make-request-form .request-title {
  color: #828e95;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 22px;
}
.make-request-form .form-group {
  margin-bottom: 0;
}
.make-request-form spinner {
  margin: 5px 0;
}
.make-request-form #opener {
  position: absolute;
  left: -62px;
  bottom: 0;
}
.make-request-form #opener:hover,
.make-request-form #opener:focus {
  text-decoration: none;
}
.make-request-form #opener span {
  font-size: 12px;
  color: #8e979d;
}
.make-request-form .icon-chat {
  display: block;
  height: 44px;
  width: 50px;
  background-image: url(/img/chat.png);
  margin: 0 auto;
}
.make-request-form .request-form {
  border: 1px solid #e5e5e5;
  width: 250px;
  margin-right: -252px;
  -webkit-transition: margin 0.5s ease;
  -moz-transition: margin 0.5s ease;
  transition: margin 0.5s ease;
}
.make-request-form .request-form.visible {
  margin-right: 0;
}
.make-request-form .request-form .make-request-button {
  text-transform: uppercase;
  font-size: 14px;
  color: #828e95;
  background: #ffffff;
  border: 1px solid #828e95;
  margin-top: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.make-request-form .request-form .make-request-button:focus {
  outline: none;
  box-shadow: none;
}
.make-request-form .request-form label {
  font-size: 13px;
  color: #828e95;
  font-weight: 400;
  line-height: 20px;
}
.make-request-form .request-form .form-control:focus {
  box-shadow: none;
}
.profile-content {
  margin: 0 auto;
  *zoom: 1;
}
.profile-content:before,
.profile-content:after {
  content: " ";
  display: table;
}
.profile-content:after {
  clear: both;
}
.profile-content .message {
  left: 15px;
}
.profile-content .sidebar-list {
  *zoom: 1;
}
.profile-content .sidebar-list:before,
.profile-content .sidebar-list:after {
  content: " ";
  display: table;
}
.profile-content .sidebar-list:after {
  clear: both;
}
.profile-content li {
  display: block;
  font-size: 10px;
  letter-spacing: 0.77px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.profile-content li a {
  color: #828e95;
  padding: 10px 15px;
  display: block;
}
.profile-content li a:hover {
  text-decoration: none;
}
.customer-survey-content {
  margin: 0 auto;
  padding: 0 15px;
}
.profile-orders-content {
  margin: 0 auto;
  color: #828e95;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  padding: 0 15px;
  clear: both;
}
.profile-orders-content p {
  margin: 0;
}
.profile-orders-content h4 {
  font-size: 16px;
  line-height: 16px;
}
.profile-orders-content .print-link {
  font-size: 14px;
  color: #828e95;
}
.profile-orders-content .print-link .print-button {
  padding-left: 5px;
}
.profile-orders-content h2 {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd7d2;
}
.profile-orders-content h2 button {
  display: none;
}
.profile-orders-content #order-view .pending-notice {
  display: inline-block;
  vertical-align: top;
  padding-right: 30px;
}
.profile-orders-content #order-view .pending-notice .spinner-container {
  width: 30px;
  height: 20px;
  float: right;
  position: relative;
}
.profile-orders-content #order-view .order-info {
  margin-bottom: 30px;
}
.profile-orders-content #order-view .btn-pay {
  margin-bottom: 10px;
}
.profile-orders-content #order-view #payments a {
  display: block;
  padding: 10px 20px;
  text-align: center;
}
.profile-orders-content #order-view #payments a:focus {
  border-bottom: none;
}
.profile-orders-content #order-view .info-block .title {
  padding-right: 5px;
}
.profile-orders-content #order-view .info-block ul li {
  list-style-type: none;
}
.profile-orders-content .user-orders {
  width: 100%;
}
.profile-orders-content .user-orders .product-title a {
  display: block;
  margin-bottom: 5px;
  width: 200px;
  white-space: normal;
}
@media only screen and (min-width: 768px) {
  .profile-orders-content .user-orders .product-title a {
    width: auto;
  }
}
.profile-orders-content .user-orders thead tr th {
  color: #828e95;
  border-bottom: 1px solid #dddddd;
  font-weight: 500;
}
.profile-orders-content .user-orders thead tr th.prices {
  text-align: center;
}
.profile-orders-content .user-orders tbody tr:last-child {
  border-bottom: 1px solid #dddddd;
}
.profile-orders-content .user-orders tbody tr .product-image img {
  max-width: 100%;
}
.profile-orders-content .user-orders tbody tr .product-title .product-attribute {
  margin-bottom: 2px;
  word-break: break-word;
  max-width: 300px;
}
.profile-orders-content .user-orders tbody tr .product-title .product-attribute .attribute-text {
  padding-right: 5px;
  width: 50px;
  display: inline-block;
  vertical-align: top;
}
.profile-orders-content .user-orders tbody tr .product-title .product-attribute .color,
.profile-orders-content .user-orders tbody tr .product-title .product-attribute .size {
  height: 25px;
  border: 1px solid #dddddd;
}
.profile-orders-content .user-orders tbody tr .product-title .product-attribute .color {
  width: 25px;
}
.profile-orders-content .user-orders tbody tr .product-title .product-attribute .size {
  display: inline-block;
  text-align: center;
  line-height: 22px;
  width: auto;
  min-width: 25px;
  padding: 0 4px;
}
.profile-orders-content .user-orders tbody tr td {
  border: 0;
}
.profile-orders-content .user-orders tbody tr td.product-prices,
.profile-orders-content .user-orders tbody tr td.prices {
  width: 70px;
}
.profile-orders-content .user-orders tbody tr td.quantity {
  width: 88px;
}
.profile-orders-content .user-orders tbody tr td .checkbox {
  margin-top: 25px;
}
.profile-orders-content .user-orders tbody tr td .price-total {
  white-space: nowrap;
}
.profile-orders-content .user-orders tfoot tr.price-total {
  border-top: 1px solid #dddddd;
}
.profile-orders-content .user-orders tfoot tr td {
  padding: 4px 8px;
  border: none;
}
.slider-selection {
  background: #07537C;
  height: 4px !important;
  top: 3px !important;
}
.slider-track {
  box-shadow: none;
  background: transparent;
}
.slider-handle {
  height: 20px;
  width: 20px;
  background: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
}
.profile-history-content {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 15px;
  margin-top: -40px;
  color: #828e95;
  font-size: 13px;
  font-weight: 400;
}
.profile-history-content .requests-list table thead th {
  color: #828e95;
  padding: 3px;
}
.profile-history-content .requests-list table tbody tr td {
  padding: 3px;
}
.profile-history-content .page-content .content-filter {
  margin-top: 60px;
  margin-bottom: 20px;
  padding-left: 15px;
}
.profile-history-content .page-content .content-filter img {
  max-width: 100%;
}
.profile-history-content .page-content .content-filter .filter-item {
  display: inline-block;
}
.profile-history-content .page-content .content-filter .filter-item:last-child {
  margin-bottom: 20px;
}
.profile-history-content .page-content .content-filter .filter-item label {
  text-transform: uppercase;
  font-size: 12px;
  min-width: 55px;
}
.profile-history-content .page-content .content-filter .filter-item .multiselect {
  color: #828e95;
  font-size: 12px;
  background: #ffffff;
  padding: 5px;
  margin: 0 10px;
  border: 1px solid #828e95;
  min-width: 160px;
  overflow: hidden;
  box-shadow: none;
  outline: none;
  text-overflow: ellipsis;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.profile-history-content .page-content .content-filter .filter-item .multiselect .dropdown-toggle {
  box-shadow: 0;
}
.profile-history-content .page-content .content-filter .filter-item .multiselect:focus,
.profile-history-content .page-content .content-filter .filter-item .multiselect:active {
  box-shadow: none;
  outline: none;
}
.profile-history-content .page-content .content-filter .filter-item .multiselect-container {
  margin: 0 10px;
}
.profile-history-content .request-view {
  margin-top: 60px;
}
.profile-history-content .request-view .request-date {
  float: none !important;
  text-align: left;
}
.profile-history-content .request-view form .form-group label {
  font-size: 13px;
  color: #828e95;
  padding-right: 5px;
}
.profile-history-content .request-view .messages-container,
.profile-history-content .request-view .form-group {
  padding: 0 0 10px;
}
/* Gdpr page */
.gdpr-page .message-page {
  font-size: 14px;
}
.gdpr-page .gdpr-message {
  padding: 10px 10px 0;
  margin-bottom: 0;
  background-color: #f5f5f5;
  color: #008000;
}
.gdpr-page .discount-code strong {
  font-size: 18px;
  font-weight: 500;
}
.gdpr-page .discount-code-info {
  background-color: #f5f5f5;
  padding: 10px;
}
.gdpr-page form label {
  font-size: 11px;
}
.gdpr-page .message-page--checkboxes {
  position: relative;
}
.gdpr-page .message-page--checkboxes .success {
  font-size: 11px;
  text-align: left;
}
.gdpr-page .message-page--checkboxes strong {
  color: #222222;
  font-size: 14px;
}
.gdpr-page .gdpr-promotion {
  color: #0ba1c3;
  font-size: 15px;
}
form .form-control {
  font-size: 13px;
  color: #828e95;
  font-weight: 400;
  line-height: 20px;
  box-shadow: none;
  padding-left: 0;
  position: relative;
  padding: 0;
  height: 34px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
form .form-control:focus {
  border-bottom: 1px solid rgba(130, 141, 149, 0.27);
  box-shadow: none;
}
form select.form-group {
  color: #a5adb2;
  font-size: 13px;
  font-weight: 400;
  border: none;
  width: 220px;
  padding: 20px 0;
  margin: 0 25px;
  line-height: 20px;
  border-bottom: 1px solid rgba(130, 141, 149, 0.27);
}
form .form-group {
  position: relative;
}
form .form-group .message {
  left: 15px;
}
form .form-buttons {
  text-align: right;
}
form .form-buttons .btn {
  margin-top: 0;
  float: right;
  margin-left: 5px;
}
form[class*='col'] .message {
  left: 15px;
}
form .message {
  position: absolute;
  left: 0;
}
form .message.static {
  position: static;
}
form .request-message {
  position: static;
  color: #000000;
}
form .request-message.admin {
  text-align: left;
}
form .request-message.admin .message-content {
  background-color: #dddddd;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 5px;
}
form .request-message.user {
  text-align: right;
}
form .request-message.user .message-content {
  background-color: #b0e0e6;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 5px;
}
form .request-message .message-date {
  display: block;
  margin: 5px 0;
}
form .forgot-password {
  color: #828e95;
  display: block;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.77px;
  line-height: 18px;
  text-decoration: underline;
  margin-bottom: 15px;
}
form label {
  font-size: 10px;
  color: #0074bf;
  font-weight: 400;
  line-height: 16px;
  opacity: 1;
  margin: 0;
}
form .form-submit {
  width: 100%;
  background-color: #ffffff;
  color: #828e95;
  text-transform: uppercase;
  border: 1px solid #828e95;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 400;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
form .form-submit:active,
form .form-submit:focus {
  box-shadow: 0;
  outline: 0;
}
form.checkbox label,
form.checkbox a {
  font-size: 13px;
  line-height: 20px;
  color: #828e95;
}
form.leave-comment textarea {
  min-height: 68px;
}
textarea {
  resize: vertical;
}
.unauthorized-page-container .language-select {
  margin-bottom: 15px;
}
.login-form .btn {
  text-transform: uppercase;
  height: 32px;
}
.login-form .btn i,
.login-form .btn span {
  display: inline-block;
  vertical-align: top;
}
.login-form .btn span {
  margin-left: 5px;
  padding-top: 1px;
}
#logo-name-container .logo img {
  width: 100%;
}
.social-logins {
  margin: 0 -3px;
  display: flex;
  *zoom: 1;
}
.social-logins:before,
.social-logins:after {
  content: " ";
  display: table;
}
.social-logins:after {
  clear: both;
}
.social-logins .social-login-container {
  padding: 0 3px;
  margin-bottom: 10px;
  flex-grow: 1;
}
.social-logins .social-login {
  border: 1px solid #828e95;
  color: #828e95;
  padding: 4px;
  font-size: 11px;
  text-transform: uppercase;
  text-align: left;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .social-logins .social-login {
    text-align: center;
    line-height: 20px;
  }
}
.social-logins .social-login:hover {
  text-decoration: none;
}
.social-logins .social-login img {
  margin-right: 6px;
  width: 20px;
  height: 20px;
}
span.req {
  padding-left: 5px;
}
spinner {
  display: block;
  *zoom: 1;
}
spinner:before,
spinner:after {
  content: " ";
  display: table;
}
spinner:after {
  clear: both;
}
.form-spinner .message {
  position: static;
}
.message {
  color: #828e95;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  text-align: center;
}
.message.success {
  color: #009667;
}
.message.error {
  color: #f44336;
}
.form-errors .message {
  height: 23px;
}
.banner-above-header-links {
  display: none;
  position: absolute;
  top: 0;
  min-width: 320px;
  width: 100%;
  max-width: 1440px;
  left: 0;
  right: 0;
  margin: 4px auto 0;
  line-height: 25px;
}
@media only screen and (min-width: 768px) {
  .banner-above-header-links {
    display: block;
  }
}
.banner-above-header-links .aboutwear-link,
.banner-above-header-links .utenos-link {
  padding: 5px 7px 12px;
  color: #ffffff;
  font-size: 12px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  transition: 0.2s ease;
}
.banner-above-header-links .aboutwear-link:hover,
.banner-above-header-links .utenos-link:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #000000;
  text-decoration: none;
}
.banner-above-header-present .navbar-collapse {
  top: 84px;
}
.banner-above-header-present .content {
  padding-top: 100px;
}
.banner-above-header-present .category-view {
  padding-top: 24px;
}
.banner-above-header-present .container {
  padding-top: 10px;
}
.banner-above-header-present .page-shops .map-container {
  top: 84px;
}
.content {
  padding-top: 78px;
  *zoom: 1;
}
.content.survey-form-content {
  padding-top: 20px;
}
.content:before,
.content:after {
  content: " ";
  display: table;
}
.content:after {
  clear: both;
}
.content .background-image-container {
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.breadcrumbs {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  color: #828e95;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.77px;
  line-height: 18px;
  margin-bottom: 30px;
}
.breadcrumbs li {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs ul li a:after {
  background-image: none;
  content: ' /';
  width: auto;
  height: auto;
}
.breadcrumbs ul li:last-child a:after {
  display: none;
}
.main-heading {
  color: #333333;
  font-size: 18px;
  line-height: 21px;
  padding: 0;
  min-height: 10px;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 1200px) {
  .main-heading {
    margin: 20px auto;
    font-size: 24px;
  }
}
.main-heading .toggle-filters {
  float: right;
  margin-right: 1px;
  height: 20px;
  width: 20px;
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
}
.main-heading .toggle-filters.filters-icon {
  background-image: url('/img/filters-black.png');
}
.main-heading .toggle-filters.close-icon {
  background-image: url('/img/close-black.png');
}
.dropdown-backdrop {
  z-index: 0;
}
.category-view {
  color: #828e95;
}
.category-view .product-sort {
  float: right;
}
.category-view .product-sort select.form-control {
  font-size: 12px;
}
.category-view .active-filters {
  display: inline-block;
  margin-left: 20px;
}
.category-view .product-search {
  display: inline-block;
  overflow: hidden;
  padding-right: 20px;
  position: relative;
  max-width: 400px;
  margin: 0 0 20px 0;
}
.category-view .product-search .form-control {
  border: 1px solid #828e95;
}
.category-view .product-search button {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  background: none;
  border: solid #828e95;
  border-width: 0 1px 0 0;
}
.category-view h4.grid-item-title {
  text-transform: uppercase;
  padding: 10px 0;
  font-weight: 400;
}
.category-view .desc {
  display: block;
  float: left;
  padding: 10px 0;
  margin-bottom: 20px;
  width: 100%;
}
.category-view .categories-list {
  margin-bottom: 30px;
  *zoom: 1;
}
.category-view .categories-list:before,
.category-view .categories-list:after {
  content: " ";
  display: table;
}
.category-view .categories-list:after {
  clear: both;
}
.category-view .categories-list a:hover,
.category-view .categories-list a :focus,
.category-view .categories-list a :visited {
  text-decoration: none;
  color: #0074bf;
}
.category-view .categories-list a .grid-item-title {
  color: #828e95;
}
.category-view .categories-list .grid-item-image {
  display: block;
}
.pager-block {
  float: left;
  margin-top: 20px;
}
.pager-block .selectbox {
  height: 35px;
  width: 60px;
  margin: 0;
  padding: 0 10px;
}
.pager-block.block-size span {
  font-size: 13px;
  margin-right: 5px;
}
.visible-products-pages {
  font-size: 13px;
  display: block;
  margin-top: 6px;
}
.pagination {
  margin: 20px 10px 0 0;
  float: right;
}
.pagination li.active a {
  background: none;
  color: #828e95;
}
.pagination li.active a:after {
  background-color: #828e95;
}
.pagination li.pagination-prev a,
.pagination li.pagination-next a {
  font-family: 'Glyphicons Halflings';
  font-size: 0;
}
.pagination li.pagination-prev a:before,
.pagination li.pagination-next a:before {
  font-size: 14px;
}
.pagination li.pagination-prev a:before {
  content: '\e257';
}
.pagination li.pagination-next a:before {
  content: '\e258';
}
.pagination li a {
  border: none;
  color: #828e95;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination li a:hover {
  background: none;
  color: #000000;
}
.pagination li a:after {
  content: '';
  height: 2px;
  color: transparent;
  bottom: 0;
  left: 10px;
  right: 10px;
  position: absolute;
}
.product-news-list {
  list-style-type: none;
}
.product-news-list .author {
  display: block;
  color: #828e95;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 5px;
}
.product-news-list img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin-bottom: 10px;
}
.product-news-list iframe {
  max-width: 100%;
}
.product-news-list .panel-body {
  padding: 0;
}
.product-news-list .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}
.page-content {
  color: #828e95;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.toggle-icon {
  width: 10px;
  height: 10px;
}
.toggle-icon:before,
.toggle-icon:after {
  background: #828e95;
  position: absolute;
  content: '';
  display: block;
}
.toggle-icon:before {
  width: 10px;
  height: 2px;
  top: 4px;
  left: 0;
}
.toggle-icon.plus-sign:after {
  height: 10px;
  width: 2px;
  left: 4px;
  top: 0;
}
.cart-steps {
  text-align: center;
  padding-left: 0;
}
.cart-steps li {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.77px;
  line-height: 18px;
  text-transform: uppercase;
}
.cart-steps li a {
  color: rgba(130, 142, 149, 0.5);
}
.cart-steps li.active a {
  color: #828e95;
}
.product-quantity-unavailable {
  color: #e8392e;
  font-size: 11px;
}
.cart-view {
  max-width: 800px;
  margin: 0 auto;
}
.cart-view .color-cell img {
  border: 1px solid #dadada;
}
.cart-view .cart-left {
  *zoom: 1;
}
.cart-view .cart-left:before,
.cart-view .cart-left:after {
  content: " ";
  display: table;
}
.cart-view .cart-left:after {
  clear: both;
}
.cart-view .lp-express input {
  margin-top: 10px;
  margin-right: 8px;
}
.cart-view .lp-express label {
  line-height: 30px;
  margin-bottom: 10px;
}
.cart-view .lp-express span {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px;
  padding-left: 30px;
  font-size: 13px;
}
.cart-view .lp-express span.courier {
  background-image: url('/img/icon_courier.jpg');
}
.cart-view .lp-express span.post-terminal {
  background-image: url('/img/icon_post_terminal.jpg');
}
.cart-view .lp-express span.post-office {
  background-image: url('/img/icon_post_office.jpg');
}
.cart-view .color-box .box {
  border: 1px solid #d9dcde;
  display: inline-block;
  cursor: pointer;
}
.cart-view .color-box input[type='radio']:checked + .box {
  border-color: #828e95;
}
.cart-view .gifts-row .dimension-container input[type='radio'] {
  display: none;
}
.cart-view .gifts-row .size-cell {
  margin: 0 -5px;
}
.cart-view .gifts-row .size-container {
  margin: 0 5px 5px;
}
.cart-view .gifts-row .size-container label {
  cursor: pointer;
}
.cart-view .dropdown-menu {
  text-align: left;
}
.cart-view .dropdown-menu li {
  display: block;
}
.cart-view .agree-with-terms-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.cart-view .agree-with-terms-container .checkbox {
  padding-bottom: 5px;
}
.cart-view .agree-with-terms-container .checkbox:last-child {
  padding-bottom: 20px;
}
.cart-view .agree-with-terms-container .message.error {
  position: static;
  text-align: right;
}
.cart-view .agree-with-terms {
  padding: 10px 0;
  display: flex;
  line-height: 16px;
  text-align: right;
}
.cart-view .agree-with-terms input,
.cart-view .agree-with-terms a {
  display: inline-block;
  vertical-align: top;
}
.cart-view .agree-with-terms input {
  margin-right: 5px;
}
.cart-view .agree-with-terms input.ng-touched.ng-invalid-required + a {
  color: #f44336;
}
.cart-view .agree-with-terms a {
  font-size: 12px;
  color: #828e95;
}
.cart-view .payment-methods {
  margin-left: -5px;
  margin-right: -5px;
  padding-top: 10px;
  opacity: 1;
  filter: alpha(opacity=100);
  *zoom: 1;
}
.cart-view .payment-methods:before,
.cart-view .payment-methods:after {
  content: " ";
  display: table;
}
.cart-view .payment-methods:after {
  clear: both;
}
.cart-view .payment-methods.has-cod .payment-method.has-title {
  width: 50%;
}
.cart-view .payment-methods .payment-method {
  float: left;
  text-decoration: none;
  vertical-align: top;
  padding: 5px;
  width: 50%;
  line-height: 35px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 375px) {
  .cart-view .payment-methods .payment-method {
    width: 33.333%;
  }
}
.cart-view .payment-methods .payment-method.has-title {
  line-height: normal;
  height: auto;
}
.cart-view .payment-methods .payment-method.has-title a {
  height: 92px;
}
.cart-view .payment-methods .payment-method.active a {
  border-color: #828e95;
}
.cart-view .payment-methods .payment-method a {
  border: 1px solid #ddd7d2;
  display: block;
  padding: 10px 10px;
  text-align: center;
  color: #828e95;
}
.cart-view .payment-methods .payment-method a:hover,
.cart-view .payment-methods .payment-method a:focus {
  text-decoration: none;
  color: #333333;
}
.cart-view .payment-methods .payment-method a .payment-title {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-size: 13px;
}
.cart-view .payment-methods .payment-method a .paysera {
  margin-top: 8px;
}
.cart-view .payment-methods .payment-method img {
  max-height: 38px;
  max-width: 100%;
}
.cart-view .product-prices,
.cart-view .prices {
  white-space: nowrap;
}
.cart-view .cart-steps {
  padding: 0 0 10px;
}
.cart-view .cart-section {
  width: 100%;
}
.cart-view .cart-prices {
  width: 100%;
  padding: 10px 0;
}
@media only screen and (min-width: 768px) {
  .cart-view .cart-prices {
    width: 300px;
    float: right;
    padding-left: 15px;
  }
}
.cart-view .prices-row {
  color: #828e95;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 10px;
  *zoom: 1;
}
.cart-view .prices-row:before,
.cart-view .prices-row:after {
  content: " ";
  display: table;
}
.cart-view .prices-row:after {
  clear: both;
}
.cart-view .cart-errors {
  font-size: 14px;
  padding-top: 5px;
  color: #e8392e;
}
.cart-view .product-table {
  margin: 0 auto 15px;
  width: 100%;
}
.cart-view .product-table .product-model {
  padding-top: 5px;
  font-size: 12px;
}
.cart-view .product-table thead {
  display: none;
  border-bottom: 1px solid rgba(130, 141, 149, 0.27);
}
@media only screen and (min-width: 768px) {
  .cart-view .product-table thead {
    display: table-header-group;
  }
}
.cart-view .product-table thead th {
  padding: 15px 15px;
  color: #828e95;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .cart-view .product-table thead th {
    padding: 15px;
  }
}
.cart-view .product-table tbody {
  border-bottom: 1px solid rgba(130, 141, 149, 0.27);
}
.cart-view .product-table tbody tr {
  position: relative;
  display: block;
  clear: left;
}
@media only screen and (min-width: 768px) {
  .cart-view .product-table tbody tr {
    display: table-row;
  }
}
.cart-view .product-table tbody tr td {
  padding: 10px 0 10px 15px;
  color: #828e95;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 18px;
  float: left;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .cart-view .product-table tbody tr td {
    float: none;
    display: table-cell;
  }
}
@media only screen and (max-width: 767px) {
  .cart-view .product-table tbody tr.products-row {
    *zoom: 1;
    border-bottom: 1px solid rgba(130, 141, 149, 0.27);
  }
  .cart-view .product-table tbody tr.products-row:before,
  .cart-view .product-table tbody tr.products-row:after {
    content: " ";
    display: table;
  }
  .cart-view .product-table tbody tr.products-row:after {
    clear: both;
  }
  .cart-view .product-table tbody tr.products-row:last-child {
    border-bottom: 0;
  }
}
.cart-view .product-table tbody tr.products-row .product-image {
  width: 30%;
}
@media only screen and (min-width: 768px) {
  .cart-view .product-table tbody tr.products-row .product-image {
    width: 100px;
    padding-left: 0;
  }
}
.cart-view .product-table tbody tr.products-row .product-image img {
  width: 80px;
  max-width: 100%;
}
.cart-view .product-table tbody tr.products-row .product-title {
  width: 70%;
  padding-right: 20px;
  float: right;
}
@media only screen and (min-width: 768px) {
  .cart-view .product-table tbody tr.products-row .product-title {
    width: auto;
    float: none;
  }
}
.cart-view .product-table tbody tr.products-row .size-cell {
  clear: both;
}
.cart-view .product-table tbody tr.products-row .size-cell span {
  padding: 5px 8px;
  border: 1px solid #d9dcde;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
}
.cart-view .product-table tbody tr.products-row .size-cell img {
  border: 1px solid #d9dcde;
}
.cart-view .product-table tbody tr.products-row .prices {
  padding-top: 14px;
  float: right;
}
@media only screen and (min-width: 768px) {
  .cart-view .product-table tbody tr.products-row .prices {
    float: none;
    padding-top: 10px;
  }
}
.cart-view .product-table tbody tr.products-row .product-prices {
  padding-top: 14px;
}
@media only screen and (min-width: 768px) {
  .cart-view .product-table tbody tr.products-row .product-prices {
    padding-top: 10px;
  }
}
.cart-view .product-table tbody tr.products-row .product-prices span {
  display: block;
}
.cart-view .product-table tbody tr.products-row .qty-box {
  padding-top: 12px;
}
.cart-view .product-table tbody tr.products-row .qty-box .btn {
  padding: 6px 8px;
}
.cart-view .product-table tbody tr.products-row .qty-box .text-field {
  line-height: 10px;
  display: inline-block;
  vertical-align: top;
}
.cart-view .product-table tbody tr.products-row .remove {
  padding: 0 0 0 15px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .cart-view .product-table tbody tr.products-row .remove {
    position: static;
  }
}
.cart-view .product-table tbody tr.products-row .remove .close {
  font-size: 30px;
  font-weight: 300;
  float: none;
  line-height: normal;
}
.cart-view .product-table tbody tr.products-row .remove .close span {
  display: inline-block;
  vertical-align: top;
}
.cart-view .product-table tbody tr.products-row.color-cell {
  padding-left: 3px;
}
@media only screen and (min-width: 768px) {
  .cart-view {
    padding: 0;
  }
  .cart-view .payment-methods .payment-method {
    width: 25%;
  }
  .cart-view .payment-methods .payment-method.has-title {
    width: 33.333%;
  }
  .cart-view .cart-section {
    width: 41.667%;
  }
  .cart-view .cart-section .section-content .prices-row span.pull-left {
    max-width: 200px;
    text-align: left;
  }
  .cart-view .cart-steps {
    padding-bottom: 30px;
  }
}
.giftcard label {
  color: #0074bf;
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.5px;
}
.giftcard .giftcard-container {
  clear: both;
  position: relative;
  *zoom: 1;
}
.giftcard .giftcard-container:before,
.giftcard .giftcard-container:after {
  content: " ";
  display: table;
}
.giftcard .giftcard-container:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .giftcard .giftcard-container {
    max-width: 250px;
  }
}
.giftcard .giftcard-container input {
  border: 0;
  border-bottom: 1px solid rgba(130, 141, 149, 0.27);
  color: #828e95;
  font-size: 14px;
  letter-spacing: 1px;
  height: 25px;
  width: 100%;
}
.giftcard .giftcard-container .messages {
  padding-top: 5px;
}
.giftcard .giftcard-container .button-apply {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ffffff;
  color: #828e95;
  text-transform: uppercase;
  border: 1px solid rgba(130, 141, 149, 0.27);
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 400;
  padding: 6px 12px;
  width: 100%;
  width: auto;
  padding: 3px 12px 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.giftcard .giftcard-container .button-apply:focus,
.giftcard .giftcard-container .button-apply:active {
  outline: none;
  box-shadow: none;
}
.basket-empty {
  font-size: 15px;
  color: #828e95;
  text-align: center;
  margin: 30px 0;
}
.product-qty {
  display: flex;
  align-items: center;
  margin-top: 4px;
  *zoom: 1;
}
.product-qty:before,
.product-qty:after {
  content: " ";
  display: table;
}
.product-qty:after {
  clear: both;
}
.product-qty .btn-quantity {
  background: none;
}
.product-qty .btn-quantity:focus {
  outline: none;
}
.product-qty .unavailable {
  color: #e8392e;
}
@media only screen and (min-width: 768px) {
  .product-qty .btn-quantity {
    background: none;
    font-size: 20px;
  }
  .product-qty .btn-quantity:focus {
    outline: none;
  }
  .product-qty .btn-quantity button {
    padding: 5px;
  }
}
.cart-product-header {
  color: #828e95;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.cart-product {
  padding: 20px 0;
  color: #828e95;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  border-bottom: 1px solid rgba(130, 141, 149, 0.27);
  *zoom: 1;
}
.cart-product:before,
.cart-product:after {
  content: " ";
  display: table;
}
.cart-product:after {
  clear: both;
}
.cart-product .image-col {
  padding-right: 0;
}
.cart-product .image-col .product-image {
  text-align: center;
}
.cart-product a {
  color: #828e95;
}
.cart-product .product-title {
  min-height: 50px;
  margin-bottom: 10px;
  padding-right: 0;
}
.cart-product .product-color {
  margin-bottom: 10px;
}
.cart-product .product-image img {
  max-width: 100%;
}
.cart-product .attribute-cell {
  clear: left;
  font-size: 11px;
  *zoom: 1;
}
.cart-product .attribute-cell:before,
.cart-product .attribute-cell:after {
  content: " ";
  display: table;
}
.cart-product .attribute-cell:after {
  clear: both;
}
.cart-product .prices {
  padding-left: 5px;
  text-align: right;
}
.cart-product:last-child {
  margin-bottom: 15px;
}
.cart-step-content .product-table .product-image img {
  max-height: 100%;
}
.cart-step-content .cart-actions {
  margin-bottom: 20px;
}
.tab-content li {
  list-style-type: none;
}
.product-labels {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: right;
  padding-top: 10px;
}
.product-labels .icon-product-eco {
  float: right;
}
.product-labels .icon-product-sales {
  text-align: center;
  float: right;
  margin-left: 10px;
}
.product-labels wish-label {
  display: block;
  float: left;
  margin-left: 10px;
}
.products-list {
  margin: 10px -5px;
  *zoom: 1;
}
.products-list:before,
.products-list:after {
  content: " ";
  display: table;
}
.products-list:after {
  clear: both;
}
.products-list .product-container {
  position: relative;
  display: inline-block;
}
.products-list .product-labels .icon-product-eco {
  margin-top: -10px;
}
.products-list .product {
  padding: 0 5px;
  text-align: center;
}
.products-list .product .product-image {
  height: 200px;
  margin-bottom: 20px;
  position: relative;
  clear: both;
  text-align: center;
  display: inline-block;
}
@media only screen and (min-width: 375px) {
  .products-list .product .product-image {
    height: 240px;
  }
}
@media only screen and (min-width: 425px) {
  .products-list .product .product-image {
    height: 275px;
  }
}
@media only screen and (min-width: 768px) {
  .products-list .product .product-image {
    height: 333px;
  }
}
@media only screen and (min-width: 1024px) {
  .products-list .product .product-image {
    height: 440px;
  }
}
@media only screen and (min-width: 1200px) {
  .products-list .product .product-image {
    height: 500px;
  }
}
.products-list .product .product-image.has-two-img:hover img {
  opacity: 0;
  filter: alpha(opacity=0);
}
.products-list .product .product-image.has-two-img:hover img.second-img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.products-list .product .product-image.has-two-img:hover .sale-icon img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.products-list .product .product-image.has-two-img img {
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.products-list .product .product-image.has-two-img img.second-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.products-list .product .product-image img {
  max-height: 100%;
}
.products-list .product .product-short-desc {
  height: 36px;
  overflow: hidden;
}
.products-list .product .product-short-desc:hover {
  color: #0074bf;
  text-decoration: none;
}
.products-list .product .product-short-desc .news {
  text-align: center;
  color: #f16d74;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 18px;
  display: inline-block;
  padding-right: 5px;
}
.products-list .price-from {
  text-transform: none;
  display: inline-block;
  padding-right: 5px;
}
.products-list .product-short-desc,
.products-list .product-prices {
  color: #828e95;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-bottom: 5px;
}
.products-list .product-short-desc .product-discount,
.products-list .product-prices .product-discount {
  color: #f16d74;
}
.products-list .product-short-desc .product-price.old,
.products-list .product-prices .product-price.old {
  text-decoration: line-through;
}
.products-list .product-short-desc .product-price.red,
.products-list .product-prices .product-price.red {
  margin-right: 10px;
}
.slide {
  position: relative;
  width: 250px;
  margin: 0 auto;
}
.product-slider .product-labels {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
}
.product-slider .bx-wrapper .bx-controls-direction a {
  margin-top: -33px;
  top: 165px;
}
.product-slider .product-title {
  min-height: 0;
}
.product-slider .slide {
  padding: 0;
  margin-top: 15px;
}
.product-slider .slide .img-container {
  height: 330px;
  margin-bottom: 10px;
  position: relative;
}
.product-slider .slide .related-product {
  padding: 0 15px 15px;
}
.product-slider .slide a .product-prices {
  padding-top: 6px;
}
.product-slider .related-product {
  color: #828e95;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-bottom: 5px;
}
.product-slider .related-product .product-discount {
  color: #f16d74;
}
.product-slider .related-product .product-price.old {
  text-decoration: line-through;
}
.product-slider .related-product .product-price.red {
  margin-right: 10px;
}
.product-colors-container {
  display: block;
  margin: 0 auto 20px;
  min-height: 20px;
  text-align: center;
}
.product-colors-container .product-colors {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  position: relative;
  outline: 1px solid #dadada;
}
.product-colors-container .product-colors:hover img {
  margin-top: -10px;
  margin-left: -10px;
  width: 35px;
  height: 35px;
  z-index: 2;
  outline: 1px solid #dadada;
}
.product-colors-container .product-colors img {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product-colors-container .product-colors img:last-child {
  margin-right: 0;
}
.product-colors-container .product-colors img.product-color-red {
  width: 15px;
  height: 15px;
  display: block;
  outline: 1px solid #dadada;
}
.product-colors-container .product-colors img.product-color-red:hover {
  width: 35px;
  height: 35px;
}
.product-colors-container .product-colors img.product-color-blue {
  width: 15px;
  height: 15px;
  display: block;
}
.product-colors-container .product-colors img.product-color-blue:hover {
  width: 35px;
  height: 35px;
}
/* Product filters starts */
.product-filter {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  *zoom: 1;
}
.product-filter:before,
.product-filter:after {
  content: " ";
  display: table;
}
.product-filter:after {
  clear: both;
}
.product-filter .selectbox {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 7px 25px 7px 10px;
  line-height: 14px;
  font-weight: 400;
  cursor: pointer;
}
.product-filter .pager-container {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .product-filter .pager-container {
    max-width: 180px;
    float: right;
  }
}
.product-filter .product-filters-container {
  display: none;
  position: relative;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
@media only screen and (min-width: 1200px) {
  .product-filter .product-filters-container {
    display: flex;
    margin: 0;
  }
}
.product-filter .product-filters-container.displayed {
  display: flex;
}
.product-filter .btn-filter {
  width: 50%;
  position: relative;
  background-color: #ffffff;
  padding: 0 5px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .product-filter .btn-filter {
    width: 33.333%;
  }
}
@media only screen and (min-width: 1024px) {
  .product-filter .btn-filter {
    width: 25%;
  }
}
@media only screen and (min-width: 1200px) {
  .product-filter .btn-filter {
    width: auto;
    padding: 0 10px 0 0;
  }
}
.product-filter .btn-filter .item-count {
  padding-left: 5px;
}
.product-filter .btn-filter .filter-group-header {
  margin: 0;
  color: #828e95;
  position: relative;
  border: 1px solid #828e95;
}
.product-filter .btn-filter .filter-group-header.selected {
  color: #ffffff;
  background-color: #07537C;
  border-color: #07537C;
  background-image: url('/img/select-arrow-white.png');
}
.btn-clear-filters {
  color: #086787;
  font-size: 12px;
  text-decoration: none;
  height: 30px;
}
.btn-clear-filters i {
  margin-right: 3px;
}
.price-filter {
  color: #828e95;
  font-size: 12px;
  line-height: 13px;
  margin: 12px 0;
}
/* Product filters ends */
.popover {
  background-color: #ffffff;
  border: 0;
  z-index: 2;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.popover .popover-content {
  padding: 20px 20px 14px;
}
.filter-popover.bottom .arrow {
  border-width: 6px;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  transform: translate(0, -2px);
}
.filter-popover.bottom-right .arrow {
  transform: translate(-10px, -6px);
}
.filter-popover.bottom-left .arrow {
  transform: translate(10px, -6px);
}
.filter-popover .popover-close {
  position: absolute;
  right: 10px;
  top: 5px;
}
.filter-popover .checkbox-styled .checkbox-bg {
  width: 20px;
  height: 20px;
}
.filter-popover .filter-range {
  padding-top: 10px;
}
.filter-popover .filter-range .price-tags {
  color: #828e95;
  font-size: 12px;
  margin: 12px 0 0;
  text-align: center;
}
.filter-popover .filter-range .filter-range-inputs {
  margin-bottom: 10px;
}
.filter-popover .filter-range .filter-range-inputs .form-control {
  box-shadow: none;
  height: 28px;
  font-size: 13px;
}
.filter-popover .filter-range .range-slider {
  margin: 0 11px;
}
.filter-popover .filter-range .range-slider .slider-handle {
  cursor: pointer;
}
.filter-popover .filter-popover-container.footer-displayed {
  padding-bottom: 33px;
}
.filter-popover .popover-content {
  min-width: 235px;
  position: relative;
  overflow: hidden;
}
.filter-popover .filter-group-content-container {
  max-height: 500px;
  overflow: hidden;
  display: block;
  position: relative;
}
.filter-popover .filter-group-content-container > div {
  overflow: hidden;
}
.filter-popover .filter-group-content-container ul {
  padding: 14px 0;
}
.filter-popover .filter-group-content-container ul.colors-container {
  padding-bottom: 9px;
}
.filter-popover .filter-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 33px;
  border-top: 1px solid #e7e7e7;
  padding: 7px 13px;
  *zoom: 1;
}
.filter-popover .filter-footer:before,
.filter-popover .filter-footer:after {
  content: " ";
  display: table;
}
.filter-popover .filter-footer:after {
  clear: both;
}
.filter-popover .filter-footer button {
  color: #086787;
  font-size: 12px;
  text-decoration: none;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
}
.filter-popover .filter-footer button .count {
  margin-left: 3px;
}
.filter-popover .filter-enum .filter-more-results {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.filter-popover .filter-enum .filter-more-results.displayed {
  max-height: 800px;
}
.filter-popover .filter-enum .filter-more-results > li:first-child {
  padding-top: 5px;
}
.filter-popover ul {
  padding: 0;
  margin-bottom: 0;
  *zoom: 1;
}
.filter-popover ul:before,
.filter-popover ul:after {
  content: " ";
  display: table;
}
.filter-popover ul:after {
  clear: both;
}
.filter-popover ul li {
  list-style-type: none;
  margin-bottom: 5px;
  *zoom: 1;
}
.filter-popover ul li:before,
.filter-popover ul li:after {
  content: " ";
  display: table;
}
.filter-popover ul li:after {
  clear: both;
}
.filter-popover ul li:last-child {
  margin-bottom: 0;
}
.filter-popover ul li a {
  color: #828e95;
  display: block;
  font-size: 12px;
  font-weight: 400;
  *zoom: 1;
}
.filter-popover ul li a:before,
.filter-popover ul li a:after {
  content: " ";
  display: table;
}
.filter-popover ul li a:after {
  clear: both;
}
.filter-popover ul li a:hover {
  cursor: pointer;
  text-decoration: none;
}
.filter-popover ul li a.active {
  color: #0074bf;
}
.filter-popover ul li a > label {
  display: block;
  cursor: pointer;
}
.filter-popover ul li label {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  float: left;
  width: 100%;
  *zoom: 1;
}
.filter-popover ul li label:before,
.filter-popover ul li label:after {
  content: " ";
  display: table;
}
.filter-popover ul li label:after {
  clear: both;
}
.filter-popover ul li label > div {
  float: left;
}
.filter-popover .colors-container li {
  float: left;
  width: 20px;
  height: 20px;
  margin: 0 3px 5px;
  text-align: center;
}
.filter-popover .colors-container li img {
  float: left;
}
.filter-popover .colors-container li a {
  display: inline-block;
  border: 1px solid #e7e7e7;
}
.filter-popover .colors-container li a.active {
  outline: 1px solid #aaaaaa;
  outline-offset: 0;
  position: relative;
  top: 1px;
}
.filter-popover .colors-container li a.active img {
  height: 16px;
  width: 16px;
}
.filter-popover .colors-container li label {
  line-height: initial;
  margin: 0;
}
label.checkbox-newsletter .checkbox-styled {
  padding-top: 4px;
}
label.checkbox-newsletter .checkbox-styled + span {
  float: none;
}
/* Product filters ends */
.popover.bottom {
  padding-bottom: 0;
}
.about-history-container {
  width: 100%;
  float: left;
  color: #828e95;
}
.about-history-container .about-history-content {
  max-width: 710px;
  margin: 0 auto;
  padding: 20px;
}
.about-history-container .about-history-content h3 {
  text-align: center;
}
.about-history-container .about-history-content p {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}
.product-dimension {
  line-height: 28px;
}
.product-dimension .dimension-title {
  float: left;
  width: 50px;
}
.product-dimension .dropdown-menu {
  border-radius: 0;
  min-width: 40px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.product-dimension .dropdown-menu li {
  display: block;
}
.product-dimension .dropdown-menu li:last-child {
  padding-bottom: 5px;
}
.product-dimension .dropdown-menu li label {
  display: inline-block;
  width: 100%;
  padding: 5px 5px 0 6px;
  cursor: pointer;
}
.product-dimension .dropdown-menu li label.label-img {
  padding-left: 3px;
}
.product-dimension .box {
  float: left;
  cursor: pointer;
  pointer-events: none;
  margin: 0;
  font-size: 12px;
  white-space: nowrap;
  border: 1px solid #ebebeb;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.product-dimension .box:hover {
  border-color: #828e95;
}
.product-dimension .box.no-border {
  border: none;
}
.product-dimension .dimension-box {
  float: left;
  text-align: center;
  padding: 2px 4px 2px 2px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.product-dimension .dimension-box.dropdown-box {
  border: 1px solid #07537C;
  display: flex;
  align-items: center;
  margin: 0;
  cursor: pointer;
}
.product-dimension .dimension-box.dropdown-box img {
  border: 1px solid #ebebeb;
}
.product-dimension .dimension-box.size {
  line-height: 30px;
  padding: 2px 6px;
}
.product-dimension .dimension-box .item-change-in-cart {
  border-radius: 0;
  border: none;
}
.product-dimension .dimension-box .dropdown-triangle {
  margin: 0 0 0 6px;
}
.product-dimension label {
  vertical-align: top;
  margin-bottom: 0;
  cursor: pointer;
}
.product-dimension .dimension-container {
  *zoom: 1;
}
.product-dimension .dimension-container:before,
.product-dimension .dimension-container:after {
  content: " ";
  display: table;
}
.product-dimension .dimension-container:after {
  clear: both;
}
.product-dimension .dimension-container.size .box {
  min-width: 50px;
  padding: 0 2px;
}
.product-dimension .dimension-container.color .box {
  border-color: #dadada;
}
.product-dimension .dimension-container.color .box:hover {
  outline: 1px solid #828e95;
  border-color: #ffffff;
}
.product-dimension .dimension-container.color input[type='radio']:checked + .box {
  outline: 1px solid #828e95;
  border-color: #ffffff;
}
.product-dimension .dimension-container input[type='radio'] {
  visibility: hidden;
  width: 0;
}
.product-dimension .dimension-container input[type='radio']:checked + .box {
  border-color: #828e95;
}
.product-view .product-prices {
  display: block;
  color: #828e95;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 22px;
  text-align: center;
  padding-top: 10px;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .product-view .product-prices {
    clear: none;
    padding: 0;
    text-align: right;
  }
}
.product-view .product-prices .product-price {
  display: block;
}
.product-view .product-prices .product-price.old {
  text-decoration: line-through;
}
.product-view .product-labels {
  padding-top: 10px;
}
.product-view .product-labels .icon-product-sales {
  width: auto;
  padding: 0 2px;
  margin-top: 0;
}
.product-view .main-heading {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
}
.product-view iframe.youtube {
  border: none;
}
.product-view .youtube img {
  max-height: 114px;
  max-width: 80px;
}
.product-view .main-image-wrapper {
  text-align: center;
  position: relative;
}
.product-view .icon-video {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -35px;
}
.product-view .product-slider {
  margin-top: 30px;
}
.product-view .product-slider h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
}
.product-view .product-slider .bx-wrapper .slide {
  padding: 0;
}
.product-view .product-slider .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -52px;
  outline: 0;
  width: 16px;
  height: 104px;
  text-indent: -9999px;
  z-index: 2;
  left: -16px;
  opacity: 0.7;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 66px;
  background-position: 0 0;
  font-size: 0;
  background-image: url('about:blank');
  overflow: hidden;
}
.product-view .product-slider .bx-wrapper .bx-controls-direction a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 12px 10px 0;
  border-color: transparent #828e95 transparent transparent;
  background-image: none;
}
.product-view .product-slider .bx-wrapper .bx-controls-direction a.bx-next {
  right: -15px;
  left: auto;
}
.product-view .product-slider .bx-wrapper .bx-controls-direction a.bx-next:before {
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #828e95;
}
.product-view .social-bar-container {
  text-align: right;
}
.product-view .social-bar {
  padding: 0;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
  margin-top: 20px;
}
.product-view .social-bar label {
  color: #07537C;
  padding-right: 20px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  background: url('/img/icon-share-black.png') center right no-repeat;
  cursor: pointer;
}
.product-view .social-bar a {
  color: #828e95;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: underline;
  padding: 0 10px;
}
.product-view .social-bar .dropdown-menu {
  width: 120px;
  left: 50%;
  margin-left: -60px;
  min-width: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.product-view .social-bar .dropdown-menu a {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 8px 15px;
}
.product-view .social-bar .dropdown-menu a:hover {
  color: #333333;
}
.product-view .product-gallery {
  clear: both;
}
.product-view .product-gallery .main-image-container {
  float: none;
  height: auto;
  text-align: center;
  position: relative;
  margin: 0 auto;
  max-width: 400px;
}
.product-view .product-gallery .main-image-container img {
  max-height: 100%;
  max-width: 100%;
  pointer-events: none;
}
.product-view .product-gallery .main-image-container .product-zoom-box {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1000;
}
.product-view .product-gallery .product-thumbs-container {
  float: none;
  width: auto;
  height: auto;
  margin-bottom: 10px;
}
.product-view .product-gallery .product-thumbs-container img {
  max-width: 100%;
}
.product-view .product-gallery .product-thumbs-container .product-thumbs {
  white-space: nowrap;
  overflow: auto;
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-view .product-gallery .product-thumbs-container .product-thumbs li {
  display: inline-block;
}
.product-view .product-gallery .product-thumbs-container .product-thumbs li.active img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.product-view .product-gallery .product-thumbs-container .thumb-control {
  position: absolute;
  display: none;
  cursor: pointer;
  text-align: center;
  height: 20px;
  width: 100%;
  z-index: 1;
  background-color: #ffffff;
}
.product-view .product-gallery .product-thumbs-container .thumb-control .small-triangle-down {
  position: absolute;
  bottom: 7px;
  left: 37px;
}
.product-view .product-gallery .product-thumbs-container .thumb-control .small-triangle-top {
  position: absolute;
  top: 7px;
  left: 37px;
}
.product-view .product-gallery .product-thumbs-container .thumb-prev {
  top: 0;
  position: relative;
}
.product-view .product-gallery .product-thumbs-container .thumb-next {
  bottom: 0;
}
.product-view .product-info {
  color: #828e95;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: 1px;
  clear: both;
  margin-top: 20px;
}
.product-view .product-info .product-info-header {
  padding: 0;
}
.product-view .product-info .product-info-header h3 {
  text-transform: uppercase;
  display: block;
  margin: 0;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
}
.product-view .product-info .product-info-header .product-model {
  clear: both;
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
}
.product-view .product-info .product-actions {
  clear: both;
  padding-top: 15px;
}
.product-view .product-info .product-actions .full-width-button {
  margin: 10px 0;
}
.product-view .product-info .product-actions .btn .added-text {
  display: none;
}
.product-view .product-info .product-actions .btn.btn-active-color .add-to-cart-text {
  display: none;
}
.product-view .product-info .product-actions .btn.btn-active-color .added-text {
  display: block;
}
.product-view .product-info .attributes-title {
  display: block;
}
.product-view .product-info .product-accordion {
  margin-top: 0;
  margin-bottom: 20px;
}
.product-view .product-info .product-accordion .toggle-icon {
  top: 50%;
}
.product-view .product-info .product-accordion .nav-tabs {
  margin-top: 20px;
}
.product-view .product-info .product-accordion .style-image {
  margin-bottom: 15px;
}
.product-view .product-info .product-accordion .accordion-header {
  color: #828e95;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
}
.product-view .product-info .product-accordion .panel-default:last-child {
  border-bottom: 1px solid rgba(130, 141, 149, 0.27);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.product-view .product-info .product-accordion .panel-default .panel-default-container {
  margin: 5px 10px;
}
.product-view .product-info .product-accordion .panel-body {
  border-top: none;
  padding: 0;
}
.product-view .product-info .product-accordion .panel-body ul,
.product-view .product-info .product-accordion .panel-body p {
  color: #828e95;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  text-transform: none;
}
.product-view .product-info .product-accordion .panel-body ul li,
.product-view .product-info .product-accordion .panel-body p li {
  list-style-type: none;
}
.product-view .product-info .product-accordion .panel-body img {
  max-width: 100%;
  max-height: 100%;
}
.product-view .product-info .product-accordion .panel-body table tbody tr {
  margin: 5px 0;
  border-bottom: 1px solid #dddddd;
}
.product-view .product-info .product-accordion .panel-body table tbody tr td:last-child {
  text-align: center;
}
.product-view .product-info .product-accordion .panel-body table tbody tr:last-child {
  border-bottom: none;
}
.product-view .product-info .size-btn {
  font-size: 13px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 1px;
  color: #828e95;
  text-decoration: underline;
  display: block;
  clear: both;
}
.product-view .related-products-title {
  color: #828e95;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
}
.product-view .related-products {
  text-align: center;
}
.product-view .related-products .related-products-content {
  width: 100%;
  max-height: 308px;
  overflow: auto;
  white-space: nowrap;
}
.product-view .related-products .related-products-content .related-product {
  padding: 10px;
  width: 215px;
  height: 285px;
  display: inline-block;
  overflow: auto;
  white-space: nowrap;
}
.product-view .related-products .related-products-content .related-product .img-container img {
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (min-width: 768px) {
  .product-view .product-gallery .main-image-container {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    max-width: none;
  }
  .product-view .product-gallery .product-thumbs-container {
    position: relative;
    padding: 0;
    float: left;
    max-height: 629px;
    overflow: hidden;
    width: 80px;
    margin-right: 10px;
  }
  .product-view .product-gallery .product-thumbs-container .product-thumbs {
    overflow: auto;
    position: relative;
  }
  .product-view .product-gallery .product-thumbs-container .product-thumbs li {
    display: block;
    margin: 5px 0;
  }
  .product-view .product-gallery .product-thumbs-container .product-thumbs li a {
    display: block;
  }
  .product-view .product-gallery .product-thumbs-container .thumb-control {
    display: block;
  }
  .product-view .product-info {
    clear: none;
  }
  .product-view .product-info .product-info-header h3 {
    float: left;
    overflow: hidden;
    text-align: left;
    padding: 0;
    font-size: 16px;
  }
  .product-view .product-info .product-info-header .product-model {
    text-align: left;
  }
  .product-view .product-info .product-accordion {
    clear: both;
  }
  .product-view .product-slider .bx-wrapper .bx-controls-direction a {
    width: 25px;
    left: -30px;
  }
  .product-view .product-slider .bx-wrapper .bx-controls-direction a.bx-next {
    right: -20px;
  }
}
.full-width-button {
  width: 100%;
  background-color: #ffffff;
  color: #828e95;
  text-transform: uppercase;
  border: 1px solid #828e95;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 400;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.full-width-dark-button {
  background-color: #828e95;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  width: 100%;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.full-width-dark-button:focus {
  outline: none;
}
.send-request-form spinner {
  position: relative;
}
.order-confirmation {
  text-align: center;
  margin-top: 50px;
}
.order-confirmation p {
  padding: 5px 0;
}
.order-confirmation .order-number {
  color: #828e95;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
}
.order-confirmation .order-mail-sent {
  color: #828e95;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  width: 260px;
  margin: 0 auto;
}
.order-confirmation a button {
  padding: 10px 0;
  width: 260px;
  margin: 0 auto;
  margin-top: 10px;
}
.voucher {
  color: #828e95;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.voucher textarea {
  min-height: 100px;
}
@media only screen and (min-width: 768px) {
  .voucher .voucher-content {
    float: right;
  }
}
.voucher-product {
  max-width: 80px;
}
.page-news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-news-list .collection-logo {
  margin-bottom: 30px;
}
.page-news-list a {
  text-decoration: none;
}
.page-news-list a:hover,
.page-news-list a:active {
  text-decoration: none;
}
.page-news-list iframe.youtube-videos {
  max-width: 100%;
  max-height: 100%;
}
.page-news-list .product-news-content {
  margin-bottom: 30px;
}
.page-news-list .review-collection-btn {
  color: #69737a;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 18px;
  width: 210px;
  height: 40px;
  border: 1px solid #828e95;
  text-transform: uppercase;
  padding-top: 10px;
  text-align: center;
}
.page-news-list .img-container img {
  max-width: 100%;
  max-height: 100%;
}
.page-news-list li {
  margin-bottom: 20px;
  display: block;
  clear: both;
  *zoom: 1;
}
.page-news-list li:before,
.page-news-list li:after {
  content: " ";
  display: table;
}
.page-news-list li:after {
  clear: both;
}
.page-news-list li > div {
  padding: 0 20px;
}
.page-news-list li .news-image {
  margin-bottom: 20px;
  text-align: center;
}
.page-news-list li .news-image a {
  text-align: center;
  display: block;
}
.page-news-list li .news-side h2 {
  margin-top: 0;
}
.page-news-list li .news-side h2 a {
  color: #828e95;
  text-decoration: none;
}
.map-container {
  position: relative;
  display: block;
}
.map-container img {
  max-width: 100%;
}
header {
  *zoom: 1;
}
header:before,
header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
.wrapper .content,
.wrapper .navbar-fixed-top {
  left: 0;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.wrapper .content,
.wrapper footer {
  position: relative;
}
.wrapper .btn-close {
  text-align: right;
  font-size: 40px;
  padding: 10px 18px 15px;
  font-weight: 300;
  color: #cccccc;
  cursor: pointer;
  border-bottom: 1px solid #dddddd;
}
.wrapper .btn-close:before {
  content: '\d7';
}
.page_front_page .wrapper > .container,
.page_pageTypeAbout .wrapper > .container,
.page_front_page .page-content,
.page_pageTypeAbout .page-content {
  min-width: 100%;
  padding: 0;
  margin: 0;
}
.fp-enabled .wrapper .container > .full-width-container,
.fp-enabled-cloak .wrapper .container > .full-width-container {
  min-width: 100%;
}
.page_pageTypeAbout .background-image-container {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  max-height: 90vh;
}
.page_pageTypeAbout .background-image-container img {
  width: 100%;
}
.page_pageTypeAbout .background-image-container .height-element {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.page_pageTypeAbout .about-title {
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  height: 160px;
  top: 50%;
  margin-top: -60px;
}
.page_pageTypeAbout .about-title h1 {
  color: #ffffff;
  letter-spacing: 1px;
  cursor: pointer;
}
.shops-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shops-container .city-select {
  flex-grow: 1;
  margin-right: 20px;
}
.shops-container .city-select select {
  width: 100%;
}
.shops-container .contact-list-container {
  width: 100%;
}
.contacts-list {
  display: flex;
  flex-wrap: wrap;
}
.page_contacts .contacts-list {
  overflow-y: hidden;
  position: relative;
  text-align: left;
  max-height: 300px;
}
.page_contacts .contacts-general {
  margin-bottom: 20px;
}
.page_contacts .contact-container {
  position: relative;
}
.page_contacts .contact-container .select-shop {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 22px;
  border: none;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(130, 141, 149, 0.27);
  width: 100%;
  margin-bottom: 30px;
}
.page_contacts .contact-container .shop-list-container {
  padding-bottom: 30px;
  vertical-align: top;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  min-height: 100px;
}
.page_contacts .contact-container .shop-list-container .shop-title {
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
}
.page_contacts .contact-container .shop-list-container .shop-city {
  white-space: nowrap;
  overflow: hidden;
}
.page_contacts .contact-container .shop-list-container .shop-address {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 40px;
}
.page_contacts .contact-container .shop-list-container .coordinates-box .show-map {
  color: #828e95;
  text-decoration: underline;
  cursor: pointer;
}
.page_contacts .contact-container .contact-list-container {
  position: relative;
}
.page_contacts .contact-container .contact-list-container:after {
  content: '';
  position: absolute;
  background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0.1));
  width: 100%;
  height: 80px;
  bottom: 0;
  left: 0;
  display: none;
}
.page_contacts .contact-container .contact-list-container:hover:after {
  display: none;
}
.page-contacts .map-container {
  height: 300px;
}
.page-shops .show-map {
  text-decoration: underline;
  cursor: pointer;
  font-weight: 300;
}
.page-shops .city-select {
  margin-top: 20px;
}
.page-shops .city {
  color: #333333;
}
.page-shops .shop-address {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
}
.page-shops .coordinates-box {
  margin-top: 5px;
}
.page-shops .shop-title {
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}
.page-shops .shop-list-container {
  margin-bottom: 25px;
  font-size: 13px;
  color: #828e95;
  letter-spacing: 0.5px;
}
.page-shops .map-container {
  top: 60px;
  padding-left: 15px;
}
.contact-view .contact-list-container {
  color: #828e95;
  letter-spacing: 0.5px;
}
/* fancybox modal */
.custom-fancybox-container .fancybox-thumbs-x {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}
.custom-fancybox-container .fancybox-inner {
  right: 0;
  bottom: 95px;
}
.fancybox-close {
  top: 5px;
  right: 5px;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background-color: #f5f5f5;
  border-radius: 0;
}
.modal-open .modal {
  background: rgba(0, 0, 0, 0.3);
}
.newsletterModalTemplate {
  font-family: Ubuntu, 'times new roman', times, roman, serif;
}
.newsletterModalTemplate .modal-dialog {
  margin: 80px auto 0;
  width: 100%;
  max-width: 480px;
  height: 600px;
}
@media only screen and (min-width: 768px) {
  .newsletterModalTemplate .modal-dialog {
    max-width: 550px;
  }
}
.newsletterModalTemplate .modal-dialog .close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.newsletterModalTemplate .modal-dialog .modal-content {
  padding: 20px 40px;
  background-color: #ebe6e1;
  background-image: url(/img/newsletter-modal.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 100px;
  margin: 5px;
}
@media only screen and (min-width: 768px) {
  .newsletterModalTemplate .modal-dialog .modal-content {
    background-position-x: 170px;
  }
}
.newsletterModalTemplate .modal-dialog .modal-content .modal-header {
  width: 230px;
  height: 290px;
  text-align: center;
  border: 1px solid #78685a;
  position: relative;
  background: transparent;
}
.newsletterModalTemplate .modal-dialog .modal-content .modal-header .header-content {
  padding: 0 20px;
  position: absolute;
  top: 40px;
  left: -5px;
  width: 238px;
  height: 200px;
  background: #ebe6e1;
  z-index: 0;
}
.newsletterModalTemplate .modal-dialog .modal-content .modal-header .header-content h1 {
  color: #78685a;
  font-size: 84px;
  margin: 0;
  font-weight: 100;
}
.newsletterModalTemplate .modal-dialog .modal-content .modal-header .header-content h1 .fixed-amount {
  font-size: 48px;
}
.newsletterModalTemplate .modal-dialog .modal-content .modal-header .header-content h4 {
  color: #78685a;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 auto 20px;
}
.newsletterModalTemplate .modal-dialog .modal-content .modal-header .header-content p {
  color: #78685a;
  font-size: 16px;
  font-weight: 400;
}
.newsletterModalTemplate .modal-dialog .modal-content .modal-header .header-content .additional-info {
  margin-top: 60px;
  font-size: 20px;
}
.newsletterModalTemplate .modal-dialog .modal-content .modal-body {
  width: 230px;
  padding: 0;
  margin-top: 80px;
  text-align: center;
  background: transparent;
}
.newsletterModalTemplate .modal-dialog .modal-content .modal-body input {
  border-bottom: 1px solid #9a9b9d;
  background: transparent;
  font-size: 14px;
  color: #78685a;
  text-align: center;
}
.newsletterModalTemplate .modal-dialog .modal-content .modal-body input::placeholder {
  text-align: center;
  color: #78685a;
}
.newsletterModalTemplate .modal-dialog .modal-content .modal-body .btn-primary {
  background: #78685a;
  border: 0;
  width: auto;
  font-size: 14px;
  padding: 7px 25px;
  color: #ebe6e1;
  margin: 20px auto 30px;
}
.newsletterModalTemplate .modal-dialog .modal-content .modal-body .message.error,
.newsletterModalTemplate .modal-dialog .modal-content .modal-body .message.success {
  position: initial;
}
.newsletterModalTemplate .modal-dialog .modal-content .modal-body .checkbox-newsletter {
  text-align: left;
}
.newsletterModalTemplate .modal-dialog .modal-content .modal-body .checkbox-newsletter .checkbox-styled .checkbox-bg {
  background: transparent;
}
.newsletterModalTemplate .modal-dialog .modal-content .modal-body .checkbox-newsletter span {
  color: #78685a;
  font-size: 12px;
  float: right;
}
.newsletterModalTemplate .modal-dialog .modal-content .modal-body .checkbox-newsletter .req {
  display: none;
}
.banner-above-header {
  height: 34px;
  margin: 0 auto;
}
.banner-above-header .banner-text {
  height: 34px;
  padding: 2px 0;
  font-size: 12px;
  line-height: 32px;
}
.header-overlay.has-bah {
  margin-top: 34px;
}
.bx-wrapper .bx-pager.bx-default-pager a:before {
  background-color: transparent;
  border: 1px solid #828e95;
  width: 10px;
  height: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background-image: none;
}
.bx-wrapper .bx-pager.bx-default-pager a.active:before {
  background: #828e95;
  display: block;
}
.right-header-link img {
  width: 24px;
  height: 24px;
}
.page-404 h1 {
  margin-bottom: 40px;
}
.page-404 h4 {
  margin-bottom: 30px;
}
.navbar-collapse {
  background: #086787;
  overflow: auto;
  width: 100%;
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar-collapse.displayed {
  height: auto;
  left: 0;
  max-height: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (min-width: 1200px) {
  .navbar-collapse.displayed {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar-collapse {
    background: transparent;
    position: static;
    top: auto;
    max-height: none;
    width: auto;
    display: flex;
    overflow: visible;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.content-gallery-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.gallery-item {
  padding: 0 5px;
  text-align: center;
}
.content-gallery {
  height: 200px;
  margin-bottom: 20px;
  position: relative;
  clear: both;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
@media only screen and (min-width: 375px) {
  .content-gallery {
    height: 240px;
  }
}
@media only screen and (min-width: 425px) {
  .content-gallery {
    height: 275px;
  }
}
@media only screen and (min-width: 768px) {
  .content-gallery {
    height: 333px;
  }
}
@media only screen and (min-width: 1024px) {
  .content-gallery {
    height: 440px;
  }
}
@media only screen and (min-width: 1200px) {
  .content-gallery {
    height: 500px;
  }
}
.content-gallery img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 480px) {
  .visible-xxs {
    display: block !important;
  }
  .hidden-xxs {
    display: none !important;
  }
  .video-thumb-container {
    background-color: #000000;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .video-thumb-container img {
    height: auto;
    width: auto;
  }
  .cart-dropdown .product-title {
    min-height: initial;
  }
  .product-colors-container .product-colors {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 768px) {
  html,
  body {
    height: 100%;
  }
  footer,
  .push {
    min-height: 254px;
  }
  footer {
    clear: both;
    padding: 0;
    background-color: #ffffff;
  }
  footer .top-footer {
    padding-top: 80px;
  }
  .wrapper {
    min-height: 100%;
    margin: 0 auto -254px;
    *zoom: 1;
  }
  .wrapper:before,
  .wrapper:after {
    content: " ";
    display: table;
  }
  .wrapper:after {
    clear: both;
  }
  .wrapper.right-menu-toggled .map-container {
    padding-left: 300px;
  }
  .page_contacts .contact-container .shop-list-container {
    max-width: none;
  }
  .page_contacts .contact-container .contact-list-container {
    position: relative;
  }
  .page_contacts .contact-container .contact-list-container:after {
    display: initial;
  }
  .header .left-header .subscription {
    display: block;
  }
  .header .left-header .custom-popup-wrapper {
    cursor: pointer;
  }
  .footer-toggle-content.visible {
    top: -150px;
  }
  .bottom-footer .payment-methods {
    float: left;
  }
  .bottom-footer .copyright-text {
    float: right;
    padding: 0;
  }
  .message {
    padding: 0;
  }
  .page_front_page .banner-above-header-present .content {
    padding-top: 0;
  }
  .banner-above-header-present .content {
    padding-top: 84px;
  }
  .content {
    padding-top: 80px;
  }
  .content .small-form {
    max-width: 400px;
    margin: 0 auto;
  }
  .page_pageTypeAbout .content {
    padding-top: 0;
  }
  .make-request-form {
    bottom: 120px;
  }
  .category-view h4.grid-item-title {
    font-weight: 700;
  }
  .order-confirmation .order-mail-sent {
    width: 360px;
  }
  .order-confirmation button {
    width: 360px;
  }
  .giftcard .giftcard-container {
    height: 25px;
  }
  .giftcard .giftcard-container input {
    width: auto;
    height: 25px;
    float: left;
  }
  .giftcard .giftcard-container .button-apply {
    float: left;
    margin: 0;
    height: 25px;
    width: auto;
    padding: 0 12px;
    border: none;
    border-bottom: 1px solid rgba(130, 141, 149, 0.27);
  }
  .page-news-list li {
    display: flex;
    align-items: center;
  }
  .page-news-list li:nth-child(even) .news-image {
    order: 2;
  }
  .page-news-list li.no-image > div {
    margin: 0 auto;
    max-width: 90%;
    width: 710px;
  }
  .page-news-list li.no-image > div h3 {
    text-align: center;
  }
  .page-news-list li.no-image .review-collection-btn {
    margin: 0 auto;
  }
  .page-news-list li > div {
    width: 50%;
  }
  .page-news-list li .news-image {
    margin-bottom: 0;
  }
  .page-news-list li .news-side .news-content {
    padding: 0 50px;
  }
  .map-container {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    padding-left: 0;
    -webkit-transition: padding-left 0.5s ease;
    -moz-transition: padding-left 0.5s ease;
    transition: padding-left 0.5s ease;
  }
  .contact-container {
    margin: 0 auto;
    max-width: 350px;
  }
  .profile-history-content .page-content .content-filter .filter-item:last-child {
    margin-bottom: 0;
  }
  .profile-history-content .page-content .content-filter .filter-item label {
    min-width: auto;
  }
  .profile-content li {
    display: inline-block;
    font-size: 10px;
    letter-spacing: 0.77px;
    line-height: 18px;
    text-transform: uppercase;
  }
  .profile-content li a {
    color: #828e95;
    padding: 10px 15px;
  }
  .profile-content li a:hover {
    text-decoration: none;
  }
  .profile-orders-content h2 button {
    display: block;
  }
  .banner-container .btn-banner {
    font-size: 18px;
    padding: 10px 30px;
  }
  .instagram .instagram-wrap {
    width: 50%;
  }
  .instagram .instagram-wrap .image-container.big {
    width: 66.666%;
  }
  .instagram .instagram-wrap .image-container.col {
    width: 33.333%;
  }
}
@media only screen and (min-width: 1024px) {
  .wrapper.right-menu-toggled .map-container {
    padding-left: 0;
  }
  .wrapper.right-menu-toggled .navbar-collapse {
    width: auto;
  }
  .wrapper.right-menu-toggled .content,
  .wrapper.right-menu-toggled .navbar-fixed-top,
  .wrapper.right-menu-toggled + footer {
    left: 0;
  }
  .header-container {
    padding-left: 0;
  }
  .header-container .right-header .right-header-icon .right-header-link {
    padding: 0 5px;
  }
  .header-top {
    min-height: 60px;
    *zoom: 1;
  }
  .header-top:before,
  .header-top:after {
    content: " ";
    display: table;
  }
  .header-top:after {
    clear: both;
  }
}
@media only screen and (min-width: 1200px) {
  .header-top {
    min-height: 60px;
    *zoom: 1;
  }
  .header-top:before,
  .header-top:after {
    content: " ";
    display: table;
  }
  .header-top:after {
    clear: both;
  }
  .product-view .product-info .size-btn {
    line-height: 18px;
  }
  .banner-container .btn-banner {
    font-size: 19px;
    padding: 15px 40px;
  }
}
@media (min-width: 1200px) {
  .banner-modal-dialog {
    margin-top: 0;
  }
  .banner-modal-dialog .modal-content {
    max-width: 85%;
    margin: 0 auto;
  }
}
#fp-nav {
  display: none;
}
h1 {
  font-weight: 500;
}
.content {
  color: #787d80;
  font-size: 14px;
  line-height: 24px;
  padding-top: 80px;
}
.content h3 {
  font-weight: 500;
}
.page_front_page .content {
  padding-top: 0;
}
.products-list wish-label {
  position: static;
}
form .forgot-password {
  color: #198ca6;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}
.btn {
  font-weight: 500;
}
.modal-dialog .modal-content {
  padding: 10px 30px;
}
.modal-dialog .modal-content .modal-header .modal-header-title {
  color: #787d7f;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
}
.modal-dialog .modal-content .modal-header .close {
  font-weight: bold;
  top: 20px;
}
.header .header-top .right-header {
  padding-right: 5px;
}
.header .header-top .right-header .header-cart .cart-amount {
  right: -8px;
}
.header .header-top .right-header .profile-menu {
  left: -25px;
}
header a,
header .btn-link {
  color: #787d80;
}
header .right-header .pay-text {
  line-height: 12px;
}
header .logo {
  background-size: initial;
}
header .logo .header-logo {
  width: 95px;
  height: 30px;
  background-size: cover;
}
footer .top-footer ul li a {
  color: #787d80;
  font-size: 10px;
  line-height: 24px;
  text-transform: uppercase;
}
.bottom-footer {
  padding: 20px 40px;
}
.bottom-footer .copyright-text {
  padding: 0;
  font-size: 12px;
  color: #787d80;
  margin-right: 20px;
}
.bottom-footer .payment-methods {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.bottom-footer .payment-methods img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.main-nav ul li .menu-link {
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}
.main-nav ul li .menu-link span {
  font-weight: 400;
}
.page_product,
.page_register {
  background-color: #f4f4f4;
}
.page_product .header,
.page_register .header {
  background-color: #FFF;
  border-bottom: 1px solid #e5e5e5;
}
.product-filter .product-filter-header {
  position: relative;
  z-index: 5;
}
.product-filter .product-filter-content .filter-groups-container {
  padding: 10px 0;
}
.clean-filters-icon {
  margin-top: 3px;
}
.product-view {
  padding-bottom: 40px;
  padding-top: 20px;
}
.product-view .qty-box {
  clear: both;
}
.product-view .qty-box label {
  float: left;
  padding-top: 5px;
}
.product-view .labels-bar {
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 1;
}
.product-view .labels-bar > span {
  margin-right: 15px;
}
.product-view .social-bar-container {
  z-index: 1000;
  text-align: right;
  position: relative;
  background-color: #f4f4f4;
}
.product-view .social-bar-container .social-bar {
  margin-top: 15px;
  margin-right: 10px;
}
.product-view .social-bar-container .social-bar label {
  color: #333333;
  padding-right: 20px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  background: url(../img/icon-share.png) center right no-repeat;
}
.product-view .social-bar-container .social-bar .dropdown-menu a {
  color: #333333;
}
.product-view .panel .panel-heading,
.product-view .panel .panel-collapse {
  background-color: #f4f4f4;
}
.product-view .product-info .color-container span {
  font-weight: 500;
}
.product-view .product-info .size-title {
  font-weight: 500;
}
.product-view .product-info .size-btn {
  color: #333333;
  font-weight: 500;
  text-decoration: none;
}
.product-view .product-info .product-accordion .accordion-header {
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  padding: 15px 0;
}
.product-view .product-info .product-info-header h3 {
  color: #787d7f;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.product-view .product-info .product-info-header .product-prices .product-price {
  color: #787d7f;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.product-view .product-info .product-info-header .product-prices .product-price.red {
  color: #e8392e;
}
.product-view .product-info .product-info-header .product-model {
  color: #7e7e7e;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
}
.cart-steps .cart-triangle {
  width: 4px;
  height: 7px;
  background-image: url(../img/icon-steps-arrow.png);
  border: none;
}
.cart-steps li a {
  font-size: 11px;
  color: #acb0b1;
}
.cart-steps li.active a {
  color: #3a3b3b;
}
.category-view {
  position: relative;
}
.category-view .desc {
  float: initial;
}
.category-view .product-sort {
  width: 100%;
  margin: 5px auto 5px;
}
@media only screen and (min-width: 1200px) {
  .category-view .product-sort {
    width: auto;
    margin: 5px auto;
  }
}
.category-view .product-search {
  width: 100%;
  padding-right: 0;
  margin-top: 5px;
  max-width: unset;
}
@media only screen and (min-width: 1200px) {
  .category-view .product-search {
    width: 215px;
    margin-top: 5px;
    max-width: none;
  }
}
.category-view .product-search .form-control {
  padding-left: 35px;
}
.category-view .product-search .search-icon {
  width: 16px;
  height: 16px;
  display: block;
  background-size: cover;
}
.popover {
  z-index: 5;
}
.right-header .right-header-icon img {
  width: 22px;
}
.giftcard .giftcard-container input {
  float: none;
}
.cart-view .cart-products {
  max-height: 580px;
  overflow: hidden;
  position: relative;
}
.cart-view .cart-product .attribute-cell {
  line-height: 18px;
}
.cart-view .leave-comment textarea {
  background-color: #F7F7F7;
}
.cart-view .product-qty {
  width: 75px;
}
.cart-view .product-qty .btn-quantity {
  padding: 8px 10px;
}
.cart-view .table-responsive thead th {
  font-size: 12px;
  color: #828e95;
}
.cart-view .table-responsive tbody tr td.remove .close {
  font-weight: normal;
}
.cart-view .cart-section .section-content .prices-row {
  color: #3a3b3b;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
}
.cart-view .product-table .product-model {
  color: #b8b8b8;
}
.cart-view .product-table tr td.product-prices {
  font-size: 13px;
  line-height: 16px;
}
.cart-view .product-table tr td.product-prices span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .cart-view .product-table tbody .model-title {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .cart-view .product-table tbody .qty-box {
    position: static;
  }
}
.login-view form .form-control {
  border-bottom: none;
}
.product-filter .btn-filter,
.product-filter .pager-container .selectbox {
  font-weight: 500;
}
.products-list {
  margin: 0;
}
.products-list .product {
  position: relative;
}
.products-list .product .product-labels {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.products-list .product .product-labels > div {
  margin-right: 15px;
}
.products-list .product .product-short-desc {
  color: #787d7f;
  height: 34px;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
}
.products-list .product .product-prices {
  font-weight: 500;
  color: #787d7f;
}
select.form-control {
  font-size: 13px;
  font-weight: 500;
}
.page-contacts {
  margin-top: 10px;
}
.page-contacts h1 {
  font-weight: 500;
}
.page-contacts .show-map {
  text-decoration: underline;
  cursor: pointer;
}
.page-contacts .shop-address {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 40px;
}
.page-contacts .shop-title {
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-contacts .shop-list-container {
  margin-bottom: 10px;
  font-size: 13px;
}
.contacts-general {
  font-size: 15px;
}
.contacts-general p {
  margin-bottom: 5px;
}
.contact-container {
  margin-bottom: 20px;
}
.page-about .about-history-content {
  clear: both;
  padding-top: 20px;
}
.page-contacts .shop-list-container {
  text-align: left;
}
.contact-list-container .cities {
  *zoom: 1;
}
.contact-list-container .cities:before,
.contact-list-container .cities:after {
  content: " ";
  display: table;
}
.contact-list-container .cities:after {
  clear: both;
}
.filters-applied .filter-item .many .filter-value,
.filters-applied .filter-item .range .filter-value {
  padding: 0 10px;
}
.filters-applied .filter-item .close {
  margin-top: 2px;
}
.cart-view .product-table .product-model {
  padding-top: 0;
}
.cart-view .product-table .model-row td {
  background-color: #F6F6F6;
}
.cart-view .product-table tbody tr td {
  padding: 10px;
  text-align: center;
}
.cart-view .product-table tbody tr td.remove {
  text-align: right;
  padding: 0 9px 0 5px;
  width: 30px;
}
@media only screen and (max-width: 767px) {
  .cart-view .product-table tbody tr td.remove {
    position: absolute;
    top: 0;
    right: 5px;
    border: 0;
  }
  .cart-view .product-table tbody tr td.remove button {
    font-size: 30px;
  }
}
.cart-view .product-table tbody tr td.prices {
  min-width: 92px;
}
.cart-view .product-table tbody tr td.qty-box {
  width: 90px;
  padding: 10px 0;
}
.cart-view .product-table tbody tr td .size-cell {
  display: inline-block;
}
.cart-view .product-table .product-image img {
  max-height: 50px;
}
.unauthorized-page {
  display: flex;
  height: 100vh;
  align-items: center;
  background: #f4f4f4;
}
.unauthorized-page .logo {
  display: inline-block;
  margin-bottom: 20px;
  max-width: 180px;
}
.unauthorized-page .flag {
  margin-right: 10px;
}
.unauthorized-page .language-select {
  margin-right: 10px;
}
.unauthorized-page .container {
  max-width: 400px;
  background: #ffffff;
}
.unauthorized-page .language-select {
  z-index: 3;
  margin-top: 15px;
}
.unauthorized-page .language-select .btn {
  background-color: #ffffff;
  border: 1px solid #d3d6d8;
}
.unauthorized-page #logo-name-container {
  margin: 0 auto;
  padding: 25px 10px;
  position: relative;
}
.unauthorized-page #logo-name-container h1 {
  margin-top: 5px;
  font-weight: 500;
  color: #333333;
}
.unauthorized-page form .form-control {
  background-color: #ffffff;
  min-width: 280px;
}
.unauthorized-page form .error {
  padding-bottom: 0;
}
.unauthorized-page form .error .alert {
  padding: 15px 0 0;
  margin-bottom: 0;
  color: #ff0000;
}
.unauthorized-page .btn .caret {
  margin-left: 5px;
}
.unauthorized-page .btn span {
  vertical-align: middle;
}
.width-90 {
  width: 90px;
}
.width-100 {
  width: 100px;
}
.width-115 {
  width: 115px;
}
.word-break-all {
  word-break: break-all;
}
.product-data {
  display: none;
}
.input-group-btn .dropdown-toggle {
  vertical-align: top;
}
.product-table {
  width: 100%;
  position: relative;
  border-collapse: separate;
}
.product-table .price-old {
  text-decoration: line-through;
}
.product-table .product-qty {
  min-width: 85px;
}
.product-table .btn[disabled] {
  opacity: 0.45;
}
.product-table .btn.btn-default {
  margin: 0;
}
.product-table .caret {
  transition: transform 0.25s;
}
.product-table .caret.caret-up {
  transform: rotate(180deg);
}
.product-table .product-colors-container {
  margin-right: -5px;
  margin-bottom: 0;
  display: inline-block;
}
.product-table .product-colors-container .product-colors {
  margin: 5px 5px 0 0;
  float: left;
}
.product-table .product-data .product-colors {
  float: none;
  margin: 0 0 5px;
}
.product-table .price {
  line-height: 16px;
  font-size: 13px;
  letter-spacing: 1px;
}
.product-table .product-title {
  text-align: left;
}
.product-table .product-title .model-title a {
  color: #828e95;
}
.product-table .tag {
  padding: 5px 10px;
  color: #fff;
  font-weight: 500;
}
.product-table .tag.sales {
  background-color: #ef3839;
}
.product-table .tag.new {
  background-color: #99ce65;
}
.product-table .tag:nth-child(n+2) {
  margin-top: 5px;
}
.product-table button.dropdown-toggle {
  padding: 6px;
}
.product-table tbody {
  border-top: 1px solid #d3d6d8;
  border-bottom: 1px solid #d3d6d8;
}
.product-table tbody tr td {
  border-bottom: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
}
.product-table tbody tr td {
  color: #828e95;
  font-size: 13px;
  line-height: 18px;
}
.product-table th,
.product-table td {
  padding: 10px;
  border-right: 1px dashed #dedede;
}
.product-table th:last-child,
.product-table td:last-child {
  border-right: 0;
}
.product-table th {
  font-weight: normal;
  font-size: 13px;
  white-space: nowrap;
}
.product-table th a {
  color: #828e95;
}
.order-confirmation {
  font-size: 13px;
}
@media (max-width: 767px) {
  .cart-view .table-responsive tbody tr.variant-row td {
    border: none;
  }
  .cart-view .table-responsive tbody tr td.model-title {
    width: 100%;
  }
  .cart-view .table-responsive tbody tr td.qty-box {
    width: 70px;
    position: absolute;
    top: 65px;
    right: 0;
  }
  .cart-view .table-responsive tbody tr td.product-prices {
    clear: left;
  }
}
@media (min-width: 768px) {
  .page-about .about-history-content {
    padding-top: 40px;
  }
  .page-about h1 {
    text-align: left;
    font-size: 48px;
    font-weight: 500;
  }
  .page_contacts .container {
    width: 750px;
  }
  .page-contacts h1 {
    margin-top: 10px;
  }
  .contact-container {
    max-width: none;
    margin: 0 0 20px;
  }
  .map-container {
    position: static;
    z-index: 1;
    height: 330px;
    clear: both;
  }
  .cart-steps .cart-triangle {
    margin: 5px 20px 0;
  }
  .newsletterModalTemplate .modal-dialog {
    width: 520px;
    margin-top: 20%;
  }
  .product-view .product-info .size-btn {
    clear: none;
    float: right;
    padding-top: 5px;
  }
  .product-view .product-info .product-info-header h3 {
    font-size: 18px;
  }
  .product-view .product-info .product-info-header .product-prices .product-price {
    font-size: 18px;
  }
  .product-view .social-bar-container .social-bar {
    margin-right: 0;
  }
  .header .language-select {
    margin-top: 0;
  }
  .header .logo {
    background-size: initial;
  }
  .header .header-top .right-header {
    padding-right: 15px;
  }
  .header .header-top .right-header .header-cart .cart-amount {
    right: -14px;
  }
}
@media (min-width: 992px) {
  .main-nav ul li a {
    padding: 5px 5px;
  }
  .page_contacts .container {
    width: 970px;
  }
  .header.apply-background {
    background-color: #FFF;
  }
  .product-view .product-gallery .main-image-container {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .page_contacts .container {
    width: 1100px;
  }
  .main-nav ul li a {
    padding: 5px 15px;
  }
}
@media print {
  a[href]:after {
    content: none;
  }
  .main-search,
  .main-nav,
  .print-link,
  .sidebar-left,
  .offers-menu,
  .top-columns-container,
  #footer-fixed,
  .nav-container,
  .footer-bottom,
  footer,
  .footer-columns,
  .profile-content,
  .subscription,
  .right-header,
  .language-select,
  .push,
  .cookie-banner {
    display: none;
  }
  .logo {
    display: none !important;
  }
  #content {
    border-top: none !important;
  }
  .label {
    border: none;
  }
  .hidden-print {
    display: none !important;
  }
  .ads-bar,
  .links-bar,
  .product-actions,
  .breadcrumbs,
  .product-discount:before,
  .labels-bar,
  .collection-tabs,
  .btn-pay {
    display: none;
  }
}
/* ------------------------------------ *\
	#VARIABLES
\* ------------------------------------ */
html,
body {
  height: 100%;
}
.wrapper {
  background-color: #ffffff;
  margin-bottom: -58px;
  min-height: 100%;
}
footer {
  padding: 0;
}
footer,
.push {
  min-height: 58px;
}
h1 {
  color: #787d7f;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/select-arrow.png) no-repeat center right 10px;
  padding-right: 25px;
  color: #828e95;
  font-size: 10px;
}
a {
  color: #333333;
}
a:focus,
a:hover {
  color: #333333;
}
label {
  color: #999999;
}
form .form-control {
  height: 34px;
  border-bottom: none;
  padding-left: 10px;
  border-bottom: 1px solid #d3d6d8;
}
.btn.active,
.btn:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn.btn-primary {
  background-color: #07537C;
  border-color: #07537C;
}
.btn.btn-primary:hover,
.btn.btn-primary:active {
  background-color: #07537C;
  border-color: #07537C;
}
.btn.btn-secondary {
  background-color: transparent;
  border: 1px solid #07537C;
  color: #07537C;
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.btn.btn-secondary:hover {
  color: #000000;
  background-color: #cadce8;
  border: 1px solid transparent;
}
.btn.btn-default {
  color: #999999;
  border: 1px solid #999999;
}
.btn.dropdown-toggle {
  background-color: #07537C;
  border-color: #07537C;
}
.btn.btn-full-width {
  width: 100%;
}
.btn.btn-lg {
  padding: 15px 20px;
}
.btn.btn-sm {
  padding: 2px;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  background: initial;
  color: initial;
  border-color: initial;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background: #07537C;
  color: #ffffff;
  border-color: #07537C;
}
.small-container {
  max-width: 800px;
  margin: 0 auto;
}
.no-padding {
  padding: 0!important;
}
.form-group.checkbox {
  margin: 0;
  padding-bottom: 20px;
}
.uppercase {
  text-transform: uppercase;
}
select,
select.form-control {
  font-size: 12px;
  background-color: #ffffff;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-position: center right 10px;
  color: #828e95;
  background-image: url("/img/select-arrow.png");
}
select::-ms-expand,
select.form-control::-ms-expand {
  display: none;
}
select:disabled,
select.form-control:disabled {
  opacity: 0;
  pointer-events: none;
}
select:invalid,
select.form-control:invalid {
  color: #787d80;
}
select.select-styled,
select.form-control.select-styled {
  height: 30px;
  padding: 0 10px;
}
.selectbox {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
  height: 30px;
  width: 100%;
  color: #828e95;
  border: 1px solid #999999;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-image: url("/img/select-arrow.png");
}
.selectbox.form-control:focus {
  border: 1px solid #999999;
}
.table th.text-right {
  text-align: right;
}
.block {
  display: block;
}
.flag {
  display: inline-block;
  width: 16px;
  height: 11px;
  background-image: url('/img/flags.png');
  z-index: 1;
}
.flag-lt {
  background-position: -32px 0;
}
.flag-en {
  background-position: -16px 0;
}
.flag-lv {
  background-position: 0 21px;
}
.flag-ru {
  background-position: 32px 55px;
}
.checkbox {
  cursor: pointer;
  *zoom: 1;
}
.checkbox:before,
.checkbox:after {
  content: " ";
  display: table;
}
.checkbox:after {
  clear: both;
}
.checkbox-styled {
  padding: 0;
  color: #828e95;
  position: relative;
  margin: 0 10px 0 0;
  float: left;
  *zoom: 1;
}
.checkbox-styled:before,
.checkbox-styled:after {
  content: " ";
  display: table;
}
.checkbox-styled:after {
  clear: both;
}
.checkbox-styled + span,
.checkbox-styled + a {
  float: left;
  padding-top: 4px;
}
.checkbox-styled input[type='checkbox'],
.checkbox-styled input[type='radio'] {
  position: absolute;
  top: 5px;
  left: 5px;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox-styled .checkbox-bg {
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border: 1px solid #828e95;
  position: relative;
  float: left;
}
.checkbox-styled input[type='checkbox']:checked + .checkbox-bg,
.checkbox-styled input[type='radio']:checked + .checkbox-bg {
  outline: none;
}
.checkbox-styled input[type='checkbox']:checked + .checkbox-bg:after,
.checkbox-styled input[type='radio']:checked + .checkbox-bg:after {
  content: '';
  width: 14px;
  height: 12px;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -7px;
  position: absolute;
  background: url(/img/tikas.png);
  background-position: center;
  background-repeat: no-repeat;
}
[class^='icon'] {
  display: inline-block;
}
.category-view {
  color: #999999;
}
.category-view .product-search .form-control,
.category-view .product-search button {
  border: 1px solid #d8d8d8;
}
.icon-payments {
  background-image: url('/img/banks.png');
  width: 241px;
  height: 22px;
}
.customer-block {
  display: flex;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 40px;
  border-radius: 8px;
  margin-top: 70px;
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .customer-block {
    flex-direction: column;
  }
}
@media only screen and (max-width: 375px) {
  .customer-block {
    padding: 40px 20px 20px;
  }
}
.customer-block__logo {
  margin-right: 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .customer-block__logo {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.customer-block__logo img {
  max-width: 100%;
  max-height: 300px;
}
.customer-block__info {
  color: #333333;
}
.customer-block__header {
  font-size: 36px;
  font-weight: 600;
}
.customer-block__text {
  margin-bottom: 5px;
}
.customer-block__address {
  font-weight: 100;
  color: #999999;
  margin-bottom: 30px;
}
.customer-block-docs {
  margin-top: 40px;
}
.customer-block-docs .list-unstyled a {
  color: #999999;
}
.customer-survey-content {
  color: #999999;
}
.customer-survey-content .customer-survey-top-buttons {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .customer-survey-content .customer-survey-top-buttons {
    margin: 0 -10px;
    display: block;
    margin-bottom: 60px;
  }
}
.customer-survey-content .customer-survey-top-buttons .buttons-left {
  display: flex;
}
.customer-survey-content .customer-survey-top-buttons .buttons-left > * {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .customer-survey-content .customer-survey-top-buttons .buttons-left > * {
    width: 50%;
    margin-left: 10px;
    margin-bottom: 10px;
  }
}
.customer-survey-content .customer-survey-top-buttons .buttons-right {
  display: flex;
  align-items: center;
}
.customer-survey-content .customer-survey-top-buttons .buttons-right .form-control {
  height: 34px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .customer-survey-content .customer-survey-top-buttons .buttons-right .form-control {
    margin-bottom: 10px;
  }
}
.customer-survey-content .customer-survey-top-buttons .buttons-right > * {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .customer-survey-content .customer-survey-top-buttons .buttons-right > * {
    width: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.modal-footer {
  border-top: none;
}
.pager-block {
  margin-top: 0;
  float: none;
}
.pagination-controls {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pagination-controls:before,
.pagination-controls:after {
  display: none;
}
.pagination-controls .pagination {
  margin: 0;
}
.table-responsive tr th,
.table-responsive tr th a {
  color: #333333;
  font-weight: 500;
}
.pagination .active a:hover {
  background-color: transparent;
  border-color: transparent;
  color: #333333;
}
.content {
  padding-top: 100px;
}
.navbar-fixed-top {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.08);
}
.header {
  box-shadow: none;
}
.header .right-header .right-header-icon .right-header-link.bag-svg {
  background-image: url('/img/youniform_cart.svg');
}
.header .right-header .right-header-icon .right-header-link.wishlist-svg {
  background-image: url('/img/youniform_heart.svg');
}
.header .right-header .right-header-icon .right-header-link.profile-svg {
  background-image: url('/img/youniform_profile.svg');
}
.header .logo {
  width: 100%;
  height: 60px;
}
.page_product .header,
.page_register .header {
  border: none;
}
.btn.disabled {
  cursor: pointer;
}
.input-group-btn.disabled .btn {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.product-filter .btn-filter .filter-group-header {
  color: #333333;
  border: none;
  border-bottom: 1px solid #d8d8d8;
}
.product-filter .btn-filter .filter-group-header.selected {
  background-image: url(/img/youniform_arrow-white.svg);
  line-height: 18px;
}
.product-view .panel .panel-heading {
  background-color: #ffffff;
}
.product-view .social-bar-container {
  background-color: #ffffff;
  border-top: 1px solid #d8d8d8;
}
.product-view .product-info {
  color: #999999;
}
.product-view .product-info .product-info-header .product-model {
  color: #999999;
}
.product-view .product-info .product-info-header .product-prices .product-price {
  color: #999999;
}
.product-view .product-info .product-accordion .accordion-header {
  color: #999999;
}
.product-view .product-info .product-accordion .panel-body .product-materials {
  padding: 5px 10px;
}
.product-view .product-info .size-btn {
  color: #999999;
}
.product-dimension .dimension-container input[type='radio']:checked + .box {
  border-color: #999999;
}
.product-dimension .dimension-container.color input[type='radio']:checked + .box {
  outline: 1px solid #999999;
}
.search-icon {
  background-image: url('/img/youniform_search.svg');
}
.main-search .search-icon {
  background-image: url('/img/youniform_search.svg');
}
@media only screen and (max-width: 1199px) {
  .main-search .search-icon {
    filter: invert(100%);
  }
}
select.form-control {
  background: url('/img/youniform_arrow.svg') no-repeat center right 10px;
  background-size: 13px;
  font-size: 12px;
}
.selectbox {
  border: 1px solid #d8d8d8;
  background: url('/img/youniform_arrow.svg') no-repeat center right 5px;
  background-size: 13px;
}
.product-table .custom-comment {
  width: 100px;
  height: 100px;
}
.product-table .product-model {
  color: #999999;
}
.product-table .tag {
  text-align: center;
}
.product-table .tag.new {
  background-color: #63cc26;
}
.product-table .tag.sales {
  background-color: #ff4800;
}
.product-table th {
  color: #999999;
}
.product-table th a {
  color: #999999;
}
.product-table tbody tr td {
  color: #999999;
}
wish-label .icon-wishlist {
  background-image: url('/img/youniform_heart.svg');
}
wish-label .icon-wishlist.wish-added {
  background-image: url('/img/youniform_heart-full.svg');
}
.cart-view .table-responsive thead th {
  color: #999999;
}
.cart-view .product-table tbody tr td {
  color: #999999;
}
.cart-view .prices-row {
  color: #999999;
}
.quantity-triangle-right {
  border-color: transparent transparent transparent #07537C;
}
.quantity-triangle-left {
  border-color: transparent #07537C transparent transparent;
}
.giftcard .giftcard-container input,
.giftcard .giftcard-container .button-apply {
  color: #999999;
}
.glyphicon-eye-open {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .nav-tabs {
    justify-content: baseline;
    display: flex;
    align-items: center;
  }
}
.nav-tabs li.active a {
  border: 1px solid #eaeced;
}
.nav-tabs li a {
  border: 1px solid #eaeced;
}
@media only screen and (max-width: 767px) {
  .nav-tabs li a {
    padding: 10px;
    min-height: 50px;
  }
}
/* background banners */
.background-banner,
.background-banner .bn-layout {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.banner-background-image {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.content-above-background {
  position: relative;
  z-index: 2;
}
footer .bottom-footer {
  text-align: center;
}
footer .bottom-footer .copyright-text {
  float: none;
}
@media only screen and (min-width: 768px) {
  .container {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .main-nav ul li:hover a {
    border-bottom-color: #07537C;
  }
  .main-nav ul li .submenu li a:hover,
  .main-nav ul li .submenu li a:focus {
    color: #07537C;
  }
}
