
/* PROJECT */
@import url("/fonts/fontello/css/fontello.css?v=3");
.Heading1 {
  font-family: 'proxima nova', sans-serif;
  font-size: 48px;
  font-weight: 400;
  margin: 0.5em 0;
  line-height: 100%;
}
@media only screen and (max-width: 992px) {
  .Heading1 {
    font-size: 36px;
  }
}
.Heading2 {
  font-family: 'proxima nova', sans-serif;
  font-size: 36px;
  font-weight: 400;
  margin: 0.5em 0;
  line-height: 100%;
}
@media only screen and (max-width: 992px) {
  .Heading2 {
    font-size: 24px;
  }
}
.Heading3 {
  font-family: 'proxima nova', sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin: 0.5em 0;
  line-height: 100%;
}
.Heading4 {
  font-family: 'proxima nova', sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0.5em 0;
  line-height: 100%;
}
.Heading5 {
  font-family: 'proxima nova', sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin: 0.5em 0;
  line-height: 100%;
}
.Heading6 {
  font-family: 'proxima nova', sans-serif;
  font-size: 12px;
  font-weight: 500;
  margin: 0.5em 0;
  line-height: 100%;
  text-transform: uppercase;
}
.heading1 {
  font-family: 'proxima nova', sans-serif;
  font-size: 48px;
  font-weight: 400;
  margin: 0.5em 0;
  line-height: 100%;
}
@media only screen and (max-width: 992px) {
  .heading1 {
    font-size: 36px;
  }
}
.heading2 {
  font-family: 'proxima nova', sans-serif;
  font-size: 36px;
  font-weight: 400;
  margin: 0.5em 0;
  line-height: 100%;
}
@media only screen and (max-width: 992px) {
  .heading2 {
    font-size: 24px;
  }
}
h1,
.heading3 {
  font-family: 'proxima nova', sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin: 0.5em 0;
  line-height: 100%;
}
h2,
.heading4 {
  font-family: 'proxima nova', sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0.5em 0;
  line-height: 100%;
}
h3,
.heading5 {
  font-family: 'proxima nova', sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin: 0.5em 0;
  line-height: 100%;
}
h4,
h5,
.heading6 {
  font-family: 'proxima nova', sans-serif;
  font-size: 12px;
  font-weight: 500;
  margin: 0.5em 0;
  line-height: 100%;
  text-transform: uppercase;
}
h6 {
  font-family: 'proxima nova', sans-serif;
  font-size: 12px;
  font-weight: 500;
  margin: 0.5em 0;
  line-height: 100%;
  text-transform: uppercase;
}
.vcenter {
  white-space: nowrap;
}
.vcenter > * {
  white-space: normal;
}
.vcenter:before,
.vcenter >* {
  display: inline-block;
  vertical-align: middle;
}
.vcenter:before {
  content: "";
  height: 100%;
}
.vcenter {
  word-spacing: -0.25em;
}
.vcenter > * {
  word-spacing: normal;
}
.container {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
.container.container-fixed {
  max-width: 920px;
}
@media only screen and (max-width: 992px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}
a {
  color: #002982;
}
a:hover {
  color: #222;
}
label {
  font-weight: 500;
}
.btn {
  font-size: 10px;
  font-weight: 500;
  padding: 15px;
  line-height: 100%;
  border: none;
  outline: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn:hover,
.btn:focus,
.btn:visited {
  outline: none;
}
.btn.btn-primary {
  background: #002982;
  transition: background 0.5s ease-in-out;
  padding: 15px 30px;
}
.btn.btn-primary:hover {
  background: #001d5b;
}
.btn.btn-secondary {
  background: #f3f3f3;
  position: relative;
  color: #222;
  box-shadow: none;
}
.btn.btn-secondary:hover:before {
  content: '';
  border-left: 3px solid #002982;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
}
.btn.btn-secondary .glyphicon {
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
}
.btn.btn-black {
  background: #000;
  color: #fff;
  transition: background 0.5s ease-in-out;
}
.btn.btn-black:hover {
  background: #444;
}
.btn.btn-round {
  width: 120px;
  height: 120px;
  border: 2px solid #002982;
  border-radius: 60px;
  line-height: 90px;
  text-align: center;
  color: #222;
  background: #fff;
  transition: 0.5s ease;
}
.btn.btn-round:hover {
  background: #002982;
  color: #fff;
}
.btn.btn-more {
  line-height: 16px;
  font-size: 12px;
  color: #002982;
  border: 1px solid #002982;
  padding: 15px 55px;
}
@media only screen and (max-width: 992px) {
  .btn.btn-more {
    width: calc(100% - 30px);
    text-align: center;
    margin: 0 15px;
  }
}
.btn.btn-lg {
  font-size: 12px;
  padding: 24px;
}
.simple_link {
  font-size: 12px;
  color: #666;
  text-decoration: underline;
  display: inline-block;
}
.simple_link:hover {
  text-decoration: none;
  color: #666;
}
.primary-color {
  color: #002982;
}
.list-default ul li {
  font-size: 10px;
  text-transform: uppercase;
  margin: 25px 0;
}
.list-default ul li a {
  color: inherit;
}
.cta1 {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: inherit;
  letter-spacing: 1px;
}
.cta2 {
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  color: inherit;
  letter-spacing: 1px;
}
.cta3 {
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
  color: inherit;
  letter-spacing: 1px;
}
@media only screen and (max-width: 992px) {
  .js-page-slide {
    position: fixed;
    top: 0 !important;
    bottom: 0;
    left: 100%;
    right: 0;
    z-index: 10;
    width: 100%;
    background: #fff;
    transition: left 0.5s;
    padding: 0 20px;
  }
  .js-page-slide.active {
    left: 0;
  }
  .js-page-slide.active .js-page-slide-content {
    position: absolute !important;
    top: 90px;
    left: 20px;
    right: 20px;
    bottom: 0px;
    margin: 0px;
  }
  .js-page-slide.active .js-page-slide-content .mCSB_scrollTools_vertical {
    right: -20px !important;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 992px) {
  .js-page-slide.active .js-page-slide-content img {
    max-width: 100%;
  }
}
.js-page-slide-close.mobile-head {
  text-align: center;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 30px;
  position: relative;
  cursor: pointer;
}
.js-page-slide-close.mobile-head:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e801';
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  font-size: 20px;
  line-height: 20px;
  margin-top: -12px;
  margin-left: 0;
  margin-right: 0;
}
.js-page-slide-overlay {
  display: none;
}
@media only screen and (max-width: 992px) {
  .js-page-slide-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    width: 100%;
    background: #222;
    display: block;
    transition: opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
  }
  .js-page-slide-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (min-width: 992px) {
  .js-page-slide-overlay.desktop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    width: 100%;
    background: #fff;
    display: block;
    opacity: 0.9;
    visibility: visible;
  }
}
.rating {
  display: block;
  text-align: left;
  width: 70px;
  height: 13px;
  line-height: 13px;
  background: url(../../images/frontend/stars.png?v=1) no-repeat;
  background-size: 70px;
  position: relative;
}
.rating span {
  display: inline-block;
  line-height: 13px;
  height: 13px;
  background: url(../../images/frontend/stars_hover.png?v=1) no-repeat;
  background-size: 70px;
}
.rating .rate {
  text-indent: -9999px;
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 11px;
  display: block;
}
.rating .rate.rate1 {
  width: 14px;
  z-index: 5;
}
.rating .rate.rate2 {
  width: 28px;
  z-index: 4;
}
.rating .rate.rate3 {
  width: 42px;
  z-index: 3;
}
.rating .rate.rate4 {
  width: 56px;
  z-index: 2;
}
.rating .rate.rate5 {
  width: 70px;
  z-index: 1;
}
.rating.big {
  background-size: 135px;
  width: 135px;
  height: 23px;
}
.rating.big span {
  background-size: 135px;
  height: 100%;
}
.bootstrap-select {
  height: 50px;
}
.bootstrap-select .dropdown-toggle {
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  color: inherit;
  letter-spacing: 1px;
  line-height: 11px;
  border: 1px solid #eee;
  background: none;
  box-shadow: none;
  padding: 20px 30px 16px 18px;
}
.bootstrap-select .dropdown-toggle .caret {
  display: none;
}
.bootstrap-select .dropdown-toggle:after {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e800';
  font-size: 6px;
  position: relative;
  top: -2px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: none;
}
@media only screen and (min-width: 1800px) {
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
}
.radio {
  margin: 0;
  position: relative;
}
.radio .radio_content {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  position: relative;
  display: block;
}
.radio .radio_content:before {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  content: '';
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  background: #eee;
  transition: background 0.5s ease, border 0.5s ease;
}
.radio .radio_content:after {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e817';
  position: absolute;
  top: 50%;
  margin-top: -3px;
  font-size: 7px;
  line-height: 7px;
  left: 9px;
  color: #fff;
  transform: scale(0);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.radio input {
  position: absolute;
  left: -9999px;
}
.radio input:checked + .radio_content:before {
  border: 1px solid #222;
  background: #222;
}
.radio input:checked + .radio_content:after {
  transform: scale(1);
  opacity: 1;
}
.radio.radio-right {
  padding-left: 0px;
}
.radio.radio-right .radio_content {
  padding-left: 0px;
  padding-right: 40px;
}
.radio.radio-right .radio_content:before {
  right: 0;
  left: auto;
}
.radio.radio-right input:checked + .radio_content:after {
  right: 11px;
  left: auto;
}
.radio:hover:before {
  position: absolute;
  top: 0;
  content: '';
  height: 1px;
  width: 100%;
  border-top: 1px solid #222;
}
.radio:hover:after {
  position: absolute;
  bottom: 0;
  content: '';
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #222;
}
.collapse-menu {
  border-bottom: 1px solid #eee;
}
.collapse-menu .collapse-block {
  border-top: 1px solid #eee;
}
.collapse-menu .collapse-block .title {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: inherit;
  letter-spacing: 1px;
  margin: 0;
  padding: 25px 0;
  cursor: pointer;
  position: relative;
  line-height: 20px;
}
.collapse-menu .collapse-block .title:after {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e800';
  position: absolute;
  right: 20px;
  font-size: 6px;
  transition: transform 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .collapse-menu .collapse-block .title + div {
    display: none;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .collapse-menu .collapse-block .mobile-head {
    display: none;
  }
  .collapse-menu .collapse-block.active .title + div {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  .collapse-menu .collapse-block .title {
    padding: 25px 20px 25px 0;
  }
  .collapse-menu .collapse-block .title:after {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e803';
    right: 0px;
    top: 50%;
    margin-top: -10px;
    font-size: 16px;
  }
  .collapse-menu .collapse-block table {
    width: 100% !important;
  }
  .collapse-menu .collapse-block-mobile .title + div {
    display: none;
    margin-bottom: 30px;
  }
  .collapse-menu .collapse-block-mobile.active .title + div {
    display: block;
  }
  .collapse-menu .mobile-head {
    margin-bottom: 15px;
  }
}
.na .tooltip .tooltip-inner {
  background-color: #bdbdbd;
}
.na .tooltip.in {
  opacity: 1;
}
.na .tooltip.top .tooltip-arrow {
  border-top-color: #bdbdbd;
}
.na .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #bdbdbd;
}
.na .tooltip.left .tooltip-arrow {
  border-left-color: #bdbdbd;
}
.na .tooltip.right .tooltip-arrow {
  border-right-color: #bdbdbd;
}
.fancybox-overlay {
  background: rgba(255,255,255,0.9);
}
.fancybox-overlay .fancybox-wrap .fancybox-skin {
  background: none;
  box-shadow: none;
}
.fancybox-overlay .fancybox-wrap.white .fancybox-skin {
  background: #fff;
}
.fancybox-overlay .fancybox-wrap.rules .content {
  padding: 20px;
  line-height: 25px;
}
.fancybox-overlay .fancybox-close {
  top: 0;
  right: 0;
  background: #222;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  text-decoration: none;
}
.fancybox-overlay .fancybox-close:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e806';
  color: #fff;
  font-size: 22px;
}
@media only screen and (max-width: 992px) {
  .fancybox-overlay .rules {
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
  }
  .fancybox-overlay .rules .fancybox-inner {
    width: 100% !important;
    height: 100% !important;
  }
  .fancybox-overlay .rules .fancybox-inner .glyphicon-download-alt {
    margin-right: 40px !important;
  }
  .fancybox-overlay .rules .fancybox-inner .content {
    padding: 0;
  }
  .fancybox-overlay .rules .fancybox-inner h1 {
    font-family: 'proxima nova', sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin: 0.5em 0;
    line-height: 100%;
  }
}
.cart_add_btn {
  position: relative;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}
.cart_add_btn:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e816';
  position: absolute;
  left: 15px;
  font-size: 20px;
  line-height: 20px;
  margin-top: -5px;
}
.withicon {
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  color: inherit;
  letter-spacing: 1px;
  color: #222;
  transition: color 0.3s ease;
}
.withicon .icon {
  font-size: 20px;
  vertical-align: middle;
  color: #222;
}
.withicon:hover {
  text-decoration: none;
  color: #002982;
}
.withicon:hover .icon {
  color: #222;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  padding: 0;
}
input.form-control {
  height: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  white-space: normal;
}
#scrollup {
  position: fixed;
  right: 15px;
  bottom: 95px;
  z-index: 3;
  background: rgba(0,0,0,0.3);
  color: #fff;
  cursor: pointer;
  border-radius: 20px;
}
#scrollup:hover {
  background: rgba(0,0,0,0.7);
}
#scrollup span {
  display: block;
  width: 40px;
  margin: 0;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
}
.layout_home #scrollup {
  bottom: 15px;
}
.cookie_bar {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  padding: 0;
}
.cookie_bar p,
.cookie_bar a {
  text-align: center;
  color: #fff;
  line-height: 23px;
  font-size: 13px;
}
@media only screen and (max-width: 992px) {
  .cookie_bar p,
  .cookie_bar a {
    line-height: 18px;
    font-size: 12px;
  }
}
.cookie_bar a {
  text-decoration: underline;
}
.cookie_bar a:hover {
  text-decoration: none;
}
.cookie_bar .btn.btn-default {
  padding: 6px 8px;
}
.cookie_bar .close {
  position: absolute;
  top: 50%;
  right: 15px;
  bottom: auto;
  left: auto;
  text-shadow: none;
  opacity: 1;
  margin-top: -10px;
}
.cookie_bar .close:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e806';
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .cookie_bar .container {
    padding: 0 60px;
  }
}
.lg-outer {
  background: #fff;
}
.lg-outer .lg-toolbar {
  background: transparent;
}
.lg-outer .lg-toolbar .lg-icon {
  color: #222;
}
.lg-outer .lg-actions .lg-icon {
  color: #fff;
}
.newsletter-popup {
  background: #fff;
  box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.16);
}
@media (max-width: 860px) {
  .newsletter-popup img.hidden-xs {
    display: none;
  }
}
.newsletter-popup.form-450 {
  background: #b3e0e7;
}
.newsletter-popup.form-450 form {
  max-width: 450px;
}
@media only screen and (max-width: 992px) {
  .newsletter-popup.form-450 form {
    padding-bottom: 20px;
  }
  .newsletter-popup.form-450 form h1 {
    font-size: 28px !important;
    margin: 25px 0 !important;
  }
  .newsletter-popup.form-450 form h1 b {
    font-size: 18px !important;
    margin-top: 5px !important;
  }
  .newsletter-popup.form-450 form p {
    font-size: 15px !important;
    margin: 10px 0 !important;
  }
  .newsletter-popup.form-450 form .btn-primary {
    font-size: 15px !important;
  }
}
.newsletter-popup.form-450 button[type="submit"] {
  padding: 15px 45px !important;
}
.newsletter-popup.form-450 .floating-content {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 490px;
  padding: 0 30px;
  right: 30px;
  margin-top: 20px;
}
@media (max-width: 786px) {
  .newsletter-popup.form-450 .floating-content {
    margin-top: 50px;
    padding: 0 10px;
  }
  .newsletter-popup.form-450 .floating-content .newsletters_block {
    font-size: 12px;
  }
}
.newsletter-popup.form-450 .floating-content .newsletters_block {
  color: yellow;
  font-size: 14px;
}
.newsletter-popup.form-450 .floating-content .newsletters_block span {
  color: yellow !important;
}
.newsletter-popup.christmas2017 .agree:before {
  content: '✔';
  border: 1px solid #fff;
  border-radius: 50%;
  width: 18px;
  position: absolute;
  left: -20px;
  text-align: center;
  font-size: 10px;
  line-height: 16px;
}
.newsletter-popup.christmas2017 .zaisliukas {
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.newsletter-popup.christmas2017 .alert-danger {
  color: #fff;
}
.newsletter-popup.christmas2017 .fancybox-close {
  width: auto;
  height: 27px;
  right: 10px;
  top: 10px;
  background: none;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  line-height: 27px;
  padding: 0 10px;
}
.newsletter-popup.christmas2017 .fancybox-close:after {
  content: 'x';
  background: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 50%;
  width: 20px;
  display: inline-block;
  height: 20px;
  line-height: 17px;
  float: right;
  margin: 3px;
}
.newsletter-popup form {
  float: left;
  max-width: 380px;
  padding: 0 50px 20px;
}
@media (max-width: 320px) {
  .newsletter-popup form {
    padding: 0 30px;
  }
}
.newsletter-popup form input,
.newsletter-popup form select {
  border: 2px solid #dae0e1;
  font-size: 15px;
  padding: 15px 20px;
  height: auto;
  margin-bottom: 15px;
  text-align: center;
}
.newsletter-popup form input:focus,
.newsletter-popup form input.error,
.newsletter-popup form select:focus,
.newsletter-popup form select.error {
  border-width: 2px;
}
.newsletter-popup form .bootstrap-select {
  height: 55px;
  margin-bottom: 15px;
}
.newsletter-popup form .bootstrap-select button {
  border: 2px solid #dae0e1;
  font-size: 15px;
  padding: 15px 20px;
  height: auto;
  color: #7f848a;
}
.newsletter-popup form .bootstrap-select button:hover {
  background: #fff;
}
.newsletter-popup form .bootstrap-select button:focus,
.newsletter-popup form .bootstrap-select button.error {
  background: #fff;
  border: 2px solid #cc3366;
  outline: none !important;
}
.newsletter-popup form .bootstrap-select button span.caret {
  background: url(../../images/frontend/drop.png) no-repeat 0 0;
  border: none;
  width: 9px;
  height: 5px;
}
.newsletter-popup form .custom_checkboxes {
  margin-bottom: 15px;
}
.newsletter-popup form .custom_checkboxes span {
  background: url(../../images/frontend/popup-checkbox.png) no-repeat 0 0;
  padding-left: 30px;
  height: 23px;
  line-height: 23px;
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
  user-select: none;
}
.newsletter-popup form .custom_checkboxes span.active {
  background-position: 0 -23px;
}
.newsletter-popup form button.submit {
  font-size: 16px;
  background: #002982;
  width: 100%;
  border: none;
  border-radius: 3px;
  padding: 17px;
  color: #fff;
  margin: 15px 0;
}
.newsletter-popup h1 {
  font-size: 32px;
  color: #002982;
  margin: 35px 0;
  text-align: center;
}
.newsletter-popup .alert-danger {
  background: none;
  border: none;
  padding: 0px;
  margin-bottom: 10px;
  color: red;
}
.newsletter-popup .fancybox-close {
  width: 23px;
  height: 23px;
  right: 20px;
  top: 20px;
  background: url(../../images/frontend/close-popup.png) no-repeat 0 0;
}
.newsletter-popup .fancybox-close:hover {
  background-position: 0 -23px;
}
.newsletter-popup .fancybox-close:before {
  display: none;
}
.newsletter-popup .btn-primary:disabled {
  cursor: not-allowed;
  pointer-events: auto;
}
#ui-datepicker-div {
  z-index: 5 !important;
}
table.loadtime_info {
  border-collapse: collapse;
  margin: 1em;
}
table.loadtime_info td,
table.loadtime_info th {
  text-align: left;
  font-size: 12px;
  padding: 4px;
  border: 1px solid #ccc;
}
table.loadtime_info th {
  background: #eee;
}
table.loadtime_info tr.timeclass100 {
  background: #ffc;
}
table.loadtime_info tr.timeclass200 {
  background: #ffff7a;
}
table.loadtime_info tr.timeclass500 {
  background: #ffc145;
}
table.loadtime_info tr.timeclass1000 {
  background: #ff6c6c;
}
.bootstrap-select .dropdown-menu > .active > a {
  background: #fff;
  color: #000;
}
.bs-searchbox {
  position: relative;
}
.bs-searchbox:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e815';
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 10px;
  font-size: 30px;
  font-size: 23px;
  color: lightgrey;
  z-index: 1;
}
.bs-searchbox input {
  padding-left: 40px !important;
}
.page_editor_template picture img {
  width: 100%;
}
.loyalty_qr_block {
  margin-top: 50px;
}
@media only screen and (max-width: 992px) {
  .loyalty_qr_block {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .loyalty_qr_block .qr-code {
    text-align: right;
  }
}
#newsletter_popup_button {
  position: fixed;
  z-index: 3;
  right: 0px;
  bottom: 160px;
}
#newsletter_popup_button .btn.btn-ratas {
  font-weight: 700;
  color: #000;
  font-size: 14px;
  text-transform: none;
  padding: 0;
}
#newsletter_popup_button .btn.btn-ratas img {
  height: 60px;
}
.banner-render {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .banner-render {
    height: 54.6875rem;
  }
}
@media only screen and (max-width: 992px) {
  .banner-render {
    height: 41.5rem;
    overflow: hidden;
  }
}
.banner-render .media {
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .banner-render .media {
    margin-top: 0;
  }
}
.banner-render .media img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.banner-render .hero__panel-with-tile {
  top: calc(4.6875rem + (100% - 4.6875rem) / 2);
  position: absolute;
  max-width: 33.375rem;
  left: 4.86%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 992px) {
  .banner-render .hero__panel-with-tile {
    top: initial !important;
    right: initial !important;
    bottom: 1.25rem !important;
    transform: translateX(-50%) !important;
    left: 50% !important;
    width: calc(100% - 2.5rem);
  }
}
.banner-render .hero__panel-with-tile .hero__panel {
  text-align: left;
  color: #000000;
  padding: 2.5rem 2rem;
  border-radius: .5rem;
}
.banner-render .hero__panel-with-tile .hero__panel .hero__text-content .hero__text-eyebrow {
  font-size: 1rem;
  line-height: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin-block-start: 0;
}
@media only screen and (max-width: 992px) {
  .banner-render .hero__panel-with-tile .hero__panel .hero__text-content .hero__text-eyebrow {
    font-size: 0.75rem;
    line-height: 0.875rem;
    text-transform: uppercase;
    margin-block-start: 0;
  }
}
.banner-render .hero__panel-with-tile .hero__panel .hero__text-content .hero__content-heading {
  line-height: 3.375rem;
  letter-spacing: -0.02em;
  margin-bottom: 0;
  font-size: 48px;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .banner-render .hero__panel-with-tile .hero__panel .hero__text-content .hero__content-heading {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.banner-render .hero__panel-with-tile .hero__panel .hero__text-content .hero__content-copy {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-top: 1.25rem;
  font-family: 'Raleway', sans-serif;
}
@media only screen and (max-width: 992px) {
  .banner-render .hero__panel-with-tile .hero__panel .hero__text-content .hero__content-copy {
    font-size: .75rem;
    line-height: 1.25rem;
    margin-top: 1rem;
  }
}
.banner-render .hero__panel-with-tile .hero__panel .hero__buttons {
  margin-top: 3.75rem;
}
@media only screen and (max-width: 992px) {
  .banner-render .hero__panel-with-tile .hero__panel .hero__buttons {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 992px) {
  .banner-render .hero__panel-with-tile .hero__panel .hero__buttons a {
    min-height: 4rem;
    min-width: initial;
    height: 100%;
    font-size: 0.875rem;
  }
}
.banner-render.full-width {
  height: auto !important;
}
.banner-render.full-width img {
  height: auto !important;
}
.btn.btn-white {
  background-color: white;
  color: black;
  border: 1px solid white;
}
.btn.btn-white:hover {
  border-color: black;
}
.tooltip1 {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tooltip1 .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  border: 1px solid grey;
  padding: 10px !important;
  text-align: left;
  font-size: 13px;
  color: #777;
  font-weight: 400;
}
.tooltip1 .tooltiptext p {
  font-size: 13px;
}
@media only screen and (max-width: 992px) {
  .tooltip1 .tooltiptext {
    font-size: 10px;
    width: 95%;
  }
  .tooltip1 .tooltiptext p {
    font-size: 10px;
  }
}
.tooltip1 .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: grey transparent transparent transparent;
}
.tooltip1:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.small_text {
  font-size: 11px !important;
}
.text_grey {
  color: #999999 !important;
}
.dropdown-header {
  color: #222;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .show_on_desktop {
    display: block;
  }
  .show_on_mobile {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .show_on_desktop {
    display: none;
  }
  .show_on_mobile {
    display: block;
  }
}
body {
  font-family: 'proxima nova', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  body {
    padding-top: 125px;
  }
  body.fixed header .logo {
    padding-left: 30px;
  }
  body.fixed header .logo i {
    left: 0;
    opacity: 1;
  }
  body.fixed #menu {
    top: 0;
  }
  body.fixed #menu.active {
    top: 70px;
  }
  body .contact_phone.hidden-xs {
    float: left;
    margin-left: 30px;
    margin-top: 30px;
  }
  body .contact_phone.hidden-xs a {
    color: #222;
  }
  body .contact_phone.hidden-xs .text {
    display: none;
  }
}
body.prevent-scroll {
  overflow: hidden;
  position: fixed;
}
@media only screen and (max-width: 992px) {
  body {
    padding-top: 70px;
  }
  body.mobile-fixed {
    padding-top: 155px;
  }
  body.mobile-fixed #product_listing_dynamic .header_filter,
  body.mobile-fixed #content_layout_plain_wrapper .header_filter {
    position: fixed;
    top: 105px;
    left: 0px;
    right: 0;
    background: #fff;
    z-index: 3;
    transition: top 0.3s;
  }
  body.mobile-fixed.filter-slide-up #product_listing_dynamic .header_filter,
  body.mobile-fixed.filter-slide-up #content_layout_plain_wrapper .header_filter {
    transition: top 0.3s;
    top: 70px;
  }
}
@media only screen and (max-width: 992px) {
  .contact_phone {
    transition: top 0.3s ease;
    display: block;
    position: fixed;
    z-index: 3;
    left: 0;
    right: 0;
    top: 70px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #002982;
    font-size: 14px;
    text-align: center;
  }
  .contact_phone a {
    color: #fff;
    text-decoration: none;
  }
  .contact_phone .text {
    display: inline-block;
    margin-right: 10px;
  }
  .contact_phone.slide_up {
    top: 35px;
  }
}
#ajax_loader {
  display: none;
  z-index: 10000;
  background: rgba(255,255,255,0.9);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
#ajax_loader .wrp {
  position: absolute;
  background: #fff;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  padding: 0px;
}
.ajax-loader {
  display: none;
  z-index: 10000;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  margin-left: -33px;
  margin-top: -33px;
  position: absolute;
  left: 50%;
  top: 50%;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header {
  height: 70px;
  border-bottom: 1px solid #eee;
}
@media only screen and (min-width: 992px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 6;
  }
}
header .contact_phone {
  font-size: 10px;
  position: relative;
  display: inline-block;
}
header .logo {
  float: left;
  position: relative;
  padding-left: 0;
  transition: padding-left 0.3s ease;
  line-height: 70px;
}
header .logo a {
  line-height: 70px;
  vertical-align: middle;
  display: inline-block;
}
header .logo a.christmas2018 img {
  height: 55px;
}
@media only screen and (max-width: 992px) {
  header .logo a.christmas2018 img {
    height: 45px;
    margin-top: -10px;
  }
}
header .logo a img {
  height: 35px;
}
header .logo a img.easter,
header .logo a img.quarantine {
  height: 45px;
}
@media only screen and (max-width: 992px) {
  header .logo a img {
    height: 33px;
  }
  header .logo a img.quarantine {
    height: 43px;
  }
  header .logo a img.easter {
    height: 40px;
  }
}
@media (max-width: 360px) {
  header .logo a img.quarantine {
    height: 22px;
  }
  header .logo a img.easter {
    height: 20px;
  }
}
header .logo i {
  font-size: 15px;
  cursor: pointer;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  header .logo i {
    position: absolute;
    top: 2px;
    left: -100px;
    opacity: 0;
    transition: left 0.3s ease, opacity 1.5s ease;
  }
}
header .logo i:before {
  margin: 0;
}
@media only screen and (max-width: 992px) {
  header .logo {
    padding-left: 40px;
    position: relative;
  }
  header .logo i {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: -15px;
    margin-top: -12px;
    display: inline-block;
    cursor: pointer;
    padding: 15px;
  }
}
header .links {
  float: right;
  padding: 25px 0;
}
header .links > ul > li {
  float: left;
  padding: 0 20px;
  border-right: 1px solid #eee;
}
header .links > ul > li:last-child {
  border: none;
  padding-right: 0;
}
header .links > ul > li.loyalty_info span {
  color: #002982;
  font-weight: 600;
}
@media only screen and (max-width: 1120px) {
  header .links > ul > li.loyalty_info {
    display: none;
  }
}
header .links > ul > li a {
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  color: inherit;
  letter-spacing: 1px;
  color: #222;
  line-height: 20px;
}
header .links > ul > li a i {
  font-size: 20px;
  vertical-align: middle;
  top: -2px;
  margin-right: 10px;
  position: relative;
}
header .links > ul > li a i.icon-heart {
  font-size: 25px;
  color: #002982;
  position: relative;
  line-height: 21px;
  height: 29px;
  top: -3px;
}
header .links > ul > li a i.icon-heart .count {
  position: absolute;
  display: inline-block;
  left: 0;
  width: 25px;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  margin: 0 5px;
  color: #fff;
  text-align: center;
  font-style: normal;
  top: 4px;
  font-family: 'Rubik', sans-serif;
}
header .links > ul > li a i.icon-heart-empty {
  font-size: 20px;
}
header .links > ul > li a i.icon-heart-empty .count {
  display: none;
}
header .links > ul > li a.red i {
  background: #002982;
  color: #fff;
  width: 25px;
  height: 25px;
  display: inline-block;
  font-size: 10px;
  text-align: center;
  line-height: 27px;
  font-style: normal;
  border-radius: 50px;
  font-weight: 400;
}
header .links > ul > li a.red i:before {
  display: none;
}
@media only screen and (max-width: 992px) {
  header .links > ul > li {
    border: none;
    padding: 0 0 0 5px;
  }
  header .links > ul > li a i {
    margin: 0;
  }
  header .links > ul > li a span {
    display: none;
  }
}
@media (max-width: 360px) {
  header .links > ul > li {
    padding: 0;
  }
}
@media only screen and (max-width: 992px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 4;
  }
  header .contact_phone {
    transition: top 0.3s ease;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #002982;
    font-size: 14px;
    text-align: center;
  }
  header .contact_phone a {
    color: #fff;
    text-decoration: none;
  }
  header .contact_phone .text {
    display: inline-block;
    margin-right: 10px;
  }
  header .contact_phone.slide_up {
    top: 35px;
  }
}
#menu {
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.16);
  position: relative;
}
@media only screen and (min-width: 992px) {
  #menu {
    position: fixed;
    width: 100%;
    right: 0;
    top: 70px;
    z-index: 5;
    background: #fff;
    transition: top 0.3s ease;
  }
}
#menu .navbar-nav {
  width: 100%;
  height: 55px;
}
#menu .navbar-nav > li {
  text-align: left;
  position: static;
  padding-right: 40px;
}
@media only screen and (min-width: 992px) {
  #menu .navbar-nav > li .js-page-slide-content li {
    text-transform: none;
    font-size: 15px;
  }
  #menu .navbar-nav > li .js-page-slide-content li.special .image,
  #menu .navbar-nav > li .js-page-slide-content li.special1 .image {
    display: flex;
    align-items: center;
  }
  #menu .navbar-nav > li .js-page-slide-content li.special .image img,
  #menu .navbar-nav > li .js-page-slide-content li.special1 .image img {
    margin-right: 10px;
  }
}
#menu .navbar-nav > li > a {
  white-space: nowrap;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: inherit;
  letter-spacing: 1px;
  padding: 0;
  line-height: 55px;
  display: inline-block;
}
#menu .navbar-nav > li > a:hover,
#menu .navbar-nav > li > a:focus,
#menu .navbar-nav > li > a:active {
  background: #fff;
}
@media only screen and (min-width: 992px) {
  #menu .navbar-nav > li > a:before {
    position: absolute;
    bottom: 15px;
    left: 0;
    content: '';
    height: 3px;
    background: #ff3556;
    width: 0%;
    transition: width 0.3s ease;
  }
  #menu .navbar-nav > li > a:hover:before {
    width: 100%;
  }
}
#menu .navbar-nav > li.styled > a .image {
  display: none;
}
#menu .navbar-nav > li:last-child {
  padding-right: 0;
}
#menu .navbar-nav > li > .dropdown-menu {
  width: 100%;
  border: none;
  padding: 40px 0 30px;
  border-top: 2px solid #eee;
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.16);
}
#menu .navbar-nav > li > .dropdown-menu li.special3 {
  font-weight: 500;
}
#menu .navbar-nav > li > .dropdown-menu li.menu_image {
  margin: 0;
}
#menu .navbar-nav > li > .dropdown-menu li.menu_image p {
  margin: 0;
}
#menu .navbar-nav > li > .dropdown-menu li.menu_image img {
  max-width: 100%;
}
#menu .navbar-nav > li > .dropdown-menu h6.title a {
  color: #222;
  text-decoration: none;
  font-weight: 500;
  margin: 0 0 20px 0;
  display: inline-block;
  font-size: 12px;
}
#menu .navbar-nav > li > .dropdown-menu .mobile-head {
  display: none;
}
@media only screen and (min-width: 992px) {
  #menu .navbar-nav > li.dropmenu.hover .dropdown-menu {
    display: block;
  }
}
#menu .mobile-menu {
  height: 60px;
  border-bottom: 1px solid #eee;
}
#menu .mobile-menu .container > ul > li {
  float: right;
  padding: 20px 0;
}
#menu .mobile-menu .container > ul > li.pull-right {
  padding: 0 20px;
  margin: 20px 0;
}
#menu .mobile-menu .container > ul > li.pull-right.login_menu,
#menu .mobile-menu .container > ul > li.pull-right.loyalty_info {
  border-right: 1px solid #eee;
}
#menu .mobile-menu .container > ul > li.pull-right.login_menu span,
#menu .mobile-menu .container > ul > li.pull-right.loyalty_info span {
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  color: inherit;
  letter-spacing: 1px;
}
#menu .mobile-menu .container > ul > li.pull-right.login_menu span span,
#menu .mobile-menu .container > ul > li.pull-right.loyalty_info span span {
  color: #002982;
  font-weight: 600;
}
@media (max-width: 340px) {
  #menu .mobile-menu .container > ul > li.pull-right.loyalty_info {
    padding: 0 12px;
  }
}
#menu .mobile-menu .container > ul > li:first-child {
  float: left;
  padding: 0;
}
#menu .mobile-menu .container > ul > li:first-child i {
  font-size: 20px;
  line-height: 60px;
  cursor: pointer;
}
#menu .mobile-menu .container > ul > li:first-child {
  border: none;
}
#menu .mobile-menu .container > ul > li a {
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  color: inherit;
  letter-spacing: 1px;
}
#menu .mobile-menu .js-page-slide {
  top: 60px;
}
@media only screen and (max-width: 992px) {
  #menu.js-page-slide {
    position: fixed;
    padding: 0;
  }
  #menu.js-page-slide .js-page-slide-content {
    left: 0;
    right: 0;
    top: 80px;
  }
  #menu .navbar-nav {
    height: auto;
    margin: 0;
  }
  #menu .navbar-nav > li {
    width: 100% !important;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  #menu .navbar-nav > li.childs:after {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e803';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    font-size: 16px;
  }
  #menu .navbar-nav > li.dropdown {
    float: none;
    text-align: left;
  }
  #menu .navbar-nav > li a {
    display: block;
  }
  #menu .navbar-nav > li .dropdown-menu {
    position: fixed;
    top: 0 !important;
    bottom: 0;
    left: 100%;
    right: 0;
    z-index: 10;
    width: 100%;
    background: #fff;
    transition: left 0.5s;
    display: block;
    padding: 0;
    box-shadow: none;
    top: 60px;
    border-top: none;
  }
  #menu .navbar-nav > li .dropdown-menu.active {
    left: 0;
  }
  #menu .navbar-nav > li .dropdown-menu.active .js-page-slide-content {
    position: absolute !important;
    top: 90px;
    left: 20px;
    right: 20px;
    bottom: 0px;
    margin: 0px;
  }
  #menu .navbar-nav > li .dropdown-menu.active .js-page-slide-content .mCSB_scrollTools_vertical {
    right: -20px !important;
  }
  #menu .navbar-nav > li .dropdown-menu.active .js-page-slide-content {
    left: 0;
    right: 0;
    top: 80px;
  }
  #menu .navbar-nav > li .dropdown-menu.active .js-page-slide-content .row {
    margin: 0;
  }
  #menu .navbar-nav > li .dropdown-menu .mobile-head {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: inherit;
    letter-spacing: 1px;
    display: block;
    padding: 19px;
    text-align: center;
    border-bottom: 1px solid #eee;
    position: relative;
    margin: 0 20px;
    margin-bottom: 20px;
    cursor: pointer;
  }
  #menu .navbar-nav > li .dropdown-menu .mobile-head i {
    position: absolute;
    top: 50%;
    left: 20px;
    font-size: 20px;
    margin-top: -10px;
    line-height: 20px;
  }
  #menu .navbar-nav > li .dropdown-menu .list-default.childs .title:after {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e803';
    position: absolute;
    right: 0;
    font-size: 16px;
  }
  #menu .navbar-nav > li .dropdown-menu .list-default .all_link {
    position: relative;
  }
  #menu .navbar-nav > li .dropdown-menu .list-default .all_link img {
    visibility: hidden;
  }
  #menu .navbar-nav > li .dropdown-menu .list-default .all_link span {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    right: 10px;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
  }
  #menu .navbar-nav > li .dropdown-menu .list-default .title {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: inherit;
    letter-spacing: 1px;
    white-space: nowrap;
    padding: 0;
    line-height: 55px;
    border-bottom: 1px solid #eee;
    position: relative;
    cursor: pointer;
    margin: 0;
  }
  #menu .navbar-nav > li .dropdown-menu .list-default .title a {
    margin: 0;
    display: block;
  }
  #menu .navbar-nav > li .dropdown-menu .list-default .item2 {
    position: fixed;
    top: 0 !important;
    bottom: 0;
    left: 100%;
    right: 0;
    z-index: 10;
    width: 100%;
    background: #fff;
    transition: left 0.5s;
    box-shadow: none;
    top: 60px;
  }
  #menu .navbar-nav > li .dropdown-menu .list-default .item2.active {
    left: 0;
  }
  #menu .navbar-nav > li .dropdown-menu .list-default .item2.active .js-page-slide-content {
    position: absolute !important;
    top: 90px;
    left: 20px;
    right: 20px;
    bottom: 0px;
    margin: 0px;
  }
  #menu .navbar-nav > li .dropdown-menu .list-default .item2.active .js-page-slide-content .mCSB_scrollTools_vertical {
    right: -20px !important;
  }
  #menu .navbar-nav > li .dropdown-menu .list-default .item2.active .js-page-slide-content {
    top: 0px;
  }
  #menu .navbar-nav > li .dropdown-menu .list-default .item2 li {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: inherit;
    letter-spacing: 1px;
    margin: 0;
    line-height: 55px;
    border-bottom: 1px solid #eee;
  }
  #menu .navbar-nav > li .dropdown-menu .list-default .item2 li.mobile-head {
    margin: 0 0 20px 0;
    line-height: inherit;
    cursor: pointer;
    padding: 19px 0;
  }
  #menu .navbar-nav > li.styled:nth-child(2n+1),
  #menu .navbar-nav > li.styled > div .js-page-slide-content .list-default:nth-child(2n+1) {
    margin-right: 20px;
  }
  #menu .navbar-nav > li.styled .item2.js-page-slide li:not(.mobile-head):nth-child(2n+2) {
    margin-right: 20px;
  }
  #menu .navbar-nav > li.styled,
  #menu .navbar-nav > li.styled > div .js-page-slide-content .list-default,
  #menu .navbar-nav > li.styled .item2.js-page-slide li:not(.mobile-head) {
    width: calc(50% - 10px) !important;
    float: left;
    border: 2px solid #f6f6f6;
    border-radius: 2px;
    min-height: 160px;
    padding: 10px;
    margin-bottom: 20px;
    display: table;
  }
  #menu .navbar-nav > li.styled.brand,
  #menu .navbar-nav > li.styled.all_link,
  #menu .navbar-nav > li.styled > div .js-page-slide-content .list-default.brand,
  #menu .navbar-nav > li.styled > div .js-page-slide-content .list-default.all_link,
  #menu .navbar-nav > li.styled .item2.js-page-slide li:not(.mobile-head).brand,
  #menu .navbar-nav > li.styled .item2.js-page-slide li:not(.mobile-head).all_link {
    min-height: unset;
  }
  #menu .navbar-nav > li.styled:after,
  #menu .navbar-nav > li.styled h6:after,
  #menu .navbar-nav > li.styled > div .js-page-slide-content .list-default:after,
  #menu .navbar-nav > li.styled > div .js-page-slide-content .list-default h6:after,
  #menu .navbar-nav > li.styled .item2.js-page-slide li:not(.mobile-head):after,
  #menu .navbar-nav > li.styled .item2.js-page-slide li:not(.mobile-head) h6:after {
    display: none !important;
  }
  #menu .navbar-nav > li.styled > h6,
  #menu .navbar-nav > li.styled > div .js-page-slide-content .list-default > h6,
  #menu .navbar-nav > li.styled .item2.js-page-slide li:not(.mobile-head) > h6 {
    display: table-row;
    height: 100%;
  }
  #menu .navbar-nav > li.styled > a,
  #menu .navbar-nav > li.styled > h6 > a,
  #menu .navbar-nav > li.styled > h6 > span,
  #menu .navbar-nav > li.styled > div .js-page-slide-content .list-default > a,
  #menu .navbar-nav > li.styled > div .js-page-slide-content .list-default > h6 > a,
  #menu .navbar-nav > li.styled > div .js-page-slide-content .list-default > h6 > span,
  #menu .navbar-nav > li.styled .item2.js-page-slide li:not(.mobile-head) > a,
  #menu .navbar-nav > li.styled .item2.js-page-slide li:not(.mobile-head) > h6 > a,
  #menu .navbar-nav > li.styled .item2.js-page-slide li:not(.mobile-head) > h6 > span {
    display: table-cell !important;
    vertical-align: middle;
    text-align: center;
    white-space: normal;
    line-height: 18px;
    border-bottom: 0;
  }
  #menu .navbar-nav > li.styled > a > img,
  #menu .navbar-nav > li.styled > h6 > a > img,
  #menu .navbar-nav > li.styled > h6 > span > img,
  #menu .navbar-nav > li.styled > div .js-page-slide-content .list-default > a > img,
  #menu .navbar-nav > li.styled > div .js-page-slide-content .list-default > h6 > a > img,
  #menu .navbar-nav > li.styled > div .js-page-slide-content .list-default > h6 > span > img,
  #menu .navbar-nav > li.styled .item2.js-page-slide li:not(.mobile-head) > a > img,
  #menu .navbar-nav > li.styled .item2.js-page-slide li:not(.mobile-head) > h6 > a > img,
  #menu .navbar-nav > li.styled .item2.js-page-slide li:not(.mobile-head) > h6 > span > img {
    margin: 0 auto;
  }
  #menu .navbar-nav > li.styled > a .image,
  #menu .navbar-nav > li.styled > h6 > a .image,
  #menu .navbar-nav > li.styled > h6 > span .image,
  #menu .navbar-nav > li.styled > div .js-page-slide-content .list-default > a .image,
  #menu .navbar-nav > li.styled > div .js-page-slide-content .list-default > h6 > a .image,
  #menu .navbar-nav > li.styled > div .js-page-slide-content .list-default > h6 > span .image,
  #menu .navbar-nav > li.styled .item2.js-page-slide li:not(.mobile-head) > a .image,
  #menu .navbar-nav > li.styled .item2.js-page-slide li:not(.mobile-head) > h6 > a .image,
  #menu .navbar-nav > li.styled .item2.js-page-slide li:not(.mobile-head) > h6 > span .image {
    display: block;
  }
  #menu .navbar-nav > li.styled > a .image img,
  #menu .navbar-nav > li.styled > h6 > a .image img,
  #menu .navbar-nav > li.styled > h6 > span .image img,
  #menu .navbar-nav > li.styled > div .js-page-slide-content .list-default > a .image img,
  #menu .navbar-nav > li.styled > div .js-page-slide-content .list-default > h6 > a .image img,
  #menu .navbar-nav > li.styled > div .js-page-slide-content .list-default > h6 > span .image img,
  #menu .navbar-nav > li.styled .item2.js-page-slide li:not(.mobile-head) > a .image img,
  #menu .navbar-nav > li.styled .item2.js-page-slide li:not(.mobile-head) > h6 > a .image img,
  #menu .navbar-nav > li.styled .item2.js-page-slide li:not(.mobile-head) > h6 > span .image img {
    margin: 0 auto;
  }
  #menu .navbar-nav > li.styled > a .image:not(.brand),
  #menu .navbar-nav > li.styled > h6 > a .image:not(.brand),
  #menu .navbar-nav > li.styled > h6 > span .image:not(.brand),
  #menu .navbar-nav > li.styled > div .js-page-slide-content .list-default > a .image:not(.brand),
  #menu .navbar-nav > li.styled > div .js-page-slide-content .list-default > h6 > a .image:not(.brand),
  #menu .navbar-nav > li.styled > div .js-page-slide-content .list-default > h6 > span .image:not(.brand),
  #menu .navbar-nav > li.styled .item2.js-page-slide li:not(.mobile-head) > a .image:not(.brand),
  #menu .navbar-nav > li.styled .item2.js-page-slide li:not(.mobile-head) > h6 > a .image:not(.brand),
  #menu .navbar-nav > li.styled .item2.js-page-slide li:not(.mobile-head) > h6 > span .image:not(.brand) {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 992px) {
  #menu .navbar-nav > li .dropdown-menu.active .js-page-slide-content img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 992px) {
  #menu .navbar-nav > li .dropdown-menu .list-default .item2.active .js-page-slide-content img {
    max-width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 992px) {
  #menu .navbar-nav > li.styled:nth-child(3n+3),
  #menu .navbar-nav > li.styled > div .js-page-slide-content .list-default:nth-child(3n+3) {
    margin-right: 0 !important;
  }
  #menu .navbar-nav > li.styled .item2.js-page-slide li:not(.mobile-head):nth-child(3n+4) {
    margin-right: 0 !important;
  }
  #menu .navbar-nav > li.styled,
  #menu .navbar-nav > li.styled > div .js-page-slide-content .list-default,
  #menu .navbar-nav > li.styled .item2.js-page-slide li:not(.mobile-head) {
    width: calc(31% - 12px) !important;
    margin-right: 20px !important;
  }
}
.mobile_homepage_menu {
  margin-top: 20px;
}
.mobile_homepage_menu ul > li.styled,
.mobile_homepage_menu ul > li.styled > div .js-page-slide-content .list-default,
.mobile_homepage_menu ul > li.styled .item2.js-page-slide li:not(.mobile-head) {
  width: calc(33% - 13px) !important;
  float: left;
  border: 2px solid #f6f6f6;
  border-radius: 2px;
  min-height: 100px;
  padding: 10px;
  margin-bottom: 20px;
  display: table;
}
.mobile_homepage_menu ul > li.styled.brand,
.mobile_homepage_menu ul > li.styled.all_link,
.mobile_homepage_menu ul > li.styled > div .js-page-slide-content .list-default.brand,
.mobile_homepage_menu ul > li.styled > div .js-page-slide-content .list-default.all_link,
.mobile_homepage_menu ul > li.styled .item2.js-page-slide li:not(.mobile-head).brand,
.mobile_homepage_menu ul > li.styled .item2.js-page-slide li:not(.mobile-head).all_link {
  min-height: unset;
}
.mobile_homepage_menu ul > li.styled:after,
.mobile_homepage_menu ul > li.styled h6:after,
.mobile_homepage_menu ul > li.styled > div .js-page-slide-content .list-default:after,
.mobile_homepage_menu ul > li.styled > div .js-page-slide-content .list-default h6:after,
.mobile_homepage_menu ul > li.styled .item2.js-page-slide li:not(.mobile-head):after,
.mobile_homepage_menu ul > li.styled .item2.js-page-slide li:not(.mobile-head) h6:after {
  display: none !important;
}
.mobile_homepage_menu ul > li.styled > h6,
.mobile_homepage_menu ul > li.styled > div .js-page-slide-content .list-default > h6,
.mobile_homepage_menu ul > li.styled .item2.js-page-slide li:not(.mobile-head) > h6 {
  display: table-row;
  height: 100%;
}
.mobile_homepage_menu ul > li.styled > a,
.mobile_homepage_menu ul > li.styled > h6 > a,
.mobile_homepage_menu ul > li.styled > h6 > span,
.mobile_homepage_menu ul > li.styled > div .js-page-slide-content .list-default > a,
.mobile_homepage_menu ul > li.styled > div .js-page-slide-content .list-default > h6 > a,
.mobile_homepage_menu ul > li.styled > div .js-page-slide-content .list-default > h6 > span,
.mobile_homepage_menu ul > li.styled .item2.js-page-slide li:not(.mobile-head) > a,
.mobile_homepage_menu ul > li.styled .item2.js-page-slide li:not(.mobile-head) > h6 > a,
.mobile_homepage_menu ul > li.styled .item2.js-page-slide li:not(.mobile-head) > h6 > span {
  display: table-cell !important;
  vertical-align: middle;
  text-align: center;
  white-space: normal;
  line-height: 10px;
  border-bottom: 0;
  font-size: 7px;
  font-weight: 500;
  text-transform: uppercase;
  color: inherit;
  letter-spacing: 0;
}
.mobile_homepage_menu ul > li.styled > a > img,
.mobile_homepage_menu ul > li.styled > h6 > a > img,
.mobile_homepage_menu ul > li.styled > h6 > span > img,
.mobile_homepage_menu ul > li.styled > div .js-page-slide-content .list-default > a > img,
.mobile_homepage_menu ul > li.styled > div .js-page-slide-content .list-default > h6 > a > img,
.mobile_homepage_menu ul > li.styled > div .js-page-slide-content .list-default > h6 > span > img,
.mobile_homepage_menu ul > li.styled .item2.js-page-slide li:not(.mobile-head) > a > img,
.mobile_homepage_menu ul > li.styled .item2.js-page-slide li:not(.mobile-head) > h6 > a > img,
.mobile_homepage_menu ul > li.styled .item2.js-page-slide li:not(.mobile-head) > h6 > span > img {
  margin: 0 auto;
}
.mobile_homepage_menu ul > li.styled > a .image,
.mobile_homepage_menu ul > li.styled > h6 > a .image,
.mobile_homepage_menu ul > li.styled > h6 > span .image,
.mobile_homepage_menu ul > li.styled > div .js-page-slide-content .list-default > a .image,
.mobile_homepage_menu ul > li.styled > div .js-page-slide-content .list-default > h6 > a .image,
.mobile_homepage_menu ul > li.styled > div .js-page-slide-content .list-default > h6 > span .image,
.mobile_homepage_menu ul > li.styled .item2.js-page-slide li:not(.mobile-head) > a .image,
.mobile_homepage_menu ul > li.styled .item2.js-page-slide li:not(.mobile-head) > h6 > a .image,
.mobile_homepage_menu ul > li.styled .item2.js-page-slide li:not(.mobile-head) > h6 > span .image {
  display: block;
}
.mobile_homepage_menu ul > li.styled > a .image img,
.mobile_homepage_menu ul > li.styled > h6 > a .image img,
.mobile_homepage_menu ul > li.styled > h6 > span .image img,
.mobile_homepage_menu ul > li.styled > div .js-page-slide-content .list-default > a .image img,
.mobile_homepage_menu ul > li.styled > div .js-page-slide-content .list-default > h6 > a .image img,
.mobile_homepage_menu ul > li.styled > div .js-page-slide-content .list-default > h6 > span .image img,
.mobile_homepage_menu ul > li.styled .item2.js-page-slide li:not(.mobile-head) > a .image img,
.mobile_homepage_menu ul > li.styled .item2.js-page-slide li:not(.mobile-head) > h6 > a .image img,
.mobile_homepage_menu ul > li.styled .item2.js-page-slide li:not(.mobile-head) > h6 > span .image img {
  margin: 0 auto;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.mobile_homepage_menu ul > li.styled:nth-child(3n+3),
.mobile_homepage_menu ul > li.styled > div .js-page-slide-content .list-default:nth-child(3n+3) {
  margin-right: 0 !important;
}
.mobile_homepage_menu ul > li.styled .item2.js-page-slide li:not(.mobile-head):nth-child(3n+4) {
  margin-right: 0 !important;
}
.mobile_homepage_menu ul > li.styled,
.mobile_homepage_menu ul > li.styled > div .js-page-slide-content .list-default,
.mobile_homepage_menu ul > li.styled .item2.js-page-slide li:not(.mobile-head) {
  margin-right: 20px !important;
}
#pages_brand_menu_mobile.pages_brand_menu {
  margin: 15px 0 0 0;
}
#pages_brand_menu_mobile.pages_brand_menu > li > div.col a {
  width: calc(33% - 6px);
  border: 2px solid #f6f6f6;
  display: table;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px;
}
#pages_brand_menu_mobile.pages_brand_menu > li > div.col a:nth-child(3n+3) {
  margin-right: 0;
}
#pages_brand_menu_mobile.pages_brand_menu > li > div.col a > span {
  display: table-cell;
  vertical-align: middle;
  background: none;
}
#pages_brand_menu_mobile.pages_brand_menu > li > div.col a img {
  filter: none;
  -webkit-filter: grayscale(0);
  margin: 0 auto;
}
#pages_brand_menu_mobile.pages_brand_menu > li > div.col a.brands_link {
  position: relative;
}
#pages_brand_menu_mobile.pages_brand_menu > li > div.col a.brands_link img {
  visibility: hidden;
}
#pages_brand_menu_mobile.pages_brand_menu > li > div.col a.brands_link span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  right: 10px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
}
footer {
  margin-top: 40px;
}
footer .features .col {
  min-height: 40px;
  margin: 25px 0;
  position: relative;
  padding-left: 50px;
  width: 20%;
}
footer .features .col:before {
  position: absolute;
  left: 0;
  font-size: 30px;
}
footer .features .col span {
  font-size: 12px;
  line-height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 150px;
}
footer .features .col.col-freereturn:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e80b';
}
footer .features .col.col-freedelivery {
  padding-left: 60px;
}
footer .features .col.col-freedelivery:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e811';
}
footer .features .col.col-wideselection:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e813';
  top: -2px;
}
footer .features .col.col-wideselection span {
  max-width: 200px;
}
footer .features .col.col-pleasedclients {
  padding-left: 70px;
}
footer .features .col.col-pleasedclients:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e812';
  font-size: 20px;
  top: 5px;
}
footer .features .col.col-pleasedclients span {
  max-width: 200px;
}
footer .features .col.col-loyaltypoints {
  padding-left: 50px;
}
footer .features .col.col-loyaltypoints:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e82c';
  font-size: 35px;
  top: -6px;
}
footer .features .col.col-loyaltypoints span {
  max-width: 200px;
}
footer .features a {
  text-decoration: none;
  color: #222;
  display: block;
  font-size: 12px;
  line-height: 20px;
  position: relative;
  height: 40px;
}
footer .features a i {
  float: left;
  color: #999;
  font-size: 40px;
  vertical-align: middle;
  margin-right: 20px;
}
footer .features a i:before {
  margin: 0;
}
footer .features a i.icon-patenkinti_pirkejai {
  width: 67px;
  font-size: 27px;
  line-height: 40px;
}
footer .features a i.icon-nemokamas_pristatymas2 {
  font-size: 35px;
  width: 45px;
  margin-top: 2px;
}
footer .features a i.icon-platus_pasirinkimas {
  margin-right: 16px;
  margin-top: -3px;
}
footer .features a span {
  display: inline-block;
  max-width: 140px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  footer .features a i {
    font-size: 30px;
    margin-top: 4px;
    margin-right: 10px;
  }
  footer .features a i.icon-patenkinti_pirkejai {
    width: 45px;
    font-size: 17px;
    line-height: 40px;
    margin-top: -1px;
  }
  footer .features a i.icon-nemokamas_pristatymas2 {
    font-size: 25px;
    width: 35px;
    margin-top: 7px;
  }
  footer .features a i.icon-platus_pasirinkimas {
    margin-top: 4px;
    margin-right: 10px;
  }
}
footer .footer_top {
  background: #f3f3f3;
}
footer .footer_top .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .footer_top .socials {
  text-align: right;
}
footer .footer_top .socials a {
  display: inline-block;
  color: #999;
  margin-left: 35px;
}
footer .footer_top .socials a i {
  font-size: 24px;
}
footer .footer_top .socials a i.icon-instagram-circled {
  font-size: 26px;
}
footer .footer_bottom {
  background: #f3f3f3;
}
footer .footer_bottom .container {
  padding-bottom: 30px;
}
footer .footer_bottom .container > .clearfix {
  padding-top: 30px;
  border-top: 1px solid #e7e7e7;
}
footer .footer_bottom .container > .clearfix .col {
  padding: 0;
}
footer .footer_bottom .bottom_menu ul {
  position: relative;
  padding-left: 80px;
}
footer .footer_bottom .bottom_menu ul li {
  float: left;
  margin-left: 35px;
  line-height: 12px;
}
footer .footer_bottom .bottom_menu ul li:first-child {
  margin: 0;
  position: absolute;
  left: 0;
  top: -1px;
}
footer .footer_bottom .bottom_menu ul li a {
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  color: inherit;
  letter-spacing: 1px;
  color: #666666;
  line-height: 30px;
}
footer .footer_bottom .copyright {
  text-align: right;
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  color: inherit;
  letter-spacing: 1px;
  color: #b1b1b1;
  line-height: 30px;
  white-space: nowrap;
}
footer .footer_bottom .copyright a {
  color: inherit;
}
@media only screen and (max-width: 992px) {
  footer {
    margin-top: 20px;
  }
  footer .footer_top .socials {
    text-align: center;
    padding: 30px 0 0 0;
  }
  footer .footer_top .socials a {
    margin: 0 10px;
  }
  footer .footer_bottom .bottom_menu ul {
    padding-left: 0;
  }
  footer .footer_bottom .bottom_menu ul li {
    float: none;
    display: block;
    text-align: center;
    margin: 25px 0;
  }
  footer .footer_bottom .bottom_menu ul li:first-child {
    position: static;
  }
  footer .footer_bottom .copyright {
    text-align: center;
  }
}
.newsletter-form.footer {
  max-width: 500px;
}
.newsletter-form.footer .step.step1 {
  margin-bottom: 20px;
}
.newsletter-form.footer .newsletter_input_wrp {
  position: relative;
  padding-top: 5px;
  background-color: white;
  height: 64px;
  border-radius: 8px;
}
.newsletter-form.footer .newsletter_input_wrp input {
  box-sizing: border-box;
  border: none;
  padding: 0px 0px 0px 16px;
  height: 50px;
  text-align: left;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  background-color: #ffffff;
  box-shadow: none;
  position: absolute;
  left: 0;
  right: 50px;
  top: 7px;
}
.newsletter-form.footer .newsletter_input_wrp .btn {
  position: absolute;
  background-color: #002982;
  width: 3.4375rem !important;
  height: 3.4375rem !important;
  font-size: 0 !important;
  padding: 0 !important;
  border-radius: 8px;
  border-style: none;
  border-color: #002982;
  border-width: 2px;
  right: 5px;
  top: 5px;
}
.newsletter-form.footer .newsletter_input_wrp .btn:after {
  content: "";
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  right: 1.1875rem;
  top: 1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' viewBox='0 0 19 18'%3E%3Cpath d='M5.5 1L12.7929 8.29289C13.1834 8.68342 13.1834 9.31658 12.7929 9.70711L5.5 17' fill='%23ff3556' stroke='%23ffffff' stroke-width='2'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.newsletter-form.footer .nl_form_privacy_block label {
  line-height: 13px;
  margin-top: 10px;
}
.newsletter-form.footer .nl_form_privacy_block [type="checkbox"].styled2:not(:checked) + label:before {
  background: #fff;
  border-color: #d3d3d3;
}
.newsletter-form:not(.footer) .step {
  padding-left: 55px;
  line-height: 40px;
  display: inline-block;
  position: relative;
  color: #666;
}
.newsletter-form:not(.footer) .step svg {
  display: none;
}
.newsletter-form:not(.footer) .step:before {
  font-size: 30px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: -5px;
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e80f';
}
.newsletter-form:not(.footer) .step.step1 {
  cursor: pointer;
}
.newsletter-form:not(.footer) .step2 {
  display: none;
  text-align: left;
}
.newsletter-form:not(.footer) .step2 .form-group {
  position: relative;
}
.newsletter-form:not(.footer) .step2 .form-group label {
  position: absolute;
  line-height: 10px;
  top: 5px;
}
.newsletter-form:not(.footer) .step2 .form-group input {
  border: none;
  background: transparent;
  box-shadow: none;
  padding: 0;
  margin-top: 19px;
  height: 16px;
  line-height: 16px;
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.newsletter-form:not(.footer) .step2 .nl_form_privacy_block {
  margin-left: -54px;
  max-width: 351px;
}
.newsletter-form:not(.footer) .step2 .nl_form_privacy_block label {
  font-size: 10px;
  line-height: 13px;
  margin-top: 10px;
}
.newsletter-form:not(.footer) .step2 .nl_form_privacy_block [type="checkbox"].styled2:not(:checked) + label:before {
  background: #fff;
  border-color: #d3d3d3;
}
@media only screen and (max-width: 992px) {
  .newsletter-form:not(.footer) {
    text-align: center;
  }
  .newsletter-form:not(.footer) .step2 .form-group {
    display: inline-block;
    margin: 0;
  }
}
#main_content .page_title {
  font-family: 'proxima nova', sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin: 0.5em 0;
  line-height: 100%;
}
@media only screen and (max-width: 992px) {
  #main_content .page_title {
    text-align: center;
  }
}
#content_layout_default_wrapper,
#content_layout_plain_wrapper {
  padding-top: 40px;
}
@media only screen and (max-width: 992px) {
  #content_layout_default_wrapper,
  #content_layout_plain_wrapper {
    padding-top: 20px;
  }
}
.filter_nav {
  background: none;
  border: none;
}
.filter_nav #filter {
  max-height: none;
}
.simple_filter.active h5:after {
  transform: rotate(180deg);
}
.simple_filter.active .filter_dropdown {
  display: block;
}
.simple_filter h5 {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: inherit;
  letter-spacing: 1px;
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  margin: 0;
}
.simple_filter h5:after {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e800';
  font-size: 7px;
  width: auto;
  position: absolute;
  top: 20px;
  right: 0;
  bottom: auto;
  left: auto;
  transition: transform .3s ease-in-out;
}
.simple_filter .filter_dropdown {
  display: none;
}
.simple_filter .filter_dropdown .filter_link.single {
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
  color: inherit;
  letter-spacing: 1px;
  text-transform: initial;
  font-size: 14px;
  line-height: 18px;
  display: block;
  padding-left: 35px;
  padding-right: 30px;
  position: relative;
  margin: 20px 0;
  text-decoration: none;
}
.simple_filter .filter_dropdown .filter_link.single:before {
  position: absolute;
  content: '';
  height: 20px;
  width: 20px;
  border: 1px solid #eee;
  left: 0;
  top: -3px;
}
.simple_filter .filter_dropdown .filter_link.single + ul {
  display: none;
}
.simple_filter .filter_dropdown .filter_link.single.active:before,
.simple_filter .filter_dropdown .filter_link.single.childs-active:before {
  border: 1px solid #222;
  background: #222;
}
.simple_filter .filter_dropdown .filter_link.single.active:after,
.simple_filter .filter_dropdown .filter_link.single.childs-active:after {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e817';
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 7px;
  left: 3px;
  top: -1px;
}
.simple_filter .filter_dropdown .filter_link.single.active + ul,
.simple_filter .filter_dropdown .filter_link.single.childs-active + ul {
  display: block;
}
.simple_filter .filter_dropdown .filter_link.single.disabled {
  color: #e7e7e7;
}
.simple_filter .filter_dropdown .filter_link.single.child {
  margin-left: 20px;
}
.simple_filter .filter_dropdown .filter_link.single .count {
  position: absolute;
  right: 0;
  top: 0px;
  color: #999;
}
.simple_filter .filter_dropdown .filter_link.size {
  float: left;
  width: 40px;
  height: 40px;
  border: 1px solid #eee;
  line-height: 40px;
  text-align: center;
  color: #222;
  background: #fff;
}
.simple_filter .filter_dropdown .filter_link.size.s4 {
  line-height: 15px;
  font-size: 12px;
  padding-top: 13px;
}
.simple_filter .filter_dropdown .filter_link.size.s5 {
  line-height: 15px;
  font-size: 12px;
  padding-top: 5px;
}
.simple_filter .filter_dropdown .filter_link.size.active,
.simple_filter .filter_dropdown .filter_link.size:hover {
  text-decoration: none;
  background: #222;
  color: #fff;
}
.simple_filter .filter_dropdown .filter_link.size.disabled {
  background: #f5f5f5;
  cursor: not-allowed;
  color: #222;
  opacity: 0.5;
}
.simple_filter .filter_dropdown .filter_link.color {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  float: left;
  margin: 0 15px 15px 0;
}
.simple_filter .filter_dropdown .filter_link.color.white_color {
  border: 2px solid #eee;
}
.simple_filter .filter_dropdown .filter_link.color.white_color.active:before {
  color: #999999;
  top: 12px;
  left: 9px;
}
@media only screen and (min-width: 992px) {
  .simple_filter .filter_dropdown .filter_link.color:hover:not(.disabled) {
    transform: scale(1.1);
  }
}
.simple_filter .filter_dropdown .filter_link.color:hover:not(.disabled) span {
  display: inline-block;
  height: 36px;
  width: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-top: 2px;
}
.simple_filter .filter_dropdown .filter_link.color:hover:not(.disabled).white_color span {
  height: 24px;
  width: 24px;
}
.simple_filter .filter_dropdown .filter_link.color.active {
  position: relative;
}
.simple_filter .filter_dropdown .filter_link.color.active:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e817';
  text-decoration: none;
  position: absolute;
  top: 13px;
  left: 10px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}
.simple_filter .filter_dropdown .filter_link.color.disabled {
  cursor: not-allowed;
  opacity: 0.2;
}
.simple_filter .filter_dropdown.sizes,
.simple_filter .filter_dropdown.colors {
  padding-top: 20px;
}
.simple_filter .filter_dropdown.sizes h6,
.simple_filter .filter_dropdown.colors h6 {
  font-weight: normal;
  margin-bottom: 10px;
}
.clear_all_filters .single_filters a {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: inherit;
  letter-spacing: 1px;
  color: #222;
  background: #f3f3f3;
  padding: 20px 50px 20px 20px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  position: relative;
}
.clear_all_filters .single_filters a:after {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e805';
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: auto;
  left: auto;
  font-size: 12px;
  font-size: 9px;
  margin-top: -6px;
  line-height: 9px;
}
.tab_navs {
  border-bottom: 1px solid #eee;
  padding: 10px 0 50px;
}
.tab_navs .nav-tabs {
  text-align: center;
  border: none;
}
.tab_navs .nav-tabs > li {
  float: none;
  display: inline-block;
}
.tab_navs .nav-tabs > li a {
  font-family: 'proxima nova', sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin: 0.5em 0;
  line-height: 100%;
  border: none;
  margin: 0;
  color: #bdbdbd;
}
.tab_navs .nav-tabs > li a:hover,
.tab_navs .nav-tabs > li a:focus,
.tab_navs .nav-tabs > li a:active,
.tab_navs .nav-tabs > li a:visited {
  outline: none;
  border: none;
  background: none;
}
.tab_navs .nav-tabs > li.active a {
  color: #222;
}
#login_form,
#registration_form {
  margin-top: 30px;
}
#login_form .checkbox,
#registration_form .checkbox {
  margin: 30px 0;
}
#login_form .remind_password,
#login_form .back_link,
#registration_form .remind_password,
#registration_form .back_link {
  line-height: 25px;
  color: #666;
  font-size: 12px;
  text-decoration: underline;
}
#login_form .remind_password:hover,
#login_form .back_link:hover,
#registration_form .remind_password:hover,
#registration_form .back_link:hover {
  text-decoration: none;
}
.prelogin .page_title {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 20px;
}
.prelogin .btn {
  padding: 22px;
}
.prelogin .social_logins .btn {
  text-transform: uppercase;
  padding: 19px 24px;
}
.prelogin .social_logins .btn i {
  font-style: normal;
  font-size: 16px;
}
.prelogin .social_logins .btn.facebook {
  border: 2px solid #4267B2;
  color: #4267B2;
}
.prelogin .social_logins .btn.facebook:hover {
  color: #fff;
  background: #4267B2;
}
.prelogin .social_logins .btn.google {
  border: 2px solid #FF3556;
  color: #FF3556;
}
.prelogin .social_logins .btn.google:hover {
  color: #fff;
  background: #FF3556;
}
.prelogin #prelogin_form .cart_btn span {
  font-size: 16px;
  float: right;
  margin-top: -3px;
}
.prelogin .register_block {
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  margin-bottom: 50px;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.social_logins {
  margin: 30px 0;
}
.social_logins img {
  margin: 0 auto;
}
#customer_contacts {
  margin-top: 30px;
}
#customer_contacts .checkbox {
  margin: 15px 0 0 0;
}
ul.pages_brand_menu {
  margin: 15px -15px;
}
ul.pages_brand_menu > li {
  text-align: left;
}
ul.pages_brand_menu > li a {
  display: inline-block;
  padding: 5px 20px;
  width: 12.5%;
  float: left;
  text-align: center;
}
ul.pages_brand_menu > li a span {
  display: inline-block;
  background: #f0f0f0;
}
ul.pages_brand_menu > li a span:hover {
  background: #000;
}
ul.pages_brand_menu > li a img {
  opacity: 1;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}
ul.pages_brand_menu > li a img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  opacity: 1;
}
#brands_list {
  margin-top: 35px;
}
#brands_list .row {
  padding: 30px 0;
  border-top: 1px solid #f0f0f2;
}
#brands_list .row .letter {
  height: 60px;
  font-size: 30px;
}
#brands_list .row .letter span {
  padding: 0 10px;
}
#brands_list .row a {
  margin: 0 15px;
  text-decoration: none;
}
#brands_list .row img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  opacity: 0.8;
}
#brands_list .row img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  opacity: 1;
}
.lang_menu {
  position: relative;
}
.lang_menu .dropdown_menu {
  left: -11px;
  text-align: center;
  width: 45px;
  border: 1px solid #eee;
  padding: 0 10px;
  margin: 3px 0;
}
.lang_menu .dropdown_menu li {
  margin: 10px 0;
}
.side_menu h5 {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: inherit;
  letter-spacing: 1px;
  color: #222;
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  margin: 0;
}
.side_menu h5 a {
  color: #222;
  text-decoration: none;
}
.side_menu h5 .icon {
  float: right;
}
.side_menu h5 .icon.icon-minus2 {
  display: none;
}
.side_menu h5 .icon.icon-plus2 {
  display: block;
}
.side_menu h5.active .icon-minus2 {
  display: block;
}
.side_menu h5.active .icon-plus2 {
  display: none;
}
.side_menu h5.active + ul {
  display: block;
}
.side_menu ul {
  margin: 10px 0;
  display: none;
}
.side_menu ul li a {
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
  color: inherit;
  letter-spacing: 1px;
  color: #222;
  line-height: 18px;
  display: block;
  position: relative;
  padding: 10px 0;
  text-decoration: none;
}
.side_menu ul li a.active {
  font-weight: 500;
}
.paginator {
  text-align: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 20px;
  position: relative;
  font-size: 16px;
  color: #222;
  line-height: 30px;
  padding: 8px 0;
  margin-bottom: 39px;
}
.paginator a {
  font-size: 16px;
  color: #222;
  padding: 13px 15px;
}
.paginator a:hover {
  text-decoration: none;
  color: #002982;
}
.paginator .active_page {
  padding: 13px 15px;
  color: #222;
  position: relative;
}
.paginator .active_page em {
  border-top: 3px solid #002982;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.paginator .prev {
  color: #c9c9c9;
  float: left;
}
.paginator .prev .fa {
  font-size: 25px;
  margin-right: 10px;
  position: relative;
  top: 3px;
  height: 17px;
  width: 9px;
  display: inline-block;
  background: url(../../images/frontend/paginator_arrows.png) no-repeat 0px -34px;
}
.paginator .prev a {
  padding-left: 0px;
  color: #222;
}
.paginator .prev a:hover {
  color: #002982;
}
.paginator .prev a:hover .fa {
  background-position: 0px -17px;
}
.paginator .prev a .fa {
  background-position: 0px 0px;
}
.paginator .prev .prev_arrow {
  background: url(../../images/frontend/prev_arrow.png) no-repeat;
  width: 17px;
  height: 29px;
  display: inline-block;
  vertical-align: middle;
  background-position: 0 -1px;
  margin-right: 10px;
  background-position: 0 -30px;
}
.paginator .prev .prev_arrow.first {
  background-position: 0 0;
}
.paginator .next {
  color: #c9c9c9;
  float: right;
}
.paginator .next .fa {
  font-size: 25px;
  margin-left: 10px;
  position: relative;
  top: 3px;
  height: 17px;
  width: 9px;
  display: inline-block;
  background: url(../../images/frontend/paginator_arrows.png) no-repeat -10px -34px;
}
.paginator .next a {
  padding-right: 0px;
  color: #222;
}
.paginator .next a:hover {
  color: #002982;
}
.paginator .next a:hover .fa {
  background-position: -10px -17px;
}
.paginator .next a .fa {
  background-position: -10px 0px;
}
.paginator .next .next_arrow {
  background: url(../../images/frontend/next_arrow.png) no-repeat;
  width: 17px;
  height: 29px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  background-position: 0 -30px;
}
.paginator .next .next_arrow.last {
  background-position: 0 0;
}
@media only screen and (min-width: 992px) {
  .top-menus {
    position: relative;
  }
  .top-menus .js-page-slide {
    display: none;
    background: #fff;
    position: absolute;
    left: -21px;
    border: 1px solid #eee;
  }
  .top-menus .mobile-head {
    display: none;
  }
  .top-menus ul {
    margin: 5px 0;
  }
  .top-menus ul a {
    padding: 5px 10px;
    display: block;
    white-space: nowrap;
  }
  .top-menus.lang_menu .js-page-slide {
    left: -12px;
  }
}
@media only screen and (max-width: 992px) {
  .top-menus {
    z-index: 11;
  }
  .top-menus .mobile-head {
    padding: 19px;
  }
  .top-menus ul li {
    border-bottom: 1px solid #eee;
  }
  .top-menus ul li a {
    display: block;
    white-space: nowrap;
    color: inherit;
    padding: 0;
    line-height: 55px;
  }
}
.fancy-search {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.fancy-search .fancybox-skin,
.fancy-search .fancybox-outer {
  height: 100% !important;
}
.fancy-search .fancybox-inner {
  width: 100% !important;
  height: 100% !important;
}
.fancy-search .fancybox-close {
  top: 50px;
  right: 40px;
}
.fancy-search .search_block {
  background: #fff;
  padding: 40px;
}
.fancy-search .search_block form {
  position: relative;
}
.fancy-search .search_block form:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e815';
  position: absolute;
  top: 11px;
  right: auto;
  bottom: auto;
  left: 0px;
  font-size: 30px;
}
.fancy-search .search_block form input {
  border: none;
  border-bottom: 2px solid #002982;
  width: 100%;
  outline: none;
  height: 65px;
  padding: 0 60px;
  font-size: 24px;
}
.fancy-search .search_block #search_results_block > div {
  margin-bottom: 25px;
}
.fancy-search .search_block #search_results_block > div.search_products {
  padding: 25px;
  max-height: 350px;
  overflow: hidden;
}
.fancy-search .search_block #search_results_block > div.search_products .product a {
  outline: none;
}
.fancy-search .search_block #search_results_block > div.search_products .product a:hover {
  box-shadow: none;
}
.fancy-search .search_block #search_results_block > div.search_products .product a .title_wrapper {
  font-size: 12px;
}
.fancy-search .search_block #search_results_block > div.search_products .product a .title_wrapper .title {
  margin-bottom: 5px;
  padding-bottom: 0;
}
.fancy-search .search_block #search_results_block > div.search_products .product a .title_wrapper .old_price {
  font-size: 10px;
}
.fancy-search .search_block #search_results_block > div.search_products .product a .thumb {
  height: 160px;
  padding: 0;
}
@media only screen and (max-width: 992px) {
  .fancy-search .search_block #search_results_block > div.search_products {
    max-height: 250px;
    margin-bottom: 0;
    padding: 15px 25px;
  }
}
.fancy-search .search_block #search_results_block h5 {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: inherit;
  letter-spacing: 1px;
}
.fancy-search .search_block #search_results_block .facet_item {
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
  color: inherit;
  letter-spacing: 1px;
  cursor: pointer;
  display: inline-block;
  margin: 5px 30px 5px 0;
}
.fancy-search .search_block #search_results_block .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  border: none;
  background: none;
  color: transparent;
  outline: none;
  width: 30px;
}
.fancy-search .search_block #search_results_block .slick-arrow:before {
  color: #222;
  font-size: 20px;
  line-height: 20px;
}
.fancy-search .search_block #search_results_block .slick-arrow.slick-prev {
  left: -10px;
  text-align: right;
}
.fancy-search .search_block #search_results_block .slick-arrow.slick-prev:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e801';
}
.fancy-search .search_block #search_results_block .slick-arrow.slick-next {
  right: -5px;
  text-align: left;
}
.fancy-search .search_block #search_results_block .slick-arrow.slick-next:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e803';
}
@media only screen and (max-width: 992px) {
  .fancy-search .fancybox-close {
    top: 30px;
    right: 20px;
  }
  .fancy-search .search_block {
    padding: 20px;
  }
}
.photo_design_q {
  background: #000;
  padding: 20px;
  color: #fff;
  line-height: 14px;
  position: relative;
  text-align: center;
}
.photo_design_q span {
  display: block;
  margin-bottom: 5px;
}
.photo_design_q a {
  color: #fff;
  font-weight: 500;
  margin: 0 0 0 10px;
}
.photo_design_q a.close-link {
  position: absolute;
  right: 20px;
  top: 30px;
}
.photo_design_q a.close-link:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e806';
  font-size: 25px;
}
.photo_design_q a.close-link:hover {
  text-decoration: none;
}
.landing_page {
  position: relative;
}
.landing_page > img {
  width: 100%;
}
.landing_page .desc {
  position: relative;
  width: 80%;
  margin: 0 auto;
  max-width: 1400px;
  top: -80px;
  margin-bottom: -80px;
  background: #fff;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 992px) {
  #langs_menu,
  #customer_menu {
    z-index: 11;
  }
  #langs_menu a,
  #customer_menu a {
    font-size: 12px;
  }
  #langs_menu a img,
  #customer_menu a img {
    float: left;
    margin: 19px 10px 0 0;
  }
}
.alias_game3 {
  background: url(../../images/frontend/game3_bg2.jpg) no-repeat center left;
  background-size: cover;
  background-attachment: fixed;
}
.alias_game3 .container-fluid {
  max-width: 920px;
}
.alias_game3 .head {
  text-align: center;
  padding: 30px 0;
  background: transparent;
}
.alias_game3 .head img {
  height: 45px;
}
.alias_game3 .content {
  padding: 50px;
  margin-top: 50px;
}
.alias_game3 .content .row {
  padding: 0 65px;
}
.alias_game3 .content .row label {
  font-size: 12px;
  font-family: ;
  color: #fff;
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
}
.alias_game3 .content .row input[type="text"],
.alias_game3 .content .row textarea {
  height: 45px;
  border: none;
  border-bottom: 1px solid #676767;
  background: transparent;
  margin-bottom: 30px;
  font-family: ;
  font-size: 24px;
  color: #fff;
}
.alias_game3 .content .row input[type="text"] {
  padding-left: 0;
  padding-bottom: 20px;
  box-shadow: none;
}
.alias_game3 .content .row ::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.alias_game3 .content .row ::-moz-placeholder {
  color: #fff;
  font-size: 16px;
}
.alias_game3 .content .row :-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.alias_game3 .content .row input:-moz-placeholder {
  color: #fff;
  font-size: 16px;
}
.alias_game3 .content .row textarea {
  height: 95px;
}
.alias_game3 .content .checkbox {
  font-family: '';
  font-family: ;
  font-size: 15px;
  text-align: center;
  color: #fff;
}
.alias_game3 .content .checkbox label {
  line-height: 32px;
  padding-left: 50px;
}
.alias_game3 .content .checkbox label:before {
  height: 30px;
  width: 30px;
  background: none;
  border: none;
  border: 2px solid #fff;
}
.alias_game3 .content .checkbox label:after {
  line-height: 30px;
  font-size: 7px;
  color: #fff;
  top: 0px;
  background: #c2435e;
  width: 30px;
  height: 30px;
  left: 0px;
  text-align: center;
}
.alias_game3 .content .buttons {
  margin: 30px 0;
  text-align: center;
}
.alias_game3 .content .buttons .btn-primary {
  font-family: ;
  font-size: 24px;
  background: #c2435e;
  padding: 25px 35px;
  text-decoration: none;
  color: #fff;
  max-width: 420px;
  width: 100%;
  border-bottom: none;
}
.alias_game3 .content .number {
  position: relative;
}
.alias_game3 h1 {
  font-size: 44px;
  line-height: 50px;
  font-family: ;
  color: #fff;
  letter-spacing: 2px;
  max-width: 560px;
  margin: 0 auto !important;
  margin-bottom: 45px !important;
  text-align: center;
}
.alias_game3 h1.text-left {
  position: relative;
  padding-left: 175px;
}
.alias_game3 h1.text-left .glyphicon {
  padding: 45px;
  background: ;
  color: #fff;
  font-size: 60px;
  position: absolute;
  left: 0;
  top: -30px;
}
.alias_game3 h1.no-margin {
  margin: 0;
}
.alias_game3 h1 b {
  font-family: ;
  font-size: 50px;
}
.alias_game3 h2 {
  font-family: ;
  font-size: 30px;
  margin: 55px 0 45px;
  font-weight: normal;
  color: #fff;
}
.alias_game3 h3 {
  margin: 20px 0 50px;
  color: #fff;
}
.alias_game3 a {
  color: inherit;
  text-decoration: underline;
}
.alias_game3 a:hover {
  text-decoration: none;
}
.alias_game3 p {
  font-size: 12px;
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .alias_game3 .head {
    padding: 20px 0;
  }
  .alias_game3 .head img {
    height: 30px;
  }
  .alias_game3 .content {
    padding: 25px 5px;
    margin-bottom: 25px;
    margin-top: 15px;
  }
  .alias_game3 .content .row {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .alias_game3 .content .row .col {
    padding: 0;
  }
  .alias_game3 .content .number:before {
    left: -10px;
  }
  .alias_game3 input[type="text"] {
    margin-bottom: 0 !important;
  }
  .alias_game3 .buttons {
    margin: 10px 0 !important;
    margin-top: 25px !important;
  }
  .alias_game3 .buttons .btn-primary {
    padding: 12px 35px !important;
  }
  .alias_game3 .checkbox {
    margin-top: 20px !important;
  }
  .alias_game3 .checkbox label {
    text-align: left;
    line-height: 16px !important;
  }
  .alias_game3 h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 25px !important;
  }
  .alias_game3 h1.text-left {
    padding-left: 0;
  }
  .alias_game3 h1.text-left .glyphicon {
    position: static;
    font-size: 20px;
    padding: 12px;
    margin-right: 15px;
  }
  .alias_game3 h1.text-center + .buttons .btn-primary {
    font-size: 12px;
  }
  .alias_game3 h2 {
    font-size: 18px;
    margin-top: 30px;
  }
}
#instagram_feed {
  margin-bottom: 20px;
}
#instagram_feed h3 {
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  word-break: break-all;
}
@media only screen and (max-width: 992px) {
  #instagram_feed h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 992px) {
  #instagram_feed .slick-slider {
    padding: 0 20px;
    margin: 0 5px;
  }
}
#instagram_feed .slick-slide {
  padding: 0 5px;
  outline: none;
  cursor: pointer;
}
#instagram_feed .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  border: none;
  background: none;
  color: transparent;
  outline: none;
  width: 30px;
  padding: 0;
}
@media only screen and (max-width: 992px) {
  #instagram_feed .slick-arrow {
    display: none;
  }
}
#instagram_feed .slick-arrow:before {
  color: #222;
  font-size: 20px;
  line-height: 20px;
}
#instagram_feed .slick-arrow.slick-prev {
  left: -30px;
  text-align: center;
}
#instagram_feed .slick-arrow.slick-prev:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e801';
}
#instagram_feed .slick-arrow.slick-next {
  right: -30px;
  text-align: center;
}
#instagram_feed .slick-arrow.slick-next:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e803';
}
@media only screen and (max-width: 992px) {
  #instagram_feed .slick-arrow.slick-prev {
    left: -15px;
  }
  #instagram_feed .slick-arrow.slick-next {
    right: -15px;
  }
}
.instagram_popup .fancybox-skin {
  background: #fff !important;
  -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5) !important;
  -moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5) !important;
  box-shadow: 0 10px 25px rgba(0,0,0,0.5) !important;
}
.instagram_popup .fancybox-skin .fancybox-inner .row {
  margin: 0;
  background: #fff;
}
@media only screen and (min-width: 992px) {
  .instagram_popup .fancybox-skin .fancybox-inner .row {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 992px) {
  .instagram_popup .fancybox-skin .fancybox-inner .row > div {
    padding: 0;
  }
}
.instagram_popup .fancybox-skin .fancybox-inner .row .instagram-media {
  border: none !important;
}
.instagram_popup .fancybox-skin .fancybox-inner .row #inst_embed {
  position: relative;
}
.instagram_popup .fancybox-skin .fancybox-inner .row #inst_embed .scroll_fix {
  position: absolute;
  display: block;
  bottom: 0;
  top: 64px;
  left: 0;
  right: 0;
}
.instagram_popup .fancybox-skin .fancybox-inner .row #inst_embed iframe {
  z-index: -1;
}
.instagram_popup .fancybox-skin .fancybox-inner .row .product {
  margin-top: 64px;
}
@media only screen and (max-width: 992px) {
  .instagram_popup .fancybox-skin .fancybox-inner .row .product {
    margin-top: 20px;
  }
}
.instagram_popup .fancybox-skin .fancybox-inner .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  border: none;
  background: none;
  color: transparent;
  outline: none;
  width: 30px;
  padding: 0;
}
.instagram_popup .fancybox-skin .fancybox-inner .slick-arrow:before {
  color: #222;
  font-size: 20px;
  line-height: 20px;
}
.instagram_popup .fancybox-skin .fancybox-inner .slick-arrow.slick-prev {
  left: 0px;
  text-align: center;
}
.instagram_popup .fancybox-skin .fancybox-inner .slick-arrow.slick-prev:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e801';
}
.instagram_popup .fancybox-skin .fancybox-inner .slick-arrow.slick-next {
  right: 0px;
  text-align: center;
}
.instagram_popup .fancybox-skin .fancybox-inner .slick-arrow.slick-next:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e803';
}
@media only screen and (max-width: 992px) {
  .instagram_popup .fancybox-skin .fancybox-inner .slick-arrow.slick-prev {
    left: 0;
  }
  .instagram_popup .fancybox-skin .fancybox-inner .slick-arrow.slick-next {
    right: 0;
  }
}
.instagram_popup .fancybox-skin .fancybox-inner .mCSB_scrollTools {
  right: -5px;
}
.instagram_popup .fancybox-skin .fancybox-close {
  background: #fff;
  top: 10px;
  right: 10px;
}
.instagram_popup .fancybox-skin .fancybox-close:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e806';
  color: #999;
}
#content_type_feedback #customer_feedback .feedback_group h2,
#content_type_feedback2 #customer_feedback .feedback_group h2 {
  margin: 20px 0;
}
#content_type_feedback #customer_feedback .feedback_group .q,
#content_type_feedback2 #customer_feedback .feedback_group .q {
  margin-bottom: 8px;
}
#content_type_feedback #customer_feedback .feedback_group .answers,
#content_type_feedback2 #customer_feedback .feedback_group .answers {
  margin-bottom: 15px;
}
#content_type_feedback #customer_feedback .feedback_group .answers label,
#content_type_feedback2 #customer_feedback .feedback_group .answers label {
  font-weight: 400;
  font-size: 13px;
}
@media only screen and (min-width: 992px) {
  #content_type_feedback #customer_feedback .feedback_group .answers .col-md-3,
  #content_type_feedback2 #customer_feedback .feedback_group .answers .col-md-3 {
    width: auto;
    display: inline-block;
    float: none;
    padding: 0 10px;
  }
  #content_type_feedback #customer_feedback .feedback_group .answers .col-md-2,
  #content_type_feedback2 #customer_feedback .feedback_group .answers .col-md-2 {
    padding: 0 7px;
  }
}
@media  {
  #content_type_feedback #customer_feedback .feedback_group .answers .col-md-3,
  #content_type_feedback2 #customer_feedback .feedback_group .answers .col-md-3 {
    padding: 0 10px;
  }
}
#content_type_feedback #customer_feedback #product_feedback h2,
#content_type_feedback2 #customer_feedback #product_feedback h2 {
  font-size: 14px;
}
.blog_header_image {
  height: 320px;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .blog_header_image {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 992px) {
  .blog_header_image {
    margin-top: -20px;
  }
}
.blog_header_image div.image {
  height: 320px;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.blog_header_image .wrp {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.blog_header_image .wrp .vcenter {
  height: 100%;
  padding: 60px;
}
.blog_header_image .wrp .header_content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.blog_header_image .wrp .header_content * {
  color: inherit;
}
.blog_header_image .wrp .header_content p.title {
  color: #fff;
  font-size: 36px;
}
.blog_header_image .wrp .header_content ul {
  list-style: none;
}
.blog_header_image .wrp .header_content ul li {
  display: inline-block;
  margin: 0 25px;
  background: rgba(0,0,0,0.7);
  box-shadow: inset 0px -5px 0px #002982;
  padding: 0 !important;
}
.blog_header_image .wrp .header_content ul li a {
  text-decoration: none;
  position: relative;
  padding: 12px 15px;
  display: inline-block;
}
.blog_header_image .wrp .header_content ul li a:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  height: 3px;
  background: #002982;
  width: 0%;
  transition: width 0.3s ease;
  display: none;
}
.blog_header_image .wrp .header_content ul li a:hover {
  right: 0;
  left: auto;
}
.blog_header_image .wrp .header_content ul li a:hover:before {
  width: 100%;
}
#instagram_feed.blog-instagram.bottom {
  margin-top: 60px;
}
@media only screen and (max-width: 992px) {
  #instagram_feed.blog-instagram.bottom {
    margin-top: 30px;
  }
}
#instagram_feed.blog-instagram .slick-slide {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  #instagram_feed.blog-instagram .slick-track {
    margin: 0 auto;
  }
}
.blog_page {
  background-color: #f3f3f3;
}
.blog_page footer .container {
  background-color: #f3f3f3;
}
@media only screen and (min-width: 992px) {
  .blog_page .top_banner {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 992px) {
  .blog_page .top_banner {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 992px) {
  .blog_page .product .title_wrapper .title {
    height: 58px;
    overflow: hidden;
  }
  .blog_page .product .title_wrapper .empty_rating_span {
    height: 13px;
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .game_registration .top_banner {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 992px) {
  .game_registration .top_banner {
    margin-top: -20px;
  }
}
.game_registration .content {
  max-width: 800px;
  margin: 20px auto;
}
.game_registration .content .rules_agree_block {
  margin-bottom: 10px;
}
.advent_calendar .calendar-wrapper {
  transition: 1s;
  filter: blur(0);
  -o-filter: blur(0);
  -ms-filter: blur(0);
  -moz-filter: blur(0);
  -webkit-filter: blur(0);
}
.advent_calendar .calendar-wrapper.blured {
  filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  -moz-filter: blur(10px);
  -webkit-filter: blur(10px);
}
.advent_calendar .calendar-wrapper.blured:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.advent_calendar .calendar-wrapper .container-fluid {
  padding: 0;
}
.advent_calendar .advent_form {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  background: #fff;
  max-width: 420px;
  width: 100%;
  padding: 20px 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  border-radius: 3px;
}
.advent_calendar .advent_form button {
  margin-top: 10px;
}
.advent_calendar .advent_form .checkbox_block label {
  line-height: 21px;
}
@media only screen and (min-width: 992px) {
  .advent_calendar .top_banner {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 992px) {
  .advent_calendar .top_banner {
    margin-top: -20px;
  }
}
.advent_calendar .content {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.advent_calendar .content .background-img {
  height: 1080px;
  width: 1920px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
}
.advent_calendar .content .dates-block {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
.advent_calendar .content .dates-block > div {
  float: left;
}
@media (min-width: 1441px) {
  .advent_calendar .content .dates-block > div {
    width: 25%;
  }
  .advent_calendar .content .dates-block > div:nth-child(4n+5) {
    clear: left;
  }
}
@media (min-width: 1081px) and (max-width: 1440px) {
  .advent_calendar .content .dates-block > div {
    width: 33%;
  }
  .advent_calendar .content .dates-block > div:nth-child(3n+4) {
    clear: left;
  }
}
@media (min-width: 738px) and (max-width: 1080px) {
  .advent_calendar .content .dates-block > div {
    width: 50%;
  }
  .advent_calendar .content .dates-block > div:nth-child(2n+3) {
    clear: left;
  }
}
@media (max-width: 737px) {
  .advent_calendar .content .dates-block > div {
    width: 100%;
  }
}
.advent_calendar .content .dates-block > div.active .date-outer {
  padding: 0;
}
.advent_calendar .content .dates-block > div.active .date-outer .date-item {
  border: 6px solid #c65152;
  color: #c65152;
}
.advent_calendar .content .dates-block > div.active .date-outer .date-item .item-content {
  height: 270px;
}
.advent_calendar .content .dates-block > div.active .date-outer .date-item .item-content .text {
  color: #c65152;
}
.advent_calendar .content .dates-block > div.active .date-outer .date-item .item-content .logo {
  padding-bottom: 20px;
}
.advent_calendar .content .dates-block > div.active .date-outer .date-item .item-content .logo img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.advent_calendar .content .dates-block > div.active .date-outer .date-item .button .btn {
  background: #c24c4c;
  font-size: 20px;
}
.advent_calendar .content .dates-block > div .date-outer {
  padding: 30px;
}
@media (max-width: 400px) {
  .advent_calendar .content .dates-block > div .date-outer {
    padding: 15px;
  }
  .advent_calendar .content .dates-block > div .date-outer .date-item {
    padding: 20px 25px !important;
  }
}
.advent_calendar .content .dates-block > div .date-outer .date-item {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
  border: 1px solid #7d7d7c;
  text-align: center;
  padding: 20px 40px;
  background: #fff;
  color: #a2a1a0;
}
.advent_calendar .content .dates-block > div .date-outer .date-item .name {
  color: inherit;
  font-style: italic;
  font-size: 24px;
  border-bottom: 1px solid #7d7d7c;
  padding-bottom: 10px;
}
.advent_calendar .content .dates-block > div .date-outer .date-item .item-content {
  height: 230px;
  padding: 30px 0;
  border-bottom: 1px solid #7d7d7d;
  margin-bottom: 15px;
  overflow: hidden;
}
.advent_calendar .content .dates-block > div .date-outer .date-item .item-content .logo {
  padding-bottom: 10px;
}
.advent_calendar .content .dates-block > div .date-outer .date-item .item-content .logo img {
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  margin: 0 auto;
}
.advent_calendar .content .dates-block > div .date-outer .date-item .item-content .text {
  color: #a2a1a0;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
}
.advent_calendar .content .dates-block > div .date-outer .date-item .button .btn {
  background: #a2a1a0;
  font-size: 18px;
}
.advent_calendar .content .dates-block > div .date-outer .date-item .button .btn.passed {
  font-size: 12px;
  line-height: 18px;
}
#blog_listing,
#blog_detailed {
  margin-right: auto;
  margin-left: auto;
}
#blog_listing .container,
#blog_detailed .container {
  padding: 0 15px;
}
#blog_listing .banner-render img,
#blog_detailed .banner-render img {
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  #blog_listing .banner-render-col2,
  #blog_listing .banner-render-col3,
  #blog_detailed .banner-render-col2,
  #blog_detailed .banner-render-col3 {
    margin-bottom: 0 !important;
  }
  #blog_listing .banner-render-col2 table > tbody > tr > td,
  #blog_listing .banner-render-col3 table > tbody > tr > td,
  #blog_detailed .banner-render-col2 table > tbody > tr > td,
  #blog_detailed .banner-render-col3 table > tbody > tr > td {
    width: 100% !important;
    display: block;
    margin-bottom: 20px;
  }
}
#blog_listing .col2-text-render table tbody tr td:nth-child(1),
#blog_detailed .col2-text-render table tbody tr td:nth-child(1) {
  padding-right: 15px;
}
#blog_listing .col2-text-render table tbody tr td:nth-child(2),
#blog_detailed .col2-text-render table tbody tr td:nth-child(2) {
  padding-left: 15px;
}
#blog_listing .col3-text-render table tbody tr td:nth-child(1),
#blog_detailed .col3-text-render table tbody tr td:nth-child(1) {
  padding-right: 10px;
}
#blog_listing .col3-text-render table tbody tr td:nth-child(2),
#blog_detailed .col3-text-render table tbody tr td:nth-child(2) {
  padding: 0 5px;
}
#blog_listing .col3-text-render table tbody tr td:nth-child(3),
#blog_detailed .col3-text-render table tbody tr td:nth-child(3) {
  padding-left: 10px;
}
#blog_listing .text-render,
#blog_detailed .text-render {
  max-width: 800px;
}
@media only screen and (min-width: 992px) {
  #blog_listing .text-render,
  #blog_detailed .text-render {
    margin: 30px auto !important;
  }
}
@media only screen and (max-width: 992px) {
  #blog_listing .text-render,
  #blog_detailed .text-render {
    margin: 15px auto !important;
  }
}
#blog_listing .text-render p,
#blog_detailed .text-render p {
  font-size: 16px;
  line-height: 26px;
}
#blog_listing .text-banner-render table tbody tr td:nth-child(2),
#blog_detailed .text-banner-render table tbody tr td:nth-child(2) {
  padding-left: 30px;
}
@media only screen and (max-width: 992px) {
  #blog_listing .text-banner-render table tbody tr td,
  #blog_detailed .text-banner-render table tbody tr td {
    display: block;
    width: 100% !important;
  }
  #blog_listing .text-banner-render table tbody tr td:nth-child(2),
  #blog_detailed .text-banner-render table tbody tr td:nth-child(2) {
    padding-left: 0;
  }
}
#blog_listing .products-render,
#blog_detailed .products-render {
  margin: 0 auto;
  max-width: 950px;
}
#blog_listing .products-render .product,
#blog_detailed .products-render .product {
  background: #fff;
}
@media only screen and (max-width: 479px) {
  #blog_listing .products-render .product a .thumb,
  #blog_detailed .products-render .product a .thumb {
    height: auto;
    min-height: 80px;
  }
}
#blog_listing .products-render table > tbody > tr > td,
#blog_detailed .products-render table > tbody > tr > td {
  padding: 3px;
}
@media only screen and (max-width: 992px) {
  #blog_listing .products-render.four_row table > tbody > tr > td,
  #blog_detailed .products-render.four_row table > tbody > tr > td {
    width: 50% !important;
    float: left;
  }
  #blog_listing .products-render.four_row table > tbody > tr > td:nth-of-type(2n+3),
  #blog_detailed .products-render.four_row table > tbody > tr > td:nth-of-type(2n+3) {
    clear: left;
  }
}
#blog_listing .page_title,
#blog_detailed .page_title {
  font-size: 48px;
  text-align: center;
  margin: 0 0 20px 0;
}
#blog_listing .item,
#blog_detailed .item {
  margin: 64px 0;
}
#blog_listing .item h2,
#blog_detailed .item h2 {
  font-size: 24px;
}
#blog_listing .item .date,
#blog_listing .item .desc,
#blog_detailed .item .date,
#blog_detailed .item .desc {
  margin: 10px 0;
}
#blog_listing .item .date,
#blog_detailed .item .date {
  font-size: 12px;
  color: #999;
}
#blog_listing .item .desc,
#blog_detailed .item .desc {
  line-height: 1.71;
}
#blog_listing .item .photo img,
#blog_detailed .item .photo img {
  margin: 0 auto;
}
#blog_listing .item .content .wrp,
#blog_detailed .item .content .wrp {
  margin-left: 15px;
}
#blog_listing .btn:not(.next-page),
#blog_detailed .btn:not(.next-page) {
  background-color: transparent;
  color: #999999;
  font-size: 12px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
  padding: 25px 25px 25px 0;
  text-align: left;
  white-space: normal;
}
#blog_listing .btn:not(.next-page):after,
#blog_detailed .btn:not(.next-page):after {
  display: block;
  content: '';
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e81c';
  font-size: 13px;
  position: absolute;
  right: 20px;
}
#blog_listing .btn:not(.next-page):hover,
#blog_detailed .btn:not(.next-page):hover {
  color: #727272;
  border-color: #c0c0c0;
}
#blog_listing .btn.next-page,
#blog_detailed .btn.next-page {
  background: transparent;
}
#blog_listing .btn.next-page:hover,
#blog_detailed .btn.next-page:hover {
  background: #ff3556;
}
#blog_listing#blog_detailed .more,
#blog_detailed#blog_detailed .more {
  margin: 60px 0;
  text-align: center;
}
#blog_listing#blog_detailed .more h2,
#blog_detailed#blog_detailed .more h2 {
  font-size: 24px;
}
#blog_listing#blog_detailed .top_text,
#blog_detailed#blog_detailed .top_text {
  max-width: 800px;
  margin: 20px auto 60px auto;
}
#blog_listing#blog_detailed .top_text .date,
#blog_detailed#blog_detailed .top_text .date {
  font-size: 12px;
  color: #999;
}
#blog_listing#blog_detailed .top_text h2,
#blog_detailed#blog_detailed .top_text h2 {
  font-size: 36px;
  margin: 15px 0;
}
#blog_listing#blog_detailed .top_text .desc,
#blog_detailed#blog_detailed .top_text .desc {
  font-size: 18px;
  line-height: 1.78;
}
@media only screen and (max-width: 992px) {
  #blog_listing#blog_detailed .top_text h2,
  #blog_detailed#blog_detailed .top_text h2 {
    font-size: 24px;
  }
  #blog_listing#blog_detailed .top_text .desc,
  #blog_detailed#blog_detailed .top_text .desc {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  #blog_listing,
  #blog_detailed {
    max-width: 1200px;
  }
  #blog_listing .item,
  #blog_detailed .item {
    display: flex;
    align-items: center;
  }
}
#offers_bar p {
  margin: 0;
}
#loyalty_points_history {
  margin-top: 30px;
}
#loyalty_points_history .loyalty_text {
  text-align: center;
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  #loyalty_points_history .loyalty_text {
    font-size: 18px;
  }
}
#loyalty_points_history h2 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
#loyalty_points_history .history {
  margin-top: 30px;
  margin: 0 auto;
}
@media (max-width: 540px) {
  #loyalty_points_history .history {
    overflow-x: scroll;
  }
}
#loyalty_points_history .history table {
  margin: 0 auto;
  width: 100%;
  overflow: scroll;
}
@media (max-width: 540px) {
  #loyalty_points_history .history table {
    min-width: 500px;
  }
}
#loyalty_points_history .history table th {
  background: #eee;
  border: 1px solid #ccc;
  padding: 8px 10px;
}
#loyalty_points_history .history table td {
  border: 1px solid #ccc;
  padding: 3px 10px;
  line-height: 30px;
}
#loyalty_points_history .history div.row.head {
  font-weight: 600;
  padding-bottom: 10px;
}
#loyalty_points_history .history div.row.item {
  padding-bottom: 5px;
  border-bottom: 1px solid lightgray;
  margin-bottom: 5px;
}
#loyalty_points_history .history div.col {
  padding: 3px 10px;
}
#stores_listing .container-fluid {
  max-width: 1416px;
}
#stores_listing .container-fluid h1 {
  font-size: 40px;
  font-weight: 500;
  margin: 24px 0;
}
@media only screen and (max-width: 992px) {
  #stores_listing .container-fluid h1 {
    margin: 15px 0;
    font-size: 30px;
  }
}
#stores_listing .container-fluid .elements_listing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 15px;
}
#stores_listing .container-fluid .elements_listing .element {
  margin-bottom: 15px;
}
#stores_listing .container-fluid .elements_listing .element > div {
  background-color: #f8f8f8;
}
#stores_listing .container-fluid .elements_listing .element > div .content {
  padding: 40px;
  font-size: 15px;
}
#stores_listing .container-fluid .elements_listing .element > div .content .description {
  padding-top: 20px;
}
#stores_listing .container-fluid .elements_listing .element > div img {
  width: 100%;
}
#stores_listing .container-fluid .elements_listing .element > div span {
  display: block;
}
#stores_listing .container-fluid .elements_listing .element > div span.name {
  margin: 10px 0;
  font-weight: 500;
  font-size: 25px;
}
#stores_listing .container-fluid .elements_listing .element .map_button {
  padding: 0 40px 40px 40px;
}
#stores_listing .container-fluid .elements_listing .element .map_button div {
  display: block;
  cursor: pointer;
  border: 1px solid #002982;
  border-radius: 3px;
  color: #002982;
  text-transform: none;
  font-size: 12px;
}
#stores_listing .container-fluid .elements_listing .element .map_button div span.fa {
  display: inline-block;
  float: left;
  margin-top: -2px;
  margin-left: 5px;
  font-size: 16px;
}
#stores_listing .container-fluid .map_filters > div {
  margin: 0 auto;
  display: block;
}
#stores_listing .container-fluid .map_filters button {
  background: #fff;
  border-color: #bfbfbf;
  text-transform: none;
}
#stores_listing .container-fluid .map_filters button .filter-option-inner-inner {
  font-size: 12px;
}
#map #map-canvas {
  min-height: 450px;
}
.customers_service_page {
  max-width: 540px;
  margin: 0 auto;
}
.cookie_overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.4);
}
.cookie_overlay .cookie_bar {
  position: initial;
  height: auto;
  max-width: 568px;
  max-height: calc(100% - 30px);
  width: calc(100% - 30px);
  overflow: auto;
  text-align: center;
  background-color: #ffffff;
  border: 2px solid #002982;
}
.cookie_overlay .cookie_bar .inner-wrp {
  padding: 14px 28px;
  text-align: left;
}
.cookie_overlay .cookie_bar .inner-wrp h2 {
  display: flex;
  align-items: center;
  margin: 0px 0px 15px 0px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #231f20;
  text-transform: initial;
  letter-spacing: -0.3px;
}
.cookie_overlay .cookie_bar .inner-wrp h2 img {
  margin-right: 10px;
  width: 28px;
}
.cookie_overlay .cookie_bar .inner-wrp p {
  margin: 0px 0px 10px 0px;
  font-size: 14px;
  line-height: 17px;
  text-align: justify;
  color: #222;
  letter-spacing: -0.4px;
}
.cookie_overlay .cookie_bar .inner-wrp p a {
  font-weight: 500;
  color: #002982;
  text-decoration: none;
}
body.project_3 .cookie_overlay .cookie_bar .inner-wrp p a,
body.project_4 .cookie_overlay .cookie_bar .inner-wrp p a {
  color: #dc143c;
}
.cookie_overlay .cookie_bar .inner-wrp .btn-options {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  padding: 6px 7px 5px 5px;
  background-color: #ffffff;
  border: 1px solid #6e6d6d;
  border-radius: 0px;
  transition: all .3s;
}
.cookie_overlay .cookie_bar .inner-wrp .btn-options .img {
  display: inline-block;
  margin-right: 10px;
  width: 22px;
  height: 21px;
  background-color: #002982;
  -webkit-mask: url("../../images/frontend/cookie-cogs-icon.png") center/contain;
  mask: url("../../images/frontend/cookie-cogs-icon.png") center/contain;
}
body.project_3 .cookie_overlay .cookie_bar .inner-wrp .btn-options .img,
body.project_4 .cookie_overlay .cookie_bar .inner-wrp .btn-options .img {
  background: #dc143c;
}
.cookie_overlay .cookie_bar .inner-wrp .btn-options:hover,
.cookie_overlay .cookie_bar .inner-wrp .btn-options:active {
  background-color: #eee;
}
.cookie_overlay .cookie_bar .inner-wrp .btn-agree-all {
  padding: 7px 10px 6px 10px;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #002982;
  border: 1px solid #002982;
  border-radius: 0px;
  transition: all .3s;
}
.cookie_overlay .cookie_bar .inner-wrp .btn-agree-all:hover,
.cookie_overlay .cookie_bar .inner-wrp .btn-agree-all:active {
  color: #002982;
  background-color: #ffffff;
}
body.project_3 .cookie_overlay .cookie_bar .inner-wrp .btn-agree-all,
body.project_4 .cookie_overlay .cookie_bar .inner-wrp .btn-agree-all {
  background-color: #000000;
  border: 1px solid #000000;
}
body.project_3 .cookie_overlay .cookie_bar .inner-wrp .btn-agree-all:hover,
body.project_3 .cookie_overlay .cookie_bar .inner-wrp .btn-agree-all:active,
body.project_4 .cookie_overlay .cookie_bar .inner-wrp .btn-agree-all:hover,
body.project_4 .cookie_overlay .cookie_bar .inner-wrp .btn-agree-all:active {
  color: #000000;
  background-color: #ffffff;
}
.cookie_overlay .cookie_bar .inner-wrp .agree-all-wrp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cookie_overlay .cookie_bar .inner-wrp #cookie_popup_more_content {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 20px;
  border: 2px solid #002982;
}
.cookie_overlay .cookie_bar .inner-wrp #cookie_popup_more_content .checkbox-new {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cookie_overlay .cookie_bar .inner-wrp #cookie_popup_more_content .checkbox-new input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: 1;
}
.cookie_overlay .cookie_bar .inner-wrp #cookie_popup_more_content .checkbox-new label {
  position: relative;
  margin-bottom: 0px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}
.cookie_overlay .cookie_bar .inner-wrp #cookie_popup_more_content .checkbox-new label:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #002982;
  outline: none;
}
body.project_3 .cookie_overlay .cookie_bar .inner-wrp #cookie_popup_more_content .checkbox-new label:before,
body.project_4 .cookie_overlay .cookie_bar .inner-wrp #cookie_popup_more_content .checkbox-new label:before {
  border-color: #dc143c;
}
.cookie_overlay .cookie_bar .inner-wrp #cookie_popup_more_content .checkbox-new label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 6px;
  display: none;
  width: 8px;
  height: 12px;
  text-align: center;
  border-bottom: 3px solid #231f20;
  border-right: 3px solid #231f20;
  transform: rotate(45deg);
}
.cookie_overlay .cookie_bar .inner-wrp #cookie_popup_more_content .checkbox-new label:hover {
  cursor: pointer;
}
.cookie_overlay .cookie_bar .inner-wrp #cookie_popup_more_content .checkbox-new input[type="checkbox"]:disabled + label:before {
  background: #eeeeee;
}
.cookie_overlay .cookie_bar .inner-wrp #cookie_popup_more_content .checkbox-new input[type="checkbox"]:disabled + label:hover {
  cursor: not-allowed;
}
.cookie_overlay .cookie_bar .inner-wrp #cookie_popup_more_content .checkbox-new input[type="checkbox"]:checked + label::after {
  display: inline-block;
}
.cookie_overlay .cookie_bar .inner-wrp #cookie_popup_more_content .checkbox-new + p.content {
  padding-left: 30px;
}
body.project_3 .cookie_overlay .cookie_bar .inner-wrp #cookie_popup_more_content,
body.project_4 .cookie_overlay .cookie_bar .inner-wrp #cookie_popup_more_content {
  border-color: #dc143c;
}
body.project_3 .cookie_overlay .cookie_bar,
body.project_4 .cookie_overlay .cookie_bar {
  border-color: #dc143c;
}
.faq_block {
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
}
.info-block-popup {
  background: #fff;
}
.info-block-popup .fancybox-inner {
  height: auto !important;
  max-width: 800px;
}
.info-block-popup .fancybox-inner > div {
  padding-right: 65px;
}
body.project_open24 .custom_content_wrp,
body.project_open24ee .custom_content_wrp {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
body.project_open24 .custom_content_wrp.container-fixed,
body.project_open24ee .custom_content_wrp.container-fixed {
  max-width: 920px;
}
@media only screen and (max-width: 992px) {
  body.project_open24 .custom_content_wrp,
  body.project_open24ee .custom_content_wrp {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 992px) {
  body.project_open24 .mobile-hide,
  body.project_open24ee .mobile-hide {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  body.project_open24 .desktop-hide,
  body.project_open24ee .desktop-hide {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .nav.navbar-nav .visible-mobile {
    display: table !important;
  }
}
@media only screen and (min-width: 992px) {
  .nav.navbar-nav .visible-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .nav.navbar-nav .hidden-mobile {
    display: table !important;
  }
}
@media only screen and (max-width: 992px) {
  .nav.navbar-nav .hidden-mobile {
    display: none !important;
  }
}
#page_type_plain_for_newsletter {
  margin-top: -125px;
}
#page_type_plain_for_newsletter .content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
#page_type_plain_for_newsletter .content .centered_content {
  text-align: center;
}
#page_type_plain_for_newsletter .content .centered_content .step1 {
  display: none !important;
}
#page_type_plain_for_newsletter .content .centered_content .step2 {
  display: flex !important;
  flex-direction: column;
}
#page_type_plain_for_newsletter .content .centered_content .step2 .form-group {
  order: 1;
}
#page_type_plain_for_newsletter .content .centered_content .step2 .form-group input {
  border-bottom: 1px solid #d3d3d3;
  width: 100%;
}
#page_type_plain_for_newsletter .content .centered_content .step2 .btn {
  width: 100%;
  display: block;
  order: 3;
}
#page_type_plain_for_newsletter .content .centered_content .step2 .nl_form_privacy_block {
  order: 2;
  margin-bottom: 20px;
}
.content_style_subscribe_page {
  max-width: 1000px;
}
.content_style_subscribe_page .heading3 {
  font-size: 18px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .content_style_subscribe_page .heading3 {
    font-size: 28px;
  }
}
#content_type_subscribe_page .subscribe_desc {
  text-align: center;
  margin-top: 20px;
}
#content_type_subscribe_page .newsletter-form {
  margin: 40px auto 0 auto;
  max-width: 350px;
  padding: 15px 15px 5px 15px;
  background: #f9f9f9;
  border-radius: 3px;
}
#content_type_subscribe_page .newsletter-form .form-group {
  width: 100%;
}
#content_type_subscribe_page .newsletter-form .form-group input {
  width: 100%;
  margin-top: 25px;
  padding: 0 7px;
  background: #fff;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
@media only screen and (max-width: 992px) {
  .contact_phone {
    display: none !important;
  }
}
#banner_index_listing .banner {
  padding: 0;
  position: relative;
  overflow: hidden;
}
#banner_index_listing .banner > a {
  position: relative;
  z-index: 1;
  display: block;
}
#banner_index_listing .banner > a:before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: '';
  background: #000;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}
#banner_index_listing .banner img {
  width: 100%;
  transition: transform .5s ease;
}
#banner_index_listing .banner.col-md-12 {
  margin-bottom: 6px;
}
#banner_index_listing .banner.col-md-6 {
  border-left: 6px solid #fff;
  border-right: 3px solid #fff;
  margin-bottom: 6px;
}
#banner_index_listing .banner.col-md-6.odd {
  border-right: 6px solid #fff;
  border-left: 3px solid #fff;
}
#banner_index_listing .banner.col-md-6 p.title {
  font-family: 'proxima nova', sans-serif;
  font-size: 36px;
  font-weight: 400;
  margin: 0.5em 0;
  line-height: 100%;
}
@media only screen and (max-width: 992px) {
  #banner_index_listing .banner.col-md-6 p.title {
    font-size: 24px;
  }
}
#banner_index_listing .banner.col-md-12 p.title {
  font-family: 'proxima nova', sans-serif;
  font-size: 48px;
  font-weight: 400;
  margin: 0.5em 0;
  line-height: 100%;
}
@media only screen and (max-width: 992px) {
  #banner_index_listing .banner.col-md-12 p.title {
    font-size: 36px;
  }
}
#banner_index_listing .banner .wrp {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
#banner_index_listing .banner .wrp .vcenter {
  height: 100%;
  padding: 60px;
}
#banner_index_listing .banner .wrp .banner_content {
  position: relative;
  z-index: 2;
  text-align: center;
}
#banner_index_listing .banner .wrp .banner_content * {
  color: inherit;
}
#banner_index_listing .banner .wrp .banner_content p.title a:hover {
  text-decoration: none;
}
#banner_index_listing .banner .wrp .banner_content ul {
  list-style: none;
}
#banner_index_listing .banner .wrp .banner_content ul li {
  display: inline-block;
  margin: 0 25px;
  background: rgba(0,0,0,0.7);
  box-shadow: inset 0px -5px 0px #002982;
  padding: 0 !important;
}
#banner_index_listing .banner .wrp .banner_content ul li a {
  text-decoration: none;
  position: relative;
  padding: 12px 15px;
  display: inline-block;
}
#banner_index_listing .banner .wrp .banner_content ul li a:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  height: 3px;
  background: #002982;
  width: 0%;
  transition: width 0.3s ease;
  display: none;
}
#banner_index_listing .banner .wrp .banner_content ul li a:hover {
  right: 0;
  left: auto;
}
#banner_index_listing .banner .wrp .banner_content ul li a:hover:before {
  width: 100%;
}
#banner_index_listing .banner:hover > a:before {
  opacity: 0.2;
}
#banner_index_listing .banner:hover img {
  transform: scale(1.05);
}
@media only screen and (max-width: 992px) {
  #banner_index_listing .banner.col-md-6 {
    border: none;
  }
  #banner_index_listing .banner.col-md-6 + .col-md-6 {
    border: none;
  }
  #banner_index_listing .banner .wrp .vcenter {
    text-align: center !important;
    padding: 20px;
  }
  #banner_index_listing .banner .wrp .banner_content {
    color: #222 !important;
    vertical-align: bottom !important;
  }
  #banner_index_listing .banner .wrp .banner_content .title {
    color: #ffffff;
    text-shadow: 0px 1px 1px #000;
  }
  #banner_index_listing .banner .wrp .banner_content ul li {
    margin: 5px 10px;
  }
  #banner_index_listing .banner .wrp .banner_content ul li a {
    color: #fff;
  }
}
#banner_index_listing .tag_banners {
  clear: both;
  padding: 6px 3px;
}
#banner_index_listing .tag_banners .banner {
  padding: 0 3px;
}
#banner_index_listing .tag_banners .banner p.title {
  padding: 0 25px;
  height: 70px;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
}
#banner_index_listing .tag_banners .banner .img {
  position: relative;
  overflow: hidden;
}
#banner_index_listing .tag_banners .banner .img a {
  display: block;
}
#banner_index_listing .tag_banners .banner .img a:before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: '';
  background: #000;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}
#banner_index_listing .tag_banners .banner .img a:hover:before {
  opacity: 0.2;
}
#banner_index_listing .tag_banners .banner .img span {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 20px;
  background: #002982;
  padding: 8px 17px;
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
  color: inherit;
  letter-spacing: 1px;
  color: #fff;
  line-height: 10px;
}
@media only screen and (max-width: 992px) {
  #banner_index_listing .tag_banners .banner p.title {
    height: auto;
  }
}
#banner_index_listing .banner.col-md-6 + .tag_banners {
  padding-top: 0;
}
#activation_key_msg .alert {
  margin: 0;
}
body.project_open24 .collections-index-listing .owl-stage .owl-item:first-child .product,
body.project_open24ee .collections-index-listing .owl-stage .owl-item:first-child .product {
  border-left: 1px solid #EEEEEE !important;
}
body.project_open24 .collections-index-listing .owl-nav,
body.project_open24ee .collections-index-listing .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
@media only screen and (max-width: 992px) {
  body.project_open24 .collections-index-listing .owl-nav,
  body.project_open24ee .collections-index-listing .owl-nav {
    display: none;
  }
}
body.project_open24 .collections-index-listing .owl-nav .owl-prev,
body.project_open24ee .collections-index-listing .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
  background-color: white;
  padding: 20px 10px !important;
}
body.project_open24 .collections-index-listing .owl-nav .owl-prev span,
body.project_open24ee .collections-index-listing .owl-nav .owl-prev span {
  display: none;
}
body.project_open24 .collections-index-listing .owl-nav .owl-prev::before,
body.project_open24ee .collections-index-listing .owl-nav .owl-prev::before {
  font-family: 'fontello';
  font-style: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e801';
  font-size: 20px;
  line-height: 20px;
  font-weight: 600 !important;
}
body.project_open24 .collections-index-listing .owl-nav .owl-next,
body.project_open24ee .collections-index-listing .owl-nav .owl-next {
  position: absolute;
  right: -50px;
  background-color: white;
  padding: 20px 10px !important;
}
body.project_open24 .collections-index-listing .owl-nav .owl-next span,
body.project_open24ee .collections-index-listing .owl-nav .owl-next span {
  display: none;
}
body.project_open24 .collections-index-listing .owl-nav .owl-next:before,
body.project_open24ee .collections-index-listing .owl-nav .owl-next:before {
  font-family: 'fontello';
  font-style: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e803';
  font-size: 20px;
  line-height: 20px;
  font-weight: 600 !important;
}
body.project_open24 .inner_product_element,
body.project_open24ee .inner_product_element {
  margin-top: 0px;
}
body.project_open24 .inner_product_element .product,
body.project_open24ee .inner_product_element .product {
  width: 100% !important;
  border-top: 1px solid #EEEEEE !important;
  border-left: none !important;
}
body.project_open24 .render_products_carousel .collections-index-listing,
body.project_open24ee .render_products_carousel .collections-index-listing {
  margin-top: -10px;
}
body.project_open24 .custom_content_wrp,
body.project_open24ee .custom_content_wrp {
  overflow: hidden;
}
body.project_open24 .custom_content_wrp .page_editor_template.banner-render,
body.project_open24ee .custom_content_wrp .page_editor_template.banner-render {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
#similar_products .product,
#product_listing .product,
#searchBlock .product,
body.project_open24 .inner_product_element .product,
body.project_open24ee .inner_product_element .product {
  padding: 0;
  transition: all 0.3s;
  border: 1px solid #EEEEEE;
  border-top: none;
}
#similar_products .product.email,
#product_listing .product.email,
#searchBlock .product.email,
body.project_open24 .inner_product_element .product.email,
body.project_open24ee .inner_product_element .product.email {
  width: 250px !important;
}
#similar_products .product a,
#product_listing .product a,
#searchBlock .product a,
body.project_open24 .inner_product_element .product a,
body.project_open24ee .inner_product_element .product a {
  display: block;
  padding: 30px;
  position: relative;
  overflow: hidden;
}
#similar_products .product a:focus,
#product_listing .product a:focus,
#searchBlock .product a:focus,
body.project_open24 .inner_product_element .product a:focus,
body.project_open24ee .inner_product_element .product a:focus {
  text-decoration: none;
}
#similar_products .product a .thumb,
#product_listing .product a .thumb,
#searchBlock .product a .thumb,
body.project_open24 .inner_product_element .product a .thumb,
body.project_open24ee .inner_product_element .product a .thumb {
  min-height: 120px;
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #similar_products .product a .thumb,
  #product_listing .product a .thumb,
  #searchBlock .product a .thumb,
  body.project_open24 .inner_product_element .product a .thumb,
  body.project_open24ee .inner_product_element .product a .thumb {
    padding: 0 42px;
  }
}
#similar_products .product a .thumb span img,
#product_listing .product a .thumb span img,
#searchBlock .product a .thumb span img,
body.project_open24 .inner_product_element .product a .thumb span img,
body.project_open24ee .inner_product_element .product a .thumb span img {
  margin: 0 auto;
  width: 100%;
  transition: transform .2s;
}
#similar_products .product a .colors_warehouse,
#product_listing .product a .colors_warehouse,
#searchBlock .product a .colors_warehouse,
body.project_open24 .inner_product_element .product a .colors_warehouse,
body.project_open24ee .inner_product_element .product a .colors_warehouse {
  position: absolute;
  top: -1px;
  left: -1px;
}
#similar_products .product a .colors_warehouse > span.warehouse,
#product_listing .product a .colors_warehouse > span.warehouse,
#searchBlock .product a .colors_warehouse > span.warehouse,
body.project_open24 .inner_product_element .product a .colors_warehouse > span.warehouse,
body.project_open24ee .inner_product_element .product a .colors_warehouse > span.warehouse {
  display: block;
  width: 26px;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
#similar_products .product a .colors_warehouse > span.warehouse.yes,
#product_listing .product a .colors_warehouse > span.warehouse.yes,
#searchBlock .product a .colors_warehouse > span.warehouse.yes,
body.project_open24 .inner_product_element .product a .colors_warehouse > span.warehouse.yes,
body.project_open24ee .inner_product_element .product a .colors_warehouse > span.warehouse.yes {
  background: #000;
}
#similar_products .product a .colors_warehouse > span.warehouse.no,
#product_listing .product a .colors_warehouse > span.warehouse.no,
#searchBlock .product a .colors_warehouse > span.warehouse.no,
body.project_open24 .inner_product_element .product a .colors_warehouse > span.warehouse.no,
body.project_open24ee .inner_product_element .product a .colors_warehouse > span.warehouse.no {
  background: #FF8A00;
}
#similar_products .product a .spec_icon,
#product_listing .product a .spec_icon,
#searchBlock .product a .spec_icon,
body.project_open24 .inner_product_element .product a .spec_icon,
body.project_open24ee .inner_product_element .product a .spec_icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
}
#similar_products .product a .spec_icon.top,
#product_listing .product a .spec_icon.top,
#searchBlock .product a .spec_icon.top,
body.project_open24 .inner_product_element .product a .spec_icon.top,
body.project_open24ee .inner_product_element .product a .spec_icon.top {
  top: 0;
}
#similar_products .product a .spec_icon.spec_icon_discount,
#product_listing .product a .spec_icon.spec_icon_discount,
#searchBlock .product a .spec_icon.spec_icon_discount,
body.project_open24 .inner_product_element .product a .spec_icon.spec_icon_discount,
body.project_open24ee .inner_product_element .product a .spec_icon.spec_icon_discount {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: inherit;
  letter-spacing: 1px;
  background: #002982;
  width: auto;
  padding: 0 8px;
  height: 29px;
  line-height: 31px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  letter-spacing: 0.5px;
}
#similar_products .product a .spec_icon.spec_icon_discount.price_differs,
#product_listing .product a .spec_icon.spec_icon_discount.price_differs,
#searchBlock .product a .spec_icon.spec_icon_discount.price_differs,
body.project_open24 .inner_product_element .product a .spec_icon.spec_icon_discount.price_differs,
body.project_open24ee .inner_product_element .product a .spec_icon.spec_icon_discount.price_differs {
  text-transform: none;
  line-height: 15px;
  padding-top: 7px;
}
#similar_products .product a .spec_icon.spec_icon_discount.price_differs span,
#product_listing .product a .spec_icon.spec_icon_discount.price_differs span,
#searchBlock .product a .spec_icon.spec_icon_discount.price_differs span,
body.project_open24 .inner_product_element .product a .spec_icon.spec_icon_discount.price_differs span,
body.project_open24ee .inner_product_element .product a .spec_icon.spec_icon_discount.price_differs span {
  display: block;
}
#similar_products .product a .spec_icon.spec_icon_discount.has_flags,
#product_listing .product a .spec_icon.spec_icon_discount.has_flags,
#searchBlock .product a .spec_icon.spec_icon_discount.has_flags,
body.project_open24 .inner_product_element .product a .spec_icon.spec_icon_discount.has_flags,
body.project_open24ee .inner_product_element .product a .spec_icon.spec_icon_discount.has_flags {
  margin-top: 31px;
}
#similar_products .product a .spec_icon.spec_icon_1,
#product_listing .product a .spec_icon.spec_icon_1,
#searchBlock .product a .spec_icon.spec_icon_1,
body.project_open24 .inner_product_element .product a .spec_icon.spec_icon_1,
body.project_open24ee .inner_product_element .product a .spec_icon.spec_icon_1 {
  display: block;
  left: 20px;
  top: 235px;
  background: #000;
  right: auto;
  padding: 0 8px;
  color: #fff;
}
@media only screen and (max-width: 992px) {
  #similar_products .product a .spec_icon.spec_icon_1,
  #product_listing .product a .spec_icon.spec_icon_1,
  #searchBlock .product a .spec_icon.spec_icon_1,
  body.project_open24 .inner_product_element .product a .spec_icon.spec_icon_1,
  body.project_open24ee .inner_product_element .product a .spec_icon.spec_icon_1 {
    right: 0;
    top: 15px;
    left: auto;
  }
}
@media only screen and (max-width: 992px) {
  #similar_products .product a .spec_icon.hidden_icon_mobile,
  #product_listing .product a .spec_icon.hidden_icon_mobile,
  #searchBlock .product a .spec_icon.hidden_icon_mobile,
  body.project_open24 .inner_product_element .product a .spec_icon.hidden_icon_mobile,
  body.project_open24ee .inner_product_element .product a .spec_icon.hidden_icon_mobile {
    display: none !important;
  }
  #similar_products .product a .spec_icon.has_flags:not(.spec_icon_discount),
  #product_listing .product a .spec_icon.has_flags:not(.spec_icon_discount),
  #searchBlock .product a .spec_icon.has_flags:not(.spec_icon_discount),
  body.project_open24 .inner_product_element .product a .spec_icon.has_flags:not(.spec_icon_discount),
  body.project_open24ee .inner_product_element .product a .spec_icon.has_flags:not(.spec_icon_discount) {
    display: none;
  }
}
#similar_products .product a .spec_wrp,
#product_listing .product a .spec_wrp,
#searchBlock .product a .spec_wrp,
body.project_open24 .inner_product_element .product a .spec_wrp,
body.project_open24ee .inner_product_element .product a .spec_wrp {
  position: absolute;
  left: 0px;
  top: 0;
  display: block;
}
#similar_products .product a .spec_wrp .spec_icon,
#product_listing .product a .spec_wrp .spec_icon,
#searchBlock .product a .spec_wrp .spec_icon,
body.project_open24 .inner_product_element .product a .spec_wrp .spec_icon,
body.project_open24ee .inner_product_element .product a .spec_wrp .spec_icon {
  position: static;
  display: inline-block;
  height: 29px;
  line-height: 31px;
  word-break: break-all;
  overflow: hidden;
}
#similar_products .product a.email,
#product_listing .product a.email,
#searchBlock .product a.email,
body.project_open24 .inner_product_element .product a.email,
body.project_open24ee .inner_product_element .product a.email {
  width: 200px;
}
#similar_products .product a.email .spec_icon_1,
#similar_products .product a.email .spec_wrp,
#product_listing .product a.email .spec_icon_1,
#product_listing .product a.email .spec_wrp,
#searchBlock .product a.email .spec_icon_1,
#searchBlock .product a.email .spec_wrp,
body.project_open24 .inner_product_element .product a.email .spec_icon_1,
body.project_open24 .inner_product_element .product a.email .spec_wrp,
body.project_open24ee .inner_product_element .product a.email .spec_icon_1,
body.project_open24ee .inner_product_element .product a.email .spec_wrp {
  display: none !important;
}
#similar_products .product a:hover,
#similar_products .product a.email,
#product_listing .product a:hover,
#product_listing .product a.email,
#searchBlock .product a:hover,
#searchBlock .product a.email,
body.project_open24 .inner_product_element .product a:hover,
body.project_open24 .inner_product_element .product a.email,
body.project_open24ee .inner_product_element .product a:hover,
body.project_open24ee .inner_product_element .product a.email {
  text-decoration: none;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.18);
}
#similar_products .product a:hover .on_hover,
#similar_products .product a.email .on_hover,
#product_listing .product a:hover .on_hover,
#product_listing .product a.email .on_hover,
#searchBlock .product a:hover .on_hover,
#searchBlock .product a.email .on_hover,
body.project_open24 .inner_product_element .product a:hover .on_hover,
body.project_open24 .inner_product_element .product a.email .on_hover,
body.project_open24ee .inner_product_element .product a:hover .on_hover,
body.project_open24ee .inner_product_element .product a.email .on_hover {
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  #similar_products .product a:hover .thumb img,
  #similar_products .product a.email .thumb img,
  #product_listing .product a:hover .thumb img,
  #product_listing .product a.email .thumb img,
  #searchBlock .product a:hover .thumb img,
  #searchBlock .product a.email .thumb img,
  body.project_open24 .inner_product_element .product a:hover .thumb img,
  body.project_open24 .inner_product_element .product a.email .thumb img,
  body.project_open24ee .inner_product_element .product a:hover .thumb img,
  body.project_open24ee .inner_product_element .product a.email .thumb img {
    transform: scale(1.16);
  }
}
#similar_products .product a .content_wrapper,
#product_listing .product a .content_wrapper,
#searchBlock .product a .content_wrapper,
body.project_open24 .inner_product_element .product a .content_wrapper,
body.project_open24ee .inner_product_element .product a .content_wrapper {
  display: block;
  color: #222;
  position: relative;
}
#similar_products .product a .content_wrapper .title_wrapper,
#product_listing .product a .content_wrapper .title_wrapper,
#searchBlock .product a .content_wrapper .title_wrapper,
body.project_open24 .inner_product_element .product a .content_wrapper .title_wrapper,
body.project_open24ee .inner_product_element .product a .content_wrapper .title_wrapper {
  display: block;
  height: 106px;
}
#similar_products .product a .content_wrapper .title_wrapper .title,
#product_listing .product a .content_wrapper .title_wrapper .title,
#searchBlock .product a .content_wrapper .title_wrapper .title,
body.project_open24 .inner_product_element .product a .content_wrapper .title_wrapper .title,
body.project_open24ee .inner_product_element .product a .content_wrapper .title_wrapper .title {
  display: block;
  padding-bottom: 10px;
  max-height: 58px;
  overflow: hidden;
}
#similar_products .product a .content_wrapper .title_wrapper .tooltip1,
#product_listing .product a .content_wrapper .title_wrapper .tooltip1,
#searchBlock .product a .content_wrapper .title_wrapper .tooltip1,
body.project_open24 .inner_product_element .product a .content_wrapper .title_wrapper .tooltip1,
body.project_open24ee .inner_product_element .product a .content_wrapper .title_wrapper .tooltip1 {
  width: 100%;
}
#similar_products .product a .content_wrapper .title_wrapper .price,
#product_listing .product a .content_wrapper .title_wrapper .price,
#searchBlock .product a .content_wrapper .title_wrapper .price,
body.project_open24 .inner_product_element .product a .content_wrapper .title_wrapper .price,
body.project_open24ee .inner_product_element .product a .content_wrapper .title_wrapper .price {
  font-weight: 500;
  line-height: 20px;
  display: block;
  vertical-align: middle;
}
#similar_products .product a .content_wrapper .title_wrapper .price.offer,
#product_listing .product a .content_wrapper .title_wrapper .price.offer,
#searchBlock .product a .content_wrapper .title_wrapper .price.offer,
body.project_open24 .inner_product_element .product a .content_wrapper .title_wrapper .price.offer,
body.project_open24ee .inner_product_element .product a .content_wrapper .title_wrapper .price.offer {
  color: #002982;
}
#similar_products .product a .content_wrapper .title_wrapper .price.offer .old_price,
#product_listing .product a .content_wrapper .title_wrapper .price.offer .old_price,
#searchBlock .product a .content_wrapper .title_wrapper .price.offer .old_price,
body.project_open24 .inner_product_element .product a .content_wrapper .title_wrapper .price.offer .old_price,
body.project_open24ee .inner_product_element .product a .content_wrapper .title_wrapper .price.offer .old_price {
  color: #222;
  font-weight: 400;
  margin-left: 10px;
  text-decoration: line-through;
}
#similar_products .product a .content_wrapper .title_wrapper .price .logged_price,
#product_listing .product a .content_wrapper .title_wrapper .price .logged_price,
#searchBlock .product a .content_wrapper .title_wrapper .price .logged_price,
body.project_open24 .inner_product_element .product a .content_wrapper .title_wrapper .price .logged_price,
body.project_open24ee .inner_product_element .product a .content_wrapper .title_wrapper .price .logged_price {
  color: #002982;
}
#similar_products .product a .content_wrapper .title_wrapper .price .logged_price .discount_cube,
#product_listing .product a .content_wrapper .title_wrapper .price .logged_price .discount_cube,
#searchBlock .product a .content_wrapper .title_wrapper .price .logged_price .discount_cube,
body.project_open24 .inner_product_element .product a .content_wrapper .title_wrapper .price .logged_price .discount_cube,
body.project_open24ee .inner_product_element .product a .content_wrapper .title_wrapper .price .logged_price .discount_cube {
  display: inline-block;
  width: 18px;
  height: 16px;
  line-height: 18px;
  text-align: center;
  margin-right: 5px;
  vertical-align: middle;
}
#similar_products .product a .content_wrapper .title_wrapper .price .logged_price .discount_cube i,
#product_listing .product a .content_wrapper .title_wrapper .price .logged_price .discount_cube i,
#searchBlock .product a .content_wrapper .title_wrapper .price .logged_price .discount_cube i,
body.project_open24 .inner_product_element .product a .content_wrapper .title_wrapper .price .logged_price .discount_cube i,
body.project_open24ee .inner_product_element .product a .content_wrapper .title_wrapper .price .logged_price .discount_cube i {
  font-size: 0.8em;
  font-weight: 500;
  vertical-align: top;
  margin-top: 1px;
}
@media only screen and (max-width: 992px) {
  #similar_products .product a .content_wrapper .title_wrapper,
  #product_listing .product a .content_wrapper .title_wrapper,
  #searchBlock .product a .content_wrapper .title_wrapper,
  body.project_open24 .inner_product_element .product a .content_wrapper .title_wrapper,
  body.project_open24ee .inner_product_element .product a .content_wrapper .title_wrapper {
    height: 100px;
  }
  #similar_products .product a .content_wrapper .title_wrapper .title,
  #product_listing .product a .content_wrapper .title_wrapper .title,
  #searchBlock .product a .content_wrapper .title_wrapper .title,
  body.project_open24 .inner_product_element .product a .content_wrapper .title_wrapper .title,
  body.project_open24ee .inner_product_element .product a .content_wrapper .title_wrapper .title {
    min-height: 40px;
    max-height: 58px;
    margin-bottom: 10px;
    padding-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
#similar_products .product a .content_wrapper .on_hover,
#product_listing .product a .content_wrapper .on_hover,
#searchBlock .product a .content_wrapper .on_hover,
body.project_open24 .inner_product_element .product a .content_wrapper .on_hover,
body.project_open24ee .inner_product_element .product a .content_wrapper .on_hover {
  position: static;
  height: 13px;
  margin: 0px;
}
@media only screen and (max-width: 479px) {
  #similar_products .product a .colors_zone,
  #product_listing .product a .colors_zone,
  #searchBlock .product a .colors_zone,
  body.project_open24 .inner_product_element .product a .colors_zone,
  body.project_open24ee .inner_product_element .product a .colors_zone {
    top: 10px;
    position: relative;
  }
}
#similar_products .product a .colors,
#product_listing .product a .colors,
#searchBlock .product a .colors,
body.project_open24 .inner_product_element .product a .colors,
body.project_open24ee .inner_product_element .product a .colors {
  display: inline-block;
  margin: 10px 0;
  line-height: 15px;
  height: 15px;
  overflow: hidden;
}
#similar_products .product a .colors .pcolor,
#product_listing .product a .colors .pcolor,
#searchBlock .product a .colors .pcolor,
body.project_open24 .inner_product_element .product a .colors .pcolor,
body.project_open24ee .inner_product_element .product a .colors .pcolor {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 8px;
}
#similar_products .product a .colors .pcolor.balta,
#product_listing .product a .colors .pcolor.balta,
#searchBlock .product a .colors .pcolor.balta,
body.project_open24 .inner_product_element .product a .colors .pcolor.balta,
body.project_open24ee .inner_product_element .product a .colors .pcolor.balta {
  border: 1px solid #bdbdbd;
}
#similar_products .product a .colors .more,
#product_listing .product a .colors .more,
#searchBlock .product a .colors .more,
body.project_open24 .inner_product_element .product a .colors .more,
body.project_open24ee .inner_product_element .product a .colors .more {
  font-size: 10px;
  font-weight: 500;
  vertical-align: bottom;
}
#similar_products .product a .sizes,
#product_listing .product a .sizes,
#searchBlock .product a .sizes,
body.project_open24 .inner_product_element .product a .sizes,
body.project_open24ee .inner_product_element .product a .sizes {
  bottom: 0;
  display: block;
}
#similar_products .product a .sizes .size,
#product_listing .product a .sizes .size,
#searchBlock .product a .sizes .size,
body.project_open24 .inner_product_element .product a .sizes .size,
body.project_open24ee .inner_product_element .product a .sizes .size {
  font-size: 10px;
  line-height: 16px;
  vertical-align: middle;
  color: #999;
  margin-right: 5px;
}
#similar_products .product a .sizes .more,
#product_listing .product a .sizes .more,
#searchBlock .product a .sizes .more,
body.project_open24 .inner_product_element .product a .sizes .more,
body.project_open24ee .inner_product_element .product a .sizes .more {
  font-size: 10px;
  font-weight: 500;
  vertical-align: middle;
}
#similar_products .product a .on_hover,
#product_listing .product a .on_hover,
#searchBlock .product a .on_hover,
body.project_open24 .inner_product_element .product a .on_hover,
body.project_open24ee .inner_product_element .product a .on_hover {
  visibility: hidden;
  opacity: 0;
  position: relative;
  height: 20px;
  display: block;
  margin: 0 0 10px 0;
}
#similar_products .product a .on_hover.rating,
#product_listing .product a .on_hover.rating,
#searchBlock .product a .on_hover.rating,
body.project_open24 .inner_product_element .product a .on_hover.rating,
body.project_open24ee .inner_product_element .product a .on_hover.rating {
  float: right;
  margin-top: 8px;
}
@media only screen and (max-width: 992px) {
  #similar_products .product a,
  #similar_products .product .product_element,
  #product_listing .product a,
  #product_listing .product .product_element,
  #searchBlock .product a,
  #searchBlock .product .product_element,
  body.project_open24 .inner_product_element .product a,
  body.project_open24 .inner_product_element .product .product_element,
  body.project_open24ee .inner_product_element .product a,
  body.project_open24ee .inner_product_element .product .product_element {
    padding: 24px 15px;
  }
  #similar_products .product a .content_wrapper .title_wrapper,
  #similar_products .product .product_element .content_wrapper .title_wrapper,
  #product_listing .product a .content_wrapper .title_wrapper,
  #product_listing .product .product_element .content_wrapper .title_wrapper,
  #searchBlock .product a .content_wrapper .title_wrapper,
  #searchBlock .product .product_element .content_wrapper .title_wrapper,
  body.project_open24 .inner_product_element .product a .content_wrapper .title_wrapper,
  body.project_open24 .inner_product_element .product .product_element .content_wrapper .title_wrapper,
  body.project_open24ee .inner_product_element .product a .content_wrapper .title_wrapper,
  body.project_open24ee .inner_product_element .product .product_element .content_wrapper .title_wrapper {
    margin-top: 20px;
  }
  #similar_products .product a .price .old_price,
  #similar_products .product .product_element .price .old_price,
  #product_listing .product a .price .old_price,
  #product_listing .product .product_element .price .old_price,
  #searchBlock .product a .price .old_price,
  #searchBlock .product .product_element .price .old_price,
  body.project_open24 .inner_product_element .product a .price .old_price,
  body.project_open24 .inner_product_element .product .product_element .price .old_price,
  body.project_open24ee .inner_product_element .product a .price .old_price,
  body.project_open24ee .inner_product_element .product .product_element .price .old_price {
    font-size: 12px;
  }
  #similar_products .product a:hover,
  #similar_products .product .product_element:hover,
  #product_listing .product a:hover,
  #product_listing .product .product_element:hover,
  #searchBlock .product a:hover,
  #searchBlock .product .product_element:hover,
  body.project_open24 .inner_product_element .product a:hover,
  body.project_open24 .inner_product_element .product .product_element:hover,
  body.project_open24ee .inner_product_element .product a:hover,
  body.project_open24ee .inner_product_element .product .product_element:hover {
    box-shadow: none;
  }
  #similar_products .product a .on_hover,
  #similar_products .product .product_element .on_hover,
  #product_listing .product a .on_hover,
  #product_listing .product .product_element .on_hover,
  #searchBlock .product a .on_hover,
  #searchBlock .product .product_element .on_hover,
  body.project_open24 .inner_product_element .product a .on_hover,
  body.project_open24 .inner_product_element .product .product_element .on_hover,
  body.project_open24ee .inner_product_element .product a .on_hover,
  body.project_open24ee .inner_product_element .product .product_element .on_hover {
    display: none;
  }
}
#similar_products .product:hover .wishlist_add.active,
#product_listing .product:hover .wishlist_add.active,
#searchBlock .product:hover .wishlist_add.active,
body.project_open24 .inner_product_element .product:hover .wishlist_add.active,
body.project_open24ee .inner_product_element .product:hover .wishlist_add.active {
  display: none;
}
#similar_products .product:hover .wishlist_add.hover,
#product_listing .product:hover .wishlist_add.hover,
#searchBlock .product:hover .wishlist_add.hover,
body.project_open24 .inner_product_element .product:hover .wishlist_add.hover,
body.project_open24ee .inner_product_element .product:hover .wishlist_add.hover {
  display: block;
}
.wishlist_add {
  display: none;
  position: absolute;
  top: 10px;
  right: 20px;
  height: 35px;
  width: 35px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  z-index: 1;
}
.wishlist_add i {
  transition: visibility 0s, opacity 1s, transform 0.3s;
  display: block;
  border-radius: 50%;
  font-size: 19px;
  color: #ff3556;
  margin-top: 6px;
  visibility: visible;
  opacity: 1;
}
.wishlist_add.active.hover {
  display: block;
}
.wishlist_add.active.hover i {
  color: #222222;
}
.wishlist_add:not(.active) i.icon-heart {
  color: #cccccc;
}
.wishlist_add:not(.active):hover i {
  color: #919191;
}
.wishlist_add:not(.active):hover i.icon-heart {
  transform: scale(1);
}
#content_layout_product_wrapper {
  padding-top: 40px;
}
@media only screen and (max-width: 992px) {
  #content_layout_product_wrapper {
    padding-top: 20px;
  }
}
#content_layout_products_wrapper {
  padding-top: 40px;
}
@media only screen and (max-width: 992px) {
  #content_layout_products_wrapper {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 992px) {
  #content_layout_products_wrapper .page_title {
    margin: 5px 0 20px 0;
    font-weight: 500;
  }
  #content_layout_products_wrapper .page_title .total_count {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }
}
@media only screen and (min-width: 992px) {
  #content_layout_products_wrapper {
    overflow: hidden;
  }
  #content_layout_products_wrapper.nopadding {
    padding-top: 0;
  }
  #content_layout_products_wrapper > .container > .row {
    position: relative;
  }
  #content_layout_products_wrapper #left_content {
    width: 300px;
  }
  #content_layout_products_wrapper #main_content .top_banner img {
    width: 100%;
  }
  #content_layout_products_wrapper #main_content .page_title {
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    font-weight: 500;
    margin: 1em 0;
  }
  #content_layout_products_wrapper #main_content .page_title .total_count {
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
}
#content_layout_products_wrapper .top_banner p {
  margin: 0 0 20px 0;
}
#product_listing_dynamic,
#content_layout_plain_wrapper {
  position: relative;
}
#product_listing_dynamic #product_listing,
#content_layout_plain_wrapper #product_listing {
  margin: 0 0 10px 0;
}
#product_listing_dynamic #product_listing .next-page-wrp,
#content_layout_plain_wrapper #product_listing .next-page-wrp {
  margin: 50px 0;
}
#product_listing_dynamic .header_filter,
#content_layout_plain_wrapper .header_filter {
  position: absolute;
  top: -58px;
  right: 15px;
  -webkit-box-shadow: 0 5px 11px -3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 5px 11px -3px rgba(0,0,0,0.1);
  box-shadow: 0 5px 11px -3px rgba(0,0,0,0.1);
}
@media only screen and (max-width: 992px) {
  #product_listing_dynamic .header_filter,
  #content_layout_plain_wrapper .header_filter {
    position: static;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
  }
  #product_listing_dynamic .header_filter .product_top a,
  #content_layout_plain_wrapper .header_filter .product_top a {
    padding: 15px 20px;
  }
  #product_listing_dynamic .header_filter .product_top a:not(:first-child),
  #content_layout_plain_wrapper .header_filter .product_top a:not(:first-child) {
    border-left: 1px solid #eee;
  }
  #product_listing_dynamic .header_filter .product_top:not(.search_top) a:nth-child(1),
  #product_listing_dynamic .header_filter .product_top:not(.search_top) a:nth-child(2),
  #content_layout_plain_wrapper .header_filter .product_top:not(.search_top) a:nth-child(1),
  #content_layout_plain_wrapper .header_filter .product_top:not(.search_top) a:nth-child(2) {
    width: calc(50% - 55px);
    position: relative;
  }
  #product_listing_dynamic .header_filter .product_top:not(.search_top) a:nth-child(1):after,
  #product_listing_dynamic .header_filter .product_top:not(.search_top) a:nth-child(2):after,
  #content_layout_plain_wrapper .header_filter .product_top:not(.search_top) a:nth-child(1):after,
  #content_layout_plain_wrapper .header_filter .product_top:not(.search_top) a:nth-child(2):after {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e800';
    font-size: 7px;
    width: auto;
    position: absolute;
    top: 18px;
    right: 20px;
    bottom: auto;
    left: auto;
  }
  #product_listing_dynamic .header_filter .product_top:not(.search_top) a:nth-child(3),
  #product_listing_dynamic .header_filter .product_top:not(.search_top) a:nth-child(4),
  #content_layout_plain_wrapper .header_filter .product_top:not(.search_top) a:nth-child(3),
  #content_layout_plain_wrapper .header_filter .product_top:not(.search_top) a:nth-child(4) {
    color: #999999;
  }
  #product_listing_dynamic .header_filter .product_top:not(.search_top) a:nth-child(3).active,
  #product_listing_dynamic .header_filter .product_top:not(.search_top) a:nth-child(4).active,
  #content_layout_plain_wrapper .header_filter .product_top:not(.search_top) a:nth-child(3).active,
  #content_layout_plain_wrapper .header_filter .product_top:not(.search_top) a:nth-child(4).active {
    color: #222;
  }
  #product_listing_dynamic .header_filter .product_top:not(.search_top) a:nth-child(3),
  #content_layout_plain_wrapper .header_filter .product_top:not(.search_top) a:nth-child(3) {
    font-size: 25px;
    padding: 6px 20px;
    padding-top: 10px;
    padding-bottom: 1px;
  }
  #product_listing_dynamic .header_filter .product_top:not(.search_top) a:nth-child(3) i,
  #content_layout_plain_wrapper .header_filter .product_top:not(.search_top) a:nth-child(3) i {
    width: 12px;
    overflow: hidden;
  }
  #product_listing_dynamic .header_filter .product_top:not(.search_top) a:nth-child(4),
  #content_layout_plain_wrapper .header_filter .product_top:not(.search_top) a:nth-child(4) {
    font-size: 21px;
    padding: 9px 16px;
    padding-bottom: 8px;
  }
  #product_listing_dynamic .header_filter .product_top.search_top a:nth-child(1),
  #content_layout_plain_wrapper .header_filter .product_top.search_top a:nth-child(1) {
    width: calc(100% - 110px);
    position: relative;
  }
  #product_listing_dynamic .header_filter .product_top.search_top a:nth-child(1):after,
  #content_layout_plain_wrapper .header_filter .product_top.search_top a:nth-child(1):after {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e800';
    font-size: 7px;
    width: auto;
    position: absolute;
    top: 18px;
    right: 20px;
    bottom: auto;
    left: auto;
  }
  #product_listing_dynamic .header_filter .product_top.search_top a:nth-child(2),
  #product_listing_dynamic .header_filter .product_top.search_top a:nth-child(3),
  #content_layout_plain_wrapper .header_filter .product_top.search_top a:nth-child(2),
  #content_layout_plain_wrapper .header_filter .product_top.search_top a:nth-child(3) {
    color: #999999;
  }
  #product_listing_dynamic .header_filter .product_top.search_top a:nth-child(2).active,
  #product_listing_dynamic .header_filter .product_top.search_top a:nth-child(3).active,
  #content_layout_plain_wrapper .header_filter .product_top.search_top a:nth-child(2).active,
  #content_layout_plain_wrapper .header_filter .product_top.search_top a:nth-child(3).active {
    color: #222;
  }
  #product_listing_dynamic .header_filter .product_top.search_top a:nth-child(3),
  #content_layout_plain_wrapper .header_filter .product_top.search_top a:nth-child(3) {
    font-size: 25px;
    padding: 6px 20px;
    padding-top: 10px;
    padding-bottom: 1px;
  }
  #product_listing_dynamic .header_filter .product_top.search_top a:nth-child(3) i,
  #content_layout_plain_wrapper .header_filter .product_top.search_top a:nth-child(3) i {
    width: 12px;
    overflow: hidden;
  }
  #product_listing_dynamic .header_filter .product_top.search_top a:nth-child(2),
  #content_layout_plain_wrapper .header_filter .product_top.search_top a:nth-child(2) {
    font-size: 21px;
    padding: 9px 16px;
    padding-bottom: 8px;
  }
}
#product_listing_dynamic .empty_list,
#content_layout_plain_wrapper .empty_list {
  margin-top: 20px;
  text-align: center;
}
#product_listing_dynamic .empty_list .notice_message,
#content_layout_plain_wrapper .empty_list .notice_message {
  display: inline-block;
}
#sort_filters ul li {
  border-bottom: 1px solid #eee;
}
#sort_filters ul li .radio .radio_content {
  padding-top: 17px;
  padding-bottom: 17px;
}
@media only screen and (min-width: 992px) {
  #filter {
    -webkit-box-shadow: 0 5px 11px -3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 5px 11px -3px rgba(0,0,0,0.1);
    box-shadow: 0 5px 11px -3px rgba(0,0,0,0.1);
    background: #fff;
    z-index: 4;
    top: 0;
    transition: top 0.4s ease;
  }
  #filter.sticky_filters {
    position: fixed;
    left: 0;
    right: 0;
  }
}
#filter .btn-primary {
  margin-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  #filter #product_filters {
    margin-bottom: 80px;
  }
  #filter .buttons {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    display: block;
    padding-bottom: 20px;
  }
  #filter .buttons a {
    position: absolute;
    left: 0;
    right: 35px;
    bottom: 15px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  #filter > div {
    position: relative;
  }
  #filter > div:after {
    content: '';
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #eee;
    top: 56px;
    position: absolute;
  }
  #filter #product_filters {
    border: 1px solid #EEEEEE;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #filter #product_filters > li .simple_filter {
    position: relative;
  }
  #filter #product_filters > li .simple_filter:after {
    content: '';
    height: 30px;
    width: 1px;
    background: #EEEEEE;
    position: absolute;
    right: 0;
    top: 14px;
  }
  #filter #product_filters > li .simple_filter h5 {
    padding-left: 30px;
    padding-right: 60px;
    font-weight: 600;
    border-bottom: 2px solid #fff;
  }
  #filter #product_filters > li .simple_filter h5:after {
    right: 30px;
  }
  #filter #product_filters > li .simple_filter.active .filter_dropdown {
    position: absolute;
    top: calc(100%);
    z-index: 4;
    padding: 22px 23px;
    max-height: 360px;
    min-width: 326px;
    background: #FFFFFF;
    box-shadow: 0px 4px 35px rgba(0,0,0,0.11);
    overflow: auto;
  }
  #filter #product_filters > li .simple_filter.active .filter_dropdown::-webkit-scrollbar-track {
    margin: 24px 0px;
    border-radius: 0px;
    background-color: #F0F1F3;
    border-left: 12px solid #ffffff;
    border-right: 12px solid #ffffff;
  }
  #filter #product_filters > li .simple_filter.active .filter_dropdown::-webkit-scrollbar {
    width: 27px;
  }
  #filter #product_filters > li .simple_filter.active .filter_dropdown::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #000000;
    border-left: 12px solid #fff;
    border-right: 12px solid #fff;
    border-radius: 6px;
  }
  #filter #product_filters > li .simple_filter.active h5 {
    border-bottom: 2px solid #000;
  }
  #filter #product_filters > li .simple_filter#sort_filter .filter_dropdown ul li {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
  }
  #filter #product_filters > li .simple_filter#sort_filter .filter_dropdown ul li.active,
  #filter #product_filters > li .simple_filter#sort_filter .filter_dropdown ul li:hover {
    font-weight: 500;
  }
  #filter #product_filters > li .simple_filter .prices .prices-filter-inner .input-fields-wrp {
    display: flex;
    flex-direction: row;
  }
  #filter #product_filters > li .simple_filter .prices .prices-filter-inner .input-fields-wrp > div {
    width: 50%;
  }
  #filter #product_filters > li .simple_filter .prices .prices-filter-inner .input-fields-wrp > div:first-child {
    padding-right: 6px;
  }
  #filter #product_filters > li .simple_filter .prices .prices-filter-inner .input-fields-wrp > div:last-child {
    padding-left: 6px;
  }
  #filter #product_filters > li .simple_filter .prices .prices-filter-inner .input-fields-wrp input[type="number"] {
    padding: 6px 25px;
    height: 40px;
    border: 1px solid #EEE;
    box-shadow: none;
  }
}
#detailed_product .size_chart {
  position: relative;
  float: right;
  text-decoration: underline;
  font-size: 14px;
  margin: 15px 0;
  height: 25px;
}
#detailed_product .size_chart svg {
  width: 1.125em;
  height: 1.125em;
  margin-right: 0.6em;
  flex-shrink: 0;
}
#detailed_product .product_buy .color_info {
  margin: 10px 0;
}
#detailed_product #photos > div {
  vertical-align: middle;
}
#detailed_product #photos .main_photo {
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  #detailed_product #photos .main_photo {
    width: calc(100% - 160px);
    display: inline-block;
    padding: 0 40px;
  }
}
#detailed_product #photos .main_photo img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#detailed_product #photos .main_photo .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  border: none;
  background: none;
  color: transparent;
  outline: none;
  width: 100px;
  z-index: 2;
}
@media only screen and (max-width: 992px) {
  #detailed_product #photos .main_photo .slick-arrow {
    display: none;
  }
}
#detailed_product #photos .main_photo .slick-arrow:before {
  color: #222;
  font-size: 20px;
  font-weight: 600 !important;
  line-height: 20px;
}
#detailed_product #photos .main_photo .slick-arrow.slick-prev {
  left: 0;
}
#detailed_product #photos .main_photo .slick-arrow.slick-prev:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e801';
  left: 0;
  position: relative;
}
#detailed_product #photos .main_photo .slick-arrow.slick-next {
  right: 0;
}
#detailed_product #photos .main_photo .slick-arrow.slick-next:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e803';
  right: -45px;
  position: relative;
}
#detailed_product #photos .main_photo .slick-slide {
  outline: none;
}
#detailed_product #photos .main_photo .slick-dots {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #detailed_product #photos .main_photo .slick-dots {
    display: none !important;
  }
}
#detailed_product #photos .main_photo .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
#detailed_product #photos .main_photo .slick-dots li button {
  border: none;
  background: #eee;
  width: 8px;
  height: 8px;
  padding: 0;
  display: block;
  text-indent: -9999px;
}
#detailed_product #photos .main_photo .slick-dots li.slick-active {
  position: relative;
}
#detailed_product #photos .main_photo .slick-dots li.slick-active button {
  background: #222;
}
#detailed_product #photos .thumbs_block {
  width: 116px;
  display: inline-block;
}
@media only screen and (max-width: 992px) {
  #detailed_product #photos .thumbs_block {
    display: none;
  }
}
#detailed_product #photos .thumbs_block .thumbs {
  height: 560px;
  width: 56px;
  overflow: hidden;
}
#detailed_product #photos .thumbs_block .thumbs > .slick-list.draggable {
  height: 560px !important;
}
#detailed_product #photos .thumbs_block .thumbs img {
  cursor: pointer;
  padding: 5px;
  border: 1px solid #eeeeee;
}
#detailed_product #photos .thumbs_block .thumbs img.active {
  border-color: #222222;
}
#detailed_product #photos .thumbs_block .thumbs .slick-arrow {
  border: none;
  background: #EEEEEE;
  color: transparent;
  outline: none;
  width: 32px;
  height: 24px;
  z-index: 2;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#detailed_product #photos .thumbs_block .thumbs .slick-arrow.slick-disabled {
  display: none !important;
}
#detailed_product #photos .thumbs_block .thumbs .slick-arrow:before {
  color: #222;
  font-size: 8px;
  font-weight: 600 !important;
  line-height: 20px;
  position: absolute;
  left: 7px;
  top: -1px;
}
#detailed_product #photos .thumbs_block .thumbs .slick-arrow.slick-prev:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e804';
}
#detailed_product #photos .thumbs_block .thumbs .slick-arrow.slick-next {
  bottom: 0;
}
#detailed_product #photos .thumbs_block .thumbs .slick-arrow.slick-next:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e800';
}
#detailed_product .no_stores_stock {
  margin-top: 12px;
  display: block;
}
#detailed_product .stocks_custom_text {
  padding: 5px 10px;
}
#detailed_product .stores_stocks .city {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 2px solid #dddddd;
  margin-top: 10px;
  padding: 5px 10px;
  color: #444;
}
#detailed_product .stores_stocks .store {
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
}
#detailed_product .stores_stocks .store > div {
  padding: 5px 10px;
  line-height: 20px;
}
#detailed_product .stores_stocks .store .name {
  color: #3e9ecf;
  font-weight: 500;
}
#detailed_product .stores_stocks .store .quantity {
  color: #a7a7a7;
  font-weight: 500;
}
#detailed_product .stores_stocks .store.last {
  border-bottom: none;
}
#detailed_product .stocks_mobile,
#detailed_product .stocks_desktop {
  margin-top: 12px;
  display: block;
}
.is-mobile #product_wrapper #right_content,
.is-mobile #content_layout_products_wrapper #left_content {
  position: static !important;
}
#product_wrapper {
  position: relative;
}
@media only screen and (min-width: 992px) {
  #product_wrapper #right_content {
    width: 450px;
  }
  #product_wrapper #left_content,
  #product_wrapper .left_content_tabs {
    width: calc(100% - 450px);
    line-height: 30px;
  }
  #product_wrapper #left_content b,
  #product_wrapper #left_content strong,
  #product_wrapper .left_content_tabs b,
  #product_wrapper .left_content_tabs strong {
    font-weight: 500;
  }
  #product_wrapper #left_content p,
  #product_wrapper .left_content_tabs p {
    line-height: 30px;
  }
}
#product_wrapper .wishlist_add {
  font-size: 20px;
  right: 0;
  top: 0;
  display: block;
}
@media only screen and (max-width: 992px) {
  #product_wrapper .default_tags {
    position: absolute;
    top: 0;
    left: 0;
  }
}
#product_wrapper .default_tags > div {
  display: inline-block;
}
@media only screen and (max-width: 992px) {
  #product_wrapper .default_tags > div {
    display: block;
    margin-bottom: 4px;
  }
}
#product_wrapper .default_tags > div .tag {
  padding: 6px 12px 6px 8px;
  color: #fff;
  line-height: 20px;
  vertical-align: middle;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-right: 8px;
}
#product_wrapper .default_tags > div .tag i {
  vertical-align: bottom;
  font-size: 20px;
  padding-right: 8px;
}
#product_wrapper .default_tags > div .tag.in_warehouse {
  background: #2ABB9B;
}
#product_wrapper .default_tags > div .tag.longer_delivery {
  background: #FF8A00;
}
#product_wrapper .default_tags > div .tag.sold_out {
  background: #002982;
}
#product_wrapper .default_tags > div .tag.discount {
  background: #002982;
  font-size: 14px;
  font-weight: 600;
}
#product_wrapper .product_title {
  font-family: 'proxima nova', sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin: 0.5em 0;
  line-height: 100%;
  font-weight: 500;
  margin: 28px 0 0 0;
}
#product_wrapper .min_delivery_date {
  margin-bottom: 15px;
}
#product_wrapper .non_refundable {
  margin-bottom: 10px;
}
#product_wrapper #product_colors {
  border: 1px solid #eee;
  padding: 10px 0 10px 15px;
  margin: 15px 0;
}
#product_wrapper #product_colors .title {
  color: #999;
  font-size: 12px;
  text-transform: none;
  margin-bottom: 5px;
}
#product_wrapper #product_colors > a {
  position: relative;
}
#product_wrapper #product_colors > a:after {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e803';
  position: absolute;
  top: 50%;
  right: 10px;
  bottom: auto;
  left: auto;
  font-size: 16px;
  line-height: 16px;
  margin-top: -8px;
}
#product_wrapper #product_colors a {
  display: block;
  text-decoration: none;
}
#product_wrapper #product_colors .title {
  display: block;
}
#product_wrapper #product_colors .colors {
  display: block;
  line-height: 15px;
}
#product_wrapper #product_colors .colors .pcolor {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 5px;
}
#product_wrapper #product_colors .colors .pcolor.balta {
  border: 1px solid #bdbdbd;
}
#product_wrapper .left_content_tabs {
  margin: 30px 0;
}
@media only screen and (max-width: 992px) {
  #product_wrapper .left_content_tabs {
    padding: 0;
  }
}
#product_wrapper .ratings {
  margin-top: 10px;
}
#product_wrapper .ratings .rating {
  background-size: 90px;
  width: 90px;
  height: 16px;
  line-height: 16px;
  display: inline-block;
  vertical-align: sub;
}
#product_wrapper .ratings .rating > span {
  background-size: 90px;
  line-height: 16px;
  height: 16px;
}
#product_wrapper .ratings .info {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 0.5px;
  padding-left: 10px;
  color: #222;
}
.product_colors_alt {
  margin-top: 40px;
}
@media only screen and (max-width: 992px) {
  .product_colors_alt {
    margin: 32px -35px 0 -35px;
  }
  .product_colors_alt .slick-list .slick-track {
    padding: 0 20px;
  }
  .product_colors_alt.count-1 {
    display: none;
  }
}
.product_colors_alt .color {
  float: left;
  padding: 0px;
}
@media only screen and (min-width: 992px) {
  .product_colors_alt .color {
    width: 14.2%;
  }
}
.product_colors_alt .color a {
  display: block;
  border: 1px solid #eee;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .product_colors_alt .color a {
    height: 56px;
  }
}
.product_colors_alt .color a:hover,
.product_colors_alt .color a.active {
  border-color: #002982;
}
.product_colors_alt .color a img {
  margin: 0 auto;
}
.product_colors_alt .color a.na,
.product_colors_alt .color a.na2 {
  opacity: 0.4;
}
@media only screen and (max-width: 992px) {
  .product_colors_alt .color a:hover {
    border-color: transparent;
  }
  .product_colors_alt .color a.active {
    border-color: #002982;
  }
}
.color_selector {
  display: block !important;
}
.color_selector h3 {
  text-align: center;
  margin: 30px 0;
}
.color_selector .mobile-head {
  border: none;
}
.color_selector .wrapper {
  width: 802px;
  margin: 0 auto;
  border-left: 1px solid #eee;
}
.color_selector .wrapper .item {
  float: left;
  border: 1px solid #eee;
  border-left: none;
  background: #fff;
}
.color_selector .wrapper .item a {
  display: block;
  padding: 25px;
  color: #222;
  position: relative;
  outline: none;
  text-decoration: none;
}
.color_selector .wrapper .item a span {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: inherit;
  letter-spacing: 1px;
  display: block;
  text-align: center;
}
.color_selector .wrapper .item a img {
  margin: 0 auto;
}
.color_selector .wrapper .item a:hover:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #002982;
}
.color_selector .wrapper .item a.active:after {
  position: absolute;
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e817';
  width: 30px;
  height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #222;
  color: #fff;
  font-size: 7px;
  line-height: 30px;
}
.color_selector .wrapper .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  border: none;
  background: none;
  color: transparent;
  outline: none;
  width: 100px;
}
.color_selector .wrapper .slick-arrow:before {
  color: #222;
  font-size: 20px;
  line-height: 20px;
}
.color_selector .wrapper .slick-arrow.slick-prev {
  left: -100px;
}
.color_selector .wrapper .slick-arrow.slick-prev:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e801';
  left: 40px;
  position: relative;
}
.color_selector .wrapper .slick-arrow.slick-next {
  right: -100px;
}
.color_selector .wrapper .slick-arrow.slick-next:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e803';
}
@media only screen and (min-width: 992px) {
  .color_selector {
    position: fixed;
    top: 0 !important;
    bottom: 0;
    left: 100%;
    right: 0;
    z-index: 10;
    width: 100%;
    background: #fff;
    transition: left 0.5s;
    background: transparent;
  }
  .color_selector.active {
    left: 0;
  }
  .color_selector.active .js-page-slide-content {
    position: absolute !important;
    top: 90px;
    left: 20px;
    right: 20px;
    bottom: 0px;
    margin: 0px;
  }
  .color_selector.active .js-page-slide-content .mCSB_scrollTools_vertical {
    right: -20px !important;
  }
  .fancybox-inner .color_selector {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .color_selector .mobile-head {
    border: none;
  }
  .color_selector .mobile-head:before {
    display: none;
  }
}
@media only screen and (min-width: 992px) and only screen and (max-width: 992px) {
  .color_selector.active .js-page-slide-content img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .color_selector .wrapper {
    width: auto;
  }
  .color_selector .wrapper .item {
    display: block;
    float: none;
  }
  .color_selector .wrapper .item a {
    padding: 25px 55px 25px 25px;
  }
  .color_selector .wrapper .item a img {
    margin: 0 20px 0 0;
    display: inline-block;
    max-width: 50%;
  }
  .color_selector .wrapper .item a span {
    display: inline-block;
  }
  .color_selector .wrapper .item a.active:after {
    top: 50%;
    margin-top: -15px;
  }
}
#product_flags {
  margin-top: 24px;
}
#product_flags .spec_wrp .flag {
  display: inline-block;
  text-transform: uppercase;
  line-height: 16px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
#product_flags .spec_wrp .flag img {
  margin-right: 8px;
}
#product_flags .spec_wrp .flag:not(:last-child) {
  margin-right: 20px;
}
#product_flags .spec_wrp .scroll_to {
  color: #999;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}
#product_sizes {
  margin-top: 40px;
}
#product_sizes .products_list a.dynamic {
  padding: 5px 15px;
  border-bottom: 1px solid #eee;
  float: left;
  text-align: center;
  text-decoration: none;
  color: #222;
}
#product_sizes .products_list a.dynamic:hover span {
  background: #e7e7e7;
  color: #222;
}
#product_sizes .products_list a.dynamic.active span,
#product_sizes .products_list a.dynamic.active0 span {
  background: #222;
  color: #fff;
}
#product_sizes .products_list a.dynamic.active.na,
#product_sizes .products_list a.dynamic.active.na2,
#product_sizes .products_list a.dynamic.active0.na,
#product_sizes .products_list a.dynamic.active0.na2 {
  color: #fff;
}
#product_sizes .products_list a.dynamic.active.na span,
#product_sizes .products_list a.dynamic.active.na2 span,
#product_sizes .products_list a.dynamic.active0.na span,
#product_sizes .products_list a.dynamic.active0.na2 span {
  background: #bdbdbd;
}
#product_sizes .products_list a.dynamic.na,
#product_sizes .products_list a.dynamic.na2 {
  color: #bdbdbd;
}
#product_sizes .products_list a.dynamic.s4 span {
  font-size: 10px;
  vertical-align: middle;
}
#product_sizes .products_list a.dynamic span {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  line-height: 43px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: inherit;
  letter-spacing: 1px;
}
#product_sizes .products_list a.dynamic span > span {
  display: none;
}
#product_sizes .products_list a.dynamic span > span .show {
  display: inline;
}
#product_sizes .products_list .tooltip {
  white-space: nowrap;
}
#product_sizes .size_select button {
  line-height: 16px;
  outline: none !important;
}
#product_sizes .size_select button .size_type:not(.show) {
  display: none;
}
#product_sizes .size_select .dropdown-menu .dropdown-menu.inner > li:first-child a {
  display: none;
}
#product_sizes .size_select .dropdown-menu .dropdown-menu.inner > li:first-child a.show_match_info {
  display: block;
  border-bottom: none;
}
#product_sizes .size_select .dropdown-menu .dropdown-menu.inner > li:first-child a.show_match_info .match_info {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
}
#product_sizes .size_select .dropdown-menu .dropdown-menu.inner > li:not(:last-child) a {
  border-bottom: 1px solid #ebebeb;
}
#product_sizes .size_select .dropdown-menu .dropdown-menu.inner > li a {
  font-weight: 500;
  line-height: 16px;
  padding: 12px 0;
  margin: 0 20px;
}
#product_sizes .size_select .dropdown-menu .dropdown-menu.inner > li a .size_type:not(.show) {
  display: none;
}
#product_sizes .size_select .dropdown-menu .dropdown-menu.inner > li a .no_in_stock {
  text-decoration: line-through;
  color: #999;
}
#product_sizes .size_select .dropdown-menu .dropdown-menu.inner > li a .text {
  display: block;
}
#product_sizes .size_select .dropdown-menu .dropdown-menu.inner > li a .text > span:nth-child(1) {
  letter-spacing: 0.5px;
}
#product_sizes .size_select .dropdown-menu .dropdown-menu.inner > li a .text .qty_left {
  float: right;
  font-weight: 400;
}
#product_sizes .size_select .dropdown-menu .dropdown-menu.inner > li a .text .waiting_list_popup_btn {
  float: right;
  text-transform: uppercase;
  color: #002982;
}
#product_sizes .size_select .dropdown-menu .dropdown-menu.inner > li a .text .waiting_list_popup_btn:hover {
  text-decoration: underline;
}
#product_sizes .size_select .dropdown-menu .dropdown-menu.inner > li a:hover {
  background: #fff;
}
#product_sizes .size_select:not(.show) {
  display: none;
}
.size_ruler {
  font-size: 16px;
  margin: 15px 0;
}
.size_ruler .icon {
  display: inline-block;
  padding-right: 25px;
  font-size: 12px;
}
.size_ruler .ruler {
  margin: 10px 0 5px;
  position: relative;
}
.size_ruler .ruler span {
  float: left;
  width: 20%;
  height: 6px;
  background: #f3f3f3;
  border-right: 1px solid #bdbdbd;
}
.size_ruler .ruler span.active {
  background: #000;
  position: absolute;
  border-right: none;
}
.size_ruler .labels {
  font-size: 12px;
  color: #999;
}
.product_match_info {
  font-size: 12px;
  margin-bottom: 10px;
}
.product_buy .info_text {
  color: #999;
  margin-bottom: 5px;
  margin-top: 10px;
}
.product_buy .custom_text p {
  margin-bottom: 0;
}
.product_buy .price_block {
  font-size: 18px;
  color: #999;
  margin: 40px 0 20px 0;
}
.product_buy .price_block span {
  display: block;
}
.product_buy .price_block span.price,
.product_buy .price_block span.from,
.product_buy .price_block span.loyalty_price {
  color: #222;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  display: inline-block;
}
.product_buy .price_block span.price .loyalty_price_text,
.product_buy .price_block span.price .full_price_text,
.product_buy .price_block span.from .loyalty_price_text,
.product_buy .price_block span.from .full_price_text,
.product_buy .price_block span.loyalty_price .loyalty_price_text,
.product_buy .price_block span.loyalty_price .full_price_text {
  margin-top: 9px;
  font-weight: normal;
}
.product_buy .price_block span.price .loyalty_price_text,
.product_buy .price_block span.from .loyalty_price_text,
.product_buy .price_block span.loyalty_price .loyalty_price_text {
  color: #002982;
}
.product_buy .price_block span.price .full_price_text,
.product_buy .price_block span.from .full_price_text,
.product_buy .price_block span.loyalty_price .full_price_text {
  text-align: right;
}
.product_buy .price_block span.price .loyalty_price_register a,
.product_buy .price_block span.from .loyalty_price_register a,
.product_buy .price_block span.loyalty_price .loyalty_price_register a {
  text-decoration: underline;
  font-weight: normal;
}
.product_buy .price_block.discount span.from {
  color: #002982;
}
.product_buy .price_block.discount span.price {
  color: #002982;
  font-size: 24px;
}
.product_buy .price_block.discount span.old_price {
  text-decoration: line-through;
  color: #222;
  line-height: 18px;
  margin-bottom: 4px;
  font-size: 14px;
}
.product_buy .price_block span.loyalty_price {
  color: #002982;
}
.product_buy .price_block span.loyalty_price .from {
  color: #002982;
}
.product_buy .price_block span.loyalty_price .discount_cube {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 26px;
  text-align: center;
  margin-right: 5px;
  vertical-align: middle;
}
.product_buy .price_block span.loyalty_price .discount_cube i {
  font-size: 0.8em;
  font-weight: 500;
  vertical-align: top;
  margin-top: 1px;
}
@media only screen and (max-width: 992px) {
  .product_buy .price_block {
    margin: 20px 0;
  }
  .product_buy .price_block.discount {
    zoom: 1;
  }
  .product_buy .price_block.discount:before,
  .product_buy .price_block.discount:after {
    content: "";
    display: table;
  }
  .product_buy .price_block.discount:after {
    clear: both;
  }
}
.product_buy .pt_list_popup {
  margin: 15px 0;
  margin-right: -15px;
}
.product_buy .pt_list_popup .btn {
  background: #000;
  font-size: 10px;
  padding: 18px 5px;
}
.product_buy .client_price {
  display: block;
  margin-top: 12px;
}
.product_buy h2 {
  margin: 20px 0;
}
@media only screen and (max-width: 992px) {
  .product_buy {
    margin-bottom: 30px;
  }
}
.product_buy .lowest_30d_price_msg {
  font-size: 0.8em;
  font-weight: 500;
  color: #adadad;
}
.product_buy .wishlist_add {
  font-size: 20px;
  right: 0;
  display: block;
}
#add_review {
  display: none;
}
#add_review .write_review_block {
  margin: 20px 0;
}
#add_review .rating_with_name .rating {
  float: left;
  margin: 4px 10px;
}
#add_review .rating_with_name .rate_title {
  float: left;
}
#product_feedback #add_review {
  display: block;
}
@media only screen and (max-width: 992px) {
  .write_review {
    padding-bottom: 20px;
  }
}
.write_review {
  text-align: center;
}
.write_review #more_reviews {
  margin-bottom: 15px;
  padding: 15px 80px;
}
.write_review #review {
  text-transform: uppercase;
  cursor: pointer;
}
.main_rating {
  margin-bottom: 20px;
  text-align: left;
  padding-top: 10px;
}
.main_rating .rating_index {
  font-size: 60px;
  color: #000;
}
.main_rating .rating {
  display: inline-block;
}
.comments .comment {
  padding: 15px 0;
}
.comments .comment .user_comment {
  display: block;
  line-height: 30px;
  color: #222;
}
.comments .comment .user_info {
  color: #bdbdbd;
  font-size: 12px;
}
.comments .comment .user_info .name {
  display: block;
  font-weight: 500;
  color: #222;
  font-size: 14px;
  margin-top: 5px;
}
.comments .comment .answer {
  margin: 15px 0 0 30px;
  font-style: italic;
  line-height: 30px;
}
.comments .comment .answer .answer_header {
  font-weight: 500;
  color: #002982;
}
.comments .comment .answer p {
  line-height: 30px;
}
.comments .comment .product_info {
  float: right;
  width: 160px;
  text-align: center;
  margin-left: 20px;
}
.comments .comment .product_info a {
  color: #222;
  text-decoration: none;
}
.brand-subcat-about,
.brand_description,
.wysiwyg_content,
.news_detailed .detailed_content .text,
.collapse-menu .js-page-slide-content {
  line-height: 30px;
}
.brand-subcat-about p,
.brand_description p,
.wysiwyg_content p,
.news_detailed .detailed_content .text p,
.collapse-menu .js-page-slide-content p {
  line-height: 30px;
}
.brand-subcat-about b,
.brand-subcat-about strong,
.brand_description b,
.brand_description strong,
.wysiwyg_content b,
.wysiwyg_content strong,
.news_detailed .detailed_content .text b,
.news_detailed .detailed_content .text strong,
.collapse-menu .js-page-slide-content b,
.collapse-menu .js-page-slide-content strong {
  font-weight: 500;
}
.brand-subcat-about ul,
.brand_description ul,
.wysiwyg_content ul,
.news_detailed .detailed_content .text ul,
.collapse-menu .js-page-slide-content ul {
  list-style: initial;
  margin-left: 25px;
}
#wishlist_info #mCSB_1_container,
#recommended_info #mCSB_1_container,
#recommended_info_mobile #mCSB_1_container {
  padding-bottom: 10px;
}
#wishlist_info#recommended_info .collapse-menu,
#recommended_info#recommended_info .collapse-menu,
#recommended_info_mobile#recommended_info .collapse-menu {
  border-bottom: none;
}
#wishlist_info #wishlist_detailed_items .wishlist_items .dropdown-menu.open,
#wishlist_info #wishlist_detailed_items .recommended_items .dropdown-menu.open,
#wishlist_info #recommended_detailed_items .wishlist_items .dropdown-menu.open,
#wishlist_info #recommended_detailed_items .recommended_items .dropdown-menu.open,
#wishlist_info #recommended_detailed_items_mobile .wishlist_items .dropdown-menu.open,
#wishlist_info #recommended_detailed_items_mobile .recommended_items .dropdown-menu.open,
#recommended_info #wishlist_detailed_items .wishlist_items .dropdown-menu.open,
#recommended_info #wishlist_detailed_items .recommended_items .dropdown-menu.open,
#recommended_info #recommended_detailed_items .wishlist_items .dropdown-menu.open,
#recommended_info #recommended_detailed_items .recommended_items .dropdown-menu.open,
#recommended_info #recommended_detailed_items_mobile .wishlist_items .dropdown-menu.open,
#recommended_info #recommended_detailed_items_mobile .recommended_items .dropdown-menu.open,
#recommended_info_mobile #wishlist_detailed_items .wishlist_items .dropdown-menu.open,
#recommended_info_mobile #wishlist_detailed_items .recommended_items .dropdown-menu.open,
#recommended_info_mobile #recommended_detailed_items .wishlist_items .dropdown-menu.open,
#recommended_info_mobile #recommended_detailed_items .recommended_items .dropdown-menu.open,
#recommended_info_mobile #recommended_detailed_items_mobile .wishlist_items .dropdown-menu.open,
#recommended_info_mobile #recommended_detailed_items_mobile .recommended_items .dropdown-menu.open {
  top: auto;
  bottom: 100%;
}
#wishlist_info #wishlist_detailed_items .wishlist_items.recommended_items .col,
#wishlist_info #wishlist_detailed_items .recommended_items.recommended_items .col,
#wishlist_info #recommended_detailed_items .wishlist_items.recommended_items .col,
#wishlist_info #recommended_detailed_items .recommended_items.recommended_items .col,
#wishlist_info #recommended_detailed_items_mobile .wishlist_items.recommended_items .col,
#wishlist_info #recommended_detailed_items_mobile .recommended_items.recommended_items .col,
#recommended_info #wishlist_detailed_items .wishlist_items.recommended_items .col,
#recommended_info #wishlist_detailed_items .recommended_items.recommended_items .col,
#recommended_info #recommended_detailed_items .wishlist_items.recommended_items .col,
#recommended_info #recommended_detailed_items .recommended_items.recommended_items .col,
#recommended_info #recommended_detailed_items_mobile .wishlist_items.recommended_items .col,
#recommended_info #recommended_detailed_items_mobile .recommended_items.recommended_items .col,
#recommended_info_mobile #wishlist_detailed_items .wishlist_items.recommended_items .col,
#recommended_info_mobile #wishlist_detailed_items .recommended_items.recommended_items .col,
#recommended_info_mobile #recommended_detailed_items .wishlist_items.recommended_items .col,
#recommended_info_mobile #recommended_detailed_items .recommended_items.recommended_items .col,
#recommended_info_mobile #recommended_detailed_items_mobile .wishlist_items.recommended_items .col,
#recommended_info_mobile #recommended_detailed_items_mobile .recommended_items.recommended_items .col {
  height: auto;
}
#wishlist_info #wishlist_detailed_items .wishlist_items.recommended_items .col > a,
#wishlist_info #wishlist_detailed_items .recommended_items.recommended_items .col > a,
#wishlist_info #recommended_detailed_items .wishlist_items.recommended_items .col > a,
#wishlist_info #recommended_detailed_items .recommended_items.recommended_items .col > a,
#wishlist_info #recommended_detailed_items_mobile .wishlist_items.recommended_items .col > a,
#wishlist_info #recommended_detailed_items_mobile .recommended_items.recommended_items .col > a,
#recommended_info #wishlist_detailed_items .wishlist_items.recommended_items .col > a,
#recommended_info #wishlist_detailed_items .recommended_items.recommended_items .col > a,
#recommended_info #recommended_detailed_items .wishlist_items.recommended_items .col > a,
#recommended_info #recommended_detailed_items .recommended_items.recommended_items .col > a,
#recommended_info #recommended_detailed_items_mobile .wishlist_items.recommended_items .col > a,
#recommended_info #recommended_detailed_items_mobile .recommended_items.recommended_items .col > a,
#recommended_info_mobile #wishlist_detailed_items .wishlist_items.recommended_items .col > a,
#recommended_info_mobile #wishlist_detailed_items .recommended_items.recommended_items .col > a,
#recommended_info_mobile #recommended_detailed_items .wishlist_items.recommended_items .col > a,
#recommended_info_mobile #recommended_detailed_items .recommended_items.recommended_items .col > a,
#recommended_info_mobile #recommended_detailed_items_mobile .wishlist_items.recommended_items .col > a,
#recommended_info_mobile #recommended_detailed_items_mobile .recommended_items.recommended_items .col > a {
  outline: none;
}
#wishlist_info #wishlist_detailed_items .wishlist_items.recommended_items .col > a .title_wrapper,
#wishlist_info #wishlist_detailed_items .recommended_items.recommended_items .col > a .title_wrapper,
#wishlist_info #recommended_detailed_items .wishlist_items.recommended_items .col > a .title_wrapper,
#wishlist_info #recommended_detailed_items .recommended_items.recommended_items .col > a .title_wrapper,
#wishlist_info #recommended_detailed_items_mobile .wishlist_items.recommended_items .col > a .title_wrapper,
#wishlist_info #recommended_detailed_items_mobile .recommended_items.recommended_items .col > a .title_wrapper,
#recommended_info #wishlist_detailed_items .wishlist_items.recommended_items .col > a .title_wrapper,
#recommended_info #wishlist_detailed_items .recommended_items.recommended_items .col > a .title_wrapper,
#recommended_info #recommended_detailed_items .wishlist_items.recommended_items .col > a .title_wrapper,
#recommended_info #recommended_detailed_items .recommended_items.recommended_items .col > a .title_wrapper,
#recommended_info #recommended_detailed_items_mobile .wishlist_items.recommended_items .col > a .title_wrapper,
#recommended_info #recommended_detailed_items_mobile .recommended_items.recommended_items .col > a .title_wrapper,
#recommended_info_mobile #wishlist_detailed_items .wishlist_items.recommended_items .col > a .title_wrapper,
#recommended_info_mobile #wishlist_detailed_items .recommended_items.recommended_items .col > a .title_wrapper,
#recommended_info_mobile #recommended_detailed_items .wishlist_items.recommended_items .col > a .title_wrapper,
#recommended_info_mobile #recommended_detailed_items .recommended_items.recommended_items .col > a .title_wrapper,
#recommended_info_mobile #recommended_detailed_items_mobile .wishlist_items.recommended_items .col > a .title_wrapper,
#recommended_info_mobile #recommended_detailed_items_mobile .recommended_items.recommended_items .col > a .title_wrapper {
  min-height: 120px !important;
}
#wishlist_info #wishlist_detailed_items .wishlist_items .col,
#wishlist_info #wishlist_detailed_items .recommended_items .col,
#wishlist_info #recommended_detailed_items .wishlist_items .col,
#wishlist_info #recommended_detailed_items .recommended_items .col,
#wishlist_info #recommended_detailed_items_mobile .wishlist_items .col,
#wishlist_info #recommended_detailed_items_mobile .recommended_items .col,
#recommended_info #wishlist_detailed_items .wishlist_items .col,
#recommended_info #wishlist_detailed_items .recommended_items .col,
#recommended_info #recommended_detailed_items .wishlist_items .col,
#recommended_info #recommended_detailed_items .recommended_items .col,
#recommended_info #recommended_detailed_items_mobile .wishlist_items .col,
#recommended_info #recommended_detailed_items_mobile .recommended_items .col,
#recommended_info_mobile #wishlist_detailed_items .wishlist_items .col,
#recommended_info_mobile #wishlist_detailed_items .recommended_items .col,
#recommended_info_mobile #recommended_detailed_items .wishlist_items .col,
#recommended_info_mobile #recommended_detailed_items .recommended_items .col,
#recommended_info_mobile #recommended_detailed_items_mobile .wishlist_items .col,
#recommended_info_mobile #recommended_detailed_items_mobile .recommended_items .col {
  min-height: 120px;
  display: block;
  position: relative;
  height: 320px;
  text-align: center;
  margin-bottom: 10px;
  padding: 0 5px;
}
#wishlist_info #wishlist_detailed_items .wishlist_items .col > a,
#wishlist_info #wishlist_detailed_items .recommended_items .col > a,
#wishlist_info #recommended_detailed_items .wishlist_items .col > a,
#wishlist_info #recommended_detailed_items .recommended_items .col > a,
#wishlist_info #recommended_detailed_items_mobile .wishlist_items .col > a,
#wishlist_info #recommended_detailed_items_mobile .recommended_items .col > a,
#recommended_info #wishlist_detailed_items .wishlist_items .col > a,
#recommended_info #wishlist_detailed_items .recommended_items .col > a,
#recommended_info #recommended_detailed_items .wishlist_items .col > a,
#recommended_info #recommended_detailed_items .recommended_items .col > a,
#recommended_info #recommended_detailed_items_mobile .wishlist_items .col > a,
#recommended_info #recommended_detailed_items_mobile .recommended_items .col > a,
#recommended_info_mobile #wishlist_detailed_items .wishlist_items .col > a,
#recommended_info_mobile #wishlist_detailed_items .recommended_items .col > a,
#recommended_info_mobile #recommended_detailed_items .wishlist_items .col > a,
#recommended_info_mobile #recommended_detailed_items .recommended_items .col > a,
#recommended_info_mobile #recommended_detailed_items_mobile .wishlist_items .col > a,
#recommended_info_mobile #recommended_detailed_items_mobile .recommended_items .col > a {
  display: block;
  padding-top: 30px;
  color: #333;
  text-decoration: none;
}
#wishlist_info #wishlist_detailed_items .wishlist_items .col > a .title_wrapper,
#wishlist_info #wishlist_detailed_items .recommended_items .col > a .title_wrapper,
#wishlist_info #recommended_detailed_items .wishlist_items .col > a .title_wrapper,
#wishlist_info #recommended_detailed_items .recommended_items .col > a .title_wrapper,
#wishlist_info #recommended_detailed_items_mobile .wishlist_items .col > a .title_wrapper,
#wishlist_info #recommended_detailed_items_mobile .recommended_items .col > a .title_wrapper,
#recommended_info #wishlist_detailed_items .wishlist_items .col > a .title_wrapper,
#recommended_info #wishlist_detailed_items .recommended_items .col > a .title_wrapper,
#recommended_info #recommended_detailed_items .wishlist_items .col > a .title_wrapper,
#recommended_info #recommended_detailed_items .recommended_items .col > a .title_wrapper,
#recommended_info #recommended_detailed_items_mobile .wishlist_items .col > a .title_wrapper,
#recommended_info #recommended_detailed_items_mobile .recommended_items .col > a .title_wrapper,
#recommended_info_mobile #wishlist_detailed_items .wishlist_items .col > a .title_wrapper,
#recommended_info_mobile #wishlist_detailed_items .recommended_items .col > a .title_wrapper,
#recommended_info_mobile #recommended_detailed_items .wishlist_items .col > a .title_wrapper,
#recommended_info_mobile #recommended_detailed_items .recommended_items .col > a .title_wrapper,
#recommended_info_mobile #recommended_detailed_items_mobile .wishlist_items .col > a .title_wrapper,
#recommended_info_mobile #recommended_detailed_items_mobile .recommended_items .col > a .title_wrapper {
  min-height: 100px;
  text-align: left;
}
#wishlist_info #wishlist_detailed_items .wishlist_items .col > a .title_wrapper .color_price,
#wishlist_info #wishlist_detailed_items .recommended_items .col > a .title_wrapper .color_price,
#wishlist_info #recommended_detailed_items .wishlist_items .col > a .title_wrapper .color_price,
#wishlist_info #recommended_detailed_items .recommended_items .col > a .title_wrapper .color_price,
#wishlist_info #recommended_detailed_items_mobile .wishlist_items .col > a .title_wrapper .color_price,
#wishlist_info #recommended_detailed_items_mobile .recommended_items .col > a .title_wrapper .color_price,
#recommended_info #wishlist_detailed_items .wishlist_items .col > a .title_wrapper .color_price,
#recommended_info #wishlist_detailed_items .recommended_items .col > a .title_wrapper .color_price,
#recommended_info #recommended_detailed_items .wishlist_items .col > a .title_wrapper .color_price,
#recommended_info #recommended_detailed_items .recommended_items .col > a .title_wrapper .color_price,
#recommended_info #recommended_detailed_items_mobile .wishlist_items .col > a .title_wrapper .color_price,
#recommended_info #recommended_detailed_items_mobile .recommended_items .col > a .title_wrapper .color_price,
#recommended_info_mobile #wishlist_detailed_items .wishlist_items .col > a .title_wrapper .color_price,
#recommended_info_mobile #wishlist_detailed_items .recommended_items .col > a .title_wrapper .color_price,
#recommended_info_mobile #recommended_detailed_items .wishlist_items .col > a .title_wrapper .color_price,
#recommended_info_mobile #recommended_detailed_items .recommended_items .col > a .title_wrapper .color_price,
#recommended_info_mobile #recommended_detailed_items_mobile .wishlist_items .col > a .title_wrapper .color_price,
#recommended_info_mobile #recommended_detailed_items_mobile .recommended_items .col > a .title_wrapper .color_price {
  text-align: left;
  display: block;
  margin-top: 5px;
}
#wishlist_info #wishlist_detailed_items .wishlist_items .col > a .title_wrapper .color_price.sold_out,
#wishlist_info #wishlist_detailed_items .recommended_items .col > a .title_wrapper .color_price.sold_out,
#wishlist_info #recommended_detailed_items .wishlist_items .col > a .title_wrapper .color_price.sold_out,
#wishlist_info #recommended_detailed_items .recommended_items .col > a .title_wrapper .color_price.sold_out,
#wishlist_info #recommended_detailed_items_mobile .wishlist_items .col > a .title_wrapper .color_price.sold_out,
#wishlist_info #recommended_detailed_items_mobile .recommended_items .col > a .title_wrapper .color_price.sold_out,
#recommended_info #wishlist_detailed_items .wishlist_items .col > a .title_wrapper .color_price.sold_out,
#recommended_info #wishlist_detailed_items .recommended_items .col > a .title_wrapper .color_price.sold_out,
#recommended_info #recommended_detailed_items .wishlist_items .col > a .title_wrapper .color_price.sold_out,
#recommended_info #recommended_detailed_items .recommended_items .col > a .title_wrapper .color_price.sold_out,
#recommended_info #recommended_detailed_items_mobile .wishlist_items .col > a .title_wrapper .color_price.sold_out,
#recommended_info #recommended_detailed_items_mobile .recommended_items .col > a .title_wrapper .color_price.sold_out,
#recommended_info_mobile #wishlist_detailed_items .wishlist_items .col > a .title_wrapper .color_price.sold_out,
#recommended_info_mobile #wishlist_detailed_items .recommended_items .col > a .title_wrapper .color_price.sold_out,
#recommended_info_mobile #recommended_detailed_items .wishlist_items .col > a .title_wrapper .color_price.sold_out,
#recommended_info_mobile #recommended_detailed_items .recommended_items .col > a .title_wrapper .color_price.sold_out,
#recommended_info_mobile #recommended_detailed_items_mobile .wishlist_items .col > a .title_wrapper .color_price.sold_out,
#recommended_info_mobile #recommended_detailed_items_mobile .recommended_items .col > a .title_wrapper .color_price.sold_out {
  text-align: center;
  padding-top: 20px;
}
#wishlist_info #wishlist_detailed_items .wishlist_items .col > a .title_wrapper .color_price .price.offer,
#wishlist_info #wishlist_detailed_items .recommended_items .col > a .title_wrapper .color_price .price.offer,
#wishlist_info #recommended_detailed_items .wishlist_items .col > a .title_wrapper .color_price .price.offer,
#wishlist_info #recommended_detailed_items .recommended_items .col > a .title_wrapper .color_price .price.offer,
#wishlist_info #recommended_detailed_items_mobile .wishlist_items .col > a .title_wrapper .color_price .price.offer,
#wishlist_info #recommended_detailed_items_mobile .recommended_items .col > a .title_wrapper .color_price .price.offer,
#recommended_info #wishlist_detailed_items .wishlist_items .col > a .title_wrapper .color_price .price.offer,
#recommended_info #wishlist_detailed_items .recommended_items .col > a .title_wrapper .color_price .price.offer,
#recommended_info #recommended_detailed_items .wishlist_items .col > a .title_wrapper .color_price .price.offer,
#recommended_info #recommended_detailed_items .recommended_items .col > a .title_wrapper .color_price .price.offer,
#recommended_info #recommended_detailed_items_mobile .wishlist_items .col > a .title_wrapper .color_price .price.offer,
#recommended_info #recommended_detailed_items_mobile .recommended_items .col > a .title_wrapper .color_price .price.offer,
#recommended_info_mobile #wishlist_detailed_items .wishlist_items .col > a .title_wrapper .color_price .price.offer,
#recommended_info_mobile #wishlist_detailed_items .recommended_items .col > a .title_wrapper .color_price .price.offer,
#recommended_info_mobile #recommended_detailed_items .wishlist_items .col > a .title_wrapper .color_price .price.offer,
#recommended_info_mobile #recommended_detailed_items .recommended_items .col > a .title_wrapper .color_price .price.offer,
#recommended_info_mobile #recommended_detailed_items_mobile .wishlist_items .col > a .title_wrapper .color_price .price.offer,
#recommended_info_mobile #recommended_detailed_items_mobile .recommended_items .col > a .title_wrapper .color_price .price.offer {
  color: #002982;
}
#wishlist_info #wishlist_detailed_items .wishlist_items .col > a .title_wrapper .color_price .price.offer .old_price,
#wishlist_info #wishlist_detailed_items .recommended_items .col > a .title_wrapper .color_price .price.offer .old_price,
#wishlist_info #recommended_detailed_items .wishlist_items .col > a .title_wrapper .color_price .price.offer .old_price,
#wishlist_info #recommended_detailed_items .recommended_items .col > a .title_wrapper .color_price .price.offer .old_price,
#wishlist_info #recommended_detailed_items_mobile .wishlist_items .col > a .title_wrapper .color_price .price.offer .old_price,
#wishlist_info #recommended_detailed_items_mobile .recommended_items .col > a .title_wrapper .color_price .price.offer .old_price,
#recommended_info #wishlist_detailed_items .wishlist_items .col > a .title_wrapper .color_price .price.offer .old_price,
#recommended_info #wishlist_detailed_items .recommended_items .col > a .title_wrapper .color_price .price.offer .old_price,
#recommended_info #recommended_detailed_items .wishlist_items .col > a .title_wrapper .color_price .price.offer .old_price,
#recommended_info #recommended_detailed_items .recommended_items .col > a .title_wrapper .color_price .price.offer .old_price,
#recommended_info #recommended_detailed_items_mobile .wishlist_items .col > a .title_wrapper .color_price .price.offer .old_price,
#recommended_info #recommended_detailed_items_mobile .recommended_items .col > a .title_wrapper .color_price .price.offer .old_price,
#recommended_info_mobile #wishlist_detailed_items .wishlist_items .col > a .title_wrapper .color_price .price.offer .old_price,
#recommended_info_mobile #wishlist_detailed_items .recommended_items .col > a .title_wrapper .color_price .price.offer .old_price,
#recommended_info_mobile #recommended_detailed_items .wishlist_items .col > a .title_wrapper .color_price .price.offer .old_price,
#recommended_info_mobile #recommended_detailed_items .recommended_items .col > a .title_wrapper .color_price .price.offer .old_price,
#recommended_info_mobile #recommended_detailed_items_mobile .wishlist_items .col > a .title_wrapper .color_price .price.offer .old_price,
#recommended_info_mobile #recommended_detailed_items_mobile .recommended_items .col > a .title_wrapper .color_price .price.offer .old_price {
  color: #999;
  text-decoration: line-through;
  font-size: 12px;
}
#wishlist_info #wishlist_detailed_items .wishlist_items .col > a .title_wrapper .color_price.sold_out .price,
#wishlist_info #wishlist_detailed_items .recommended_items .col > a .title_wrapper .color_price.sold_out .price,
#wishlist_info #recommended_detailed_items .wishlist_items .col > a .title_wrapper .color_price.sold_out .price,
#wishlist_info #recommended_detailed_items .recommended_items .col > a .title_wrapper .color_price.sold_out .price,
#wishlist_info #recommended_detailed_items_mobile .wishlist_items .col > a .title_wrapper .color_price.sold_out .price,
#wishlist_info #recommended_detailed_items_mobile .recommended_items .col > a .title_wrapper .color_price.sold_out .price,
#recommended_info #wishlist_detailed_items .wishlist_items .col > a .title_wrapper .color_price.sold_out .price,
#recommended_info #wishlist_detailed_items .recommended_items .col > a .title_wrapper .color_price.sold_out .price,
#recommended_info #recommended_detailed_items .wishlist_items .col > a .title_wrapper .color_price.sold_out .price,
#recommended_info #recommended_detailed_items .recommended_items .col > a .title_wrapper .color_price.sold_out .price,
#recommended_info #recommended_detailed_items_mobile .wishlist_items .col > a .title_wrapper .color_price.sold_out .price,
#recommended_info #recommended_detailed_items_mobile .recommended_items .col > a .title_wrapper .color_price.sold_out .price,
#recommended_info_mobile #wishlist_detailed_items .wishlist_items .col > a .title_wrapper .color_price.sold_out .price,
#recommended_info_mobile #wishlist_detailed_items .recommended_items .col > a .title_wrapper .color_price.sold_out .price,
#recommended_info_mobile #recommended_detailed_items .wishlist_items .col > a .title_wrapper .color_price.sold_out .price,
#recommended_info_mobile #recommended_detailed_items .recommended_items .col > a .title_wrapper .color_price.sold_out .price,
#recommended_info_mobile #recommended_detailed_items_mobile .wishlist_items .col > a .title_wrapper .color_price.sold_out .price,
#recommended_info_mobile #recommended_detailed_items_mobile .recommended_items .col > a .title_wrapper .color_price.sold_out .price {
  color: #c00;
  font-size: 13px;
  font-weight: bold;
}
#wishlist_info #wishlist_detailed_items .wishlist_items .col > a .thumb,
#wishlist_info #wishlist_detailed_items .recommended_items .col > a .thumb,
#wishlist_info #recommended_detailed_items .wishlist_items .col > a .thumb,
#wishlist_info #recommended_detailed_items .recommended_items .col > a .thumb,
#wishlist_info #recommended_detailed_items_mobile .wishlist_items .col > a .thumb,
#wishlist_info #recommended_detailed_items_mobile .recommended_items .col > a .thumb,
#recommended_info #wishlist_detailed_items .wishlist_items .col > a .thumb,
#recommended_info #wishlist_detailed_items .recommended_items .col > a .thumb,
#recommended_info #recommended_detailed_items .wishlist_items .col > a .thumb,
#recommended_info #recommended_detailed_items .recommended_items .col > a .thumb,
#recommended_info #recommended_detailed_items_mobile .wishlist_items .col > a .thumb,
#recommended_info #recommended_detailed_items_mobile .recommended_items .col > a .thumb,
#recommended_info_mobile #wishlist_detailed_items .wishlist_items .col > a .thumb,
#recommended_info_mobile #wishlist_detailed_items .recommended_items .col > a .thumb,
#recommended_info_mobile #recommended_detailed_items .wishlist_items .col > a .thumb,
#recommended_info_mobile #recommended_detailed_items .recommended_items .col > a .thumb,
#recommended_info_mobile #recommended_detailed_items_mobile .wishlist_items .col > a .thumb,
#recommended_info_mobile #recommended_detailed_items_mobile .recommended_items .col > a .thumb {
  min-height: 90px;
  display: block;
  position: relative;
  width: 100%;
  height: 90px;
  text-align: center;
}
#wishlist_info #wishlist_detailed_items .wishlist_items .col > a .thumb span,
#wishlist_info #wishlist_detailed_items .recommended_items .col > a .thumb span,
#wishlist_info #recommended_detailed_items .wishlist_items .col > a .thumb span,
#wishlist_info #recommended_detailed_items .recommended_items .col > a .thumb span,
#wishlist_info #recommended_detailed_items_mobile .wishlist_items .col > a .thumb span,
#wishlist_info #recommended_detailed_items_mobile .recommended_items .col > a .thumb span,
#recommended_info #wishlist_detailed_items .wishlist_items .col > a .thumb span,
#recommended_info #wishlist_detailed_items .recommended_items .col > a .thumb span,
#recommended_info #recommended_detailed_items .wishlist_items .col > a .thumb span,
#recommended_info #recommended_detailed_items .recommended_items .col > a .thumb span,
#recommended_info #recommended_detailed_items_mobile .wishlist_items .col > a .thumb span,
#recommended_info #recommended_detailed_items_mobile .recommended_items .col > a .thumb span,
#recommended_info_mobile #wishlist_detailed_items .wishlist_items .col > a .thumb span,
#recommended_info_mobile #wishlist_detailed_items .recommended_items .col > a .thumb span,
#recommended_info_mobile #recommended_detailed_items .wishlist_items .col > a .thumb span,
#recommended_info_mobile #recommended_detailed_items .recommended_items .col > a .thumb span,
#recommended_info_mobile #recommended_detailed_items_mobile .wishlist_items .col > a .thumb span,
#recommended_info_mobile #recommended_detailed_items_mobile .recommended_items .col > a .thumb span {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10px;
  left: 0px;
}
#wishlist_info #wishlist_detailed_items .wishlist_items .col > a .thumb span img,
#wishlist_info #wishlist_detailed_items .recommended_items .col > a .thumb span img,
#wishlist_info #recommended_detailed_items .wishlist_items .col > a .thumb span img,
#wishlist_info #recommended_detailed_items .recommended_items .col > a .thumb span img,
#wishlist_info #recommended_detailed_items_mobile .wishlist_items .col > a .thumb span img,
#wishlist_info #recommended_detailed_items_mobile .recommended_items .col > a .thumb span img,
#recommended_info #wishlist_detailed_items .wishlist_items .col > a .thumb span img,
#recommended_info #wishlist_detailed_items .recommended_items .col > a .thumb span img,
#recommended_info #recommended_detailed_items .wishlist_items .col > a .thumb span img,
#recommended_info #recommended_detailed_items .recommended_items .col > a .thumb span img,
#recommended_info #recommended_detailed_items_mobile .wishlist_items .col > a .thumb span img,
#recommended_info #recommended_detailed_items_mobile .recommended_items .col > a .thumb span img,
#recommended_info_mobile #wishlist_detailed_items .wishlist_items .col > a .thumb span img,
#recommended_info_mobile #wishlist_detailed_items .recommended_items .col > a .thumb span img,
#recommended_info_mobile #recommended_detailed_items .wishlist_items .col > a .thumb span img,
#recommended_info_mobile #recommended_detailed_items .recommended_items .col > a .thumb span img,
#recommended_info_mobile #recommended_detailed_items_mobile .wishlist_items .col > a .thumb span img,
#recommended_info_mobile #recommended_detailed_items_mobile .recommended_items .col > a .thumb span img {
  margin: 0 auto;
}
#wishlist_info #wishlist_detailed_items .wishlist_items .col > a .remove,
#wishlist_info #wishlist_detailed_items .recommended_items .col > a .remove,
#wishlist_info #recommended_detailed_items .wishlist_items .col > a .remove,
#wishlist_info #recommended_detailed_items .recommended_items .col > a .remove,
#wishlist_info #recommended_detailed_items_mobile .wishlist_items .col > a .remove,
#wishlist_info #recommended_detailed_items_mobile .recommended_items .col > a .remove,
#recommended_info #wishlist_detailed_items .wishlist_items .col > a .remove,
#recommended_info #wishlist_detailed_items .recommended_items .col > a .remove,
#recommended_info #recommended_detailed_items .wishlist_items .col > a .remove,
#recommended_info #recommended_detailed_items .recommended_items .col > a .remove,
#recommended_info #recommended_detailed_items_mobile .wishlist_items .col > a .remove,
#recommended_info #recommended_detailed_items_mobile .recommended_items .col > a .remove,
#recommended_info_mobile #wishlist_detailed_items .wishlist_items .col > a .remove,
#recommended_info_mobile #wishlist_detailed_items .recommended_items .col > a .remove,
#recommended_info_mobile #recommended_detailed_items .wishlist_items .col > a .remove,
#recommended_info_mobile #recommended_detailed_items .recommended_items .col > a .remove,
#recommended_info_mobile #recommended_detailed_items_mobile .wishlist_items .col > a .remove,
#recommended_info_mobile #recommended_detailed_items_mobile .recommended_items .col > a .remove {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 1;
}
#wishlist_info #wishlist_detailed_items .wishlist_items .col .group >.param.styled,
#wishlist_info #wishlist_detailed_items .recommended_items .col .group >.param.styled,
#wishlist_info #recommended_detailed_items .wishlist_items .col .group >.param.styled,
#wishlist_info #recommended_detailed_items .recommended_items .col .group >.param.styled,
#wishlist_info #recommended_detailed_items_mobile .wishlist_items .col .group >.param.styled,
#wishlist_info #recommended_detailed_items_mobile .recommended_items .col .group >.param.styled,
#recommended_info #wishlist_detailed_items .wishlist_items .col .group >.param.styled,
#recommended_info #wishlist_detailed_items .recommended_items .col .group >.param.styled,
#recommended_info #recommended_detailed_items .wishlist_items .col .group >.param.styled,
#recommended_info #recommended_detailed_items .recommended_items .col .group >.param.styled,
#recommended_info #recommended_detailed_items_mobile .wishlist_items .col .group >.param.styled,
#recommended_info #recommended_detailed_items_mobile .recommended_items .col .group >.param.styled,
#recommended_info_mobile #wishlist_detailed_items .wishlist_items .col .group >.param.styled,
#recommended_info_mobile #wishlist_detailed_items .recommended_items .col .group >.param.styled,
#recommended_info_mobile #recommended_detailed_items .wishlist_items .col .group >.param.styled,
#recommended_info_mobile #recommended_detailed_items .recommended_items .col .group >.param.styled,
#recommended_info_mobile #recommended_detailed_items_mobile .wishlist_items .col .group >.param.styled,
#recommended_info_mobile #recommended_detailed_items_mobile .recommended_items .col .group >.param.styled {
  margin: 10px 0;
}
#wishlist_info #wishlist_detailed_items .wishlist_items .col .group >.param.styled label,
#wishlist_info #wishlist_detailed_items .recommended_items .col .group >.param.styled label,
#wishlist_info #recommended_detailed_items .wishlist_items .col .group >.param.styled label,
#wishlist_info #recommended_detailed_items .recommended_items .col .group >.param.styled label,
#wishlist_info #recommended_detailed_items_mobile .wishlist_items .col .group >.param.styled label,
#wishlist_info #recommended_detailed_items_mobile .recommended_items .col .group >.param.styled label,
#recommended_info #wishlist_detailed_items .wishlist_items .col .group >.param.styled label,
#recommended_info #wishlist_detailed_items .recommended_items .col .group >.param.styled label,
#recommended_info #recommended_detailed_items .wishlist_items .col .group >.param.styled label,
#recommended_info #recommended_detailed_items .recommended_items .col .group >.param.styled label,
#recommended_info #recommended_detailed_items_mobile .wishlist_items .col .group >.param.styled label,
#recommended_info #recommended_detailed_items_mobile .recommended_items .col .group >.param.styled label,
#recommended_info_mobile #wishlist_detailed_items .wishlist_items .col .group >.param.styled label,
#recommended_info_mobile #wishlist_detailed_items .recommended_items .col .group >.param.styled label,
#recommended_info_mobile #recommended_detailed_items .wishlist_items .col .group >.param.styled label,
#recommended_info_mobile #recommended_detailed_items .recommended_items .col .group >.param.styled label,
#recommended_info_mobile #recommended_detailed_items_mobile .wishlist_items .col .group >.param.styled label,
#recommended_info_mobile #recommended_detailed_items_mobile .recommended_items .col .group >.param.styled label {
  text-align: left;
}
#wishlist_info #wishlist_detailed_items .wishlist_items .col .group >.param.styled.filled label,
#wishlist_info #wishlist_detailed_items .recommended_items .col .group >.param.styled.filled label,
#wishlist_info #recommended_detailed_items .wishlist_items .col .group >.param.styled.filled label,
#wishlist_info #recommended_detailed_items .recommended_items .col .group >.param.styled.filled label,
#wishlist_info #recommended_detailed_items_mobile .wishlist_items .col .group >.param.styled.filled label,
#wishlist_info #recommended_detailed_items_mobile .recommended_items .col .group >.param.styled.filled label,
#recommended_info #wishlist_detailed_items .wishlist_items .col .group >.param.styled.filled label,
#recommended_info #wishlist_detailed_items .recommended_items .col .group >.param.styled.filled label,
#recommended_info #recommended_detailed_items .wishlist_items .col .group >.param.styled.filled label,
#recommended_info #recommended_detailed_items .recommended_items .col .group >.param.styled.filled label,
#recommended_info #recommended_detailed_items_mobile .wishlist_items .col .group >.param.styled.filled label,
#recommended_info #recommended_detailed_items_mobile .recommended_items .col .group >.param.styled.filled label,
#recommended_info_mobile #wishlist_detailed_items .wishlist_items .col .group >.param.styled.filled label,
#recommended_info_mobile #wishlist_detailed_items .recommended_items .col .group >.param.styled.filled label,
#recommended_info_mobile #recommended_detailed_items .wishlist_items .col .group >.param.styled.filled label,
#recommended_info_mobile #recommended_detailed_items .recommended_items .col .group >.param.styled.filled label,
#recommended_info_mobile #recommended_detailed_items_mobile .wishlist_items .col .group >.param.styled.filled label,
#recommended_info_mobile #recommended_detailed_items_mobile .recommended_items .col .group >.param.styled.filled label {
  top: -3px;
}
#wishlist_info #wishlist_detailed_items .wishlist_items .col .group >.param.styled > .bootstrap-select,
#wishlist_info #wishlist_detailed_items .recommended_items .col .group >.param.styled > .bootstrap-select,
#wishlist_info #recommended_detailed_items .wishlist_items .col .group >.param.styled > .bootstrap-select,
#wishlist_info #recommended_detailed_items .recommended_items .col .group >.param.styled > .bootstrap-select,
#wishlist_info #recommended_detailed_items_mobile .wishlist_items .col .group >.param.styled > .bootstrap-select,
#wishlist_info #recommended_detailed_items_mobile .recommended_items .col .group >.param.styled > .bootstrap-select,
#recommended_info #wishlist_detailed_items .wishlist_items .col .group >.param.styled > .bootstrap-select,
#recommended_info #wishlist_detailed_items .recommended_items .col .group >.param.styled > .bootstrap-select,
#recommended_info #recommended_detailed_items .wishlist_items .col .group >.param.styled > .bootstrap-select,
#recommended_info #recommended_detailed_items .recommended_items .col .group >.param.styled > .bootstrap-select,
#recommended_info #recommended_detailed_items_mobile .wishlist_items .col .group >.param.styled > .bootstrap-select,
#recommended_info #recommended_detailed_items_mobile .recommended_items .col .group >.param.styled > .bootstrap-select,
#recommended_info_mobile #wishlist_detailed_items .wishlist_items .col .group >.param.styled > .bootstrap-select,
#recommended_info_mobile #wishlist_detailed_items .recommended_items .col .group >.param.styled > .bootstrap-select,
#recommended_info_mobile #recommended_detailed_items .wishlist_items .col .group >.param.styled > .bootstrap-select,
#recommended_info_mobile #recommended_detailed_items .recommended_items .col .group >.param.styled > .bootstrap-select,
#recommended_info_mobile #recommended_detailed_items_mobile .wishlist_items .col .group >.param.styled > .bootstrap-select,
#recommended_info_mobile #recommended_detailed_items_mobile .recommended_items .col .group >.param.styled > .bootstrap-select {
  padding: 19px 0 5px 0;
}
#wishlist_info #wishlist_detailed_items .wishlist_items .col .add2cart.disabled,
#wishlist_info #wishlist_detailed_items .recommended_items .col .add2cart.disabled,
#wishlist_info #recommended_detailed_items .wishlist_items .col .add2cart.disabled,
#wishlist_info #recommended_detailed_items .recommended_items .col .add2cart.disabled,
#wishlist_info #recommended_detailed_items_mobile .wishlist_items .col .add2cart.disabled,
#wishlist_info #recommended_detailed_items_mobile .recommended_items .col .add2cart.disabled,
#recommended_info #wishlist_detailed_items .wishlist_items .col .add2cart.disabled,
#recommended_info #wishlist_detailed_items .recommended_items .col .add2cart.disabled,
#recommended_info #recommended_detailed_items .wishlist_items .col .add2cart.disabled,
#recommended_info #recommended_detailed_items .recommended_items .col .add2cart.disabled,
#recommended_info #recommended_detailed_items_mobile .wishlist_items .col .add2cart.disabled,
#recommended_info #recommended_detailed_items_mobile .recommended_items .col .add2cart.disabled,
#recommended_info_mobile #wishlist_detailed_items .wishlist_items .col .add2cart.disabled,
#recommended_info_mobile #wishlist_detailed_items .recommended_items .col .add2cart.disabled,
#recommended_info_mobile #recommended_detailed_items .wishlist_items .col .add2cart.disabled,
#recommended_info_mobile #recommended_detailed_items .recommended_items .col .add2cart.disabled,
#recommended_info_mobile #recommended_detailed_items_mobile .wishlist_items .col .add2cart.disabled,
#recommended_info_mobile #recommended_detailed_items_mobile .recommended_items .col .add2cart.disabled {
  background: #dfdfdf;
}
#wishlist_info #wishlist_detailed_items .alert,
#wishlist_info #recommended_detailed_items .alert,
#wishlist_info #recommended_detailed_items_mobile .alert,
#recommended_info #wishlist_detailed_items .alert,
#recommended_info #recommended_detailed_items .alert,
#recommended_info #recommended_detailed_items_mobile .alert,
#recommended_info_mobile #wishlist_detailed_items .alert,
#recommended_info_mobile #recommended_detailed_items .alert,
#recommended_info_mobile #recommended_detailed_items_mobile .alert {
  font-size: 12px;
  margin-top: 20px;
}
#wishlist_info #wishlist_detailed_items .login,
#wishlist_info #recommended_detailed_items .login,
#wishlist_info #recommended_detailed_items_mobile .login,
#recommended_info #wishlist_detailed_items .login,
#recommended_info #recommended_detailed_items .login,
#recommended_info #recommended_detailed_items_mobile .login,
#recommended_info_mobile #wishlist_detailed_items .login,
#recommended_info_mobile #recommended_detailed_items .login,
#recommended_info_mobile #recommended_detailed_items_mobile .login {
  min-height: 65px;
  position: relative;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}
#wishlist_info #wishlist_detailed_items .login .img,
#wishlist_info #recommended_detailed_items .login .img,
#wishlist_info #recommended_detailed_items_mobile .login .img,
#recommended_info #wishlist_detailed_items .login .img,
#recommended_info #recommended_detailed_items .login .img,
#recommended_info #recommended_detailed_items_mobile .login .img,
#recommended_info_mobile #wishlist_detailed_items .login .img,
#recommended_info_mobile #recommended_detailed_items .login .img,
#recommended_info_mobile #recommended_detailed_items_mobile .login .img {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}
#wishlist_info #wishlist_detailed_items .login .text,
#wishlist_info #recommended_detailed_items .login .text,
#wishlist_info #recommended_detailed_items_mobile .login .text,
#recommended_info #wishlist_detailed_items .login .text,
#recommended_info #recommended_detailed_items .login .text,
#recommended_info #recommended_detailed_items_mobile .login .text,
#recommended_info_mobile #wishlist_detailed_items .login .text,
#recommended_info_mobile #recommended_detailed_items .login .text,
#recommended_info_mobile #recommended_detailed_items_mobile .login .text {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  font-size: 12px;
  color: #222;
  margin-left: 65px;
}
#recommended_detailed_items {
  margin: 0 -30px;
  padding: 0 30px;
}
#recommended_detailed_items .recommended_items .col a {
  padding-top: 10px !important;
}
#recommended_detailed_items .recommended_items .slick-arrow.slick-prev {
  left: -10px;
}
#recommended_detailed_items .recommended_items .slick-arrow.slick-next {
  right: -10px;
}
@media only screen and (min-width: 992px) {
  #similar_products {
    margin: 0 -60px;
  }
}
#similar_products .product {
  border-top: 1px solid #eee;
}
#similar_products .list .slick-list {
  padding: 20px 0;
}
@media only screen and (max-width: 992px) {
  #similar_products .list .slick-list {
    margin-right: -20px;
  }
}
#similar_products .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  border: none;
  background: none;
  color: transparent;
  outline: none;
  width: 30px;
  padding: 0;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  #similar_products .slick-arrow {
    display: none !important;
  }
}
#similar_products .slick-arrow:before {
  color: #222;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600 !important;
}
#similar_products .slick-arrow.slick-prev {
  left: 10px;
  text-align: center;
}
#similar_products .slick-arrow.slick-prev:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e801';
}
#similar_products .slick-arrow.slick-next {
  right: 10px;
  text-align: center;
}
#similar_products .slick-arrow.slick-next:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e803';
}
@media only screen and (max-width: 992px) {
  #similar_products .slick-arrow.slick-prev {
    left: -15px;
  }
  #similar_products .slick-arrow.slick-next {
    right: -15px;
  }
}
.recommended_items .list .slick-list {
  margin: 0 20px;
  max-height: 450px;
}
@media only screen and (max-width: 992px) {
  .recommended_items .list .slick-list {
    margin: 0 25px;
  }
}
.recommended_items .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  border: none;
  background: none;
  color: transparent;
  outline: none;
  width: 30px;
  padding: 0;
}
.recommended_items .slick-arrow:before {
  color: #222;
  font-size: 20px;
  line-height: 20px;
}
.recommended_items .slick-arrow.slick-prev {
  left: -30px;
  text-align: center;
}
.recommended_items .slick-arrow.slick-prev:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e801';
}
.recommended_items .slick-arrow.slick-next {
  right: -30px;
  text-align: center;
}
.recommended_items .slick-arrow.slick-next:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e803';
}
@media only screen and (max-width: 992px) {
  .recommended_items .slick-arrow.slick-prev {
    left: -15px;
  }
  .recommended_items .slick-arrow.slick-next {
    right: -15px;
  }
}
#pt_list_popup form > .btn-default {
  background: #000;
  color: #fff;
}
#waiting_list_popup_btn {
  line-height: 18px;
  padding: 15px 0;
  display: block;
  position: relative;
}
#waiting_list_popup_btn:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e80f';
  position: absolute;
  left: 15px;
  font-size: 15px;
  line-height: 16px;
}
.addition_notification_form {
  background: #fff;
  border: 1px solid #e2e2e2;
  max-width: 500px;
}
.addition_notification_form .fancybox-inner {
  height: auto !important;
  width: 100% !important;
}
.addition_notification_form .fancybox-inner .newsletters_agree_block label {
  margin: 10px 0;
}
.addition_notification_form .fancybox-inner form .inform_email {
  padding-right: 45px;
}
.manilla_form {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.manilla_form > .row {
  margin-bottom: 10px;
}
.manilla_form .param.styled label {
  font-size: 18px;
  left: 15px;
}
.manilla_form .param.styled .form-control {
  font-size: 18px;
  line-height: 18px;
  padding: 15px 10px;
  background: inherit;
}
.manilla_form .checkbox_block label {
  color: #999;
}
.manilla_form .submit_block {
  text-align: center;
  margin-top: 20px;
}
.manilla_form .submit_block .btn {
  background: #000;
}
.size_switch {
  margin: 15px 0;
  float: left;
}
.size_switch .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}
.size_switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.size_switch .switch_label {
  vertical-align: text-top;
}
.size_switch .switch_label.active {
  font-weight: bold;
}
.size_switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2abb9b;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 20px;
}
.size_switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}
.size_switch input:checked + .slider {
  background-color: #ff3556;
}
.size_switch input:checked + .slider:before {
  left: -4px;
}
.size_switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.size_switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.translated_description {
  display: none;
}
.descriptionSwitch {
  margin: 30px 0 15px 0;
  vertical-align: middle;
  line-height: 20px;
}
.descriptionSwitch .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}
.descriptionSwitch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.descriptionSwitch .switch_label.label1 {
  padding-right: 2px;
}
.descriptionSwitch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2abb9b;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 20px;
}
.descriptionSwitch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}
.descriptionSwitch input:checked + .slider {
  background-color: #ff3556;
}
.descriptionSwitch input:checked + .slider:before {
  left: -4px;
}
.descriptionSwitch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.descriptionSwitch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.cart-add-popup {
  background: #fff;
  width: 100% !important;
}
@media (min-width: 826px) {
  .cart-add-popup {
    max-width: 770px;
  }
}
@media (max-width: 825px) {
  .cart-add-popup {
    max-width: 335px;
  }
}
.cart-add-popup .fancybox-skin {
  padding: 30px 35px !important;
  background: #fff;
}
.cart-add-popup .fancybox-skin .fancybox-inner {
  width: 100% !important;
  font-size: 14px;
  line-height: 20px;
}
.cart-add-popup .fancybox-skin .fancybox-inner .ok {
  position: absolute;
  left: 0;
}
.cart-add-popup .fancybox-skin .fancybox-inner .ok:before {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  content: '';
  width: 30px;
  height: 30px;
  border: 1px solid #6acfb9;
  display: block;
  position: relative;
  left: 0;
  background: #6acfb9;
}
.cart-add-popup .fancybox-skin .fancybox-inner .ok:after {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e817';
  position: absolute;
  top: 50%;
  margin-top: -3px;
  font-size: 10px;
  line-height: 8px;
  left: 6px;
  font-weight: 600;
  color: #fff;
}
.cart-add-popup .fancybox-skin .fancybox-inner .cart-add-popup-header {
  padding-bottom: 35px;
}
.cart-add-popup .fancybox-skin .fancybox-inner .cart-add-popup-header h2 {
  font-size: 24px;
  line-height: 34px;
  padding-left: 45px;
  margin: 0;
}
@media (max-width: 825px) {
  .cart-add-popup .fancybox-skin .fancybox-inner .cart-add-popup-header h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 826px) {
  .cart-add-popup .fancybox-skin .fancybox-inner .wrapper > div {
    display: inline-block;
    width: 50%;
  }
}
.cart-add-popup .fancybox-skin .fancybox-inner .wrapper .product {
  padding: 0;
}
.cart-add-popup .fancybox-skin .fancybox-inner .wrapper .product .photo {
  float: left;
  width: 100px;
  margin-right: 25px;
}
.cart-add-popup .fancybox-skin .fancybox-inner .wrapper .product .price {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.cart-add-popup .fancybox-skin .fancybox-inner .wrapper .product .price.discount {
  color: #002982;
}
.cart-add-popup .fancybox-skin .fancybox-inner .wrapper .product .price .old_price {
  font-size: 14px;
  text-decoration: line-through;
  font-weight: 400;
  padding-left: 9px;
  color: #222;
}
.cart-add-popup .fancybox-skin .fancybox-inner .wrapper .product .name {
  font-weight: 500;
}
.cart-add-popup .fancybox-skin .fancybox-inner .wrapper .product .logged_price {
  margin-top: 15px;
  margin-left: 125px;
  color: #002982;
  font-size: 12px;
}
.cart-add-popup .fancybox-skin .fancybox-inner .wrapper .product .logged_price .discount_cube {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #002982;
  font-size: 9px;
  line-height: 12px;
  text-align: center;
  margin-right: 5px;
  color: #fff;
  vertical-align: text-top;
}
.cart-add-popup .fancybox-skin .fancybox-inner .wrapper .buttons {
  vertical-align: top;
}
@media (max-width: 825px) {
  .cart-add-popup .fancybox-skin .fancybox-inner .wrapper .buttons {
    padding-top: 30px;
  }
  .cart-add-popup .fancybox-skin .fancybox-inner .wrapper .buttons table {
    width: 100%;
  }
}
@media (min-width: 826px) {
  .cart-add-popup .fancybox-skin .fancybox-inner .wrapper .buttons table {
    float: right;
  }
}
.cart-add-popup .fancybox-skin .fancybox-inner .wrapper .buttons table a {
  padding: 12px 20px;
  font-size: 12px;
}
.cart-add-popup .fancybox-skin .fancybox-inner .wrapper .buttons table a.btn-default {
  border: 2px solid #002982;
  color: #002982;
}
.cart-add-popup .fancybox-skin .fancybox-inner .wrapper .buttons table a.btn-primary {
  margin-bottom: 12px;
}
.cart-add-popup .fancybox-close {
  top: 19px;
  right: 25px;
  background: #fff;
}
.cart-add-popup .fancybox-close:before {
  color: #222;
  font-size: 16px;
  font-weight: 600;
}
.search_title {
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  font-weight: 500;
  margin: 1em 0;
}
.search_title .total_count {
  margin-top: 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 992px) {
  .search_title {
    margin: 5px 0 20px 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
  }
  .search_title .total_count {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    margin-top: 0;
  }
}
.search .paginator {
  padding: 8px 20px;
  margin-top: 0;
}
.product_buy .price .percent,
.product_buy .price .line_through,
.product_buy .price .rmk_price {
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  .product .price .percent,
  .product_buy .price .percent {
    margin-left: 15px;
  }
  .product .price .percent_on_desktop,
  .product_buy .price .percent_on_desktop {
    display: inline-block;
  }
  .product .price .percent_on_mobile,
  .product_buy .price .percent_on_mobile {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .product .price,
  .product_buy .price {
    line-height: 16px !important;
  }
  .product .price .main_price,
  .product_buy .price .main_price {
    margin-bottom: 4px;
  }
  .product .price .percent_on_desktop,
  .product_buy .price .percent_on_desktop {
    display: none;
  }
  .product .price .percent_on_mobile,
  .product_buy .price .percent_on_mobile {
    display: inline-block;
  }
}
.product .price .price_red .change_color,
.product .price .price_red .percent,
.product_buy .price .price_red .change_color,
.product_buy .price .price_red .percent {
  color: #FF3556;
}
.product .price .price_red .percent,
.product_buy .price .price_red .percent {
  font-weight: 400;
}
.product .price .price_red .line_through,
.product_buy .price .price_red .line_through {
  text-decoration: line-through;
  font-weight: 400;
}
.product .price .rmk_price,
.product_buy .price .rmk_price {
  font-weight: 400;
  margin-left: 10px;
}
.product .price .price_black,
.product_buy .price .price_black {
  color: #222222;
}
.product .price .price_grey .change_color,
.product .price .price_grey .percent,
.product .price .price_grey .additional_prices,
.product_buy .price .price_grey .change_color,
.product_buy .price .price_grey .percent,
.product_buy .price .price_grey .additional_prices {
  color: #999999;
}
.product .price .price_hide,
.product_buy .price .price_hide {
  display: none;
}
.product .price .lowest_30d_price .additional_prices.small_text,
.product_buy .price .lowest_30d_price .additional_prices.small_text {
  font-size: 11px;
}
.product .price .additional_prices,
.product_buy .price .additional_prices {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: black;
}
.product .price .additional_prices.text_grey,
.product_buy .price .additional_prices.text_grey {
  color: #999999;
}
.project_crocs .product .price .additional_prices,
.project_crocs .product_buy .price .additional_prices {
  font-family: 'proxima nova', sans-serif;
}
@media only screen and (max-width: 992px) {
  .product .price .additional_prices,
  .product_buy .price .additional_prices {
    font-size: 10px;
  }
}
.product_buy .price {
  margin-bottom: 20px;
}
.product_buy .main_price {
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 24px;
  line-height: 20px;
}
.product_buy .additional_prices {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.order_view .cart_items_list .cart_row .price span {
  color: #222 !important;
}
#wishlist_info {
  padding: 0 30px;
}
#wishlist_info > img:not(#wishlist_loader) {
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -60px;
  margin-top: -60px;
}
#wishlist_info #wishlist_loader_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  opacity: 0.7;
  z-index: 11;
}
#wishlist_info #wishlist_loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -60px;
  margin-top: -60px;
  z-index: 12;
}
@media only screen and (min-width: 992px) {
  #wishlist_info {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -400px;
    z-index: 10;
    width: 400px;
    background: #fff;
    transition: right 0.5s;
  }
  #wishlist_info.active {
    right: 0;
    box-shadow: 0px 0px 125px 0px rgba(0,0,0,0.2);
  }
}
#wishlist_info h3.js-page-slide-close {
  text-align: left;
  padding: 30px 0;
}
#wishlist_info h3.js-page-slide-close:before {
  left: auto;
  right: 0;
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e806';
}
.title_block {
  margin-bottom: 20px;
}
.title_block .row > div:nth-child(2) {
  text-align: right;
}
@media only screen and (min-width: 992px) {
  .title_block .row > div:nth-child(2) a {
    line-height: 48px;
  }
}
@media only screen and (max-width: 992px) {
  .title_block .row > div:nth-child(2) a {
    line-height: 32px;
  }
}
#cart_info #login_button,
#page_type_cart #login_button {
  color: #222;
  font-weight: 700;
  text-decoration: underline;
}
#cart_info .alert-parcels,
#page_type_cart .alert-parcels {
  background: #f5f5f175;
  border: none;
  border-radius: 0;
  color: #222;
  font-size: 12px;
  margin: 0;
}
#cart_info .alert-parcels b,
#page_type_cart .alert-parcels b {
  font-weight: 600;
}
#cart_info .alert-parcels .fas,
#page_type_cart .alert-parcels .fas {
  margin-right: 5px;
}
#cart_info h3,
#page_type_cart h3 {
  font-size: 24px;
  font-weight: normal;
}
@media only screen and (max-width: 992px) {
  #cart_info h3,
  #page_type_cart h3 {
    font-size: 16px;
    font-weight: 500;
  }
}
#cart_info .container-fluid {
  max-width: 900px;
}
@media only screen and (min-width: 992px) {
  #cart_info .container-fluid #cart_detailed_items > .row > div:nth-child(1) {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 992px) {
  #cart_info .container-fluid #cart_detailed_items #cart_container {
    padding-left: 44px;
  }
}
#cart_info .share_cart {
  letter-spacing: 0.5px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
#cart_info .share_cart span {
  margin-left: 10px;
}
#cart_info .recommended_block {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 992px) {
  #cart_info .recommended_block {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 992px) {
  #cart_info .recommended_block #recommended_info_mobile {
    margin-right: -15px;
  }
}
#cart_info .recommended_block #recommended_detailed_items,
#cart_info .recommended_block #recommended_detailed_items_mobile {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#cart_info .recommended_block #recommended_detailed_items .recommended_title_block,
#cart_info .recommended_block #recommended_detailed_items_mobile .recommended_title_block {
  margin-bottom: 20px;
}
#cart_info .recommended_block #recommended_detailed_items .recommended_title_block h6,
#cart_info .recommended_block #recommended_detailed_items_mobile .recommended_title_block h6 {
  margin: 0;
  line-height: 28px;
  vertical-align: middle;
}
#cart_info .recommended_block #recommended_detailed_items .recommended_items,
#cart_info .recommended_block #recommended_detailed_items_mobile .recommended_items {
  position: relative;
  max-height: 330px;
  padding-right: 80px;
}
@media only screen and (max-width: 992px) {
  #cart_info .recommended_block #recommended_detailed_items .recommended_items,
  #cart_info .recommended_block #recommended_detailed_items_mobile .recommended_items {
    padding-right: 50px;
  }
}
#cart_info .recommended_block #recommended_detailed_items .recommended_items .col,
#cart_info .recommended_block #recommended_detailed_items_mobile .recommended_items .col {
  padding: 0;
  margin-bottom: 0;
  margin-right: 10px;
  border: 1px solid #eee;
}
@media only screen and (max-width: 992px) {
  #cart_info .recommended_block #recommended_detailed_items .recommended_items .col,
  #cart_info .recommended_block #recommended_detailed_items_mobile .recommended_items .col {
    margin-right: 5px;
  }
}
#cart_info .recommended_block #recommended_detailed_items .recommended_items .col > a,
#cart_info .recommended_block #recommended_detailed_items_mobile .recommended_items .col > a {
  padding: 25px 20px 0 20px !important;
}
@media only screen and (max-width: 992px) {
  #cart_info .recommended_block #recommended_detailed_items .recommended_items .col > a,
  #cart_info .recommended_block #recommended_detailed_items_mobile .recommended_items .col > a {
    padding: 20px 15px 0 15px !important;
  }
}
#cart_info .recommended_block #recommended_detailed_items .recommended_items .col > a .thumb,
#cart_info .recommended_block #recommended_detailed_items_mobile .recommended_items .col > a .thumb {
  min-height: 96px;
  height: 96px;
  margin-bottom: 20px;
}
#cart_info .recommended_block #recommended_detailed_items .recommended_items .col > a .thumb > span,
#cart_info .recommended_block #recommended_detailed_items_mobile .recommended_items .col > a .thumb > span {
  position: relative;
  bottom: auto;
}
#cart_info .recommended_block #recommended_detailed_items .recommended_items .col > a .title_wrapper,
#cart_info .recommended_block #recommended_detailed_items_mobile .recommended_items .col > a .title_wrapper {
  height: auto;
  min-height: auto !important;
}
@media only screen and (max-width: 992px) {
  #cart_info .recommended_block #recommended_detailed_items .recommended_items .col > a .title_wrapper,
  #cart_info .recommended_block #recommended_detailed_items_mobile .recommended_items .col > a .title_wrapper {
    line-height: 16px;
  }
}
#cart_info .recommended_block #recommended_detailed_items .recommended_items .col > a .title_wrapper .name,
#cart_info .recommended_block #recommended_detailed_items_mobile .recommended_items .col > a .title_wrapper .name {
  min-height: 65px;
  height: 65px;
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  #cart_info .recommended_block #recommended_detailed_items .recommended_items .col > a .title_wrapper .name,
  #cart_info .recommended_block #recommended_detailed_items_mobile .recommended_items .col > a .title_wrapper .name {
    font-weight: 500;
    font-size: 12px;
  }
}
#cart_info .recommended_block #recommended_detailed_items .recommended_items .col > a .title_wrapper .color_price .price,
#cart_info .recommended_block #recommended_detailed_items_mobile .recommended_items .col > a .title_wrapper .color_price .price {
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 992px) {
  #cart_info .recommended_block #recommended_detailed_items .recommended_items .col > a .title_wrapper .color_price .price,
  #cart_info .recommended_block #recommended_detailed_items_mobile .recommended_items .col > a .title_wrapper .color_price .price {
    font-size: 12px;
  }
}
#cart_info .recommended_block #recommended_detailed_items .recommended_items .col > a .title_wrapper .color_price .price .old_price,
#cart_info .recommended_block #recommended_detailed_items_mobile .recommended_items .col > a .title_wrapper .color_price .price .old_price {
  font-size: 14px !important;
  font-weight: normal;
  color: #222 !important;
}
#cart_info .recommended_block #recommended_detailed_items .recommended_items .col .param.styled,
#cart_info .recommended_block #recommended_detailed_items_mobile .recommended_items .col .param.styled {
  margin: 0;
}
#cart_info .recommended_block #recommended_detailed_items .recommended_items .col .param.styled .dropdown,
#cart_info .recommended_block #recommended_detailed_items_mobile .recommended_items .col .param.styled .dropdown {
  padding-bottom: 0;
}
#cart_info .recommended_block #recommended_detailed_items .recommended_items .col .param.styled .dropdown:hover,
#cart_info .recommended_block #recommended_detailed_items_mobile .recommended_items .col .param.styled .dropdown:hover {
  border-bottom-color: #eee;
}
#cart_info .recommended_block #recommended_detailed_items .recommended_items .col .param.styled .dropdown .dropdown-toggle,
#cart_info .recommended_block #recommended_detailed_items_mobile .recommended_items .col .param.styled .dropdown .dropdown-toggle {
  border-top: 1px solid #eee;
  padding-left: 15px;
}
#cart_info .recommended_block #recommended_detailed_items .recommended_items .col .param.styled .dropdown .dropdown-toggle .filter-option,
#cart_info .recommended_block #recommended_detailed_items_mobile .recommended_items .col .param.styled .dropdown .dropdown-toggle .filter-option {
  padding-right: 0;
}
#cart_info .recommended_block #recommended_detailed_items .recommended_items .col .param.styled .dropdown .dropdown-toggle .filter-option .filter-option-inner .filter-option-inner-inner,
#cart_info .recommended_block #recommended_detailed_items_mobile .recommended_items .col .param.styled .dropdown .dropdown-toggle .filter-option .filter-option-inner .filter-option-inner-inner {
  font-size: 12px !important;
}
#cart_info .recommended_block #recommended_detailed_items .recommended_items .gradient,
#cart_info .recommended_block #recommended_detailed_items_mobile .recommended_items .gradient {
  width: 20px;
  background: linear-gradient(270deg,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
#cart_info .recommended_block #recommended_detailed_items .slick-list,
#cart_info .recommended_block #recommended_detailed_items_mobile .slick-list {
  overflow: visible;
  margin: 0;
}
#cart_info .recommended_block #recommended_detailed_items .control_buttons,
#cart_info .recommended_block #recommended_detailed_items_mobile .control_buttons {
  text-align: right;
}
#cart_info .recommended_block #recommended_detailed_items .control_buttons a,
#cart_info .recommended_block #recommended_detailed_items_mobile .control_buttons a {
  text-decoration: none;
  color: #222;
  font-size: 20px;
  font-weight: 500;
  padding: 0 5px;
}
#cart_info .recommended_block #recommended_detailed_items .control_buttons a:nth-child(1),
#cart_info .recommended_block #recommended_detailed_items_mobile .control_buttons a:nth-child(1) {
  margin-right: 10px;
}
.cart_sticky h3 {
  margin: 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #eee;
}
.cart_sticky .totals {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.cart_sticky .cta1:hover {
  text-decoration: none;
  color: #002982;
}
@media only screen and (max-width: 992px) {
  .cart_sticky {
    padding: 30px 0;
  }
}
.cart_info .discount_loyalty_block {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
.cart_info .discount_loyalty_block .nav-block {
  display: table;
  width: 100%;
}
.cart_info .discount_loyalty_block .nav-block .nav-tabs {
  display: table-row;
}
.cart_info .discount_loyalty_block .nav-block .nav-tabs > li {
  display: table-cell;
  float: none;
  background: #eee;
  font-size: 12px;
  text-transform: uppercase;
  width: 50%;
  vertical-align: middle;
}
.cart_info .discount_loyalty_block .nav-block .nav-tabs > li a {
  padding: 15px;
  border: none;
  margin: 0;
  color: #000;
  font-weight: 500;
  border-radius: 0;
  text-align: center;
}
.cart_info .discount_loyalty_block .nav-block .nav-tabs > li.active {
  background: #fff;
}
.cart_info .discount_loyalty_block .tab-content {
  padding: 20px 25px 25px 25px;
}
.cart_info .discount_loyalty_block .tab-content .tab-pane .row > div:nth-child(1) {
  padding-right: 5px;
}
.cart_info .discount_loyalty_block .tab-content .tab-pane .row > div:nth-child(2) {
  padding-left: 5px;
}
.cart_info .discount_loyalty_block .tab-content .tab-pane#loyalty_points #login_button {
  padding-left: 15px;
  padding-right: 15px;
}
.cart_info .discount_loyalty_block input {
  font-size: 12px;
}
.cart_info .discount_loyalty_block .btn-primary {
  padding: 12px 0;
  border: 2px solid #002982;
  color: #002982;
  background: #fff;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.cart_info .discount_loyalty_block #discount_code .alert {
  margin-bottom: 5px;
}
.cart_info .totals {
  border: 1px solid #eee;
  padding: 15px 25px;
}
.cart_info .totals .totals_row {
  margin: 10px 0;
}
.cart_info .totals .totals_row .main_price {
  float: right;
}
.cart_info .totals .totals_row.bold {
  font-weight: 500;
  font-size: 16px;
}
.cart_info .totals .totals_row.logged_discount > span {
  display: inline-block;
}
.cart_info .totals .totals_row.logged_discount .labels {
  width: calc(100% - 95px);
}
.cart_info .totals .totals_row.logged_discount .main_price {
  color: #002982;
  font-weight: 500;
  width: 95px;
  text-align: right;
  float: none;
}
.cart_info .totals .totals_row.logged_discount .discount_cube {
  display: inline-block;
  width: 18px;
  height: 16px;
  line-height: 18px;
  text-align: center;
  margin-right: 5px;
  vertical-align: middle;
}
.cart_info .totals .totals_row.logged_discount .discount_cube i {
  font-size: 0.8em;
  font-weight: 500;
  vertical-align: top;
  margin-top: 1px;
}
.cart_info .subscribers_block,
.cart_info .rules_agree_block {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 25px;
  font-size: 12px;
  text-align: left;
}
.cart_info .cart_buttons .btn-primary span {
  font-size: 16px;
  float: right;
  margin-top: -3px;
}
.cart_info .cart_items {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.cart_info .cart_items .collapse-menu {
  border-bottom: 0;
}
.cart_info .cart_items .collapse-menu .collapse-block .title + div {
  margin-bottom: 0;
}
.cart_info .cart_items .collapse-menu .collapse-block h6 {
  padding: 15px 25px;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
}
.cart_info .cart_items .collapse-menu .collapse-block h6:after {
  width: 12px;
}
.cart_info .cart_items .collapse-menu .collapse-block h6 .courier_delivery_dates {
  font-size: 12px;
  color: #999;
  padding-left: 20px;
}
.cart_info .cart_items .collapse-menu .collapse-block h6 .courier_delivery_dates:not(.visible) {
  display: none;
}
.cart_info .cart_items .collapse-menu .collapse-block.active h6:after {
  transform: rotate(180deg);
}
.cart_info .cart_items .item .col > span {
  margin: 2px 0;
}
.cart_info .cart_items .item .col .name {
  font-weight: 500;
}
.cart_info .cart_items .item .col .prices {
  margin-bottom: 5px;
}
.cart_info .cart_items .item .col .prices .price {
  font-size: 12px;
}
#cart_detailed_items .cart_items .item {
  position: relative;
}
@media only screen and (min-width: 992px) {
  #cart_detailed_items .cart_items .item {
    border-bottom: 1px solid #eee;
  }
}
@media only screen and (max-width: 992px) {
  #cart_detailed_items .cart_items .item {
    border-top: 1px solid #eee;
  }
}
.cart_items .parcel_title {
  margin: 20px 0;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .cart_items .parcel_items {
    border: 1px solid #eee;
    border-bottom: none;
  }
}
.cart_items .item {
  position: relative;
  padding: 15px 30px 15px 15px;
}
.cart_items .item:last-child {
  margin-bottom: 0;
}
.cart_items .item .col > a {
  color: #222;
  text-decoration: none;
  display: block;
}
.cart_items .item .col > a > span {
  display: block;
  font-size: 12px;
  margin: 5px 0;
}
.cart_items .item .col > a > span.name {
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 992px) {
  .cart_items .item .col > a > span.name {
    font-size: 12px;
  }
}
.cart_items .item .col > a > span .value {
  display: inline-block;
  font-weight: 500 !important;
}
.cart_items .item .col > span {
  display: block;
  font-size: 12px;
  margin: 5px 0;
}
.cart_items .item .col.thumb a img {
  margin: 0 auto;
}
.cart_items .item .col div.amount a {
  display: none;
}
.cart_items .item .col div.amount input {
  width: 30px;
  height: 30px;
  text-align: center;
  border: none;
}
.cart_items .item .col div.amount .icon {
  cursor: pointer;
  font-size: 9px;
}
@media only screen and (max-width: 479px) {
  .cart_items .item .col div.amount {
    white-space: nowrap;
  }
  .cart_items .item .col div.amount input {
    width: 25px;
    height: 25px;
  }
}
.cart_items .item .col .prices {
  color: #222;
  padding-right: 0;
}
.cart_items .item .col .prices.discount {
  color: #002982;
}
.cart_items .item .col .prices.logged {
  color: #002982;
}
.cart_items .item .col .prices .discount_cube {
  display: inline-block;
  width: 18px;
  height: 16px;
  line-height: 18px;
  text-align: center;
  margin-right: 5px;
  vertical-align: middle;
}
.cart_items .item .col .prices .discount_cube i {
  font-size: 0.8em;
  font-weight: 500;
  vertical-align: top;
  margin-top: 1px;
}
.cart_items .item .col .prices .price {
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
}
@media only screen and (max-width: 992px) {
  .cart_items .item .col .prices .price {
    font-size: 12px;
  }
}
.cart_items .item .col .prices .price.price_red {
  color: #FF3556;
}
.cart_items .item .col .prices .old_price {
  line-height: 14px;
  font-size: 14px;
  text-decoration: line-through;
  color: #222;
  margin-left: 10px;
}
.cart_items .item.error input.amount {
  color: #002982;
}
.cart_items .item .remove {
  position: absolute;
  right: 15px;
  top: 10px;
}
.cart_items .item .remove a {
  color: #999999;
  font-size: 9px;
}
@media only screen and (min-width: 992px) {
  #confirm_cart_form > .clearfix {
    position: relative;
  }
  #confirm_cart_form > .clearfix > .col-md-8 {
    width: calc(100% - );
  }
  #confirm_cart_form > .clearfix > .col-md-4 {
    width: 450px;
    position: absolute;
    right: 0;
  }
}
.is-mobile #page_type_cart #content_layout_cart_wrapper .col-sticky {
  position: static !important;
}
#page_type_cart {
  margin-top: -100px;
}
#page_type_cart footer {
  margin: 0;
  padding-top: 40px;
  font-weight: 500;
  color: #222;
}
@media only screen and (max-width: 992px) {
  #page_type_cart footer {
    padding-top: 20px;
  }
}
#page_type_cart footer .footer_bottom {
  background: #fff;
}
#page_type_cart footer .footer_bottom .container {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
#page_type_cart footer .footer_bottom .container span {
  float: left;
}
#page_type_cart footer .footer_bottom .container a {
  text-transform: uppercase;
  margin-left: -120px;
}
#page_type_cart footer .footer_bottom .container > .clearfix {
  font-size: 11px;
  border: none;
}
#page_type_cart .rules_agree_block label a {
  text-transform: uppercase;
  font-weight: 500;
}
#page_type_cart #complete {
  margin-top: 90px;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  #page_type_cart #complete {
    margin-top: 50px;
  }
}
#page_type_cart #complete .text {
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 30px;
}
#page_type_cart #complete .complete_image {
  max-width: 102px;
  margin: 0 auto;
}
#page_type_cart #complete .order_number {
  font-weight: 500;
}
@media only screen and (max-width: 992px) {
  #page_type_cart {
    margin-top: -50px;
  }
}
@media only screen and (min-width: 992px) {
  #page_type_cart .steps_block {
    margin-bottom: 25px;
  }
}
#page_type_cart .steps_block .logo {
  text-align: center;
}
#page_type_cart .steps_block .logo a img {
  height: 48px;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  #page_type_cart .steps_block .logo a img {
    height: 31px;
  }
}
@media only screen and (max-width: 992px) {
  #page_type_cart .steps_block .steps {
    text-align: center;
    margin-top: 15px;
  }
}
#page_type_cart .steps_block .steps .step {
  display: inline-block;
  line-height: 48px;
  vertical-align: middle;
  color: gray;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 25px;
}
#page_type_cart .steps_block .steps .step:nth-child(3) {
  margin-right: 0;
}
#page_type_cart .steps_block .steps .step.active {
  color: #000;
  font-weight: 500;
}
#page_type_cart .steps_block .steps .step a {
  line-height: 48px;
  color: gray;
  text-decoration: none;
}
#page_type_cart .steps_block .steps .number {
  float: right;
  margin-top: 15px;
}
#page_type_cart .steps_block .steps .number a {
  color: #000;
  font-size: 12px;
}
#page_type_cart .container-fluid {
  max-width: 1000px;
}
#page_type_cart .content_layout_cart_wrapper {
  padding-top: 40px;
}
#page_type_cart #header {
  height: 120px;
  background: url(../../images/frontend/cart_header_bg.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 4px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  #page_type_cart #header {
    height: 60px;
  }
}
#page_type_cart .param.styled label:not(.additional_info_input_label) {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.5px;
}
#page_type_cart #content_layout_cart_wrapper {
  position: relative;
  top: 0px;
}
#page_type_cart #content_layout_cart_wrapper .cart_sticky {
  background: #fff;
}
@media only screen and (min-width: 992px) {
  #page_type_cart #content_layout_cart_wrapper .cart_sticky {
    max-width: 340px;
    margin-left: auto;
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  #page_type_cart #content_layout_cart_wrapper .left-block {
    padding-right: 0;
  }
}
#page_type_cart #content_layout_cart_wrapper .wrapper {
  padding: 0 50px;
  margin-top: 30px;
}
@media only screen and (max-width: 992px) {
  #page_type_cart #content_layout_cart_wrapper .wrapper {
    padding: 0;
  }
}
#page_type_cart #delivery_info .alert-parcels {
  margin-bottom: 15px;
}
#page_type_cart #delivery_info .top-margin {
  margin-top: 20px;
}
#page_type_cart #delivery_info .additional_info_input_label {
  font-size: 12px;
}
#page_type_cart .courier_info_pickup .bootstrap-select .dropdown-menu .opt {
  padding: 3px 26px 3px 40px !important;
}
#page_type_cart .courier_info_pickup .bootstrap-select .dropdown-menu .opt.has_all > span {
  position: relative;
}
#page_type_cart .courier_info_pickup .bootstrap-select .dropdown-menu .opt.has_all > span:after {
  position: absolute;
  top: 5px;
  left: -17px;
  content: '';
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background: #2ABB9B;
}
#page_type_cart .delivery_address {
  display: none;
  margin: 10px 0 30px 0;
  padding-left: 45px;
}
@media only screen and (max-width: 992px) {
  #page_type_cart .delivery_address {
    padding-left: 29px;
  }
}
#page_type_cart .delivery_options,
#page_type_cart .payment_info {
  margin-top: 0;
}
#page_type_cart .delivery_options h2,
#page_type_cart .payment_info h2 {
  letter-spacing: 0.5px;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 500;
}
#page_type_cart .delivery_options .radio,
#page_type_cart .payment_info .radio {
  border: none;
  padding: 5px 0;
}
#page_type_cart .delivery_options .radio:hover:after,
#page_type_cart .delivery_options .radio:hover:before,
#page_type_cart .payment_info .radio:hover:after,
#page_type_cart .payment_info .radio:hover:before {
  display: none;
}
#page_type_cart .delivery_options .radio .radio_content,
#page_type_cart .payment_info .radio .radio_content {
  padding-left: 45px;
  font-size: 16px;
  padding-top: 7px;
  padding-bottom: 13px;
}
#page_type_cart .delivery_options .radio .radio_content:before,
#page_type_cart .payment_info .radio .radio_content:before {
  height: 24px;
  width: 24px;
  background: #fff;
  border: 2px solid #eee;
  margin-top: 0;
  top: 4px;
}
#page_type_cart .delivery_options .radio .radio_content:after,
#page_type_cart .payment_info .radio .radio_content:after {
  margin-top: 0;
  left: 6px;
  top: 14px;
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  #page_type_cart .delivery_options .radio .radio_content,
  #page_type_cart .payment_info .radio .radio_content {
    font-size: 14px;
    padding-right: 50px;
    padding-left: 29px;
  }
  #page_type_cart .delivery_options .radio .radio_content .price,
  #page_type_cart .payment_info .radio .radio_content .price {
    position: absolute;
    right: 0;
    top: 8px;
  }
}
#page_type_cart .delivery_options .radio .radio_content .price,
#page_type_cart .payment_info .radio .radio_content .price {
  float: right;
  font-weight: 500;
}
#page_type_cart .delivery_options .radio input:checked + .radio_content,
#page_type_cart .payment_info .radio input:checked + .radio_content {
  font-weight: 500;
}
#page_type_cart .delivery_options .radio input:checked + .radio_content:before,
#page_type_cart .payment_info .radio input:checked + .radio_content:before {
  border-color: #2ABB9B;
  background: #2ABB9B;
  font-weight: 600;
}
#page_type_cart .delivery_options .radio input:checked + .radio_content ~ .option_info,
#page_type_cart .payment_info .radio input:checked + .radio_content ~ .option_info {
  display: block;
}
#page_type_cart .delivery_options .radio label .option_info,
#page_type_cart .payment_info .radio label .option_info {
  display: none;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 14px;
}
#page_type_cart .delivery_options .radio label .option_info:last-child,
#page_type_cart .payment_info .radio label .option_info:last-child {
  padding-bottom: 0;
}
#page_type_cart .delivery_options .radio .option_info,
#page_type_cart .payment_info .radio .option_info {
  padding: 0 45px;
}
#page_type_cart .delivery_options .radio .option_info p,
#page_type_cart .payment_info .radio .option_info p {
  color: #222;
}
#page_type_cart .delivery_options .radio input:checked + .option_info,
#page_type_cart .payment_info .radio input:checked + .option_info {
  display: block;
}
@media only screen and (max-width: 992px) {
  #page_type_cart .delivery_options .radio,
  #page_type_cart .payment_info .radio {
    padding: 0;
  }
  #page_type_cart .delivery_options .radio .radio_content,
  #page_type_cart .payment_info .radio .radio_content {
    padding-bottom: 6px;
  }
  #page_type_cart .delivery_options .radio .radio_content:before,
  #page_type_cart .payment_info .radio .radio_content:before {
    height: 16px;
    width: 16px;
    top: 8px;
  }
  #page_type_cart .delivery_options .radio .radio_content:after,
  #page_type_cart .payment_info .radio .radio_content:after {
    font-size: 6px;
    left: 3px;
    top: 13px;
  }
  #page_type_cart .delivery_options .radio .option_info,
  #page_type_cart .payment_info .radio .option_info {
    padding-left: 29px;
  }
}
#page_type_cart input[type="checkbox"].styled2 + label {
  line-height: 17px !important;
}
#page_type_cart input[type="checkbox"].styled2 + label:before {
  border-color: #bfbfbf !important;
  background: #fff !important;
  height: 17px !important;
  width: 17px !important;
}
#page_type_cart input[type="checkbox"].styled2 + label:after {
  font-weight: 600;
  top: -1px !important;
  left: 4px !important;
}
#page_type_cart input[type="checkbox"].styled2.styled2:checked + label:before {
  background: #2ABB9B !important;
  border-color: #2ABB9B !important;
}
@media only screen and (max-width: 992px) {
  .sat_delivery_info {
    font-size: 12px;
  }
}
.radio_options {
  margin: 30px 0;
}
.radio_options .radio {
  font-size: 15px;
  line-height: 12px;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.radio_options .radio:first-child {
  border-top: 1px solid #eee;
}
.radio_options .radio .payment_option_info,
.radio_options .radio .option_info {
  padding: 0 40px;
}
.radio_options .radio .payment_option_info p,
.radio_options .radio .option_info p {
  margin: 0 0 5px 0;
  font-size: 12px;
  color: #999;
}
.radio_options .radio .payment_option_info .banklink_options .option,
.radio_options .radio .option_info .banklink_options .option {
  border: 1px solid #eee;
  float: left;
  border-radius: 2px;
  margin: 10px 13px 15px 0;
  width: 114px;
}
.radio_options .radio .payment_option_info .banklink_options .option.active,
.radio_options .radio .payment_option_info .banklink_options .option:hover,
.radio_options .radio .option_info .banklink_options .option.active,
.radio_options .radio .option_info .banklink_options .option:hover {
  border: 1px solid #002982;
}
.radio_options .radio .payment_option_info .banklink_options .option label img,
.radio_options .radio .option_info .banklink_options .option label img {
  width: 100%;
}
.radio_options .radio .payment_option_info .banklink_options .option label span,
.radio_options .radio .option_info .banklink_options .option label span {
  display: none;
}
.radio_options .radio .payment_option_info .esto_options label,
.radio_options .radio .option_info .esto_options label {
  width: 100%;
  text-align: center;
  display: block;
  margin: 0;
  padding: 15px 0;
}
.radio_options .radio .radio_content {
  line-height: 20px;
}
.param.styled {
  position: relative;
  margin: 20px 0;
}
.param.styled label {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 100%;
  top: 10px;
  transition: 0.3s ease;
  font-size: 15px;
  max-width: 100%;
  color: #999;
  font-weight: 400;
  cursor: text;
  z-index: 3;
  white-space: nowrap;
  overflow: hidden;
}
.param.styled label:hover + .bootstrap-select {
  border-bottom-color: #222;
}
.param.styled input {
  height: auto;
  padding: 10px 0;
  line-height: 14px;
  border: none;
  border-bottom: 1px solid #eee;
  box-shadow: none;
  transition: border-bottom-color 0.3s ease;
  position: relative;
  background: #fff;
}
.param.styled input:hover {
  border-bottom-color: #222;
  background: url(../../images/frontend/edit_input.png) no-repeat right center;
}
.param.styled input:focus {
  box-shadow: none;
  border-bottom-color: #002982;
  background: none;
}
.param.styled input:read-only {
  background: #ececec;
  padding-left: 10px;
  padding-right: 10px;
}
.param.styled textarea {
  border: none;
  border-bottom: 1px solid #eeeeee;
  resize: none;
  outline: none;
  box-shadow: none;
  height: 38px;
  overflow-y: hidden;
  padding: 10px 0;
}
.param.styled.select label {
  top: 14px;
  left: 10px;
}
.param.styled.select .bootstrap-select {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  height: auto;
  border-bottom: 1px solid #eee;
  padding: 0;
}
.param.styled.select .bootstrap-select .dropdown-toggle {
  background: transparent;
  z-index: 5;
  box-shadow: none;
  outline: none !important;
  padding: 10px 10px;
  padding-right: 30px;
  line-height: 16px;
}
.param.styled.select .bootstrap-select .dropdown-toggle .filter-option {
  font-size: 15px;
  line-height: 17px;
  height: 17px;
  text-transform: none;
  font-weight: 400;
}
.param.styled.select .bootstrap-select .dropdown-toggle:after {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
}
.param.styled.select .bootstrap-select:hover {
  border-bottom-color: #222;
}
.param.styled .info {
  font-size: 10px;
  color: #999;
}
.param.styled.filled label {
  cursor: default;
  top: -13px;
  font-size: 12px;
}
.param.styled.filled.select label {
  top: -18px;
  left: 0;
}
#order_list .collapse-menu .collapse-block:first-child {
  border-top: none;
}
.order_view .order_title {
  display: none;
}
@media print {
  .order_view .order_title {
    display: block;
  }
}
.order_view p {
  line-height: 30px;
}
.order_view h5 {
  font-size: 14px;
}
.order_view .tableblock {
  line-height: 30px;
  margin: 35px 0;
}
.order_view .cart_items_list {
  border-bottom: 1px solid #eee;
}
.order_view .cart_items_list .cart_row {
  border-top: 1px solid #eee;
  padding: 10px 0;
}
.order_view .cart_items_list .cart_row .name a {
  color: #222;
  line-height: 16px;
  text-decoration: none;
}
.order_view .cart_items_list .cart_row .name a.return_item {
  font-size: 12px;
  color: #666;
  text-decoration: underline;
  display: inline-block;
  margin: 10px 0;
}
.order_view .cart_items_list .cart_row .name a.return_item:hover {
  text-decoration: none;
  color: #666;
}
.order_view .cart_items_list .cart_row .amount,
.order_view .cart_items_list .cart_row .sum {
  font-weight: 500;
}
.order_view .cart_items_list .cart_row .sum .valign {
  right: 0;
}
.order_view .cart_items_list .cart_row .price {
  text-align: right;
  line-height: 16px;
}
.order_view .cart_items_list .cart_row .price span {
  display: block;
  color: #002982;
}
.order_view .cart_items_list .cart_row .price span.old_price {
  text-decoration: line-through;
  font-size: 12px;
  color: #999;
}
.order_view .cart_items_list .cart_row .price .valign {
  right: 0;
}
.order_view .cart_items_list .cart_row .col {
  height: 120px;
}
.order_view .cart_items_list .cart_row .valign {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.order_view .cart_totals {
  margin: 20px 0;
}
.order_view .cart_totals .total.bold {
  font-weight: 500;
}
.order_view #prepayment_receiver_info b {
  color: red;
}
.order_view #prepayment_receiver_info > div {
  margin: 10px 0 20px;
  font-weight: normal;
  color: red;
}
#order_return .reason_wrapper,
#order_return .cart_items_list {
  margin: 20px 0;
}
#order_return .radio {
  padding: 0;
  margin: 5px 0;
}
#order_return textarea {
  width: 400px;
  height: 80px;
}
.empty_cart {
  margin-top: 250px;
}
.empty_cart div {
  margin: 25px 0;
}
@media only screen and (max-width: 992px) {
  .empty_cart {
    margin-top: 150px;
  }
}
.omniva-terminal-container .omniva-terminals-list {
  display: none;
}
.omniva-terminal-container .omniva-btn {
  display: none;
}
#widget-modal {
  max-height: 600px;
  height: calc(100% - 40px);
  max-width: 500px;
  width: 100%;
  margin-top: -40px;
}
#omniva_map {
  display: block;
  margin-top: 10px;
}
.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper p {
  color: #fff;
}
.confirm_number_popup {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.login_popup {
  -webkit-box-shadow: 2px 0px 10px 0 rgba(7,31,56,0.3);
  -moz-box-shadow: 2px 0px 10px 0 rgba(7,31,56,0.3);
  box-shadow: 2px 0px 10px 0 rgba(7,31,56,0.3);
  max-width: 600px;
  width: 100% !important;
  background: #fff;
}
.login_popup #login_popup {
  padding: 49px 73px;
}
.login_popup #login_popup h2 {
  font-size: 24px;
  text-align: center;
  margin: 0;
  padding-bottom: 20px;
}
.login_popup #login_popup .register_block {
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 12px;
}
@media only screen and (max-width: 992px) {
  .login_popup #login_popup {
    padding: 20px 15px;
  }
  .login_popup #login_popup h2 {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
  }
  .login_popup #login_popup form {
    margin-top: 0 !important;
  }
}
.login_popup .fancybox-inner {
  max-width: 570px;
  width: 100% !important;
}
@media only screen and (max-width: 992px) {
  .login_popup {
    top: 0 !important;
    left: 0 !important;
    right: 0;
    bottom: 0;
  }
  .login_popup .fancybox-close {
    top: 5px;
    right: 5px;
  }
}
.login_popup .fancybox-close:before {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
#payment-form .frame--activated {
  border: none;
  border-bottom: 1px solid #eee;
  box-shadow: none;
  border-radius: 0;
}
#payment-form .frame--activated:hover {
  border-bottom-color: #222;
}
@media only screen and (max-width: 992px) {
  .courier_info .dropdown-menu.open {
    width: 100%;
  }
}
.courier_info .bs-searchbox input[type="search"]::placeholder {
  font-size: 22px;
  color: lightgrey;
  font-weight: 400;
  font-style: italic;
}
#order_status_form {
  max-width: 600px;
}
.project_crocs {
  line-height: 1;
  padding-top: 0 !important;
}
.project_crocs h1,
.project_crocs h2,
.project_crocs h3 {
  font-weight: 700;
}
.project_crocs #page_type_cart {
  padding-top: 125px;
}
.project_crocs .btn-jibbitz {
  background: none repeat scroll 0 0 transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: auto;
  font-size: inherit;
}
.project_crocs .btn {
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 3px;
}
.project_crocs .btn.btn-primary {
  color: white;
}
.project_crocs .btn.btn-primary:hover {
  color: white;
}
.project_crocs .btn.btn-large,
.project_crocs .btn.btn_big,
.project_crocs .btn.btn-lg {
  height: 46px;
  font-size: 1.25rem;
  padding: 11px 20px;
}
.project_crocs .btn.btn-medium {
  height: 36px;
  font-size: 1.25rem;
  padding: 8px 20px;
}
.project_crocs .btn.btn-default {
  font-weight: 700;
  background-color: #fff;
  color: #141215;
  border: 1px solid #141215;
}
.project_crocs .btn.btn-default:hover {
  border-color: transparent;
  color: #fff;
  background-color: #141215;
}
.project_crocs .btn.btn-more {
  color: #fff;
  background-color: #000;
  border-color: #000;
  padding: 5px 25px;
  font-size: 18px;
  line-height: 1.1;
}
.project_crocs.alias_cart .btn.btn-default:hover {
  background-color: transparent;
  color: #999;
}
.project_crocs .cart_info .discount_loyalty_block .btn-primary {
  color: #002982;
}
.project_crocs:not(.flbx-body-lock) a {
  font: inherit;
  color: #000;
}
.project_crocs a .icon-shopping_bag {
  width: 15px !important;
  height: 15px !important;
  line-height: 15px !important;
  margin-top: -13px;
  display: inline-block;
  font-style: normal;
}
.project_crocs a .icon-shopping_bag:after {
  content: '';
  font-family: symbolset, Arial, sans-serif;
  display: block;
  font-size: 21px;
  color: black;
  top: 9px;
  position: relative;
  z-index: -1;
  left: -11px;
}
.project_crocs a .icon-shopping_bag:before {
  display: none;
}
.project_crocs a.red .icon-shopping_bag:after {
  top: -6px;
}
.project_crocs .size_select.show {
  display: grid !important;
  grid-template-columns: repeat(auto-fill,minmax(70px,1fr));
  gap: 10px 5px;
}
.project_crocs .size_select .btn {
  margin-bottom: 10px;
  font-size: .875rem;
  font-weight: 700;
  border: solid 1px #ccc;
  border-radius: 4px;
  padding: 10px 2px;
  cursor: pointer;
  white-space: nowrap;
  height: auto;
  margin-bottom: 0;
  color: #000;
  border-color: #ccc;
}
.project_crocs .size_select .btn.disabled_btn {
  position: relative;
  background-color: #f7f7f7;
  color: #ccc;
}
.project_crocs .size_select .btn.disabled_btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' baseProfile='tiny' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='80px' height='40px' viewBox='0 0 80 40' focusable='false'><line fill='none' stroke='%23000' x1='80' y1='0' x2='0' y2='40' style='stroke:rgb(204,204,204); stroke-width:2' /></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.project_crocs .size_select .btn.selected {
  border-color: transparent;
  color: #fff;
  background-color: #141215;
}
.project_crocs .size_select .btn.selected.disabled_btn {
  background-color: #6c6a6d;
}
.project_crocs .colors_and_sizes {
  margin-bottom: 15px;
}
.project_crocs .colors_and_sizes .product_colors_alt {
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.project_crocs .colors_and_sizes .product_colors_alt p {
  font-size: 1.1em;
  line-height: 1.5;
}
.project_crocs .colors_and_sizes .product_colors_alt .color {
  margin-bottom: 10px;
  margin-right: 10px;
}
.project_crocs .colors_and_sizes .product_colors_alt .color a {
  border: none;
  border-bottom: 2px solid #eee;
  padding: 5px 5px 3px;
}
.project_crocs .colors_and_sizes .product_colors_alt .color a:hover,
.project_crocs .colors_and_sizes .product_colors_alt .color a.active,
.project_crocs .colors_and_sizes .product_colors_alt .color a.active0 {
  border: 1px solid #141215;
  border-radius: 4px;
}
.project_crocs .colors_and_sizes .product_colors_alt .color a .active {
  border-bottom: 2px solid #000;
}
.project_crocs .cart_add_btn {
  position: relative;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  text-transform: none !important;
}
.project_crocs .cart_add_btn:before {
  content: '';
  font-family: symbolset, Arial, sans-serif;
  position: absolute;
  left: 15px;
  font-size: 20px;
  line-height: 20px;
  margin-top: -5px;
}
.project_crocs #nav_button {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: -15px;
  margin-top: -24px;
  display: inline-block;
  cursor: pointer;
  padding: 15px;
}
.project_crocs #nav_button .m-header-nav-button-icon {
  position: relative;
  width: 20px;
  height: 20px;
}
.project_crocs #nav_button .m-header-nav-button-icon span {
  display: block;
  width: 100%;
  height: 4px;
  background: #000;
  position: absolute;
  top: 0;
  transition: .1s ease-in-out;
}
.project_crocs #nav_button .m-header-nav-button-icon span:nth-child(2) {
  top: 8px;
}
.project_crocs #nav_button .m-header-nav-button-icon span:nth-child(3) {
  top: 16px;
}
.project_crocs #nav_button .m-header-nav.active .m-header-nav-button-icon span {
  top: 9px;
  left: -2px;
  height: 2px;
  width: 24px;
}
.project_crocs #nav_button .m-header-nav.active .m-header-nav-button-icon span:nth-child(1) {
  transform: rotate(45deg);
}
.project_crocs #nav_button .m-header-nav.active .m-header-nav-button-icon span:nth-child(2) {
  opacity: 0;
}
.project_crocs #nav_button .m-header-nav.active .m-header-nav-button-icon span:nth-child(3) {
  transform: rotate(-45deg);
}
.project_crocs .collection_as_button {
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}
.project_crocs .collection_as_button .btn {
  margin-right: 15px;
}
@media only screen and (min-width: 992px) {
  .project_crocs header .logo #nav_button {
    position: absolute;
    top: 27px;
    left: -100px;
    opacity: 0;
    transition: left 0.3s ease, opacity 1.5s ease;
  }
}
.project_crocs .container {
  max-width: 1440px;
  padding-right: 15px;
  padding-left: 15px;
}
.project_crocs .container.min {
  max-width: 650px;
  padding-left: 15px;
  padding-right: 15px;
}
.project_crocs header {
  height: auto;
  position: relative;
  border-bottom: none;
}
.project_crocs header .container_wrp {
  border-bottom: 1px solid #000;
  position: relative;
}
.project_crocs header .logo {
  z-index: 5;
  line-height: 72px;
}
.project_crocs header .logo a {
  vertical-align: middle;
  line-height: 72px;
  margin-left: -11px;
}
.project_crocs header .logo a img {
  height: 55px;
}
.project_crocs header .links {
  padding: 0;
  z-index: 5;
  position: relative;
}
.project_crocs header .links >ul >li {
  position: relative;
  padding-top: 25px;
  border-right: none;
}
.project_crocs header .links >ul >li a i {
  margin-right: 0;
}
.project_crocsbody,
.project_crocs p,
.project_crocs div,
.project_crocs h1,
.project_crocs h2,
.project_crocs h3,
.project_crocs h4,
.project_crocs ul,
.project_crocs ol,
.project_crocs li,
.project_crocs td,
.project_crocs th,
.project_crocs input,
.project_crocs button,
.project_crocs select,
.project_crocs option,
.project_crocs optgroup,
.project_crocs textarea {
  font-family: 'proxima nova', sans-serif;
  font-size: 14px;
  color: #222;
}
.project_crocs.fixed #menu {
  position: fixed !important;
  background-color: white !important;
}
.project_crocs.fixed header .container_wrp {
  height: 72px;
}
.project_crocs.fixed header .container_wrp .container_fixed_wrp {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  border-bottom: 1px solid #000;
}
.project_crocs.fixed header .logo {
  padding-left: 0;
}
.project_crocs.fixed header .logo i {
  left: -100px;
  opacity: 0;
}
.project_crocs .header_top {
  background-color: #000;
}
.project_crocs .header_top .header_text {
  display: inline-block;
  padding: 9px 20px 8px 0;
  color: white;
  font-size: 15px;
  line-height: 16px;
}
.project_crocs .header_top .dropdown .btn {
  color: white;
  padding: 11px 20px;
  display: block;
  border-radius: 0;
}
.project_crocs .header_top .dropdown .btn span {
  font-family: symbolset, Arial, sans-serif;
  margin-left: 8px;
  line-height: 13px;
  font-size: 18px;
  position: relative;
  top: 3px;
}
.project_crocs .header_top .dropdown.open .btn,
.project_crocs .header_top .dropdown:hover .btn {
  text-decoration: none;
  color: #000 !important;
  background-color: #eee;
  border-left-color: #ccc;
  border-right-color: #ccc;
}
@media only screen and (min-width: 992px) {
  .project_crocs .header_top .dropdown .dropdown-menu {
    min-width: 200px;
  }
  .project_crocs .header_top .dropdown:hover .dropdown-menu,
  .project_crocs .header_top .dropdown.open .dropdown-menu {
    padding: 0;
  }
  .project_crocs .header_top .dropdown:hover .dropdown-menu a,
  .project_crocs .header_top .dropdown.open .dropdown-menu a {
    color: #000 !important;
    background-color: #eee;
    border-left-color: #ccc;
    border-right-color: #ccc;
    display: block;
    padding: 12px 20px 13px;
    line-height: 1.1;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid white;
  }
  .project_crocs .header_top .dropdown:hover .dropdown-menu a .icon-heart-empty,
  .project_crocs .header_top .dropdown.open .dropdown-menu a .icon-heart-empty {
    position: relative;
    left: -4px;
  }
  .project_crocs .header_top .dropdown:hover .dropdown-menu a:hover,
  .project_crocs .header_top .dropdown.open .dropdown-menu a:hover {
    text-decoration: underline;
    color: #006da4 !important;
  }
  .project_crocs .header_top .dropdown:hover .dropdown-menu a span,
  .project_crocs .header_top .dropdown.open .dropdown-menu a span {
    padding-left: 0;
  }
  .project_crocs .header_top .dropdown:hover .dropdown-menu ul,
  .project_crocs .header_top .dropdown.open .dropdown-menu ul {
    width: 100%;
    float: none;
  }
  .project_crocs .header_top .dropdown:hover .dropdown-menu ul li,
  .project_crocs .header_top .dropdown.open .dropdown-menu ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .project_crocs .main_menu_wrp {
    position: relative;
  }
}
.project_crocs .main_menu_wrp .contact_phone {
  display: none !important;
}
.project_crocs .main_menu_wrp .js-page-slide.active {
  position: fixed !important;
  background-color: white !important;
  left: 0;
  right: 0;
  z-index: 11 !important;
}
.project_crocs .main_menu_wrp #menu {
  z-index: auto;
  background-color: transparent;
  top: 0px;
  position: absolute;
  box-shadow: none;
}
.project_crocs .main_menu_wrp #menu .navbar-nav > li > .dropdown-menu li.menu_image {
  margin-bottom: 15px;
}
.project_crocs .main_menu_wrp #menu .navbar-nav > li > .dropdown-menu li.menu_image img {
  margin-bottom: 5px;
}
.project_crocs .main_menu_wrp #menu .navbar-nav > li > .dropdown-menu li.menu_image p {
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .project_crocs .main_menu_wrp #menu {
    position: fixed;
  }
}
@media only screen and (max-width: 992px) {
  .project_crocs .main_menu_wrp #menu .js-page-slide-content {
    top: 60px;
  }
}
.project_crocs .main_menu_wrp #menu .navbar-nav {
  width: auto;
  height: 72px;
}
@media only screen and (max-width: 992px) {
  .project_crocs .main_menu_wrp #menu .navbar-nav {
    padding-left: 0 !important;
    height: auto !important;
    margin-left: -20px !important;
    margin-right: -20px !important;
    display: block;
    float: none;
  }
}
.project_crocs .main_menu_wrp #menu .navbar-nav > li {
  margin-top: 21px;
}
.project_crocs .main_menu_wrp #menu .navbar-nav > li .js-page-slide-content li {
  text-transform: none;
}
@media only screen and (min-width: 992px) {
  .project_crocs .main_menu_wrp #menu .navbar-nav > li .js-page-slide-content li {
    font-size: 15px;
  }
  .project_crocs .main_menu_wrp #menu .navbar-nav > li .js-page-slide-content li.special .image,
  .project_crocs .main_menu_wrp #menu .navbar-nav > li .js-page-slide-content li.special1 .image {
    display: flex;
    align-items: center;
  }
  .project_crocs .main_menu_wrp #menu .navbar-nav > li .js-page-slide-content li.special .image img,
  .project_crocs .main_menu_wrp #menu .navbar-nav > li .js-page-slide-content li.special1 .image img {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 992px) {
  .project_crocs .main_menu_wrp #menu .navbar-nav > li {
    line-height: normal;
    width: 100%;
    display: block;
    width: 100% !important;
    min-height: auto;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    border: none;
    border-bottom: 1px solid #999;
  }
  .project_crocs .main_menu_wrp #menu .navbar-nav > li:before {
    content: "▻";
    position: absolute;
    top: 27px;
    right: 10px;
    font-family: "Symbolset";
  }
}
@media only screen and (min-width: 992px) {
  .project_crocs .main_menu_wrp #menu .navbar-nav > li h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 10px;
  }
}
.project_crocs .main_menu_wrp #menu .navbar-nav > li > a {
  font-size: 15px;
  font-weight: 700;
  line-height: 32px;
  padding-bottom: 19px;
}
@media only screen and (max-width: 992px) {
  .project_crocs .main_menu_wrp #menu .navbar-nav > li > a {
    display: block !important;
    justify-content: space-between;
    padding: 20px 15px;
    text-align: left;
    padding-left: 20px;
    font-size: 19px;
  }
  .project_crocs .main_menu_wrp #menu .navbar-nav > li > a:hover {
    background-color: transparent;
  }
}
.project_crocs .main_menu_wrp #menu .navbar-nav > li > a:before {
  display: none;
}
.project_crocs .main_menu_wrp #menu .js-page-slide-content .nav {
  padding-left: 170px;
}
.project_crocs .header_filter {
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
.project_crocs .header_filter .search_top {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 992px) {
  .project_crocs .header_filter {
    border: none !important;
  }
}
.project_crocs.mobile-fixed #content_layout_plain_wrapper .header_filter {
  top: 0 !important;
}
@media only screen and (max-width: 992px) {
  .project_crocs #product_filters li.dropdown h5 {
    text-align: left;
  }
}
.project_crocs .footer_top {
  background-color: #000;
}
.project_crocs .footer_top * {
  color: white;
}
.project_crocs .footer_top .alert {
  color: #222;
}
@media only screen and (min-width: 992px) {
  .project_crocs .footer_top .step1 span {
    position: relative;
    top: 8px;
  }
}
.project_crocs .footer_top .step2 {
  text-align: center;
}
.project_crocs .footer_top .step2 .form-group {
  left: -16px;
}
.project_crocs .footer_top .step2 .form-group label {
  top: -3px;
}
.project_crocs .footer_top .step2 span.form_wrp {
  margin: 0 auto;
  display: inline-block;
}
.project_crocs .footer_top .step2 .btn {
  height: 46px;
  font-size: 1.25rem;
  padding: 11px 20px;
}
.project_crocs .footer_top .step2 input {
  border-bottom: 1px solid white;
  padding-bottom: 3px;
  top: 3px;
  position: relative;
}
.project_crocs .footer_top .step2 .nl_form_privacy_block {
  margin-left: 0;
}
.project_crocs .footer_top .step2 .nl_form_privacy_block label {
  text-align: left;
}
@media only screen and (max-width: 992px) {
  .project_crocs .footer_top .step1 {
    padding-left: 0px;
  }
  .project_crocs .footer_top .step1 .pull-right {
    float: none !important;
    text-align: left;
    padding-bottom: 15px;
  }
  .project_crocs .footer_top .step1 .pull-left {
    float: none !important;
  }
  .project_crocs .footer_top .step1 .pull-left .btn {
    display: block;
    width: 100%;
  }
}
.project_crocs .footer_middle {
  padding-bottom: 40px;
  background-color: #000;
  border-top: 1px solid white;
}
@media only screen and (max-width: 992px) {
  .project_crocs .footer_middle .col {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.project_crocs .footer_middle * {
  color: white !important;
  font-size: 16px;
}
.project_crocs .footer_middle .footer_sup {
  border-bottom: 1px solid white;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}
.project_crocs .footer_middle .footer_sup .col {
  padding-top: 7px;
  padding-bottom: 7px;
}
.project_crocs .footer_middle .footer_sup .cx-svg-link svg {
  width: 1.125em;
  height: 1.125em;
  margin-right: 0.6em;
  flex-shrink: 0;
}
.project_crocs .footer_middle .footer_sup .cx-svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: currentColor;
  position: relative;
  top: 3px;
}
.project_crocs .footer_middle .footer_sup .footer__social li {
  display: inline-block;
  margin-right: 15px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.project_crocs .footer_middle .footer_sup .footer__social li svg {
  top: 0;
}
.project_crocs .footer_middle .footer_sup .footer__social li a:hover svg {
  transform: scale(1.2);
}
.project_crocs .footer_middle .footer_menu {
  padding-top: 20px;
}
.project_crocs .footer_middle .footer_menu h5 {
  border-top: 0;
  border-left: 0;
  border-bottom: 3px solid currentColor;
  border-image-source: linear-gradient(90deg,currentColor 2ch,rgba(255,255,255,0) 2ch);
  border-image-slice: 1;
  padding-bottom: 0.25em;
  margin: 0.625em 0;
  font-weight: 700 !important;
  text-transform: none;
  font-size: 20px;
}
.project_crocs .footer_middle .footer_menu ul li+li {
  margin-top: 10px;
  font-weight: 400;
}
.project_crocs .footer_bottom {
  border-top: 2px solid #fff;
  background-color: #000;
}
.project_crocs .footer_bottom .container {
  padding-top: 10px;
}
.project_crocs .footer_bottom .container .col {
  padding-top: 7px;
  padding-bottom: 7px;
}
@media only screen and (max-width: 992px) {
  .project_crocs .footer_bottom .container .col .pull-left,
  .project_crocs .footer_bottom .container .col .pull-right {
    float: none !important;
  }
}
.project_crocs .footer_bottom .container .solution {
  position: relative;
  top: 100px;
}
@media only screen and (max-width: 992px) {
  .project_crocs .footer_bottom .container .solution.pull-right {
    float: none !important;
  }
}
.project_crocs .footer_bottom:not(.cart) {
  padding-bottom: 90px;
}
.project_crocs .footer_bottom:not(.cart) * {
  color: white;
}
.project_crocs .font-size-largest {
  font-size: 1.25em;
}
.project_crocs .newsletter-form {
  text-align: center;
}
.project_crocs .newsletter-form .step {
  width: 100%;
  line-height: 1;
}
.project_crocs .newsletter-form .step:before {
  display: none;
}
.project_crocs .btn-footer-primary {
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  padding: 15px 25px;
  border: 1px solid #000;
  border-radius: 0;
  cursor: pointer;
  background-color: #fff;
  color: #000;
  height: auto;
  font-weight: 700;
}
.project_crocs .btn-footer-primary:hover {
  background: #000;
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
}
.project_crocs .collections-index-listing .container {
  margin-bottom: 30px;
}
.project_crocs .collections-index-listing .collection {
  padding: 30px 15px;
  background-color: #f7f5f8;
}
.project_crocs .collections-index-listing .collection .collection-header {
  padding-bottom: 14px;
}
.project_crocs .collections-index-listing .collection .collection-header h2 {
  color: #141215;
  font-size: 22px;
  line-height: 24px;
  font-weight: 900;
  text-transform: uppercase !important;
  margin: 0;
}
.project_crocs .collections-index-listing .collection .collection-header a {
  color: #141215 !important;
  font-weight: 700;
  text-transform: uppercase !important;
}
.project_crocs .collections-index-listing .collection .inner_product_element .col {
  background-color: white;
  width: 100% !important;
}
.project_crocs .collections-index-listing .collection .inner_product_element .product {
  padding-bottom: 15px;
}
.project_crocs .collections-index-listing .collection .inner_product_element .product .rating {
  display: none;
}
.project_crocs .collections-index-listing .collection .inner_product_element .product .colors {
  display: none;
}
.project_crocs .collections-index-listing .collection .inner_product_element .product .title,
.project_crocs .collections-index-listing .collection .inner_product_element .product .colors_prices {
  text-align: left;
}
.project_crocs .collections-index-listing .collection .inner_product_element .product .title {
  font-weight: 700 !important;
  text-align: left !important;
  font-size: 14px !important;
}
.project_crocs .collections-index-listing .collection .inner_product_element .product .colors_wrp .colors_prices {
  text-align: left;
}
.project_crocs .collections-index-listing .collection .inner_product_element .product .colors_wrp .colors_prices .price_red {
  color: #C30010;
}
.project_crocs .collections-index-listing .collection .inner_product_element .product .colors_wrp .colors_prices .price_large {
  font-size: 20px;
}
.project_crocs .collections-index-listing .collection .inner_product_element .product .colors_wrp .colors_prices .smaller_text {
  font-size: 14px;
}
.project_crocs .collections-index-listing .collection .inner_product_element .product .colors_wrp .colors_prices .price {
  font-size: 16px;
}
.project_crocs .collections-index-listing .collection .inner_product_element .product .colors_wrp .colors_prices .logged_price {
  font-weight: 700;
}
.project_crocs .collections-index-listing .collection .inner_product_element .product .colors_wrp .colors_prices .old_price {
  text-decoration: line-through;
  font-size: 16px;
}
.project_crocs .collections-index-listing .product a:hover {
  text-decoration: none;
}
.project_crocs .collections-index-listing .product a .thumb {
  padding: 0;
  min-height: 171px;
}
.project_crocs .collections-index-listing .product a .thumb img {
  transform: scale(1);
}
.project_crocs .collections-index-listing .product a .content_wrapper .title_wrapper .title {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: normal;
  height: 36px;
  margin: 10px 0 0;
  max-width: 225px;
  overflow: hidden;
  color: #444 !important;
  text-align: center;
}
.project_crocs .collections-index-listing .product a .content_wrapper .title_wrapper .rating {
  margin: 10px auto;
  height: 16px;
}
.project_crocs .collections-index-listing .product a .colors_wrp {
  text-align: center;
  height: 40px;
}
.project_crocs .collections-index-listing .product a .colors_wrp .price {
  font-size: 18px;
  font-weight: 700;
}
.project_crocs .collections-index-listing .product a .colors_wrp .colors_prices {
  display: block;
}
.project_crocs .collections-index-listing .product a .colors_wrp .colors {
  height: 28px;
  margin: 15px 0 10px 0;
}
.project_crocs .collections-index-listing .product a .colors_wrp .colors .pcolor:hover {
  border-width: 1px;
  box-shadow: inset 0 0 0 1px #444, inset 0 0 0 3px #fff;
}
.project_crocs .collections-index-listing .product a .colors_wrp .colors .more {
  color: #006da4;
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  display: inline-block;
  top: -3px;
  position: relative;
}
.project_crocs .wishlist_add {
  right: auto;
  left: 5px;
  top: 5px;
}
.project_crocs #similar_products .product .product_element .colors .pcolor,
.project_crocs #product_listing .product  .product_element .colors .pcolor,
.project_crocs #searchBlock .product  .product_element .colors .pcolor {
  width: 28px;
  height: 28px;
}
.project_crocs .fancy-search .search_block #search_results_block > div.search_products .product a {
  margin-top: 5px !important;
}
.project_crocs .fancy-search .search_block #search_results_block > div.search_products .product a:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23), 0 1px 3px rgba(0,0,0,0.24);
}
.project_crocs #similar_products .content,
.project_crocs #product_listing .content,
.project_crocs #search_results_block .content {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.project_crocs #similar_products .product,
.project_crocs #product_listing .product,
.project_crocs #search_results_block .product {
  position: relative;
  border: none;
}
.project_crocs #similar_products .product:hover,
.project_crocs #product_listing .product:hover,
.project_crocs #search_results_block .product:hover {
  z-index: 10;
}
.project_crocs #similar_products .product .product_element,
.project_crocs #product_listing .product .product_element,
.project_crocs #search_results_block .product .product_element {
  display: block;
  position: relative;
  overflow: visible !important;
  margin: 0 7.5px 35px;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.24);
  border-radius: 2px;
}
@media only screen and (min-width: 992px) {
  .project_crocs #similar_products .product .product_element:hover,
  .project_crocs #product_listing .product .product_element:hover,
  .project_crocs #search_results_block .product .product_element:hover {
    box-shadow: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .project_crocs #similar_products .product .product_element,
  .project_crocs #product_listing .product .product_element,
  .project_crocs #search_results_block .product .product_element {
    padding-bottom: 0;
  }
}
.project_crocs #similar_products .product .product_element a,
.project_crocs #product_listing .product .product_element a,
.project_crocs #search_results_block .product .product_element a {
  box-shadow: none;
}
.project_crocs #similar_products .product .product_element .content_wrapper .title_wrapper .price,
.project_crocs #product_listing .product .product_element .content_wrapper .title_wrapper .price,
.project_crocs #search_results_block .product .product_element .content_wrapper .title_wrapper .price {
  width: 100%;
  display: block;
  text-align: center;
}
.project_crocs #similar_products .product .product_element .content_wrapper .title_wrapper .price .old_price,
.project_crocs #product_listing .product .product_element .content_wrapper .title_wrapper .price .old_price,
.project_crocs #search_results_block .product .product_element .content_wrapper .title_wrapper .price .old_price {
  margin-left: 0;
}
.project_crocs #similar_products .product .product_element .price_red,
.project_crocs #product_listing .product .product_element .price_red,
.project_crocs #search_results_block .product .product_element .price_red {
  color: #C30010 !important;
}
.project_crocs #similar_products .product .product_element .price_red .fa-percentage,
.project_crocs #product_listing .product .product_element .price_red .fa-percentage,
.project_crocs #search_results_block .product .product_element .price_red .fa-percentage {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #C30010;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  margin-right: 5px;
  color: #fff;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
.project_crocs #similar_products .product .product_element .price_large,
.project_crocs #product_listing .product .product_element .price_large,
.project_crocs #search_results_block .product .product_element .price_large {
  font-size: 20px;
}
.project_crocs #similar_products .product .product_element .smaller_text,
.project_crocs #product_listing .product .product_element .smaller_text,
.project_crocs #search_results_block .product .product_element .smaller_text {
  font-size: 14px;
}
.project_crocs #similar_products .product .product_element .price,
.project_crocs #product_listing .product .product_element .price,
.project_crocs #search_results_block .product .product_element .price {
  font-size: 16px;
}
.project_crocs #similar_products .product .product_element .logged_price,
.project_crocs #product_listing .product .product_element .logged_price,
.project_crocs #search_results_block .product .product_element .logged_price {
  font-weight: 700;
}
.project_crocs #similar_products .product .product_element .old_price,
.project_crocs #product_listing .product .product_element .old_price,
.project_crocs #search_results_block .product .product_element .old_price {
  text-decoration: line-through;
  font-size: 16px;
}
.project_crocs #similar_products .product .product_element .color_count,
.project_crocs #product_listing .product .product_element .color_count,
.project_crocs #search_results_block .product .product_element .color_count {
  display: none;
}
.project_crocs #similar_products .product .product_element .thumb,
.project_crocs #product_listing .product .product_element .thumb,
.project_crocs #search_results_block .product .product_element .thumb {
  padding: 0;
}
.project_crocs #similar_products .product .product_element .thumb img,
.project_crocs #product_listing .product .product_element .thumb img,
.project_crocs #search_results_block .product .product_element .thumb img {
  transform: scale(1.3);
}
.project_crocs #similar_products .product .product_element .thumb.search img,
.project_crocs #product_listing .product .product_element .thumb.search img,
.project_crocs #search_results_block .product .product_element .thumb.search img {
  transform: none;
  max-height: 100%;
  width: auto;
}
.project_crocs #similar_products .product .product_element .content_wrapper .title_wrapper .title,
.project_crocs #product_listing .product .product_element .content_wrapper .title_wrapper .title,
.project_crocs #search_results_block .product .product_element .content_wrapper .title_wrapper .title {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: normal;
  height: 36px;
  margin: 10px 0 0;
  max-width: 225px;
  overflow: hidden;
  color: #444 !important;
  text-align: center;
}
.project_crocs #similar_products .product .product_element .content_wrapper .title_wrapper .rating,
.project_crocs #product_listing .product .product_element .content_wrapper .title_wrapper .rating,
.project_crocs #search_results_block .product .product_element .content_wrapper .title_wrapper .rating {
  margin: 10px auto;
  height: 16px;
}
.project_crocs #similar_products .product .product_element .colors_wrp,
.project_crocs #product_listing .product .product_element .colors_wrp,
.project_crocs #search_results_block .product .product_element .colors_wrp {
  text-align: center;
}
.project_crocs #similar_products .product .product_element .colors_wrp .price,
.project_crocs #product_listing .product .product_element .colors_wrp .price,
.project_crocs #search_results_block .product .product_element .colors_wrp .price {
  font-size: 18px;
  font-weight: 700;
}
.project_crocs #similar_products .product .product_element .colors_wrp .colors_prices,
.project_crocs #product_listing .product .product_element .colors_wrp .colors_prices,
.project_crocs #search_results_block .product .product_element .colors_wrp .colors_prices {
  display: block;
  height: 36px;
}
.project_crocs #similar_products .product .product_element .colors_wrp .colors,
.project_crocs #product_listing .product .product_element .colors_wrp .colors,
.project_crocs #search_results_block .product .product_element .colors_wrp .colors {
  height: 28px;
  margin: 15px 0 10px 0;
  display: inline-block;
  line-height: 15px;
}
.project_crocs #similar_products .product .product_element .colors_wrp .colors .pcolor:hover,
.project_crocs #product_listing .product .product_element .colors_wrp .colors .pcolor:hover,
.project_crocs #search_results_block .product .product_element .colors_wrp .colors .pcolor:hover {
  border-width: 1px;
  box-shadow: inset 0 0 0 1px #444, inset 0 0 0 3px #fff;
}
.project_crocs #similar_products .product .product_element .colors_wrp .colors .more,
.project_crocs #product_listing .product .product_element .colors_wrp .colors .more,
.project_crocs #search_results_block .product .product_element .colors_wrp .colors .more {
  color: #006da4;
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  display: inline-block;
  top: -3px;
  position: relative;
}
.project_crocs #similar_products .product .product_element .hover_element,
.project_crocs #product_listing .product .product_element .hover_element,
.project_crocs #search_results_block .product .product_element .hover_element {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -60px;
}
.project_crocs #similar_products .product .product_element .hover_element .shadow,
.project_crocs #product_listing .product .product_element .hover_element .shadow,
.project_crocs #search_results_block .product .product_element .hover_element .shadow {
  box-shadow: 0 5px 15px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23), 0 1px 3px rgba(0,0,0,0.24);
  height: 100%;
  width: 100%;
  background-color: white;
}
@media only screen and (min-width: 992px) {
  .project_crocs #similar_products .product .product_element:hover .hover_element,
  .project_crocs #product_listing .product .product_element:hover .hover_element,
  .project_crocs #search_results_block .product .product_element:hover .hover_element {
    display: block;
  }
  .project_crocs #similar_products .product .product_element:hover .quick_look,
  .project_crocs #product_listing .product .product_element:hover .quick_look,
  .project_crocs #search_results_block .product .product_element:hover .quick_look {
    background-color: white;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.project_crocs #filters #filter {
  box-shadow: none;
}
.project_crocs #filters #filter > div:after {
  display: none;
}
.project_crocs #filters #filter #product_filters {
  border: none;
  display: block;
}
.project_crocs #filters #filter #product_filters > li .simple_filter h5 {
  border-bottom: 1px solid #ccc;
  font-weight: 700;
  text-transform: none;
  font-size: 16px;
}
.project_crocs #filters #filter #product_filters > li .simple_filter h5 {
  padding-left: 15px;
  padding-right: 42px;
  font-weight: 600;
}
.project_crocs #filters #filter #product_filters > li .simple_filter h5:after {
  font-family: symbolset;
  font-size: 1em;
  line-height: 1.5;
  content: "+";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -0.7em;
  display: block;
  transition: all .3s;
}
.project_crocs #filters #filter #product_filters > li .simple_filter:after {
  display: none;
}
.project_crocs #filters #filter #product_filters > li .simple_filter#sort_filter {
  border: 2px solid #000;
}
.project_crocs #filters #filter #product_filters > li .simple_filter#sort_filter h5 {
  border-bottom: none;
}
.project_crocs #filters #filter #product_filters > li .simple_filter#sort_filter h5:after {
  content: '';
  position: absolute;
  top: 0;
  right: 11px;
  height: calc(99.75%);
  width: 1.625em;
  margin: .125em;
  z-index: 2;
  pointer-events: none;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZvY3VzYWJsZT0nZmFsc2UnIHZpZXdCb3g9JzAgMCAyNCA0NCc+PHBhdGggZD0nTTE4LjkyLDE5Ljg3bC02LjcxLDYuNzJhLjMxLjMxLDAsMCwxLS40MiwwTDUuMDgsMTkuODdhLjMuMywwLDAsMSwwLS40MWwyLjA1LTIuMDVhLjMxLjMxLDAsMCwxLC40MiwwTDEyLDIxLjg4bDQuNDYtNC40N2EuMzEuMzEsMCwwLDEsLjQyLDBsMiwyLjA1YS4zMi4zMiwwLDAsMSwuMDguMjFBLjMuMywwLDAsMSwxOC45MiwxOS44N1onLz48L3N2Zz4=);
}
.project_crocs #filters #filter #product_filters > li .simple_filter#sort_filter .filter_dropdown {
  position: absolute;
  min-width: auto;
  left: 0;
  right: 0;
  padding: 5px;
  background-color: white;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .project_crocs #filters #filter #product_filters > li .simple_filter#sort_filter .filter_dropdown {
    box-shadow: 0px 4px 35px #000000;
  }
}
@media only screen and (max-width: 992px) {
  .project_crocs #filters #filter #product_filters > li .simple_filter#sort_filter .filter_dropdown {
    border: 1px solid black;
  }
}
.project_crocs #filters #filter #product_filters > li .simple_filter#sort_filter .filter_dropdown ul li {
  padding: 10px 15px;
}
.project_crocs #filters #filter #product_filters > li .simple_filter#sort_filter .filter_dropdown ul li:hover {
  background-color: black;
  color: white;
}
.project_crocs #filters #filter #product_filters > li .simple_filter .filter_dropdown {
  position: relative;
  min-width: auto;
  box-shadow: none;
  padding-left: 15px;
}
@media only screen and (max-width: 992px) {
  .project_crocs #filters #filter #product_filters > li .simple_filter .filter_dropdown {
    padding: 22px 23px;
  }
}
.project_crocs #filters #filter #product_filters > li .simple_filter.active h5:after {
  transform: rotate(45deg);
}
.project_crocs #filters #filter #product_filters > li .simple_filter.active#sort_filter h5:after {
  transform: rotate(180deg);
}
.project_crocs #filters .cx-svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: currentColor;
}
.project_crocs #filters .items_count {
  font-weight: 400;
  font-size: 16px;
  float: right;
}
.project_crocs #filters h2 {
  font-size: 20px;
  font-weight: 700;
}
.project_crocs #filters h2 a span {
  position: relative;
  top: -3px;
  left: 10px;
}
.project_crocs .simple_filter .filter_dropdown .filter_link {
  font-weight: 700;
}
.project_crocs .simple_filter .filter_dropdown .filter_link.color {
  position: relative;
  background-color: #f8f9fa;
  border-radius: 50px;
  width: auto;
  height: auto;
  padding: 5px 10px 5px 5px;
  color: #000;
}
.project_crocs .simple_filter .filter_dropdown .filter_link.color.active:before {
  left: 8px;
  top: 10px;
  font-size: 7px;
}
.project_crocs .simple_filter .filter_dropdown .filter_link.color span {
  margin-top: 0 !important;
}
.project_crocs .simple_filter .filter_dropdown .filter_link.color span.name {
  width: auto !important;
  height: auto !important;
  float: left;
  display: inline-block;
  margin-left: 5px;
}
.project_crocs .simple_filter .filter_dropdown .filter_link.color span.round {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  text-align: center;
  float: left;
  margin: 0;
}
.project_crocs .simple_filter .filter_dropdown .filter_link.color span.check {
  height: 18px;
  width: 18px;
  display: inline-block;
  position: absolute;
  left: 1px;
  top: 1px;
}
.project_crocs .simple_filter .filter_dropdown .filter_link.color.white_color {
  border: none;
}
.project_crocs .simple_filter .filter_dropdown .filter_link.color:hover:not(.disabled).white_color span {
  height: 18px;
  width: 18px;
}
.project_crocs .simple_filter .filter_dropdown .filter_link.color:hover:not(.disabled) {
  transform: none;
}
.project_crocs .simple_filter .filter_dropdown .filter_link.color:hover:not(.disabled) span {
  transform: none;
}
.project_crocs .simple_filter .filter_dropdown .filter_link.color:hover:not(.disabled) span.name {
  height: auto;
  width: auto;
}
.project_crocs .simple_filter .filter_dropdown .filter_link.color:hover:not(.disabled) span.check {
  opacity: 1;
}
.project_crocs .clear_all_filters .single_filters a {
  font-size: .875rem;
  line-height: 1.286;
  color: #2e363a;
  display: inline-block;
  position: relative;
  padding: 3px 5px;
  background: #fafcf6;
  border-radius: 4px;
  padding-right: 25px;
  font-weight: 700;
}
.project_crocs .clear_all_filters .single_filters a:hover {
  text-decoration: underline;
  box-shadow: 0 1px 1px rgba(0,0,0,0.07), 0 2px 1px rgba(0,0,0,0.06), 0 1px 3px rgba(0,0,0,0.1);
}
.project_crocs .clear_all_filters .single_filters a:hover:after {
  text-decoration: none;
}
.project_crocs .clear_all_filters .single_filters a:hover:before {
  display: none;
}
.project_crocs .clear_all_filters .single_filters a:after {
  font-size: 7px;
  right: 5px;
}
.project_crocs .rating {
  background: url(../../images/frontend/stars_crocs.png?v=1) no-repeat;
  background-size: 70px;
}
.project_crocs .rating span {
  background: url(../../images/frontend/stars_hover_crocs.png?v=1) no-repeat;
  background-size: 70px;
}
.project_crocs #content_layout_products_wrapper {
  overflow: visible;
}
.project_crocs #content_layout_products_wrapper #main_content .page_title {
  text-align: left;
  font-weight: 700;
}
.project_crocs .collections-index-listing .owl-nav {
  display: block !important;
  top: 50%;
  position: absolute;
  left: 0;
  right: 0;
}
.project_crocs .owl-nav {
  position: relative;
}
.project_crocs .owl-nav .owl-next,
.project_crocs .owl-nav .owl-prev {
  font-size: 2.25rem !important;
  line-height: 1.55 !important;
  margin-top: -28px !important;
  font-weight: 100 !important;
  background-color: rgba(251,251,251,0.75) !important;
  color: #000 !important;
  top: 50%;
  padding: 0 15px 0px 15px !important;
  width: 40px;
}
.project_crocs .owl-nav .owl-next {
  position: absolute;
  right: 0;
}
.project_crocs .owl-nav .owl-prev {
  position: absolute;
  left: 0;
}
.project_crocs .path a {
  position: relative;
  color: #000 !important;
  background-color: #f5f9fb;
  padding: 5px 7px;
  border-radius: 5px;
  margin-top: 7px;
  white-space: nowrap;
  display: inline-block;
  padding-right: 20px;
  font-size: 16px;
}
.project_crocs .path a:after {
  position: absolute;
  content: '>';
  right: 5px;
  font-weight: 700;
}
.project_crocs .path a.last:after {
  content: 'x';
}
.project_crocs #page_type_product .collections-index-listing .collection {
  background-color: #f7f5f8 !important;
}
.project_crocs #page_type_product .collections-index-listing .collection .collection-header h2 {
  text-transform: none !important;
  font-weight: 700;
}
.project_crocs #detailed_product .size_chart {
  position: relative;
  top: 12px;
  float: right;
  text-decoration: underline;
  color: #006da4 !important;
  font-size: 14px;
}
.project_crocs #detailed_product .size_chart svg {
  width: 1.125em;
  height: 1.125em;
  margin-right: 0.6em;
  flex-shrink: 0;
}
.project_crocs #detailed_product #photos .main_photo {
  width: 100% !important;
}
.project_crocs #detailed_product #photos .thumbs_block {
  width: auto;
  height: auto;
  display: block;
}
.project_crocs #detailed_product #photos .thumbs_block .thumbs {
  height: auto;
  width: 100%;
}
.project_crocs #detailed_product #photos .thumbs_block .thumbs img {
  margin-right: 5px;
}
.project_crocs #detailed_product #photos .thumbs_block .thumbs img:last-child {
  margin-right: 0;
}
.project_crocs #detailed_product #photos .thumbs_block .thumbs > .slick-list.draggable {
  height: auto !important;
}
@media only screen and (min-width: 992px) {
  .project_crocs #detailed_product #product_wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.project_crocs #detailed_product #product_wrapper .gallery_top_section {
  position: absolute;
  left: auto;
  z-index: 3;
  right: 0;
}
.project_crocs #detailed_product #product_wrapper .gallery_top_section .wishlist_add {
  display: inline-block;
  position: relative;
  float: right;
}
.project_crocs #detailed_product #product_wrapper .gallery_top_section #product_flags {
  float: right;
  margin-top: auto;
}
.project_crocs #detailed_product #product_wrapper .gallery_top_section #product_flags .flag {
  background-color: #dfead2;
  border-radius: 20px;
  text-transform: uppercase;
  padding: 4px 16px;
  color: #141215;
  font-weight: 700;
  font-size: 18px;
}
.project_crocs #detailed_product #product_wrapper .product_title {
  line-height: .8;
  font-size: 1.125em;
  color: #000;
  margin: 0.625em 0;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}
.project_crocs #detailed_product #product_wrapper .ratings .info {
  padding-left: 6px;
  font-size: .75rem;
  text-decoration: none;
}
.project_crocs #detailed_product #product_wrapper .ratings .rating {
  width: 55px;
  height: 10px;
  background-size: 55px;
}
.project_crocs #detailed_product #product_wrapper .ratings .rating span {
  background-size: 55px;
  height: 12px;
}
.project_crocs #detailed_product #product_wrapper .default_tags > div .tag.in_warehouse {
  background: #000;
}
.project_crocs #detailed_product .prices_wrp #cart_add_form {
  display: none;
}
.project_crocs #detailed_product .add_to_cart_wrp .product_price_block {
  display: none;
}
.project_crocs #detailed_product .add_to_cart_wrp .wishlist-heart__img path {
  stroke: #fff !important;
}
.project_crocs #detailed_product .wishlist_add.active .wishlist-heart__img path {
  fill: #000;
}
.project_crocs #detailed_product .wishlist_add .wishlist-heart__img {
  display: inline;
  width: 1.1875rem;
  height: 1.1875rem;
  vertical-align: middle;
  stroke: #000;
  stroke-width: 1.5;
  fill: transparent;
}
.project_crocs #detailed_product .wishlist_add_btn {
  float: right;
  padding: 16.5px 13px;
}
.project_crocs #detailed_product .wishlist_add_btn.active .wishlist-heart__img path {
  fill: #fff;
}
.project_crocs #detailed_product .wishlist_add_btn .wishlist-heart__img {
  display: inline;
  width: 1.5rem;
  height: 1.35625rem;
  vertical-align: middle;
  stroke: #fff;
  stroke-width: 1.5;
}
.project_crocs #detailed_product .wishlist_add_btn .wishlist-heart__img path {
  fill: transparent;
}
.project_crocs .cart_add_btn {
  height: 55px !important;
}
.project_crocs .cart_add_btn:before {
  display: none;
}
.project_crocs .btn_wrp {
  width: 100%;
  padding-right: 51px;
}
.project_crocs .login_area {
  display: none;
}
@media only screen and (max-width: 992px) {
  .project_crocs .login_area {
    display: block;
  }
  .project_crocs .login_area .nav li a {
    background-color: #000;
    color: white !important;
    font-weight: 400 !important;
  }
  .project_crocs .login_area .nav li a:hover {
    color: white !important;
    background-color: #000 !important;
  }
}
.project_crocs .size_switch {
  float: left;
}
.project_crocs .size_switch .slider {
  background-color: #000;
}
.project_crocs .size_switch .switch_label {
  top: 4px;
  position: relative;
}
.project_crocs .features {
  border-top: 2px solid #225B80;
  padding-top: 20px;
  padding-bottom: 30px;
}
.project_crocs .features .col {
  width: 33.333%;
}
.project_crocs .features .col img {
  vertical-align: top;
  float: left;
}
@media only screen and (max-width: 992px) {
  .project_crocs .features .col {
    margin-bottom: 11px;
  }
}
.project_crocs .features .text_box {
  margin-left: 80px;
}
@media only screen and (max-width: 992px) {
  .project_crocs .features .text_box {
    margin-left: 90px;
    display: block;
  }
}
.project_crocs .features .text_box.secure {
  margin-left: 90px;
}
.project_crocs .features .title {
  display: inline-block;
  color: #225B80;
  border-bottom: 2px solid currentColor;
  padding-bottom: 3px;
  margin-bottom: 4px;
  font-size: 18px;
  margin-top: 0;
}
.project_crocs .features .desc {
  margin-top: 0;
}
.project_crocs .features .cx-svg--border {
  box-sizing: content-box;
  padding: 8px;
  border: 2px solid currentColor;
  border-radius: 2px;
  width: 3.125rem;
  height: 3.125rem;
  fill: currentColor;
  float: left;
}
.project_crocs .features .icon-lock:before {
  font-size: 42px;
  position: relative;
  top: 3px;
  left: -5px;
}
.project_crocs li.search_top_position {
  margin-top: 13px;
  padding-top: 0 !important;
}
.project_crocs li.search_top_position #searchBtn {
  position: absolute;
  z-index: 1;
  right: 32px;
  top: 15px;
}
@media only screen and (max-width: 1450px) {
  .project_crocs li.search_top_position #searchBtn {
    right: 8px;
  }
  .project_crocs li.search_top_position #searchBtn span {
    transform: scale(-1.2,1.2);
    top: 14px;
  }
}
@media only screen and (max-width: 992px) {
  .project_crocs li.search_top_position #searchBtn {
    right: 49px;
  }
}
.project_crocs li.search_top_position #searchBtn span {
  font-family: symbolset, Arial, sans-serif;
  color: #000;
  vertical-align: middle;
  transform: scale(-1,1);
  display: inline-block !important;
  font-size: 21px;
}
.project_crocs li.search_top_position .search_block {
  display: block !important;
}
@media only screen and (max-width: 1450px) {
  .project_crocs li.search_top_position .search_block {
    display: none !important;
  }
}
.project_crocs li.search_top_position .search_block form#searchForm {
  background-color: #fff;
  border: 1px solid #8f8f8f;
  border-radius: 2px;
  line-height: 1em;
  color: #000;
  min-height: 2.75em;
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 46px;
}
.project_crocs li.search_top_position input[name="query"] {
  width: calc(98%);
  height: calc(98%);
  position: absolute;
  top: 1px;
  left: 1px;
  font-size: 16px;
  border: none;
  border-radius: 0;
  outline: 0 !important;
  box-shadow: none !important;
  padding: 0.875em 0.5em;
  background-color: transparent;
  appearance: none;
  color: #444;
  padding-right: 40px;
  overflow: hidden;
  padding-left: 15px;
}
@media only screen and (max-width: 992px) {
  .project_crocs li.wishlist_info a {
    position: relative;
    right: 29px;
    top: -3px;
  }
}
.project_crocs .buttons_block {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .project_crocs .buttons_block .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .project_crocs .buttons_block .row .col {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.project_crocs .buttons_block h1,
.project_crocs .buttons_block h2,
.project_crocs .buttons_block h3,
.project_crocs .buttons_block h4,
.project_crocs .buttons_block h5,
.project_crocs .buttons_block h6 {
  font-size: 20px;
  line-height: 1.2;
  color: #444;
  padding-bottom: 30px !important;
}
.project_crocs .buttons_block .btn {
  margin-bottom: 15px;
}
.project_crocs .similar_style_products {
  margin-bottom: 15px;
}
.project_crocs .fancybox-overlay {
  background: rgba(255,255,255,0.9);
}
.project_crocs .faq_block {
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
}
.project_crocs .faq_block .collapse-menu {
  border-bottom: none;
}
.project_crocs .faq_block .collapse-menu .collapse-block {
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 992px) {
  .project_crocs .faq_block .collapse-menu .collapse-block .slide_block {
    padding-top: 0 !important;
  }
}
.project_crocs .faq_block .collapse-menu .collapse-block h6 {
  font-size: 20px;
  line-height: 1.2;
  color: #444;
}
.project_crocs .faq_block .collapse-menu .collapse-block >div {
  border-top: 1px solid #ebebeb;
}
.project_crocs .faq_block .collapse-menu .collapse-block >div >div {
  font-size: 16px;
  line-height: 1.5;
}
.project_crocs .faq_block .collapse-menu .collapse-block >div >div p:first-child {
  margin-top: 0;
}
.project_crocs .faq_block .collapse-menu .collapse-block >div >div p:last-child {
  margin-bottom: 0;
}
.project_crocs .faq_block .collapse-menu .collapse-block .title {
  padding-right: 70px;
}
@media only screen and (min-width: 992px) {
  .project_crocs .faq_block .collapse-menu .collapse-block .title:after {
    font-family: symbolset;
    content: "+";
    font-size: .75em;
    line-height: 1.5;
    transform: rotate(0);
    transition: all .3s;
    top: 50%;
    margin-top: -11px;
    right: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .project_crocs .faq_block .collapse-menu .collapse-block.active .title:after {
    transform: rotate(45deg);
  }
}
.project_crocs .faq_block .collapse-menu .collapse-block .title + div {
  padding-top: 30px;
}
.project_crocs .faq_block .collapse-menu .collapse-block:last-child {
  border-bottom: 1px solid #ccc;
}
.project_crocs #middle_banner .banner_container,
.project_crocs #middle_banner_mobile .banner_container,
.project_crocs #tag_banner .banner_container,
.project_crocs #tag_banner_mobile .banner_container {
  margin-bottom: 15px;
  position: relative;
}
.project_crocs #middle_banner .banner_container .wrp,
.project_crocs #middle_banner_mobile .banner_container .wrp,
.project_crocs #tag_banner .banner_container .wrp,
.project_crocs #tag_banner_mobile .banner_container .wrp {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.project_crocs #middle_banner .banner_container .wrp .vcenter,
.project_crocs #middle_banner_mobile .banner_container .wrp .vcenter,
.project_crocs #tag_banner .banner_container .wrp .vcenter,
.project_crocs #tag_banner_mobile .banner_container .wrp .vcenter {
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.project_crocs #middle_banner .banner_container .wrp .vcenter .main_link,
.project_crocs #middle_banner_mobile .banner_container .wrp .vcenter .main_link,
.project_crocs #tag_banner .banner_container .wrp .vcenter .main_link,
.project_crocs #tag_banner_mobile .banner_container .wrp .vcenter .main_link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.project_crocs #middle_banner .banner_container .wrp .vcenter .banner_content,
.project_crocs #middle_banner_mobile .banner_container .wrp .vcenter .banner_content,
.project_crocs #tag_banner .banner_container .wrp .vcenter .banner_content,
.project_crocs #tag_banner_mobile .banner_container .wrp .vcenter .banner_content {
  position: relative;
  z-index: 2;
}
.project_crocs #middle_banner .banner_container .wrp .vcenter .title,
.project_crocs #middle_banner_mobile .banner_container .wrp .vcenter .title,
.project_crocs #tag_banner .banner_container .wrp .vcenter .title,
.project_crocs #tag_banner_mobile .banner_container .wrp .vcenter .title {
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 15px;
}
.project_crocs #middle_banner .banner_container .wrp .vcenter .cta1,
.project_crocs #middle_banner_mobile .banner_container .wrp .vcenter .cta1,
.project_crocs #tag_banner .banner_container .wrp .vcenter .cta1,
.project_crocs #tag_banner_mobile .banner_container .wrp .vcenter .cta1 {
  font-size: 16px;
  text-decoration: underline;
  font-weight: 400;
  text-transform: none;
}
.project_crocs #middle_banner .banner_container .wrp .vcenter .cta1:hover,
.project_crocs #middle_banner_mobile .banner_container .wrp .vcenter .cta1:hover,
.project_crocs #tag_banner .banner_container .wrp .vcenter .cta1:hover,
.project_crocs #tag_banner_mobile .banner_container .wrp .vcenter .cta1:hover {
  font-weight: 700;
}
.project_crocs #tag_banner .container {
  overflow: hidden;
}
.project_crocs #tag_banner .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.project_crocs #tag_banner .row .col {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.project_crocs .simple_filter .filter_dropdown.sizes li {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(6ch,1fr));
  gap: 10px 5px;
}
.project_crocs .simple_filter .filter_dropdown.sizes li a {
  border-radius: 3px;
  font-size: 16px;
  width: auto;
  height: auto;
  font-weight: 400;
  outline-offset: -1px;
}
.project_crocs .simple_filter .filter_dropdown.sizes li a:hover {
  background-color: #ebebeb;
  color: black;
}
.project_crocs #offer_menu6.active ul.filter_dropdown li {
  display: inline-block;
  width: 50%;
  float: left;
  padding: 2.5px;
}
.project_crocs #offer_menu6.active ul.filter_dropdown li a {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  padding-left: 0;
  padding-right: 0;
  border: 1px solid #e4e1e5;
  background-color: #fff;
  box-shadow: none;
  border-radius: 4px;
  margin: 0;
  height: 80px;
  padding-top: 5px;
}
.project_crocs #offer_menu6.active ul.filter_dropdown li a img {
  margin: 0 auto 5px;
}
.project_crocs #offer_menu6.active ul.filter_dropdown li a:before {
  display: none;
}
.project_crocs #offer_menu6.active ul.filter_dropdown li a:hover {
  font-weight: 700;
  box-shadow: 0 1px 3px rgba(52,54,73,0.15);
}
.project_crocs #offer_menu6.active ul.filter_dropdown li a.active {
  border: 2px solid #006da4 !important;
  color: #006da4;
}
.project_crocs .wishlist-heart__img {
  width: 24px;
  height: 23px;
}
.project_crocs .wishlist-heart__img path {
  stroke: #000;
  stroke-width: 1.5;
  fill: transparent;
}
.project_crocs .page_editor_template {
  max-width: 1200px;
  margin: 0 auto;
}
.project_crocs .page_editor_template.render_hero_banner {
  max-width: none;
}
.project_crocs .page_editor_template.render_small_banner >div >.container,
.project_crocs .page_editor_template.render_tag_banner >div >.container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.project_crocs .page_editor_template.render_hero_banner .item {
  margin-top: 0;
}
.project_crocs .page_editor_template .banner-render img {
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .project_crocs .page_editor_template .banner-render-col2,
  .project_crocs .page_editor_template .banner-render-col3 {
    margin-bottom: 0 !important;
  }
  .project_crocs .page_editor_template .banner-render-col2 table > tbody > tr > td,
  .project_crocs .page_editor_template .banner-render-col3 table > tbody > tr > td {
    width: 100% !important;
    display: block;
    margin-bottom: 20px;
  }
}
.project_crocs .page_editor_template .col2-text-render table tbody tr td:nth-child(1) {
  padding-right: 15px;
}
.project_crocs .page_editor_template .col2-text-render table tbody tr td:nth-child(2) {
  padding-left: 15px;
}
.project_crocs .page_editor_template .col3-text-render table tbody tr td:nth-child(1) {
  padding-right: 10px;
}
.project_crocs .page_editor_template .col3-text-render table tbody tr td:nth-child(2) {
  padding: 0 5px;
}
.project_crocs .page_editor_template .col3-text-render table tbody tr td:nth-child(3) {
  padding-left: 10px;
}
.project_crocs .page_editor_template .text-render {
  max-width: 800px;
}
@media only screen and (min-width: 992px) {
  .project_crocs .page_editor_template .text-render {
    margin: 30px auto !important;
  }
}
@media only screen and (max-width: 992px) {
  .project_crocs .page_editor_template .text-render {
    margin: 15px auto !important;
  }
}
.project_crocs .page_editor_template .text-render p {
  font-size: 16px;
  line-height: 26px;
}
.project_crocs .page_editor_template .text-banner-render table tbody tr td:nth-child(2) {
  padding-left: 30px;
}
.project_crocs .page_editor_template .products-render {
  margin: 0 auto;
  max-width: 950px;
}
.project_crocs .page_editor_template .products-render .product {
  background: #fff;
}
@media only screen and (max-width: 479px) {
  .project_crocs .page_editor_template .products-render .product a .thumb {
    height: auto;
    min-height: 80px;
  }
}
.project_crocs .page_editor_template .products-render table > tbody > tr > td {
  padding: 3px;
}
@media only screen and (max-width: 992px) {
  .project_crocs .page_editor_template .products-render.four_row table > tbody > tr > td {
    width: 50% !important;
    float: left;
  }
  .project_crocs .page_editor_template .products-render.four_row table > tbody > tr > td:nth-of-type(2n+3) {
    clear: left;
  }
}
.project_crocs .page_editor_template .page_title {
  font-size: 48px;
  text-align: center;
  margin: 0 0 20px 0;
}
.project_crocs .page_editor_template .item {
  margin-bottom: 20px;
}
.project_crocs .page_editor_template .item h2 {
  font-size: 24px;
}
.project_crocs .page_editor_template .item .date,
.project_crocs .page_editor_template .item .desc {
  margin: 10px 0;
}
.project_crocs .page_editor_template .item .date {
  font-size: 12px;
  color: #999;
}
.project_crocs .page_editor_template .item .desc {
  line-height: 1.71;
}
.project_crocs .page_editor_template .item .photo img {
  margin: 0 auto;
}
.project_crocs .page_editor_template .item .content .wrp {
  margin-left: 15px;
}
.project_crocs .page_editor_template .btn:not(.next-page):not(.btn-default) {
  background-color: transparent;
  color: #999999;
  font-size: 12px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
  padding: 25px 25px 25px 0;
  text-align: left;
  white-space: normal;
}
.project_crocs .page_editor_template .btn:not(.next-page):not(.btn-default):after {
  display: block;
  content: '';
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e81c';
  font-size: 13px;
  position: absolute;
  right: 20px;
}
.project_crocs .page_editor_template .btn:not(.next-page):not(.btn-default):hover {
  color: #727272;
  border-color: #c0c0c0;
}
.project_crocs .page_editor_template .btn.next-page {
  background: transparent;
}
.project_crocs .page_editor_template .btn.next-page:hover {
  background: #ff3556;
}
.project_crocs .page_editor_template .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.project_crocs .product_buy .price_block {
  margin-top: 15px;
  margin-bottom: 0;
}
.project_crocs #product_sizes {
  margin-top: 0px;
}
.project_crocs .iframe_wrp {
  padding: 15px;
}
.project_crocs .iframe_wrp .slick-track img {
  height: auto;
}
.project_crocs .iframe_wrp .main_photo {
  height: 498px;
}
.project_crocs .iframe_wrp .size_chart,
.project_crocs .iframe_wrp .loyalty_price_register,
.project_crocs .iframe_wrp .wishlist_add {
  display: none !important;
}
.project_crocs .iframe_wrp .product_link {
  padding: 20px;
  text-align: center;
}
.project_crocs .iframe_wrp .product_link a {
  color: #006da4;
  text-decoration: none;
  font-size: 16px;
}
.project_crocs #page_type_plain_for_newsletter header {
  position: absolute;
}
.project_crocs #page_type_plain_for_newsletter .newsletter-form .step2 {
  padding-left: 0;
}
.project_crocs #page_type_plain_for_newsletter .newsletter-form .step2 .form_wrp {
  display: flex !important;
  flex-direction: column;
}
.project_crocs #page_type_plain_for_newsletter .newsletter-form .step2 .form-group {
  display: block;
  margin-bottom: 15px;
}
.project_crocs #page_type_plain_for_newsletter .newsletter-form .step2 .form-group input {
  padding-top: 5px;
  padding-bottom: 5px;
  height: auto;
}
.project_crocs #page_type_plain_for_newsletter .newsletter-form .step2 .btn {
  padding-top: 13px;
  padding-bottom: 13px;
}
.project_crocs #page_type_plain_for_newsletter .newsletter-form .nl_form_privacy_block {
  margin-left: 0;
}
.project_crocs #product_listing_dynamic .btn-medium {
  font-size: 0.75rem;
}
.project_crocs .slick-slider .slick-prev,
.project_crocs .slick-slider .slick-next {
  display: block;
  background-color: rgba(251,251,251,0.75);
  display: flex;
  transform: translateY(-50%);
  transition: opacity .3s;
  position: absolute;
  top: 50%;
  z-index: 2;
  border: none;
}
.project_crocs .slick-slider .slick-prev {
  left: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  padding-left: 13px;
}
.project_crocs .slick-slider .slick-prev:after {
  content: "‹";
}
.project_crocs .slick-slider .slick-next {
  right: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  padding-left: 13px;
}
.project_crocs .slick-slider .slick-next:after {
  content: "›";
}
.project_crocs .slick-slider .sold_out {
  padding-top: 0 !important;
}
.project_crocs .slick-slider button {
  height: 56px;
  width: 40px;
  position: absolute;
  bottom: 0px;
  right: 10px;
  background-color: transparent;
  border-color: transparent;
}
.project_crocs .links_carousel a:hover,
.project_crocs .links_carousel a:focus {
  text-decoration: none;
  outline: none;
}
.project_crocs .links_carousel .list {
  margin-left: -10px;
  margin-right: -10px;
}
.project_crocs .links_carousel .list .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
  height: auto !important;
}
.project_crocs .links_carousel .list .slick-slide .item {
  border-radius: 0.5rem;
  width: auto;
  text-align: center;
  font-weight: 500;
  font-size: 1.125rem;
  position: relative;
}
.project_crocs .links_carousel .list .slick-slide .item .image-wrapper {
  width: 100%;
  height: 13.8125rem;
  border-radius: .5rem;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .project_crocs .links_carousel .list .slick-slide .item .image-wrapper {
    height: 9.75rem;
  }
}
.project_crocs .links_carousel .list .slick-slide .item .image-wrapper img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.project_crocs .links_carousel .list .slick-slide .item .label {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  width: 100%;
  background-color: rgba(255,255,255,0.8);
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.project_crocs .links_carousel .list .slick-slide .item .label h4 {
  color: #141215;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.75rem;
  font-family: 'Proxima Nova', sans-serif;
  text-transform: none;
  margin: 0;
  font-weight: 400;
}
.project_crocs .links_carousel .list .slick-slide .item .label svg {
  display: none;
}
.project_crocs .links_carousel .list .text_bottom .image-wrapper {
  height: 240px !important;
}
.project_crocs .links_carousel .list .text_bottom .label {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  font-weight: 700 !important;
  font-size: 1.5rem !important;
  line-height: 1.75rem !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  -webkit-line-clamp: 2 !important;
  padding: 0.6rem 0 0 !important;
}
.project_crocs .links_carousel .list .text_bottom .label h4 {
  color: #000 !important;
}
.project_crocs .links_carousel .list .text_bottom .label svg {
  display: none;
}
.project_crocs.alias_cart #recommended_info .sold_out {
  padding-top: 0 !important;
}
.project_crocs.alias_cart #recommended_info .add2cart {
  position: absolute;
  bottom: 0px;
  right: 10px;
  background-color: transparent;
  border-color: transparent;
}
.project_crocs.alias_cart #recommended_info .add2cart svg {
  display: inline;
}
.project_crocs .lg-next:before {
  content: '>';
}
.project_crocs .lg-prev:after {
  content: '<';
}
.project_crocs .newsletter-form .nl_form_privacy_block a {
  color: #fff;
  text-decoration: underline;
}
.project_crocs .newsletter-form .form-group input {
  border-bottom: 1px solid #fff !important;
}
.product_element .spec_wrp {
  height: 15px;
  position: relative !important;
  left: auto !important;
  top: 2px !important;
  text-align: left;
}
.product_element .spec_wrp .cta3 {
  background-color: white !important;
  text-transform: none;
  line-height: 14px !important;
  height: 14px !important;
  padding-left: 0;
}
.newsletter-form:not(.footer) .step .btn {
  font-size: 10px;
  font-weight: 500;
  padding: 15px;
  line-height: 100%;
  border: none;
  outline: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.newsletter-form:not(.footer) .step svg {
  display: block;
  width: 35px;
  position: absolute;
  top: 9px;
  right: auto;
  bottom: 0;
  left: 6px;
}
.newsletter-form:not(.footer) .step a {
  color: black;
}
.newsletter-form:not(.footer) .step .form-group input {
  border-bottom: 1px solid #ccc !important;
}

