/**
 * WARNING: Do not change this file. Your changes will be lost.
 * */
@s_color = #004174;
@s_bg-color = #004174;
@s_border-color = #004174;
@s_gfonts = Open Sans;
@s_hfonts = Montserrat;
/*=================== VARIABLES ====================*/
/*===================================================

  $variable name: property (color, font family, etc ) !default;

  You can change only property (right part of expression).
  Do not change the variable name!!!

  Some properties inherit other variables, e.g.:
  $heading_color: $text_color_dark !default;

  You can change this property to your own, e.g.:
  $heading_color: #ff00ff;

====================================================*/
/* Components */
/* loader */
body:not(.no-loader) > *:not(.body-preloader) {
  opacity: 0;
}

body:not(.no-loader) .mobilemenu {
  opacity: 0;
}

.gdw-loader, .ezp-spinner {
  transition: 0.5s;
  animation: loader-rotate .8s infinite linear;
  background: none !important;
  border: 3px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  content: "";
  height: 34px !important;
  left: 50%;
  line-height: 1;
  margin-left: -17px;
  margin-top: -17px;
  pointer-events: none;
  position: absolute;
  top: 50% !important;
  -webkit-animation: loader-rotate .8s infinite linear;
  width: 34px !important;
  z-index: 154 !important;
}

@keyframes loader-rotate {
  from {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }

  to {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
  }
}

.prd-grid-wrap {
  position: relative;
}

.prd-grid-wrap .loader-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.9);
  min-height: 500px;
  opacity: 0;
  pointer-events: none;
  z-index: 3;
}

.prd-grid-wrap .loader-wrap .dots {
  left: 50%;
  padding: 0;
  position: fixed;
  top: 50vh;
  transform: translateX(-50%);
}

.prd-grid-wrap.is-loading .loader-wrap {
  opacity: 1;
  pointer-events: auto;
}

.body-preloader {
  position: fixed;
  z-index: 10000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  transition: 0.5s;
}

body.no-loader .body-preloader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.no-loader .bnslider-loader {
  display: none;
}

.loader-wrap {
  margin: auto;
  pointer-events: none;
  text-align: center;
}

.loader-wrap .dot {
  animation-direction: alternate;
  animation-duration: 0.35s;
  animation-iteration-count: infinite;
  animation-name: wave;
  animation-timing-function: cubic-bezier(0.64, 0.12, 0.79, 0.35);
  background-color: #004174;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 17px;
  margin: 0 5px;
  pointer-events: none;
  width: 17px;
}

@keyframes wave {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(15px);
  }
}

.dot.two {
  animation-delay: 0.25s;
  background-color: #15c979;
}

.dot.three {
  animation-delay: 0.4s;
  background-color: #e53d60;
}

/*structure*/
.row {
  min-width: 100%;
}

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

@supports (-webkit-overflow-scrolling: touch) {
  .row:before, .prd-grid:before {
    content: none;
  }

  .row:after, .prd-grid:after {
    content: '';
  }
}

body.mac .row:before, body.mac .row:after, body.mac .prd-grid:before, body.mac .prd-grid:after {
  display: none;
}

.vert-margin-double {
  margin-top: -30px;
  margin-bottom: -30px;
}

@media (max-width: 767px) {
  .vert-margin-double {
    margin-top: -30px;
    margin-bottom: -30px;
  }
}

@media (max-width: 479px) {
  .vert-margin-double {
    margin-top: -20px;
    margin-bottom: -20px;
    margin-bottom: -20px;
  }
}

.vert-margin-double > * {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .vert-margin-double > * {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
  .vert-margin-double > * {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.vert-margin {
  margin-top: -15px;
  margin-bottom: -15px;
}

@media (max-width: 767px) {
  .vert-margin {
    margin-top: -15px;
    margin-bottom: -15px;
  }
}

@media (max-width: 479px) {
  .vert-margin {
    margin-top: -10px;
    margin-bottom: -10px;
  }
}

.vert-margin > * {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .vert-margin > * {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 479px) {
  .vert-margin > * {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.vert-margin-middle {
  margin-top: -10px;
  margin-bottom: -10px;
}

.vert-margin-middle > * {
  margin-top: 10px;
  margin-bottom: 10px;
}

.vert-margin-less {
  margin-top: -5px;
  margin-bottom: -5px;
}

.vert-margin-less > * {
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .vert-margin-md {
    margin-top: -15px;
    margin-bottom: -15px;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .vert-margin-md {
    margin-top: -15px;
    margin-bottom: -15px;
  }
}

@media (max-width: 991px) and (max-width: 479px) {
  .vert-margin-md {
    margin-top: -10px;
    margin-bottom: -10px;
  }
}

@media (max-width: 991px) {
  .vert-margin-md > * {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .vert-margin-md > * {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) and (max-width: 479px) {
  .vert-margin-md > * {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.page-content > .container:first-child {
  margin-top: 30px;
}

@media (max-width: 479px) {
  .page-content > .container:first-child {
    margin-top: 30px;
  }
}

/*holder*/
.holder {
  margin-top: 65px;
}

@media (max-width: 767px) {
  .holder {
    margin-top: 45px;
  }
}

@media (max-width: 479px) {
  .holder {
    margin-top: 35px;
  }
}

@media (max-width: 479px) {
  .page-content > .holder:first-child {
    margin-top: 20px;
  }
}

@media (max-width: 479px) {
  .page-content > .holder.show_under_header + .holder.show_under_header {
    margin-top: 20px;
  }
}

.aside .holder {
  max-width: 100%;
}

.holder-divider {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #f7f7f7;
}

body.fullwidth .page-content .holder:not(.boxed):not(.fullboxed) > .container,
body.fullwidth .page-footer.global_width .holder > .container,
body.fullwidth .page-footer.global_width > .container,
body.fullwidth .hdr.global_width .container,
body .page-content .holder.fullwidth > .container {
  width: 100%;
  max-width: none;
}

body.fullwidth .page-content .holder.full-nopad:not(.boxed):not(.fullboxed) > .container,
body.fullwidth .page-footer.global_width .holder.full-nopad > .container,
body .page-content .holder.fullwidth.full-nopad > .container {
  padding-left: 0;
  padding-right: 0;
}

body .page-content .holder.fullboxed > .container {
  padding-bottom: 0;
  margin-bottom: 0;
  background-color: transparent;
}

body.boxed .page-content .holder:not(.fullwidth):not(.fullboxed),
body.boxed .page-footer.global_width .holder,
body .page-content .holder.boxed {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (min-width: 768px) {
  body.boxed .page-content .holder:not(.fullwidth):not(.fullboxed),
    body.boxed .page-footer.global_width .holder,
    body .page-content .holder.boxed {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  body.boxed .page-content .holder:not(.fullwidth):not(.fullboxed),
    body.boxed .page-footer.global_width .holder,
    body .page-content .holder.boxed {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  body.boxed .page-content .holder:not(.fullwidth):not(.fullboxed),
    body.boxed .page-footer.global_width .holder,
    body .page-content .holder.boxed {
    width: 1170px;
  }
}

body.boxed .page-content .holder:not(.fullwidth):not(.fullboxed):not(.boxed) > .container,
body.boxed .page-footer.global_width .holder > .container {
  width: 100%;
}

body .page-content .holder.boxed > .container {
  width: calc(100% - 30px) !important;
  padding-left: 0;
  padding-right: 0;
}

body .page-footer.fullwidth .holder > .container,
body .page-footer.fullwidth .container {
  width: 100%;
  max-width: none;
  overflow-x: hidden;
}

body .page-footer.fullwidth .holder.full-nopad > .container {
  padding-left: 0;
  padding-right: 0;
}

body .page-footer.fullboxed > .holder > .container,
body .page-footer.fullboxed > .container {
  padding-bottom: 0;
  margin-bottom: 0;
  background-color: transparent;
}

body .page-footer.boxed .holder,
body .page-footer.boxed > .container {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (min-width: 768px) {
  body .page-footer.boxed .holder,
    body .page-footer.boxed > .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  body .page-footer.boxed .holder,
    body .page-footer.boxed > .container {
    width: 910px;
  }
}

@media (min-width: 1200px) {
  body .page-footer.boxed .holder,
    body .page-footer.boxed > .container {
    width: 1140px;
  }
}

body .page-footer.boxed .holder > .container,
  body .page-footer.boxed > .container > .container {
  width: 100%;
}

body .hdr.fullwidth .container {
  width: 100%;
  max-width: none;
  overflow-x: hidden;
}

body .hdr.fullboxed .container {
  padding-bottom: 0;
  margin-bottom: 0;
  background-color: transparent;
}

body .hdr.boxed .container {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (min-width: 768px) {
  body .hdr.boxed .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  body .hdr.boxed .container {
    width: 910px;
  }
}

@media (min-width: 1200px) {
  body .hdr.boxed .container {
    width: 1140px;
  }
}

body .hdr.boxed .container > .container {
  width: 100%;
}

.holder.bgcolor {
  background: #f7f7f7;
}

.holder.bgcolor-1 {
  background: #004174;
}

.holder.bgcolor-2 {
  background: #f3f4f6;
}

@media (max-width: 767px) {
  .holder.bgcolor-sm-none {
    background: transparent !important;
  }
}

@media (max-width: 479px) {
  .holder.bgcolor-xs-none {
    background: transparent !important;
  }
}

.holder-bg-03 {
  background-color: #f9f9fa;
}

.holder-bg-04 {
  background-color: #fff;
}

.holder-bg-05 {
  background-color: #f8fdfe;
}

.holder-bg-06 {
  background-color: #f8fdfe;
}

.holder-bg-07 {
  background-color: #f9f9fa;
}

.holder-bg-08 {
  background-color: #f7fcff;
}

.holder-bg-09 {
  background-color: #f9f9fa;
}

.holder-bg-10 {
  background-color: #f9f9fa;
}

.holder-bg-11 {
  background-color: #f7f7f7;
}

.holder-bg-12 {
  background-color: #f3f4f6;
}

.holder-bg-13 {
  background-color: #54555d;
}

.holder-bg-14 {
  background-color: #f3f4f6;
}

.holder-bg-15 {
  background-color: #f3f4f6;
}

.holder-bg-16 {
  background-color: #f7f7f7;
}

.holder-bg-17 {
  background-color: #f7f7f7;
}

.holder > .container > .row:not([class]) > [class*='col']:not(.aside) {
  margin-top: 30px;
}

@media (max-width: 479px) {
  .holder > .container > .row:not([class]) > [class*='col']:not(.aside) {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .holder > .container > .row.no-gutters > [class*='col-xs']:not(:first-child) {
    margin-top: 0;
  }
}

.holder > .container > .row:not([class]):first-child:not(.slick-slider) {
  margin-top: -30px;
}

@media (max-width: 479px) {
  .holder > .container > .row:not([class]):first-child:not(.slick-slider) {
    margin-top: -20px;
  }
}

.holder > .container > .row:not([class]) > [class*='col']:last-child {
  margin-bottom: 0;
}

*.fullwidth--nopad > .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

*.fullwidth--nopad > .container .row {
  margin-left: 0;
  margin-right: 0;
}

*.fullwidth--nopad > .container [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.holder.fullheight {
  height: 100vh;
}

/* banner grid */
.holder > .container > .bnr-grid {
  margin-top: 0;
  margin-bottom: 0;
}

.holder > .container > .bnr-grid:not(.no-gutters):not(.slick-slider):first-child {
  margin-top: -30px;
  margin-bottom: 0;
}

@media (max-width: 479px) {
  .holder > .container > .bnr-grid:not(.no-gutters):not(.slick-slider):first-child {
    margin-top: -20px;
  }
}

.holder > .container > .bnr-grid:not(.no-gutters):not(.slick-slider) > [class*="col-"] {
  margin-top: 30px;
  margin-bottom: 0;
}

@media (max-width: 479px) {
  .holder > .container > .bnr-grid:not(.no-gutters):not(.slick-slider) > [class*="col-"] {
    margin-top: 20px;
  }
}

body.is-fixed, html.is-fixed {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body.has-scrollmenu {
  overflow-x: hidden;
}

[data-bgimage], .bg-cover {
  background-size: cover;
  background-position: center;
}

.bg-cover {
  display: block;
  height: 100%;
}

.fullheight[data-bgimage] {
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.aside > .holder:not([class*='offset-']):first-child {
  margin-top: 0;
}

.aside > .shopify-section > .holder {
  max-width: 100%;
}

.aside > .shopify-section > .holder > .container {
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.aside > .shopify-section > .holder.bgcolor > .container,
.aside > .shopify-section > .holder.fullwidth.bgcolor > .container,
.aside > .shopify-section > .holder.fullwidth.bgcolor {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.aside > .shopify-section > .holder.fullboxed:not(.aside--bg-none),
.aside > .shopify-section > .holder.fullwidth.full-nopad.bgcolor > .container {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.aside > .shopify-section > .holder.fullwidth.full-nopad.bgcolor > .container .row.no-gutters {
  margin-left: -15px;
  margin-right: -15px;
}

.aside > .row-aside-column {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

body .aside > .shopify-section > .holder > .container {
  width: 100% !important;
}

@media (max-width: 767px) {
  .aside.sideColumn {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }
}

.aside .holder > .container {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 768px) {
  .aside {
    -ms-flex-order: 1;
    order: 1;
  }

  .aside--left {
    -ms-flex-order: 0;
    order: 0;
  }

  .aside--right {
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 767px) {
  .aside:not(.fixed-col) + .aside {
    margin-top: 40px;
  }
}

@media (max-width: 479px) {
  .aside:not(.fixed-col) + .aside {
    margin-top: 30px;
  }
}

.aside-block-delimiter {
  border-top: 1px;
  border-top-style: solid;
  border-top-color: #f7f7f7;
  margin-top: 30px;
}

.aside-block-delimiter:not(:last-child) {
  padding-bottom: 30px;
}

.aside-block > h2 {
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .d-lg-block + .aside-block {
    margin-top: 0;
  }
}

.row--sm-pad {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.row--sm-pad > [class*='col'] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.row--xs-pad {
  margin-left: -5px;
  margin-right: -5px;
}

.row--xs-pad > [class*='col'] {
  padding-left: 5px;
  padding-right: 5px;
}

@media (max-width: 991px) {
  .row.mobile-sm-pad {
    margin-left: -10px;
    margin-right: -10px;
  }

  .row.mobile-sm-pad > [class*='col'], .row.mobile-sm-pad .slick-slide .bnr {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 991px) {
  .row.mobile-xs-pad {
    margin-left: -5px;
    margin-right: -5px;
  }

  .row.mobile-xs-pad > [class*='col'], .row.mobile-xs-pad .slick-slide .bnr {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 768px) {
  .chess-left-bg {
    position: absolute;
    width: calc(50vw - 8px);
    height: 100%;
    left: 15px;
    top: 0;
    background-size: cover;
    background-position: center;
  }

  .chess-left-bg + [class*='col-'] {
    float: right;
  }

  .chess-right-bg {
    position: absolute;
    width: calc(50vw - 8px);
    height: 100%;
    left: 50%;
    top: 0;
    background-size: cover;
    background-position: center;
  }

  .chess-right-bg + [class*='col-'] {
    float: left;
  }

  .row-chess {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }

  .row-chess > [class*='col-'].pull-right {
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .row-chess {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .chess-right-bg, .chess-left-bg {
    min-height: 200px;
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .half-bg-left,
  .half-bg-right {
    height: 300px;
    background-size: cover;
  }

  .row--half > [class*='col-'] {
    width: 100%;
  }
}

.side-fixed {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}

@media (max-width: 1479px) {
  .side-fixed {
    display: none;
  }
}

.left-fixed {
  position: absolute;
  width: 100%;
  left: -180px;
  top: 0;
}

.left-fixed > * {
  height: 100vh;
  position: relative;
}

.left-fixed > * + * {
  margin-top: 20vh;
}

.left-fixed img {
  position: absolute;
  left: 0;
  top: 50%;
  animation: smRotate_l 7s infinite;
}

.right-fixed {
  position: absolute;
  width: 100%;
  right: -180px;
  top: 80vh;
}

.right-fixed > * {
  height: 100vh;
  position: relative;
}

.right-fixed > * + * {
  margin-top: 20vh;
  height: 100vh;
}

.right-fixed img {
  position: absolute;
  right: 0;
  top: 50%;
  animation: smRotate_r 7s infinite;
}

@keyframes smRotate_l {
  50% {
    transform: rotate(-7deg);
  }
}

@keyframes smRotate_r {
  50% {
    transform: rotate(7deg);
  }
}

@media (min-width: 992px) {
  .col-lg-35 {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }

  .col-lg-75 {
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
  }
}

/*aside columns*/
.aside .aside-d-none {
  display: none !important;
}

.aside .aside--bg-none {
  background: none !important;
}

.aside .aside--bg-none:not(.mt-0) {
  padding: 0 !important;
}

.aside .aside-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.aside .aside-col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.aside .aside-col-1 {
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.aside .aside-col-2 {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.aside .aside-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.aside .aside-col-4 {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.aside .aside-col-5 {
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.aside .aside-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.aside .aside-col-7 {
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.aside .aside-col-8 {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.aside .aside-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.aside .aside-col-10 {
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.aside .aside-col-11 {
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.aside .aside-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 480px) {
  .aside .aside-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .aside .aside-col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .aside .aside-col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .aside .aside-col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .aside .aside-col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .aside .aside-col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .aside .aside-col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .aside .aside-col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .aside .aside-col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .aside .aside-col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .aside .aside-col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .aside .aside-col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .aside .aside-col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .aside .aside-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .aside .aside-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .aside .aside-col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .aside .aside-col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .aside .aside-col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .aside .aside-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .aside .aside-col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .aside .aside-col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .aside .aside-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .aside .aside-col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .aside .aside-col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .aside .aside-col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .aside .aside-col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .aside .aside-col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .aside .aside-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .aside .aside-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .aside .aside-col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .aside .aside-col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .aside .aside-col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .aside .aside-col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .aside .aside-col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .aside .aside-col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .aside .aside-col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .aside .aside-col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .aside .aside-col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .aside .aside-col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .aside .aside-col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .aside .aside-col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .aside .aside-col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .aside .aside-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .aside .aside-col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .aside .aside-col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .aside .aside-col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .aside .aside-col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .aside .aside-col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .aside .aside-col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .aside .aside-col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .aside .aside-col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .aside .aside-col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .aside .aside-col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .aside .aside-col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .aside .aside-col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .aside .aside-col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.fullpage-section {
  background-size: cover;
}

.fullpage-section .holder {
  max-width: 100%;
}

.fullpage-section .holder:first-child:not(.mt-0) {
  margin-top: 60px !important;
}

@media screen and (max-width: 991px) {
  #fp-nav.fp-right {
    right: 0 !important;
  }
}

#fullpage .fullpage-section:last-child .page-footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 991px) {
  .fullpage-layout .hdr {
    position: absolute;
    width: 100%;
    border-bottom: 0;
  }

  .fullpage-layout .hdr .hdr-topline {
    display: none;
  }
}

.show_under_header {
  opacity: 0;
  transition: opacity 0.5s;
}

.page-content {
  position: relative;
}

.page-content-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  pointer-events: none;
  display: -ms-flexbox;
  display: flex;
  transition: 0.75s ease 0.75s;
  background-color: #fff;
  animation: hideLoader 5s forwards;
}

.page-content-loader .loader-wrap {
  margin-top: 35vh;
}

body.hide-until-loaded .page-content-loader {
  opacity: 1;
}

body:not(.hide-until-loaded) .page-content-loader {
  opacity: 0;
}

@keyframes hideLoader {
  0% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fp-section.fp-table {
  overflow: hidden;
}

.fp-tableCell, .fp-tableCell > div:not(.holder) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.fp-tableCell > div:not(.holder) {
  background-size: cover;
  height: 100%;
  width: 100%;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 20px;
  width: 20px;
  margin: -10px 0 0 -10px;
  border-radius: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: #004174;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  #fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 18px;
    width: 18px;
    margin: -9px 0 0 -9px;
  }
}

@media screen and (max-width: 479px) {
  #fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 10px;
    width: 10px;
    margin: -5px 0 0 -5px;
    border: 0;
    background-color: #004174;
  }
}

#fp-nav ul li:hover a:not(.active) span, .fp-slidesNav ul li:hover a:not(.active) span {
  background-color: #004174;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  height: 10px;
  width: 10px;
  background: #0f0f0f;
  margin: -5px 0 0 -5px;
  transition: all 0s ease;
}

#fp-nav ul li, .fp-slidesNav ul li {
  width: 20px;
  height: 20px;
  margin: 10px 5px;
}

@media screen and (max-width: 767px) {
  #fp-nav ul li, .fp-slidesNav ul li {
    margin: 8px 0;
  }
}

.footer-top-negative {
  position: relative;
  top: -160px;
  margin-bottom: -160px;
  padding-top: 80px;
}

@media screen and (max-width: 1199px) {
  .footer-top-negative {
    top: -120px;
    margin-bottom: -120px;
    padding-top: 60px;
  }
}

@media screen and (max-width: 991px) {
  .footer-top-negative {
    top: -80px;
    margin-bottom: -80px;
    padding-top: 30px;
  }
}

.post-full img, .panel-body img, .post-prw-big img, .tab-content img, p > img, .custom-text img {
  max-width: 100%;
}

/* typography */
body {
  background-color: #fff;
  color: #656565;
  letter-spacing: 0;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
  overflow-x: hidden;
}

html.touch {
  overflow-x: hidden;
}

b, strong {
  font-weight: 700;
}

.page-content p {
  margin: 20px 0 0 0;
}

.page-content p:first-child {
  margin-top: 0;
}

.page-content p img {
  max-width: 100%;
}

a, a:hover, a:focus {
  outline: none;
  transition: color 0.2s ease;
}

a {
  color: #004174;
}

a:hover {
  color: #656565;
}

a:focus {
  text-decoration: none;
  color: #004174;
}

a.dark-color, .page-content p > a.dark-color {
  color: #000;
}

a.dark-color:hover, a.dark-color:focus, .page-content p > a.dark-color:hover, .page-content p > a.dark-color:focus {
  color: #000;
  text-decoration: underline;
}

.page-content p > a {
  color: #004174;
  text-decoration: none;
}

.page-content p > a:hover, .page-content p > a:focus {
  color: #000;
  text-decoration: underline;
}

.page-content p b {
  color: #000;
}

.text-dark {
  color: #000;
}

input:focus, textarea:focus, button:focus {
  outline: 0;
}

ul, ol {
  margin-bottom: 0;
}

/* typography - headings */
h1, .h1-style {
  margin: 0 0 30px;
  padding: 0;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5em;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1, .h1-style {
    margin: 0 0 30px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  h1, .h1-style {
    font-size: 20px;
    margin: 0 0 25px;
  }
}

@media only screen and (max-width: 479px) {
  h1, .h1-style {
    font-size: 18px;
    margin: 0 0 15px;
  }
}

h1 + .row:not(.no-gutters), h1 + .under-title, h1 + .prd-carousel-tabs, .h1-style + .row:not(.no-gutters), .h1-style + .under-title, .h1-style + .prd-carousel-tabs {
  margin-top: -15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 + .row:not(.no-gutters), h1 + .under-title, h1 + .prd-carousel-tabs, .h1-style + .row:not(.no-gutters), .h1-style + .under-title, .h1-style + .prd-carousel-tabs {
    margin-top: -15px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  h1 + .row:not(.no-gutters), h1 + .under-title, h1 + .prd-carousel-tabs, .h1-style + .row:not(.no-gutters), .h1-style + .under-title, .h1-style + .prd-carousel-tabs {
    margin-top: -5px;
  }
}

@media only screen and (max-width: 479px) {
  h1 + .row:not(.no-gutters), h1 + .under-title, h1 + .prd-carousel-tabs, .h1-style + .row:not(.no-gutters), .h1-style + .under-title, .h1-style + .prd-carousel-tabs {
    margin-top: -5px;
  }
}

h2, .h2-style {
  margin: 0 0 20px;
  padding: 0;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2em;
}

@media only screen and (max-width: 479px) {
  h2, .h2-style {
    font-size: 16px;
    margin: 0 0 15px;
  }
}

.h-lg {
  font-size: 44px;
  line-height: 1em;
}

@media screen and (max-width: 767px) {
  .h-lg {
    font-size: 30px;
  }
}

.h-xl {
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 1em;
}

@media screen and (max-width: 1199px) {
  .h-xl {
    font-size: 50px;
  }
}

@media screen and (max-width: 991px) {
  .h-xl {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .h-xl {
    font-size: 30px;
  }
}

h2.h-category {
  margin-bottom: 0;
  color: #fff;
  background-color: #004174;
  padding: 16px 15px 13px;
}

.aside--left h2.h-category {
  text-align: left;
}

.aside--right h2.h-category {
  text-align: right;
}

h3, .h3-style {
  margin: 0 0 20px;
  padding: 0;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5em;
}

h3.h-lined, .h3-style.h-lined {
  padding-bottom: 15px;
  margin-bottom: 30px;
}

h4, .h4-style {
  margin: 0 0 20px;
  padding: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 24px;
  letter-spacing: .5px;
}

h4 [class*="icon-"], .h4-style [class*="icon-"] {
  padding-right: 10px;
  color: #004174;
  vertical-align: sub;
  font-size: 20px;
}

h5, .h5-style {
  margin: 0 0 20px;
  padding: 0;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

h6, .h6-style {
  margin: 0 0 20px;
  padding: 0;
  color: #000;
  font-size: 12px;
  line-height: 18px;
}

h1 a, h1 a:focus, h2 a, h2 a:focus, h3 a, h3 a:focus, h4 a, h4 a:focus, h5 a, h5 a:focus, h6 a, h6 a:focus, .h1-style a, .h1-style a:focus, .h2-style a, .h2-style a:focus, .h3-style a, .h3-style a:focus, .h4-style a, .h4-style a:focus, .h5-style a, .h5-style a:focus, .h6-style a, .h6-style a:focus {
  color: #000;
  text-decoration: none;
}

h1 a:hover, h1 a:focus:hover, h2 a:hover, h2 a:focus:hover, h3 a:hover, h3 a:focus:hover, h4 a:hover, h4 a:focus:hover, h5 a:hover, h5 a:focus:hover, h6 a:hover, h6 a:focus:hover, .h1-style a:hover, .h1-style a:focus:hover, .h2-style a:hover, .h2-style a:focus:hover, .h3-style a:hover, .h3-style a:focus:hover, .h4-style a:hover, .h4-style a:focus:hover, .h5-style a:hover, .h5-style a:focus:hover, .h6-style a:hover, .h6-style a:focus:hover {
  color: #004174;
  text-decoration: none;
}

h1.h-lined, h2.h-lined, h3.h-lined, h4.h-lined, h5.h-lined, h6.h-lined, .h1-style.h-lined, .h2-style.h-lined, .h3-style.h-lined, .h4-style.h-lined, .h5-style.h-lined, .h6-style.h-lined {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #f7f7f7;
}

.title-wrap:not(:last-child) {
  margin: 0 0 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-wrap:not(:last-child) {
    margin: 0 0 30px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .title-wrap:not(:last-child) {
    margin: 0 0 25px;
  }
}

@media only screen and (max-width: 479px) {
  .title-wrap:not(:last-child) {
    margin: 0 0 15px;
  }
}

.title-wrap:not(:last-child) + .row:not(.no-gutters) {
  margin-top: -15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-wrap:not(:last-child) + .row:not(.no-gutters) {
    margin-top: -15px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .title-wrap:not(:last-child) + .row:not(.no-gutters) {
    margin-top: -5px;
  }
}

@media only screen and (max-width: 479px) {
  .title-wrap:not(:last-child) + .row:not(.no-gutters) {
    margin-top: -5px;
  }
}

.title-with-right .carousel-arrows {
  height: 42px;
}

.title-with-right h1, .title-with-right h2.h1-style {
  margin-bottom: 30px;
}

@media (max-width: 479px) {
  .title-with-right h1, .title-with-right h2.h1-style {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .title-with-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .title-with-right > *:last-child {
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .title-with-right {
    text-align: center;
  }
}

.title-with-arrows .carousel-arrows {
  min-height: 21px;
}

.title-with-arrows .carousel-arrows:empty {
  min-height: 0;
}

.title-with-arrows:not(.title-with-arrows--center) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .title-with-arrows:not(.title-with-arrows--center) {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .title-with-arrows:not(.title-with-arrows--center) {
    margin-bottom: 25px;
  }
}

@media (max-width: 479px) {
  .title-with-arrows:not(.title-with-arrows--center) {
    margin-bottom: 15px;
  }
}

.title-with-arrows:not(.title-with-arrows--center) > *, .title-with-arrows:not(.title-with-arrows--center) h2,
  .title-with-arrows:not(.title-with-arrows--center) h2.h1-style {
  margin-bottom: 0;
}

.title-with-arrows:not(.title-with-arrows--center) > *:last-child {
  margin-left: auto;
}

.title-with-arrows:not(.title-with-arrows--center) h2,
  .title-with-arrows:not(.title-with-arrows--center) h2.h1-style {
  padding-right: 45px;
}

.aside-block {
  position: relative;
}

.aside-block .title-with-arrows {
  margin-bottom: 20px;
}

.aside-block .title-with-arrows h2,
  .aside-block .title-with-arrows h2.h1-style {
  line-height: 1em;
}

@media screen and (max-width: 991px) {
  .aside-block .title-with-arrows h2,
      .aside-block .title-with-arrows h2.h1-style {
    font-size: 16px;
  }
}

.title-with-arrows--center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 25px;
}

@media only screen and (max-width: 479px) {
  .title-with-arrows--center {
    margin-bottom: 15px;
  }
}

.title-with-arrows--center h2,
  .title-with-arrows--center h2.h1-style {
  margin-bottom: 0;
}

.title-with-arrows--center .carousel-arrows {
  width: 46px;
  margin: 12px auto 0;
}

.title-with-arrows--center .carousel-arrows:empty {
  display: none;
}

.custom-color {
  color: #004174;
}

.h-font {
  font-family: "Montserrat", sans-serif;
}

.fontsize-xs {
  font-size: 11px;
}

.under-title {
  font-size: 14px;
  line-height: 24px;
}

.under-title + * {
  margin-top: 15px;
}

.holder--custom-color h1, .holder--custom-color h2, .holder--custom-color h3, .holder--custom-color h4, .holder--custom-color h5, .holder--custom-color h6 {
  color: inherit;
}

.holder--custom-color h1 a, .holder--custom-color h1 a:focus, .holder--custom-color h2 a, .holder--custom-color h2 a:focus, .holder--custom-color h3 a, .holder--custom-color h3 a:focus, .holder--custom-color h4 a, .holder--custom-color h4 a:focus, .holder--custom-color h5 a, .holder--custom-color h5 a:focus, .holder--custom-color h6 a, .holder--custom-color h6 a:focus {
  color: inherit;
}

.text-center > img {
  display: inline-block;
}

.text-marker {
  display: inline-block;
  padding: 0 7px;
  color: #fff;
  background-color: #004174;
}

.line-divider {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #f7f7f7;
}

.line-divider--90 {
  height: 45px;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .line-divider--90 {
    height: 25px;
    margin-bottom: 25px;
  }
}

.line-divider--40 {
  height: 20px;
  margin-bottom: 20px;
}

/* typography - social list */
.social-list {
  margin: 0 -8px;
  padding: 0;
  list-style: none;
}

.social-list li {
  display: inline-block;
  margin-right: -4px;
  vertical-align: middle;
  font-size: 18px;
}

.social-list li a {
  display: block;
  min-width: 38px;
  padding: 0 8px;
  text-decoration: none;
  font-size: 1em;
  line-height: 35px;
  color: #b4b4b4;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .social-list li a {
    min-width: 34px;
    padding: 0 6px;
  }
}

.social-list li a:hover {
  color: #004174;
}

.social-list.social-list--color li a {
  color: #004174;
}

.social-list.social-list--color li a:hover {
  color: #b4b4b4;
}

.social-list--circle li {
  margin: 0 3px 7px 0;
  font-size: 17px;
}

.social-list--circle li a {
  display: block;
  width: 38px;
  height: 38px;
  padding: 0;
  line-height: 38px;
  border-radius: 50%;
  color: #b4b4b4;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #b4b4b4;
  text-align: center;
}

.social-list--circle li a:hover {
  color: #fff;
  background-color: #004174;
  border-color: #004174;
}

.social-list--circle.social-list--color li a {
  color: #fff;
  background-color: #004174;
  border-color: #004174;
}

.social-list--circle.social-list--color li a:hover {
  color: #b4b4b4;
  background-color: transparent;
  border-color: #b4b4b4;
}

.list {
  padding: 0;
  margin: 0;
}

.list:not(:first-child) {
  margin-top: 20px;
}

.list li {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
}

.list li:not(:first-child) {
  margin-top: 10px;
}

.list--nomarker li {
  list-style: none;
}

.list--marker-squared li {
  list-style: none;
  padding-left: 14px;
}

.list--marker-squared li:before {
  font-family: AppleGothic, "Lucida Sans", Impact, Verdana, sans-serif;
  content: '\25A0';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  color: #004174;
}

.list--marker-arrow li {
  list-style: none;
  padding-left: 14px;
}

.list--marker-arrow li:before {
  font-family: 'icomoon';
  content: '\e919';
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 9px;
  color: #000;
}

.list--number {
  counter-reset: item;
}

.list--number li {
  list-style: none;
}

.list--number li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #000;
}

@media screen and (min-width: 992px) {
  .two-cols {
    column-count: 2;
    column-gap: 20px;
  }

  .two-cols li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .two-cols > * + * {
    margin-top: 15px;
  }
}

.three-col {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
}

.table-responsive {
  border-color: #f7f7f7;
}

.table > thead > tr > th {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #f7f7f7;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}

.table > thead > tr > th, .table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #f7f7f7;
  padding: 11px 15px;
}

.table > thead > tr > th b, .table > thead > tr > th strong, .table > tbody > tr > th b, .table > tbody > tr > th strong,
  .table > tfoot > tr > th b,
  .table > tfoot > tr > th strong,
  .table > thead > tr > td b,
  .table > thead > tr > td strong,
  .table > tbody > tr > td b,
  .table > tbody > tr > td strong,
  .table > tfoot > tr > td b,
  .table > tfoot > tr > td strong {
  color: #000;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border-width: 1px;
  border-style: solid;
  border-color: #f7f7f7;
  font-weight: 400;
}

.table-striped > tbody > tr > td b, .table-striped > tbody > tr > td strong,
.table > thead > tr > th b,
.table > thead > tr > th strong,
.table > tbody > tr > th b,
.table > tbody > tr > th strong {
  color: #000;
}

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

.table-borderless tbody tr td,
.table-borderless tbody tr th,
.table-borderless thead tr th,
.table-borderless thead tr td,
.table-borderless tfoot tr th,
.table-borderless tfoot tr td {
  border: 0;
}

.table:not(:first-child),
.table-responsive:not(:first-child) {
  margin-top: 20px;
}

.table.h-font {
  font-size: 11px;
  line-height: 1.5em;
}

.table--size {
  text-transform: uppercase;
  font-size: 13px;
}

.table--size td {
  color: #000000;
  text-align: center;
}

.table--size th {
  color: #9f9f9f;
}

blockquote {
  padding: 30px 30px;
  font-size: 14px;
  line-height: 1.714em;
  font-style: italic;
  border-width: 0 0 0 4px;
  border-style: solid;
  border-color: #004174;
  color: #868686;
  background-color: #f3f4f6;
}

blockquote:not(:first-child) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  blockquote:not(:first-child) {
    margin-top: 20px;
  }
}

blockquote:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  blockquote:not(:last-child) {
    margin-bottom: 20px;
  }
}

blockquote img {
  max-width: 100%;
}

.blockquote-author-img {
  max-width: 100px;
}

.blockquote-author {
  font-size: 14px;
  line-height: 1em;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}

.blockquote-author, .blockquote-author a {
  color: #000;
}

.blockquote-author:not(:first-child) {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .blockquote-author:not(:first-child) {
    margin-top: 15px;
  }
}

.pagination {
  margin: 30px 0 0;
  padding: 0;
  transform: translateY(-2px);
}

.pagination > li > a,
.pagination > li > span {
  display: block;
  padding: 6px 12px;
  min-width: 36px;
  font-size: 14px;
  line-height: 22px;
  color: #656565;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #e2e2e2;
  margin: 2px 4px 2px 0;
  text-align: center;
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  .pagination > li > a,
    .pagination > li > span {
    margin-right: 3px;
  }
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #000;
  background-color: #f7f7f7;
  border-color: #e2e2e2;
  text-decoration: none;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #fff;
  background-color: #004174;
  border-color: #004174;
  z-index: 0;
}

/* typography-page */
.headings-demo h1,
.headings-demo h2,
.headings-demo h3,
.headings-demo h4,
.headings-demo h5,
.headings-demo h6 {
  margin-bottom: 12px;
  line-height: 1em;
}

h3 + .pagination {
  margin-top: 0;
}

/*alerts*/
.alert {
  padding: 13px 15px;
  margin: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
}

.alert:not(:first-child) {
  margin-top: 10px;
}

.alert-success {
  background-color: #77b900;
}

.alert-info {
  background-color: #004174;
}

.alert-warning {
  background-color: #efa300;
}

.alert-danger {
  background-color: #e53d60;
}

.contact-info {
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.contact-info-icon {
  width: 35px;
  font-size: 24px;
  line-height: 1em;
  color: #000;
}

.contact-info-title {
  width: 80px;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}

.contact-info-text {
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 18px;
  margin-left: 15px;
  text-transform: uppercase;
}

.contact-map iframe {
  display: block;
  height: 470px;
  width: 100%;
  border: 0;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (max-width: 1199px) {
  .contact-map iframe {
    height: 300px;
  }
}

@media screen and (max-width: 991px) {
  .contact-map iframe {
    height: 250px;
  }
}

.text-center > .img-fluid,
.text-center > p > .img-fluid {
  display: inline-block;
}

.block-it > * {
  margin-bottom: 0;
}

.block-it > *:not(:first-child),
.block-it > p:not(:first-child) {
  margin-top: 15px;
}

.block-it .block-it-icon {
  font-size: 80px;
  color: #000;
  padding: 4px 0;
  transition: 0.3s ease-out;
}

.block-it:hover .block-it-icon {
  transform: rotateY(-180deg);
}

.block-it .block-it-icon:not(:only-child) {
  margin-bottom: 25px;
}

.block-it h3 {
  padding: 0 20px;
}

.aside-block ul.list {
  margin: 0;
  padding: 0;
}

.aside-block ul.list li {
  display: block;
  margin: 0;
  overflow: hidden;
}

.aside-block ul.list li:not(:first-child) {
  margin-top: 0;
}

.aside-block ul.list li,
    .aside-block ul.list li a {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}

.aside-block ul.list li a {
  padding: 5px 0;
  display: inline-block;
  color: #656565;
}

.aside-block ul.list li a:hover, .aside-block ul.list li a:focus {
  text-decoration: none;
  color: #004174;
}

ul.two-column {
  column-count: 2;
}

.bg-full {
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-bottom {
  -ms-background-position-y: calc(100% + 1px);
  background-position-y: calc(100% + 1px);
  -ms-background-position-x: center;
  background-position-x: center;
  background-repeat: no-repeat;
}

.bg-bottom:not(.bg-cover) {
  background-size: 100% auto;
}

.bg-top {
  -ms-background-position-y: top;
  background-position-y: top;
  -ms-background-position-x: center;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.bg-top:not(.bg-cover) {
  background-size: 100% auto;
}

.bg-center {
  -ms-background-position-x: center;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.bg-fullheight {
  background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
  .bg-hide-sm {
    background: none !important;
  }
}

.page404-text {
  margin-top: -.08em;
  padding: 0 50px;
  font-size: 180px;
  line-height: 1em;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #000;
  text-align: right;
}

@media screen and (max-width: 991px) {
  .page404-text {
    font-size: 120px;
    text-align: center;
    padding: 0;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .page404-text {
    font-size: 80px;
  }
}

@media screen and (max-width: 767px) {
  .page404-info {
    text-align: center;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.load-animate:not(.animated) {
  opacity: 0;
}

.thumbnail {
  background-color: transparent;
}

.btn-toolbar {
  margin-bottom: -5px;
}

.btn-toolbar > .btn {
  margin-bottom: 5px;
}

.has-loader {
  position: relative;
}

.has-loader .gdw-loader, .has-loader img {
  transition: opacity 0.2s;
}

.has-loader:not(.loaded) {
  height: 0;
  padding-top: 100%;
}

.has-loader:not(.loaded) img {
  position: absolute;
  top: 0;
  opacity: 0;
}

.has-loader.loaded .gdw-loader {
  pointer-events: none;
  opacity: 0;
}

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
  text-align: left;
}

.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
  text-align: center;
}

.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
  text-align: right;
}

.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
  text-align: justify;
}

@media (max-width: 479px) {
  .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
    text-align: inherit;
  }

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

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

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

  .text-justify-xs {
    text-align: justify;
  }
}

@media (max-width: 767px) {
  .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
    text-align: inherit;
  }

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

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

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

  .text-justify-sm {
    text-align: justify;
  }
}

@media (max-width: 991px) {
  .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
    text-align: inherit;
  }

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

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

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

  .text-justify-md {
    text-align: justify;
  }
}

.row--relative {
  position: relative;
}

.no-uppercase {
  text-transform: none;
}

.col-divider {
  width: 1px;
  max-width: 1px;
  height: calc(100% - 115px);
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: #f7f7f7;
}

@media (max-width: 767px) {
  .col-divider {
    display: none;
  }
}

.card {
  background-color: #fff;
  border-color: #f7f7f7;
  border-radius: 0;
}

.card.card--grey {
  background-color: #fbfbfb;
}

.list-group {
  border-color: #f7f7f7;
  border-radius: 0;
  padding: 0;
}

.list-group-item {
  padding: 8px 15px;
  color: #656565;
  background-color: transparent;
  border-color: #f7f7f7;
  border-radius: 0 !important;
}

.list-group-item:hover {
  color: #656565;
  background-color: #f7f7f7;
}

.list-group-item.active {
  color: #fff;
  background-color: #004174;
  border-color: #004174;
}

.link-icn {
  text-decoration: none;
}

.link-icn [class*='icon'] {
  padding-right: 5px;
}

.link-icn:hover {
  text-decoration: none;
}

.table-order-history td {
  vertical-align: middle;
}

.table-order-history td:last-child {
  text-align: right;
}

.table-order-history > tbody > tr > td, .table-order-history > tr > td {
  padding: 8px 15px;
}

.vert-wrap {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}

.vert {
  display: table-cell;
  vertical-align: middle;
}

img.lazyload {
  opacity: 0;
  transition: opacity 0.3s;
}

img.lazyloading {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.05);
  transition: opacity 0.3s;
}

img.lazyloaded {
  opacity: 1;
  transition: opacity 0.5s;
}

.more-link-wrapper {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .more-link-wrapper {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .more-link-wrapper {
    margin-top: 20px;
  }
}

@media (max-width: 479px) {
  .more-link-wrapper {
    margin-top: 20px;
  }
}

.aside .more-link-wrapper {
  margin-top: 44px;
}

@media (max-width: 991px) {
  .aside .more-link-wrapper {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .aside .more-link-wrapper {
    margin-top: 20px;
  }
}

/* buttons */
.btn {
  padding: 10px 22px;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn, .btn:active, .btn:active:focus, .btn:visited, .btn:focus {
  box-shadow: none;
  color: #fff;
  background-color: #004174;
  outline: none;
  text-decoration: none;
}

.btn:hover, .btn:active:hover, .btn:focus:hover {
  color: #fff;
  background-color: #000;
  outline: 0;
  transition: all 0.2s ease;
}

.btn [class*="icon-"] {
  font-size: 14px;
  position: relative;
  top: 1px;
}

.btn [class*="icon-"]:last-child {
  top: 0;
}

.btn [class*="icon-"]:not(:only-child):not(:last-child) {
  padding-right: 10px;
}

.btn--form {
  padding: 12px 22px;
}

.btn--full {
  width: 100%;
}

.btn--alt, .btn--alt:active, .btn--alt:active:focus, .btn--alt:visited, .btn--alt:focus {
  color: #fff;
  background-color: #000;
}

.btn--alt:hover {
  color: #fff;
  background-color: #004174;
}

.btn--grey, .btn--grey:active, .btn--grey:active:focus, .btn--grey:visited, .btn--grey:focus {
  background-color: #bcbcbc;
}

.btn--grey:hover {
  background-color: #004174;
}

.btn--lg {
  padding: 16px 30px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.btn--lg [class*="icon-"] {
  font-size: 18px;
}

@media screen and (max-width: 479px) {
  .btn--lg {
    padding: 10px 22px;
    font-size: 11px;
    line-height: 20px;
  }
}

.btn-decor {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0 0 10px;
  font-size: 14px;
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-decor, .btn-decor:focus {
  color: #000;
  background: none;
  outline: none;
  text-decoration: none;
}

.bnr-wrap:hover .btn-decor, .btn-decor:hover {
  text-decoration: none;
}

.btn-decor:hover {
  color: #000;
  text-decoration: none;
}

.btn-decor:after, .btn-decor span.btn-line {
  content: '';
  position: absolute;
  bottom: -.2em;
  left: 50%;
  height: 3px;
  width: 100%;
  max-width: 100%;
  background: #004174;
  transform: translateX(-50%);
  transition: all 0.3s ease-out;
}

@media (max-width: 767px) {
  .btn-decor:after, .btn-decor span.btn-line {
    bottom: -.1em;
    height: 2px;
  }
}

.bnr-wrap:hover .btn-decor span.btn-line,
  .bnr-wrap:hover .btn-decor:after, .btn-decor:hover:after, .btn-decor:hover span.btn-line {
  width: 48px;
  max-width: 50%;
}

.btn-decor--lg {
  font-size: 18px;
  font-weight: 700;
}

.btn-decor--white {
  color: #fff;
}

.bnr-wrap:hover .btn-decor--white, .btn-decor--white:hover {
  color: #fff;
}

.btn-decor--darkline:after, .btn-decor--darkline span.btn-line {
  background-color: #000;
}

.btn-decor--whiteline:after, .btn-decor--whiteline span.btn-line,
.btn-decor--white:not(:hover):after, .btn-decor--white:not(:hover) span.btn-line {
  background-color: #fff;
}

.bnr-wrap:hover .btn-decor--whiteline span.btn-line, .bnr-wrap:hover .btn-decor--white span.btn-line,
.btn-decor--whiteline:hover:after, .btn-decor--whiteline:hover span.btn-line,
.btn-decor--white:hover:after, .btn-decor--white:hover span.btn-line {
  background-color: #fff;
}

.btn-decor + .btn-decor {
  margin-left: 45px;
}

@media screen and (max-width: 767px) {
  .btn-decor + .btn-decor {
    margin-left: 24px;
  }
}

.btn-loading {
  pointer-events: none;
  opacity: .5;
}

.text-center .btn-decor,
.text-center .btn-decor + .btn-decor {
  margin-left: 22px;
  margin-right: 22px;
}

@media screen and (max-width: 767px) {
  .text-center .btn-decor,
    .text-center .btn-decor + .btn-decor {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.btn--animate {
  position: relative;
}

.btn--animate .text-sent {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 500;
  letter-spacing: 1px;
  opacity: 0;
  transition: none;
}

.btn--animate:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  opacity: 0;
  height: 100%;
  overflow: hidden;
  background-color: #15c979;
  color: #fff;
  transition: width 10ms ease-in-out, background-color 300ms ease-in, opacity 250ms ease-in;
}

.btn--animate.btn--loading {
  background-color: #000;
  pointer-events: none;
}

.btn--animate.btn--loading:after {
  opacity: 1;
  background-color: #15c979;
  width: 100%;
  transition: width 1s ease-in-out, background-color 300ms ease-in, opacity 250ms ease-in;
}

.btn--animate.btn--loading .text-sent {
  opacity: 1;
  transition: opacity 250ms .75s ease-in;
}

/* form */
textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus, textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {
  box-shadow: none;
  border-color: #e2e2e2;
  border-style: solid;
  border-width: 1px;
  outline: 0 none;
}

input, textarea {
  border-radius: 0;
}

button, input, optgroup, select, textarea {
  color: inherit;
}

input[type=text], input[type=email], input[type=password], textarea, .select-wrapper select, .select-wrapper-sm select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

textarea {
  line-height: 1.5em;
}

select.input-sm {
  height: 34px;
  line-height: 34px;
}

.form-control {
  box-shadow: none;
  background-color: #fff;
  border-color: #e2e2e2;
  border-radius: 0;
  color: #656565;
  font-size: 13px;
  height: 40px;
  line-height: 16px;
  padding: 12px 15px 12px;
}

.form-control::-webkit-input-placeholder {
  color: #656565;
  text-transform: uppercase;
}

.form-control:-moz-placeholder {
  color: #656565;
  text-transform: uppercase;
}

.form-control::-moz-placeholder {
  color: #656565;
  text-transform: uppercase;
}

.form-control:-ms-input-placeholder {
  color: #656565;
  text-transform: uppercase;
}

.form-control, .form-control:focus {
  box-shadow: none;
  border-color: #e2e2e2;
  border-style: solid;
  border-width: 1px;
  outline: 0 none;
}

.form-control:focus::-webkit-input-placeholder {
  color: #b4b4b4;
  text-transform: uppercase;
}

.form-control:focus:-moz-placeholder {
  color: #b4b4b4;
  text-transform: uppercase;
}

.form-control:focus::-moz-placeholder {
  color: #b4b4b4;
  text-transform: uppercase;
}

.form-control:focus:-ms-input-placeholder {
  color: #b4b4b4;
  text-transform: uppercase;
}

.form-control.textarea--height-50 {
  height: 40px;
}

.form-control.textarea--height-100 {
  height: 102px;
}

.form-control.textarea--height-200 {
  height: 198px;
}

.form-control--error {
  border-color: #e53d60;
  color: #e53d60;
}

.form-control--error::-webkit-input-placeholder {
  color: #e53d60;
  text-transform: uppercase;
}

.form-control--error:-moz-placeholder {
  color: #e53d60;
  text-transform: uppercase;
}

.form-control--error::-moz-placeholder {
  color: #e53d60;
  text-transform: uppercase;
}

.form-control--error:-ms-input-placeholder {
  color: #e53d60;
  text-transform: uppercase;
}

.form-control--error[type]:focus {
  border-color: #e53d60;
}

.form-control--error:focus::-webkit-input-placeholder {
  color: #e53d60;
  text-transform: uppercase;
}

.form-control--error:focus:-moz-placeholder {
  color: #e53d60;
  text-transform: uppercase;
}

.form-control--error:focus::-moz-placeholder {
  color: #e53d60;
  text-transform: uppercase;
}

.form-control--error:focus:-ms-input-placeholder {
  color: #e53d60;
  text-transform: uppercase;
}

.form-control--full {
  margin-bottom: 10px;
  width: 100%;
}

.form-group:not(:only-child), .form-flex:not(:only-child) {
  margin-bottom: 11px;
}

.form-group:only-child, .form-flex:only-child {
  margin-bottom: 0;
}

.form-flex {
  display: -ms-flexbox;
  display: flex;
}

.form-flex .form-group {
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
}

.form-flex > * {
  margin: 0 7.5px;
}

.form-flex > *:last-child {
  margin-right: 0;
}

.form-flex > *:first-child {
  margin-left: 0;
}

.select-wrapper, .select-wrapper-sm {
  position: relative;
}

.select-wrapper:before, .select-wrapper-sm:before {
  background-color: #fff;
  bottom: 1px;
  color: #000;
  content: '\e921';
  font-family: 'icomoon';
  font-size: 11px;
  line-height: 40px;
  pointer-events: none;
  position: absolute;
  right: 1px;
  text-align: center;
  top: 1px;
  width: 40px;
}

.select-wrapper select, .select-wrapper-sm select {
  background-color: #fff;
  padding: 0 44px 0 14px;
}

.select-wrapper-sm .form-control {
  height: 37px;
}

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

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

.select-wrapper-sm:before {
  font-size: 11px;
  line-height: 36px;
  width: 30px;
}

.select-wrapper-sm select {
  padding-right: 30px;
}

.qty-changer input[type="button"] {
  transition: border-color 0.2s ease;
  background: #fff;
  background-color: transparent;
  border: 0;
  border-color: #e2e2e2;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: #656565;
  font-size: 12px;
  height: 27px;
  line-height: 12px;
  min-width: 27px;
  padding: 7px 5px 8px;
  text-align: center;
  text-transform: uppercase;
  -webkit-appearance: none;
}

.qty-changer input[type="button"]:hover {
  background: #fff;
  border-color: #004174;
  color: #004174;
}

.qty-changer--lg input[type="button"] {
  height: 36px;
  min-width: 36px;
}

.qty-changer input[type="text"] {
  background: #fff;
  border: 0;
  border-color: #e2e2e2;
  border-radius: 0;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 27px;
  padding: 0;
  text-align: center;
  -webkit-appearance: none;
  width: 30px;
}

.form--simple > *:not(:first-child) {
  margin-top: 15px;
}

.form--simple > label + *:not(:first-child) {
  margin-top: 0;
}

input[type="checkbox"], input[type="radio"] {
  display: none;
}

input[type="checkbox"]:active + label:before, input[type="radio"]:active + label:before {
  transition-duration: 0s;
}

input[type="checkbox"] + label, input[type="radio"] + label {
  font-size: 13px;
  font-weight: normal;
  line-height: 24px;
  margin: 0 10px 12px 0;
  min-width: 100px;
  padding-left: 30px;
  position: relative;
}

input[type="checkbox"] + label:before, input[type="checkbox"] + label:after, input[type="radio"] + label:before, input[type="radio"] + label:after {
  box-sizing: content-box;
  content: '';
  display: block;
  left: 0;
  position: absolute;
}

input[type="checkbox"] + label:before, input[type="radio"] + label:before {
  transition: background-color 0.2s;
  background-color: #fff;
  border-color: #e2e2e2;
  border-style: solid;
  border-width: 1px;
  height: 20px;
  text-align: center;
  top: 1px;
  width: 20px;
}

input[type="checkbox"] + label:hover:before, input[type="radio"] + label:hover:before {
  background-color: #f8f8f8;
}

input[type="checkbox"] + label:after, input[type="radio"] + label:after {
  transition: transform 0.2 ease-out;
  height: 10px;
  left: 6px;
  top: 7px;
  transform: scale(0);
  transform-origin: 50%;
  width: 10px;
}

input[type="radio"] + label:after {
  background-color: #000;
}

input[type="radio"]:checked + label:before {
  animation: borderscale 300ms ease-in;
  background-color: #fff;
  -moz-animation: borderscale 300ms ease-in;
  -webkit-animation: borderscale 300ms ease-in;
}

input[type="radio"]:checked + label:after {
  transform: scale(1);
}

input[type="radio"] + label:before, input[type="radio"] + label:after {
  border-radius: 50%;
}

input[type="checkbox"] + label:after {
  transform: rotate(-45deg) scale(0);
  transition: none;
  background-color: transparent;
  border-color: #000;
  border-style: solid;
  border-width: 0 0 2px 2px;
  height: 4px;
  left: 6px;
  top: 7px;
  width: 9px;
}

input[type="checkbox"]:checked + label:before {
  animation: borderscale .2s ease-in;
  -moz-animation: borderscale .2s ease-in;
  -webkit-animation: borderscale .2s ease-in;
}

input[type="checkbox"]:checked + label:after {
  transform: rotate(-45deg) scale(1);
  transition: transform 0.2s ease-out;
  content: '';
}

@keyframes borderscale {
  50% {
    box-shadow: 0 0 0 1px #999;
  }
}

label {
  color: #656565;
  font-size: 12px;
  font-weight: inherit;
  line-height: 20px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.required {
  color: #e53d60;
  padding-right: 2px;
}

.input-group .form-control-wrapper {
  -ms-flex: 1;
  flex: 1;
}

.input-group .errors {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  min-width: 100%;
  overflow: hidden;
}

.input-group .input-group-btn > .btn {
  border-radius: 0 !important;
}

.input-group .input-group-btn {
  width: 0;
}

form .errors + .form-group, form .errors + .row {
  margin-top: 30px;
}

form .errors + .row {
  margin-top: 15px;
}

.aside-block .form-control + .errors {
  margin-bottom: 10px;
  margin-top: -5px;
}

.form-wrapper:not(:first-child) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .form-wrapper:not(:first-child) {
    margin-top: 15px;
  }
}

.form-wrapper > * {
  margin-bottom: 0;
}

.form-wrapper > *:not(:first-child) {
  margin-top: 18px;
}

.form-wrapper > * .form-group {
  margin: 18px 0 0;
}

.form-wrapper .row {
  margin-top: 0;
}

.form-wrapper > form > * {
  margin-bottom: 0;
}

.form-wrapper > form > *:not(:first-child) {
  margin-top: 18px;
}

.form-inline--flex {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.form-inline--flex > * {
  margin-left: 13px;
  margin-right: 13px;
}

.form-inline--flex > *:last-child {
  margin-right: 0;
}

.form-inline--flex > *:first-child, .form-inline--flex input[type="hidden"] + * {
  margin-left: 0;
}

.form-inline--flex .form-control {
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 991px) {
  .form-inline--flex button {
    min-width: 110px;
  }
}

.btn--input-group {
  background: transparent;
  color: #000;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  position: relative;
  transform: translateX(-100%);
}

.btn--input-group:before {
  border-color: #e2e2e2;
  border-left-style: solid;
  border-left-width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.btn--input-group:hover:before {
  display: none;
}

.btn--input-group [class*="icon-"] {
  font-size: 20px;
  line-height: 40px;
  margin-top: 0;
}

.input-group-btn:last-child > .btn.btn--input-group:not(:hover), .input-group-btn:last-child > .btn.btn--input-group:focus:not(:hover) {
  background-color: #fff;
  color: #000;
}

.input-group-btn:last-child > .btn.btn--input-group {
  margin-left: 0;
  z-index: 4;
}

form .errors {
  color: #e53d60;
  text-transform: inherit;
  -webkit-backface-visibility: hidden;
}

form .errors ul {
  margin: 0;
  padding: 0;
}

form .errors ul > li {
  font-size: 13px !important;
  line-height: 16px !important;
  list-style: none;
  margin: 3px 0 0 !important;
  text-transform: inherit !important;
}

.form--success {
  color: #15c979;
  font-size: 15px;
  font-weight: 600;
}

select option:not([disabled]) {
  color: #656565;
}

select option:disabled {
  color: #b4b4b4;
}

.content-search .btn {
  margin-left: -1px;
  padding-left: 15px;
  padding-right: 15px;
}

.content-search .btn [class*="icon-"] {
  font-size: 17px;
}

select.bs-select-hidden, .bootstrap-select > select.bs-select-hidden, select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  text-align: right;
  white-space: nowrap;
  width: 100%;
  z-index: 1;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #656565;
}

.bootstrap-select > select {
  border: none;
  bottom: 0;
  display: block !important;
  height: 100% !important;
  left: 50%;
  opacity: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  width: 0.5px !important;
}

.bootstrap-select > select.mobile-device {
  display: block !important;
  left: 0;
  top: 0;
  width: 100% !important;
  z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #e53d60;
}

.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #15c979;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: 0 !important;
}

.bootstrap-select.form-control {
  border: none;
  margin-bottom: 0;
  padding: 0;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*="col-"] {
  display: inline-block;
  float: none;
  margin-left: 0;
}

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*="col-"].dropdown-menu-right, .row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select, .form-horizontal .bootstrap-select, .form-group .bootstrap-select {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
  font-size: inherit;
  height: 100%;
  line-height: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle, .bootstrap-select.form-control-lg .dropdown-toggle {
  border-radius: inherit;
  font-size: inherit;
  line-height: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled, .bootstrap-select > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus, .bootstrap-select > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.bs-container {
  height: 0 !important;
  left: 0;
  padding: 0 !important;
  position: absolute;
  top: 0;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle:before {
  content: '';
  display: inline-block;
}

.bootstrap-select .dropdown-toggle .filter-option {
  height: 100%;
  left: 0;
  padding-bottom: inherit;
  padding-left: inherit;
  padding-top: inherit;
  position: absolute;
  text-align: left;
  top: 0;
  width: 100%;
}

.bootstrap-select .dropdown-toggle .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}

.bootstrap-select .dropdown-menu .text b,
.dropdown-toggle .filter-option-inner-inner b {
  font-weight: 400;
}

.select-bold-price .bootstrap-select .dropdown-menu .text b,
.select-bold-price .dropdown-toggle .filter-option-inner-inner b {
  font-weight: 600;
  font-weight: 700;
}

.bootstrap-select .dropdown-toggle .caret {
  margin-top: -2px;
  position: absolute;
  right: 12px;
  top: 50%;
  vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}

.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  box-sizing: border-box;
  min-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}

.bootstrap-select .dropdown-menu.inner {
  border: 0;
  border-radius: 0;
  box-shadow: none !important;
  float: none;
  margin: 0;
  padding: 0;
  position: static;
  -webkit-box-shadow: none !important;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.bootstrap-select .check-mark {
  display: none;
}

.bootstrap-select .btn, .bootstrap-select .btn:active, .bootstrap-select .btn:active:focus, .bootstrap-select .btn:visited, .bootstrap-select .btn:focus {
  background-color: #fff;
  border-color: #e2e2e2;
  border-style: solid;
  border-width: 1px;
  color: #656565;
  font-family: "Open Sans", sans-serif;
  line-height: 15px;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  background-color: transparent;
  border-color: #e2e2e2;
  border-style: solid;
  border-width: 1px;
  color: #656565;
}

.open > .dropdown-toggle.btn-default {
  background-color: transparent;
  border-color: #e2e2e2;
  border-style: solid;
  border-width: 1px;
  color: #656565;
}

.form-group .dropdown-menu {
  border-color: #e2e2e2;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  box-shadow: none !important;
  outline: 0 !important;
  padding: 0;
  -webkit-box-shadow: none !important;
}

.form-group .dropdown-menu > li > a {
  font-size: 11px;
  padding: 3px 10px;
  text-transform: uppercase;
}

.form-group .dropdown-menu > .active > a, .form-group .dropdown-menu > .active > a:focus, .form-group s.dropdown-menu > .active > a:hover {
  background-color: #004174;
  color: #fff !important;
}

.bs-caret > span {
  display: none;
}

.bs-caret {
  background-color: #fff;
  border: 0;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 1px;
  bottom: 1px;
  width: 35px;
}

.bs-caret:after {
  content: '\e921';
  display: block;
  font-family: 'icomoon';
  font-size: 11px;
  line-height: 35px;
  pointer-events: none;
  text-align: center;
  width: 100%;
}

.success-confirm,
.error-confirm {
  display: none;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}

.form-confirm + .form-group {
  margin-top: 0;
}

.success-confirm {
  color: #15c979;
}

.error-confirm {
  color: #e53d60;
}

.has-error .form-control {
  border-color: #e53d60;
}

.has-error .form-control, .has-error .form-control:focus {
  box-shadow: none;
}

.has-error .control-label,
.has-error .help-block,
.has-error .form-control-feedback {
  color: #e53d60;
  font-size: 12px;
}

/* tags list */
.tags-list {
  list-style: none;
  padding: 0;
  position: relative;
}

.tags-list:not(:first-child) {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tags-list:not(:first-child) {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tags-list:not(:first-child) {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 479px) {
  .tags-list:not(:first-child) {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

.tags-list li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 6px;
  padding: 0;
}

@media (max-width: 767px) {
  .tags-list li {
    margin-bottom: 5px;
    margin-right: 1px;
  }
}

.tags-list li a {
  transition: all 0.2s ease;
  background: transparent;
  border-color: #e2e2e2;
  border-style: solid;
  border-width: 1px;
  color: #656565;
  display: block;
  font-size: 12px;
  line-height: 23px;
  padding: 0 14px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

.tags-list li a:hover, .tags-list li a:focus {
  background: transparent;
  border-color: #004174;
  color: #004174;
}

.tags-list a:after {
  content: "\e117";
  display: none;
  font-family: 'icomoon';
  font-size: 12px;
  padding: 0 0 0 6px;
  position: relative;
  top: 1px;
}

.tags-list li.active a {
  background: transparent;
  border-color: #004174;
  color: #004174;
}

.tags-list li.active a:after {
  display: inline-block;
}

.aside-block .tags-list:not(:first-child) {
  margin-top: 0;
}

.banners-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 -7px;
  padding: 0;
}

.banners-list li {
  -ms-flex: 0 0 calc(50% - 7px);
  flex: 0 0 calc(50% - 7px);
  max-width: calc(50% - 7px);
  margin: 0 7px 7px 0;
}

.banners-list li a {
  background-position: center center;
  background-size: cover;
  display: block;
  font-size: 0;
  line-height: 0;
  padding-bottom: 100%;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.banners-list li a span {
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  transition: 0.2s;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 2px;
  bottom: 4px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  left: 4px;
  letter-spacing: 1px;
  line-height: 1em;
  overflow: hidden;
  position: absolute;
  right: 4px;
  text-transform: uppercase;
  top: 4px;
  z-index: 1;
}

.banners-list li.active a span, .banners-list li a:hover span {
  border-color: #fff;
}

/* header megamenu */
.mmenu:not(.mmenu--vertical) {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  white-space: normal;
}

.mmenu:not(.mmenu--vertical) > li {
  display: inline-block;
  margin-right: -4px;
  white-space: normal;
}

.mmenu:not(.mmenu--vertical) > li > a {
  display: block;
  position: relative;
  padding: 20px 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .1px;
  transition: 0.2s;
}

@media screen and (max-width: 1199px) {
  .mmenu:not(.mmenu--vertical) > li > a {
    padding: 20px 12px;
  }
}

.mmenu:not(.mmenu--vertical) > li > a:not(:only-child) {
  padding-right: 27px;
}

@media screen and (max-width: 1199px) {
  .mmenu:not(.mmenu--vertical) > li > a:not(:only-child) {
    padding-right: 22px;
  }
}

.mmenu:not(.mmenu--vertical) > li > a:not(:only-child):after {
  content: '\e900';
  font-family: 'icomoon';
  top: 50%;
  font-size: 15px;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 0;
  text-align: right;
  transform: translate(-5px, -9px);
}

.mmenu:not(.mmenu--vertical) > li.hovered > a:not(:only-child):after {
  padding-bottom: 250px;
}

.mmenu:not(.mmenu--vertical) > li > a:before {
  content: "";
  position: absolute;
  width: 36px;
  height: 2.1px;
  bottom: 10px;
  left: 50%;
  margin-left: -18px;
  visibility: hidden;
  transform: scaleX(0);
  transition: 0.3s;
}

.mmenu:not(.mmenu--vertical) > li > a:hover:before {
  visibility: visible;
  transform: scaleX(1);
}

.hdr.hdr-onerow-menu .mmenu:not(.mmenu--vertical) {
  white-space: nowrap;
}

.hdr.hdr-onerow-menu .mmenu:not(.mmenu--vertical) > li {
  white-space: normal;
}

.hdr-desktop .mmenu:not(.mmenu--vertical) > li > a {
  color: #2d2c2c;
}

.hdr-desktop .mmenu:not(.mmenu--vertical) > li > a:hover {
  color: #004174;
}

.hdr-desktop .mmenu:not(.mmenu--vertical) > li > a:before {
  background-color: #004174;
}

@media screen and (min-width: 992px) {
  .sticky-holder .mmenu > li > a {
    color: #2d2c2c;
  }

  .sticky-holder .mmenu > li > a:hover {
    color: #004174;
  }

  .sticky-holder .mmenu > li > a:before {
    background-color: #004174;
  }
}

.mmenu:not(.mmenu--vertical) .mmenu-item--mega:hover > a:after,
.mmenu:not(.mmenu--vertical) .mmenu-item--simple:hover > a:after {
  padding-bottom: 200px;
}

.mmenu-item--mega .mmenu-submenu-inside {
  overflow-x: hidden;
  overflow-y: auto;
}

.mmenu-item--mega .mmenu-submenu {
  left: 0;
  width: 100%;
  white-space: normal;
  text-align: left;
}

.mmenu-item--mega .mmenu-submenu .mmenu-submenu-inside > .container {
  padding-top: 37px;
  padding-bottom: 37px;
}

.mmenu-item--mega .mmenu-submenu .submenu-list > li > a {
  padding-left: 0;
  padding-right: 0;
}

.mmenu-item--mega .mmenu-submenu .submenu-list > li > a:not(:only-child) {
  padding-right: 25px;
}

.mmenu-item--mega .mmenu-submenu .submenu-list > li > a:not(:only-child):after {
  right: 0;
}

.mmenu-submenu {
  position: absolute;
  top: -500%;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #f7f7f7;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}

.mmenu-submenu,
  .mmenu-submenu .submenu-list ul {
  background-color: #fff;
}

.mmenu:not(.mmenu--vertical) li.hovered .mmenu-submenu {
  opacity: 1;
  z-index: 2;
  top: 100%;
  visibility: visible;
  pointer-events: auto;
}

.mmenu-submenu .mmenu-submenu-inside > .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .hdr.mmenu-multirow .mmenu:not(.mmenu--vertical) li.hovered .mmenu-submenu {
    top: auto;
  }

  .hdr.mmenu-multirow-s .mmenu:not(.mmenu--vertical) li.hovered .mmenu-submenu {
    top: auto;
  }
}

.hdr .mmenu-submenu .custom-text {
  font-size: 12px;
}

.submenu-view-more {
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  margin: 7px 0 0 0;
  text-transform: uppercase;
  color: #2d2c2c;
}

.submenu-view-more:hover {
  color: #004174;
}

.submenu-img {
  margin: auto -21px 0 -20px;
  display: inline-block;
  position: relative;
  text-align: center;
}

.submenu-img:not(:first-child) {
  padding-top: 42px;
}

.submenu-img > a {
  display: block;
}

.submenu-img > a:hover img {
  opacity: .75;
}

.submenu-img img {
  display: inline-block;
  max-width: calc(100% + 1px);
  opacity: 1;
  transition: opacity 0.2s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.submenu-img img + .submenu-title {
  margin-top: 0;
}

.submenu-img .submenu-title {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  height: 100%;
  margin-top: 0 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.submenu-img .submenu-title-right {
  left: 50%;
}

.submenu-img:hover .submenu-title, .submenu-img:hover .submenu-title a {
  color: #004174;
}

.submenu-title {
  position: relative;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.submenu-title:not(:first-child) {
  margin-top: 20px;
}

.submenu-title, .submenu-title a {
  color: #2d2c2c;
}

.submenu-title:hover {
  color: #004174;
}

.submenu-title + .submenu-title {
  margin-top: 10px;
}

.submenu-list {
  padding: 0;
  margin: 0;
  margin-top: 12px;
  list-style: none;
}

.submenu-list:first-child {
  margin-top: 0;
}

.submenu-list li {
  text-transform: uppercase;
}

.submenu-list li.active > a {
  color: #004174;
}

.submenu-list li.active > a:not(:only-child):after {
  color: #004174;
}

.submenu-list a {
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 18px;
  padding: 6px 25px;
  color: #2d2c2c;
}

.submenu-list a [class*="color"] {
  display: block;
  float: left;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: 4px;
  margin-right: 18px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.submenu-list a [class*="color"] + span {
  display: table;
}

.submenu-list a:hover {
  color: #004174;
  text-decoration: none;
}

.submenu-list a:hover:not(:only-child):after {
  color: #004174;
}

.submenu-list a:not(:only-child) {
  padding-right: 25px;
}

.submenu-list a:not(:only-child):after {
  position: absolute;
  height: 18px;
  top: 4px;
  right: 15px;
  font-family: 'icomoon';
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  content: "\e919";
  color: #2d2c2c;
  transition: 0.2s;
}

.submenu-list.submenu-list--off-image .submenu-img {
  display: none;
}

.submenu-list.submenu-list--off-title .submenu-title {
  display: none;
}

.submenu-list.submenu-list--off-list .submenu-list {
  display: none;
}

.mmenu:not(.mmenu--vertical) .mmenu-submenu {
  transition: all 0s;
}

.mmenu:not(.mmenu--vertical) li.hovered .mmenu-submenu {
  transition: opacity 0.1s ease-out 0.2s, visibility 0s linear 0.2s;
}

.mmenu-item--simple .mmenu-submenu {
  overflow: inherit;
  text-align: left;
  padding: 15px 0;
  border-top: 0;
}

.mmenu-item--simple .mmenu-submenu li {
  width: 220px;
}

.mmenu-item--simple .mmenu-submenu .submenu-list li {
  position: relative;
}

.mmenu-item--simple .mmenu-submenu .submenu-list li ul {
  top: 0;
}

.mmenu-item--simple .mmenu-submenu li:not(.to-right) > ul {
  left: 100%;
}

.mmenu-item--simple .mmenu-submenu li.to-right > ul {
  right: 99.9%;
  left: auto;
}

.mmenu-submenu .submenu-list li {
  overflow: inherit;
  text-align: left;
  padding: 0;
  position: static;
}

.mmenu-submenu .submenu-list li ul {
  position: absolute;
  z-index: 2;
  width: 220px;
  padding: 15px 0;
  margin-top: -15px;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  transition: all 0s ease 0s;
}

.mmenu-submenu .submenu-list li ul:before {
  content: '';
  position: absolute;
  left: -1px;
  height: 100%;
  width: 1px;
}

.mmenu-submenu .submenu-list li li.to-right > ul {
  left: auto !important;
  right: 100%;
}

.mmenu-submenu .submenu-list li ul ul {
  z-index: 2;
}

.mmenu-submenu .submenu-list li:hover > ul,
  .mmenu-submenu .submenu-list li li:hover > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: visibility 0.2s ease 0.1s, opacity 0.2s ease 0.1s, min-width 0.3s ease 0.1s;
}

.mmenu-cols {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.mmenu-cols:first-child {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.mmenu-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: static;
  padding: 0 20px;
  width: 100%;
  border-left-width: 1px;
  border-left-style: solid;
  border-color: #f7f7f7;
}

.mmenu-col > *:first-child {
  margin-top: 0;
}

.mmenu-col:first-child {
  border-left: 0 !important;
}

.mmenu-left {
  -ms-flex-order: 0;
  order: 0;
  padding: 0 15px 30px;
}

.mmenu-right {
  -ms-flex-order: 2;
  order: 2;
  padding: 0 14px 30px 24px;
}

.mmenu-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  clear: both;
  padding: 25px 0;
  margin-bottom: 30px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #f7f7f7;
}

.mmenu-top:first-child {
  margin-top: -37px;
}

.mmenu-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-order: 10;
  order: 10;
  width: 100%;
  clear: both;
  padding: 25px 0;
  margin-top: 30px;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #f7f7f7;
}

.mmenu-bottom:first-child {
  margin-top: -37px;
}

.mmenu-bottom .prd-grid {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #f9f9fa;
  padding: 25px 10px;
  margin: -25px 0 -60px;
}

.mmenu-bottom .prd-grid .prd-vertical-sm {
  margin-bottom: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  width: 33.333%;
  padding: 0 15px;
}

.mmenu-bottom .prd-grid .prd-vertical-sm:not(:first-child) {
  border-left-width: 1px;
  border-left-style: solid;
  border-color: #ebebeb;
}

.hdr .mmenu-bottom .custom-text, .hdr .mmenu-bottom .custom-text a {
  color: #656565;
}

.hdr .mmenu-bottom .custom-text span {
  color: #004174;
}

.mmenu-right:nth-last-child(2),
.mmenu-left:nth-last-child(2) {
  margin-bottom: 0;
}

.mmenu-top:last-child,
.mmenu-bottom:last-child {
  margin-bottom: -37px;
}

.mmenu-right.mmenu-right-nopad {
  margin: -35px 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.mmenu-left.mmenu-left-nopad {
  margin: -35px 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.column-6 .mmenu-col {
  -ms-flex: 0 0 16.667%;
  flex: 0 0 16.667%;
  max-width: 16.667%;
}

.column-6 .mmenu-col.mmenu-col--double {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.column-6 .mmenu-col:nth-child(n+7) {
  margin-top: 40px;
}

.column-5 .mmenu-col {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.column-5 .mmenu-col.mmenu-col--double {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

.column-5 .mmenu-col:nth-child(n+6) {
  margin-top: 40px;
}

.column-4 .mmenu-col {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.column-4 .mmenu-col.mmenu-col--double {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.column-4 .mmenu-col:nth-child(n+5) {
  margin-top: 40px;
}

.column-3 .mmenu-col {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.column-3 .mmenu-col.mmenu-col--double {
  -ms-flex: 0 0 66.667%;
  flex: 0 0 66.667%;
  max-width: 66.667%;
}

.column-3 .mmenu-col:nth-child(n+4) {
  margin-top: 40px;
}

.column-2 .mmenu-col {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.column-2 .mmenu-col:nth-child(n+3) {
  margin-top: 40px;
}

.width-16 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.width-20 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.width-25 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.width-33 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.width-40 {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

.mmenu-bottom-brands {
  width: 100%;
  background-color: #f9f9fa;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  padding: 20px 30px;
  margin-top: 30px;
  margin-bottom: -37px;
}

.mmenu-bottom-brands > * {
  padding: 0 5px;
}

.mmenu-bottom-brands img {
  max-width: 100%;
}

.mmenu.mmenu--vertical {
  display: block;
  text-align: left;
  position: relative;
  z-index: 159;
  margin: 0 0 30px;
  padding: 0;
}

.mmenu.mmenu--vertical .submenu-img {
  margin: 0 -21px 0 -20px;
}

.mmenu.mmenu--vertical .submenu-img:not(:first-child) {
  padding-top: 0;
}

.mmenu.mmenu--vertical .submenu-img .submenu-title:only-child {
  padding: 0 21px 0 20px;
}

.mmenu.mmenu--vertical .mmenu-col {
  padding: 0 35px;
}

.mmenu.mmenu--vertical .mmenu-submenu .mmenu-submenu-inside {
  overflow-y: hidden;
}

.mmenu.mmenu--vertical .mmenu-submenu .mmenu-submenu-inside > .container {
  padding: 35px 0;
}

.mmenu.mmenu--vertical .mmenu-item--mega {
  position: static;
}

.mmenu.mmenu--vertical .mmenu-item--mega .mmenu-submenu {
  top: -51px;
  left: calc(100% - 1px);
  min-height: 100%;
  width: calc(300% + 92px);
  border: 0;
  box-shadow: none;
}

.mmenu.mmenu--vertical .mmenu-item--mega .mmenu-submenu:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #f7f7f7;
  pointer-events: none;
}

.mmenu.mmenu--vertical .mmenu-item--simple {
  position: relative;
}

.mmenu.mmenu--vertical .mmenu-item--simple .mmenu-submenu {
  left: calc(100% - 1px);
  width: 220px;
  padding: 10px 0;
  border-width: 1px;
  border-style: solid;
  border-color: #f7f7f7;
  box-shadow: none;
}

.mmenu.mmenu--vertical .mmenu-item--simple:first-child .menu-submenu {
  top: 0;
}

.mmenu.mmenu--vertical .mmenu-item--simple:not(:first-child) .mmenu-submenu {
  top: -1px;
}

.mmenu.mmenu--vertical .mmenu-item--mega .mmenu-submenu .submenu-list > li > a {
  padding: 4px 0;
}

.mmenu.mmenu--vertical .mmenu-submenu .submenu-list li ul {
  margin-top: -11px;
  padding: 10px 0;
  border-width: 1px;
  border-style: solid;
  border-color: #f7f7f7;
  box-shadow: none;
}

.mmenu.mmenu--vertical .mmenu-submenu .submenu-list li ul ul {
  margin-top: -11px;
}

.mmenu.mmenu--vertical .mmenu-submenu .submenu-list li.to-right ul {
  margin-left: 0;
}

.mmenu.mmenu--vertical .mmenu-bottom:last-child {
  margin-bottom: 0;
}

.mmenu.mmenu--vertical > li {
  display: block;
  margin-right: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #f7f7f7;
  border-top-width: 0;
}

.mmenu.mmenu--vertical > li > a {
  display: block;
  position: relative;
  z-index: 100;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  padding: 15px 15px;
  color: #2d2c2c;
  text-decoration: none;
}

@media screen and (max-width: 1199px) {
  .mmenu.mmenu--vertical > li > a {
    font-size: 13px;
  }
}

.mmenu.mmenu--vertical > li > a:not(:only-child) {
  padding-right: 25px;
}

.mmenu.mmenu--vertical > li > a:not(:only-child):before {
  position: absolute;
  height: 20px;
  top: 50%;
  right: 15px;
  margin-top: -10px;
  font-family: 'icomoon';
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  content: "\e919";
  color: #2d2c2c;
  transition: 0.2s;
}

.mmenu.mmenu--vertical > li:hover > a {
  color: #004174;
}

.mmenu.mmenu--vertical > li.active > a {
  color: #004174;
}

.mmenu.mmenu--vertical .mmenu-bottom.mmenu-bottom-brands:last-child {
  margin-bottom: -35px;
}

.mmenu.mmenu--vertical .mmenu-submenu, .mmenu.mmenu--vertical .mmenu-submenu .submenu-list ul {
  background-color: #fff;
}

.aside--right .mmenu.mmenu--vertical {
  text-align: right;
}

.aside--right .mmenu.mmenu--vertical .mmenu-item--mega .mmenu-submenu {
  left: auto;
  right: calc(100% - 1px);
}

.aside--right .mmenu.mmenu--vertical .mmenu-item--simple .mmenu-submenu {
  left: auto;
  right: 100%;
}

.aside--right .mmenu.mmenu--vertical > li > a:not(:only-child) {
  padding-right: 15px;
  padding-left: 35px;
}

.aside--right .mmenu.mmenu--vertical > li > a:not(:only-child):before {
  left: 15px;
  right: auto;
  transform: rotate(180deg);
}

.aside--right .mmenu.mmenu--vertical > li:hover > a:after {
  left: -1px;
  right: auto;
}

@media (min-width: 992px) {
  .mmenu.mmenu--vertical .mmenu-submenu {
    transform: translateX(15px);
    transition: opacity 0.2s ease-out 0.2s, visibility 0s linear 0.2s, transform 0.2s ease-out 0.2s;
    -webkit-backface-visibility: hidden;
  }

  .mmenu.mmenu--vertical li.hovered .mmenu-submenu {
    transition: opacity 0.2s ease-out 0.2s, visibility 0s linear 0.2s, transform 0.2s ease-out 0.2s;
    transform: translateX(0);
  }

  .mmenu.mmenu--vertical .mmenu-item--mega {
    overflow-y: hidden;
    overflow-x: hidden;
  }

  .mmenu.mmenu--vertical .mmenu-submenu {
    position: absolute;
    top: -1px;
    border-top-width: 1px;
    border-top-style: solid;
    border-color: #f7f7f7;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .mmenu.mmenu--vertical .mmenu-submenu ul ul {
    background-color: #fff;
  }

  .mmenu.mmenu--vertical .mmenu-item--mega .mmenu-submenu {
    padding: 0;
  }

  .mmenu.mmenu--vertical .mmenu-item--simple:first-child .mmenu-submenu {
    top: 0;
  }

  .mmenu.mmenu--vertical li.hovered .mmenu-submenu {
    opacity: 1;
    z-index: 101;
    visibility: visible;
    pointer-events: auto;
  }
}

@media (max-width: 991px) {
  .mmenu.mmenu--vertical .mmenu-item--simple .mmenu-submenu {
    top: 0;
    left: 0;
    width: 100%;
    border: 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-color: #f7f7f7;
    padding: 10px 0 10px;
    overflow-y: auto;
    opacity: 0;
    box-shadow: none;
  }

  .mmenu.mmenu--vertical li:hover > a:after {
    display: none;
  }

  .mmenu.mmenu--vertical li.mmenu-item--simple.hovered .mmenu-submenu {
    position: relative;
    opacity: 1;
    z-index: 1;
    visibility: visible;
  }
}

.submenu-view-more:not(.disabled):hover {
  color: #2d2c2c;
}

.submenu-view-more.disabled .all {
  display: none;
}

.submenu-view-more.disabled .less {
  display: inline-block;
}

.submenu-view-more .all {
  display: inline-block;
}

.submenu-view-more .less {
  display: none;
}

.mmenu-submenu--bg {
  background-size: cover;
}

.mmenu-category .mmenu--vertical {
  width: 270px;
  display: none;
  position: absolute;
}

.mmenu-preview {
  position: absolute !important;
  z-index: -1;
  top: 24px;
  bottom: 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #f7f7f7;
  display: block;
  padding: 10px;
  left: 230px;
  width: 200px;
  text-align: center;
}

.mmenu-preview img {
  position: relative;
  z-index: 155;
  height: 100%;
}

li > a .mmenu-preview {
  display: none;
}

ul > .mmenu-preview {
  animation-name: fadeIn;
  animation-duration: .35s;
  animation-fill-mode: both;
}

.mmenu .mmenu-submenu.submenu-style-01 {
  top: -51px;
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-color: #3c3329;
}

.mmenu .mmenu-submenu.submenu-style-01:after {
  border-color: transparent !important;
}

.mmenu .mmenu-submenu.submenu-style-01 .mmenu-cols {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mmenu .mmenu-submenu.submenu-style-01 .submenu-view-more {
  color: #fff;
}

.mmenu .mmenu-submenu.submenu-style-01 .submenu-view-more:hover {
  color: #8d857a;
}

.mmenu .mmenu-submenu.submenu-style-01 .submenu-title, .mmenu .mmenu-submenu.submenu-style-01 .submenu-title a {
  color: #fff;
}

.mmenu .mmenu-submenu.submenu-style-01 .submenu-title:hover, .mmenu .mmenu-submenu.submenu-style-01 .submenu-title:hover a {
  color: #8d857a;
}

.mmenu .mmenu-submenu.submenu-style-01 .submenu-list > li.active > a {
  color: #fff;
}

.mmenu .mmenu-submenu.submenu-style-01 .submenu-list > li > a {
  color: #8d857a;
}

.mmenu .mmenu-submenu.submenu-style-01 .submenu-list > li > a:hover {
  color: #fff;
}

.mmenu .mmenu-submenu.submenu-style-01 .submenu-list > li > a:hover:not(:only-child):after,
  .mmenu .mmenu-submenu.submenu-style-01 .submenu-list > li.active > a:not(:only-child):after {
  color: #fff;
}

.mmenu .mmenu-submenu.submenu-style-01 .submenu-list > li > a:not(:only-child):after {
  color: #8d857a;
}

.mmenu .mmenu-submenu.submenu-style-01 .mmenu-col {
  border-left-width: 1px;
  border-left-style: solid;
  border-color: #3c3329;
}

.mmenu .mmenu-submenu.submenu-style-01 .mmenu-bottom .custom-text span {
  color: #004174;
}

.mmenu .mmenu-submenu.submenu-style-02 {
  background-size: cover;
  background-position: right bottom;
  background-color: #fffefe;
}

.mmenu .mmenu-submenu.submenu-style-02:after {
  border-color: transparent !important;
}

.mmenu .mmenu-submenu.submenu-style-02 .mmenu-cols {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mmenu .mmenu-submenu.submenu-style-02 .submenu-view-more {
  color: #2d2c2c;
}

.mmenu .mmenu-submenu.submenu-style-02 .submenu-view-more:hover {
  color: #004174;
}

.mmenu .mmenu-submenu.submenu-style-02 .submenu-title, .mmenu .mmenu-submenu.submenu-style-02 .submenu-title a {
  color: #2d2c2c;
}

.mmenu .mmenu-submenu.submenu-style-02 .submenu-title:hover, .mmenu .mmenu-submenu.submenu-style-02 .submenu-title:hover a {
  color: #004174;
}

.mmenu .mmenu-submenu.submenu-style-02 .submenu-list > li.active > a {
  color: #004174;
}

.mmenu .mmenu-submenu.submenu-style-02 .submenu-list > li > a {
  color: #656565;
}

.mmenu .mmenu-submenu.submenu-style-02 .submenu-list > li > a:hover {
  color: #004174;
}

.mmenu .mmenu-submenu.submenu-style-02 .submenu-list > li > a:hover:not(:only-child):after,
  .mmenu .mmenu-submenu.submenu-style-02 .submenu-list > li.active > a:not(:only-child):after {
  color: #fff;
}

.mmenu .mmenu-submenu.submenu-style-02 .submenu-list > li > a:not(:only-child):after {
  color: #8d857a;
}

.mmenu .mmenu-submenu.submenu-style-02 .mmenu-col {
  border-left-width: 1px;
  border-left-style: solid;
  border-color: #f7f7f7;
}

.mmenu .mmenu-submenu.submenu-style-02 .mmenu-bottom .custom-text span {
  color: #656565;
}

.mmenu.mmenu-off_drop_arrows:not(.mmenu--vertical) > li > a:not(:only-child) {
  padding-right: 18px;
  padding-left: 18px;
}

.mmenu.mmenu-off_drop_arrows:not(.mmenu--vertical) > li > a:not(:only-child):after {
  content: '';
}

/* mobilemenu */
@media screen and (min-width: 992px) {
  .hdr.slide-menu .mmenu {
    display: none;
  }

  .hdr.slide-menu .mobilemenu-toggle.show-mobile {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    left: 0;
    padding-right: 15px;
    padding-left: 15px;
  }

  .hdr.slide-menu .mobilemenu .dropdn-content {
    position: relative;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 18px;
    color: #000;
    background-color: transparent;
    border: 0;
    text-align: center;
    white-space: normal;
    opacity: 1;
    visibility: visible;
  }

  .hdr.slide-menu .mobilemenu .dropdn.is-hovered .dropdn-content {
    display: none;
  }

  .hdr.slide-menu .mobilemenu .dropdn .dropdn-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hdr.slide-menu .mobilemenu .dropdn .dropdn-content ul > li > a:hover {
    color: #000;
  }

  .hdr.slide-menu .mobilemenu .dropdn .dropdn-content ul > li.active > a, .hdr.slide-menu .mobilemenu .dropdn .dropdn-content ul > li.active > a span:first-child {
    color: #004174;
  }

  .hdr.slide-menu .mobilemenu .dropdn .dropdn-content ul > li > a {
    font-size: 14px;
    line-height: 30px;
    color: #868686;
    text-decoration: none;
    text-transform: none;
    transition: 0.2s;
  }

  .hdr.slide-menu .mobilemenu .dropdn .dropdn-content ul > li > a img {
    display: inline-block;
    vertical-align: sub;
    padding-right: 15px;
  }

  .hdr.slide-menu .mobilemenu .dropdn .dropdn-content ul > li > a span,
    .hdr.slide-menu .mobilemenu .dropdn .dropdn-content ul > li > a [class*="icon-"] {
    display: inline-block;
    vertical-align: middle;
  }

  .hdr.slide-menu .mobilemenu .dropdn .dropdn-content ul > li > a span:first-child {
    padding-right: 4px;
    color: #000;
    text-transform: uppercase;
  }

  .hdr.slide-menu .mobilemenu .dropdn .dropdn-content ul > li > a [class*="icon-"] {
    color: #004174;
    font-size: 30px;
    padding-right: 10px;
  }

  .hdr.slide-menu .mobilemenu .dropdn {
    display: block;
    position: static;
  }

  .hdr.slide-menu .mobilemenu .dropdn.dropdn_caret > a, .hdr.slide-menu .mobilemenu .dropdn > a {
    display: inline-block;
    padding: 10px 18px;
    font-size: 14px;
    white-space: nowrap;
  }

  .hdr.slide-menu .mobilemenu .dropdn.dropdn_caret.is-hovered .dropdn-link:after, .hdr.slide-menu .mobilemenu .dropdn.is-hovered .dropdn-link:after {
    content: ' ';
    position: absolute;
    right: 17px;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -2px;
    border-style: solid;
    border-width: 3px 3px 0 3px;
    border-color: #000 transparent transparent transparent;
  }

  .hdr.slide-menu .mobilemenu .dropdn-link {
    color: #000;
  }
}

@media screen and (min-width: 992px) {
  hdr:not(.slide-menu) .mobilemenu {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .mmenu {
    display: none;
  }
}

.mobilemenu {
  position: fixed;
  z-index: 1009;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  transition: visibility 0s ease 0.6s;
}

.mobilemenu .container {
  width: 100%;
  padding: 0;
}

.mobilemenu-bottom {
  position: relative;
  padding: 0;
}

.mobilemenu-bottom > * {
  margin: 0;
}

.mobilemenu-currency,
.mobilemenu-language {
  display: block;
  position: static;
}

.mobilemenu-settings {
  display: none;
}

.mobilemenu .dropdn-content {
  position: relative;
  z-index: 101;
  left: 0;
  right: 0;
  padding: 0 18px;
  color: #000;
  text-align: center;
  white-space: normal;
}

.mobilemenu .dropdn.is-hovered .dropdn-content {
  display: none;
}

.mobilemenu .dropdn .dropdn-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobilemenu .dropdn .dropdn-content ul > li > a:hover {
  color: #000;
}

.mobilemenu .dropdn .dropdn-content ul > li.active > a, .mobilemenu .dropdn .dropdn-content ul > li.active > a span:first-child {
  color: #004174;
}

.mobilemenu .dropdn .dropdn-content ul > li > a {
  font-size: 14px;
  line-height: 30px;
  color: #868686;
  text-decoration: none;
  text-transform: none;
  transition: 0.2s;
}

.mobilemenu .dropdn .dropdn-content ul > li > a img {
  display: inline-block;
  vertical-align: sub;
  padding-right: 15px;
}

.mobilemenu .dropdn .dropdn-content ul > li > a span,
  .mobilemenu .dropdn .dropdn-content ul > li > a [class*="icon-"] {
  display: inline-block;
  vertical-align: middle;
}

.mobilemenu .dropdn .dropdn-content ul > li > a span:first-child {
  padding-right: 4px;
  color: #000;
  text-transform: uppercase;
}

.mobilemenu .dropdn .dropdn-content ul > li > a [class*="icon-"] {
  color: #004174;
  font-size: 30px;
  padding-right: 10px;
}

.mobilemenu .dropdn {
  display: block;
  position: static;
}

.mobilemenu .dropdn.dropdn_caret > a, .mobilemenu .dropdn > a {
  display: inline-block;
  padding: 10px 18px;
  font-size: 14px;
  white-space: nowrap;
}

.mobilemenu .dropdn.dropdn_caret.is-hovered .dropdn-link:after, .mobilemenu .dropdn.is-hovered .dropdn-link:after {
  content: ' ';
  position: absolute;
  right: 5px;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -2px;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #000 transparent transparent transparent;
}

.mobilemenu .dropdn-link {
  color: #000;
}

.mobilemenu .dropdn.hovered .dropdn-content {
  position: absolute;
  left: 0;
  width: 100%;
  border-style: solid;
  border-color: #e2e2e2;
  border-width: 1px 0 1px;
}

.mobilemenu-content {
  position: fixed;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 320px;
  overflow: hidden;
  transform: translateX(-110%);
  background: #f8f8fa;
  transition: transform 0.5s ease 0.1s;
}

.mobilemenu-content .dropdn .dropdn-content ul {
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin-bottom: 30px;
}

.mobilemenu-content .dropdn .dropdn-content ul li {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.mobilemenu-content .mobilemenu-currency .dropdn .dropdn-content ul li {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.sticky-holder .mobilemenu-content {
  height: 100vh;
}

.mobilemenu-scroll {
  height: calc(100% - 46px);
  overflow: hidden;
  overflow-y: auto;
}

@media screen and (min-width: 992px) {
  .mobilemenu-scroll {
    margin-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  .mobilemenu-scroll {
    margin-top: 46px;
  }
}

@media screen and (max-width: 991px) {
  .mobilemenu-scroll.ps {
    padding-bottom: 45px;
  }
}

.sticky-holder .mobilemenu-toggle {
  position: absolute;
  left: 15px;
}

.mobilemenu.active {
  visibility: visible;
  transition: visibility 0s ease 0s;
}

.mobilemenu.active .mobilemenu-content {
  transform: translateX(0);
  transition: transform 0.5s ease 0s;
}

@media screen and (min-width: 992px) {
  .mobilemenu.active {
    pointer-events: none;
  }

  .mobilemenu.active .mobilemenu-content {
    pointer-events: all;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  }
}

.mobilemenu ul.nav {
  display: block;
  background-color: #fff;
}

.mobilemenu ul.nav li {
  position: relative;
  padding: 0;
  transition: 0.2s;
  display: -ms-flexbox;
  display: flex;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e2e2e2;
}

.mobilemenu ul.nav li a {
  display: block;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 20px;
  padding: 14px 50px 10px 20px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
}

.mobilemenu ul.nav li.active, .mobilemenu ul.nav li:hover, .mobilemenu ul.nav li.mmenu-submenu-open {
  background-color: #f8f8fa;
}

.mobilemenu ul.nav li.active > a, .mobilemenu ul.nav li:hover > a, .mobilemenu ul.nav li.mmenu-submenu-open > a {
  background: transparent;
  color: #004174;
  text-decoration: none;
}

.mobilemenu ul.nav li.active > .arrow:before, .mobilemenu ul.nav li:hover > .arrow:before, .mobilemenu ul.nav li.mmenu-submenu-open > .arrow:before {
  color: #004174;
}

.mobilemenu ul.nav li .arrow:last-child {
  display: none;
}

.mobilemenu ul.nav li .arrow {
  display: inline-block;
  position: relative;
  float: right;
  margin-left: -50px;
  z-index: 100;
  width: 50px;
  height: 44px;
  top: 0;
  right: 0;
  font-family: 'icomoon';
  font-size: 15px;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
}

.mobilemenu ul.nav li .arrow:before {
  display: block;
  color: #000;
  content: "\e919";
  transition: 0.2s;
}

.mobilemenu ul.nav li.mmenu-submenu-open > .arrow {
  transform: rotate(90deg);
}

.mobilemenu ul.nav li ul {
  display: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  list-style: none;
  transition: opacity 0.1s ease;
  background-color: #fff;
}

.mobilemenu ul.nav li ul a {
  padding-left: 40px;
  color: #656565;
}

.mobilemenu ul.nav li ul .arrow:before {
  color: #656565;
}

.mobilemenu ul.nav li ul ul a {
  padding-left: 60px;
}

.mobilemenu ul.nav li ul ul ul a {
  padding-left: 80px;
}

.mobilemenu ul.nav li ul ul ul ul a {
  padding-left: 100px;
}

.mobilemenu ul.nav li ul ul ul ul a {
  padding-left: 120px;
}

.mobilemenu ul.nav li.mmenu-submenu-open > ul {
  opacity: 1;
  display: block;
}

.mobilemenu-close {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 15px;
  background: #004174;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.mobilemenu-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  padding: 0;
}

.mobilemenu-toggle [class*='icon'] {
  font-size: 26px;
}

.mobilemenu-toggle span {
  padding-left: 7px;
  font-size: 11px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.mobilemenu-toggle:hover, .mobilemenu-toggle:focus {
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .mobilemenu-toggle {
    height: 40px;
  }

  .mobilemenu-close.mobilemenu-toggle {
    height: 40px;
  }
}

@media screen and (max-width: 991px) {
  .mobilemenu-toggle {
    height: 46px;
  }

  .mobilemenu-close.mobilemenu-toggle {
    height: 46px;
  }
}

.dropdn {
  display: inline-block;
}

@media (max-width: 991px) {
  .mobilemenu:after,
  .minicart .minicart-drop:after,
  .dropdn.dropdn_account .dropdn-content:after,
  .row:not(.prd-block) .fixed-col:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 120%;
    background: transparent;
    cursor: pointer;
    transition: background 0.3s ease 0.1s;
  }

  .mobilemenu.active:after,
  .minicart.active .minicart-drop:after,
  .dropdn.dropdn_account.is-hovered .dropdn-content:after,
  .row:not(.prd-block) .fixed-col.active:after {
    background: rgba(0, 0, 0, 0.6);
    transition: background 0.3s ease 0;
  }
}

/* mobile menu push */
.nav-wrapper {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
  transform: translateX(-100%);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #e2e2e2;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1);
}

.nav-wrapper.show-menu {
  transform: none;
}

.nav-wrapper .nav-toggle {
  visibility: hidden;
  position: absolute;
  padding: 11px 20px 10px;
  top: 0;
  left: 0;
  width: 100%;
  color: #000;
  z-index: 100;
  cursor: pointer;
  border-bottom: 1px solid #e2e2e2;
  background-color: #fff;
  color: #000;
}

.nav-wrapper .nav-toggle.back-visible {
  visibility: visible;
}

.nav-wrapper .nav-toggle.back-visible .nav-back {
  opacity: 1;
}

.nav-wrapper .nav-toggle.back-visible .nav-title {
  transform: translateX(40px);
}

.nav-wrapper .nav-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-wrapper .nav-back {
  padding: 0 10px 0 0;
}

.nav-wrapper ul {
  list-style: none;
  padding: 0;
  transition: all 0.5s;
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
  opacity: 1 !important;
}

.nav-wrapper ul ul {
  display: block;
  padding: 45px 0 0;
  left: 100%;
}

.nav-wrapper li {
  position: static !important;
}

.nav-wrapper li:last-child {
  border-bottom: 0;
}

.nav-wrapper li a {
  padding: 12px 50px 12px 20px !important;
}

.nav-wrapper li .arrow {
  pointer-events: none;
}

.nav-wrapper li > .arrow {
  transform: rotate(0deg);
}

.mobilemenu .nav-wrapper ul.nav li.mmenu-submenu-open > .arrow {
  transform: rotate(0deg);
}

/* promo-topline */
.promo-topline {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}

.promo-topline a, .promo-topline a:focus {
  color: #000;
}

.promo-topline a:hover {
  color: #000;
}

@media (max-width: 767px) {
  .promo-topline {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .promo-topline b {
    font-weight: 600;
  }
}

@media (max-width: 479px) {
  .promo-topline {
    font-size: 11px;
    line-height: 16px;
  }
}

@media screen and (max-width: 991px) {
  .promo-topline:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #fff;
    opacity: .5;
  }
}

.promo-topline-item {
  position: relative;
  padding: 0 55px;
}

@media (max-width: 767px) {
  .promo-topline-item {
    padding: 0 18px;
  }
}

.promo-topline-item:not(:last-child):after {
  content: '|';
  position: relative;
  top: -1px;
  padding: 0 10px;
  font-weight: bold;
}

.promo-topline .promo-topline-close {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  padding: 0 20px;
  font-size: 18px;
  text-decoration: none;
  transition: opacity 0.2s;
  -webkit-backface-visibility: hidden;
}

.promo-topline .promo-topline-close [class*='icon'] {
  color: #fff;
}

.promo-topline .promo-topline-close:hover {
  background-color: rgba(255, 255, 255, 0.65);
}

.promo-topline .promo-topline-close:hover [class*='icon'] {
  color: #004174;
}

@media (max-width: 767px) {
  .promo-topline .promo-topline-close {
    padding: 0 10px;
  }
}

/* header */
@media screen and (min-width: 992px) {
  .hdr-wrap {
    min-height: 250px;
  }

  body:not(.home-page) .hdr-wrap.bg-bottom {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .hdr-wrap {
    min-height: 200px;
  }
}

.hdr {
  position: relative;
  z-index: 160;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #f7f7f7;
}

.hdr .sticky-holder .row [class*='col-']:last-child {
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.hdr .custom-col:not(:last-child) {
  margin-right: 40px;
}

.hdr .custom-text {
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
}

.hdr .custom-text b {
  font-weight: 500;
}

.hdr .custom-text i.icon {
  display: inline-block;
  font-size: 16px;
  padding-right: 10px;
  vertical-align: sub;
}

.hdr .custom-text a, .hdr .custom-text a:hover {
  text-decoration: none;
}

.hdr .minicart-holder, .hdr .minicart-holder-s {
  position: static;
}

@media screen and (min-width: 992px) {
  .hdr .minicart-holder, .hdr .minicart-holder-s {
    min-width: 165px;
  }
}

.hdr .social-list li a {
  color: #b4b4b4;
}

.hdr .social-list li a:hover {
  color: #004174;
}

body.has-slider .hdr {
  border-bottom: 0;
}

@media screen and (min-width: 992px) {
  .show-mobile {
    display: none;
  }

  .hdr .sticky-holder .row [class*='col-']:first-child,
  .hdr .sticky-holder .row [class*='col-']:last-child {
    min-width: 180px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .hdr .sticky-holder .row [class*='col-']:first-child,
  .hdr .sticky-holder .row [class*='col-']:last-child {
    min-width: 110px;
  }
}

@media screen and (max-width: 991px) {
  .hide-mobile {
    display: none !important;
  }

  .show-mobile {
    display: block !important;
  }
}

@media screen and (min-width: 992px) {
  .hdr-content, .hdr-bottom, .sticky-holder {
    color: #656565;
  }

  .hdr-content .dropdn-link, .hdr-content .mobilemenu-toggle, .hdr-content .minicart-link, .hdr-content .mobilemenu-toggle, .hdr-content .custom-text a, .hdr-content .search-button, .hdr-content .hdr-icn-text a, .hdr-bottom .dropdn-link, .hdr-bottom .mobilemenu-toggle, .hdr-bottom .minicart-link, .hdr-bottom .mobilemenu-toggle, .hdr-bottom .custom-text a, .hdr-bottom .search-button, .hdr-bottom .hdr-icn-text a, .sticky-holder .dropdn-link, .sticky-holder .mobilemenu-toggle, .sticky-holder .minicart-link, .sticky-holder .mobilemenu-toggle, .sticky-holder .custom-text a, .sticky-holder .search-button, .sticky-holder .hdr-icn-text a {
    color: #656565;
  }

  .hdr-content .dropdn-link:hover, .hdr-content .mobilemenu-toggle:hover, .hdr-content .minicart-link:hover, .hdr-content .mobilemenu-toggle:hover, .hdr-content .custom-text a:hover, .hdr-content .search-button:hover, .hdr-content .hdr-icn-text a:hover, .hdr-bottom .dropdn-link:hover, .hdr-bottom .mobilemenu-toggle:hover, .hdr-bottom .minicart-link:hover, .hdr-bottom .mobilemenu-toggle:hover, .hdr-bottom .custom-text a:hover, .hdr-bottom .search-button:hover, .hdr-bottom .hdr-icn-text a:hover, .sticky-holder .dropdn-link:hover, .sticky-holder .mobilemenu-toggle:hover, .sticky-holder .minicart-link:hover, .sticky-holder .mobilemenu-toggle:hover, .sticky-holder .custom-text a:hover, .sticky-holder .search-button:hover, .sticky-holder .hdr-icn-text a:hover {
    color: #004174;
  }

  .hdr-content .dropdn-link:hover [class*='icon-'], .hdr-content .mobilemenu-toggle:hover [class*='icon-'], .hdr-content .minicart-link:hover [class*='icon-'], .hdr-content .mobilemenu-toggle:hover [class*='icon-'], .hdr-content .custom-text a:hover [class*='icon-'], .hdr-content .search-button:hover [class*='icon-'], .hdr-content .hdr-icn-text a:hover [class*='icon-'], .hdr-bottom .dropdn-link:hover [class*='icon-'], .hdr-bottom .mobilemenu-toggle:hover [class*='icon-'], .hdr-bottom .minicart-link:hover [class*='icon-'], .hdr-bottom .mobilemenu-toggle:hover [class*='icon-'], .hdr-bottom .custom-text a:hover [class*='icon-'], .hdr-bottom .search-button:hover [class*='icon-'], .hdr-bottom .hdr-icn-text a:hover [class*='icon-'], .sticky-holder .dropdn-link:hover [class*='icon-'], .sticky-holder .mobilemenu-toggle:hover [class*='icon-'], .sticky-holder .minicart-link:hover [class*='icon-'], .sticky-holder .mobilemenu-toggle:hover [class*='icon-'], .sticky-holder .custom-text a:hover [class*='icon-'], .sticky-holder .search-button:hover [class*='icon-'], .sticky-holder .hdr-icn-text a:hover [class*='icon-'] {
    color: #004174;
  }

  .hdr-content .dropdn-link [class*='icon-'], .hdr-content .mobilemenu-toggle [class*='icon-'], .hdr-content .minicart-link [class*='icon-'], .hdr-content .mobilemenu-toggle [class*='icon-'], .hdr-content .custom-text a [class*='icon-'], .hdr-content .search-button [class*='icon-'], .hdr-content .hdr-icn-text a [class*='icon-'], .hdr-bottom .dropdn-link [class*='icon-'], .hdr-bottom .mobilemenu-toggle [class*='icon-'], .hdr-bottom .minicart-link [class*='icon-'], .hdr-bottom .mobilemenu-toggle [class*='icon-'], .hdr-bottom .custom-text a [class*='icon-'], .hdr-bottom .search-button [class*='icon-'], .hdr-bottom .hdr-icn-text a [class*='icon-'], .sticky-holder .dropdn-link [class*='icon-'], .sticky-holder .mobilemenu-toggle [class*='icon-'], .sticky-holder .minicart-link [class*='icon-'], .sticky-holder .mobilemenu-toggle [class*='icon-'], .sticky-holder .custom-text a [class*='icon-'], .sticky-holder .search-button [class*='icon-'], .sticky-holder .hdr-icn-text a [class*='icon-'] {
    color: #2d2c2c;
    transition: 0.2s;
  }

  .hdr-content .hdr-icn-text [class*='icon-'], .hdr-bottom .hdr-icn-text [class*='icon-'], .sticky-holder .hdr-icn-text [class*='icon-'] {
    color: #2d2c2c;
    transition: 0.2s;
  }

  .hdr-content .dropdn.is-hovered .dropdn-link,
    .hdr-content .minicart.is-hovered .minicart-link,
    .hdr-content .mobilemenu-toggle.active, .hdr-bottom .dropdn.is-hovered .dropdn-link,
    .hdr-bottom .minicart.is-hovered .minicart-link,
    .hdr-bottom .mobilemenu-toggle.active, .sticky-holder .dropdn.is-hovered .dropdn-link,
    .sticky-holder .minicart.is-hovered .minicart-link,
    .sticky-holder .mobilemenu-toggle.active {
    color: #004174;
  }

  .hdr-content .dropdn.is-hovered .dropdn-link [class*='icon-'],
      .hdr-content .minicart.is-hovered .minicart-link [class*='icon-'],
      .hdr-content .mobilemenu-toggle.active [class*='icon-'], .hdr-bottom .dropdn.is-hovered .dropdn-link [class*='icon-'],
      .hdr-bottom .minicart.is-hovered .minicart-link [class*='icon-'],
      .hdr-bottom .mobilemenu-toggle.active [class*='icon-'], .sticky-holder .dropdn.is-hovered .dropdn-link [class*='icon-'],
      .sticky-holder .minicart.is-hovered .minicart-link [class*='icon-'],
      .sticky-holder .mobilemenu-toggle.active [class*='icon-'] {
    color: #004174;
  }

  .hdr-content .custom-text span, .hdr-bottom .custom-text span, .sticky-holder .custom-text span {
    color: #004174;
  }

  .hdr .hdr-topline {
    color: #656565;
  }

  .hdr .hdr-topline .dropdn-link, .hdr .hdr-topline .custom-text a, .hdr .hdr-topline .header-inline-link a {
    color: #656565;
    text-decoration: none;
  }

  .hdr .hdr-topline .dropdn-link:hover, .hdr .hdr-topline .custom-text a:hover, .hdr .hdr-topline .header-inline-link a:hover {
    color: #004174;
    text-decoration: none;
  }

  .hdr .hdr-topline .dropdn-link:hover [class*='icon-'], .hdr .hdr-topline .custom-text a:hover [class*='icon-'], .hdr .hdr-topline .header-inline-link a:hover [class*='icon-'] {
    color: #004174;
    transition: 0.2s;
  }

  .hdr .hdr-topline .dropdn-link [class*='icon-'], .hdr .hdr-topline .custom-text a [class*='icon-'], .hdr .hdr-topline .header-inline-link a [class*='icon-'] {
    color: #004174;
    transition: 0.2s;
  }

  .hdr .hdr-topline .dropdn.is-hovered .dropdn-link,
    .hdr .hdr-topline .minicart.is-hovered .minicart-link,
    .hdr .hdr-topline .mobilemenu-toggle.active {
    color: #004174;
  }

  .hdr .hdr-topline .dropdn.is-hovered .dropdn-link [class*='icon-'],
      .hdr .hdr-topline .minicart.is-hovered .minicart-link [class*='icon-'],
      .hdr .hdr-topline .mobilemenu-toggle.active [class*='icon-'] {
    color: #004174;
  }

  .hdr .hdr-topline .header-inline-link li:before {
    color: #656565;
  }

  .hdr .hdr-topline .custom-text [class*='icon-'] {
    color: #004174;
  }

  .hdr .hdr-topline .custom-text span {
    color: #004174;
  }

  .hdr .hdr-topline.hdr-topline--dark {
    background-color: #000;
    color: #fff;
    border-bottom: 0;
  }

  .hdr .hdr-topline.hdr-topline--dark .dropdn-link, .hdr .hdr-topline.hdr-topline--dark .custom-text a, .hdr .hdr-topline.hdr-topline--dark .header-inline-link a {
    color: #fff;
    text-decoration: none;
  }

  .hdr .hdr-topline.hdr-topline--dark .dropdn-link:hover, .hdr .hdr-topline.hdr-topline--dark .custom-text a:hover, .hdr .hdr-topline.hdr-topline--dark .header-inline-link a:hover {
    color: #004174;
    text-decoration: none;
  }

  .hdr .hdr-topline.hdr-topline--dark .dropdn-link:hover [class*='icon-'], .hdr .hdr-topline.hdr-topline--dark .custom-text a:hover [class*='icon-'], .hdr .hdr-topline.hdr-topline--dark .header-inline-link a:hover [class*='icon-'] {
    color: #004174;
  }

  .hdr .hdr-topline.hdr-topline--dark .dropdn-link [class*='icon-'], .hdr .hdr-topline.hdr-topline--dark .custom-text a [class*='icon-'], .hdr .hdr-topline.hdr-topline--dark .header-inline-link a [class*='icon-'] {
    color: #004174;
  }

  .hdr .hdr-topline.hdr-topline--dark .dropdn-link .dropdn-link:after {
    border-top-color: #fff;
  }

  .hdr .hdr-topline.hdr-topline--dark .social-list a {
    color: #fff;
  }

  .hdr .hdr-topline.hdr-topline--dark .social-list a:hover {
    color: #004174;
  }

  .hdr .hdr-topline.hdr-topline--dark .dropdn.is-hovered .dropdn-link,
    .hdr .hdr-topline.hdr-topline--dark .minicart.is-hovered .minicart-link,
    .hdr .hdr-topline.hdr-topline--dark .mobilemenu-toggle.active {
    color: #004174;
  }

  .hdr .hdr-topline.hdr-topline--dark .dropdn.is-hovered .dropdn-link [class*='icon-'],
      .hdr .hdr-topline.hdr-topline--dark .minicart.is-hovered .minicart-link [class*='icon-'],
      .hdr .hdr-topline.hdr-topline--dark .mobilemenu-toggle.active [class*='icon-'] {
    color: #004174;
  }

  .hdr .hdr-topline.hdr-topline--dark .header-inline-link li:before {
    color: #fff;
  }

  .hdr .hdr-topline.hdr-topline--dark .custom-text [class*='icon-'] {
    color: #004174;
  }

  .hdr .hdr-topline.hdr-topline--dark .custom-text span {
    color: #004174;
  }

  .hdr .hdr-topline.hdr-topline--dark .hdr-line-separate:after {
    border-color: rgba(255, 255, 255, 0.15);
  }

  .hdr .hdr-topline.hdr-topline--dark .dropdn_caret .dropdn-link:after {
    border-top-color: #fff;
  }

  .hdr .hdr-topline.hdr-topline--color {
    background-color: #004174;
    color: #f0f1f3;
    border-bottom: 0;
  }

  .hdr .hdr-topline.hdr-topline--color .dropdn-link, .hdr .hdr-topline.hdr-topline--color .custom-text a, .hdr .hdr-topline.hdr-topline--color .header-inline-link a {
    color: #f0f1f3;
    text-decoration: none;
  }

  .hdr .hdr-topline.hdr-topline--color .dropdn-link:hover, .hdr .hdr-topline.hdr-topline--color .custom-text a:hover, .hdr .hdr-topline.hdr-topline--color .header-inline-link a:hover {
    color: #fff;
    text-decoration: none;
  }

  .hdr .hdr-topline.hdr-topline--color .dropdn-link:hover [class*='icon-'], .hdr .hdr-topline.hdr-topline--color .custom-text a:hover [class*='icon-'], .hdr .hdr-topline.hdr-topline--color .header-inline-link a:hover [class*='icon-'] {
    color: #fff;
  }

  .hdr .hdr-topline.hdr-topline--color .dropdn-link [class*='icon-'], .hdr .hdr-topline.hdr-topline--color .custom-text a [class*='icon-'], .hdr .hdr-topline.hdr-topline--color .header-inline-link a [class*='icon-'] {
    color: #fff;
  }

  .hdr .hdr-topline.hdr-topline--color .social-list a {
    color: #f0f1f3;
  }

  .hdr .hdr-topline.hdr-topline--color .social-list a:hover {
    color: #fff;
  }

  .hdr .hdr-topline.hdr-topline--color .dropdn_caret .dropdn-link:after {
    border-top-color: #f0f1f3;
  }

  .hdr .hdr-topline.hdr-topline--color .dropdn.is-hovered .dropdn-link,
    .hdr .hdr-topline.hdr-topline--color .minicart.is-hovered .minicart-link,
    .hdr .hdr-topline.hdr-topline--color .mobilemenu-toggle.active {
    color: #fff;
  }

  .hdr .hdr-topline.hdr-topline--color .dropdn.is-hovered .dropdn-link [class*='icon-'],
      .hdr .hdr-topline.hdr-topline--color .minicart.is-hovered .minicart-link [class*='icon-'],
      .hdr .hdr-topline.hdr-topline--color .mobilemenu-toggle.active [class*='icon-'] {
    color: #fff;
  }

  .hdr .hdr-topline.hdr-topline--color .header-inline-link li:before {
    color: #f0f1f3;
  }

  .hdr .hdr-topline.hdr-topline--color .custom-text [class*='icon-'] {
    color: #fff;
  }

  .hdr .hdr-topline.hdr-topline--color .custom-text span {
    color: #fff;
  }

  .hdr .hdr-topline.hdr-topline--color .hdr-line-separate:after {
    border-color: rgba(255, 255, 255, 0.15);
  }

  .hdr .hdr-topline.hdr-topline--color .dropdn_caret .dropdn-link:after {
    border-top-color: #f0f1f3;
  }

  .hdr-wrap .hdr-topline.hdr-topline-rotate {
    background-color: transparent;
    color: #000;
    border-bottom: 0;
  }

  .hdr-wrap .hdr-topline.hdr-topline-rotate .dropdn-link, .hdr-wrap .hdr-topline.hdr-topline-rotate .custom-text a, .hdr-wrap .hdr-topline.hdr-topline-rotate .header-inline-link a {
    color: #000;
    text-decoration: none;
  }

  .hdr-wrap .hdr-topline.hdr-topline-rotate .dropdn-link:hover, .hdr-wrap .hdr-topline.hdr-topline-rotate .custom-text a:hover, .hdr-wrap .hdr-topline.hdr-topline-rotate .header-inline-link a:hover {
    color: #004174;
    text-decoration: none;
  }

  .hdr-wrap .hdr-topline.hdr-topline-rotate .dropdn-link:hover [class*='icon-'], .hdr-wrap .hdr-topline.hdr-topline-rotate .custom-text a:hover [class*='icon-'], .hdr-wrap .hdr-topline.hdr-topline-rotate .header-inline-link a:hover [class*='icon-'] {
    color: #004174;
  }

  .hdr-wrap .hdr-topline.hdr-topline-rotate .dropdn-link [class*='icon-'], .hdr-wrap .hdr-topline.hdr-topline-rotate .custom-text a [class*='icon-'], .hdr-wrap .hdr-topline.hdr-topline-rotate .header-inline-link a [class*='icon-'] {
    color: #000;
  }

  .hdr-wrap .hdr-topline.hdr-topline-rotate .social-list a {
    color: #000;
  }

  .hdr-wrap .hdr-topline.hdr-topline-rotate .social-list a:hover {
    color: #004174;
  }

  .hdr-wrap .hdr-topline.hdr-topline-rotate .dropdn_caret .dropdn-link:after {
    border-top-color: #000;
  }

  .hdr-wrap .hdr-topline.hdr-topline-rotate .dropdn.is-hovered .dropdn-link,
    .hdr-wrap .hdr-topline.hdr-topline-rotate .minicart.is-hovered .minicart-link,
    .hdr-wrap .hdr-topline.hdr-topline-rotate .mobilemenu-toggle.active {
    color: #004174;
  }

  .hdr-wrap .hdr-topline.hdr-topline-rotate .dropdn.is-hovered .dropdn-link [class*='icon-'],
      .hdr-wrap .hdr-topline.hdr-topline-rotate .minicart.is-hovered .minicart-link [class*='icon-'],
      .hdr-wrap .hdr-topline.hdr-topline-rotate .mobilemenu-toggle.active [class*='icon-'] {
    color: #004174;
  }

  .hdr-wrap .hdr-topline.hdr-topline-rotate .header-inline-link li:before {
    color: #000;
  }

  .hdr-wrap .hdr-topline.hdr-topline-rotate .custom-text [class*='icon-'] {
    color: #000;
  }

  .hdr-wrap .hdr-topline.hdr-topline-rotate .custom-text span {
    color: #004174;
  }

  .hdr-wrap .hdr-topline.hdr-topline-rotate .hdr-line-separate:after {
    border-color: rgba(255, 255, 255, 0.15);
  }

  .hdr-wrap .hdr-topline.hdr-topline-rotate .dropdn_caret .dropdn-link:after {
    border-top-color: #000;
  }

  .hdr-wrap .hdr-topline.hdr-topline-rotate .social-list li a {
    color: #000;
  }

  .hdr-wrap .hdr-topline.hdr-topline-rotate .social-list li a:hover {
    color: #004174;
  }
}

@media screen and (min-width: 992px) {
  .hdr--transparent {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: transparent !important;
    border-bottom: 0;
  }
}

.logo-holder a:not(.mobilemenu-toggle),
.logo-holder-s a:not(.mobilemenu-toggle) {
  display: block;
}

.logo-holder img,
.logo-holder-s img {
  max-width: 195px;
}

.logo-holder img {
  max-height: 160px;
}

.logo-holder-s img {
  max-height: 47px;
}

.hdr-desktop .row, .sticky-holder .row {
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.hdr-desktop .row > *:last-child, .sticky-holder .row > *:last-child {
  margin-left: auto;
}

.hdr-desktop .row [class*='col-'], .sticky-holder .row [class*='col-'] {
  position: static;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hdr-icn-text {
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  line-height: 20px;
}

.hdr-icn-text > *:not(:first-child) {
  margin-left: 10px;
}

.hdr-icn-text [class*='icon-'] {
  position: relative;
  top: 3px;
  font-size: 38px;
  line-height: 1em;
}

.header-inline-link {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-inline-link li {
  display: inline-block;
  position: relative;
  margin-right: 2px;
}

.header-inline-link li:not(:first-child):before {
  content: "-";
  display: inline-block;
  padding-right: 6px;
}

.header-inline-link li a {
  text-decoration: none;
}

.hdr-topline {
  min-height: 40px;
  background-color: #fff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #f7f7f7;
}

.hdr-topline .hdr-line-separate {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
}

.hdr-topline .hdr-line-separate:after {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 3px;
  border-left-width: 1px;
  border-left-style: solid;
  border-color: #f7f7f7;
}

.hdr-topline .hdr-line-separate:first-child {
  padding-left: 0;
  margin-left: 0;
}

.hdr-topline .hdr-line-separate:first-child:after {
  display: none;
}

.hdr-topline .hdr-line-separate > .dropdn-link:first-child {
  padding-left: 10px;
}

.hdr-topline-left {
  white-space: nowrap;
  min-width: 155px;
}

.hdr-topline-right {
  white-space: nowrap;
}

.hdr-topline-center {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: distribute;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex: 1;
  flex: 1;
}

.hdr-content {
  padding: 17px 0;
  position: relative;
  transition: padding ease-in-out 0.2s;
}

.hdr-nav {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.nav-holder,
.nav-holder-s,
.search-holder {
  -ms-flex: 1;
  flex: 1;
}

.hdr [class*="-menu-scroll"] {
  display: none;
}

.has-scrollmenu .hdr.hdr-onerow-menu .hdr-nav, .has-scrollmenu .hdr.hdr-onerow-menu .nav-holder,
.has-scrollmenu .hdr.hdr-onerow-menu .nav-holder-s {
  overflow: hidden;
}

.has-scrollmenu .hdr.hdr-onerow-menu [class*="-menu-scroll"] {
  display: block;
  font-size: 15px;
  padding: 0 10px;
  margin-top: -2px;
  cursor: pointer;
  transition: 0.2s;
}

.has-scrollmenu .hdr.hdr-onerow-menu [class*="-menu-scroll"]:hover {
  color: #004174;
}

.has-scrollmenu .hdr.hdr-onerow-menu [class*="-menu-scroll"].disable {
  opacity: 0;
}

.hdr .search {
  width: 100%;
  padding: 17px 40px 7px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hdr .search {
    padding: 17px 15px 7px;
  }
}

@media screen and (min-width: 992px) {
  .hdr:not(.slide-menu) .search.search-off-popular {
    padding: 13px 40px 13px;
  }
}

@media only screen and (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
  .hdr:not(.slide-menu) .search.search-off-popular {
    padding: 13px 15px 13px;
  }
}

@media screen and (min-width: 992px) {
  .hdr:not(.slide-menu) .search.search-off-popular .search-input[type] {
    border-bottom-width: 0;
  }
}

.hdr .search-input[type] {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 75px);
  border: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f7f7f7;
  padding: 0;
  margin: 0;
  font-size: 24px;
  line-height: 50px;
  font-weight: normal;
  text-transform: uppercase;
  color: #656565;
  background-color: transparent;
  transition: 0.2s;
}

.hdr .search-input[type]::-webkit-input-placeholder {
  color: #656565;
  text-transform: uppercase;
}

.hdr .search-input[type]:-moz-placeholder {
  color: #656565;
  text-transform: uppercase;
}

.hdr .search-input[type]::-moz-placeholder {
  color: #656565;
  text-transform: uppercase;
}

.hdr .search-input[type]:-ms-input-placeholder {
  color: #656565;
  text-transform: uppercase;
}

.hdr .search-input[type]:focus {
  border-bottom-color: #004174;
}

.hdr .search-button {
  display: inline-block;
  float: left;
  vertical-align: top;
  width: 60px;
  padding: 0;
  border: 0;
  background-color: transparent;
  font-size: 26px;
  line-height: 50px;
  text-align: center;
  transition: 0.2s;
}

.hdr .search-popular {
  margin: 27px 0 20px 66px;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  text-align: left;
}

.hdr .search-popular a {
  padding: 0 10px 0 0;
  text-decoration: none;
  color: #656565;
}

.hdr .search-popular a:hover {
  color: #004174;
}

.hdr .search-popular-label {
  color: #000;
  padding-right: 10px;
  font-weight: 500;
}

.sticky-holder {
  display: none;
  position: fixed;
  max-width: 100vw;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 5px 0;
  z-index: 150;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateZ(0);
}

.sticky-holder:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
}

.sticky-holder.animated {
  animation-duration: .35s;
}

@media screen and (min-width: 992px) {
  .sticky-holder:after {
    background: #fff;
  }
}

.has-sticky .sticky-holder {
  display: block;
}

@media screen and (min-width: 992px) {
  .hdr-category {
    position: relative;
    margin: 0 auto 0 0;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }

  .hdr.hdr-has-categories .mmenu.mmenu--vertical {
    display: none;
    position: absolute;
    width: calc(100% + 2px);
    top: 40px;
    left: -1px;
  }

  .hdr.hdr-has-categories .mmenu.mmenu--vertical.always-opened {
    display: block !important;
  }

  .hdr.hdr-has-categories .mmenu.mmenu--vertical li.hovered .mmenu-submenu {
    top: 1px;
  }

  .hdr.hdr-has-categories .mmenu:not(.mmenu--vertical) {
    padding: 0 220px 0 0;
    -ms-flex: 1;
    flex: 1;
  }

  .hdr.hdr-has-categories .hdr-nav, .hdr.hdr-has-categories .nav-holder {
    overflow: visible;
    width: 100%;
  }

  .hdr.hdr-has-categories .nav-holder-s .hdr-category {
    display: none !important;
  }

  .hdr.hdr-has-categories .nav-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
  }

  .hdr.hdr-has-categories .nav-holder > .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
  }

  .hdr.hdr-has-categories .nav-holder .h-category {
    padding: 10px 15px;
    font-size: 14px;
    cursor: pointer;
    width: 220px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }

  .hdr.hdr-has-categories .nav-holder .h-category [class*='icon-'] {
    display: inline-block;
  }

  .hdr.hdr-has-categories .nav-holder .h-category i:first-child {
    padding: 0 10px 0 0;
    font-size: 20px;
  }

  .hdr.hdr-has-categories .nav-holder .h-category i:last-child {
    padding: 0 0 0 20px;
    margin-left: auto;
    font-size: 12px;
  }
}

.hdr .dropdn-link, .hdr .header-inline-link a, .hdr-wrap .dropdn-link, .hdr-wrap .header-inline-link a {
  position: relative;
  font-size: 11px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.hdr .dropdn-link:hover, .hdr .dropdn-link:focus, .hdr .dropdn-link:focus:hover, .hdr .header-inline-link a:hover, .hdr .header-inline-link a:focus, .hdr .header-inline-link a:focus:hover, .hdr-wrap .dropdn-link:hover, .hdr-wrap .dropdn-link:focus, .hdr-wrap .dropdn-link:focus:hover, .hdr-wrap .header-inline-link a:hover, .hdr-wrap .header-inline-link a:focus, .hdr-wrap .header-inline-link a:focus:hover {
  text-decoration: none;
}

.hdr .dropdn-link .icon, .hdr .header-inline-link a .icon, .hdr-wrap .dropdn-link .icon, .hdr-wrap .header-inline-link a .icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}

.hdr .dropdn-link > span, .hdr .header-inline-link a > span, .hdr-wrap .dropdn-link > span, .hdr-wrap .header-inline-link a > span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 7px;
}

.hdr .dropdn-link, .hdr-wrap .dropdn-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  padding: 10px 18px;
}

.hdr .dropdn_caret .dropdn-link, .hdr-wrap .dropdn_caret .dropdn-link {
  padding: 10px 20px;
}

.hdr .dropdn_caret .dropdn-link:after, .hdr-wrap .dropdn_caret .dropdn-link:after {
  content: ' ';
  position: absolute;
  right: 5px;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -2px;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #656565 transparent transparent transparent;
}

.hdr .dropdn:not(:last-child) .dropdn_caret .dropdn-link, .hdr-wrap .dropdn:not(:last-child) .dropdn_caret .dropdn-link {
  margin-right: 5px;
}

.hdr .dropdn_search .dropdn-link .icon, .hdr-wrap .dropdn_search .dropdn-link .icon {
  vertical-align: text-bottom;
}

.hdr .dropdn_wishlist .dropdn-link .icon, .hdr-wrap .dropdn_wishlist .dropdn-link .icon {
  font-size: 14px;
}

.hdr .dropdn_account .dropdn-link .icon, .hdr-wrap .dropdn_account .dropdn-link .icon {
  font-size: 13px;
}

.hdr-topline-left > *:not([class*='links-mobile-holder-']):first-child .dropdn:not(.dropdn_caret) > a,
.hdr-topline-left > .dropdn:not(.dropdn_caret):first-child > a {
  padding-left: 0;
}

.hdr-topline-right > *:not([class*='links-mobile-holder-']):last-child .dropdn:not(.dropdn_caret) > a,
.hdr-topline-right > .dropdn:not(.dropdn_caret):last-child > a {
  padding-right: 0;
}

.hdr-topline-left > *:first-child .dropdn.dropdn_caret > a,
.hdr-topline-left > .dropdn.dropdn_caret:first-child > a {
  margin-left: -20px;
}

.hdr-topline-right > *:last-child .dropdn.dropdn_caret > a,
.hdr-topline-right > .dropdn.dropdn_caret:last-child > a {
  margin-right: -20px;
}

.hdr-content-right .links-holder > .dropdn:last-child .dropdn-link {
  padding-right: 0;
}

.hdr .dropdn-content {
  z-index: 101;
}

@media screen and (min-width: 992px) {
  .hdr .dropdn-content {
    min-height: 60px;
    transition: opacity 0s ease 0.2s, visibility 0s linear 0.2s, top 0s linear 0.2s;
  }
}

.hdr .dropdn.is-hovered .dropdn-content,
.hdr-wrap .dropdn.is-hovered .dropdn-content {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 992px) {
  .hdr .dropdn.is-hovered .dropdn-content,
    .hdr-wrap .dropdn.is-hovered .dropdn-content {
    top: 44px;
    z-index: 102;
    transition: opacity 0.2s ease 0s, visibility 0s linear 0s, top 0s linear 0s;
  }
}

.dropdn_settings .dropdn-content .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.dropdn_settings .dropdn-content .container ul li span + span {
  display: none;
}

.dropdn_settings .dropdn-content .container .vert-divider {
  width: 1px;
  background-color: #f7f7f7;
}

.hdr-content .dropdn-link > .icon, .hdr-bottom .dropdn-link > .icon {
  font-size: 22px;
  position: relative;
  transition: 0.2s;
}

.hdr-content .dropdn_search .dropdn-link > .icon, .hdr-bottom .dropdn_search .dropdn-link > .icon {
  font-size: 23px;
  top: -1px;
}

.hdr-content .dropdn_wishlist .dropdn-link > .icon, .hdr-bottom .dropdn_wishlist .dropdn-link > .icon {
  font-size: 23px;
}

.hdr-content .dropdn_account .dropdn-link > .icon, .hdr-bottom .dropdn_account .dropdn-link > .icon {
  font-size: 23px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hdr .dropdn:not(.dropdn_search) .dropdn-content ul > li, .hdr-wrap .dropdn:not(.dropdn_search) .dropdn-content ul > li {
    margin: 0 16px;
  }
}

@media screen and (min-width: 992px) {
  .hdr .dropdn, .hdr-wrap .dropdn {
    position: static;
  }

  .hdr .dropdn:not(:only-child):last-child .dropdn:not(.dropdn_caret) .dropdn-link, .hdr-wrap .dropdn:not(:only-child):last-child .dropdn:not(.dropdn_caret) .dropdn-link {
    padding-right: 0;
  }

  .hdr .dropdn:not(:only-child):first-child .dropdn:not(.dropdn_caret) .dropdn-link, .hdr-wrap .dropdn:not(:only-child):first-child .dropdn:not(.dropdn_caret) .dropdn-link {
    padding-left: 0;
  }

  .hdr .dropdn-content, .hdr-wrap .dropdn-content {
    position: absolute;
    z-index: 101;
    left: 0;
    right: 0;
    padding: 0 15px;
    color: #656565;
    background: #fff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f7f7f7;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    white-space: normal;
  }

  .hdr .dropdn:not(.dropdn_search) .dropdn-content ul, .hdr-wrap .dropdn:not(.dropdn_search) .dropdn-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hdr .dropdn:not(.dropdn_search) .dropdn-content ul > li, .hdr-wrap .dropdn:not(.dropdn_search) .dropdn-content ul > li {
    display: inline-block;
    margin: 0 23px;
  }

  .hdr .dropdn:not(.dropdn_search) .dropdn-content ul > li > a:hover, .hdr-wrap .dropdn:not(.dropdn_search) .dropdn-content ul > li > a:hover {
    color: #004174;
  }

  .hdr .dropdn:not(.dropdn_search) .dropdn-content ul > li.active > a, .hdr-wrap .dropdn:not(.dropdn_search) .dropdn-content ul > li.active > a {
    color: #004174;
  }

  .hdr .dropdn:not(.dropdn_search) .dropdn-content ul > li > a, .hdr-wrap .dropdn:not(.dropdn_search) .dropdn-content ul > li > a {
    font-size: 14px;
    line-height: 30px;
    color: #656565;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.2s;
  }

  .hdr .dropdn:not(.dropdn_search) .dropdn-content ul > li > a img, .hdr-wrap .dropdn:not(.dropdn_search) .dropdn-content ul > li > a img {
    display: inline-block;
    vertical-align: sub;
    padding-right: 15px;
  }

  .hdr .dropdn:not(.dropdn_search) .dropdn-content ul > li > a span,
      .hdr .dropdn:not(.dropdn_search) .dropdn-content ul > li > a [class*="icon-"], .hdr-wrap .dropdn:not(.dropdn_search) .dropdn-content ul > li > a span,
      .hdr-wrap .dropdn:not(.dropdn_search) .dropdn-content ul > li > a [class*="icon-"] {
    display: inline-block;
    vertical-align: middle;
  }

  .hdr .dropdn:not(.dropdn_search) .dropdn-content ul > li > a span:first-child, .hdr-wrap .dropdn:not(.dropdn_search) .dropdn-content ul > li > a span:first-child {
    padding-right: 4px;
  }

  .hdr .dropdn:not(.dropdn_search) .dropdn-content ul > li > a span:first-child:not(:only-child), .hdr-wrap .dropdn:not(.dropdn_search) .dropdn-content ul > li > a span:first-child:not(:only-child) {
    color: #004174;
  }

  .hdr .dropdn:not(.dropdn_search) .dropdn-content ul > li > a [class*="icon-"], .hdr-wrap .dropdn:not(.dropdn_search) .dropdn-content ul > li > a [class*="icon-"] {
    color: #004174;
    font-size: 30px;
    padding-right: 10px;
  }

  .hdr .dropdn:not(.dropdn_search) .dropdn-content ul > li > a .icon-lock, .hdr-wrap .dropdn:not(.dropdn_search) .dropdn-content ul > li > a .icon-lock {
    font-size: 25px;
  }

  .hdr .dropdn:not(.dropdn_search) .dropdn-content ul > li > a .icon-check-box, .hdr-wrap .dropdn:not(.dropdn_search) .dropdn-content ul > li > a .icon-check-box {
    font-size: 20px;
  }

  .hdr-desktop .dropdn-content > ul:only-child > li > a span:first-child,
  .hdr-desktop .dropdn-content .dropdn:nth-child(3) ul li span:first-child,
  .hdr-desktop .dropdn-content .dropdn:nth-child(2) ul li span:first-child,
  .hdr-desktop .dropdn-content .vert-divider:first-child + ul > li > a span:first-child {
    color: #004174;
  }

  .hdr-desktop .dropdn-content .vert-divider:first-child + ul > li > a span:first-child {
    color: #004174;
  }

  .hdr-desktop .dropdn-content .dropdn-link {
    display: none;
  }

  .hdr-desktop .dropdn-content .dropdn-content {
    position: static;
  }

  .hdr .dropdn-content {
    top: -5000px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }

  .dropdn_account .dropdn-close {
    display: none;
  }
}

.minicart {
  text-decoration: none;
  text-align: left;
}

.minicart-link {
  display: block;
  position: relative;
  text-decoration: none;
}

.minicart-link:hover, .minicart-link:focus {
  text-decoration: none;
}

.minicart-link > .icon {
  display: block;
  float: left;
  font-size: 33px;
  line-height: 1em;
}

.minicart-link:hover {
  text-decoration: none;
}

.minicart-qty {display: block;width: 21px;height:21px;margin: -4px 0 0 -10px;float: left;font-size: 14px;line-height: 21px;background: #004174;
  color:#FFFFFF;text-align: center; }

.minicart-title {
  display: block;
  padding-left: 50px;
  margin-bottom: 2px;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
}

.minicart-total {
  display: block;
  padding-left: 50px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #2d2c2c;
}

.minicart-prd {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #f7f7f7;
  padding-top: 15px;
  padding-bottom: 15px;
}

.minicart-prd:first-of-type {
  border-top: 0;
}

@media screen and (max-width: 991px) {
  .minicart-prd > * {
    padding-left: 90px;
    padding-right: 50px;
    padding-top: 10px;
  }
}

@media screen and (min-width: 992px) {
  .minicart-prd > * {
    display: table-cell;
    vertical-align: middle;
  }
}

.minicart-prd-image {
  width: 145px;
}

@media screen and (max-width: 991px) {
  .minicart-prd-image {
    width: 90px;
    padding: 0;
    float: left;
  }
}

.minicart-prd-image img {
  width: 78px;
  transition: 0.2s;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .minicart-prd-image img {
    width: 65px;
  }
}

@media only screen and (max-width: 479px) {
  .minicart-prd-image img {
    width: 60px;
  }
}

@media screen and (max-width: 991px) {
  .minicart-prd-name {
    padding-top: 0;
  }
}

.minicart-prd-name h5 {
  margin-bottom: 10px;
}

.minicart-prd-name h5,
.minicart-prd-name h5 a {
  font-size: 11px;
  line-height: 1.2em;
  color: #656565;
  text-transform: uppercase;
}

.minicart-prd-name h5 a:hover {
  color: #004174;
}

.minicart-prd-name h2 {
  margin-bottom: 0;
}

.minicart-prd-name h2,
.minicart-prd-name h2 a {
  font-size: 14px;
  line-height: 1.6em;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}

.minicart-prd-name h2 a:hover {
  color: #004174;
}

@media screen and (min-width: 992px) {
  .minicart-prd-qty {
    width: 12.6%;
  }
}

@media screen and (min-width: 992px) {
  .minicart-prd-price {
    width: 15%;
  }
}

.minicart-prd-qty,
.minicart-prd-price {
  font-size: 11px;
  line-height: 18px;
  color: #656565;
  text-transform: uppercase;
}

.minicart-prd-qty b,
.minicart-prd-price b {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

@media screen and (min-width: 992px) {
  .minicart-prd-action {
    width: 140px;
    padding-left: 20px;
    text-align: right;
  }
}

@media screen and (max-width: 991px) {
  .minicart-prd-action {
    float: right;
    position: absolute;
    top: 15px;
    padding: 0;
    right: 0;
    width: 50px;
    text-align: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0;
  }
}

.minicart-prd-action > a {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  color: #004174;
  text-decoration: none;
}

.minicart-prd-action > a:hover {
  color: #000;
}

.minicart-drop-total {
  padding: 7px;
  margin-bottom: 15px;
  margin-top: 20px;
  overflow: hidden;
  background-color: #fbfbfb;
  font-size: 14px;
  line-height: 36px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #656565;
}

@media screen and (min-width: 992px) {
  .minicart-drop-total .float-right {
    text-align: right;
  }

  .minicart-drop-total .float-right .btn:last-child {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .minicart-drop-total .minicart-drop-summa {
    width: 100%;
    margin-right: 0 !important;
  }

  .minicart-drop-total .minicart-drop-btns-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0 !important;
  }

  .minicart-drop-total .float-left {
    display: none;
  }

  .minicart-drop-total .float-right {
    float: none !important;
  }

  .minicart-drop-total > [class*="float-"]:first-child {
    margin-top: 0;
  }
}

.minicart-drop-total > [class*="float-"] > * {
  margin-left: 15px;
  margin-right: 15px;
}

.minicart-drop-total > [class*="float-"] > *:first-child {
  margin-left: 0;
  margin-right: 15px;
}

.minicart-drop-total > [class*="float-"] > *:last-child {
  margin-left: 15px;
  margin-right: 0;
}

.minicart-drop-total > [class*="float-"] > *:only-child {
  margin-left: 0;
  margin-right: 0;
}

.minicart-drop-total .btn,
  .minicart-drop-total [class*="float-"] > * {
  display: inline-block;
  vertical-align: top;
}

.minicart-drop-total .minicart-drop-summa b {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding-left: 5px;
}

.minicart-drop-total .btn {
  min-width: 175px;
}

@media screen and (max-width: 991px) {
  .minicart-drop-total .btn {
    min-width: 0;
    margin: 0 5px 5px 0;
    padding: 10px 12px;
  }

  .minicart-drop-total .btn [class*="icon-"]:not(:only-child):not(:last-child) {
    padding-right: 7px;
  }

  .minicart-drop-total .minicart-drop-total {
    margin-bottom: 0;
  }

  .minicart-drop-total .minicart-drop-total > [class*="float-"] > *:last-child {
    margin-left: auto;
    margin-right: 0;
  }
}

@media screen and (min-width: 992px) {
  .minicart h3, .minicart .h3-style {
    color: #000;
  }

  .minicart .minicart-drop.opened {
    opacity: 1;
    visibility: visible;
    top: 60px;
    transition: opacity 0.1s ease-in-out 0s;
  }

  .minicart-drop-close {
    display: none;
  }

  .minicart-drop {
    position: absolute;
    z-index: 103;
    opacity: 0;
    visibility: hidden;
    top: -100%;
    left: 0;
    right: 0;
    padding: 28px 0 15px;
    color: #656565;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #f7f7f7;
    overflow-y: auto;
    transition: opacity 0s ease-in-out 0s;
  }
}

.cart-empty {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 17px 0 28px;
}

@media screen and (max-width: 991px) {
  .cart-empty {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    text-align: center;
  }
}

.cart-empty a {
  color: #000;
  text-decoration: underline;
}

.cart-empty a:hover {
  color: #000;
  text-decoration: none;
}

.cart-empty-icon {
  font-size: 41px;
  color: #000;
  position: relative;
}

@media screen and (min-width: 992px) {
  .cart-empty-icon {
    padding-right: 28px;
  }
}

@media screen and (max-width: 991px) {
  .cart-empty-icon {
    padding-bottom: 20px;
  }
}

.cart-empty-icon:after {
  content: '0';
  position: absolute;
  top: 15px;
  left: 16px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.cart-empty-title {
  margin-bottom: 0;
}

.cart-empty-text {
  font-size: 14px;
  line-height: 24px;
}

.cart-empty-text p {
  margin: 0;
}

.hdr.minicart-icon-style-1 .minicart-holder, .hdr.minicart-icon-style-1 .minicart-holder-s {
  min-width: 0;
}

.hdr.minicart-icon-style-1 .minicart-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.hdr.minicart-icon-style-1 .minicart-link i.icon {
  font-size: 26px;
}

.hdr.minicart-icon-style-1 .minicart-total,
.hdr.minicart-icon-style-1 .minicart-title {
  display: none;
}

.hdr.minicart-icon-style-1 .minicart-qty {
  display: block;
  width: 21px;
  height: 21px;
  margin: 3px 5px 0 0;
  font-size: 12px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  background-color: #004174;
  border-radius: 50%;
}

.hdr.minicart-icon-style-2 .minicart-holder, .hdr.minicart-icon-style-2 .minicart-holder-s, .hdr.minicart-icon-style-3 .minicart-holder, .hdr.minicart-icon-style-3 .minicart-holder-s {
  min-width: 0;
}

.hdr.minicart-icon-style-2 .minicart-holder, .hdr.minicart-icon-style-3 .minicart-holder {
  padding: 0 16px;
}

.hdr.minicart-icon-style-2 .minicart-holder:last-child, .hdr.minicart-icon-style-3 .minicart-holder:last-child {
  padding-right: 0;
}

.hdr.minicart-icon-style-2 .minicart-holder:first-child, .hdr.minicart-icon-style-3 .minicart-holder:first-child {
  padding-left: 0;
}

.hdr.minicart-icon-style-2 .minicart-link, .hdr.minicart-icon-style-3 .minicart-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.hdr.minicart-icon-style-2 .minicart-total, .hdr.minicart-icon-style-3 .minicart-total {
  display: none;
}

.hdr.minicart-icon-style-2 .minicart-title, .hdr.minicart-icon-style-3 .minicart-title {
  padding: 0 0 0 8px;
  margin-bottom: 0;
}

.hdr.minicart-icon-style-2 .minicart-link > .icon, .hdr.minicart-icon-style-3 .minicart-link > .icon {
  font-size: 25px;
}

.hdr.minicart-icon-style-2 .minicart-qty, .hdr.minicart-icon-style-3 .minicart-qty {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 -5px;
  font-size: 11px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  background-color: #004174;
  border-radius: 50%;
}

.hdr.minicart-icon-style-2 .minicart-drop, .hdr.minicart-icon-style-3 .minicart-drop {
  border-top: 0;
}

@media screen and (max-width: 1199px) {
  .hdr.minicart-icon-style-2 .minicart-title {
    display: none;
  }
}

.hdr.minicart-icon-style-3 .minicart-title {
  display: none;
}

.hdr.minicart-icon-style-3 .minicart-qty {
  margin-top: -7px;
}

.hdr.minicart-icon-style-4 .minicart-holder, .hdr.minicart-icon-style-4 .minicart-holder-s {
  min-width: 0;
}

.hdr.minicart-icon-style-4 .minicart-total,
.hdr.minicart-icon-style-4 .minicart-title {
  display: none;
}

.hdr.minicart-icon-style-4 .minicart-link > .icon {
  float: none;
}

.hdr.minicart-icon-style-4 .minicart-qty {
  display: block;
  position: absolute;
  right: -3px;
  top: -1px;
  width: 21px;
  height: 21px;
  margin: 0;
  font-size: 12px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  background-color: #004174;
  border-radius: 50%;
}

.hdr.minicart-icon-style-5 .minicart-holder {
  min-width: 0;
}

.hdr.minicart-icon-style-5 .minicart-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.hdr.minicart-icon-style-5 .minicart-total {
  display: none;
}

.hdr.minicart-icon-style-5 .minicart-title {
  -ms-flex-order: -1;
  order: -1;
  padding: 0 12px 0 0;
}

.hdr.minicart-icon-style-5 .minicart-link > .icon {
  font-size: 25px;
}

.hdr.minicart-icon-style-5 .minicart-qty {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 -5px;
  font-size: 11px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  background-color: #004174;
  border-radius: 50%;
}

.hdr.minicart-icon-style-5 .minicart-drop {
  border-top: 0;
}

.hdr.minicart-icon-style-5 .sticky-holder .minicart {
  float: right;
}

.hdr.minicart-icon-style-5 .sticky-holder .minicart-title {
  display: none;
}

.dropdn.only-icon .dropdn-link {
  padding-left: 10px;
  padding-right: 10px;
}

.dropdn.only-icon:last-child .dropdn-link {
  padding-right: 0;
}

.dropdn.only-icon:first-child .dropdn-link {
  padding-left: 0;
}

.dropdn.only-icon .dropdn-link > .icon {
  font-size: 23px;
}

.dropdn.only-icon .dropdn-link > span {
  display: none;
}

@media screen and (min-width: 992px) {
  .dropdn.only-text .dropdn-link > .icon {
    display: none;
  }

  .dropdn.only-text .dropdn-link > span {
    padding: 0;
  }
}

.menu-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  padding: 0 8px;
  min-height: 14px;
  font-size: 8px;
  line-height: 10px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #004174;
  color: #fff;
  letter-spacing: 1px;
  -webkit-backface-visibility: hidden;
  white-space: nowrap;
}

.mmenu:not(.mmenu--vertical) .menu-label {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: -38px;
  font-family: "Open Sans", sans-serif;
}

.mmenu:not(.mmenu--vertical) .menu-label:after {
  top: 100%;
  left: 50%;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  border-top-color: #004174;
  border-width: 4px;
  margin-left: -4px;
}

.mmenu--vertical .menu-label, .mobilemenu .menu-label {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: -2px;
  min-height: 14px;
  font-size: 8px;
  line-height: 10px;
  margin-left: 10px;
}

@media screen and (max-width: 991px) {
  @  supports not (-webkit-overflow-scrolling: touch) {
    body.touch .mmenu--vertical .menu-label: not(*:root), body.touch .mobilemenu .menu-label:not(*:root) {
      padding: 2px 8px 0;
  }
} }

.menu-label.menu-label--color1 {
  background-color: #004174;
}

.mmenu .menu-label.menu-label--color1:after {
  border-top-color: #004174;
}

.menu-label.menu-label--color2 {
  background-color: #ffc427;
}

.mmenu .menu-label.menu-label--color2:after {
  border-top-color: #ffc427;
}

.menu-label.menu-label--color3 {
  background-color: #e53d60;
}

.mmenu .menu-label.menu-label--color3:after {
  border-top-color: #e53d60;
}

.menu-label.menu-label--color4 {
  background-color: #15c979;
}

.mmenu .menu-label.menu-label--color4:after {
  border-top-color: #15c979;
}

@media screen and (min-width: 1200px) {
  body.boxed .hdr.global_width.hdr-has-categories .mmenu--vertical .mmenu-item--mega .mmenu-submenu, body.fullboxed .hdr.global_width.hdr-has-categories .mmenu--vertical .mmenu-item--mega .mmenu-submenu {
    width: calc(1170px - 220px);
  }

  .hdr.boxed.hdr-has-categories .mmenu--vertical .mmenu-item--mega .mmenu-submenu {
    width: calc(1170px - 220px);
  }

  body.fullwidth .hdr.global_width.hdr-has-categories .mmenu--vertical .mmenu-item--mega .mmenu-submenu,
  .hdr.fullwidth.hdr-has-categories .mmenu--vertical .mmenu-item--mega .mmenu-submenu {
    width: calc(100vw - 270px);
    max-width: 1170px;
    min-height: 0;
    height: auto;
  }
}

.header-banners {
  padding: 0 0 140px;
}

@media screen and (max-width: 1199px) {
  .header-banners {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 991px) {
  .header-banners {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .header-banners {
    padding-bottom: 60px;
  }
}

body:not(.home-page) .hdr-wrap .header-banners {
  display: none;
}

.is-hovered .dropdn-link > [class*='icon']:before,
.is-hovered.dropdn_caret .dropdn-link:after {
  content: "\e117";
}

.is-hovered .minicart-link > [class*='icon']:before {
  font-size: .92em;
  margin-left: .1em;
  content: "\e941";
}

.is-hovered .minicart-link .minicart-qty {
  visibility: hidden;
}

.is-hovered.dropdn_caret .dropdn-link:after {
  border: 0;
  font-family: 'icomoon' !important;
  position: relative;
  top: -8px;
  right: -7px;
}

.hdr.minicart-icon-style-1 .is-hovered .minicart-link .minicart-qty {
  visibility: visible;
}

.hdr.minicart-icon-style-3 .is-hovered .minicart-link > [class*='icon']:before, .hdr.minicart-icon-style-2 .is-hovered .minicart-link > [class*='icon']:before {
  content: "\e117";
}

.hdr.minicart-icon-style-1 .is-hovered .minicart-link > [class*='icon']:before {
  display: block;
  width: 26px;
  margin-left: 0;
  content: "\e117";
  font-size: 21px;
  line-height: 26px;
}

.mobilemenu-toggle.active [class*='icon']:before {
  content: "\e117";
}

.hdr.slide-menu .is-hovered.dropdn_caret .dropdn-link:after {
  top: 0;
  right: -5px;
  margin-right: -12px;
  font-size: 12px;
}

/* header mobile */
@media screen and (max-width: 991px) {
  .hdr-nav {
    display: none;
  }

  .hdr-mobile {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #f7f7f7;
  }

  .hdr-mobile.is-sticky {
    border: 0;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  }

  .hdr-mobile [class*='links-mobile-holder-'] {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .hdr-mobile [class*='links-mobile-holder-'] .dropdn .dropdn-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hdr-mobile .links-holder:last-child [class*='links-mobile-holder-']:last-child .dropdn .dropdn-link {
    padding-left: 10px;
    padding-right: 0;
  }

  .mobilemenu-toggle.show-mobile {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hdr {
    background-color: transparent;
  }

  .hdr .minicart-link [class*='icon'] {
    color: #000;
  }

  .hdr .hdr-content {
    background-color: transparent;
    min-height: 0;
  }

  .hdr .hdr-topline {
    background-color: #004174;
    color: #fff;
    border: 0;
  }

  .hdr .hdr-topline [class*='icon'] {
    color: #fff;
  }

  .hdr .custom-text {
    color: #fff;
  }

  .hdr .custom-text a {
    color: #fff;
  }

  .hdr .custom-text a:hover {
    color: #fff;
    text-decoration: none;
  }

  .hdr .custom-text [class*='icon'] {
    color: #fff;
  }

  .hdr .custom-text span {
    color: #fff;
  }

  .hdr-topline > .container,
  .hdr-content > .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    min-height: 40px;
  }

  .hdr-topline a:not(.btn),
  .hdr-topline .dropdn-link,
  .hdr-topline .social-list a,
  .hdr-topline .social-list a:hover {
    color: #fff;
  }

  .hdr-topline .dropdn-link [class*='icon'] {
    color: #fff;
  }

  .hdr-topline .social-list {
    font-size: .8em;
  }

  .hdr-topline .social-list .icon-instagram {
    font-size: .72em;
  }

  .hdr-topline .social-list .icon-google,
  .hdr-topline .social-list .icon-youtube {
    font-size: .8em;
  }

  .hdr-topline .hdr-line-separate {
    padding-left: 7px;
    margin-left: 7px;
    position: relative;
    border: 0;
  }

  .hdr-topline .hdr-line-separate:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    opacity: .3;
  }

  .hdr-topline-right {
    margin-left: auto;
  }

  .hdr-topline .dropdn-link .icon {
    position: relative;
    padding: 0;
    font-size: 18px !important;
  }

  .hdr-topline .dropdn-link .icon.icon-heart-1 {
    font-size: 16px !important;
  }

  .hdr-topline .dropdn-link > span {
    display: none;
  }

  .minicart-holder, .minicart-holder-s {
    margin-left: auto;
  }

  .logo-holder-s {
    margin-left: 50px;
  }

  .has-sticky.fixed .hdr {
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .hdr--transparent .hdr-mobile {
    border-bottom: 0;
  }

  .hdr--transparent .hdr-content {
    background: transparent;
  }
}

@media screen and (max-width: 991px) {
  .has-scrollmenu .hdr-onerow-menu .hdr-content [class*="-menu-scroll"] {
    display: none;
  }
}

.mobilemenu .search {
  padding: 20px 20px 30px;
  border-bottom: 1px solid #e2e2e2;
}

.mobilemenu .search-input[type='text'] {
  width: calc(100% - 34px);
  margin: 0;
  border-color: #e2e2e2;
}

.mobilemenu .search-button {
  width: 34px;
  text-align: left;
}

.mobilemenu .search-close,
.mobilemenu .search-popular {
  display: none;
}

@media screen and (max-width: 991px) {
  .sticky-holder:after {
    background: #fff;
  }

  .hdr .sticky-holder .minicart-link [class*='icon'], .hdr .sticky-holder .mobilemenu-toggle [class*='icon'] {
    color: #000;
  }
}

@media screen and (max-width: 991px) {
  .hdr .dropdn-link {
    padding: 10px 10px;
  }
}

@media screen and (max-width: 991px) {
  .minicart {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-left: 20px;
  }

  .minicart.active .minicart-drop {
    visibility: visible;
    transition: visibility 0s ease 0s;
  }

  .minicart.active .minicart-drop .container {
    transform: translateX(0);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0s;
  }

  .minicart-title,
  .minicart-total {
    display: none;
  }

  .minicart-drop-close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    cursor: pointer;
    height: 46px;
    padding: 0 15px;
    font-size: 18px;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background: #004174;
  }

  .minicart-drop {
    display: block !important;
    opacity: 1;
    position: fixed;
    z-index: 1004;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-height: 100vh !important;
    padding: 0;
    visibility: hidden;
    background: transparent;
    transition: visibility 0s ease 0.6s;
  }

  .minicart-drop .container {
    position: fixed;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 320px;
    padding: 0;
    overflow: hidden;
    background-color: #fff !important;
    transform: translateX(110%);
    transition: all 0.5s ease 0s;
  }

  .minicart-drop-content {
    padding: 15px 15px 15px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100% - 46px);
  }

  .minicart .minicart-drop-content.ps .minicart-drop-total {
    margin-bottom: 45px;
  }

  .sticky-holder .minicart-drop, .sticky-holder .minicart-drop .container {
    height: 100vh;
  }
}

@media screen and (max-width: 991px) {
  .hdr .dropdn_account .dropdn-close {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    cursor: pointer;
    height: 46px;
    padding: 0 15px;
    font-size: 18px;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #004174;
    color: #fff;
  }

  .hdr .dropdn_account .dropdn-content {
    display: block !important;
    opacity: 1;
    position: fixed;
    z-index: 1004;
    right: 0;
    top: 0 !important;
    bottom: 0;
    width: 100%;
    padding: 0;
    visibility: hidden;
    background: transparent;
    transition: visibility 0s ease 0.6s;
  }

  .hdr .dropdn_account .dropdn-content .container {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 320px;
    padding: 0;
    overflow: hidden;
    background-color: #fff !important;
    transform: translateX(120%);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s;
  }

  .hdr .dropdn_account .dropdn-content ul {
    display: block;
    height: calc(100vh - 46px);
    overflow: hidden;
    overflow-y: auto;
    margin-top: 46px;
    padding: 0;
  }

  .hdr .dropdn_account .dropdn-content ul > li {
    display: block;
    float: none;
    position: relative;
    padding: 0;
    margin: 0;
    text-align: left;
    transition: 0.2s;
  }

  .hdr .dropdn_account .dropdn-content ul > li > a [class*="icon-"] {
    width: 40px;
    text-align: center;
  }

  .hdr .dropdn_account .dropdn-content ul > li > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 14px 15px 10px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    background: transparent;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e2e2e2;
  }

  .hdr .dropdn_account .dropdn-content ul > li > a:hover, .hdr .dropdn_account .dropdn-content ul > li > a:focus {
    background: transparent;
  }

  .hdr .dropdn_account .dropdn-content ul > li > a span,
        .hdr .dropdn_account .dropdn-content ul > li > a [class*="icon-"] {
    display: inline-block;
    vertical-align: middle;
  }

  .hdr .dropdn_account .dropdn-content ul > li > a [class*="icon-"] {
    color: #004174;
    font-size: 30px;
    padding-right: 10px;
  }

  .hdr .dropdn_account .dropdn-content ul > li > a .icon-lock {
    font-size: 25px;
  }

  .hdr .dropdn_account .dropdn-content ul > li > a .icon-check-box {
    font-size: 20px;
  }

  .hdr .dropdn_account .dropdn-content ul > li:hover > a {
    background-color: #f8f8fa;
    color: #004174;
    text-decoration: none;
  }

  .hdr .dropdn_account.is-hovered .dropdn-content {
    visibility: visible;
    transition: visibility 0s ease 0s;
    top: 0;
  }

  .hdr .dropdn_account.is-hovered .dropdn-content .container {
    transform: translateX(0);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0s;
  }
}

@media screen and (max-width: 991px) {
  .mobilemenu-settings .dropdn-content .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .mobilemenu-settings .dropdn-content .container ul li span + span {
    display: none;
  }

  .mobilemenu-settings .dropdn-content .container .vert-divider {
    display: none;
  }

  .mobilemenu-settings {
    display: inline-block;
    position: static;
  }

  .mobilemenu-settings .dropdn-link .icon {
    font-size: 23px;
  }
}

.mobilemenu .dropdn:not(.is-hovered) .dropdn-link:after,
.mobilemenu .dropdn_caret:not(.is-hovered) .dropdn-link:after {
  top: 0;
  right: -5px;
  margin-right: -12px;
  font-size: 12px;
  line-height: 12px;
}

.mobilemenu .dropdn:not(.is-hovered) .dropdn-link:after {
  content: "\e117";
  border: 0;
  font-family: 'icomoon' !important;
  position: relative;
}

.mobilemenu-settings .dropdn:not(.is-hovered) .dropdn-link .icon {
  width: 23px;
  height: 23px;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
}

.hdr.hdr--light {
  background-color: transparent;
  border-color: #f7f7f7;
}

.hdr.hdr--light .hdr-content .social-list li a {
  color: #2d2c2c;
}

.hdr.hdr--light .hdr-content .social-list li a:hover {
  color: #004174;
}

@media screen and (min-width: 992px) {
  .hdr--light .hdr-content,
  .hdr--light .hdr-bottom {
    color: #2d2c2c;
  }

  .hdr--light .hdr-content .dropdn-link,
    .hdr--light .hdr-content .mobilemenu-toggle,
    .hdr--light .hdr-content .minicart-link,
    .hdr--light .hdr-content .custom-text a,
    .hdr--light .hdr-content .search-button,
    .hdr--light .hdr-bottom .dropdn-link,
    .hdr--light .hdr-bottom .mobilemenu-toggle,
    .hdr--light .hdr-bottom .minicart-link,
    .hdr--light .hdr-bottom .custom-text a,
    .hdr--light .hdr-bottom .search-button {
    color: #2d2c2c;
  }

  .hdr--light .hdr-content .dropdn-link:hover,
      .hdr--light .hdr-content .mobilemenu-toggle:hover,
      .hdr--light .hdr-content .minicart-link:hover,
      .hdr--light .hdr-content .custom-text a:hover,
      .hdr--light .hdr-content .search-button:hover,
      .hdr--light .hdr-bottom .dropdn-link:hover,
      .hdr--light .hdr-bottom .mobilemenu-toggle:hover,
      .hdr--light .hdr-bottom .minicart-link:hover,
      .hdr--light .hdr-bottom .custom-text a:hover,
      .hdr--light .hdr-bottom .search-button:hover {
    color: #004174;
  }

  .hdr--light .hdr-content .dropdn-link:hover [class*='icon-'],
        .hdr--light .hdr-content .mobilemenu-toggle:hover [class*='icon-'],
        .hdr--light .hdr-content .minicart-link:hover [class*='icon-'],
        .hdr--light .hdr-content .custom-text a:hover [class*='icon-'],
        .hdr--light .hdr-content .search-button:hover [class*='icon-'],
        .hdr--light .hdr-bottom .dropdn-link:hover [class*='icon-'],
        .hdr--light .hdr-bottom .mobilemenu-toggle:hover [class*='icon-'],
        .hdr--light .hdr-bottom .minicart-link:hover [class*='icon-'],
        .hdr--light .hdr-bottom .custom-text a:hover [class*='icon-'],
        .hdr--light .hdr-bottom .search-button:hover [class*='icon-'] {
    color: #004174;
  }

  .hdr--light .hdr-content .dropdn-link [class*='icon-'],
      .hdr--light .hdr-content .mobilemenu-toggle [class*='icon-'],
      .hdr--light .hdr-content .minicart-link [class*='icon-'],
      .hdr--light .hdr-content .custom-text a [class*='icon-'],
      .hdr--light .hdr-content .search-button [class*='icon-'],
      .hdr--light .hdr-bottom .dropdn-link [class*='icon-'],
      .hdr--light .hdr-bottom .mobilemenu-toggle [class*='icon-'],
      .hdr--light .hdr-bottom .minicart-link [class*='icon-'],
      .hdr--light .hdr-bottom .custom-text a [class*='icon-'],
      .hdr--light .hdr-bottom .search-button [class*='icon-'] {
    color: #2d2c2c;
  }

  .hdr--light .hdr-content .hdr-icn-text [class*='icon-'],
    .hdr--light .hdr-bottom .hdr-icn-text [class*='icon-'] {
    color: #2d2c2c;
  }

  .hdr--light .hdr-content .dropdn.is-hovered .dropdn-link,
    .hdr--light .hdr-content .minicart.is-hovered .minicart-link,
    .hdr--light .hdr-content .mobilemenu-toggle.active,
    .hdr--light .hdr-bottom .dropdn.is-hovered .dropdn-link,
    .hdr--light .hdr-bottom .minicart.is-hovered .minicart-link,
    .hdr--light .hdr-bottom .mobilemenu-toggle.active {
    color: #004174;
  }

  .hdr--light .hdr-content .dropdn.is-hovered .dropdn-link [class*='icon-'],
      .hdr--light .hdr-content .minicart.is-hovered .minicart-link [class*='icon-'],
      .hdr--light .hdr-content .mobilemenu-toggle.active [class*='icon-'],
      .hdr--light .hdr-bottom .dropdn.is-hovered .dropdn-link [class*='icon-'],
      .hdr--light .hdr-bottom .minicart.is-hovered .minicart-link [class*='icon-'],
      .hdr--light .hdr-bottom .mobilemenu-toggle.active [class*='icon-'] {
    color: #004174;
  }

  .hdr--light .hdr-content .custom-text span,
    .hdr--light .hdr-bottom .custom-text span {
    color: #004174;
  }
}

.hdr--light .hdr-desktop .mmenu:not(.mmenu--vertical) > li > a {
  color: #2d2c2c;
}

.hdr--light .hdr-desktop .mmenu:not(.mmenu--vertical) > li > a:hover {
  color: #004174;
}

.hdr--light .hdr-desktop .mmenu:not(.mmenu--vertical) > li > a:before {
  background-color: #004174;
}

@media screen and (max-width: 991px) {
  .hdr--light .hdr-mobile .minicart-link [class*='icon'] {
    color: #2d2c2c;
  }

  .hdr-style-13.hdr--light .hdr-mobile .mobilemenu-toggle [class*='icon'] {
    color: #2d2c2c;
  }
}

.hdr.hdr--dark {
  background-color: transparent;
  border-color: transparent;
}

.hdr.hdr--dark .hdr-content .social-list li a {
  color: #656565;
}

.hdr.hdr--dark .hdr-content .social-list li a:hover {
  color: #004174;
}

@media screen and (min-width: 992px) {
  .hdr--dark .hdr-content,
  .hdr--dark .hdr-bottom {
    color: #868686;
  }

  .hdr--dark .hdr-content .dropdn-link,
    .hdr--dark .hdr-content .mobilemenu-toggle,
    .hdr--dark .hdr-content .minicart-link,
    .hdr--dark .hdr-content .custom-text a,
    .hdr--dark .hdr-content .search-button,
    .hdr--dark .hdr-bottom .dropdn-link,
    .hdr--dark .hdr-bottom .mobilemenu-toggle,
    .hdr--dark .hdr-bottom .minicart-link,
    .hdr--dark .hdr-bottom .custom-text a,
    .hdr--dark .hdr-bottom .search-button {
    color: #868686;
  }

  .hdr--dark .hdr-content .dropdn-link:hover,
      .hdr--dark .hdr-content .mobilemenu-toggle:hover,
      .hdr--dark .hdr-content .minicart-link:hover,
      .hdr--dark .hdr-content .custom-text a:hover,
      .hdr--dark .hdr-content .search-button:hover,
      .hdr--dark .hdr-bottom .dropdn-link:hover,
      .hdr--dark .hdr-bottom .mobilemenu-toggle:hover,
      .hdr--dark .hdr-bottom .minicart-link:hover,
      .hdr--dark .hdr-bottom .custom-text a:hover,
      .hdr--dark .hdr-bottom .search-button:hover {
    color: #004174;
  }

  .hdr--dark .hdr-content .dropdn-link:hover [class*='icon-'],
        .hdr--dark .hdr-content .mobilemenu-toggle:hover [class*='icon-'],
        .hdr--dark .hdr-content .minicart-link:hover [class*='icon-'],
        .hdr--dark .hdr-content .custom-text a:hover [class*='icon-'],
        .hdr--dark .hdr-content .search-button:hover [class*='icon-'],
        .hdr--dark .hdr-bottom .dropdn-link:hover [class*='icon-'],
        .hdr--dark .hdr-bottom .mobilemenu-toggle:hover [class*='icon-'],
        .hdr--dark .hdr-bottom .minicart-link:hover [class*='icon-'],
        .hdr--dark .hdr-bottom .custom-text a:hover [class*='icon-'],
        .hdr--dark .hdr-bottom .search-button:hover [class*='icon-'] {
    color: #004174;
  }

  .hdr--dark .hdr-content .dropdn-link [class*='icon-'],
      .hdr--dark .hdr-content .mobilemenu-toggle [class*='icon-'],
      .hdr--dark .hdr-content .minicart-link [class*='icon-'],
      .hdr--dark .hdr-content .custom-text a [class*='icon-'],
      .hdr--dark .hdr-content .search-button [class*='icon-'],
      .hdr--dark .hdr-bottom .dropdn-link [class*='icon-'],
      .hdr--dark .hdr-bottom .mobilemenu-toggle [class*='icon-'],
      .hdr--dark .hdr-bottom .minicart-link [class*='icon-'],
      .hdr--dark .hdr-bottom .custom-text a [class*='icon-'],
      .hdr--dark .hdr-bottom .search-button [class*='icon-'] {
    color: #fff;
  }

  .hdr--dark .hdr-content .hdr-icn-text [class*='icon-'],
    .hdr--dark .hdr-bottom .hdr-icn-text [class*='icon-'] {
    color: #fff;
  }

  .hdr--dark .hdr-content .dropdn.is-hovered .dropdn-link,
    .hdr--dark .hdr-content .minicart.is-hovered .minicart-link,
    .hdr--dark .hdr-content .mobilemenu-toggle.active,
    .hdr--dark .hdr-bottom .dropdn.is-hovered .dropdn-link,
    .hdr--dark .hdr-bottom .minicart.is-hovered .minicart-link,
    .hdr--dark .hdr-bottom .mobilemenu-toggle.active {
    color: #004174;
  }

  .hdr--dark .hdr-content .dropdn.is-hovered .dropdn-link [class*='icon-'],
      .hdr--dark .hdr-content .minicart.is-hovered .minicart-link [class*='icon-'],
      .hdr--dark .hdr-content .mobilemenu-toggle.active [class*='icon-'],
      .hdr--dark .hdr-bottom .dropdn.is-hovered .dropdn-link [class*='icon-'],
      .hdr--dark .hdr-bottom .minicart.is-hovered .minicart-link [class*='icon-'],
      .hdr--dark .hdr-bottom .mobilemenu-toggle.active [class*='icon-'] {
    color: #004174;
  }

  .hdr--dark .hdr-content .custom-text span,
    .hdr--dark .hdr-bottom .custom-text span {
    color: #004174;
  }
}

.hdr--dark .hdr-desktop .mmenu:not(.mmenu--vertical) > li > a {
  color: #fff;
}

.hdr--dark .hdr-desktop .mmenu:not(.mmenu--vertical) > li > a:hover {
  color: #004174;
}

.hdr--dark .hdr-desktop .mmenu:not(.mmenu--vertical) > li > a:before {
  background-color: #004174;
}

@media screen and (max-width: 991px) {
  .hdr.hdr--dark .hdr-mobile .minicart-link [class*='icon'] {
    color: #fff;
  }

  .hdr-style-13.hdr--dark .hdr-mobile .mobilemenu-toggle [class*='icon'] {
    color: #fff;
  }
}

@media screen and (min-width: 992px) {
  .hdr--dark.hdr--dark-drop .sticky-holder .mmenu > li > a {
    color: #fff;
  }

  .hdr--dark.hdr--dark-drop .sticky-holder .mmenu > li > a:hover {
    color: #004174;
  }

  .hdr--dark.hdr--dark-drop .sticky-holder .mmenu > li > a:before {
    background-color: #004174;
  }

  .hdr--dark.hdr--dark-drop .sticky-holder .minicart-link {
    color: #fff;
  }

  .hdr--dark.hdr--dark-drop .sticky-holder .minicart-link:hover {
    color: #004174;
  }

  .hdr--dark.hdr--dark-drop .sticky-holder .minicart-link:hover [class*='icon-'] {
    color: #004174;
  }

  .hdr--dark.hdr--dark-drop .sticky-holder .minicart-link [class*='icon-'] {
    color: #fff;
  }

  .hdr--dark.hdr--dark-drop .sticky-holder:after {
    background-color: #1d1d1d;
  }
}

@media screen and (max-width: 991px) {
  .hdr--dark.hdr--dark-drop .sticky-holder:after {
    background: #1d1d1d;
  }

  .hdr--dark.hdr--dark-drop .sticky-holder .minicart-link [class*='icon'], .hdr--dark.hdr--dark-drop .sticky-holder .mobilemenu-toggle [class*='icon'] {
    color: #fff;
  }
}

.hdr--dark-drop {
  border-bottom: 0;
}

.hdr--dark-drop .prd-sm .prd-title, .hdr--dark-drop .prd-sm .prd-title a {
  color: #fff;
}

.hdr--dark-drop .prd-price .price-new {
  color: #fff;
}

.hdr--dark-drop .slick-prev:before, .hdr--dark-drop .slick-next:before {
  color: #7c7c7c;
}

.hdr--dark-drop .mmenu-submenu {
  border-color: #2d2d2d;
}

.hdr--dark-drop .mmenu-submenu,
    .hdr--dark-drop .mmenu-submenu .submenu-list ul {
  background-color: #1e1e1e;
}

.hdr--dark-drop .submenu-view-more {
  color: #fff;
}

.hdr--dark-drop .submenu-view-more:hover {
  color: #004174;
}

.hdr--dark-drop .submenu-img:hover .submenu-title, .hdr--dark-drop .submenu-img:hover .submenu-title a {
  color: #004174;
}

.hdr--dark-drop .submenu-title, .hdr--dark-drop .submenu-title a {
  color: #fff;
}

.hdr--dark-drop .submenu-title:hover {
  color: #004174;
}

.hdr--dark-drop .submenu-list li.active > a {
  color: #004174;
}

.hdr--dark-drop .submenu-list li.active > a:not(:only-child):after {
  color: #004174;
}

.hdr--dark-drop .submenu-list a {
  color: #7c7c7c;
}

.hdr--dark-drop .submenu-list a:hover {
  color: #004174;
}

.hdr--dark-drop .submenu-list a:hover:not(:only-child):after {
  color: #004174;
}

.hdr--dark-drop .submenu-list a:not(:only-child):after {
  color: #7c7c7c;
}

.hdr--dark-drop .mmenu-col {
  border-color: #373737;
}

.hdr--dark-drop .mmenu-top {
  border-color: #373737;
}

.hdr--dark-drop .mmenu-bottom {
  border-color: #373737;
}

.hdr--dark-drop .mmenu-bottom .prd-grid {
  background-color: #2d2c2c;
}

.hdr--dark-drop .mmenu-bottom .prd-grid .prd-vertical-sm:not(:first-child) {
  border-color: #373737;
}

.hdr--dark-drop .mmenu-bottom .custom-text, .hdr--dark-drop .mmenu-bottom .custom-text a {
  color: #7c7c7c;
}

.hdr--dark-drop .mmenu-bottom .custom-text span {
  color: #004174;
}

.hdr--dark-drop .mmenu-bottom-brands {
  background-color: #292929;
}

.hdr--dark-drop .submenu-view-more:not(.disabled):hover {
  color: #fff;
}

.hdr--dark-drop .mmenu-preview {
  border-color: #2d2d2d;
}

.hdr--dark-drop .mobilemenu .dropdn:not(.is-hovered).dropdn_caret .dropdn-link:after {
  border-top-color: #fff;
}

.hdr--dark-drop .mobilemenu .dropdn:not(.is-hovered) .dropdn-link:after {
  border-top-color: #fff;
}

.hdr--dark-drop .mobilemenu .dropdn-link {
  color: #fff;
}

.hdr--dark-drop .mobilemenu .dropdn.hovered .dropdn-content {
  border-color: #2d2d2d;
}

.hdr--dark-drop .mobilemenu-content {
  background: #121212;
}

.hdr--dark-drop .mobilemenu ul.nav {
  background-color: #121212;
}

.hdr--dark-drop .mobilemenu ul.nav li {
  border-bottom-color: #2d2d2d;
}

.hdr--dark-drop .mobilemenu ul.nav li a {
  color: #fff;
}

.hdr--dark-drop .mobilemenu ul.nav li.active, .hdr--dark-drop .mobilemenu ul.nav li:hover, .hdr--dark-drop .mobilemenu ul.nav li.mmenu-submenu-open {
  background-color: #000;
}

.hdr--dark-drop .mobilemenu ul.nav li.active > a, .hdr--dark-drop .mobilemenu ul.nav li:hover > a, .hdr--dark-drop .mobilemenu ul.nav li.mmenu-submenu-open > a {
  color: #004174;
}

.hdr--dark-drop .mobilemenu ul.nav li.active > .arrow:before, .hdr--dark-drop .mobilemenu ul.nav li:hover > .arrow:before, .hdr--dark-drop .mobilemenu ul.nav li.mmenu-submenu-open > .arrow:before {
  color: #004174;
}

.hdr--dark-drop .mobilemenu ul.nav li .arrow:before {
  color: #fff;
}

.hdr--dark-drop .mobilemenu ul.nav li ul {
  background-color: #121212;
}

.hdr--dark-drop .mobilemenu ul.nav li ul a {
  color: #656565;
}

.hdr--dark-drop .mobilemenu ul.nav li ul .arrow:before {
  color: #656565;
}

.hdr--dark-drop .mobilemenu-close {
  background: #004174;
  color: #fff;
}

.hdr--dark-drop .mobilemenu .search-button {
  color: #868686;
}

.hdr--dark-drop .search-input[type] {
  border-bottom-color: #868686;
  color: #868686;
  background-color: transparent;
}

.hdr--dark-drop .search-input[type]::-webkit-input-placeholder {
  color: #868686;
  text-transform: uppercase;
}

.hdr--dark-drop .search-input[type]:-moz-placeholder {
  color: #868686;
  text-transform: uppercase;
}

.hdr--dark-drop .search-input[type]::-moz-placeholder {
  color: #868686;
  text-transform: uppercase;
}

.hdr--dark-drop .search-input[type]:-ms-input-placeholder {
  color: #868686;
  text-transform: uppercase;
}

.hdr--dark-drop .search-input[type]:focus {
  border-bottom-color: #004174;
}

.hdr--dark-drop .search-popular a {
  color: #868686;
}

.hdr--dark-drop .search-popular a:hover {
  color: #004174;
}

.hdr--dark-drop .search-popular-label {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .hdr--dark-drop .dropdn-content {
    color: #868686;
    background: #1e1e1e;
    border-bottom-color: #2d2d2d;
  }

  .hdr--dark-drop .dropdn:not(.dropdn_search) .dropdn-content ul > li > a:hover {
    color: #004174;
  }

  .hdr--dark-drop .dropdn:not(.dropdn_search) .dropdn-content ul > li.active > a {
    color: #004174;
  }

  .hdr--dark-drop .dropdn:not(.dropdn_search) .dropdn-content ul > li > a {
    color: #868686;
  }

  .hdr--dark-drop .dropdn:not(.dropdn_search) .dropdn-content ul > li > a span:first-child:not(:only-child) {
    color: #004174;
  }

  .hdr--dark-drop .dropdn:not(.dropdn_search) .dropdn-content ul > li > a [class*="icon-"] {
    color: #004174;
  }

  .hdr--dark-drop .hdr-desktop .dropdn-content > ul:only-child > li > a span:first-child,
    .hdr--dark-drop .hdr-desktop .dropdn-content .dropdn:nth-child(3) ul li span:first-child,
    .hdr--dark-drop .hdr-desktop .dropdn-content .dropdn:nth-child(2) ul li span:first-child,
    .hdr--dark-drop .hdr-desktop .dropdn-content .vert-divider:first-child + ul > li > a span:first-child {
    color: #004174;
  }

  .hdr--dark-drop .hdr-desktop .dropdn-content .vert-divider:first-child + ul > li > a span:first-child {
    color: #004174;
  }
}

.hdr--dark-drop .cart-empty, .hdr--dark-drop .cart-empty p {
  color: #868686;
}

.hdr--dark-drop .cart-empty a {
  color: #fff;
}

.hdr--dark-drop .cart-empty a:hover {
  color: #fff;
}

.hdr--dark-drop .minicart-qty {
  color: #004174;
}

.hdr--dark-drop .minicart-total {
  color: #fff;
}

.hdr--dark-drop .minicart-prd {
  border-top-color: #2d2d2d;
}

.hdr--dark-drop .minicart-prd-name h5,
  .hdr--dark-drop .minicart-prd-name h5 a {
  color: #868686;
}

.hdr--dark-drop .minicart-prd-name h5 a:hover {
  color: #004174;
}

.hdr--dark-drop .minicart-prd-name h2,
  .hdr--dark-drop .minicart-prd-name h2 a {
  color: #fff;
}

.hdr--dark-drop .minicart-prd-name h2 a:hover {
  color: #004174;
}

.hdr--dark-drop .minicart-prd-qty,
  .hdr--dark-drop .minicart-prd-price {
  color: #868686;
}

.hdr--dark-drop .minicart-prd-qty b,
  .hdr--dark-drop .minicart-prd-price b {
  color: #fff;
}

.hdr--dark-drop .minicart-prd-action > a {
  color: #004174;
}

.hdr--dark-drop .minicart-prd-action > a:hover {
  color: #fff;
}

.hdr--dark-drop .minicart-drop-total {
  background-color: #2a2a2a;
  font-family: "Montserrat", sans-serif;
  color: #7c7c7c;
}

.hdr--dark-drop .minicart-drop-total .minicart-drop-summa b {
  color: #fff;
}

.hdr--dark-drop .minicart h3, .hdr--dark-drop .minicart .h3-style {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .hdr--dark-drop .minicart-drop {
    color: #868686;
    background-color: #1e1e1e;
    border-color: #373737;
  }
}

.hdr--dark-drop .cart-empty-icon {
  color: #fff;
}

.hdr--dark-drop .cart-empty-icon:after {
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 991px) {
  .hdr--dark-drop .minicart-link [class*='icon'] {
    color: #000;
  }
}

.hdr--dark-drop .mobilemenu .search {
  border-bottom: 1px solid #2d2d2d;
}

.hdr--dark-drop .mobilemenu .search-input[type='text'] {
  border-color: #2d2d2d;
}

@media screen and (max-width: 991px) {
  .hdr--dark-drop .mobilemenu .dropdn .dropdn-content ul > li > a:hover {
    color: #004174;
  }

  .hdr--dark-drop .mobilemenu .dropdn .dropdn-content ul > li.active > a {
    color: #004174;
  }

  .hdr--dark-drop .mobilemenu .dropdn .dropdn-content ul > li > a {
    color: #868686;
  }
}

@media screen and (max-width: 991px) {
  .hdr--dark-drop .minicart-drop-close {
    color: #fff;
    background: #004174;
  }

  .hdr--dark-drop .minicart-drop .container {
    background-color: #1e1e1e !important;
  }
}

@media screen and (max-width: 991px) {
  .hdr--dark-drop .dropdn_account .dropdn-close {
    background: #004174;
    color: #fff;
  }

  .hdr--dark-drop .dropdn_account .dropdn-content .container {
    background-color: #121212 !important;
  }

  .hdr--dark-drop .dropdn_account .dropdn-content ul > li > a {
    color: #fff;
    border-bottom-color: #2d2d2d;
  }

  .hdr--dark-drop .dropdn_account .dropdn-content ul > li:hover > a {
    background-color: #000;
    color: #004174;
  }
}

@media screen and (min-width: 992px) {
  .hdr--dark-drop.hdr-style-2 .dropdn_settings .dropdn-content .container .vert-divider {
    background-color: #2d2d2d;
  }

  .hdr--dark-drop.hdr-style-2 .dropdn_settings .dropdn-content .container .dropdn:nth-child(4) ul li:not(.active) span:first-child:not(:only-child):not(:hover) {
    color: #868686;
  }
}

.hdr--dark-drop .nav-wrapper {
  border-color: #2d2d2d;
}

.hdr--dark-drop .nav-wrapper .nav-toggle {
  border-color: #2d2d2d;
  background-color: #121212;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .hdr.hdr--dark-drop .search-results {
    background: rgba(30, 30, 30, 0.97);
  }

  .hdr.hdr--dark-drop .search-results a:not(.btn) {
    color: #868686;
  }

  .hdr.hdr--dark-drop .search-results a:not(.btn):hover {
    color: #868686;
  }
}

@media screen and (max-width: 991px) {
  .hdr-mobile-style2 .hdr-topline-right > .dropdn.dropdn_account > a,
  .hdr-mobile-style2 .hdr-topline-right > .dropdn:not(.dropdn_caret):last-child > a {
    padding-right: 10px;
  }

  .hdr-mobile-style2.minicart-icon-style-2 .minicart-holder,
  .hdr-mobile-style2.minicart-icon-style-3 .minicart-holder {
    padding: 0;
  }

  .hdr-mobile-style2 .minicart {
    margin: 0;
  }

  .hdr-mobile-style2 .minicart .minicart-link {
    padding-left: 10px;
  }

  .hdr-mobile-style2 .hdr-mobile.is-sticky {
    position: fixed;
    top: 0;
  }

  .hdr-mobile-style2 .hdr-mobile {
    position: absolute;
    width: 100%;
  }

  .hdr-mobile-style2 .hdr-mobile .logo-holder img {
    max-width: 125px;
  }

  .hdr-mobile-style2 .hdr-mobile .logo-holder {
    margin-left: 15px;
  }

  .hdr-mobile-style2 .hdr-mobile .hdr-content {
    padding: 7px 0;
  }

  .hdr-mobile-style2 .hdr-mobile .hdr-content .dropdn_account .dropdn-link > .icon, .hdr-mobile-style2 .hdr-mobile .hdr-content .dropdn_wishlist .dropdn-link > .icon {
    font-size: 19px;
  }

  .hdr-mobile-style2 .hdr-mobile .hdr-content .minicart-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .hdr-mobile-style2 .hdr-mobile .hdr-content .minicart-link > .icon {
    float: none;
    font-size: 22px;
  }

  .hdr-mobile-style2 .hdr-mobile .hdr-content .minicart-qty {
    display: block;
    position: relative;
    top: inherit;
    right: inherit;
    width: 18px;
    height: 18px;
    margin: 0 -5px;
    font-size: 11px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    background-color: #004174;
    border-radius: 50%;
  }

  .hdr-mobile-style2 .hdr-mobile .hdr-mobile-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    margin-left: auto;
  }

  .hdr-mobile-style2 .hdr-mobile .hdr-mobile-right .dropdn-link > span {
    display: none;
  }

  .hdr-mobile-style2.hdr-style-13 .logo-holder .menu-toggle {
    display: none;
  }

  .hdr-mobile-style2.hdr-style-13 .menu-toggle {
    margin-right: 0;
  }

  .hdr-mobile-style2:not(.hdr--dark) .hdr-mobile {
    background-color: #fff;
  }

  .hdr-mobile-style2:not(.hdr--dark) .hdr-mobile .hdr-content .dropdn_account .dropdn-link > .icon, .hdr-mobile-style2:not(.hdr--dark) .hdr-mobile .hdr-content .dropdn_wishlist .dropdn-link > .icon {
    color: #000;
  }

  .hdr-mobile-style2:not(.hdr--dark) .hdr-mobile .mobilemenu-toggle [class*='icon'] {
    color: #000;
  }

  .hdr-mobile-style2.hdr--dark .hdr-mobile {
    background-color: transparent;
  }

  .hdr-mobile-style2.hdr--dark .hdr-mobile.is-sticky {
    background-color: #1d1d1d;
  }

  .hdr-mobile-style2.hdr--dark .hdr-mobile .hdr-content .dropdn_account .dropdn-link > .icon, .hdr-mobile-style2.hdr--dark .hdr-mobile .hdr-content .dropdn_wishlist .dropdn-link > .icon {
    color: #fff;
  }

  .hdr-mobile-style2.hdr--dark .hdr-mobile .mobilemenu-toggle [class*='icon'] {
    color: #fff;
  }

  .has-sticky .hdr-mobile-style2 .sticky-holder {
    display: none !important;
  }
}

/* header 02 */
@media screen and (min-width: 992px) {
  .hdr-style-2:not(.hdr--transparent):not(.hdr--dark) .hdr-content {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f7f7f7;
  }

  .hdr-style-2 .hdr-content {
    padding: 19px 0;
  }

  .hdr-style-2 .hdr-content > .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    text-align: center;
  }

  .hdr-style-2 .hdr-content > .container > * {
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
  }

  .hdr-style-2 .hdr-content > .container .hdr-content-right {
    text-align: right;
  }

  .hdr-style-2 .hdr-content > .container .hdr-content-left {
    text-align: left;
  }

  .hdr-style-2 .hdr-content > .container .hdr-content-right > *,
      .hdr-style-2 .hdr-content > .container .hdr-content-left > * {
    display: inline-block;
    vertical-align: middle;
  }

  .hdr-style-2 .hdr-content > .container .links-holder > * {
    display: inline-block;
    vertical-align: middle;
  }

  .hdr-style-2 .logo {
    width: 200px;
    margin: 0 auto;
  }

  .hdr-style-2 .nav-holder {
    margin: 0;
  }

  .hdr-style-2 .nav-holder .hdr-nav {
    margin: 0;
    min-height: 60px;
  }

  .hdr-style-2 .dropdn_wishlist .dropdn-link > .icon {
    font-size: 23px;
  }

  .hdr-style-2 .dropdn_wishlist .dropdn-link span {
    display: none;
  }

  .hdr-style-2 .dropdn_settings .dropdn-content .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .hdr-style-2 .dropdn_settings .dropdn-content .container ul:not(:only-child) li span + span {
    display: none;
  }

  .hdr-style-2 .dropdn_settings .dropdn-content .container .dropdn:nth-child(4) ul li span + span {
    display: none;
  }

  .hdr-style-2 .dropdn_settings .dropdn-content .container .vert-divider:first-child {
    display: none;
  }

  .hdr-style-2 .dropdn_settings .dropdn-content .container .vert-divider:first-child + ul li span + span {
    display: inherit;
  }

  .hdr-style-2 .dropdn_settings .dropdn-content .container .vert-divider {
    width: 1px;
    background-color: #f7f7f7;
  }

  .hdr-style-2 .dropdn_settings .dropdn-content .container .dropdn:nth-child(4) ul li:not(.active) span:first-child:not(:only-child):not(:hover) {
    color: #656565;
  }

  .hdr-style-2 .mmenu-submenu {
    margin-top: -1px;
  }
}

@media screen and (max-width: 991px) {
  .hdr-wrap .hdr-style-2 .hdr-mobile {
    border-bottom-width: 0;
  }

  body:not(.home-page):not(.has-sticky) .hdr-wrap .hdr-style-2 .hdr-mobile:not(.is-sticky) .hdr-content {
    padding: 10px 0 8vw;
  }
}

/* header 03 */
@media screen and (min-width: 992px) {
  .has-sticky .hdr.hdr-style-3 .search {
    padding-top: 8px;
  }

  .has-scrollmenu .hdr.hdr-style-3 [class*="-menu-scroll"] {
    display: none;
  }

  .hdr-style-3 {
    border-bottom: 0;
  }

  .hdr-style-3 .logo-holder, .hdr-style-3 .logo-holder-s {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .hdr-style-3 .search {
    margin-left: -15px;
    padding: 17px 0 7px;
  }

  .hdr-style-3 .nav-holder-s .search {
    margin-left: 0;
  }

  .hdr-style-3 .menu-toggle {
    float: left;
  }

  .hdr-style-3 .menu-toggle + .logo {
    float: left;
    margin-left: 15px;
  }

  .hdr-style-3 .sticky-holder .mobilemenu-toggle {
    position: relative;
    left: 15px;
    width: 40px;
  }

  .hdr-style-3 .search-results {
    background-color: #fff;
    padding: 15px 15px;
  }

  body:not(.has-scrollmenu) .hdr-style-3 .nav-holder, body:not(.has-scrollmenu) .hdr-style-3 .search-holder, body:not(.has-scrollmenu) .hdr-style-3 .nav-holder-s {
    overflow: visible;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hdr-style-3 .search {
    padding: 17px 0 7px;
  }
}

.hdr.hdr-style-3 .sticky-holder .mobilemenu-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

/* header 04 */
@media screen and (min-width: 992px) {
  .hdr-style-4 .hdr-content .dropdn-link {
    padding-left: 0;
    padding-right: 0;
  }

  .hdr-style-4 .dropdn.dropdn_search .dropdn-link > i.icon {
    font-size: 21px;
    padding-right: 0;
  }

  .hdr-style-4 .search-holder {
    -ms-flex: inherit;
    flex: inherit;
  }

  .hdr-style-4 .hdr-topline-right > * {
    margin-right: 0;
  }

  .hdr-style-4 .hdr-content-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }

  .hdr-style-4 .hdr-content-right > *:not(:first-child) {
    padding-left: 20px;
  }
}

@media screen and (max-width: 991px) {
  .hdr-topline-right > .dropdn.dropdn_account > a {
    padding-right: 0;
  }
}

/* header 05 */
@media screen and (min-width: 992px) {
  .hdr-style-5 .hdr-content {
    padding: 19px 0;
    border-bottom: 1px solid #f7f7f7;
  }

  .hdr-style-5 .hdr-content > .container {
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }

  .hdr-style-5 .hdr-content > .container > * {
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
  }

  .hdr-style-5 .hdr-content > .container .hdr-content-right {
    text-align: right;
  }

  .hdr-style-5 .hdr-content > .container .hdr-content-left {
    text-align: left;
  }

  .hdr-style-5 .hdr-content > .container .hdr-content-right > *,
      .hdr-style-5 .hdr-content > .container .hdr-content-left > * {
    display: inline-block;
    vertical-align: middle;
  }

  .hdr-style-5 .hdr-content > .container .links-holder > * {
    display: inline-block;
    vertical-align: middle;
  }

  .hdr-style-5 .hdr-content > .container .minicart {
    margin-left: 0;
  }

  .hdr-style-5 .logo {
    margin: 0 auto;
  }

  .hdr-style-5 .nav-holder {
    margin: 0;
  }

  .hdr-style-5 .nav-holder .hdr-nav {
    margin: 0;
    min-height: 60px;
    border-bottom: 0;
    background-color: #000;
  }

  .hdr-style-5 .hdr-desktop .mmenu:not(.mmenu--vertical) > li > a {
    color: #fff;
  }

  .hdr-style-5 .hdr-desktop .mmenu:not(.mmenu--vertical) > li > a:hover {
    color: #fff;
  }

  .hdr-style-5 .hdr-desktop .mmenu:not(.mmenu--vertical) > li > a:before {
    background-color: #004174;
  }

  .hdr-style-5 .dropdn-link {
    padding: 10px 5px;
  }

  .hdr-style-5 .dropdn_settings .dropdn-link > .icon {
    font-size: 22px;
  }

  .hdr-style-5 .dropdn_settings .dropdn-content .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .hdr-style-5 .dropdn_settings .dropdn-content .container ul li span + span {
    display: none;
  }

  .hdr-style-5 .dropdn_settings .dropdn-content .container .vert-divider {
    width: 1px;
    background-color: #f7f7f7;
  }

  .hdr-style-5 .mmenu > li > a {
    position: relative;
    padding: 20px 18px;
  }
}

.hdr-style-5 .dropdn_settings .dropdn-link > .icon {
  font-size: 22px;
}

.hdr-style-5 .dropdn_settings .dropdn-content .container,
.hdr-style-5 .mobilemenu-settings .dropdn-content .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.hdr-style-5 .dropdn_settings .dropdn-content .container ul li span + span,
  .hdr-style-5 .mobilemenu-settings .dropdn-content .container ul li span + span {
  display: none;
}

.hdr-style-5 .dropdn_settings .dropdn-content .container .vert-divider,
  .hdr-style-5 .mobilemenu-settings .dropdn-content .container .vert-divider {
  width: 1px;
  background-color: #f7f7f7;
}

@media screen and (max-width: 991px) {
  .hdr-style-5 .mobilemenu-settings .dropdn-content .container {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hdr-style-5 .mobilemenu-settings .dropdn-content .container .vert-divider {
    display: none;
  }

  .hdr-style-5 .mobilemenu-settings {
    display: inline-block;
    position: static;
  }

  .hdr-style-5 .mobilemenu-settings .dropdn-link .icon {
    font-size: 23px;
  }
}

/* header 06 */
@media screen and (min-width: 992px) {
  .hdr-style-6 {
    border-bottom: 0;
  }

  .hdr-style-6 .logo-holder-s {
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    max-width: 250px;
  }

  .hdr-style-6 .logo-holder-s {
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
  }

  .hdr-style-6 .minicart-qty {
    display: block;
    position: absolute;
    left: 18px;
    top: -1px;
    width: 21px;
    height: 21px;
    margin: 0;
    font-size: 12px;
    line-height: 21px;
    color: #fff;
    text-align: center;
    background-color: #004174;
    border-radius: 50%;
  }

  .hdr-style-6 .search {
    padding: 0;
  }

  .hdr-style-6 .search-input[type] {
    width: calc(100% - 85px);
  }

  .hdr-style-6 .nav-holder {
    margin: 0;
  }

  .hdr-style-6 .nav-holder .hdr-nav {
    margin: 0;
    min-height: 60px;
    border-bottom: 0;
    background-color: #004174;
  }

  .hdr-style-6 .hdr-desktop .mmenu:not(.mmenu--vertical) > li > a {
    color: #fff;
  }

  .hdr-style-6 .hdr-desktop .mmenu:not(.mmenu--vertical) > li > a:hover {
    color: #fff;
  }

  .hdr-style-6 .hdr-desktop .mmenu:not(.mmenu--vertical) > li > a:before {
    background-color: #000;
  }

  .hdr-style-6 .is-hovered .minicart-link > [class*='icon']:before {
    font-size: 1em;
    margin-left: 0;
  }
}

.hdr-style-6 .dropdn_settings .dropdn-link > .icon {
  font-size: 22px;
}

.hdr-style-6 .dropdn_settings .dropdn-content .container,
.hdr-style-6 .mobilemenu-settings .dropdn-content .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.hdr-style-6 .dropdn_settings .dropdn-content .container ul li span + span,
  .hdr-style-6 .mobilemenu-settings .dropdn-content .container ul li span + span {
  display: none;
}

.hdr-style-6 .dropdn_settings .dropdn-content .container .vert-divider,
  .hdr-style-6 .mobilemenu-settings .dropdn-content .container .vert-divider {
  width: 1px;
  background-color: #f7f7f7;
}

@media screen and (max-width: 991px) {
  .hdr-style-6 .mobilemenu-settings .dropdn-content .container {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hdr-style-6 .mobilemenu-settings .dropdn-content .container .vert-divider {
    display: none;
  }

  .hdr-style-6 .mobilemenu-settings {
    display: inline-block;
    position: static;
  }

  .hdr-style-6 .mobilemenu-settings .dropdn-link .icon {
    font-size: 23px;
  }
}

/* header 07 */
@media screen and (min-width: 992px) {
  .hdr-style-7 .hdr-content {
    padding: 25px 0;
  }

  .hdr-style-7 .hdr-content > .container {
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }

  .hdr-style-7 .hdr-content > .container > * {
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
  }

  .hdr-style-7 .hdr-content > .container .hdr-content-right {
    text-align: right;
  }

  .hdr-style-7 .hdr-content > .container .hdr-content-left {
    text-align: left;
  }

  .hdr-style-7 .hdr-content > .container .hdr-content-right > *,
      .hdr-style-7 .hdr-content > .container .hdr-content-left > * {
    display: inline-block;
    vertical-align: middle;
  }

  .hdr-style-7 .hdr-content > .container .links-holder > * {
    display: inline-block;
    vertical-align: middle;
  }

  .hdr-style-7 .hdr-content > .container .minicart {
    margin-left: 0;
  }

  .hdr-style-7 .logo {
    width: 200px;
    margin: 0 auto;
  }

  .hdr-style-7 .nav-holder {
    margin: 0;
  }

  .hdr-style-7 .nav-holder .hdr-nav {
    margin: 0;
    padding: 15px 0;
    min-height: 50px;
    border-bottom: 1px solid #f7f7f7;
  }

  .hdr-style-7 .dropdn-link {
    padding: 10px 0;
  }

  .hdr-style-7 .hdr-content-right .dropdn-link span {
    -ms-flex-order: -1;
    order: -1;
  }

  .hdr-style-7 .hdr-content-right .dropdn-link .icon, .hdr-style-7 .hdr-content-right .header-inline-link a .icon {
    padding-left: 12px;
    padding-right: 0;
  }

  .hdr-style-7 .hdr-content-right > * + * {
    margin-left: 15px;
  }

  .hdr-style-7 .hdr-content-left > * + * {
    margin-left: 15px;
  }

  .hdr-style-7 .dropdn_settings .dropdn-content .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .hdr-style-7 .dropdn_settings .dropdn-content .container ul li span + span {
    display: none;
  }

  .hdr-style-7 .dropdn_settings .dropdn-content .container .vert-divider {
    width: 1px;
    background-color: #f7f7f7;
  }

  .hdr-style-7 .mmenu > li > a {
    position: relative;
    padding: 18px 18px;
  }

  .hdr-style-7 .mmenu-submenu {
    margin-top: -1px;
  }
}

.hdr-style-7 .dropdn_settings .dropdn-link > .icon {
  font-size: 22px;
}

.hdr-style-7 .dropdn_settings .dropdn-content .container,
.hdr-style-7 .mobilemenu-settings .dropdn-content .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.hdr-style-7 .dropdn_settings .dropdn-content .container ul li span + span,
  .hdr-style-7 .mobilemenu-settings .dropdn-content .container ul li span + span {
  display: none;
}

.hdr-style-7 .dropdn_settings .dropdn-content .container .vert-divider,
  .hdr-style-7 .mobilemenu-settings .dropdn-content .container .vert-divider {
  width: 1px;
  background-color: #f7f7f7;
}

@media screen and (max-width: 991px) {
  .hdr-style-7 .mobilemenu-settings .dropdn-content .container {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hdr-style-7 .mobilemenu-settings .dropdn-content .container .vert-divider {
    display: none;
  }

  .hdr-style-7 .mobilemenu-settings {
    display: inline-block;
    position: static;
  }

  .hdr-style-7 .mobilemenu-settings .dropdn-link .icon {
    font-size: 23px;
  }
}

/* header 08 */
@media screen and (min-width: 992px) {
  .hdr-style-8 .links-holder {
    display: -ms-flexbox;
    display: flex;
  }

  .hdr-style-8 .hdr-content-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }

  .hdr-style-8 .hdr-content-right > *:not(:last-child) {
    position: relative;
    padding-right: 45px;
  }

  .hdr-style-8 .hdr-content-right > *:not(:last-child):after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 10px;
    top: -2px;
    width: 1px;
    height: 20px;
    margin: 0;
    background-color: #f7f7f7;
  }

  .hdr-style-8 .hdr-bottom {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #f7f7f7;
    position: relative;
  }

  .hdr-style-8 .hdr-nav {
    min-height: 60px;
  }

  .hdr-style-8 .hdr-nav .mmenu:not(.mmenu--vertical) {
    margin-left: 0;
  }

  .hdr-style-8 .nav-holder {
    margin: 0;
  }

  .hdr-style-8 .dropdn_search .dropdn-content {
    margin-top: -1px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #f7f7f7;
  }
}

/* header 11 */
@media screen and (min-width: 992px) {
  .hdr-style-11 .hdr-content .dropdn-link {
    padding-left: 0;
    padding-right: 0;
  }

  .hdr-style-11 .dropdn.dropdn_search .dropdn-link > i.icon {
    font-size: 21px;
    padding-right: 0;
  }

  .hdr-style-11 .search-holder {
    -ms-flex: inherit;
    flex: inherit;
  }

  .hdr-style-11 .hdr-topline-right > * {
    margin-right: 0;
  }

  .hdr-style-11 .hdr-content-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }

  .hdr-style-11 .hdr-content-right > *:not(:first-child) {
    padding-left: 20px;
  }

  .hdr-style-11 .hdr-topline-left > *:first-child .dropdn.dropdn_caret > a,
  .hdr-style-11 .hdr-topline-left > .dropdn.dropdn_caret:first-child > a {
    margin-left: 0;
  }

  .hdr-style-11 .hdr-topline-right > *:last-child .dropdn.dropdn_caret > a,
  .hdr-style-11 .hdr-topline-right > .dropdn.dropdn_caret:last-child > a {
    margin-right: 0;
  }
}

/* header 12 */
@media screen and (min-width: 992px) {
  .hdr-wrap {
    position: relative;
    background-color: transparent;
  }

  .hdr-style-12 {
    background-color: #ffffff !important;
  }

  .hdr-style-12 .hdr-content .dropdn-content > .container {
    margin-left: 0;
  }

  .hdr-style-12 .minicart-drop > .container {
    margin-left: 15px;
  }

  .hdr-style-12:before, .hdr-style-12:after {
    content: '';
    position: absolute;
    top: -10px;
    height: 2px;
  }

  .hdr-style-12:before {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.15);
  }

  .hdr-style-12:after {
    width: 163px;
    background-color: #fff;
  }

  .hdr-style-12 .hdr-content > .container {
    margin: 0 15px;
  }

  .hdr-style-12 .hdr-content .dropdn-link {
    padding-left: 0;
    padding-right: 0;
  }

  .hdr-style-12 .dropdn.dropdn_search .dropdn-link > i.icon {
    font-size: 21px;
    padding-right: 0;
  }

  .hdr-style-12 .dropdn-link .icon, .hdr-style-12 .header-inline-link a .icon {
    color: #373737;
  }

  .hdr-style-12 .dropdn-link .icon:hover, .hdr-style-12 .header-inline-link a .icon:hover {
    color: #004174;
  }

  .hdr-style-12 .search-holder {
    -ms-flex: inherit;
    flex: inherit;
  }

  .hdr-style-12 .hdr-topline-right > * {
    margin-right: 0;
  }

  .hdr-style-12 .hdr-content-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }

  .hdr-style-12 .hdr-content-right > *:not(:first-child) {
    padding-left: 20px;
  }

  .has-sticky .hdr-style-12 {
    z-index: 162;
  }

  body:not(.has-sticky) .hdr-style-12 .mmenu-item--mega .mmenu-submenu .mmenu-submenu-inside > .container {
    margin: 0;
  }

  .hdr-topline-rotate {
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: absolute;
    height: calc(100% - 100px);
    width: 50px;
    z-index: 161;
    transform-origin: 0 0;
  }

  .hdr-topline-rotate .hdr-topline-left {
    min-width: 50px;
    min-height: 200px;
    padding: 15px 0;
  }

  .hdr-topline-rotate .hdr-topline-right {
    min-width: 50px;
    min-height: 200px;
    padding: 15px 0;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .hdr-topline-rotate .hdr-topline-left, .hdr-topline-rotate .hdr-topline-right, .hdr-topline-rotate .hdr-topline-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }

  .hdr-topline-rotate .dropdn {
    display: -ms-flexbox;
    display: flex;
    min-height: 75px;
  }

  .hdr-topline-rotate .dropdn .dropdn-content {
    width: 190px;
    left: 80px;
    padding: 25px 15px;
    text-align: left;
  }

  .hdr-topline-rotate .dropdn .dropdn-content .container {
    margin: 0;
    padding: 0;
  }

  .hdr-topline-rotate .dropdn-content ul > li > a span:first-child {
    color: #004174;
  }

  .hdr-topline-rotate .dropdn-content ul > li {
    margin: 10px 20px;
  }

  .hdr-topline-rotate .dropdn.dropdn_currency .dropdn-content {
    width: 320px;
  }

  .hdr-topline-rotate .dropdn.is-hovered .dropdn-content {
    top: auto !important;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  }

  .hdr-topline-rotate .dropdn-content ul {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hdr-topline-rotate .custom-text {
    white-space: nowrap;
  }

  .hdr-topline-rotate .dropdn-link {
    min-width: 70px;
  }

  .hdr-topline-rotate .custom-text, .hdr-topline-rotate .dropdn-link {
    transform: rotate(-90deg);
  }

  .hdr-topline-rotate .dropdn:not(:last-child) .dropdn_caret .dropdn-link, .hdr-topline-rotate .hdr-topline-right > *:last-child .dropdn.dropdn_caret > a, .hdr-topline-rotate .hdr-topline-right > .dropdn.dropdn_caret:last-child > a {
    margin: 0;
  }

  .hdr-topline-rotate .social-list li {
    display: block;
    margin: 5px 0;
  }

  .hdr-topline-rotate .hdr-topline-center .custom-text, .hdr-topline-rotate .hdr-topline-center .custom-text a:only-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }

  .hdr-topline-rotate .hdr-topline-center .custom-text [class*='icon-'] {
    transform: rotate(90deg);
    display: block;
    transform-origin: 0 0;
    width: 37px;
    margin: 0 -23px 0 0;
    padding: 0;
    height: 37px;
  }

  .hdr-topline-rotate .is-hovered.dropdn_caret .dropdn-link:after {
    right: -14px;
  }
}

.hdr-topline-rotate {
  height: calc(100% - 100px);
  bottom: 100px;
}

@media screen and (min-width: 1800px) {
  .hdr-wrap .bnslider-wrapper {
    margin-left: 230px;
  }

  .hdr-style-12 {
    margin-left: calc(50% - 600px);
    width: calc(100% - 300px);
    margin-top: 67px;
  }

  .hdr-topline-rotate {
    left: 150px;
  }
}

@media (min-width: 1600px) and (max-width: 1799px) {
  .hdr-wrap .bnslider-wrapper {
    margin-left: 130px;
  }

  .hdr-style-12 {
    margin-left: calc(50% - 600px);
    width: calc(50% + 600px);
    margin-top: 67px;
  }

  .hdr-topline-rotate {
    left: 50px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .hdr-wrap .bnslider-wrapper {
    margin-left: 50px;
  }

  .hdr-style-12 {
    margin-left: calc(50% - 600px);
    width: calc(50% + 600px);
    margin-top: 50px;
  }

  .hdr-topline-rotate {
    left: 0;
  }

  .hdr-topline-rotate .dropdn .dropdn-content {
    left: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .hdr-wrap .bnslider-wrapper {
    margin-left: 50px;
  }

  .hdr-style-12 {
    margin-left: 80px;
    width: calc(100% - 80px);
    margin-top: 30px;
  }

  .hdr-topline-rotate {
    left: 0;
  }

  .hdr-topline-rotate .dropdn .dropdn-content {
    left: 50px;
  }

  .hdr-style-12 .hdr-content > .container {
    max-width: calc(100% - 30px);
  }
}

/* header 13 */
@media screen and (min-width: 992px) {
  .hdr-style-13 .dropdn-link .icon, .hdr-style-13 .header-inline-link a .icon {
    color: #2d2c2c;
  }

  .hdr-style-13 .dropdn-link .icon:hover, .hdr-style-13 .header-inline-link a .icon:hover {
    color: #004174;
  }

  .hdr-style-13 .hdr-content-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }

  .hdr-style-13 .hdr-content-right > *:not(:first-child) {
    padding-left: 20px;
  }

  .hdr-style-13 .menu-toggle {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  body .hdr.hdr-style-13.boxed .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 768px) {
  body .hdr.hdr-style-13.boxed .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 991px) {
  .hdr-style-13 {
    background-color: rgba(255, 255, 255, 0.75);
  }

  .hdr-style-13 .hdr-content {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .hdr-style-13 .logo-holder {
    display: -ms-flexbox;
    display: flex;
  }

  .hdr-style-13 .menu-toggle {
    margin-right: 15px;
  }
}

/* header 14 */
@media screen and (min-width: 992px) {
  .hdr-style-14 .promo-topline {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .hdr-style-14.hdr-style-1 .hdr-content {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

/* footer */
.page-footer {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  color: #656565;
}

.page-footer a,
  .page-footer .footer-block a,
  .page-footer .footer-block ul li a,
  .page-footer .footer-block ul li a[href^="mailto:"] {
  color: #656565;
}

.page-footer a:hover,
    .page-footer .footer-block a:hover,
    .page-footer .footer-block ul li a:hover,
    .page-footer .footer-block ul li a[href^="mailto:"]:hover {
  color: #004174;
}

.page-footer p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.page-footer p + p {
  margin-top: 5px;
}

.page-footer p + * {
  margin-top: 15px;
}

.page-footer {
  margin-top: 65px;
}

@media (max-width: 767px) {
  .page-footer {
    margin-top: 45px;
  }
}

@media (max-width: 479px) {
  .page-footer {
    margin-top: 35px;
  }
}

.footer-logo a {
  display: inline-block;
}

.footer-top .subscribe-wrap > *, .footer-bottom .subscribe-wrap > * {
  margin-top: 15px;
  margin-bottom: 0;
}

.footer-top .subscribe-wrap > *:first-child, .footer-bottom .subscribe-wrap > *:first-child {
  margin-top: 0;
}

.footer-top .subscribe-form .input-group-btn:last-child > .btn.btn--input-group:not(:hover), .footer-bottom .subscribe-form .input-group-btn:last-child > .btn.btn--input-group:not(:hover) {
  background: transparent;
  color: #000;
}

.footer-top .subscribe-form, .footer-bottom .subscribe-form {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.footer-top .subscribe-form .btn--input-group:before, .footer-bottom .subscribe-form .btn--input-group:before {
  border-left-width: 0;
}

.footer-top .subscribe-form, .footer-top .subscribe-form p, .footer-bottom .subscribe-form, .footer-bottom .subscribe-form p {
  font-size: 14px;
  line-height: 24px;
}

.footer-top .subscribe-form > *:not(:first-child), .footer-bottom .subscribe-form > *:not(:first-child) {
  margin-top: 18px;
}

.footer-top .subscribe-form + *, .footer-bottom .subscribe-form + * {
  margin-top: 15px;
}

.footer-top .subscribe-form-text:first-child, .footer-bottom .subscribe-form-text:first-child {
  margin-top: -7px;
}

.footer-copyright {
  text-transform: uppercase;
}

.footer-copyright, .footer-copyright p {
  font-size: 12px;
  line-height: 18px;
}

.footer-copyright a {
  text-decoration: underline;
}

.footer-copyright a:hover {
  text-decoration: none;
}

.page-footer .text-center > a {
  display: inline-block;
}

.page-footer .row.lined {
  position: relative;
}

.footer-map iframe {
  border: 0;
  width: 100%;
  height: 207px;
}

.page-footer .row.lined:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 300%;
  height: 1px;
  background-color: #f3f4f6;
}

.page-footer .lined-left:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #f3f4f6;
}

.page-footer .lined-right:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #f3f4f6;
}

body.boxed .page-footer.global_width .footer-bottom:not(:first-child) .row:before,
.page-footer.boxed .footer-bottom:not(:first-child) .row:before {
  left: 15px;
  width: calc(100% - 30px);
}

@media screen and (min-width: 768px) {
  .footer-bottom .row {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }

  .footer-bottom .row > * {
    float: none;
  }
}

.page-footer .title {
  margin-top: 20px;
  text-decoration: none;
}

.page-footer .title, .page-footer .title > * {
  color: #000;
}

.page-footer .title:first-child {
  margin-top: 0;
}

.page-footer .title:last-child {
  margin-bottom: 5px;
}

.page-footer .title h3, .page-footer .title .h3-style,
  .page-footer .title h4, .page-footer .title .h4-style,
  .page-footer .title h5, .page-footer .title .h5-style,
  .page-footer .title h6, .page-footer .title .h6-style {
  color: #000;
}

.page-footer .title h3 a, .page-footer .title h3 a:focus, .page-footer .title .h3-style a, .page-footer .title .h3-style a:focus,
    .page-footer .title h4 a,
    .page-footer .title h4 a:focus, .page-footer .title .h4-style a, .page-footer .title .h4-style a:focus,
    .page-footer .title h5 a,
    .page-footer .title h5 a:focus, .page-footer .title .h5-style a, .page-footer .title .h5-style a:focus,
    .page-footer .title h6 a,
    .page-footer .title h6 a:focus, .page-footer .title .h6-style a, .page-footer .title .h6-style a:focus {
  color: #000;
}

.footer-block {
  margin-top: 30px;
}

.footer-block:first-child {
  margin-top: 0;
}

.page-footer ul:not([class]), .footer-block ul.contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-footer ul:not([class]) h6, .page-footer ul:not([class]) .h6-style, .page-footer ul:not([class]) .subtitle, .footer-block ul.contact-list h6, .footer-block ul.contact-list .h6-style, .footer-block ul.contact-list .subtitle {
  margin-bottom: 0;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 18px;
  color: inherit;
  text-transform: uppercase;
}

.page-footer ul:not([class]) li,
  .page-footer ul:not([class]) li a, .footer-block ul.contact-list li,
  .footer-block ul.contact-list li a {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}

.page-footer ul:not([class]) li a, .footer-block ul.contact-list li a {
  display: inline-block;
}

.page-footer ul:not([class]) li a:hover, .page-footer ul:not([class]) li a:focus, .footer-block ul.contact-list li a:hover, .footer-block ul.contact-list li a:focus {
  color: #000;
  text-decoration: none;
}

.page-footer ul:not([class]) li a[href^="mailto:"], .footer-block ul.contact-list li a[href^="mailto:"] {
  color: #004174;
}

.page-footer ul:not([class]) li a[href^="mailto:"]:hover, .page-footer ul:not([class]) li a[href^="mailto:"]:focus, .footer-block ul.contact-list li a[href^="mailto:"]:hover, .footer-block ul.contact-list li a[href^="mailto:"]:focus {
  color: #000;
  text-decoration: none;
}

.page-footer ul:not([class]) li h6, .page-footer ul:not([class]) li .h6-style, .footer-block ul.contact-list li h6, .footer-block ul.contact-list li .h6-style {
  display: block;
  float: left;
  padding-right: 10px;
  width: 70px;
}

.page-footer ul:not([class]) li h6 + span, .page-footer ul:not([class]) li .h6-style + span, .footer-block ul.contact-list li h6 + span, .footer-block ul.contact-list li .h6-style + span {
  display: block;
  overflow: hidden;
}

.page-footer ul:not([class]) li [class*='icon-'], .footer-block ul.contact-list li [class*='icon-'] {
  display: block;
  position: relative;
  vertical-align: middle;
  padding-right: 10px;
  float: left;
  font-size: 18px;
}

.page-footer ul:not([class]) li {
  display: block;
  margin: 12px 0 6px;
  overflow: hidden;
}

.page-footer ul:not([class]) li:first-child {
  margin-top: -3px;
}

.footer-block ul.contact-list li {
  display: block;
  margin: 12px 0 6px;
  width: 100%;
}

.footer-block ul.contact-list li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .hidden-mobile {
    display: none;
  }

  .footer-top .row[class*='inset-'] {
    padding: 0;
  }

  .footer-block {
    margin: 0 -15px;
    padding: 0 15px;
  }

  .page-footer .title {
    margin: 0;
    padding: 14px 0 12px;
  }

  .page-footer .title h4 {
    margin: 0;
    padding: 0;
  }

  .footer-bottom:before {
    left: 0;
    width: 100%;
  }

  .page-footer.footer-style-1 .footer-copyright {
    -ms-flex-order: 100;
    order: 100;
    margin-top: 15px;
  }
}

@media screen and (max-width: 991px) and (max-width: 479px) {
  .page-footer.footer-style-1 .footer-copyright {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .footer-bottom {
    text-align: center;
    overflow: hidden;
  }

  .footer-bottom [class*='col-'] {
    margin: 5px 0;
  }
}

/* footer collapsed block */
.collapsed-mobile .toggle-arrow {
  display: none;
}

@media screen and (max-width: 767px) {
  .page-footer .collapsed-mobile {
    position: relative;
  }

  .collapsed-mobile {
    position: relative;
    overflow: hidden;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f3f4f6;
  }

  .collapsed-mobile .title {
    cursor: pointer;
  }

  .collapsed-mobile .title h2 {
    margin: 0 0 10px 0;
    padding: 0 0 10px;
  }

  .collapsed-mobile .collapsed-content {
    position: absolute;
    padding: 10px 0 20px;
    width: 100%;
    top: -10000px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .collapsed-mobile .toggle-arrow {
    display: block;
    position: absolute;
    z-index: 100;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    font-family: 'icomoon';
    font-size: 15px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .collapsed-mobile .toggle-arrow:before {
    content: "\e919";
  }

  .collapsed-mobile.open .collapsed-content {
    position: relative;
    top: 0;
    visibility: visible;
    opacity: 1;
  }

  .collapsed-mobile.open .toggle-arrow {
    transform: rotate(90deg);
  }

  .collapsed-mobile .carousel-arrows {
    display: none;
  }

  .footer-block ul li a {
    width: 100%;
  }

  .page-footer .container > .row > [class*="col-"]:last-child .footer-block.collapsed-mobile:only-child {
    margin-bottom: 0;
    border-bottom: 0;
  }

  .page-footer .collapsed-mobile .collapsed-content {
    margin-bottom: 0;
  }

  .page-footer .collapsed-mobile .toggle-arrow {
    right: -5px;
    padding-top: 0;
  }
}

.page-footer .payment-icons img {
  max-width: 54px;
  background-color: #fff;
}

.page-footer .social-list li a {
  color: #b4b4b4;
}

.page-footer .social-list li a:hover {
  color: #004174;
}

/* footer 01 */
.page-footer.footer-style-1 ul.contact-list li [class*='icon-'] {
  display: none;
}

/* footer 02 */
.page-footer.footer-style-2 {
  color: #868686;
  background: #161717;
}

.page-footer.footer-style-2 .title > * {
  color: #fff;
}

.page-footer.footer-style-2 a,
  .page-footer.footer-style-2 .footer-block a,
  .page-footer.footer-style-2 .footer-block ul li a {
  color: #868686;
}

.page-footer.footer-style-2 a:hover,
    .page-footer.footer-style-2 .footer-block a:hover,
    .page-footer.footer-style-2 .footer-block ul li a:hover {
  color: #fff;
}

.page-footer.footer-style-2 .footer-block ul li a[href^="mailto:"] {
  color: #004174;
}

.page-footer.footer-style-2 .footer-block ul li a[href^="mailto:"]:hover {
  color: #fff;
}

.page-footer.footer-style-2 .row.lined:before {
  background-color: #2e2f2f;
  left: 0;
  width: 100%;
}

.page-footer.footer-style-2 .footer-top {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .page-footer.footer-style-2 .footer-top {
    padding-top: 10px;
  }
}

.page-footer.footer-style-2 .footer-map iframe {
  height: 171px;
}

@media screen and (max-width: 991px) {
  .page-footer.footer-style-2 .collapsed-mobile {
    border-color: #2e2f2f;
  }
}

/* footer 03 */
.page-footer.footer-style-3 {
  color: #868686;
  background: #161717;
  padding: 30px 0 0 0;
}

.page-footer.footer-style-3 .title > * {
  font-weight: 600;
  color: #fff;
}

.page-footer.footer-style-3 a,
  .page-footer.footer-style-3 .footer-block a,
  .page-footer.footer-style-3 .footer-block ul li a {
  color: #868686;
}

.page-footer.footer-style-3 a:hover,
    .page-footer.footer-style-3 .footer-block a:hover,
    .page-footer.footer-style-3 .footer-block ul li a:hover {
  color: #fff;
}

.page-footer.footer-style-3 .footer-block ul li a[href^="mailto:"] {
  color: #004174;
}

.page-footer.footer-style-3 .footer-block ul li a[href^="mailto:"]:hover {
  color: #fff;
}

.page-footer.footer-style-3 .social-list li a {
  color: #fff;
}

.page-footer.footer-style-3 .social-list li a:hover {
  color: #004174;
}

.page-footer.footer-style-3 .footer-top > * {
  margin-top: 20px;
}

.page-footer.footer-style-3 .footer-top > *:first-child {
  margin-top: 0;
}

.page-footer.footer-style-3 .footer-top .subscribe-form {
  margin-left: 0;
}

.page-footer.footer-style-3 .row.lined:before {
  background-color: #2e2f2f;
  left: 0;
  width: 100%;
}

.page-footer.footer-style-3 .row.lined + .row.lined {
  margin-top: 0;
}

.page-footer.footer-style-3 .shop-features-style3 .shop-feature {
  padding: 35px 0;
}

.page-footer.footer-style-3 .shop-features-style3 .shop-feature .shop-feature-text .text2 {
  font-weight: 400;
  color: #fff;
}

.page-footer.footer-style-3 .shop-features-style3 .shop-feature .shop-feature-icon {
  color: #004174;
}

.page-footer.footer-style-3 .shop-features-style3 [class*='col-']:not(:last-child) .shop-feature, .page-footer.footer-style-3 .shop-features-style3-1 [class*='col-']:not(:last-child) .shop-feature {
  border-bottom-color: #2e2f2f;
}

.page-footer.footer-style-3 .footer-bottom {
  text-transform: none;
}

.page-footer.footer-style-3 ul.contact-list li h6, .page-footer.footer-style-3 ul.contact-list li .h6-style {
  color: #fff;
}

.page-footer.footer-style-3 ul.contact-list li [class*='icon-'] {
  display: none;
}

.page-footer.footer-style-3 .footer-copyright-text span:last-child {
  display: none;
}

.page-footer.footer-style-3 .footer-copyright-links {
  display: none;
}

.page-footer.footer-style-3 .footer-top .subscribe-form .input-group-btn:last-child > .btn.btn--input-group:not(:hover),
  .page-footer.footer-style-3 .footer-bottom .subscribe-form .input-group-btn:last-child > .btn.btn--input-group:not(:hover) {
  color: #868686;
}

@media screen and (max-width: 767px) {
  .page-footer.footer-style-3 .shop-features-style3 .shop-feature {
    border-color: #2e2f2f;
    padding: 20px 15px;
  }

  .page-footer.footer-style-3 .shop-features-style3 > *:last-child .shop-feature {
    border-bottom: 0;
  }

  .page-footer.footer-style-3 .collapsed-mobile {
    border-color: #2e2f2f;
  }
}

/* footer 04 */
.page-footer.footer-style-4 .footer-logo-lined {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
}

.page-footer.footer-style-4 .footer-logo-lined a {
  display: block;
  margin: 0 30px;
}

.page-footer.footer-style-4 .footer-logo-lined:after, .page-footer.footer-style-4 .footer-logo-lined:before {
  content: '';
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #f3f4f6;
  height: 50%;
  -ms-flex: 1;
  flex: 1;
}

.page-footer.footer-style-4 .social-list li a {
  padding: 0 18px;
}

@media screen and (max-width: 991px) {
  .page-footer.footer-style-4 .social-list li a {
    padding: 0 12px;
  }
}

@media screen and (max-width: 767px) {
  .page-footer.footer-style-4 .social-list li a {
    padding: 0 8px;
  }
}

.page-footer.footer-style-4 .subscribe-form-text {
  display: none;
}

.page-footer.footer-style-4 .footer-bottom [class*='col-'] > * + * {
  margin-top: 20px;
}

.page-footer.footer-style-4 .footer-copyright-text span:last-child {
  display: none;
}

.page-footer.footer-style-4 .footer-copyright-links {
  display: none;
}

/* footer 05 */
.page-footer.footer-style-5 .footer-logo-lined {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
}

.page-footer.footer-style-5 .footer-logo-lined a {
  display: block;
  margin: 0 30px;
}

.page-footer.footer-style-5 .footer-logo-lined:after, .page-footer.footer-style-5 .footer-logo-lined:before {
  content: '';
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #f3f4f6;
  height: 50%;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (min-width: 992px) {
  .page-footer.footer-style-5 .footer-menu ul:not([class]) li {
    display: inline-block;
    width: auto;
    margin: 12px 10px 8px;
  }
}

/* footer 06 */
.page-footer.footer-style-6 .subscribe-form-text {
  display: none;
}

.page-footer.footer-style-6 .footer-block .footer-logo {
  margin-top: 5px;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .page-footer.footer-style-6 .footer-block .footer-logo {
    margin-top: 0;
    margin-bottom: 15px;
  }
}

.page-footer.footer-style-6 .subscribe-wrap + *, .page-footer.footer-style-6 .footer-copyright + * {
  margin-top: 26px;
}

.page-footer.footer-style-6 ul.contact-list li [class*='icon-'] {
  display: none;
}

/* footer 07 */
.page-footer.footer-style-7 > * {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .page-footer.footer-style-7 > * {
    margin-top: 10px;
  }
}

.page-footer.footer-style-7 > *:first-child {
  margin-top: 0;
}

.page-footer.footer-style-7 .footer-row-bg {
  background: #004174;
  color: #fff;
}

.page-footer.footer-style-7 .footer-row-bg a, .page-footer.footer-style-7 .footer-row-bg .social-list li a {
  color: #fff;
}

.page-footer.footer-style-7 .footer-row-bg a:hover, .page-footer.footer-style-7 .footer-row-bg .social-list li a:hover {
  color: #000;
}

.page-footer.footer-style-7 .footer-row-bg .subscribe-form-title {
  color: #fff;
  margin-bottom: 0;
}

.page-footer.footer-style-7 .footer-row-bg .form--success {
  color: #fff;
}

.page-footer.footer-style-7 .footer-row-bg .subscribe-form .btn--input-group:before {
  border: 0;
}

.page-footer.footer-style-7 .footer-row-bg .subscribe-form .form-control-wrapper {
  width: 230px;
}

@media screen and (max-width: 767px) {
  .page-footer.footer-style-7 .footer-row-bg .subscribe-form .form-control-wrapper {
    width: auto;
  }
}

.page-footer.footer-style-7 .footer-row-bg .subscribe-form .form-control {
  border: 0;
  padding-right: 60px;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.page-footer.footer-style-7 .footer-row-bg .subscribe-form .form-control::-webkit-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}

.page-footer.footer-style-7 .footer-row-bg .subscribe-form .form-control:-moz-placeholder {
  color: #fff;
  text-transform: uppercase;
}

.page-footer.footer-style-7 .footer-row-bg .subscribe-form .form-control::-moz-placeholder {
  color: #fff;
  text-transform: uppercase;
}

.page-footer.footer-style-7 .footer-row-bg .subscribe-form .form-control:-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}

.page-footer.footer-style-7 .footer-row-bg .subscribe-form > *:not(:first-child) {
  margin-top: 0;
}

.page-footer.footer-style-7 .footer-row-bg .subscribe-form-text {
  display: none;
}

.page-footer.footer-style-7 .footer-copyright-links {
  display: none;
}

/* footer 08 */
.page-footer.footer-style-8 {
  color: #868686;
  background: #161717;
  padding: 30px 0 0;
}

@media screen and (max-width: 991px) {
  .page-footer.footer-style-8 {
    padding: 10px 0 0;
  }
}

.page-footer.footer-style-8 .title > * {
  font-weight: 600;
  color: #fff;
}

.page-footer.footer-style-8 a,
  .page-footer.footer-style-8 .footer-block a,
  .page-footer.footer-style-8 .footer-block ul li a {
  color: #868686;
}

.page-footer.footer-style-8 a:hover,
    .page-footer.footer-style-8 .footer-block a:hover,
    .page-footer.footer-style-8 .footer-block ul li a:hover {
  color: #fff;
}

.page-footer.footer-style-8 .footer-block ul li a[href^="mailto:"] {
  color: #004174;
}

.page-footer.footer-style-8 .footer-block ul li a[href^="mailto:"]:hover {
  color: #fff;
}

.page-footer.footer-style-8 .social-list li a {
  min-width: 30px;
  padding: 0 6px;
  color: #fff;
}

.page-footer.footer-style-8 .social-list li a:hover {
  color: #004174;
}

.page-footer.footer-style-8 .lined-left:before, .page-footer.footer-style-8 .lined-right:before {
  background-color: #2e2f2f;
}

.page-footer.footer-style-8 .footer-block ul.contact-list li {
  margin-top: 30px;
}

.page-footer.footer-style-8 .footer-block ul.contact-list li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .page-footer.footer-style-8 .footer-block ul.contact-list li {
    margin-top: 20px;
  }
}

.page-footer.footer-style-8 .footer-block ul.contact-list li [class*='icon-'] {
  min-width: 35px;
  top: -3px;
  font-size: 22px;
  color: #fff;
}

.page-footer.footer-style-8 .footer-block ul.contact-list li .icon-phone {
  font-size: 24px;
}

.page-footer.footer-style-8 .footer-block ul.contact-list h6, .page-footer.footer-style-8 .footer-block ul.contact-list .h6-style {
  display: none;
}

.page-footer.footer-style-8 [class*='col-'] > *:last-child {
  margin-bottom: 20px;
  padding-top: 15px;
}

.page-footer.footer-style-8 .footer-copyright-text span:first-child {
  display: none;
}

.page-footer.footer-style-8 .footer-copyright-text span:last-child {
  display: none;
}

.page-footer.footer-style-8 .footer-copyright-links {
  display: none;
}

/* footer 09 */
@media screen and (max-width: 767px) {
  .page-footer.footer-style-9 .footer-top:not(:last-child) {
    margin-bottom: 30px;
  }
}

/* footer 10 */
.page-footer.footer-style-10 h4 {
  font-weight: 600;
}

.page-footer.footer-style-10 .footer-left > * {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .page-footer.footer-style-10 .footer-left > * {
    margin-top: 20px;
  }
}

.page-footer.footer-style-10 .footer-left > *:first-child:not(.footer-menu) {
  margin-top: 0;
}

.page-footer.footer-style-10 .footer-menu {
  margin-top: -12px;
  margin-left: -10px;
  margin-right: -10px;
}

@media screen and (max-width: 767px) {
  .page-footer.footer-style-10 .footer-menu {
    margin: 0;
  }
}

.page-footer.footer-style-10 .footer-menu ul:not([class]) li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .page-footer.footer-style-10 .footer-menu ul:not([class]) li {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}

.page-footer.footer-style-10 .footer-menu ul:not([class]) li a {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
}

.page-footer.footer-style-10 .subscribe-form {
  max-width: 405px;
  margin-left: 0;
}

.page-footer.footer-style-10 .subscribe-form .subscribe-form-text {
  display: none;
}

.page-footer.footer-style-10 .subscribe-form .subscribe-form-text + * {
  margin-top: 0;
}

.page-footer.footer-style-10 ul.contact-list h6, .page-footer.footer-style-10 ul.contact-list .h6-style, .page-footer.footer-style-10 ul.contact-list .subtitle {
  font-size: 14px;
  line-height: 21px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  width: 100%;
  color: #000;
}

.page-footer.footer-style-10 ul.contact-list li {
  margin-top: 12px;
  padding-left: 20px;
}

.page-footer.footer-style-10 ul.contact-list li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .page-footer.footer-style-10 ul.contact-list li {
    margin-top: 10px;
    padding-left: 0;
  }
}

.page-footer.footer-style-10 ul.contact-list li span:first-of-type {
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-footer.footer-style-10 ul.contact-list li [class*='icon-'] {
  min-width: 35px;
  top: -2px;
  font-size: 22px;
  color: #000;
}

.page-footer.footer-style-10 ul.contact-list li .icon-phone {
  font-size: 24px;
}

.page-footer.footer-style-10 .footer-copyright-links {
  display: none;
}

/* footer 11 */
.page-footer.footer-style-11 {
  color: #868686;
  background-color: #161717;
}

.page-footer.footer-style-11 [class*='col-'] > * {
  margin-top: 22px;
}

.page-footer.footer-style-11 [class*='col-'] > .footer-copyright {
  margin-top: 12px;
}

.page-footer.footer-style-11 [class*='col-'] > *:first-child {
  margin-top: 0;
}

@media screen and (min-width: 992px) {
  .page-footer.footer-style-11 [class*='col-'] > *.footer-logo {
    margin-top: -26px;
  }
}

.page-footer.footer-style-11 .title > * {
  font-weight: 600;
  color: #fff;
}

.page-footer.footer-style-11 a:not(.btn-decor),
  .page-footer.footer-style-11 .footer-block a,
  .page-footer.footer-style-11 .footer-block ul li a {
  color: #868686;
}

.page-footer.footer-style-11 a:not(.btn-decor):hover,
    .page-footer.footer-style-11 .footer-block a:hover,
    .page-footer.footer-style-11 .footer-block ul li a:hover {
  color: #fff;
}

.page-footer.footer-style-11 .footer-block ul li a[href^="mailto:"] {
  color: #004174;
}

.page-footer.footer-style-11 .footer-block ul li a[href^="mailto:"]:hover {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .page-footer.footer-style-11 .social-list li {
    display: block;
    float: none;
  }
}

.page-footer.footer-style-11 .social-list {
  margin-bottom: 5px;
}

.page-footer.footer-style-11 .social-list li a {
  color: #fff;
}

.page-footer.footer-style-11 .social-list li a:hover {
  color: #004174;
}

.page-footer.footer-style-11 .footer-block ul:not([class]) li > span:first-child {
  color: #fff;
}

.page-footer.footer-style-11 .footer-block .subscribe-form {
  max-width: 360px;
  margin-left: 0;
}

.page-footer.footer-style-11 .footer-block .subscribe-form p {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}

.page-footer.footer-style-11 ul.contact-list li h6, .page-footer.footer-style-11 ul.contact-list li .h6-style {
  color: #fff;
}

.page-footer.footer-style-11 ul.contact-list li [class*='icon-'] {
  display: none;
}

.page-footer.footer-style-11 .footer-copyright-text span:last-child {
  display: none;
}

.page-footer.footer-style-11 .footer-copyright-links {
  display: none;
}

.page-footer.footer-style-11 .subscribe-form--style1 {
  padding-top: 45px;
  padding-bottom: 70px;
}

@media screen and (max-width: 991px) {
  .page-footer.footer-style-11 .subscribe-form--style1 {
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .page-footer.footer-style-11 .subscribe-form--style1 {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
  .page-footer.footer-style-11 .collapsed-mobile {
    border-color: #2e2f2f;
  }
}

/* footer 12 */
.page-footer.footer-style-12 .footer-logo + * {
  margin-top: 15px;
}

.page-footer.footer-style-12 .payment-icons:not(:first-child) {
  margin-top: 30px;
}

/* footer 13 */
.page-footer.footer-style-13 {
  color: #fff;
  background-color: #65cbfc;
}

.page-footer.footer-style-13 .footer-bottom a, .page-footer.footer-style-13 .footer-bottom a:focus {
  color: #fff;
}

.page-footer.footer-style-13 .footer-bottom a:hover {
  color: #fff;
}

.page-footer.footer-style-13 .footer-copyright p {
  display: inline-block;
  margin: 0 5px;
}

.back-to-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  position: fixed;
  z-index: 1000;
  opacity: 0;
  top: auto !important;
  bottom: 0;
  right: 30px;
  width: 72px;
  height: 72px;
  background: #004174;
  text-align: center;
  pointer-events: none;
  transition: opacity 0.5s;
}

@media screen and (max-width: 1199px) {
  .back-to-top {
    width: 52px;
    height: 52px;
    right: 0;
  }
}

.back-to-top, .back-to-top:hover, .back-to-top:focus {
  color: inherit !important;
  text-decoration: none;
}

.back-to-top:hover {
  background: #004174;
}

.back-to-top:hover .icon {
  margin-top: -10px;
}

.back-to-top:hover .icon:after {
  height: 20px;
}

.back-to-top .icon {
  font-size: 22px;
  line-height: 1em;
  position: relative;
  color: #fff;
  transition: 0.2s;
}

.back-to-top .icon:after {
  content: '';
  display: block;
  width: 2px;
  height: 0px;
  background-color: #fff;
  position: absolute;
  margin: -14px 0 0 10px;
  transition: 0.2s;
}

@media screen and (max-width: 991px) {
  .back-to-top {
    display: none;
  }
}

.back-to-top.is-visible {
  opacity: 1;
  bottom: 65px;
  pointer-events: all;
}

@media screen and (max-width: 991px) {
  .back-to-top.is-visible {
    bottom: 5%;
  }
}

/* slider */
.main-slider-wrap {
  position: relative;
}

.mainSlider {
  opacity: 0;
}

.mainSlider.slick-slider {
  margin-bottom: 0;
}

.mainSlider.slick-initialized {
  opacity: 1;
}

.mainSlider .slide.slide-right .slide-caption {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mainSlider .slide.slide-left .slide-caption {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mainSlider .slide.slide-center .slide-caption {
  -ms-flex-pack: center;
  justify-content: center;
}

.mainSlider .slide.slide-top .slide-caption {
  -ms-flex-align: start;
  align-items: flex-start;
}

.mainSlider .slide.slide-bot .slide-caption {
  -ms-flex-align: end;
  align-items: flex-end;
}

.mainSlider .slide.slide-middle .slide-caption {
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.mainSlider .slide-img > img {
  width: 100%;
}

.mainSlider .slide-img {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.mainSlider .slide-content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  color: #fff;
  z-index: 100;
}

.mainSlider .slide-content.center {
  text-align: center;
}

.mainSlider .slide-content.left {
  text-align: left;
}

.mainSlider .slide-content.right {
  text-align: right;
}

.mainSlider .slide-caption {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1;
  top: 10%;
  left: 45px;
  right: 45px;
  bottom: 10%;
  font-size: 100px;
}

@media screen and (max-width: 1199px) {
  .mainSlider .slide-caption {
    font-size: 70px;
  }
}

@media screen and (max-width: 991px) {
  .mainSlider .slide-caption {
    font-size: 55px;
  }
}

.mainSlider .slide-caption .text-wrap {
  position: absolute;
}

.mainSlider .slide-caption [class*='text'] {
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
  margin-top: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

.mainSlider .slide-caption [class*='text']:first-child {
  margin-top: 0;
}

.mainSlider .slide-caption .text1 {
  font-size: 1em;
  font-weight: 700;
  margin-top: .25em;
  font-family: "Montserrat", sans-serif;
}

.mainSlider .slide-caption .text2 {
  font-size: .44em;
  margin-top: 0.5em;
  font-weight: 700;
  letter-spacing: .01em;
  font-family: "Montserrat", sans-serif;
}

.mainSlider .slide-caption .text3 {
  font-size: .24em;
  margin-top: 1em;
  font-family: "Montserrat", sans-serif;
}

.mainSlider .slide-caption .btn-wrap > .btn-decor {
  font-size: .24em;
  font-weight: 600;
  margin-top: 2.6em;
  color: #fff;
  padding-bottom: .46em;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 3px;
}

.mainSlider .slide-caption .btn-wrap > .btn-decor:after {
  height: .1667em;
  background-color: #fff;
}

.mainSlider .slick-dots li:not(.slick-active) button {
  background-color: #fff;
}

.main-slider-arrows {
  position: absolute;
  bottom: 9%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .main-slider-arrows {
    left: 15px;
    width: calc(100% - 30px);
    transform: translateX(0);
  }
}

.main-slider-arrows .slick-arrow {
  top: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  width: auto;
  color: #fff;
  text-transform: uppercase;
}

.main-slider-arrows .slick-arrow span {
  padding: 0 10px;
}

.main-slider-arrows .slick-prev:hover,
  .main-slider-arrows .slick-next:hover,
  .main-slider-arrows .slick-prev:focus,
  .main-slider-arrows .slick-next:focus {
  color: #fff;
  opacity: 1;
}

.main-slider-arrows .slick-prev:before,
  .main-slider-arrows .slick-next:before {
  position: absolute;
  top: 0;
  color: #fff;
  opacity: 1;
  font-size: 20px;
  line-height: 20px;
}

.main-slider-arrows .slick-prev:before {
  left: 0;
  content: '\e92a';
}

.main-slider-arrows .slick-next:before {
  right: 0;
  content: '\e929';
}

.main-slider-arrows .slick-prev:hover:before,
  .main-slider-arrows .slick-next:hover:before {
  color: #fff;
}

.main-slider-arrows .slick-prev {
  left: 0;
  padding-left: 20px;
}

.main-slider-arrows .slick-next {
  right: 0;
  padding-right: 30px;
}

.mainSlider.arrows-on .slide-caption {
  bottom: 20%;
}

[class*='col-'] .main-slider-wrap .container {
  max-width: 100%;
}

[class*='col-'] .main-slider-wrap .main-slider-arrows {
  bottom: 11%;
}

[class*='col-'] .main-slider-wrap .main-slider-arrows .slick-prev {
  left: 7%;
}

[class*='col-'] .main-slider-wrap .main-slider-arrows .slick-next {
  right: 7%;
}

.mainSlider .slick-dots {
  bottom: 8%;
}

.mainSlider .slick-dots li {
  margin: 8px 6px;
}

/* BnSlider */
.bnslider-wrapper {
  position: relative;
}

.bnslider {
  overflow: hidden;
  height: 325px;
  margin-bottom: 0;
  background: #fff;
}

.bnslider .animated {
  animation-duration: .5s;
}

.bnslider > * {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
}

.bnslider.slick-initialized > * {
  opacity: 1;
  visibility: visible;
}

.bnslider-link, .bnslider-link:hover, .bnslider-link:focus, .bnslider-link:active {
  color: inherit !important;
}

.bnslider.bnslider--fullheight {
  max-height: 100vh;
  min-height: 100vh;
}

@media only screen and (min-width: 768px) {
  .bnslider {
    height: 475px;
    min-height: 475px;
  }

  .bnslider.bnslider--md {
    height: 669px;
    min-height: 669px;
    max-height: calc(100vh - 85px);
  }

  .bnslider.bnslider--lg {
    height: 768px;
    min-height: 768px;
    max-height: calc(100vh - 85px);
  }
}

@media only screen and (max-width: 767px) {
  .bnslider {
    height: 375px;
    min-height: 375px;
    max-height: calc(100vh - 85px);
  }

  .bnslider.bnslider--md {
    height: 450px;
    min-height: 450px;
    max-height: calc(100vh - 85px);
  }

  .bnslider.bnslider--lg {
    height: 575px;
    min-height: 575px;
    max-height: calc(100vh - 85px);
  }
}

.bnslider .bnslider-slide,
.bnslider .slick-list,
.bnslider .slick-track {
  height: 100%;
}

.bnslider:hover .slick-prev, .bnslider:hover .slick-next {
  opacity: 1;
}

.video-is-playing .slick-dots {
  display: none !important;
}

.bnslider-pause:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: #fff;
  background-color: #7796a8;
  padding: 27.5px;
  z-index: 10000;
  transition: none;
}

.video-is-playing .bnslider-pause:focus {
  display: none;
}

.bnslider-pause-stop {
  display: block;
}

.is-paused .bnslider-pause-stop {
  display: none;
}

.bnslider-pause-play {
  display: none;
}

.is-paused .bnslider-pause-play {
  display: block;
}

.bnslider-slide {
  position: relative;
  overflow: hidden;
}

.bnslider-image-mobile {
  display: none;
}

@media screen and (max-width: 481px) {
  .bnslider-image-mobile {
    display: block;
  }

  .bnslider-image-mobile + .bnslider-image {
    display: none;
  }
}

.bnslider-image, .bnslider-image-mobile {
  transition: opacity 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

.bnslider-image.bg-left, .bnslider-image-mobile.bg-left {
  background-position: center left;
}

.bnslider-image.bg-right, .bnslider-image-mobile.bg-right {
  background-position: center right;
}

.bnslider-image.bg-bottom, .bnslider-image-mobile.bg-bottom {
  background-position: bottom center;
}

.bnslider-image.bg-top, .bnslider-image-mobile.bg-top {
  background-position: top center;
}

.bnslider-image.bg-bottom.bg-left, .bnslider-image-mobile.bg-bottom.bg-left {
  background-position: bottom left;
}

.bnslider-image.bg-bottom.bg-right, .bnslider-image-mobile.bg-bottom.bg-right {
  background-position: bottom right;
}

.bnslider-image.bg-top.bg-left, .bnslider-image-mobile.bg-top.bg-left {
  background-position: top left;
}

.bnslider-image.bg-top.bg-right, .bnslider-image-mobile.bg-top.bg-right {
  background-position: top right;
}

.slick-initialized .bnslider-image,
.slick-initialized .bnslider-image-mobile,
.no-js .bnslider-image {
  opacity: 1;
}

.bnslider-slide--background-video .bnslider-image {
  opacity: 0;
}

.no-autoplay .bnslider-image {
  opacity: 1;
}

.ie9 .bnslider-slide {
  z-index: 1 !important;
}

.ie9 .slick-dots {
  z-index: 2;
}

.bnslider-text-wrap {
  height: 100%;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

.bnslider-link .bnslider-text-wrap {
  cursor: inherit;
}

.bnslider-link, .bnslider-link:hover {
  text-decoration: none;
}

.bnslider-slide--has-background-video .bnslider-text-wrap {
  padding-top: 165px;
}

.video-is-playing .bnslider-text-wrap {
  display: none;
}

.bnslider-slide.video-is-paused .bnslider-text-wrap {
  display: none;
}

.bnslider-text-content {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 3;
}

.slick-active .bnslider-text-content,
.no-js .bnslider-text-content {
  opacity: 1;
}

.bnslider-slide--has-background-video::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.bnslider-video {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.bnslider-video--background {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in;
  height: 100%;
}

.autoplay .bnslider-video--background.video-is-loaded {
  display: block;
  visibility: visible;
  opacity: 1;
}

.bnslider-slide--background-video::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.bnslider-video--box {
  display: none;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in;
}

.ie9 .bnslider-video--box {
  display: block;
}

.bnslider-slide.video-is-playing .bnslider-video--box,
.bnslider-slide.video-is-paused .bnslider-video--box {
  display: block;
  visibility: visible;
  opacity: 1;
}

.bnslider-video-control {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 5px;
  z-index: 4;
  transition: all 0.1s ease-out;
}

.bnslider-video-control:hover,
.bnslider-video-control:focus {
  opacity: 0.7;
}

.video-loader {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  margin-left: -20px;
  margin-top: -20px;
  z-index: 4;
  color: #fff;
  bottom: 100px;
  right: 35px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}

.video-is-loaded .video-loader,
.video-is-playing .video-loader,
.video-is-paused .video-loader,
.autoplay .video-loader,
.no-autoplay .video-loader {
  content: none;
  display: none;
}

.video-is-loading .video-loader,
.autoplay .video-is-loading .video-loader,
.no-autoplay .video-is-loading .video-loader {
  display: block;
  visibility: visible;
  opacity: 1;
}

.bnslider-video-control--play .bnslider-video--background {
  top: 50%;
  transform: translateY(-50%);
}

.bnslider-video-control--close,
.bnslider-video-control--play {
  bottom: 80px;
  right: 15px;
}

@media only screen and (max-width: 991px) {
  .bnslider-video-control--close,
    .bnslider-video-control--play {
    bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .bnslider-video-control--close,
    .bnslider-video-control--play {
    bottom: 40px;
  }
}

.video-is-loaded .bnslider-video-control--play,
.video-is-playing .bnslider-video-control--close,
.bnslider-slide.video-is-paused .bnslider-video-control--close {
  display: block;
  visibility: visible;
  opacity: 1;
  border: 0;
  background: transparent;
  width: 80px;
  height: 80px;
}

.video-is-loading .bnslider-video-control--play,
.video-is-playing .bnslider-video-control--play,
.bnslider-slide.video-is-paused .bnslider-video-control--play {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.bnslider-video-control--close .icon {
  display: block;
  width: 20px;
  height: 20px;
}

svg.slider-control-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

svg.slider-control-icon .box {
  fill: rgba(0, 0, 0, 0);
  stroke: rgba(255, 255, 255, 0);
  stroke-width: 3;
  stroke-linecap: square;
  transition: stroke 0s ease-out, fill .4s ease-out;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  svg.slider-control-icon .box {
    stroke: white;
    stroke-dasharray: 400;
    stroke-dashoffset: 400;
    transition: stroke 0s ease-out, stroke-dashoffset 0s ease-out, fill .4s ease-out;
  }
}

svg.slider-control-icon .play {
  fill: rgba(255, 255, 255, 0.6);
  transition: all .6s ease-out;
}

button:hover .slider-control-icon .box {
  fill: #004174;
  stroke: white;
  stroke-dashoffset: 0;
  transition: stroke .7s .4s ease-out, fill .4s .3s ease-out;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  button:hover .slider-control-icon .box {
    stroke-dashoffset: 0;
    transition: stroke .7s .4s ease-out, stroke-dashoffset .4s ease-out, fill .4s .3s ease-out;
  }
}

button:hover .slider-control-icon .play {
  fill: white;
}

.bnslider-text-content .bnslider-text-content-flex {
  padding: 15px 15px 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

@media screen and (max-width: 481px) {
  .bnslider-text-content .bnslider-text-content-flex {
    padding: 5px 0 5px;
  }
}

@media screen and (max-width: 1199px) {
  .bnslider-text-content .bnslider-text-content-flex.container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 991px) {
  .bnslider-text-content .bnslider-text-content-flex.container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .bnslider-text-content .bnslider-text-content-flex.container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.bnslider-text-content.txt-left .bnslider-text-content-flex {
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-align: left;
}

.bnslider-text-content.txt-left .bnslider-text-content-flex .bnslider-text2-1,
  .bnslider-text-content.txt-left .bnslider-text-content-flex .bnslider-text2-2,
  .bnslider-text-content.txt-left .bnslider-text-content-flex .bnslider-text2-3 {
  float: left;
}

.bnslider-text-content.txt-right .bnslider-text-content-flex {
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  text-align: right;
}

.bnslider-text-content.txt-right .bnslider-text-content-flex .bnslider-text2-1,
  .bnslider-text-content.txt-right .bnslider-text-content-flex .bnslider-text2-2,
  .bnslider-text-content.txt-right .bnslider-text-content-flex .bnslider-text2-3 {
  float: right;
}

.bnslider-text-content.txt-top .bnslider-text-content-flex {
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.bnslider-text-content.txt-bottom .bnslider-text-content-flex {
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.bnslider-text-content .btn-slider {
  margin-left: auto;
  margin-right: auto;
}

.bnslider-text-content.txt-left .btn-slider {
  margin-right: auto;
  margin-left: 0;
}

.bnslider-text-content.txt-right .btn-slider {
  margin-left: auto;
  margin-right: 0;
}

body.fullpage-layout .bnslider-text-content .bnslider-text-content-flex {
  padding: 15px 30px 30px;
}

@media screen and (max-width: 481px) {
  body.fullpage-layout .bnslider-text-content .bnslider-text-content-flex {
    padding: 5px 30px 5px;
  }
}

@media screen and (max-width: 991px) {
  .bnslider--fullheight .bnslider-text-content .bnslider-text-content-flex {
    font-size: 55px;
  }
}

@media screen and (max-width: 481px) {
  .bnslider--fullheight .bnslider-text-content .bnslider-text-content-flex {
    font-size: 47px;
  }
}

.bnslider-text-content .bnslider-text-content-flex {
  font-size: 100px;
}

.bnslider-text-content .bnslider-text-content-flex .bnslider-vert {
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 5% 8%;
  position: relative;
}

@media screen and (max-width: 991px) {
  .bnslider-text-content .bnslider-text-content-flex .bnslider-vert {
    margin: 4% 5%;
  }
}

@media screen and (max-width: 767px) {
  .bnslider-text-content .bnslider-text-content-flex .bnslider-vert {
    margin: 0;
    padding: 0 10px;
  }
}

@media screen and (max-width: 481px) {
  .bnslider-text-content .bnslider-text-content-flex .bnslider-vert {
    margin: 0;
    padding: 0 10px;
  }
}

.bnslider-text-content .bnslider-text-content-flex .bnslider-vert > *:not(:first-child):not(.clearfix):not(.btn-wrap) {
  margin-top: 20px;
}

@media screen and (max-width: 1199px) {
  .bnslider-text-content .bnslider-text-content-flex .bnslider-vert > *:not(:first-child):not(.clearfix):not(.btn-wrap) {
    margin-top: 18px;
  }
}

@media screen and (max-width: 991px) {
  .bnslider-text-content .bnslider-text-content-flex .bnslider-vert > *:not(:first-child):not(.clearfix):not(.btn-wrap) {
    margin-top: 15px;
  }
}

.bnslider-text-content .bnslider-text-content-flex .bnslider-vert > .btn-wrap {
  margin-top: 35px;
}

@media screen and (max-width: 1199px) {
  .bnslider-text-content .bnslider-text-content-flex .bnslider-vert > .btn-wrap {
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .bnslider-text-content .bnslider-text-content-flex .bnslider-vert > .btn-wrap {
    margin-top: 15px;
  }
}

.bnslider-text-content .bnslider-text-content-flex .bnslider-vert > .btn-wrap.double-mt {
  margin-top: 55px;
}

@media screen and (max-width: 1199px) {
  .bnslider-text-content .bnslider-text-content-flex .bnslider-vert > .btn-wrap.double-mt {
    margin-top: 45px;
  }
}

@media screen and (max-width: 991px) {
  .bnslider-text-content .bnslider-text-content-flex .bnslider-vert > .btn-wrap.double-mt {
    margin-top: 30px;
  }
}

.bnslider-text-content .bnslider-text-content-flex .bnslider-vert.border:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: .05em;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.75);
  z-index: -1;
}

.bnslider-text-content .bnslider-text-content-flex .bnslider-vert.border-half:after {
  content: '';
  position: absolute;
  left: 20%;
  right: 20%;
  top: 0;
  bottom: 0;
  border-width: .05em;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.75);
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .bnslider-text-content .bnslider-text-content-flex .bnslider-vert.border-half:after {
    left: 14%;
    right: 14%;
  }
}

@media screen and (max-width: 481px) {
  .bnslider-text-content .bnslider-text-content-flex .bnslider-vert.border-half:after {
    left: 23%;
    right: 23%;
  }
}

.bnslider-text-content .bnslider-text-content-flex .bnslider-vert.border-double {
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.bnslider-text-content .bnslider-text-content-flex .bnslider-vert.border-double:after {
  content: '';
  position: absolute;
  left: -100%;
  right: -100%;
  top: 0;
  bottom: 0;
  border-width: .05em;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.75);
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .bnslider-text-content .bnslider-text-content-flex .bnslider-vert.border-double:after {
    left: -80%;
    right: -80%;
  }
}

@media screen and (max-width: 767px) {
  .bnslider-text-content .bnslider-text-content-flex .bnslider-vert.border-double:after {
    left: -70%;
    right: -70%;
  }
}

@media screen and (max-width: 481px) {
  .bnslider-text-content .bnslider-text-content-flex .bnslider-vert.border-double:after {
    left: 0;
    right: 0;
  }
}

.bnslider-text-content .bnslider-text-content-flex .bnslider-vert.border {
  padding: .65em .5em;
}

@media screen and (max-width: 991px) {
  .bnslider-text-content .bnslider-text-content-flex .bnslider-vert.border {
    padding: .45em;
  }
}

@media screen and (max-width: 481px) {
  .bnslider-text-content .bnslider-text-content-flex .bnslider-vert.border {
    padding: .35em;
  }
}

.bnslider-text-content .bnslider-text-content-flex .bnslider-vert.border-half {
  padding: .8em 0;
}

@media screen and (max-width: 991px) {
  .bnslider-text-content .bnslider-text-content-flex .bnslider-vert.border-half {
    padding: .5em 0;
  }
}

@media screen and (max-width: 481px) {
  .bnslider-text-content .bnslider-text-content-flex .bnslider-vert.border-half {
    padding: 15% 10%;
    min-height: 70%;
    margin-top: -10%;
  }

  .bnslider-text-content .bnslider-text-content-flex .bnslider-vert.border-half .bnslider-text--xxs {
    max-width: 65%;
  }
}

.bnslider-text-content .bnslider-text-content-flex .bnslider-vert.border-double {
  padding: .8em .5em;
}

@media screen and (max-width: 991px) {
  .bnslider-text-content .bnslider-text-content-flex .bnslider-vert.border-double {
    padding: .5em;
  }
}

@media screen and (max-width: 767px) {
  .bnslider-text-content .bnslider-text-content-flex .bnslider-vert.border-double {
    padding: .3em .4em;
  }
}

@media screen and (max-width: 481px) {
  .bnslider-text-content .bnslider-text-content-flex .bnslider-vert.border-double {
    width: 65%;
    padding: 0;
    min-height: 60%;
  }
}

@media screen and (max-width: 1599px) {
  .bnslider-text-content .bnslider-text-content-flex {
    font-size: 80px;
  }
}

@media screen and (max-width: 1499px) {
  .bnslider-text-content .bnslider-text-content-flex {
    font-size: 75px;
  }
}

@media screen and (max-width: 1399px) {
  .bnslider-text-content .bnslider-text-content-flex {
    font-size: 70px;
  }
}

@media screen and (max-width: 1199px) {
  .bnslider-text-content .bnslider-text-content-flex {
    font-size: 60px;
  }
}

@media screen and (max-width: 991px) {
  .bnslider-text-content .bnslider-text-content-flex {
    font-size: 46px;
  }
}

@media screen and (max-width: 767px) {
  .bnslider-text-content .bnslider-text-content-flex {
    font-size: 44px;
  }
}

@media screen and (max-width: 481px) {
  .bnslider-text-content .bnslider-text-content-flex {
    font-size: 50px;
  }

  .bnslider-text-content .bnslider-text-content-flex .bnslider-vert > *:not(:first-child):not(.clearfix):not(.btn-slider) {
    margin-top: 15px;
  }

  .bnslider-text-content .bnslider-text-content-flex .bnslider-vert > .btn-wrap {
    margin-top: 0;
  }
}

@media screen and (max-width: 400px) {
  .bnslider-text-content .bnslider-text-content-flex {
    font-size: 40px;
  }
}

@media screen and (max-width: 364px) {
  .bnslider-text-content .bnslider-text-content-flex {
    font-size: 36px;
  }
}

.bnslider-text-content .bnslider-text-content-flex .bnslider-text {
  line-height: 1em;
  color: #fff;
  margin-top: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

.bnslider-text-content .bnslider-text-content-flex .bnslider-text:first-child {
  margin-top: 0;
}

.bnslider-text-content .bnslider-text-content-flex .bnslider-text--lg {
  font-size: 1em;
  font-weight: 700;
  margin-top: .25em;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 481px) {
  .bnslider-text-content .bnslider-text-content-flex .bnslider-text--lg {
    font-size: .8em;
  }
}

.bnslider-text-content .bnslider-text-content-flex .bnslider-text--md {
  font-size: .74em;
  line-height: 1.2em;
  margin-top: 0.5em;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 481px) {
  .bnslider-text-content .bnslider-text-content-flex .bnslider-text--md {
    font-size: .6em;
  }
}

.bnslider-text-content .bnslider-text-content-flex .bnslider-text--sm {
  font-size: .48em;
  line-height: 1.2em;
  margin-top: 0.5em;
  font-weight: 700;
  letter-spacing: .05em;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 481px) {
  .bnslider-text-content .bnslider-text-content-flex .bnslider-text--sm {
    font-size: .4em;
  }
}

.bnslider-text-content .bnslider-text-content-flex .bnslider-text--xs {
  font-size: .24em;
  line-height: 1.2em;
  font-weight: 700;
  margin-top: 1em;
  letter-spacing: .05em;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 481px) {
  .bnslider-text-content .bnslider-text-content-flex .bnslider-text--xs {
    font-size: .3em;
  }
}

.bnslider-text-content .bnslider-text-content-flex .bnslider-text--xxs {
  font-size: .18em;
  font-weight: 500;
  margin-top: 1em;
  letter-spacing: .05em;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 481px) {
  .bnslider-text-content .bnslider-text-content-flex .bnslider-text--xxs {
    font-size: .26em;
    font-weight: 500 !important;
  }
}

.bnslider-text-content .bnslider-text-content-flex .bnslider-text--num {
  font-size: 2.2em;
  line-height: .7em;
  color: #e1dde5;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}

.bnslider-text-content .bnslider-text-content-flex .bnslider-text--num-text {
  font-size: 14px;
  line-height: 1.64em;
  color: #868686;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-left: 40px;
  padding-left: 28px;
  border-left-width: 1px;
  border-left-style: solid;
  border-color: #868686;
  margin-bottom: auto;
}

.bnslider-text-content .bnslider-text-content-flex .bnslider-text--num-text:not(:first-child) {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .bnslider-text-content .bnslider-text-content-flex .bnslider-text--num-text {
    font-size: 13px;
    padding-left: 28px;
  }

  .bnslider-text-content .bnslider-text-content-flex .bnslider-text--num-text:not(:first-child) {
    margin-left: 30px;
  }
}

@media screen and (max-width: 481px) {
  .bnslider-text-content .bnslider-text-content-flex .bnslider-text--num-text {
    font-size: 12px;
    letter-spacing: 0;
    padding-left: 15px;
  }

  .bnslider-text-content .bnslider-text-content-flex .bnslider-text--num-text:not(:first-child) {
    margin-left: 20px;
  }
}

.bnslider-text-content .bnslider-text-content-flex .bnslider-text--num-wrap {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  margin-left: -1.5em;
  z-index: -1;
  margin-top: -.3em !important;
}

@media screen and (max-width: 767px) {
  .bnslider-text-content .bnslider-text-content-flex .bnslider-text--num-wrap {
    display: none;
  }
}

.bnslider-text-content .bnslider-text-content-flex .bnslider-text--num-wrap + * {
  margin-top: 1em !important;
}

@media screen and (max-width: 767px) {
  .bnslider-text-content .bnslider-text-content-flex .bnslider-text--num-wrap + * {
    margin-top: 0 !important;
  }
}

.bnslider-text-content .bnslider-text-content-flex .bnslider-text p {
  font-size: 14px;
  line-height: 1.714em;
}

@media screen and (max-width: 991px) {
  .bnslider-text-content .bnslider-text-content-flex .bnslider-text p {
    font-size: 12px;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 481px) {
  .bnslider-text-content .bnslider-text-content-flex .bnslider-text p {
    font-size: 12px;
  }
}

.bnslider-text-content .bnslider-text-content-flex .bnslider-text p:first-child {
  margin-top: 0;
}

.bnslider-text-content .bnslider-text-content-flex .bnslider-text.text-center p {
  padding: 0 15%;
  margin: 0 auto;
}

.bnslider-text-content .bnslider-text-content-flex .bnslider-text--lg + .bnslider-text--lg,
  .bnslider-text-content .bnslider-text-content-flex .bnslider-text--md + .bnslider-text--md,
  .bnslider-text-content .bnslider-text-content-flex .bnslider-text--sm + .bnslider-text--sm,
  .bnslider-text-content .bnslider-text-content-flex .bnslider-text--xs + .bnslider-text--xs {
  margin-top: 0;
}

.bnslider-text-content .bnslider-text-content-flex .bnslider-text.text-left {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.bnslider-text-content .bnslider-text-content-flex .bnslider-text.text-right {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.bnslider-text-content .bnslider-text-content-flex .bnslider-text.text-right.bnslider-text--sm {
  margin-right: -0.3em;
}

.bnslider-text-content .bnslider-text-content-flex .bnslider-text.text-right.bnslider-text--lg {
  margin-right: -0.15em;
}

.bnslider-text-content .bnslider-text-content-flex .bnslider-text.text-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.bnslider-text-content .bnslider-text-content-flex .btn-slider.text-left {
  margin-right: auto;
  margin-left: 0;
}

.bnslider-text-content .bnslider-text-content-flex .btn-slider.text-right {
  margin-left: auto;
  margin-right: 0;
}

.bnslider-text-content .bnslider-text-content-flex .btn-slider.text-center {
  margin-left: auto;
  margin-right: auto;
}

.bnslider-text-content .bnslider-text-content-flex .btn-wrap > .btn-decor {
  margin-top: 0;
  padding: .55em 0 .417em;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2.5px;
}

.bnslider-text-content .bnslider-text-content-flex .btn-wrap > .btn-decor span.btn-line {
  bottom: -.2em;
  height: 3px;
  background-color: #fff;
}

@media screen and (max-width: 1199px) {
  .bnslider-text-content .bnslider-text-content-flex .btn-wrap > .btn-decor {
    font-size: 20px;
    letter-spacing: 1.5px;
  }

  .bnslider-text-content .bnslider-text-content-flex .btn-wrap > .btn-decor span.btn-line {
    height: 3px;
  }
}

@media screen and (max-width: 991px) {
  .bnslider-text-content .bnslider-text-content-flex .btn-wrap > .btn-decor {
    font-size: 16px;
  }

  .bnslider-text-content .bnslider-text-content-flex .btn-wrap > .btn-decor span.btn-line {
    height: 2px;
  }
}

@media screen and (max-width: 481px) {
  .bnslider-text-content .bnslider-text-content-flex .btn-wrap > .btn-decor {
    font-size: 16px;
  }

  .bnslider-text-content .bnslider-text-content-flex .btn-wrap > .btn-decor span.btn-line {
    bottom: -.1em;
    height: 2px;
  }
}

.bnslider-text-content .bnslider-text-content-flex .btn-wrap > .btn-decor:after {
  display: none;
}

@media screen and (min-width: 768px) {
  .bnslider-text-content .bnslider-text-content-flex .aside .btn-wrap > .btn-decor {
    font-size: .18em;
    padding-bottom: .35em;
  }
}

@media screen and (max-width: 481px) {
  .bnslider-text-content.txt-left .bnslider-text-content-flex .bnslider-vert.border-half,
  .bnslider-text-content.txt-right .bnslider-text-content-flex .bnslider-vert.border-half {
    width: 75%;
    padding-left: 0;
    padding-right: 0;
  }

  .bnslider-text-content.txt-left .bnslider-text-content-flex .bnslider-vert.border-half:after,
  .bnslider-text-content.txt-right .bnslider-text-content-flex .bnslider-vert.border-half:after {
    left: 15%;
    right: 15%;
  }
}

.bnslider-text-content.txt-right .bnslider-text-content-flex .bnslider-text--num-wrap {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-left: .5em;
}

.bnslider-text-content.txt-right .bnslider-text-content-flex .bnslider-text--num-wrap .bnslider-text--num-text {
  margin-left: 0;
  margin-right: 40px;
  padding-right: 28px;
  border-right-width: 1px;
  border-right-style: solid;
  border-color: #868686;
  border-left: 0;
}

.bnslider-text-content.txt-right .bnslider-text-content-flex .bnslider-text--num-wrap .bnslider-text--num-text:not(:first-child) {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .bnslider-text-content.txt-right .bnslider-text-content-flex .bnslider-text--num-wrap .bnslider-text--num-text {
    padding-right: 28px;
  }

  .bnslider-text-content.txt-right .bnslider-text-content-flex .bnslider-text--num-wrap .bnslider-text--num-text:not(:first-child) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 481px) {
  .bnslider-text-content.txt-right .bnslider-text-content-flex .bnslider-text--num-wrap .bnslider-text--num-text {
    padding-right: 15px;
  }

  .bnslider-text-content.txt-right .bnslider-text-content-flex .bnslider-text--num-wrap .bnslider-text--num-text:not(:first-child) {
    margin-left: 10px;
  }
}

.bnslider .slick-dots li:not(.slick-active) button {
  background-color: #fff;
}

.bnslider-dots {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.bnslider-dots .slick-dots {
  pointer-events: none;
  width: auto;
  background-color: rgba(255, 255, 255, 0.55);
  border-radius: 13px;
  left: 50%;
  transform: translateX(-50%);
}

.bnslider-dots .slick-dots li {
  pointer-events: auto;
}

.bnslider-dots.dots-white li button {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .bnslider-dots {
    display: none;
  }
}

.bnslider-dots.vert-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.bnslider-dots.vert-dots .slick-dots {
  position: relative;
  transform: translateX(0);
  width: 27px;
}

.bnslider-dots.vert-dots:not(.vert-dots--left), .bnslider-dots.vert-dots--right {
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.bnslider-dots.vert-dots:not(.vert-dots--left) .slick-dots, .bnslider-dots.vert-dots--right .slick-dots {
  left: auto;
  right: 30px;
}

@media screen and (max-width: 991px) {
  .bnslider-dots.vert-dots:not(.vert-dots--left) .slick-dots, .bnslider-dots.vert-dots--right .slick-dots {
    right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .bnslider-dots.vert-dots:not(.vert-dots--left) .slick-dots, .bnslider-dots.vert-dots--right .slick-dots {
    right: 0;
  }
}

.bnslider-dots.vert-dots:not(.vert-dots--left).container .slick-dots, .bnslider-dots.vert-dots--right.container .slick-dots {
  right: 0;
}

.bnslider-dots.vert-dots--left {
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.bnslider-dots.vert-dots--left .slick-dots {
  right: auto;
  left: 30px;
}

@media screen and (max-width: 991px) {
  .bnslider-dots.vert-dots--left .slick-dots {
    left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .bnslider-dots.vert-dots--left .slick-dots {
    left: 0;
  }
}

.bnslider-dots.vert-dots--left.container .slick-dots {
  left: 0;
}

.bnslider-arrows--toright > div {
  float: right;
  position: relative;
  min-width: 190px;
}

.bnslider-arrows--toleft > div {
  float: left;
  position: relative;
  min-width: 190px;
}

.bnslider-arrows {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 991px) {
  .bnslider-arrows {
    left: 0;
    width: 100%;
    transform: translateX(0);
    bottom: 30px;
  }
}

@media screen and (max-width: 481px) {
  .bnslider-arrows {
    bottom: 20px;
  }
}

.bnslider-arrows .slick-arrow {
  top: 0;
  font-size: 14px;
  line-height: 20px;
  width: auto;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 481px) {
  .bnslider-arrows .slick-arrow {
    font-size: 12px;
    line-height: 21px;
  }
}

.bnslider-arrows .slick-prev, .bnslider-arrows .slick-next {
  transition: 0.2s;
}

.bnslider-arrows .slick-prev:hover, .bnslider-arrows .slick-prev:hover:not(.slick-disabled), .bnslider-arrows .slick-prev:focus,
  .bnslider-arrows .slick-next:hover,
  .bnslider-arrows .slick-next:hover:not(.slick-disabled),
  .bnslider-arrows .slick-next:focus {
  opacity: 1;
  color: #fff;
}

.bnslider-arrows .slick-prev:before,
  .bnslider-arrows .slick-next:before {
  position: absolute;
  top: 0;
  color: #fff;
  opacity: 1;
  font-size: 20px;
  line-height: 20px;
  transition: 0.2s;
}

.bnslider-arrows .slick-prev:before {
  left: 0;
  content: '\e92a';
}

.bnslider-arrows .slick-next:before {
  right: 0;
  content: '\e929';
}

.bnslider-arrows .slick-prev {
  left: 15px;
  padding-left: 30px;
}

.bnslider-arrows.container-fluid .slick-prev {
  left: 30px;
}

@media screen and (max-width: 767px) {
  .bnslider-arrows.container-fluid .slick-prev {
    left: 15px;
  }
}

.bnslider-arrows .slick-next {
  right: 15px;
  padding-right: 30px;
}

.bnslider-arrows.container-fluid .slick-next {
  right: 30px;
}

@media screen and (max-width: 767px) {
  .bnslider-arrows.container-fluid .slick-next {
    right: 15px;
  }
}

@media screen and (min-width: 768px) {
  .bnslider-arrows .slick-prev:hover:before {
    left: -5px;
  }

  .bnslider-arrows .slick-next:hover:before {
    right: -5px;
  }

  .bnslider-arrows--pullright > div,
  .bnslider-arrows--pullleft > div {
    position: relative;
    width: 58%;
  }

  .bnslider-arrows--pullright > div {
    float: right;
  }
}

@media screen and (max-width: 767px) {
  .bnslider--fullheight ~ .bnslider-arrows {
    bottom: 55px;
  }
}

.bnslider.arrows-on .slide-caption {
  bottom: 20%;
}

.bnslider-wrapper .bnslider-dots {
  bottom: 20px;
}

@media screen and (max-width: 991px) {
  .bnslider-wrapper .bnslider-dots {
    bottom: 10px;
  }
}

@media screen and (max-width: 481px) {
  .bnslider-wrapper .bnslider-dots {
    bottom: 0;
  }
}

.bnslider-wrapper .bnslider-dots .slick-dots li {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0;
  box-sizing: content-box;
  vertical-align: top;
}

.bnslider-wrapper .bnslider-dots .slick-dots li:not(.slick-active) button {
  margin: 11px auto;
  background-color: #858383;
}

.bnslider-wrapper .bnslider-dots .slick-dots li.slick-active button {
  margin: 6px auto;
}

[class*='col-'] .bnslider-wrapper .bnslider-dots:not(.vert-dots) .slick-dots {
  bottom: calc(6% - 16px);
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}

[class*='col-'] .bnslider-wrapper .container {
  max-width: 100%;
}

[class*='col-'] .bnslider-wrapper .bnslider-arrows {
  bottom: 6%;
}

@media screen and (max-width: 991px) {
  [class*='col-'] .bnslider-wrapper .bnslider-arrows {
    bottom: 30px;
  }
}

@media screen and (max-width: 481px) {
  [class*='col-'] .bnslider-wrapper .bnslider-arrows {
    bottom: 20px;
  }
}

[class*='col-'] .bnslider-wrapper .bnslider-dots {
  bottom: 0;
}

[class*='col-'] .bnslider-wrapper .bnslider-arrows .slick-prev {
  left: 7%;
}

[class*='col-'] .bnslider-wrapper .bnslider-arrows .slick-next {
  right: 7%;
}

.bnslider--darktext ~ .bnslider-arrows .slick-arrow, .bnslider--darktext ~ .bnslider-arrows .slick-prev:before, .bnslider--darktext ~ .bnslider-arrows .slick-next:before {
  color: #000;
  font-weight: 700;
}

.bnslider--darktext ~ .bnslider-arrows .slick-prev:hover, .bnslider--darktext ~ .bnslider-arrows .slick-next:hover {
  color: #000;
  font-weight: 700;
}

.bnslider--darktext .bnslider-text-content .bnslider-text-content-flex .bnslider-text {
  color: #000;
}

.bnslider--darktext .bnslider-text-content .bnslider-text-content-flex .btn-wrap > .btn-decor {
  color: #000;
}

.bnslider--darktext .bnslider-text-content .bnslider-text-content-flex .btn-wrap > .btn-decor .btn-line {
  background-color: #000;
}

.bnslider--darkarrows ~ .bnslider-arrows .slick-arrow, .bnslider--darkarrows ~ .bnslider-arrows .slick-prev:before, .bnslider--darkarrows ~ .bnslider-arrows .slick-next:before {
  color: #000;
  font-weight: 700;
}

.bnslider--darkarrows ~ .bnslider-arrows .slick-prev:hover, .bnslider--darkarrows ~ .bnslider-arrows .slick-next:hover {
  color: #000;
  font-weight: 700;
}

@media screen and (min-width: 1600px) {
  .aside .bnslider-text-content .bnslider-text-content-flex .bnslider-text--num-wrap + * {
    margin-top: .5em !important;
  }
}

@media screen and (max-width: 767px) {
  .aside .bnslider-text-content .bnslider-text-content-flex .bnslider-text--num-wrap + * {
    margin-top: 0 !important;
  }
}

.aside .bnslider-text-content .bnslider-text-content-flex .bnslider-vert > .btn-wrap {
  margin-top: 15px;
}

.aside .bnslider-text-content .bnslider-text-content-flex .bnslider-vert > *:not(:first-child):not(.clearfix):not(.btn-wrap) {
  margin-top: 15px;
}

.aside .bnslider-text-content .bnslider-text-content-flex .bnslider-text--lg {
  font-size: .7em;
}

.aside .bnslider-text-content .bnslider-text-content-flex .bnslider-text--md {
  font-size: .5em;
  line-height: 1em;
}

.aside .bnslider-text-content .bnslider-text-content-flex .bnslider-text--sm {
  font-size: .34em;
}

.aside .bnslider-text-content .bnslider-text-content-flex .bnslider-text--xs {
  font-size: .18em;
}

.aside .bnslider-text-content .bnslider-text-content-flex .bnslider-text--xxs {
  font-size: .16em;
}

.aside .bnslider-text-content .bnslider-text-content-flex .bnslider-text--num {
  font-size: 1.7em;
}

@media screen and (min-width: 1800px) {
  .bnslider-with-tabs .bnslider-text-content .bnslider-text-content-flex .bnslider-vert {
    margin-left: -145px;
  }
}

@media (min-width: 1600px) and (max-width: 1799px) {
  .bnslider-with-tabs .bnslider-text-content .bnslider-text-content-flex .bnslider-vert {
    margin-left: -95px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .bnslider-with-tabs .bnslider-text-content .bnslider-text-content-flex .bnslider-vert {
    margin-left: -50px;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .bnslider-with-tabs .bnslider-text-content .bnslider-text-content-flex .bnslider-vert {
    margin-left: 20px;
  }
}

@media screen and (min-width: 992px) {
  .bnslider-with-tabs {
    overflow: visible;
    height: 100vh;
    min-height: 700px;
  }
}

@media screen and (max-width: 991px) {
  .bnslider-with-tabs {
    height: calc(100vh - 130px);
    max-height: 460px;
  }

  .bnslider-with-tabs .bnslider-text-content-flex {
    margin-top: -10%;
  }
}

.bnslider-with-tabs .slick-dots {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  display: -ms-flexbox;
  display: flex;
}

.bnslider-with-tabs .slick-dots li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  background-color: #fff;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  transition: 0.2s;
}

.bnslider-with-tabs .slick-dots li span {
  display: block;
  padding: 20px;
  text-decoration: none;
  font-size: 14px;
  line-height: 1em;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #000;
}

.bnslider-with-tabs .slick-dots li.slick-active {
  position: relative;
  background-color: transparent;
  color: #fff;
}

.bnslider-with-tabs .slick-dots li.slick-active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
}

.bnslider-with-tabs .slick-dots li.slick-active span {
  color: #ffffff;
}

.bnslider-pricing {
  padding: 20px 30px;
  background-color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  width: 360px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .bnslider-pricing {
    padding: 10px 15px;
    font-size: 13px;
    line-height: 18px;
  }
}

.bnslider-pricing table {
  border: 0;
  width: 100%;
}

.bnslider-pricing table td {
  padding: 12px 0;
  vertical-align: center;
}

@media screen and (max-width: 767px) {
  .bnslider-pricing table td {
    padding: 5px 0;
  }
}

.bnslider-pricing table td:last-child {
  text-align: right;
}

.bnslider-pricing, .bnslider-pricing a {
  color: #ffffff;
}

.bnslider-pricing a {
  text-decoration: none;
  transition: 0.2s;
}

.bnslider-pricing a:hover {
  opacity: .8;
}

.bnslider-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  display: -ms-flexbox;
  display: flex;
  transition: 0.75s ease 0.75s;
}

.slick-initialized + .bnslider-loader {
  opacity: 0;
}

/* banners */
@media screen and (max-width: 767px) {
  .row > *:last-child .bnr {
    margin-bottom: 0;
  }
}

.bnr-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.bnr-wrap {
  display: block;
}

.bnr-wrap, .bnr-wrap:hover {
  text-decoration: none;
}

.bnr {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-size: 100px;
  text-decoration: none;
}

.bnr:hover, .bnr:focus,
  .bnr .btn-decor:hover,
  .bnr .btn-decor:focus {
  color: #fff;
  text-decoration: none;
}

.bnr.bnr--dark-text, .bnr.bnr--dark-text:hover, .bnr.bnr--dark-text:focus,
  .bnr.bnr--dark-text .btn-decor:hover,
  .bnr.bnr--dark-text .btn-decor:focus {
  color: #000;
}

.bnr img {
  width: 100%;
}

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

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

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

.bnr.bnr--top .bnr-caption {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bnr.bnr--middle .bnr-caption {
  -ms-flex-pack: center;
  justify-content: center;
}

.bnr.bnr--bottom .bnr-caption {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.bnr .bnr-caption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  transition: opacity 0.2s;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bnr[data-fontratio]:not(.fontratio-calc) .bnr-caption {
  opacity: 0;
}

.bnr .bnr-text-wrap {
  position: relative;
  z-index: 1;
}

.bnr .bnr-text-wrap > span[class*="text"] {
  display: block;
}

.bnr .bnr-btn-wrap {
  color: inherit;
  text-decoration: none;
}

.bnr .btn-decor {
  margin-top: .55em;
  padding: .55em 0 .417em;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2.5px;
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
  color: inherit;
}

.bnr .btn-decor span.btn-line {
  bottom: -.2em;
  height: 3px;
}

@media screen and (max-width: 1199px) {
  .bnr .btn-decor {
    letter-spacing: 1.5px;
  }

  .bnr .btn-decor span.btn-line {
    height: 3px;
  }
}

@media screen and (max-width: 991px) {
  .bnr .btn-decor {
    font-size: 22px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 767px) {
  .bnr .btn-decor {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .bnr .btn-decor {
    font-size: 16px;
  }

  .bnr .btn-decor span.btn-line {
    bottom: -.1em;
    height: 2px;
  }
}

.bnr .btn-decor:after {
  display: none;
}

.bnr .btn-decor--md {
  margin-top: .5em;
  margin-bottom: 0;
  padding: .55em 0 .65em;
  font-size: 20px;
}

.bnr .btn-decor--md span.btn-line {
  bottom: -.2em;
  height: 3px;
}

@media screen and (max-width: 991px) {
  .bnr .btn-decor--md {
    font-size: 18px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  .bnr .btn-decor--md {
    font-size: 16px;
  }

  .bnr .btn-decor--md span.btn-line {
    bottom: -.1em;
    height: 2px;
  }
}

@media screen and (max-width: 479px) {
  .bnr .btn-decor--md {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .bnr .btn-decor--md {
    padding: .35em 0 0.65em;
  }
}

.bnr .btn-decor--sm {
  margin-top: .75em;
  margin-bottom: 0;
  padding: .55em 0 10px;
  font-size: 16px;
  letter-spacing: 1px;
}

.bnr .btn-decor--sm span.btn-line {
  bottom: -.2em;
  height: 3px;
}

@media screen and (max-width: 991px) {
  .bnr .btn-decor--sm {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .bnr .btn-decor--sm {
    font-size: 16px;
  }

  .bnr .btn-decor--sm span.btn-line {
    bottom: -.1em;
    height: 2px;
  }
}

@media screen and (max-width: 479px) {
  .bnr .btn-decor--sm {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .bnr .btn-decor--sm {
    padding: .35em 0 0.65em;
  }
}

.bnr .btn-decor--xs {
  margin-top: 1em;
  margin-bottom: 0;
  padding: .55em 0 10px;
  font-size: 14px;
  letter-spacing: 1px;
}

.bnr .btn-decor--xs span.btn-line {
  bottom: -.2em;
  height: 3px;
}

@media screen and (max-width: 767px) {
  .bnr .btn-decor--xs span.btn-line {
    bottom: -.1em;
    height: 2px;
  }
}

@media screen and (max-width: 479px) {
  .bnr .btn-decor--xs {
    padding: .35em 0 0.65em;
  }
}

.bnr .btn-decor--xs:hover span {
  width: 48px;
}

.bnr .bnr-text-wrap > *:first-child {
  margin-top: 0 !important;
}

.bnr .bnr-text-p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 1.2em;
}

@media screen and (max-width: 991px) {
  .bnr .bnr-text-p {
    font-size: 12px;
    line-height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .bnr .bnr-text-p {
    font-size: 11px;
    line-height: 16px;
    margin-top: 10px;
  }
}

.bnr.bnr--style-1 .bnr-caption {
  padding: 5% 10.5%;
  font-family: "Montserrat", sans-serif;
}

.bnr.bnr--style-1 .bnr-caption:after {
  position: absolute;
  z-index: 0;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0;
  transition: 0.3s;
}

.bnr.bnr--style-1 .bnr-caption .bnr-text1 {
  margin-top: 1em;
  font-size: .14em;
  line-height: 1em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2.6px;
}

.bnr.bnr--style-1 .bnr-caption .bnr-text2 {
  margin-top: .25em;
  font-size: .48em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.bnr.bnr--style-1 .bnr-caption .bnr-text3 {
  margin-top: .2em;
  font-size: .24em;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media screen and (max-width: 991px) {
  .bnr.bnr--style-1 .bnr-caption .bnr-text3 {
    letter-spacing: 1px;
  }
}

.bnr.bnr--style-1 .bnr-caption .bnr-text4 {
  margin-top: .2em;
  font-size: 1em;
  line-height: 1em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.bnr.bnr--style-1 .bnr-caption .bnr-text4 + .btn-decor {
  margin-top: 2.3em;
}

@media screen and (max-width: 767px) {
  .bnr.bnr--style-1 .bnr-caption .bnr-text4 + .btn-decor {
    margin-top: .6em;
  }
}

.bnr.bnr--style-1 .bnr-caption .bnr-text5 {
  margin-top: .2em;
  font-size: .72em;
  line-height: 1em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.bnr.bnr--style-1 .bnr-caption .bnr-text5 + .bnr-text2 {
  margin-top: .5em;
}

.bnr.bnr--style-1 .bnr-caption .bnr-text1 + .bnr-text3 {
  margin-top: .8em;
}

.bnr.bnr--style-1-1.bnr--dark-text {
  color: #2d2c2c;
}

.bnr.bnr--style-1-1 .bnr-caption {
  padding: 9% 10%;
  font-family: "Montserrat", sans-serif;
}

.bnr.bnr--style-1-1 .bnr-caption .bnr-text1 {
  margin-top: 1em;
  font-size: .14em;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.6px;
}

@media screen and (max-width: 767px) {
  .bnr.bnr--style-1-1 .bnr-caption .bnr-text1 {
    margin-top: 10px;
  }
}

.bnr.bnr--style-1-1 .bnr-caption .bnr-text2 {
  margin-top: .35em;
  font-size: .24em;
  line-height: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 767px) {
  .bnr.bnr--style-1-1 .bnr-caption .bnr-text2 {
    margin-top: 10px;
  }
}

.bnr.bnr--style-1-1 .bnr-caption .bnr-text3 {
  margin-top: .35em;
  font-size: .4em;
  line-height: 1.35em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 767px) {
  .bnr.bnr--style-1-1 .bnr-caption .bnr-text3 {
    margin-top: 10px;
  }
}

.bnr.bnr--style-1-1 .bnr-caption .bnr-text4 {
  margin-top: .35em;
  font-size: .3em;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.bnr.bnr--style-1-1 .bnr-caption .bnr-text5 {
  font-size: .36em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.bnr.bnr--style-1-1 .bnr-caption .btn-decor {
  margin-top: 1.45em;
}

@media screen and (max-width: 1199px) {
  .bnr.bnr--style-1-1 .bnr-caption .btn-decor {
    margin-top: 1.2em;
  }
}

@media screen and (max-width: 991px) {
  .bnr.bnr--style-1-1 .bnr-caption .btn-decor {
    margin-top: 1em;
  }
}

@media screen and (max-width: 767px) {
  .bnr.bnr--style-1-1 .bnr-caption .bnr-text3 + .btn-decor {
    margin-top: .6em;
  }
}

.bnr.bnr--style-1-2.bnr--dark-text {
  color: #2d2c2c;
}

.bnr.bnr--style-1-2 .bnr-caption {
  padding: 7.5% 9.5% 7.5% 9.5%;
  font-family: "Montserrat", sans-serif;
}

.bnr.bnr--style-1-2 .bnr-caption .bnr-text1 {
  margin-top: 1em;
  font-size: .14em;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.6px;
}

.bnr.bnr--style-1-2 .bnr-caption .bnr-text2 {
  margin-top: .5em;
  font-size: .24em;
  line-height: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.bnr.bnr--style-1-2 .bnr-caption .btn-decor {
  margin-top: .5em;
}

.bnr.bnr--style-1-3 .bnr-caption {
  padding: 5% 4.5%;
  font-family: "Montserrat", sans-serif;
}

.bnr.bnr--style-1-3 .bnr-caption .bnr-text1 {
  margin-top: 1em;
  font-size: .14em;
  line-height: 1em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2.6px;
}

.bnr.bnr--style-1-3 .bnr-caption .bnr-text2 {
  margin-top: .25em;
  font-size: .48em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.bnr.bnr--style-1-3 .bnr-caption .btn-decor {
  margin-top: .25em;
}

.bnr.bnr--style-1-4 .bnr-caption {
  padding: 14% 11%;
  font-family: "Montserrat", sans-serif;
}

.bnr.bnr--style-1-4 .bnr-caption .bnr-text1 {
  margin-top: 1em;
  font-size: .14em;
  line-height: 1em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2.6px;
}

.bnr.bnr--style-1-4 .bnr-caption .bnr-text2 {
  margin-top: .25em;
  font-size: .24em;
  line-height: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
}

.bnr.bnr--style-1-4 .bnr-caption .bnr-text3 {
  margin-top: .25em;
  font-size: .72em;
  line-height: 1em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
}

.bnr.bnr--style-1-4 .bnr-caption .btn-decor {
  margin-top: 2.7em;
}

.bnr.bnr--style-1-4 .bnr-caption .btn-decor:after {
  width: 100%;
}

.bnr.bnr--style-1-5 .bnr-caption {
  padding: 12% 17% 0 11%;
  font-family: "Montserrat", sans-serif;
}

.bnr.bnr--style-1-5 .bnr-caption .bnr-text1 {
  margin-top: .25em;
  font-size: .24em;
  line-height: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
}

.bnr.bnr--style-1-5 .bnr-caption .bnr-text2 {
  margin-top: .12em;
  font-size: .72em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.bnr.bnr--style-1-5 .bnr-caption .bnr-text2 sup {
  font-size: 65%;
}

.bnr.bnr--style-1-6 .bnr-caption {
  padding: 4% 11% 5%;
  font-family: "Montserrat", sans-serif;
}

.bnr.bnr--style-1-6 .bnr-caption .bnr-text1 {
  margin-top: .25em;
  font-size: .26em;
  line-height: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
}

.bnr.bnr--style-1-6 .bnr-caption .bnr-text2 {
  margin-top: .25em;
  font-size: .90em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.bnr.bnr--style-1-6 .bnr-caption .btn-decor {
  margin-top: 1.6em;
}

.aside .bnr.bnr--style-2 .bnr-caption {
  width: 100% !important;
  padding: 5%;
}

.bnr.bnr--style-2 {
  font-family: "Montserrat", sans-serif;
}

.bnr.bnr--style-2 .bnr-caption {
  position: relative;
  padding: 5% 5% 5% 0;
  width: 600px;
  float: right;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bnr.bnr--style-2 .bnr-caption {
    width: 485px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bnr.bnr--style-2 .bnr-caption {
    width: 370px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .bnr.bnr--style-2 .bnr-caption {
    width: 100%;
    padding: 5% 5%;
  }
}

@media only screen and (max-width: 479px) {
  .bnr.bnr--style-2 .bnr-caption {
    width: 100%;
    padding: 10% 5%;
  }
}

.bnr.bnr--style-2 .bnr-caption .bnr-text1 {
  margin-top: 1em;
  font-size: .72em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}

@media screen and (max-width: 1400px) {
  .bnr.bnr--style-2 .bnr-caption .bnr-text1 {
    font-size: .6em;
  }
}

@media screen and (max-width: 1199px) {
  .bnr.bnr--style-2 .bnr-caption .bnr-text1 {
    font-size: .5em;
  }
}

@media screen and (max-width: 991px) {
  .bnr.bnr--style-2 .bnr-caption .bnr-text1 {
    font-size: .5em;
  }
}

@media screen and (max-width: 767px) {
  .bnr.bnr--style-2 .bnr-caption .bnr-text1 {
    font-size: .6em;
  }
}

@media screen and (max-width: 479px) {
  .bnr.bnr--style-2 .bnr-caption .bnr-text1 {
    font-size: .72em;
  }
}

.bnr.bnr--style-2 .bnr-caption .bnr-text2 {
  margin-top: 1.3em;
  font-size: .24em;
  line-height: 1em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 1199px) {
  .bnr.bnr--style-2 .bnr-caption .bnr-text2 {
    font-size: .2em;
  }
}

@media screen and (max-width: 991px) {
  .bnr.bnr--style-2 .bnr-caption .bnr-text2 {
    font-size: .2em;
  }
}

@media screen and (max-width: 767px) {
  .bnr.bnr--style-2 .bnr-caption .bnr-text2 {
    font-size: .2em;
  }
}

@media screen and (max-width: 479px) {
  .bnr.bnr--style-2 .bnr-caption .bnr-text2 {
    font-size: .24em;
  }
}

.bnr.bnr--style-2 .bnr-caption .bnr-text3 {
  margin-top: .6em;
  font-size: .46em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media screen and (max-width: 1400px) {
  .bnr.bnr--style-2 .bnr-caption .bnr-text3 {
    font-size: .4em;
  }
}

@media screen and (max-width: 1199px) {
  .bnr.bnr--style-2 .bnr-caption .bnr-text3 {
    font-size: .35em;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 991px) {
  .bnr.bnr--style-2 .bnr-caption .bnr-text3 {
    font-size: .35em;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  .bnr.bnr--style-2 .bnr-caption .bnr-text3 {
    font-size: .4em;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 767px) {
  .bnr.bnr--style-2 .bnr-caption .bnr-text3 {
    font-size: .46em;
  }
}

.bnr.bnr--style-2 .bnr-caption .btn-decor {
  margin-top: 1.95em;
  color: #fff;
}

.bnr.bnr--style-2 .bnr-caption .btn-decor:after {
  background: #fff;
}

.bnr.bnr--style-3 {
  font-family: "Montserrat", sans-serif;
}

.bnr.bnr--style-3 .bnr-caption {
  z-index: 1;
  margin: 20%;
}

.bnr.bnr--style-3 .bnr-caption:before {
  position: absolute;
  z-index: 0;
  content: '';
  top: -20px;
  bottom: -20px;
  left: -20px;
  right: -20px;
  border-width: 3px;
  border-style: solid;
  border-color: #fff;
  transition: 0.3s;
}

.bnr.bnr--style-3 .bnr-caption:after {
  position: absolute;
  z-index: 0;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0;
  transition: 0.3s;
}

.bnr.bnr--style-3 .bnr-caption .bnr-text-wrap {
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transform: rotate(0.01deg);
}

.bnr.bnr--style-3 .bnr-caption .bnr-text1 {
  margin-top: 1em;
  font-size: .24em;
  line-height: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}

.bnr.bnr--style-3 .bnr-caption .bnr-text2 {
  position: relative;
  margin-top: .22em;
  font-size: .72em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: -2.5px;
  text-transform: uppercase;
  white-space: nowrap;
}

.bnr.bnr--style-3 .bnr-caption .bnr-text2 sup {
  font-size: .6em;
  letter-spacing: 0;
  padding-left: .1em;
}

.bnr.bnr--style-3 .bnr-caption .bnr-text2 sub {
  display: inline-block;
  position: relative;
  margin-left: .1em;
  font-size: .25em;
  font-weight: 400;
  transform: translateX(-100%);
  top: -0.2em;
  margin-right: -1.5em;
  letter-spacing: 0;
}

.bnr.bnr--style-3 .bnr-caption .bnr-text3 {
  margin-top: .6em;
  font-size: .18em;
  line-height: 1em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.bnr.bnr--style-3:hover .bnr-caption:before {
  border-color: #fff;
  transform: scale(1.1);
}

.bnr.bnr--style-3-1 {
  font-family: "Montserrat", sans-serif;
}

.bnr.bnr--style-3-1 .bnr-caption {
  z-index: 1;
  padding: 13.5% 11%;
  overflow: hidden;
  transition: 0.3s;
}

.bnr.bnr--style-3-1 .bnr-caption:after {
  position: absolute;
  z-index: 0;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0;
  transition: 0.3s;
}

.bnr.bnr--style-3-1 .bnr-caption .bnr-text-wrap {
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transform: rotate(0.01deg);
}

.bnr.bnr--style-3-1 .bnr-caption .bnr-text1 {
  margin-top: 1em;
  font-size: .24em;
  line-height: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}

.bnr.bnr--style-3-1 .bnr-caption .bnr-text2 {
  position: relative;
  margin-top: .22em;
  font-size: .72em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: -2.5px;
  text-transform: uppercase;
  white-space: nowrap;
}

.bnr.bnr--style-3-1 .bnr-caption .bnr-text2 sup {
  font-size: .6em;
  letter-spacing: 0;
  padding-left: .1em;
}

.bnr.bnr--style-3-1 .bnr-caption .bnr-text2 sub {
  display: inline-block;
  position: relative;
  margin-left: .1em;
  font-size: .25em;
  font-weight: 400;
  transform: translateX(-100%);
  top: -0.2em;
  margin-right: -1.5em;
  letter-spacing: 0;
}

.bnr.bnr--style-3-1 .bnr-caption .bnr-text2 + .btn-decor {
  margin-top: 2em;
}

.bnr.bnr--style-3-1 .bnr-caption .bnr-text3 {
  margin-top: .6em;
  font-size: .18em;
  line-height: 1em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.bnr.bnr--style-3-2 {
  font-family: "Montserrat", sans-serif;
}

.bnr.bnr--style-3-2 .bnr-caption {
  z-index: 1;
  margin: 6% 4%;
}

.bnr.bnr--style-3-2 .bnr-caption:before {
  position: absolute;
  z-index: 0;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-width: 3px;
  border-style: solid;
  border-color: #fff;
  transition: 0.3s;
}

.bnr.bnr--style-3-2 .bnr-caption:after {
  display: none;
}

.bnr.bnr--style-3-2 .bnr-caption .bnr-text-wrap {
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transform: rotate(0.01deg);
}

.bnr.bnr--style-3-2 .bnr-caption .bnr-text1 {
  margin-top: .4em;
  font-size: .24em;
  line-height: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}

.bnr.bnr--style-3-2 .bnr-caption .bnr-text2 {
  position: relative;
  margin-top: .22em;
  font-size: .48em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.bnr.bnr--style-4 {
  font-family: "Montserrat", sans-serif;
}

.bnr.bnr--style-4 .bnr-caption {
  padding: 13% 5% 14%;
}

.bnr.bnr--style-4 .bnr-caption:after {
  position: absolute;
  z-index: 0;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0;
  transition: 0.3s;
}

.bnr.bnr--style-4 .bnr-caption .bnr-text-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.bnr.bnr--style-4 .bnr-caption .bnr-text1 {
  margin-top: 1em;
  font-size: .14em;
  line-height: 1.5em;
  font-weight: 300;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.bnr.bnr--style-4 .bnr-caption .bnr-text2 {
  margin-top: .55em;
  font-size: .24em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

.bnr.bnr--style-4 .bnr-caption .bnr-text-wrap > *:last-child {
  margin-top: auto;
}

.bnr.bnr--style-5 {
  font-family: "Montserrat", sans-serif;
}

.bnr.bnr--style-5 .bnr-caption {
  padding: 25% 5%;
}

.bnr.bnr--style-5 .bnr-caption:after {
  position: absolute;
  z-index: 0;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0;
  transition: 0.3s;
}

.bnr.bnr--style-5 .bnr-caption .bnr-text-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.bnr.bnr--style-5 .bnr-caption .bnr-text1 {
  margin-top: 1em;
  font-size: .30em;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.bnr.bnr--style-5 .bnr-caption .bnr-text1 > span {
  display: inline-block;
  padding: .18em .24em;
  background-color: #d83827;
}

.bnr.bnr--style-5 .bnr-caption .bnr-text1 b {
  font-size: 1.6em;
  line-height: 1em;
  font-weight: 300;
}

.bnr.bnr--style-5 .bnr-caption .bnr-text2 {
  margin-top: .75em;
  font-size: .24em;
  line-height: 1em;
  font-weight: 600;
  text-transform: uppercase;
}

.bnr.bnr--style-5 .bnr-caption .bnr-text3 {
  margin-top: 1.2em;
  font-size: .14em;
  line-height: 1.5em;
  font-weight: 400;
  text-transform: uppercase;
}

.bnr.bnr--style-6 {
  font-family: "Montserrat", sans-serif;
}

.bnr.bnr--style-6 .bnr-caption {
  padding: 2% 5% 9% 5%;
  margin: 0 auto;
}

.bnr.bnr--style-6 .bnr-caption .bnr-text1 {
  margin-top: .45em;
  font-size: .24em;
  line-height: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}

.bnr.bnr--style-6 .bnr-caption .bnr-text2 {
  position: relative;
  margin-top: .22em;
  font-size: .72em;
  line-height: 1em;
  font-weight: 700;
}

.bnr.bnr--style-7 {
  font-family: "Montserrat", sans-serif;
}

.bnr.bnr--style-7 .bnr-caption {
  position: absolute;
  padding: 30px 0;
  margin: 0 auto;
}

.bnr.bnr--style-7 .bnr-caption .bnr-text-wrap {
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  margin: 0 auto;
}

.bnr.bnr--style-7 .bnr-caption .bnr-text1 {
  margin-top: .45em;
  font-size: .24em;
  line-height: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}

.bnr.bnr--style-7 .bnr-caption .bnr-text2 {
  position: relative;
  margin-top: .22em;
  font-size: .72em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: -2.5px;
  text-transform: uppercase;
  white-space: nowrap;
}

.bnr.bnr--style-7 .bnr-caption .bnr-text2 sup {
  font-size: .6em;
  letter-spacing: 0;
  padding-left: .1em;
}

.bnr.bnr--style-7 .bnr-caption .bnr-text2 sub {
  display: inline-block;
  position: relative;
  margin-left: .1em;
  font-size: .25em;
  transform: translateX(-100%);
  top: -0.2em;
  margin-right: -1.5em;
  letter-spacing: 0;
}

.bnr.bnr--style-8 {
  font-family: "Montserrat", sans-serif;
}

.bnr.bnr--style-8 .bnr-caption {
  position: absolute;
  padding: 5% 5% 5% 45%;
}

.bnr.bnr--style-8 .bnr-caption .bnr-text1 {
  font-size: .2em;
  line-height: 1.2em;
  font-weight: 600;
  margin-top: .5em;
}

.bnr.bnr--style-8 .bnr-caption .btn-decor {
  margin-top: 1.6em;
}

@media screen and (max-width: 767px) {
  .bnr.bnr--style-8 .bnr-caption .btn-decor {
    margin-top: .4em;
  }
}

.bnr.bnr-hover-scale:hover .bnr-caption:after {
  opacity: .15;
}

.bnr.bnr-hover-scale:hover span.btn-decor:after {
  width: 100%;
}

.banner-left-right .bnr-text2 {
  color: #fff;
}

.banner-left-right .btn-decor {
  color: #fff;
}

.banner-left-right .btn-decor span.btn-line {
  background-color: #004174;
}

.banner-left-right.has-loader:not(.loaded) {
  padding-top: 88.5%;
  background-color: #f8f8f8;
}

.banner-left-right.has-loader:not(.loaded) .bnr-caption {
  opacity: 0;
  transition: opacity 0.2s;
}

.bnr-links {
  display: block;
  margin-top: 2.8em;
  font-size: 11px;
  line-height: 18px;
}

.bnr-links a {
  padding: 0 7px;
  font-family: "Montserrat", sans-serif;
}

.bnr-links a, .bnr-links a:focus {
  color: #fff;
}

.bnr-links a:hover {
  text-decoration: none;
  color: #004174;
}

@media screen and (max-width: 991px) {
  .bnr-links a {
    padding: 5px;
  }
}

.bnr--left .bnr-links a:first-child {
  padding-left: 0;
}

.bnr--right .bnr-links a:first-child {
  padding-right: 0;
}

.banner-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.banner-cover img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
}

.bnr-img {
  visibility: hidden;
  width: 100%;
}

.bnr-offer-wrap {
  margin-left: -5px;
  margin-right: -5px;
}

.bnr-offer-wrap [class*='col'] {
  padding: 0 5px 5px;
}

.bnr-offer {
  text-transform: uppercase;
}

.bnr-offer .bnr-caption {
  font-size: 14px;
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 4px;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
  overflow: hidden;
  letter-spacing: 1px;
  transition: 0.2s;
}

.bnr-offer:hover .bnr-caption {
  border-color: #fff;
}

.bnrs-column {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}

.bnrs-column .bnr-wrap:not(:first-child) {
  margin-top: 15px;
}

@media (max-width: 767px) and (min-width: 480px) {
  .bnrs-column .bnr-wrap:not(:first-child) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .bnrs-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: none;
  }

  .bnrs-column > * {
    min-width: calc(33.333% - 10px);
    -ms-flex-preferred-size: calc(33.333% - 10px);
    flex-basis: calc(33.333% - 10px);
  }

  .bnr-wrap:not(:first-child), .bnr:not(:first-child) {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .bnrs-column > * {
    min-width: 100%;
    margin-top: 0;
  }

  .bnrs-column .bnr-wrap, .bnrs-column .bnr-wrap:not(:first-child) {
    margin-top: 20px;
  }

  .bnrs-column .bnr img {
    max-width: 100%;
  }
}

.bnr-discount [class*='col-']:not(.bnr-discount-image) {
  position: relative;
  z-index: 2;
}

.bnr-discount .bnr-text1 {
  font-size: 24px;
  line-height: 1.5em;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .bnr-discount .bnr-text1 {
    font-size: 16px;
  }
}

.bnr-discount .bnr-text2 {
  position: relative;
  font-size: 60px;
  line-height: 1.267em;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #004174;
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
  .bnr-discount .bnr-text2 {
    font-size: 50px;
  }
}

@media screen and (max-width: 991px) {
  .bnr-discount .bnr-text2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .bnr-discount .bnr-text2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .bnr-discount .bnr-text2 {
    font-size: 22px;
  }
}

.bnr-discount .bnr-text2-brd {
  content: '';
  position: absolute;
  left: -55px;
  width: 5px;
  top: .3em;
  bottom: .3em;
  background: #004174;
  transition: all 0.75s ease;
}

.bnr-discount:hover .bnr-text2-brd {
  top: -100%;
  bottom: -100%;
}

.bnr-discount:hover img {
  transform: scale(1.01) rotate(0.01deg);
}

.bnr-discount:hover .bnr-discount-image:after {
  opacity: .15;
}

.bnr-discount-image {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0;
  z-index: 1;
}

.bnr-discount-image:after {
  position: absolute;
  z-index: 0;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0;
  transition: 0.3s;
}

.bnr-discount-image img {
  width: calc(100% + 1px);
  transform: scale(1.05) rotate(0.001deg);
  transition: 0.5s;
}

.bnr-discount-caption {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.bnr-discount-text-wrap {
  width: 120%;
  padding: 46px 55px;
  position: absolute;
  overflow: hidden;
  z-index: 1;
  background: #fff;
  transition: border 0.2s ease 0.5s;
}

.bnr-discount-text-wrap > *:not(:first-child) {
  margin-top: 25px;
}

@media screen and (max-width: 479px) {
  .bnr-discount-text-wrap > *:not(:first-child) {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .bnr-discount-text-wrap {
    width: 90%;
    padding: 20px;
    margin: 0 auto -25px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .bnr-discount-text-wrap {
    width: calc(100% - 30px);
    padding: 15px;
  }
}

.bnr-discount--left .bnr-discount-text-wrap {
  text-align: right;
}

.bnr-discount--right .bnr-discount-text-wrap {
  text-align: left;
  right: 0;
}

@media screen and (max-width: 767px) {
  .bnr-discount--right .bnr-discount-text-wrap {
    margin: -35px auto 0;
  }
}

.bnr-discount--right .bnr-discount-image {
  -ms-flex-order: -1;
  order: -1;
}

.bnr-discount--right .bnr-text2-brd {
  left: auto;
  right: -55px;
}

.bnr-discount + * {
  margin-top: 30px;
}

.bnr-full img {
  width: 100%;
}

.bnr-full.bnr--style-1 .bnr-caption {
  padding: 6% 7%;
}

.bnr-grid-1 .col-5 {
  -ms-flex: 0 0 40.08%;
  flex: 0 0 40.08%;
  max-width: 40.08%;
}

@media screen and (max-width: 767px) {
  .bnr-grid-1 .col-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.bnr-grid-1 .col-7 {
  -ms-flex: 0 0 59.92%;
  flex: 0 0 59.92%;
  max-width: 59.92%;
}

@media screen and (max-width: 767px) {
  .bnr-grid-1 .col-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.bnr-grid-1 .col-8 {
  -ms-flex: 0 0 66.91%;
  flex: 0 0 66.91%;
  max-width: 66.91%;
}

.bnr-grid-1 .col-4 {
  -ms-flex: 0 0 33.09%;
  flex: 0 0 33.09%;
  max-width: 33.09%;
}

body:not(.fullwidth) .holder.global_width .col-md-4 .bnr, body:not(.fullwidth) .holder.global_width .col-md-4 .banners-carousel, body:not(.fullwidth) .holder.global_width .col-lg-4 .bnr, body:not(.fullwidth) .holder.global_width .col-lg-4 .banners-carousel,
.holder:not(.fullwidth) .col-md-4 .bnr,
.holder:not(.fullwidth) .col-md-4 .banners-carousel, .holder:not(.fullwidth) .col-lg-4 .bnr, .holder:not(.fullwidth) .col-lg-4 .banners-carousel {
  max-width: 384px;
  margin-left: auto;
  margin-right: auto;
}

body:not(.zoom-off) .bnr {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

body:not(.zoom-off) .bnr.bnr-hover-scale > img {
  width: calc(100% + 1px);
  vertical-align: top;
  transform: scale(1.1) rotate(0.001deg);
  transition: 0.5s;
}

body:not(.zoom-off) .bnr.bnr-hover-scale:hover > img {
  transform: scale(1.01) rotate(0.01deg);
}

@media screen and (max-width: 991px) {
  .bnr27 {
    min-height: 180px;
  }

  .bnr27 img {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: auto !important;
    transform: translateX(-50%) !important;
  }

  .bnr34 {
    min-height: 245px;
  }

  .bnr34 img {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: auto !important;
    transform: translateX(-50%) !important;
  }

  .bnr-full {
    min-height: 250px;
  }

  .bnr-full img {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: auto !important;
    transform: translateX(-50%) !important;
  }

  .bnr.bnr--style-1 .bnr-caption .bnr-text4 {
    margin-top: .2em;
    font-size: 1.6em;
    line-height: 1.1em;
  }

  .bnr22.bnr-full {
    min-height: 350px;
  }

  .bnr35.bnr-full {
    min-height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .bnr14 {
    min-height: 162px;
  }

  .bnr14 img {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: auto !important;
    transform: translateX(-50%) !important;
  }
}

@media screen and (max-width: 479px) {
  .bnr-full {
    min-height: 140px;
  }

  .bnr17 {
    min-height: 211px;
  }

  .bnr17 img {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: auto !important;
    transform: translateX(-50%) !important;
  }

  .bnr-full.bnr--style-1 .bnr-caption .bnr-text5 {
    font-size: 1.05em !important;
    font-weight: 700;
  }

  .bnr-full.bnr--style-1 .bnr-caption .bnr-text2 {
    font-size: .535em;
    font-weight: 600;
  }

  .bnr17.bnr--style-1-1 .bnr-caption .bnr-text3 {
    font-size: .8em;
  }

  .bnr27.bnr--style-1-2 .bnr-caption .bnr-text1 {
    font-size: .28em;
  }

  .bnr27.bnr--style-1-2 .bnr-caption .bnr-text2 {
    font-size: .48em;
  }

  .bnr34 {
    min-height: 175px;
  }

  .bnr34.bnr--style-6 .bnr-caption .bnr-text1 {
    font-size: .36em;
    font-weight: 600;
  }

  .bnr34.bnr--style-6 .bnr-caption .bnr-text2 {
    font-size: 1.2em;
  }

  .bnr22.bnr-full {
    min-height: 250px;
  }

  .bnr35.bnr-full {
    min-height: 250px;
  }
}

.bnr, .banner-left-right, .banners-carousel, .banner-cover {
  display: block !important;
}

/* product */
.prd-carousel-menu {
  padding: 0 25px;
  margin-top: 25px;
}

/* product small */
.prd-sm {
  position: relative;
}

.prd-sm .prd-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.prd-sm .prd-img img {
  width: 100%;
  transition: opacity 0.4s;
}

.prd-sm .prd-img img + img {
  display: block;
  opacity: 0;
  z-index: 1;
  position: absolute;
  height: 100%;
  width: auto;
}

.prd-sm .prd-img:hover img {
  opacity: .75;
}

.prd-sm .prd-info {
  padding-left: 10px;
  padding-right: 10px;
}

.prd-sm .prd-title, .prd-sm .prd-title a {
  margin-top: 19px;
  margin-bottom: 0;
  font-size: 14px;
  color: "Montserrat", sans-serif;
}

.prd-sm .prd-price {
  margin-top: 9px;
  font-size: 14px;
  line-height: 1em;
}

.prd-sm > *:first-child {
  margin-top: 0;
}

/* product grid */
.prd-grid {
  position: relative;
  z-index: 2;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
  padding: 0;
}

.prd-grid:not(:first-child) {
  transform: translateY(-30px);
}

@media (max-width: 767px) {
  .prd-grid {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.prd-grid .prd {
  margin-top: 30px;
}

.prd-grid.prd-grid--sm-pad {
  margin-left: -12px;
  margin-right: -12px;
}

@media (max-width: 767px) {
  .prd-grid.prd-grid--sm-pad {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.prd-grid.prd-grid--nopad {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 767px) {
  .prd-grid.prd-grid--nopad {
    margin-left: 0;
    margin-right: 0;
  }
}

.prd-carousel {
  transform: translateY(-30px);
  margin-bottom: -30px;
}

.prd-carousel .prd {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .prd-carousel:not(.slick-initialized) {
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    transition: opacity 0.2s ease 0.5s;
    height: 400px;
    max-height: 400px;
  }
}

.prd-grid:not(.prd-carousel) {
  display: -ms-flexbox;
  display: flex;
}

@supports not (-webkit-overflow-scrolling: touch) {
  .prd-grid:before,
  .prd-grid:after {
    content: '';
    display: table;
  }

  .prd-grid:after {
    clear: both;
  }
}

/* product default */
.prd {
  position: relative;
  width: 100%;
  min-height: 1px;
  margin-left: 5px;
  margin-right: 5px;
}

.prd:focus {
  outline: none;
}

.prd .gdw-loader {
  opacity: 0;
  transition: opacity 0.2;
}

.prd-grid--sm-pad:not(.prd-carousel) {
  margin-left: -5px;
  margin-right: -5px;
}

.prd-carousel.prd-grid--sm-pad {
  margin-left: -10px;
  margin-right: -10px;
}

.prd-grid--sm-pad .prd {
  margin-left: 5px;
  margin-right: 5px;
}

.prd-carousel.prd-grid--sm-pad .prd {
  margin-left: 5px;
  margin-right: 5px;
  width: calc(100% - 10px) !important;
}

.prd-grid .prd {
  -ms-flex: 0 0 calc(25% - 10px);
  flex: 0 0 calc(25% - 10px);
  max-width: calc(25% - 10px);
}

.prd-grid.prd-grid--sm-pad .prd {
  -ms-flex: 0 0 calc(25% - 10px);
  flex: 0 0 calc(25% - 10px);
  max-width: calc(25% - 10px);
}

.prd-grid.slick-initialized .slick-slide .prd {
  max-width: calc(100% - 10px) !important;
  width: calc(100% - 10px) !important;
}

.prd-grid.slick-initialized[class*='data-to-show'] .prd.slick-slide {
  max-width: none;
  width: auto;
}

.prd-grid.data-to-show-5 .prd {
  -ms-flex: 0 0 calc(20% - 10px);
  flex: 0 0 calc(20% - 10px);
  max-width: calc(20% - 10px);
  width: calc(20% - 10px);
}

.prd-grid.data-to-show-4 .prd {
  -ms-flex: 0 0 calc(25% - 10px);
  flex: 0 0 calc(25% - 10px);
  max-width: calc(25% - 10px);
  width: calc(25% - 10px);
}

.prd-grid.data-to-show-3 .prd {
  -ms-flex: 0 0 calc(33.333% - 10px);
  flex: 0 0 calc(33.333% - 10px);
  max-width: calc(33.333% - 10px);
  width: calc(33.333% - 10px);
}

.prd-grid.data-to-show-2 .prd {
  -ms-flex: 0 0 calc(50% - 10.5px);
  flex: 0 0 calc(50% - 10.5px);
  max-width: calc(50% - 10.5px);
  width: calc(50% - 10.5px);
}

.prd-grid.data-to-show-1 .prd {
  -ms-flex: 0 0 calc(100% - 10px);
  flex: 0 0 calc(100% - 10px);
  max-width: calc(100% - 10px);
  width: calc(100% - 10px);
}

.prd-grid.prd-grid--sm-pad.data-to-show-5 .prd {
  -ms-flex: 0 0 calc(20% - 10px);
  flex: 0 0 calc(20% - 10px);
  max-width: calc(20% - 10px);
  width: calc(20% - 10px);
}

.prd-grid.prd-grid--sm-pad.data-to-show-4 .prd {
  -ms-flex: 0 0 calc(25% - 10px);
  flex: 0 0 calc(25% - 10px);
  max-width: calc(25% - 10px);
  width: calc(25% - 10px);
}

.prd-grid.prd-grid--sm-pad.data-to-show-3 .prd {
  -ms-flex: 0 0 calc(33.333% - 10px);
  flex: 0 0 calc(33.333% - 10px);
  max-width: calc(33.333% - 10px);
  width: calc(33.333% - 10px);
}

.prd-grid.prd-grid--sm-pad.data-to-show-2 .prd {
  -ms-flex: 0 0 calc(50% - 10.5px);
  flex: 0 0 calc(50% - 10.5px);
  max-width: calc(50% - 10.5px);
  width: calc(50% - 10.5px);
}

.aside .prd-grid.js-product-isotope.data-to-show-5 .prd.prd-horizontal-simple,
.aside .prd-grid.js-product-isotope.data-to-show-4 .prd.prd-horizontal-simple,
.aside .prd-grid.js-product-isotope.data-to-show-3 .prd.prd-horizontal-simple,
.aside .prd-grid.js-product-isotope.data-to-show-2 .prd.prd-horizontal-simple {
  -ms-flex: 0 0 calc(50% - 10.5px);
  flex: 0 0 calc(50% - 10.5px);
  max-width: calc(50% - 10.5px);
  width: calc(50% - 10.5px);
}

@media (max-width: 991px) {
  .prd-grid.data-to-show-md-5 .prd {
    -ms-flex: 0 0 calc(20% - 10px);
    flex: 0 0 calc(20% - 10px);
    max-width: calc(20% - 10px);
    width: calc(20% - 10px);
  }

  .prd-grid.data-to-show-md-4 .prd {
    -ms-flex: 0 0 calc(25% - 10px);
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
    width: calc(25% - 10px);
  }

  .prd-grid.data-to-show-md-3 .prd {
    -ms-flex: 0 0 calc(33.333% - 10px);
    flex: 0 0 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
    width: calc(33.333% - 10px);
  }

  .prd-grid.data-to-show-md-2 .prd {
    -ms-flex: 0 0 calc(50% - 10.5px);
    flex: 0 0 calc(50% - 10.5px);
    max-width: calc(50% - 10.5px);
    width: calc(50% - 10.5px);
  }

  .prd-grid.data-to-show-md-1 .prd {
    -ms-flex: 0 0 calc(100% - 10px);
    flex: 0 0 calc(100% - 10px);
    max-width: calc(100% - 10px);
    width: calc(100% - 10px);
  }

  .prd-grid.prd-grid--sm-pad.data-to-show-md-5 .prd {
    -ms-flex: 0 0 calc(20% - 10px);
    flex: 0 0 calc(20% - 10px);
    max-width: calc(20% - 10px);
    width: calc(20% - 10px);
  }

  .prd-grid.prd-grid--sm-pad.data-to-show-md-4 .prd {
    -ms-flex: 0 0 calc(25% - 10px);
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
    width: calc(25% - 10px);
  }

  .prd-grid.prd-grid--sm-pad.data-to-show-md-3 .prd {
    -ms-flex: 0 0 calc(33.333% - 10px);
    flex: 0 0 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
    width: calc(33.333% - 10px);
  }

  .prd-grid.prd-grid--sm-pad.data-to-show-md-2 .prd {
    -ms-flex: 0 0 calc(50% - 10.5px);
    flex: 0 0 calc(50% - 10.5px);
    max-width: calc(50% - 10.5px);
    width: calc(50% - 10.5px);
  }

  .aside .prd-grid.js-product-isotope.data-to-show-5 .prd.prd-horizontal-simple,
  .aside .prd-grid.js-product-isotope.data-to-show-4 .prd.prd-horizontal-simple,
  .aside .prd-grid.js-product-isotope.data-to-show-3 .prd.prd-horizontal-simple,
  .aside .prd-grid.js-product-isotope.data-to-show-2 .prd.prd-horizontal-simple {
    -ms-flex: 0 0 calc(50% - 10.5px);
    flex: 0 0 calc(50% - 10.5px);
    max-width: calc(50% - 10.5px);
    width: calc(50% - 10.5px);
  }
}

@media (max-width: 767px) {
  .prd-grid:not(.product-listing):not(.slick-slider) {
    display: -ms-flexbox;
    display: flex; }
    .prd-grid:not(.product-listing):not(.slick-slider) > .prd:nth-child(6) ~ .prd {
      display: none; }

  .prd-grid.sm-limit-2 > .prd:nth-child(2) ~ .prd {
    display: none;
  }

  .prd-grid.sm-limit-4 > .prd:nth-child(4) ~ .prd {
    display: none;
  }

  .prd-grid.data-to-show-sm-5 .prd, .prd-grid.product-listing.data-to-show-sm-5 .prd {
    -ms-flex: 0 0 calc(20% - 10px);
    flex: 0 0 calc(20% - 10px);
    max-width: calc(20% - 10px);
    width: calc(20% - 10px);
  }

  .prd-grid.data-to-show-sm-4 .prd, .prd-grid.product-listing.data-to-show-sm-4 .prd {
    -ms-flex: 0 0 calc(25% - 10px);
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
    width: calc(25% - 10px);
  }

  .prd-grid.data-to-show-sm-3 .prd, .prd-grid.product-listing.data-to-show-sm-3 .prd {
    -ms-flex: 0 0 calc(33.333% - 10px);
    flex: 0 0 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
    width: calc(33.333% - 10px);
  }

  .prd-grid.data-to-show-sm-2 .prd, .prd-grid.product-listing.data-to-show-sm-2 .prd {
    -ms-flex: 0 0 calc(50% - 10.5px);
    flex: 0 0 calc(50% - 10.5px);
    max-width: calc(50% - 10.5px);
    width: calc(50% - 10.5px);
  }

  .prd-grid.data-to-show-sm-1 .prd, .prd-grid.product-listing.data-to-show-sm-1 .prd {
    -ms-flex: 0 0 calc(100% - 10px);
    flex: 0 0 calc(100% - 10px);
    max-width: calc(100% - 10px);
    -ms-flex: 0 0 calc(100% - 10px);
    flex: 0 0 calc(100% - 10px);
    max-width: calc(100% - 10px);
    width: calc(100% - 10px);
  }

  .prd-grid.prd-grid--sm-pad.data-to-show-sm-5 .prd {
    -ms-flex: 0 0 calc(20% - 10px);
    flex: 0 0 calc(20% - 10px);
    max-width: calc(20% - 10px);
    width: calc(20% - 10px);
  }

  .prd-grid.prd-grid--sm-pad.data-to-show-sm-4 .prd {
    -ms-flex: 0 0 calc(25% - 10px);
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
    width: calc(25% - 10px);
  }

  .prd-grid.prd-grid--sm-pad.data-to-show-sm-3 .prd {
    -ms-flex: 0 0 calc(33.333% - 10px);
    flex: 0 0 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
    width: calc(33.333% - 10px);
  }

  .prd-grid.prd-grid--sm-pad.data-to-show-sm-2 .prd {
    -ms-flex: 0 0 calc(50% - 10.5px);
    flex: 0 0 calc(50% - 10.5px);
    max-width: calc(50% - 10.5px);
    width: calc(50% - 10.5px);
  }

  .aside .prd-grid.js-product-isotope.data-to-show-5 .prd.prd-horizontal-simple,
  .aside .prd-grid.js-product-isotope.data-to-show-4 .prd.prd-horizontal-simple,
  .aside .prd-grid.js-product-isotope.data-to-show-3 .prd.prd-horizontal-simple,
  .aside .prd-grid.js-product-isotope.data-to-show-2 .prd.prd-horizontal-simple {
    -ms-flex: 0 0 calc(50% - 10.5px);
    flex: 0 0 calc(50% - 10.5px);
    max-width: calc(50% - 10.5px);
    width: calc(50% - 10.5px);
  }
}

@media (max-width: 479px) {
  .prd-grid.data-to-show-xs-5 .prd, .prd-grid.product-listing.data-to-show-xs-5 .prd {
    -ms-flex: 0 0 calc(20% - 10px);
    flex: 0 0 calc(20% - 10px);
    max-width: calc(20% - 10px);
    width: calc(20% - 10px);
  }

  .prd-grid.data-to-show-xs-4 .prd, .prd-grid.product-listing.data-to-show-xs-4 .prd {
    -ms-flex: 0 0 calc(25% - 10px);
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
    width: calc(25% - 10px);
  }

  .prd-grid.data-to-show-xs-3 .prd, .prd-grid.product-listing.data-to-show-xs-3 .prd {
    -ms-flex: 0 0 calc(33.333% - 10px);
    flex: 0 0 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
    width: calc(33.333% - 10px);
  }

  .prd-grid.data-to-show-xs-2 .prd, .prd-grid.product-listing.data-to-show-xs-2 .prd {
    -ms-flex: 0 0 calc(50% - 10.5px);
    flex: 0 0 calc(50% - 10.5px);
    max-width: calc(50% - 10.5px);
    width: calc(50% - 10.5px);
  }

  .prd-grid.data-to-show-xs-1 .prd, .prd-grid.product-listing.data-to-show-xs-1 .prd {
    -ms-flex: 0 0 calc(100% - 10px);
    flex: 0 0 calc(100% - 10px);
    max-width: calc(100% - 10px);
    width: calc(100% - 10px);
  }

  .prd-grid.prd-grid--sm-pad.data-to-show-xs-5 .prd {
    -ms-flex: 0 0 calc(20% - 10px);
    flex: 0 0 calc(20% - 10px);
    max-width: calc(20% - 10px);
    width: calc(20% - 10px);
  }

  .prd-grid.prd-grid--sm-pad.data-to-show-xs-4 .prd {
    -ms-flex: 0 0 calc(25% - 10px);
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
    width: calc(25% - 10px);
  }

  .prd-grid.prd-grid--sm-pad.data-to-show-xs-3 .prd {
    -ms-flex: 0 0 calc(33.333% - 10px);
    flex: 0 0 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
    width: calc(33.333% - 10px);
  }

  .prd-grid.prd-grid--sm-pad.data-to-show-xs-2 .prd {
    -ms-flex: 0 0 calc(50% - 10.5px);
    flex: 0 0 calc(50% - 10.5px);
    max-width: calc(50% - 10.5px);
    width: calc(50% - 10.5px);
  }

  .prd-grid.prd-grid--sm-pad.data-to-show-xs-1 .prd {
    -ms-flex: 0 0 calc(100% - 10px);
    flex: 0 0 calc(100% - 10px);
    max-width: calc(100% - 10px);
    width: calc(100% - 10px);
  }

  .aside .prd-grid.js-product-isotope.data-to-show-5 .prd.prd-horizontal-simple,
  .aside .prd-grid.js-product-isotope.data-to-show-4 .prd.prd-horizontal-simple,
  .aside .prd-grid.js-product-isotope.data-to-show-3 .prd.prd-horizontal-simple,
  .aside .prd-grid.js-product-isotope.data-to-show-2 .prd.prd-horizontal-simple {
    -ms-flex: 0 0 calc(100% - 10px);
    flex: 0 0 calc(100% - 10px);
    max-width: calc(100% - 10px);
    width: calc(100% - 10px);
  }
}

.prd-grid .slick-arrow {
  z-index: 2 !important;
}

@media (min-width: 1200px) {
  .slick-arrows-aside-simple .slick-prev {
    left: -50px;
  }

  .slick-arrows-aside-simple .slick-next {
    right: -50px;
  }
}

@media (min-width: 992px) {
  .prd-grid .slick-arrow, .prd-grid .slick-arrow.slick-disabled {
    opacity: 0;
  }

  .prd-grid:hover .slick-arrow:not(.slick-disabled) {
    opacity: 1;
  }

  .prd-grid:hover .slick-arrow.slick-disabled {
    opacity: .3;
  }
}

@media (min-width: 768px) {
  body.mac .prd-grid.slick-arrows-squared.prd-hovered .slick-arrow,
  body.mac .prd-grid.slick-arrows-squared.prd-hovered .slick-arrow {
    margin-top: -104.5px;
  }

  body.mac .prd-grid.slick-arrows-aside-simple.prd-hovered .slick-arrow {
    margin-top: -104.5px;
  }
}

.prd-grid:not([class*='arrows-']) .slick-arrow {
  top: -25px;
  right: 0;
  left: auto;
}

.prd-grid:not([class*='arrows-']) .slick-prev {
  right: 25px;
}

@media (min-width: 768px) {
  .prd-carousel:not(.prd--nohover) .slick-list.slick-list--offset {
    margin: -5px -5px -200px;
    padding: 5px 5px 200px;
    height: auto !important;
    z-index: 1;
  }

  body.mac .prd-carousel:not(.prd--nohover) .slick-list.slick-list--offset {
    padding-bottom: 170px;
  }
}

.prd .prd-inside {
  background-color: transparent;
  padding: 10px 10px 12px;
  margin: -10px auto 0;
}

.prd .prd-info {
  position: relative;
  z-index: 2;
}

.prd .prd-description {
  display: none;
}

@media (min-width: 992px) {
  .prd-grid:not(.listing-view) .prd .prd-inside {
    transition: box-shadow 0s ease;
  }

  .prd-grid:not(.listing-view) .prd .prd-inside:hover {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
  }
}

.prd-img-area {
  position: relative;
  overflow: hidden;
}

.prd-img-area .countdown-box {
  position: absolute;
  bottom: 0;
  width: calc(100% + 1px);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.prd-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.prd-img img {
  width: 100%;
  transition: opacity 0.4s;
}

.prd-img img + img {
  display: block;
  opacity: 0;
  z-index: 1;
  position: absolute;
  height: 100%;
  width: auto;
}

.prd-img-area [class*='label-']:not(.label-wishlist):not(.label-compare) {
  position: absolute;
  z-index: 2;
  top: 9px;
  left: 9px;
  padding: 0 11px;
  font-size: 12px;
  line-height: 23px;
  font-weight: 600;
  min-width: 50px;
  text-align: center;
}

.prd-img-area [class*='label-']:not(.label-wishlist):not(.label-compare) + [class*='label-']:not(.label-wishlist):not(.label-compare) {
  top: 35px;
}

.prd-img-area [class*='label-']:not(.label-wishlist):not(.label-compare) + [class*='label-']:not(.label-wishlist):not(.label-compare) + [class*='label-']:not(.label-wishlist):not(.label-compare) {
  top: 61px;
}

.prd-img-area .label-sale {
  color: #fff;
  background-color: #e53d60;
}

.prd-img-area .label-outstock {
  color: #fff;
  background-color: #ffc427;
}

.prd-img-area .label-new {
  color: #fff;
  background-color: #15c979;
}

.prd-img-area .label-wishlist, .prd-img-area .label-compare {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  z-index: 2;
  top: 11px;
  right: 14px;
  width: 29px;
  height: 29px;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease;
}

.prd-img-area .label-wishlist:after, .prd-img-area .label-wishlist:before, .prd-img-area .label-compare:after, .prd-img-area .label-compare:before {
  position: absolute;
  top: 0;
  display: block;
  transition: all 0.25s ease;
}

.prd-img-area .label-wishlist:after, .prd-img-area .label-compare:after {
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.prd-img-area .label-wishlist:before, .prd-img-area .label-compare:before {
  z-index: 1;
  margin-top: 1px;
}

.prd-img-area .label-wishlist:hover, .prd-img-area .label-compare:hover {
  background-color: transparent;
}

.prd-img-area .label-wishlist:hover:after, .prd-img-area .label-compare:hover:after {
  transform: scale(1.28);
  opacity: 1;
}

.prd-img-area .label-wishlist {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}

.prd-img-area .label-wishlist:after {
  background-color: #004174;
}

.prd-img-area .label-wishlist:hover:before, .prd-img-area .label-wishlist.active:before {
  content: '\e90a';
}

.prd-img-area .label-compare {
  color: #fff;
  font-size: 19px;
  line-height: 26px;
}

.prd-img-area .label-compare:after {
  background-color: #004174;
}

.prd-img-area .label-compare:hover:before, .prd-img-area .label-compare.active:before {
  content: '\e944';
}

.prd-img-area .label-wishlist + .label-compare {
  top: 45px;
}

.prd .prd-img-area .color-swatch, .prd-hor .prd-img-area .color-swatch {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.prd.prd-has-countdown .prd-img-area .color-swatch, .prd-hor.prd-has-countdown .prd-img-area .color-swatch {
  bottom: 49px;
}

.prd-outstock .prd-info, .prd-outstock .prd-img {
  opacity: .55;
}

.prd-outstock .countdown-box, .prd-outstock .color-swatch, .prd-outstock [class*='label-']:not(.label-outstock) {
  display: none;
}

.prd-outstock .prd-action .btn {
  pointer-events: none;
}

.prd-img-area .label-wishlist, .prd-img-area .label-compare {
  transition: opacity 0.4s ease 0.1s;
  opacity: 0;
}

.data-to-show-4.prd-grid:not(.listing-view) .prd-info .prd-action .btn,
[class*='col-md'] .data-to-show-3.prd-grid:not(.listing-view) .prd-info .prd-action .btn {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .data-to-show-4.prd-grid:not(.listing-view) .prd-info .prd-action .btn [class*="icon-"]:not(:last-child),
  [class*='col-md'] .data-to-show-3.prd-grid:not(.listing-view) .prd-info .prd-action .btn [class*="icon-"]:not(:last-child) {
    display: none;
  }
}

.data-to-show-4.prd-grid:not(.listing-view) .prd-action .form-group,
[class*='col-md'] .data-to-show-3.prd-grid:not(.listing-view) .prd-action .form-group {
  margin-right: 0;
}

.data-to-show-4.prd-grid:not(.listing-view) .prd-action .btn:first-child:not(:only-child), .data-to-show-4.prd-grid:not(.listing-view) .prd-action form:not(:only-child),
[class*='col-md'] .data-to-show-3.prd-grid:not(.listing-view) .prd-action .btn:first-child:not(:only-child),
[class*='col-md'] .data-to-show-3.prd-grid:not(.listing-view) .prd-action form:not(:only-child) {
  margin-right: 8px;
}

.data-to-show-5.prd-grid:not(.listing-view) .prd-info .prd-action .btn {
  padding-left: 10px;
  padding-right: 10px;
}

.data-to-show-5.prd-grid:not(.listing-view) .prd-info .prd-action .btn [class*="icon-"]:not(:last-child) {
  display: none;
}

.data-to-show-5.prd-grid:not(.listing-view) .prd-action .form-group {
  margin-right: 0;
}

.data-to-show-5.prd-grid:not(.listing-view) .prd-action .btn:first-child:not(:only-child), .data-to-show-5.prd-grid:not(.listing-view) .prd-action form:not(:only-child) {
  margin-right: 8px;
}

.prd-title {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: 0.2s;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0;
}

.prd-title, .prd-title a {
  color: #2d2c2c;
}

.prd-title a:hover {
  text-decoration: none;
  color: #004174;
}

.prd-price {
  margin-top: 8px;
}

.prd-description {
  display: none;
}

.prd-tag {
  margin-top: 18px;
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
}

.prd-tag, .prd-tag a, .prd-tag a:hover, .prd-tag a:focus {
  color: #b4b4b4;
}

.prd-rating {
  margin-top: 7px;
  min-height: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

@media (min-width: 992px) {
  .prd-grid:not(.listing-view) .prd .prd-hover {
    position: absolute;
    width: 100%;
    opacity: 0;
  }
}

.prd-options {
  display: -ms-flexbox;
  display: flex;
}

.prd-options .label-options {
  font-size: 12px;
  line-height: 1.75em;
  text-transform: uppercase;
  color: #b4b4b4;
}

.prd-options .label-options + .list-options {
  margin-left: 10px;
}

.prd-action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  margin-top: 14px;
}

.prd-action a:not(.btn):not([role="option"]) {
  padding: 4px;
  font-size: 17px;
  line-height: 28px;
  color: #004174;
  text-decoration: none;
  cursor: pointer;
}

.prd-action a:not(.btn):not([role="option"]):hover {
  color: #000;
}

.prd-action .select-wrapper select {
  height: 37px;
  font-size: 11px;
  line-height: 22px;
  padding: 7px 26px 7px 9px;
  border-right: 0;
  text-transform: uppercase;
}

.prd-action .select-wrapper:before {
  width: 26px;
}

@media (min-width: 992px) {
  .prd-action .select-wrapper + .btn, .prd-action .select-wrapper ~ .btn {
    min-width: 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .prd-action .select-wrapper + .btn [class*="icon-"], .prd-action .select-wrapper ~ .btn [class*="icon-"] {
    display: block !important;
    padding: 0 !important;
  }
}

.prd-grid:not(.listing-view) form, .prd-promo form, .single-prd-carousel form {
  -ms-flex: 1;
  flex: 1;
}

.prd-grid:not(.listing-view) form .btn, .prd-promo form .btn, .single-prd-carousel form .btn {
  width: 100%;
  height: 36px;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 992px) {
  .prd-grid:not(.listing-view) .btn, .prd-promo .btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.prd-grid .form-group, .prd-promo .form-group, .single-prd-carousel .form-group {
  margin-bottom: 0;
  width: 100%;
}

.prd-grid .form-group .form-control, .prd-promo .form-group .form-control, .single-prd-carousel .form-group .form-control {
  height: 36px;
}

.prd-grid .btn:first-child, .prd-grid form:not(:only-child), .prd-promo .btn:first-child, .prd-promo form:not(:only-child), .single-prd-carousel .btn:first-child, .single-prd-carousel form:not(:only-child) {
  margin-right: 10px;
  -ms-flex: 1;
  flex: 1;
}

.prd-grid form, .prd-promo form, .single-prd-carousel form {
  display: -ms-flexbox;
  display: flex;
}

.prd-options {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .prd.hovered {
    z-index: 3;
  }

  .prd-grid:not(.listing-view) .prd:not([class*='-simple']).hovered .prd-inside {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: block;
    width: 100%;
    z-index: 140;
  }

  .prd-grid .prd:not([class*='-simple']).hovered .prd-inside .prd-img-area .label-wishlist, .prd-grid .prd:not([class*='-simple']).hovered .prd-inside .prd-img-area .label-compare {
    opacity: 1;
  }

  .prd-grid .prd:not([class*='-simple']).hovered .prd-inside .prd-img img:not(:only-child) {
    opacity: 0;
  }

  .prd-grid .prd:not([class*='-simple']).hovered .prd-inside .prd-img img + img {
    opacity: 1 !important;
  }

  .prd-grid .prd:not([class*='-simple']).hovered .prd-inside .prd-action {
    display: -ms-flexbox;
    display: flex;
  }

  .prd-grid .prd:not([class*='-simple']).hovered .prd-inside .prd-options {
    display: -ms-flexbox;
    display: flex;
  }

  .prd-grid .prd:not([class*='-simple']).hovered .prd-inside .prd-hover {
    opacity: 1;
    visibility: visible;
    position: relative;
  }
}

/* product mobile */
@media (max-width: 991px) {
  .prd {
    margin-left: 5px;
    margin-right: 5px;
  }

  .prd-grid:not(.listing-view) .prd-hidemobile {
    display: none;
  }

  .prd-grid:not(.listing-view) form .btn, .prd-promo form .btn, .single-prd-carousel form .btn, .product-slider .prd-action form .btn {
    height: 42px;
    line-height: 18px;
  }

  .prd-grid:not(.listing-view) form .btn [class*="icon-"], .prd-promo form .btn [class*="icon-"], .single-prd-carousel form .btn [class*="icon-"], .product-slider .prd-action form .btn [class*="icon-"] {
    display: none;
  }

  .prd-title {
    margin-top: 5px;
  }

  .prd .prd-action .btn, .prd-hor .prd-action .btn, .product-slider .prd-action .btn {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 0;
  }

  .prd .prd-action .btn.dropdown-toggle, .prd-hor .prd-action .btn.dropdown-toggle, .product-slider .prd-action .btn.dropdown-toggle {
    border-right-width: 0;
  }

  .prd .prd-action .form-group, .prd .prd-action form, .prd-hor .prd-action .form-group, .prd-hor .prd-action form, .product-slider .prd-action .form-group, .product-slider .prd-action form {
    width: 100%;
  }

  .prd .prd-action .select-wrapper, .prd-hor .prd-action .select-wrapper, .product-slider .prd-action .select-wrapper {
    display: none;
  }

  .prd-grid:not(.listing-view) .prd:not(.prd-horizontal-simple) {
    height: auto !important;
  }

  .prd-grid:not(.listing-view) .prd:not(.prd-horizontal-simple) .prd-inside {
    padding: 0;
    margin-top: 0;
  }

  .prd-grid:not(.listing-view) .prd:not(.prd-horizontal-simple) .prd-img-area .label-wishlist, .prd-grid:not(.listing-view) .prd:not(.prd-horizontal-simple) .prd-img-area .label-compare {
    opacity: 1;
  }

  .prd-grid:not(.listing-view) .prd:not(.prd-horizontal-simple) .prd-action {
    margin-top: 17px;
  }

  .prd-grid:not(.listing-view) .prd:not(.prd-horizontal-simple) .prd-info {
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .prd-grid:not(.listing-view) .prd:not(.prd-horizontal-simple) .prd-price {
    -ms-flex-order: -1;
    order: -1;
    margin-top: 5px;
  }

  .prd-grid--sm-pad .prd .prd-inside {
    padding-left: 0;
    padding-right: 0;
  }
}

/* product horizontal */
.prd-hor .prd-inside {
  border-width: 1px;
  border-style: solid;
  border-color: #e2e2e2;
}

.prd-promo {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 479px) {
  .prd-promo {
    max-width: 360px;
  }
}

.prd-promo-carousel.slick-slider:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #e2e2e2;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .prd-promo-carousel.slick-slider .prd-hor .prd-inside {
    border: 0;
  }
}

@media screen and (max-width: 479px) {
  .promo-carousel {
    margin-left: -5px;
    margin-right: -5px;
  }

  .promo-carousel .bnr-wrap {
    margin: 0 5px;
  }
}

@media screen and (max-width: 479px) {
  .promo-carousel {
    margin-left: -5px;
    margin-right: -5px;
  }

  .promo-carousel .bnr-wrap {
    margin: 0 5px;
  }
}

.prd-hor:focus {
  outline: none;
}

.prd-hor .prd-inside {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-color: #fff;
}

.prd-hor .prd-img-area {
  width: calc(50.5% - 15px);
  margin-right: 15px;
  float: left;
  overflow: hidden;
}

.prd-hor .prd-info {
  display: -ms-flexbox;
  display: flex;
  width: 49.5%;
  float: left;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px 28px 25px 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .prd-hor .prd-info {
    padding: 20px 28px 20px 5px;
  }
}

@media (max-width: 479px) {
  .prd-hor .prd-info {
    padding: 15px 10px 15px 0;
  }
}

.prd-hor .prd-info > .inside:not(:only-child) {
  margin-top: 28px;
}

@media (max-width: 1199px) {
  .prd-hor .prd-info > .inside:not(:only-child) {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .prd-hor .prd-info > .inside:not(:only-child) {
    margin-top: 0;
  }
}

.prd-hor .prd-info > .inside > *:first-child {
  margin-top: 0;
}

.prd-hor .prd-action {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .prd-hor .prd-action {
    margin-top: 16px;
  }
}

@media (max-width: 991px) {
  .prd-hor .prd-action {
    margin-top: 16px;
  }
}

.prd-hor .sidebar-block_title {
  font-size: 24px;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: auto;
  cursor: auto;
}

@media (min-width: 768px) {
  .prd-hor .sidebar-block_title {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 1199px) {
  .prd-hor .sidebar-block_title {
    font-size: 20px;
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .prd-hor .sidebar-block_title {
    font-size: 18px;
    line-height: 1.6em;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.prd-hor .prd-tag {
  margin-top: 26px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .prd-hor .prd-tag {
    margin-top: 16px;
  }
}

@media (max-width: 991px) {
  .prd-hor .prd-tag {
    margin-top: 16px;
  }
}

.prd-hor.vert-dots .slick-dots {
  right: 20px;
}

.prd-hor > .sidebar-block_title {
  display: none;
}

@media (max-width: 767px) {
  .prd-hor > .sidebar-block_title {
    display: block;
  }

  .prd-hor .prd-info .sidebar-block_title {
    display: none;
  }

  .prd-hor.prd-has-countdown .prd-img-area .color-swatch {
    bottom: 5px !important;
  }

  .prd-hor .countdown-box {
    display: none;
  }

  .prd-hor .prd-inside {
    border-width: 1px;
    border-style: solid;
    border-color: #e2e2e2;
  }

  .prd-hor .prd-price .price-comment {
    display: none;
  }

  .prd-promo-carousel.slick-slider:after {
    display: none;
  }
}

@media (min-width: 992px) {
  .aside .prd-hor .prd-inside {
    display: block;
  }

  .aside .prd-hor .prd-img-area {
    width: calc(51% - 15px);
  }

  .aside .prd-hor .prd-info {
    width: 49%;
    padding: 5px 28px 5px 5px;
  }

  .aside .prd-hor .prd-info > .inside:not(:only-child) {
    margin-top: 0;
  }

  .aside .prd-hor .sidebar-block_title {
    padding: 10px 0;
    font-size: 18px;
  }

  .aside .prd-hor .price-comment {
    display: none;
  }

  .aside .prd-hor.vert-dots .slick-dots {
    right: 20px;
  }

  .aside .prd-hor .prd-action {
    margin-top: 15px;
  }

  .prd-hor:hover .prd-inside .prd-img-area .label-wishlist {
    opacity: 1;
  }
}

.prd-rating [class*='icon'] {
  font-size: 17px;
  line-height: 1em;
  color: #b4b4b4;
}

.prd-rating [class*='icon'].fill {
  color: #ffc427;
}

@media (max-width: 479px) {
  .prd-promo.vert-dots .slick-dots {
    position: relative;
    top: auto;
    bottom: -15px;
    margin-bottom: 20px;
    left: auto;
    right: auto;
    width: 100%;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
  }

  .prd-promo.vert-dots .slick-dots li {
    margin: 0 8px;
  }
}

/* product list view */
.prd-grid.listing-view {
  margin: 0;
}

.prd-grid.listing-view .prd {
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  margin: 40px 0 0 2px;
}

@media (max-width: 991px) {
  .prd-grid.listing-view .prd .prd-title {
    margin-top: 5px;
  }
}

.prd-grid.listing-view .prd .prd-inside {
  padding: 0;
  overflow: hidden;
}

.prd-grid.listing-view .prd .prd-tag {
  margin-top: 0;
}

.prd-grid.listing-view .prd .prd-description {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.333em;
}

.prd-grid.listing-view .prd .prd-description + * {
  margin-top: 20px;
}

.prd-grid.listing-view .prd .prd-img-area {
  width: calc(31.8% - 15px);
  margin-right: 15px;
  float: left;
}

@media (max-width: 991px) {
  .prd-grid.listing-view .prd .prd-img-area {
    width: calc(45% - 15px);
  }
}

.prd-grid.listing-view .prd .prd-info {
  width: 65%;
  float: left;
  padding: 10px 28px 10px 5px;
}

@media (max-width: 991px) {
  .prd-grid.listing-view .prd .prd-info {
    width: calc(55% - 15px);
  }
}

.prd-grid.listing-view .prd .prd-action {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/* product carousel tabs */
.prd-carousel-tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .prd-carousel-tabs {
    margin-bottom: 20px;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}

@media (max-width: 479px) {
  .prd-carousel-tabs {
    margin-bottom: 10px;
  }
}

.prd-carousel-tabs > span {
  font-size: 14px;
  line-height: 36px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin: 0 10px;
  cursor: pointer;
  color: #000;
  white-space: nowrap;
  transition: color 0.2s;
}

.prd-carousel-tabs > span:hover, .prd-carousel-tabs > span:focus, .prd-carousel-tabs > span.active {
  color: #004174;
}

.prd-carousel-tabs > span:last-child {
  margin-right: 0;
}

.text-center > .prd-carousel-tabs {
  -ms-flex-pack: center;
  justify-content: center;
}

.title-with-right .prd-carousel-tabs {
  margin-top: 0 !important;
}

@media (min-width: 768px) {
  .title-with-right .prd-carousel-tabs {
    margin-left: auto;
  }
}

.prd-carousel-vert {
  margin-bottom: -19px;
}

.prd-carousel-vert.prd-carousel-vert-striped .prd-vertical-sm {
  margin-bottom: 0;
  padding: 24px;
}

.prd-carousel-vert.prd-carousel-vert-striped .prd-vertical-sm:not(:last-child) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #f7f7f7;
}

.mmenu-left .prd-carousel-vert.prd-carousel-vert-striped .prd-vertical-sm {
  border-right-width: 1px;
  border-right-style: solid;
  border-color: #f7f7f7;
}

.mmenu-right .prd-carousel-vert.prd-carousel-vert-striped .prd-vertical-sm {
  border-left-width: 1px;
  border-left-style: solid;
  border-color: #f7f7f7;
}

.js-prd-carousel-vert:not(.slick-initialized) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease 0.5s;
  min-height: 450px;
}

.js-prd-carousel-vert.slick-initialized {
  visibility: visible !important;
  opacity: 1;
}

.prd-vertical-sm.slick-slider .prd-img {
  height: 121px;
}

.mmenu .prd-vertical-sm .prd-img {
  height: auto;
}

.prd-vertical-sm {
  position: relative;
  overflow: hidden;
  margin-bottom: 19px;
}

.prd-vertical-sm .prd-img {
  width: 93px;
  height: 121px;
  float: left;
}

.prd-vertical-sm .prd-img img {
  max-width: 100%;
  max-height: 100%;
}

.prd-vertical-sm .prd-tag {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.prd-vertical-sm .prd-tag, .prd-vertical-sm .prd-tag a, .prd-vertical-sm .prd-tag a:hover, .prd-vertical-sm .prd-tag a:focus {
  color: #b4b4b4;
}

.prd-vertical-sm .prd-info .prd-tag + * {
  margin-top: 11px;
}

.prd-vertical-sm .prd-info {
  float: right;
  width: calc(100% - 106px);
  margin-top: 0;
  padding: 0;
}

.prd-vertical-sm .prd-info > * {
  margin-top: 7px;
}

.prd-vertical-sm .prd-info > *:first-child {
  margin-top: 0;
}

.prd-vertical-sm .prd-rating [class*='icon'] {
  font-size: 17px;
  line-height: 1em;
  color: #b4b4b4;
}

.prd-vertical-sm .prd-rating [class*='icon'].fill {
  color: #ffc427;
}

.prd-vertical-sm .prd-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  font-size: 14px;
}

.prd-vertical-sm .prd-price {
  margin-top: 11px;
  font-size: 14px;
  line-height: 1em;
}

.prd-vertical-sm .price-comment {
  display: none;
}

.prd-vertical-sm [class*='label-'] {
  top: 0;
  left: 0;
}

.prd-vertical-sm [class*='label-'] + [class*='label-'] {
  top: 35px;
}

.prd-vertical-sm [class*='label-'] + [class*='label-'] + [class*='label-'] {
  top: 61px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .aside .prd-vertical-sm .prd-img {
    width: 53px;
    height: 115px;
  }

  .aside .prd-vertical-sm .prd-info {
    width: calc(100% - 63px);
  }
}

.single-prd-carousel {
  border-width: 1px;
  border-style: solid;
  border-color: #e2e2e2;
  overflow: hidden;
}

@media (max-width: 767px) {
  .single-prd-carousel {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}

.single-prd-carousel .slick-list.slick-list--offset {
  margin: 0;
  padding: 0;
}

.single-prd-carousel .prd {
  margin: 0;
}

.single-prd-carousel .prd .prd-inside {
  padding: 0;
  margin: 0 auto;
}

.single-prd-carousel .prd .prd-info {
  padding: 0 20px 20px;
}

@media (max-width: 991px) {
  .single-prd-carousel .prd .prd-info {
    padding: 0 15px 20px;
  }
}

@media (max-width: 767px) {
  .single-prd-carousel .prd .prd-info {
    padding: 0 10px 20px;
  }
}

.single-prd-carousel .slick-dots {
  position: relative;
  bottom: 10px;
}

.single-prd-carousel .slick-dots li {
  margin-left: 5px;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .single-prd-carousel {
    border: 0;
    margin-bottom: 50px;
    overflow: visible;
  }

  .single-prd-carousel.prd-text-center .prd-rating, .single-prd-carousel.prd-text-center .prd-price, .single-prd-carousel.prd-text-center .prd-options, .single-prd-carousel.prd-text-center .prd-action, .single-prd-carousel.prd-text-center .prd-img-area .color-swatch {
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }

  .single-prd-carousel .prd:focus {
    outline: none;
  }

  .single-prd-carousel .prd .prd-inside {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: #e2e2e2;
  }

  .single-prd-carousel .prd .prd-img-area {
    width: calc(50.5% - 15px);
    margin-right: 15px;
    float: left;
    overflow: hidden;
  }

  .single-prd-carousel .prd .prd-info {
    display: -ms-flexbox;
    display: flex;
    width: 49.5%;
    float: left;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 10px 15px 0;
    text-align: inherit;
  }

  .single-prd-carousel .prd .prd-info > .inside:not(:only-child) {
    margin-top: 0;
  }

  .single-prd-carousel .prd .prd-info > .inside > *:first-child {
    margin-top: 0;
  }

  .single-prd-carousel .prd .prd-action {
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 16px;
  }

  .single-prd-carousel .prd .prd-tag {
    margin-top: 26px;
    margin-top: 16px;
  }

  .single-prd-carousel .slick-dots {
    bottom: -10px;
  }

  .single-prd-carousel .slick-dots li {
    margin: 0 8px;
  }
}

.single-prd-carousel:not(.slick-initialized) .prd:not(:first-child) {
  display: none;
}

.filters-prd .active a {
  color: #004174;
}

.filters-prd {
  position: relative;
  z-index: 3;
}

.filters-prd h2,
  .filters-prd h2.h1-style {
  margin-bottom: 20px;
}

.filters-prd > * {
  display: inline-block;
}

.filters-prd > *:not(:first-child) {
  margin-left: 20px;
}

.prd-border-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

.prd-simple {
  position: relative;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  padding: 50px 67px;
}

@media (max-width: 1199px) {
  .prd-simple {
    padding: 30px 45px;
  }
}

@media (max-width: 991px) {
  .prd-simple {
    padding: 30px 35px;
  }
}

@media (max-width: 479px) {
  .prd-simple {
    padding: 20px 25px;
  }
}

.prd-simple:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 100%;
  background-color: #e0e0e1;
}

.prd-simple:nth-child(odd):after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #e0e0e1;
}

.prd-simple .prd-info {
  text-align: center;
}

.prd-simple .prd-title {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: 0.2s;
  color: #2d2c2c;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0;
}

.prd-simple .prd-title a:hover {
  text-decoration: none;
  color: #004174;
}

.prd-simple .prd-price {
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 5px;
}

.prd-simple .prd-img-area {
  transition: box-shadow 0.2s ease;
}

.prd-simple .prd-img-area:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.5s ease;
}

.aside .prd-simple {
  padding: 20px 25px;
}

.hide-price-comment .price-comment {
  display: none;
}

.prd-horizontal-simple {
  margin: 0 5px 0;
}

.prd-horizontal-simple .prd-inside {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.prd-horizontal-simple .prd-inside:hover {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease;
}

.prd-horizontal-simple .prd-img-area {
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
}

.prd-horizontal-simple .prd-info {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 0 12px;
}

.prd-horizontal-simple .prd-info > *:first-child {
  margin-top: 0;
}

.prd-horizontal-simple .prd-action {
  position: absolute;
  bottom: 7px;
  right: 9px;
}

@media (min-width: 768px) {
  .prd-horizontal-simple .prd-action {
    display: block !important;
    opacity: 1 !important;
  }
}

.prd-grid:not(.prd-carousel) .prd.prd-horizontal-simple {
  margin-top: 20px;
}

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

.prd-text-center .prd-rating, .prd-text-center .prd-price, .prd-text-center .prd-options, .prd-text-center .prd-action {
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.prd-text-center .prd-img-area .color-swatch {
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.prd-carousel img {
  -webkit-transform: translateZ(0) scale(1, 1);
}

.prd-carousel * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.prd-vertical-simple {
  margin-bottom: 5px;
}

.prd-vertical-simple .price-comment {
  display: none;
}

.prd-vertical-simple .prd-title > a {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

.prd-vertical-sm .prd-img img, .prd-vertical-simple .prd-img img {
  transition: 0.2s;
}

.prd-vertical-sm .prd-img:hover img, .prd-vertical-simple .prd-img:hover img {
  opacity: .85;
}

.color-swatch-wrap {
  position: absolute;
  z-index: 2;
  bottom: 5px;
  left: 5px;
  right: 5px;
  opacity: 0;
}

.color-swatch-wrap .color-swatch {
  display: -ms-flexbox;
  display: flex;
  position: static !important;
  overflow: visible;
}

.color-swatch-wrap .color-swatch-scroll {
  width: 100%;
  overflow: hidden;
}

.color-swatch-wrap .color-swatch-prev, .color-swatch-wrap .color-swatch-next {
  top: 2px;
  width: 22px;
  height: 38px;
  position: absolute;
  font-size: 11px;
  line-height: 38px;
  color: #000;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  pointer-events: all;
  transition: 0.2s;
}

.color-swatch-wrap .color-swatch-prev:hover, .color-swatch-wrap .color-swatch-next:hover {
  background-color: #fff;
}

.color-swatch-wrap .color-swatch-arrows {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.color-swatch-wrap .color-swatch-prev {
  left: -5px;
}

.color-swatch-wrap .color-swatch-next {
  right: -5px;
}

.prd-block_main-image-holder .prd-has-loader, .prd-block_gallery-single .prd-has-loader {
  position: relative;
  display: table;
  margin: 0 auto;
}

.prd-block_main-image-holder .prd-has-loader .gdw-loader, .prd-block_gallery-single .prd-has-loader .gdw-loader {
  transition: opacity 0.2s;
}

.prd-block_gallery-single .prd-has-loader {
  width: 100%;
}

.prd-block .prd-has-loader:not(.loaded) {
  height: 0;
  padding-top: 118%;
}

.prd-block .prd-has-loader:not(.loaded) img {
  position: absolute;
  top: 0;
  opacity: 0;
}

.prd-block .prd-has-loader:not.loaded {
  height: auto;
  padding-top: 0;
}

.prd-block .prd-has-loader.loaded .gdw-loader {
  display: none;
  opacity: 0;
}

.prd.prd-has-loader:not(.loaded):not(.slick-cloned) .prd-img-area img, .prd-hor.prd-has-loader:not(.loaded):not(.slick-cloned) .prd-img-area img {
  position: absolute;
  top: 0;
  opacity: 0;
}

.prd.prd-has-loader:not(.loaded):not(.slick-cloned) .gdw-loader, .prd-hor.prd-has-loader:not(.loaded):not(.slick-cloned) .gdw-loader {
  opacity: 1;
}

.prd.prd-has-loader.loaded .gdw-loader, .prd.slick-cloned .gdw-loader, .prd-hor.prd-has-loader.loaded .gdw-loader, .prd-hor.slick-cloned .gdw-loader {
  opacity: 0;
}

.prd.prd-loading .gdw-loader, .prd-hor.prd-loading .gdw-loader {
  opacity: 1 !important;
  display: block !important;
}

.prd.prd-has-loader:not(.loaded):not(.slick-cloned) .prd-img-area {
  height: 0;
  padding-top: 118%;
}

.prd-block_gallery-grid .prd-has-loader:not(.loaded) {
  min-height: 350px;
  padding-top: 0;
}

.prd-promo:not(.slick-initialized) {
  height: 315px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.prd-hor.prd-has-loader:not(.loaded):not(.slick-cloned) .prd-img-area {
  height: 0;
  padding-top: 59%;
}

.prd-horizontal-simple.prd-has-loader:not(.loaded):not(.slick-cloned) .prd-img-area {
  height: 0;
  padding-top: 53.00988%;
}

.prd-grid:not(.listing-view) .prd-action .dropdown-menu {
  bottom: calc(100% - 1px) !important;
  top: auto !important;
}

.equal-height .prd:not(.prd-horizontal-simple) .prd-img-area {
  height: 0;
  padding-top: 118%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.equal-height .prd:not(.prd-horizontal-simple) .prd-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.equal-height .prd:not(.prd-horizontal-simple) .prd-img-area .prd-img img {
  width: auto;
  height: auto;
  top: 0;
  max-width: 100%;
  max-height: 100%;
}

.equal-height .prd-hor .prd-img-wrap {
  height: 0;
  padding-top: 118%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.equal-height .prd-hor .prd-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.equal-height .prd-hor .prd-img-area .prd-img img {
  width: auto;
  height: auto;
  top: 0;
  max-width: 100%;
  max-height: 100%;
}

.equal-height .color-swatch li > * {
  position: relative;
  height: 0;
  padding-top: 118%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.equal-height .color-swatch li > * img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  .prd.prd-style2 .prd-info {
    transform: translateY(0) !important;
  }

  .prd.prd-style2 .color-swatch,
  .prd.prd-style2 .countdown-box {
    transform: translateY(0) !important;
  }
}

@media (min-width: 992px) {
  .prd.prd-style2:not(.hovered) .prd-info {
    transform: translateY(0) !important;
  }

  .prd.prd-style2:not(.hovered) .color-swatch,
  .prd.prd-style2:not(.hovered) .countdown-box {
    transform: translateY(0) !important;
  }

  .prd.prd-style2 .prd-inside {
    overflow: hidden;
  }

  .prd.prd-style2 .prd-inside:hover {
    box-shadow: none !important;
    background-color: transparent !important;
  }

  .prd.prd-style2 .prd-info {
    padding-top: 18px;
    background-color: #fff;
  }

  .prd.prd-style2 .prd-tag:first-child {
    margin-top: 0;
  }

  .prd.prd-style2.hovered .prd-inside {
    box-shadow: none;
  }

  .prd.prd-style2.hovered .prd-info {
    position: relative;
  }

  .prd-grid:not(.listing-view) .prd.prd-style2 .prd-hover {
    position: absolute !important;
    transition: opacity 0.15s ease 0.05s;
  }
}

/* product page */
.prd-block:not(.prd-block--prv-left):not(.prd-block--prv-right) > *:first-child {
  overflow: hidden;
}

.prd-block.row {
  margin-top: 0 !important;
  position: relative;
}

.prd-block.prd-block--creative {
  z-index: 159;
}

.prd-block.prd-block--creative .fixed-col {
  margin-top: 0;
}

.prd-block_main-image-holder {
  position: relative;
}

.prd-block_main-image-holder .zoomContainer {
  left: 50% !important;
  top: 0 !important;
  transform: translateX(-50%);
}

.prd-block_main-image-video {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 155;
}

.prd-block_main-image-video .gdw-loader {
  opacity: 0;
  z-index: 1 !important;
}

.prd-block_main-image-video video {
  background-color: #fff;
  height: 100%;
  max-height: 100%;
  opacity: 0;
  position: relative;
  width: 100%;
  z-index: 2;
}

.prd-block_main-image-video.showed-video {
  pointer-events: auto;
  position: absolute;
}

.prd-block_main-image-video.showed-video .gdw-loader {
  opacity: 1;
}

.prd-block_main-image-video.showed-video video {
  opacity: 1;
}

.prd-block_main-image {
  position: relative;
}

.prd-block_main-image img {
  left: 0;
  max-width: 100%;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .fixed-col:first-child {
    margin-top: 0;
  }

  body.has-sticky:not(.touch) .fixed-col.is-fixed:first-child .fixed-scroll {
    padding-top: 87px;
  }
}

.prd-block_main-image .unvisible {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

.prd-block_main-image-links {
  bottom: 0;
  padding: 0 11px 11px 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 151;
}

.prd-block_main-image-links > a[class*='-link'] {
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  display: inline-block;
  height: 37px;
  line-height: 37px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  width: 37px;
}

.prd-block_main-image-links > a[class*='-link'] + a {
  margin-left: 3px;
}

.prd-block_main-image-links > a[class*='-link'] + a:before {
  content: '';
  height: 100%;
  left: -7px;
  position: absolute;
  width: 7px;
}

.prd-block_main-image-next, .prd-block_main-image-prev {
  display: none !important;
}

.main-image--slide .prd-block_main-image-next.slick-next, .main-image--slide .prd-block_main-image-prev.slick-prev {
  transition: 0.2s;
  background: rgba(232, 232, 232, 0.3);
  display: block !important;
  height: 50px;
  left: 0;
  margin-top: 0;
  opacity: 0;
  position: absolute;
  right: auto;
  text-align: center;
  top: 50%;
  width: 50px;
  z-index: 0;
}

.main-image--slide .prd-block_main-image-next.slick-next:hover:not(.slick-disabled), .main-image--slide .prd-block_main-image-prev.slick-prev:hover:not(.slick-disabled) {
  background: #e8e8e8;
}

.main-image--slide .prd-block_main-image-next.slick-next.slick-disabled, .main-image--slide .prd-block_main-image-prev.slick-prev.slick-disabled {
  pointer-events: all;
}

.main-image--slide .prd-block_main-image-prev.slick-prev:not(.slick-disabled):hover:before, .main-image--slide .prd-block_main-image-next.slick-next:not(.slick-disabled):hover:before {
  color: #000;
}

.main-image--slide .prd-block_main-image-next.slick-next {
  left: auto;
  right: 0;
}

.main-image--slide .prd-block_main-image-prev.slick-prev:before {
  left: -1px;
}

.main-image--slide .prd-block_main-image-next.slick-next:before {
  right: -1px;
}

.main-image--slide .prd-block_main-image-prev.slick-prev:before, .main-image--slide .prd-block_main-image-next.slick-next:before {
  font-size: 32px;
  line-height: 47px;
  position: relative;
}

body:not(.touch) .main-image--slide:hover .prd-block_main-image-next.slick-next, body:not(.touch) .main-image--slide:hover .prd-block_main-image-prev.slick-prev {
  z-index: 155;
}

body:not(.touch) .main-image--slide:hover .prd-block_main-image-next.slick-disabled, body:not(.touch) .main-image--slide:hover .prd-block_main-image-prev.slick-disabled {
  opacity: .3 !important;
}

body:not(.touch) .main-image--slide:hover .prd-block_main-image-next.slick-next:not(.slick-disabled), body:not(.touch) .main-image--slide:hover .prd-block_main-image-prev.slick-prev:not(.slick-disabled) {
  opacity: 1 !important;
}

body.touch .main-image--slide .prd-block_main-image-next.slick-next, body.touch .main-image--slide .prd-block_main-image-prev.slick-prev {
  z-index: 155;
  background: rgba(232, 232, 232, 0.7);
}

body.touch .main-image--slide .prd-block_main-image-next.slick-disabled, body.touch .main-image--slide .prd-block_main-image-prev.slick-disabled {
  opacity: .3;
}

body.touch .main-image--slide .prd-block_main-image-next.slick-next:not(.slick-disabled), body.touch .main-image--slide .prd-block_main-image-prev.slick-prev:not(.slick-disabled) {
  opacity: 1;
}

body.touch .main-image--slide .prd-block_main-image-next.slick-next:not(.slick-disabled):hover:not(.slick-disabled), body.touch .main-image--slide .prd-block_main-image-prev.slick-prev:not(.slick-disabled):hover:not(.slick-disabled) {
  background: rgba(232, 232, 232, 0.7);
}

.zoomWindow {
  z-index: 149 !important;
  background-color: #fff;
}

.product-previews-wrapper {
  position: relative;
}

@media screen and (max-width: 767px) {
  .product-previews-wrapper {
    display: none;
  }
}

.product-previews-carousel:not(.slick-initialized) {
  transition: opacity 0.2s;
  max-height: 90px;
  opacity: 0;
  visibility: hidden;
}

.product-previews-carousel [data-video] {
  position: relative;
}

.product-previews-carousel [data-video]:before {
  color: #ffffff;
  content: '\e920';
  font-family: 'icomoon';
  font-size: 40px;
  left: 50%;
  line-height: 1em;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.product-previews-carousel [data-video].paused:before {
  content: '\e92f';
  font-size: 20px;
}

@media screen and (min-width: 480px) {
  .product-previews-carousel {
    margin: 10px -5px 0;
  }

  .product-previews-carousel.slick-initialized:not(.slick-vertical) button + .slick-list {
    margin: 0 16px;
  }

  .product-previews-carousel img {
    transition: all 0.4s ease;
    padding: 0 5px;
    width: 100%;
  }

  .product-previews-carousel .slick-slide, .product-previews-carousel .slick-slide:hover {
    text-decoration: none;
  }

  .product-previews-carousel .slick-prev, .product-previews-carousel .slick-next {
    height: 27px;
    -webkit-backface-visibility: hidden;
    width: 27px;
  }

  .product-previews-carousel .slick-active.active {
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .product-previews-carousel {
    margin: 0;
  }

  .product-previews-carousel.slick-initialized:not(.slick-vertical) button + .slick-list {
    margin: 0;
  }

  .product-previews-carousel img {
    padding: 0;
    width: 100%;
  }

  .product-previews-carousel .slick-next, .product-previews-carousel .slick-prev {
    transition: 0.2s;
    background: rgba(232, 232, 232, 0.3);
    display: block !important;
    height: 50px;
    left: 0;
    margin-top: 0;
    position: absolute;
    right: auto;
    text-align: center;
    top: 50%;
    width: 50px;
    z-index: 0;
    -webkit-backface-visibility: hidden;
  }

  .product-previews-carousel .slick-next:hover, .product-previews-carousel .slick-prev:hover {
    background: #e8e8e8;
  }

  .product-previews-carousel .slick-prev:not(.slick-disabled):hover:before, .product-previews-carousel .slick-next:not(.slick-disabled):hover:before {
    color: #000;
  }

  .product-previews-carousel .slick-next {
    left: auto;
    right: 0;
  }

  .product-previews-carousel .slick-prev:before {
    left: -1px;
  }

  .product-previews-carousel .slick-next:before {
    right: -1px;
  }

  .product-previews-carousel .slick-prev:before, .product-previews-carousel .slick-next:before {
    font-size: 32px;
    line-height: 47px;
    position: relative;
  }

  .product-previews-carousel .slick-disabled {
    opacity: 0 !important;
    pointer-events: none;
  }
}

@media screen and (min-width: 992px) {
  .prd-block--prv-left .product-previews-carousel, .prd-block--prv-right .product-previews-carousel {
    margin: 14px -5px 0;
  }

  .prd-block--prv-left .product-previews-carousel, .prd-block--prv-right .product-previews-carousel {
    width: 92px;
  }

  .prd-block--prv-left .slick-slide, .prd-block--prv-right .slick-slide {
    margin-bottom: 10px;
  }

  .prd-block--prv-left .slick-slider.slick-vertical .slick-prev, .prd-block--prv-left .slick-slider.slick-vertical .slick-next, .prd-block--prv-right .slick-slider.slick-vertical .slick-prev, .prd-block--prv-right .slick-slider.slick-vertical .slick-next {
    background: #fff;
    height: 14px;
    left: 0;
    text-align: center;
    top: auto;
    width: 100%;
    z-index: 1;
  }

  .prd-block--prv-left .slick-slider.slick-vertical .slick-prev:before, .prd-block--prv-left .slick-slider.slick-vertical .slick-next:before, .prd-block--prv-right .slick-slider.slick-vertical .slick-prev:before, .prd-block--prv-right .slick-slider.slick-vertical .slick-next:before {
    font-size: 14px;
  }

  .prd-block--prv-left .slick-slider.slick-vertical .slick-prev, .prd-block--prv-right .slick-slider.slick-vertical .slick-prev {
    bottom: -15px;
  }

  .prd-block--prv-left .slick-slider.slick-vertical .slick-prev:before, .prd-block--prv-right .slick-slider.slick-vertical .slick-prev:before {
    content: '\e921';
    position: relative;
    top: 3px;
  }

  .prd-block--prv-left .slick-slider.slick-vertical .slick-next, .prd-block--prv-right .slick-slider.slick-vertical .slick-next {
    top: -6px;
  }

  .prd-block--prv-left .slick-slider.slick-vertical .slick-next:before, .prd-block--prv-right .slick-slider.slick-vertical .slick-next:before {
    content: '\e923';
    position: relative;
    top: -3px;
  }
}

.product-previews-carousel.slick-initialized a {
  transition: all 0.3s ease;
  opacity: .5;
}

.product-previews-carousel.slick-initialized a.slick-active.active, .product-previews-carousel.slick-initialized a:hover {
  opacity: 1;
}

@media screen and (min-width: 992px) {
  .prd-block:not(.prd-block--prv-left):not(.prd-block--prv-right) .prd-block_prv-carousel:not(.slick-initialized) a {
    display: block;
    float: left;
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .prd-block.prd-block--mobile-image-first .prd-block_main-image {
    margin-bottom: 22px;
  }

  .prd-block:not(.prd-block--mobile-image-first) .prd-block_main-image {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .prd-block:not(.prd-block--mobile-image-first) .js-prd-d-holder {
    display: none;
  }

  .prd-block.prd-block--mobile-image-first .js-prd-m-holder {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .js-prd-m-holder {
    display: none;
  }
}

.prd-holder > *, .prd-block_info > * {
  margin-top: 22px;
}

.prd-holder .topline:not(:first-child):not(.product-no-options), .prd-block_info .topline:not(:first-child):not(.product-no-options) {
  border-color: #f7f7f7;
  border-top-style: solid;
  border-top-width: 1px;
  margin-top: 20px;
  padding-top: 20px;
}

.prd-holder .topline:not(:first-child):not(.product-no-options):first-of-type, .prd-block_info .topline:not(:first-child):not(.product-no-options):first-of-type {
  margin-top: 0;
}

.prd-holder .product-no-options .topline, .prd-block_info .product-no-options .topline {
  margin-top: 18px !important;
}

.prd-holder > *:first-child, .prd-block_info > *:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .prd-holder + .topline {
    border-top: 0 !important;
    margin-top: 0;
    padding-top: 0 !important;
  }
}

.prd-rating [class*='icon'], .prd-rating span {
  display: inline-block;
  vertical-align: top;
}

.prd-rating span:not(:first-child) {
  padding-left: 5px;
}

.prd-rating [class*='icon'] {
  color: #b4b4b4;
  font-size: 13px;
}

.prd-rating [class*='icon'].fill {
  color: #004174;
}

.prd-block_info .prd-review-link:hover {
  text-decoration: none;
}

.prd-block_info [class*='prd-label'] {
  border-color: #15c979;
  border-style: solid;
  border-width: 1px;
  color: #15c979;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  height: 27px;
  line-height: 17px;
  padding: 4px 13px 6px;
}

.prd-block_info .product-sku span {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.prd-block_info .prd-availability span {
  color: #000;
  font-weight: 700;
}

.prd-block_info .size-list li {
  margin-bottom: 3px;
  margin-top: 3px;
}

.prd-block_info .color-list--sm li {
  margin-bottom: 3px;
  margin-top: 3px;
}

@media screen and (min-width: 480px) {
  .prd-block_price > * {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .prd-block_price > * {
    padding: 0 5px;
  }
}

.prd-block_price--actual, .prd-block_price--special {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .5px;
  line-height: 1.2em;
}

.prd-block_price--actual:not(:only-child), .prd-block_price--special:not(:only-child) {
  margin-bottom: 7px;
}

.prd-block_price--old {
  color: #004174;
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: line-through;
}

.prd-block_title-wrap {
  margin-top: 20px;
  overflow: hidden;
}

.prd-block_title-wrap:first-child:not(.topline) {
  margin-top: -4px;
}

@media screen and (min-width: 480px) {
  .prd-block_title-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .prd-block_title-wrap > *:not(:first-child) {
    margin-top: 10px;
  }
}

.prd-block_title {
  color: #000;
  margin-bottom: 0;
}

@media screen and (min-width: 480px) {
  .prd-block_title:not(:last-child) {
    margin-right: 10px;
  }
}

.prd-block__labels {
  margin-left: auto;
}

@media screen and (min-width: 480px) {
  .prd-block_title-wrap .prd-block__labels {
    margin-top: 5px;
    white-space: nowrap;
  }
}

.prd-block_info-top {
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 11px;
  line-height: 16px;
  margin: 6px -3px 0;
  text-transform: uppercase;
}

.prd-block_info-top > * {
  margin: 3px 3px 0;
}

@media screen and (max-width: 479px) {
  .prd-block_info-top .pull-left, .prd-block_info-top .pull-right {
    margin: 10px 0 0 0;
    text-align-last: auto;
    width: 100%;
  }

  .prd-block_info-top .pull-left:first-child, .prd-block_info-top .pull-right:first-child {
    margin-top: 0;
  }
}

.prd-block_info-top .prd-rating {
  min-width: 150px;
}

.prd-block_description p:first-child {
  margin-top: 0;
}

.prd-block_description.bordered {
  background-color: transparent;
  border-color: #e2e2e2;
  border-style: solid;
  border-width: 1px;
  padding: 15px 25px;
}

.prd-block_options > *:not(:first-child), .product-options > *:not(:first-child) {
  margin-top: 13px;
}

@media screen and (max-width: 479px) {
  .prd-block_options > *:not(:first-child), .product-options > *:not(:first-child) {
    margin-top: 8px;
  }
}

.prd-block_options > input:first-child + *, .product-options > input:first-child + * {
  margin-top: 0;
}

.prd-block_options ul, .product-options ul {
  display: none;
}

.prd-block_options > div.swatches select, .prd-block_options > div.swatches [class*='select-wrapper'], .product-options > div.swatches select, .product-options > div.swatches [class*='select-wrapper'] {
  display: none;
}

.prd-block_options > div.swatches ul, .product-options > div.swatches ul {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
}

.prd-block_options select.form-control, .product-options select.form-control {
  margin-bottom: 0;
  text-transform: uppercase;
}

.prd-block_options .swatches, .product-options .swatches {
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.prd-block_options .option-links, .product-options .option-links {
  font-size: 11px;
  line-height: 33px;
  padding: 0 15px;
  text-transform: uppercase;
  white-space: nowrap;
}

.prd-block_options .option-links:first-child, .product-options .option-links:first-child {
  padding-left: 0;
}

.prd-block_options .option-links:last-child, .product-options .option-links:last-child {
  padding-left: 0;
}

.prd-block_options .option-links a, .product-options .option-links a {
  color: #000;
}

.prd-block_options .option-links a:hover, .product-options .option-links a:hover {
  color: #004174;
}

.prd-block_qty .option-label, .prd-block_options .option-label, .product-options .option-label {
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  color: #656565;
  font-size: 11px;
  line-height: 33px;
  padding-right: 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

.prd-block_qty .option-label:last-child, .prd-block_options .option-label:last-child, .product-options .option-label:last-child {
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .prd-block_qty .option-label, .prd-block_options .option-label, .product-options .option-label {
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
  }
}

.prd-block_qty {
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
}

.prd-block_qty .qty {
  padding-right: 15px;
}

.prd-block_qty .qty fieldset {
  white-space: nowrap;
}

.prd-block_qty .qty-max {
  color: #000;
  font-weight: 700;
}

.prd-block_actions {
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  overflow: hidden;
  padding-top: 20px;
}

.prd-block_actions .prd-block_link {
  padding-left: 5px;
}

@media screen and (min-width: 480px) {
  .prd-block_actions .prd-block_link {
    margin-left: auto;
  }

  .prd-block_actions .prd-block_price {
    margin-right: auto;
    min-width: 125px;
    padding-right: 15px;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .prd-block_actions .prd-block_price {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 20px;
    text-align: center;
  }
}

.prd-block_actions .btn-wrap {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.prd-block_actions .btn-wrap > * + * {
  margin-left: 10px;
}

@media screen and (max-width: 860px) and (min-width: 768px) {
  .prd-block_actions .prd-block_link {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.prd-block_link {
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  padding: 15px 0;
}

.prd-block_link a, .prd-block_link .at-style-responsive .at-share-btn {
  background-color: transparent;
  color: #004174;
  font-size: 17px;
  line-height: 24px;
  margin: 0;
  padding: 0 7px;
  text-decoration: none;
}

.prd-block_link a:last-child, .prd-block_link .at-style-responsive .at-share-btn:last-child {
  margin-right: -5px;
}

.prd-block_link a:hover, .prd-block_link .at-style-responsive .at-share-btn:hover {
  color: #000;
  transform: translateY(0);
}

.prd-block_link a:hover svg, .prd-block_link .at-style-responsive .at-share-btn:hover svg {
  fill: #000 !important;
}

.prd-block_link a svg, .prd-block_link .at-style-responsive .at-share-btn svg {
  fill: #004174 !important;
}

.prd-block_link .at-resp-share-element.at-mobile .at-share-btn {
  margin-right: 0;
}

.btn.btn--add-to-cart {
  font-size: 14px;
  height: 54px;
  line-height: 22px;
  padding: 16px 20px;
}

@media screen and (max-width: 991px) {
  .btn.btn--add-to-cart {
    padding: 16px 14px;
  }
}

.btn.btn--add-to-cart [class*='icon'] {
  font-size: 22px;
  position: relative;
  top: -3px;
  padding-right: 18px;
}

.btn.btn--add-to-cart [class*='icon']:last-child {
  padding-right: 0;
}

.btn.btn--add-to-cart [class*='icon'], .btn.btn--add-to-cart > span {
  display: inline-block;
  vertical-align: middle;
}

.btn.btn--add-to-cart:not(:only-child) [class*='icon'] {
  padding-right: 0;
}

.btn.btn--add-to-cart:not(:only-child) span:not(.text-sent) {
  display: none;
}

.btn.btn--add-to-cart:only-child {
  width: 100%;
}

.sidebar-product > * {
  margin-top: 30px;
}

.sidebar-product > *:first-child {
  margin-top: 0;
}

.promo-text {
  margin-top: 20px;
}

.promo-text > *:not(:first-child) {
  margin-top: 5px;
}

.promo-text .text1 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.promo-text .text2 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.promo-text .text3 {
  color: #e53d60;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .5px;
  line-height: 13px;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .prd-block_main-image {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .prd-block--prv-left .prd-block_main-image, .prd-block--prv-right .prd-block_main-image {
    width: calc(100% - 92px);
  }

  .prd-block--prv-left .prd-block_prv-wrap, .prd-block--prv-right .prd-block_prv-wrap {
    width: 82px;
  }

  .prd-block--prv-left .prd-block_prv-carousel, .prd-block--prv-right .prd-block_prv-carousel {
    margin-top: 0;
  }

  .prd-block--prv-left .prd-block_prv-carousel a, .prd-block--prv-right .prd-block_prv-carousel a {
    margin-bottom: 9px;
  }

  .prd-block--prv-left .btn.btn--add-to-cart, .prd-block--prv-right .btn.btn--add-to-cart {
    padding: 16px 20px;
  }

  .prd-block--prv-left .prd-block_main-image {
    float: right;
  }

  .prd-block--prv-left .product-previews-wrapper {
    float: left;
    margin-right: 10px;
  }

  .prd-block--prv-right .prd-block_main-image {
    float: left;
  }

  .prd-block--prv-right .product-previews-wrapper {
    float: right;
    margin-left: 10px;
  }
}

.prd-block--creative .aside > *:not(:first-child):not(.tab-content) {
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .prd-block--creative .prd-block_info-holder {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .prd-block--creative .filter-col {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .prd-block--creative .aside.fixed-col {
    -ms-flex-order: -1;
    order: -1;
  }
}

@media screen and (min-width: 480px) {
  .prd-block--creative .prd-block_actions .prd-block_link {
    margin: 0 0 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .prd-block--creative .prd-block_price, .prd-block--creative .btn-wrap {
    margin-bottom: 10px;
  }

  .prd-block--creative .prd-block_link + .prd-safecheckout:not(:first-child) {
    margin-top: 5px;
  }

  .prd-block--creative .prd-safecheckout:not(:first-child) {
    margin-top: 15px;
  }
}

.prd-block--creative .btn.btn--add-to-cart {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 992px) {
  body:not(.touch) .prd-block--creative .fixed-scroll {
    padding-top: 0;
  }
}

.prd-block_gallery-mobile {
  display: none;
}

.prd-block_gallery-mobile + .prd-block_gallery {
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .prd-block_gallery-mobile {
    display: block;
  }
}

.prd-block_gallery img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .prd-block_gallery {
    display: none;
  }
}

.prd-block_gallery-mobile .product-previews-carousel video {
  display: none;
}

.prd-block_gallery-grid [data-video] {
  display: none;
}

.prd-block_gallery-single {
  position: relative;
  min-height: 300px;
}

.prd-block_gallery-single:not(:first-child) {
  margin-top: 20px;
}

.prd-block_gallery-single a {
  display: block;
}

.prd-block_gallery-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.prd-block_gallery-grid > * {
  display: block;
  margin: 30px 15px 0;
  position: relative;
  width: calc(50% - 30px);
}

.prd-block_gallery-grid video {
  height: 100%;
}

.hideZoom .zoomContainer {
  display: none !important;
}

.zoomWindowContainer > * {
  border: 0 !important;
  height: 100% !important;
}

.zoomLens {
  border-color: #e2e2e2 !important;
  border-style: solid !important;
  border-width: 1px !important;
}

.prd-block-prevnext {
  position: absolute;
  right: -90px;
  top: -3px;
  width: 78px;
}

.prd-block-prevnext .prd-block-prevnext-arrow {
  color: #c5c5c5;
  display: block;
  font-size: 20px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
}

.prd-block-prevnext .prd-block-prevnext-arrow:hover {
  color: #161717;
}

.prd-block-prevnext .prd-block-prevnext-arrow:hover + * {
  opacity: 1;
  visibility: visible;
}

.prd-block-prevnext .prd-next {
  transform: translateY(calc(-100% - 40px));
}

.prd-block-prevnext .prd-prev, .prd-block-prevnext .prd-next {
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  display: -ms-flexbox;
  display: flex;
  transition: 0.2s;
  background-color: #fff;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  width: 200px;
}

.prd-block-prevnext .prd-prev:hover, .prd-block-prevnext .prd-next:hover {
  opacity: 1;
  visibility: visible;
}

.prd-block-prevnext .prd-prev-tag, .prd-block-prevnext .prd-next-tag {
  font-size: 10px;
  line-height: 1em;
  text-transform: uppercase;
}

.prd-block-prevnext .prd-prev-tag, .prd-block-prevnext .prd-prev-tag a, .prd-block-prevnext .prd-prev-tag a:hover, .prd-block-prevnext .prd-prev-tag a:focus, .prd-block-prevnext .prd-next-tag, .prd-block-prevnext .prd-next-tag a, .prd-block-prevnext .prd-next-tag a:hover, .prd-block-prevnext .prd-next-tag a:focus {
  color: #b4b4b4;
}

.prd-block-prevnext .prd-prev-title, .prd-block-prevnext .prd-next-title {
  transition: 0.2s;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.prd-block-prevnext .prd-prev-title:not(:first-child), .prd-block-prevnext .prd-next-title:not(:first-child) {
  margin-top: 7px;
}

.prd-block-prevnext .prd-prev-title a, .prd-block-prevnext .prd-next-title a {
  color: #2d2c2c;
}

.prd-block-prevnext .prd-prev-title a:hover, .prd-block-prevnext .prd-next-title a:hover {
  color: #004174;
  text-decoration: none;
}

.prd-block-prevnext .prd-prev-info, .prd-block-prevnext .prd-next-info {
  -ms-flex: 0 0 122px;
  flex: 0 0 122px;
  max-width: 122px;
  padding: 8px 16px;
}

.prd-block-prevnext .prd-prev-img, .prd-block-prevnext .prd-next-img {
  -ms-flex: 0 0 78px;
  flex: 0 0 78px;
  max-width: 78px;
}

.prd-block-prevnext .prd-prev-img img, .prd-block-prevnext .prd-next-img img {
  width: 100%;
}

.prd-block-prevnext .prd-prevnext-price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.2em;
  overflow: hidden;
  width: 100%;
}

.prd-block-prevnext .prd-prevnext-price:not(:first-child) {
  margin-top: 10px;
}

.prd-block-prevnext .prd-prevnext-price > * {
  float: left;
  margin-right: 7px;
  white-space: nowrap;
}

.prd-block-prevnext .prd-prevnext-price > *:last-child {
  margin-right: 0;
}

.prd-block-prevnext .prd-prevnext-price .price-new {
  color: #000;
  font-weight: 700;
}

.prd-block-prevnext .prd-prevnext-price .price-old {
  color: #004174;
  font-weight: 300;
  text-decoration: line-through;
}

.fixed-col .prd-block-prevnext {
  margin-top: 95px;
  top: auto;
}

.fixed-col.is-fixed .prd-block-prevnext {
  margin-right: -15px;
}

@media screen and (min-width: 1600px) {
  .fixed-col_container {
    z-index: 159;
  }

  .prd-block-prevnext:hover {
    z-index: 162;
  }

  .fixed-col .prd-block-prevnext:hover {
    z-index: 159;
  }
}

@media screen and (max-width: 1600px) {
  .prd-block-prevnext {
    display: none;
  }
}

.prd-safecheckout {
  clear: both;
  width: 100%;
}

.prd-safecheckout:not(:first-child) {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .prd-safecheckout:not(:first-child) {
    margin-top: 30px;
  }
}

.product-card-selectbox {
  font-size: 11px;
}

.prd-block_main-image img {
  height: auto !important;
}

.prd-block_main-image .prd-has-loader img + img {
  display: none !important;
}

.prd-block_main-image-holder {
  overflow: hidden;
}

.equal-height .prd-block_main-image-holder .prd-has-loader.loaded {
  height: 0 !important;
  width: 100% !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 118%;
}

.equal-height .prd-block_main-image-holder .prd-has-loader.loaded .zoomWrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100% !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.equal-height .prd-block_main-image-holder .prd-has-loader.loaded .zoomWrapper img {
  max-height: 100%;
  width: auto !important;
}

.equal-height .prd-block_main-image-holder .zoomContainer {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
}

.equal-height .prd-block_main-image-holder .prd-block_main-image-video.showed-video {
  height: 100% !important;
  max-height: 100% !important;
}

.equal-height .prd-block_main-image-holder .prd-has-loader.loaded > img {
  position: absolute;
  max-height: 100%;
  width: auto !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
}

.equal-height .prd-block .color-list li span.value {
  position: relative;
  padding-top: 118%;
  overflow: hidden;
}

.equal-height .prd-block .color-list li img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  transform: translate(-50%, -50%);
}

.equal-height .prd-block.prd-block--prv-left .product-previews-carousel.slick-initialized a,
.equal-height .prd-block.prd-block--prv-right .product-previews-carousel.slick-initialized a {
  position: relative;
  height: 99px;
  margin-bottom: 7px;
  overflow: hidden;
}

.equal-height .prd-block.prd-block--prv-left .product-previews-carousel.slick-initialized a img,
  .equal-height .prd-block.prd-block--prv-right .product-previews-carousel.slick-initialized a img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  transform: translate(-50%, -50%);
}

.prd-block:not(.prd-block--prv-left):not(.prd-block--prv-right) .product-previews-wrapper .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

/* category filter */
.fixed-col-content {
  padding-bottom: 15px;
}

.fixed-col-content > *:first-child .sidebar-block_title {
  margin-top: -20px;
}

.sidebar-block {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #f7f7f7;
  position: relative;
}

.sidebar-block:last-child {
  border-bottom: 0;
}

.sidebar-block .sidebar-block_title {
  padding: 20px 45px 20px 0;
}

.sidebar-block .sidebar-block_content {
  margin-top: 0;
  transition: opacity 0.5s ease;
}

.sidebar-block .toggle-arrow {
  display: block;
  position: absolute;
  z-index: 100;
  width: 24px;
  height: 24px;
  top: 20px;
  right: 0;
  font-family: 'icomoon';
  font-size: 14px;
  line-height: 22px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.sidebar-block .toggle-arrow:before {
  color: #000;
  content: "\e921";
}

.sidebar-block .toggle-arrow:hover:before {
  color: #004174;
}

.sidebar-block_title {
  position: relative;
  z-index: 1;
  padding: 20px 0;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.333em;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .sidebar-block_title {
    font-size: 14px;
  }
}

.sidebar-block_title span,
  .sidebar-block_title a {
  color: #000;
  text-decoration: none;
  transition: color 0.2s ease;
}

.sidebar-block_title:hover a, .sidebar-block_title:hover span, .sidebar-block_title:hover .toggle-arrow:before {
  color: #004174;
}

.sidebar-block_content {
  padding: 0 0 20px;
}

.sidebar-block.collapsed .sidebar-block_content {
  display: none;
  opacity: 0;
}

.sidebar-block.open .sidebar-block_content {
  opacity: 1;
}

.sidebar-block.open .toggle-arrow {
  top: 18px;
  transform: rotate(180deg);
}

ul.category-list {
  margin: -7px 0 0;
  padding: 0;
  list-style: none;
}

ul.category-list li {
  position: relative;
}

ul.category-list li a {
  display: block;
  padding: 7px 25px 6px 0;
  font-size: 11px;
  line-height: 1.2em;
  text-decoration: none;
  text-transform: uppercase;
  color: #656565;
}

ul.category-list li:hover a, ul.category-list li.active a {
  color: #004174;
}

ul.category-list li .clear {
  display: none;
}

ul.category-list li.active a:after {
  display: block;
  position: absolute;
  right: 2px;
  top: 5px;
  width: 20px;
  padding: 2px 0;
  text-align: center;
  color: #004174;
  cursor: pointer;
  font-family: 'icomoon';
  content: "\e117";
  font-size: 12px;
  line-height: 1.4545em;
}

.selected-filters-wrap {
  margin: 5px 0 25px;
}

.selected-filters-wrap > * + * {
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .selected-filters-wrap {
    margin: 0 0 25px;
  }
}

.selected-label {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.333em;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.selected-count {
  color: #656565;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
}

.selected-count span {
  display: inline-block;
  padding: 0 0 0 10px;
  color: #000;
}

.clear-filters {
  text-decoration: none;
}

.clear-filters:hover, .clear-filters:focus {
  text-decoration: none;
}

.clear-filters span {
  display: block;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-color: #e53d60;
  color: #e53d60;
  font-size: 11px;
  line-height: 23px;
  padding: 0 22px 0 9px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease;
  cursor: pointer;
}

.clear-filters span:hover {
  border-color: #004174;
  color: #004174;
}

.clear-filters span:after {
  position: absolute;
  right: 7px;
  top: 1px;
  font-family: 'icomoon';
  content: "\e117";
  font-size: 12px;
}

.selected-filters {
  position: relative;
  list-style: none;
  padding: 0;
}

.selected-filters li {
  display: inline-block;
  padding: 0;
  margin-bottom: 10px;
  margin-right: 5px;
}

.selected-filters li > a {
  display: block;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  color: #000;
  font-size: 11px;
  line-height: 23px;
  padding: 0 22px 0 9px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease;
  cursor: pointer;
}

.selected-filters li > a:hover, .selected-filters li > a:focus {
  border-color: #004174;
  color: #004174;
}

.selected-filters li > a:after {
  position: absolute;
  right: 7px;
  top: 1px;
  font-family: 'icomoon';
  content: "\e117";
  font-size: 12px;
}

.sidebar-block.selected:after {
  opacity: 1;
}

.sidebar-block:after {
  content: '';
  opacity: 0;
  display: block;
  position: absolute;
  z-index: 100;
  width: 7px;
  height: 7px;
  top: 27px;
  right: 30px;
  border-radius: 50%;
  background-color: #004174;
}

/* category filter - price slider  */
.price-slider-wrapper {
  border-top: 1px solid #f7f7f7;
  padding: 20px 0 25px;
}

.price-values {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #004174;
}

.filter-close {
  display: none;
}

/* category filter - filter row */
.filter-row {
  position: relative;
  margin-bottom: 0;
  color: #656565;
  background: transparent;
}

.filter-row:not(:first-child) {
  margin-top: 65px;
}

@media screen and (max-width: 767px) {
  .filter-row:not(:first-child) {
    margin-top: 35px;
  }
}

.filter-row .row.row-1 {
  padding: 18px 0;
}

.filter-row .row.row-2 {
  position: relative;
  padding: 27px 30px;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .filter-row .row.row-2 {
    border-style: solid;
    border-width: 1px 0 1px 0;
    padding: 18px 0;
    border-color: #e2e2e2;
  }
}

@media screen and (max-width: 991px) {
  .filter-row .row.row-2 {
    padding: 0;
  }
}

.filter-row .row.row-2:after, .filter-row .row.row-2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #e2e2e2;
}

@media screen and (max-width: 991px) {
  .filter-row .row.row-2:after, .filter-row .row.row-2:before {
    display: none;
  }
}

.filter-row .row.row-2:before {
  top: auto;
  bottom: 0;
}

.filter-row * > .filter-button {
  display: none;
}

.filter-row .col-center > *,
  .filter-row .col-left > *,
  .filter-row .col-right > * {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}

.filter-row .col-left,
  .filter-row .col-right {
  min-width: 220px;
}

.filter-row .col-right {
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.filter-row .col-center {
  padding: 0 18px;
}

.filter-row [class*='label'],
  .filter-row .items-count {
  font-size: 11px;
  line-height: 34px;
  text-transform: uppercase;
}

.filter-row [class*='label'] {
  display: inline-block;
  padding-right: 8px;
  text-transform: uppercase;
}

.filter-row .items-count {
  padding: 0 18px;
}

.filter-row .items-count:last-child {
  padding-right: 0;
}

.filter-row .items-count:first-child {
  padding-left: 0;
}

.filter-row .select-wrapper-sm {
  width: auto;
  vertical-align: top;
  display: inline-block;
}

.filter-row select {
  margin-bottom: 0;
  font-size: 11px;
  text-transform: uppercase;
}

.filter-row .view-in-row > *,
  .filter-row .view-mode > * {
  font-size: 23px;
  line-height: 1em;
  color: #cdd1d9;
  text-decoration: none;
  cursor: pointer;
}

.filter-row .view-in-row > * + *,
    .filter-row .view-mode > * + * {
  margin-left: 4px;
}

.filter-row .view-in-row > *:hover, .filter-row .view-in-row > *.active,
    .filter-row .view-mode > *:hover,
    .filter-row .view-mode > *.active {
  color: #004174;
}

.filter-row .view-mode {
  padding: 0 5px;
}

.filter-row .view-mode:last-child {
  padding-right: 0;
}

.filter-row .view-mode:first-child {
  padding-left: 0;
}

.filter-row .view-mode > * {
  font-size: 23px;
}

.filter-row .filter-button .btn {
  height: 32px;
  padding: 8px 15px;
  margin-right: 10px;
}

.filter-row + .prd-grid,
  .filter-row + .prd-grid-wrap > .prd-grid {
  margin-top: 20px;
  margin-bottom: 0;
  transform: translateY(0);
}

@media screen and (max-width: 479px) {
  .filter-row + .prd-grid,
      .filter-row + .prd-grid-wrap > .prd-grid {
    margin-top: 0;
    transform: translateY(-15px);
  }
}

.filter-row.disable {
  pointer-events: none;
}

.filter-row.disable .col-center {
  display: none;
}

.select-directions {
  display: inline-block;
  position: relative;
  margin-left: 5px;
}

.select-directions span {
  display: inline-block;
  padding: 0 3px;
  text-decoration: none;
  vertical-align: top;
  cursor: pointer;
}

.select-directions span:hover, .select-directions span:focus {
  color: #004174;
}

/* category filter - mobile filter */
@media screen and (max-width: 991px) {
  .category-title {
    margin-bottom: 0;
  }

  .sidebar-block-top {
    padding: 12px 19px;
  }

  .aside .sidebar-block {
    margin: 0 15px;
    padding: 0;
  }

  .sidebar-block.collapsed .toggle-arrow {
    right: 0;
  }

  .aside .sidebar-block:after {
    right: 33px;
  }

  .aside .sidebar-block--mobile {
    background-color: #f8f8fa;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #e2e2e2;
    padding: 20px 15px;
    margin: 0;
  }

  .filter-row:not(:first-child) {
    margin-top: 20px;
  }

  .filter-row:first-child .row.row-1 {
    padding-top: 0;
  }

  .filter-row .dropdown {
    width: 100%;
  }

  .filter-row * > .filter-button a,
  .filter-row .select-label {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    line-height: 1em;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 19px 35px;
  }

  .filter-row * > .filter-button a {
    width: 100%;
  }

  .filter-row .select-label {
    padding-left: 15px;
    padding-right: 15px;
  }

  .filter-row .select-label + .select-wrapper-sm {
    -ms-flex: 1;
    flex: 1;
    margin-right: 15px;
    max-width: 200px;
  }

  .filter-row .col-left {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }

  .filter-row .col-left > .sort-by-holder:not(:only-child) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
  }

  .filter-row .col-left > .filter-button {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
  }

  .filter-row .col-left > * + * {
    position: relative;
  }

  .filter-row .col-left > * + *:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    bottom: 7px;
    width: 1px;
    background-color: #e2e2e2;
  }

  .filter-row .col-left > .sort-by-holder:only-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .fixed-scroll {
    max-height: none !important;
  }

  .fixed-col.js-filter-col {
    position: fixed;
    z-index: 10001;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    transition: visibility 0s ease 0.6s;
  }

  .fixed-col.js-filter-col [class*='holder'] {
    padding: 15px 15px 0;
  }

  .fixed-col.js-filter-col [class*='holder'] .select-wrapper-sm {
    display: inline-block;
    width: calc(100% - 70px);
    margin-right: 15px;
  }

  .fixed-col.js-filter-col .fixed-col_container {
    position: fixed;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: auto;
    max-width: 320px;
    transform: translateX(-110%);
    background-color: #fff;
    transition: all 0.5s ease 0s;
  }

  .fixed-col.js-filter-col .filter-close {
    display: block;
    cursor: pointer;
    height: 46px;
    padding: 0 15px;
    font-size: 18px;
    line-height: 1em;
    background: #004174;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
  }

  .fixed-col.active {
    visibility: visible;
    transition: visibility 0s ease 0s;
  }

  .fixed-col.active .fixed-col_container {
    transform: translateX(0);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0s;
  }

  .fixed-col.active .fixed-col-header {
    top: 0;
    transition: top 0.3s ease 0.5s;
  }
}

@media screen and (max-width: 767px) {
  .filter-row .col-left > .sort-by-holder:not(:only-child) {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }

  .filter-row .col-left > .filter-button {
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .row.row-flex {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .ymax {
    height: 30px;
    min-height: 1px;
  }

  body:not(.touch) .fixed-col.is-fixed:not(.is-fixed-bottom) .fixed-col_container {
    position: fixed;
    width: 25%;
    left: 0;
    top: 0;
    padding: 0;
  }

  body:not(.touch) .fixed-col.fixed.is-fixed-bottom .fixed-col_container {
    position: relative;
  }

  body:not(.touch) .fixed-col.fixed.is-fixed-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  body:not(.touch) .fixed-col.fixed.is-fixed-bottom .fixed-col_container {
    position: relative;
    overflow: hidden;
    left: 0 !important;
  }

  body:not(.touch) .fixed-col.fixed.is-fixed-bottom .fixed-col_container .fixed-scroll {
    max-height: none !important;
  }

  .fixed-col {
    -webkit-backface-visibility: hidden;
    margin-top: -20px;
  }

  .fixed-col.fixed:not(.is-fixed) .fixed-col_container .fixed-scroll {
    max-height: none !important;
  }

  body:not(.touch) .fixed-wrapper {
    overflow: hidden;
  }

  body:not(.touch) .fixed-scroll {
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    padding-right: 1px;
    transition: padding 0.5s ease;
  }

  body:not(.touch) .fixed-col.fixed.is-fixed .fixed-scroll {
    padding-top: 0;
  }

  .has-sticky:not(.touch) .fixed-col.fixed.is-fixed .fixed-scroll {
    padding-top: 92px;
  }

  body.touch .fixed-scroll {
    width: 100%;
  }

  body:not(.touch) .fixed-wrapper {
    top: auto !important;
    bottom: 0 !important;
  }
}

@media screen and (min-width: 992px) {
  body:not(.mac):not(.touch) .fixed-scroll {
    width: calc(100% + 17px);
  }
}

.category-banners {
  margin-top: -30px;
}

.category-banners [class*='col'] {
  margin-top: 30px;
}

.category-banners img {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 480px) {
  .category-banners .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (max-width: 767px) {
  .category-banners .col-xs-6:nth-child(2n+1) {
    clear: left;
  }
}

.category-description img {
  max-width: 100%;
}

.category-description p:first-child {
  margin-top: 0;
}

.category-description:not(:first-child) {
  margin-top: 50px;
  padding-top: 40px;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #f7f7f7;
}

@media screen and (max-width: 767px) {
  .category-description:not(:first-child) {
    margin-top: 30px;
    padding-top: 20px;
  }
}

.subcategories .row {
  margin-top: -30px;
}

.subcategories:not(:first-child) {
  margin-top: 40px;
  padding-top: 20px;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #f7f7f7;
}

@media screen and (max-width: 767px) {
  .subcategories:not(:first-child) {
    margin-top: 20px;
  }
}

.subcategories .subcategory {
  display: block;
  margin-top: 30px;
  text-align: center;
  text-decoration: none;
}

.subcategories .subcategory img {
  width: 100%;
}

.subcategories .subcategory h3 {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.333em;
}

@media screen and (min-width: 480px) {
  .subcategories .col-sm-4:nth-child(3n+1) {
    clear: left;
  }
}

@media screen and (max-width: 767px) {
  .subcategories .col-xs-6:nth-child(2n+1) {
    clear: left;
  }
}

.aside .page-title + * {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.aside .show-more {
  text-align: center;
}

.aside .show-more > * + * {
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .aside .show-more > * + * {
    padding-left: 15px;
  }
}

.empty-category {
  text-align: center;
  margin: 80px 0 50px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .empty-category {
    margin: 45px 0 25px;
  }
}

.empty-category-text {
  font-size: 24px;
  line-height: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #000;
}

.empty-category-text span {
  color: #004174;
}

.empty-category-text:not(:first-child) {
  margin-top: 25px;
}

.empty-category-button:not(:first-child) {
  margin-top: 25px;
}

.empty-category-icon {
  font-size: 120px;
  line-height: 1em;
  color: #000;
}

.empty-category-icon:not(:first-child) {
  margin-top: 43px;
}

/* color swatch */
.color-swatch {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.color-swatch li {
  max-width: 42px;
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
}

.color-swatch li > * {
  display: block;
  overflow: hidden;
  width: calc(100% - 4px);
  margin: 2px;
  text-decoration: none;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.color-swatch li > * img {
  display: block;
  position: relative;
  width: 100%;
  opacity: .5;
  z-index: -1;
  transition: 0.2s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.color-swatch li:hover > * img, .color-swatch li.active > * img {
  opacity: 1;
}

.prd-w-md .color-swatch li {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
}

.prd-w-sm .color-swatch li {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

.prd-w-xs .color-swatch li {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  min-width: 25%;
}

.prd-w-xs .color-swatch li:nth-child(4) ~ li {
  display: none;
}

.sidebar-block .color-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: visible;
}

.sidebar-block .color-list li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin: 0 0 4px;
}

.sidebar-block .color-list li img {
  display: inline-block;
  position: relative;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  vertical-align: top;
}

.sidebar-block .color-list li.active span.value, .sidebar-block .color-list li:hover span.value {
  border: 0;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 1px #004174;
}

.sidebar-block .color-list li a {
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  color: #656565;
}

.sidebar-block .color-list li a span.value {
  display: block;
  float: left;
  position: relative;
  border-radius: 50%;
  border: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  max-width: 25px;
  height: 25px;
  min-width: inherit;
  padding: 3px;
  transition: all 0s ease;
  box-shadow: inset 0 0 10px 5px transparent;
}

.sidebar-block .color-list li a span.value:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.sidebar-block .color-list li a span.colorname {
  display: block;
  position: relative;
  padding: 6px 15px 0 5px;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  overflow: hidden;
}

.sidebar-block .color-list li:not(.active):hover a {
  color: #004174;
}

.sidebar-block .color-list li:not(.active):hover a:before {
  color: #004174;
}

.sidebar-block .color-list li.active a {
  padding-right: 14px;
  color: #004174;
}

.sidebar-block .color-list li.active a:before {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0 0 6px;
  font-family: 'icomoon';
  content: "\e117";
  font-size: 12px;
}

.sidebar-block .color-list li.active a:before {
  color: #004174;
}

.prd-block .color-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: visible !important;
}

.prd-block .color-list li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin: 0 0 4px;
  top: 0;
}

.prd-block .color-list li img {
  display: block;
  width: 100%;
  height: 100%;
}

.prd-block .color-list li.active span.value, .prd-block .color-list li:not(.absent-option):hover span.value {
  border-color: #004174;
  transition: all 0.3s ease;
}

.prd-block .color-list li a {
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
}

.prd-block .color-list li a span.value {
  display: block;
  float: left;
  position: relative;
  border: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
  width: 60px;
  padding: 2px;
  transition: all 0s ease;
  border-width: 1px;
  border-style: solid;
  border-color: #e2e2e2;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.prd-block .color-list li.absent-option > a:after {
  position: absolute;
  z-index: 1;
  content: '';
  background: url(cross_color.png) rgba(255, 255, 255, 0.5);
  background-size: 100% 100%;
  display: block;
  left: 3px;
  right: 2px;
  top: 3px;
  bottom: 3px;
  margin: auto;
}

.color-list--sm li {
  margin: 0 3px 6px 0;
}

.color-list--sm li img,
  .color-list--sm li span.color {
  width: 100%;
  height: 100%;
}

.color-list--sm li.active:before {
  right: -10px;
  top: -10px;
  font-size: 12px;
}

.color-list--sm li a span.value {
  width: 25px;
  padding: 4px;
  overflow: hidden;
}

.color-list--sm li a span.value:after {
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
}

@media screen and (max-width: 767px) {
  .color-list--sm li {
    margin: 0 !important;
    top: -3px;
  }

  .color-list--sm li.active:before {
    right: -10px;
    top: -10px;
    font-size: 12px;
  }

  .color-list--sm li a span.value {
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    max-width: 35px;
    width: 35px;
    min-height: 35px;
  }
}

/* size swatch */
.size-swatch {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.2em;
  text-transform: uppercase;
}

.size-swatch li {
  float: left;
}

.size-swatch li > * {
  display: block;
  padding: 4px 2px;
  margin: 0 8px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #b4b4b4;
}

.size-swatch li:first-child > * {
  margin-left: 0;
}

.size-swatch li:hover > *, .size-swatch li.active > * {
  color: #000;
}

/* size list */
.size-list.one-column li, .size-list.two-column li {
  display: block;
  margin: 0 0 10px 0;
}

.sidebar-block .size-list:not(.two-column) li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.sidebar-block .size-list {
  margin: 0 0 -7px;
  padding: 0;
  list-style: none;
}

.sidebar-block .size-list li {
  margin: 0 7px 7px 0;
}

.sidebar-block .size-list li a {
  display: inline-block;
  text-decoration: none;
  min-width: 27px;
  height: 27px;
  padding: 0 8px;
  border-width: 1px;
  border-style: solid;
  border-color: #e2e2e2;
  color: #656565;
  font-size: 11px;
  line-height: 25px;
  text-transform: uppercase;
  text-align: center;
  transition: border-color 0.2s ease;
}

.sidebar-block .size-list li a:after {
  display: none;
  position: relative;
  top: 1px;
  padding: 0 0 0 6px;
  font-family: 'icomoon';
  content: "\e117";
  font-size: 12px;
}

.sidebar-block .size-list li.active a,
    .sidebar-block .size-list li:hover a {
  border-color: #004174;
  color: #004174;
}

.sidebar-block .size-list li.active a:after,
      .sidebar-block .size-list li:hover a:after {
  color: #004174;
}

.sidebar-block .size-list li.active a:after {
  display: inline-block;
}

.prd-block .size-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.prd-block .size-list li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
  vertical-align: bottom;
  margin: 2px 6px 2px 0;
}

@media screen and (max-width: 767px) {
  .prd-block .size-list li {
    margin-right: 5px;
  }
}

.prd-block .size-list li a {
  display: block;
  text-decoration: none;
}

.prd-block .size-list li span.value {
  display: inline-block;
  min-width: 27px;
  height: 27px;
  padding: 0 8px;
  border-width: 1px;
  border-style: solid;
  border-color: #e2e2e2;
  color: #656565;
  font-size: 11px;
  line-height: 25px;
  text-transform: uppercase;
  text-align: center;
  transition: border-color 0.2s ease;
}

.prd-block .size-list li span.value:after {
  display: none;
  position: relative;
  top: 1px;
  padding: 0 0 0 6px;
  font-family: 'icomoon';
  content: "\e117";
  font-size: 12px;
}

.prd-block .size-list li span.count {
  display: inline-block;
  color: #656565;
  font-size: 11px;
  line-height: 25px;
}

.prd-block .size-list li span + span {
  margin-left: 10px;
}

.prd-block .size-list li.active span.value, .prd-block .size-list li:hover:not(.absent-option) span.value {
  border-color: #004174;
  color: #004174;
}

.prd-block .size-list li.absent-option > a {
  cursor: default;
  pointer-events: none;
}

.prd-block .size-list li.absent-option > a span.value {
  color: #656565;
  border-color: #e2e2e2;
}

.prd-block .size-list li.absent-option > a:after {
  position: absolute;
  z-index: 1;
  content: '';
  background: url(cross.png) rgba(255, 255, 255, 0.5);
  background-size: 100% 100%;
  display: block;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  margin: auto;
}

.prd-block .size-list img {
  width: 100%;
  display: block;
}

.size-list--lg li span.value {
  min-width: 36px;
  height: 36px;
  font-size: 11px;
  line-height: 36px;
}

.size-list--wide li span.value {
  padding: 0 12px;
}

/* price block */
.prd-price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 700;
}

.prd-price > * {
  float: left;
  margin-right: 7px;
  white-space: nowrap;
}

.prd-price > *:last-child {
  margin-right: 0;
}

.prd-price .price-new {
  font-weight: 600;
  color: #000;
}

.prd-price .price-old {
  font-weight: 300;
  color: #004174;
  text-decoration: line-through;
}

.prd-price .price-comment {
  margin-right: 10px;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  color: #b4b4b4;
}

@media (max-width: 991px) {
  .prd-grid:not(.listing-view) .prd:not(.prd-horizontal-simple) .prd-price {
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    background-color: transparent;
    font-size: 12px;
    line-height: 29px;
  }

  .prd-grid:not(.listing-view) .prd:not(.prd-horizontal-simple) .prd-price .price-new {
    color: #000;
  }

  .prd-grid:not(.listing-view) .prd:not(.prd-horizontal-simple) .prd-price .price-old {
    margin-right: 0;
    color: #004174;
  }

  .prd-grid:not(.listing-view) .prd:not(.prd-horizontal-simple) .prd-price .price-comment {
    display: none;
  }
}

/* brand product */
.brand-prd-carousel {
  margin: 30px 0;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .brand-prd-carousel {
    margin: 25px 0;
  }
}

@media only screen and (max-width: 479px) {
  .brand-prd-carousel {
    margin: 15px 0;
  }
}

.brand-prd-carousel:last-child {
  margin-bottom: 30px;
}

.brand-prd-carousel:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .brand-prd-carousel:last-child {
    margin-bottom: 55px;
  }
}

@media screen and (min-width: 768px) {
  .brand-prd {
    display: -ms-flexbox !important;
    display: flex !important;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .brand-prd-image {
    float: left;
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .brand-prd-image img {
    width: 100%;
  }
}

.brand-prd-info {
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  float: left;
}

@media screen and (min-width: 768px) {
  .brand-prd-info {
    display: -ms-flexbox;
    display: flex;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .brand-prd-info {
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .brand-prd-info {
    margin-top: 10px;
  }
}

.brand-prd-info [class*='btn'] {
  margin-top: 15px;
}

.brand-prd-info p {
  font-weight: 300;
}

.brand-prd-info .inside {
  padding: 20px 60px;
}

@media screen and (max-width: 1199px) {
  .brand-prd-info .inside {
    padding: 15px 40px 15px 30px;
  }
}

@media screen and (max-width: 991px) {
  .brand-prd-info .inside {
    padding: 0 18px;
  }
}

@media screen and (max-width: 767px) {
  .brand-prd-info .inside {
    padding: 15px 18px 15px;
  }
}

.brand-prd-info .inside > * {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .brand-prd-info .inside > * {
    margin-top: 20px;
  }
}

.brand-prd-info .inside > *:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .brand-prd-info img {
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .brand-prd-carousel.vert-dots .slick-dots {
    position: relative;
    top: auto;
    bottom: 0;
    margin-bottom: 30px;
    left: auto;
    right: auto;
    width: 100%;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
  }

  .brand-prd-carousel.vert-dots .slick-dots li {
    margin: 0 8px;
  }
}

.aside .brand-prd-info .inside {
  padding: 10px 30px;
}

@media screen and (max-width: 1199px) {
  .aside .brand-prd-info .inside {
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .aside .brand-prd-info .inside {
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .aside .brand-prd-info .inside {
    padding: 0 30px;
  }
}

@media screen and (min-width: 768px) {
  .aside .brand-prd-carousel.vert-dots .slick-dots {
    right: 16px;
  }
}

/* brand carousel */
.brand-grid {
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.brand-grid [class*='col'] {
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.brand-grid a {
  display: block;
  margin-top: 5px;
  text-decoration: none;
  text-align: center;
}

.brand-grid a:hover img {
  opacity: .75;
}

.brand-grid img {
  max-width: 150px;
  transition: 0.2s;
}

@media (max-width: 991px) {
  .brand-grid img {
    max-width: 125px;
  }
}

.brand-carousel {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.brand-carousel:last-child {
  margin-bottom: 0;
}

.brand-carousel:first-child {
  margin-top: 0;
}

.brand-carousel li {
  float: left;
  margin: 0 15px;
}

.brand-carousel li img {
  max-width: 100%;
  margin: 0 auto;
  transition: 0.2s;
}

.brand-carousel li:hover img {
  opacity: .75;
}

.brand-carousel .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.brand-carousel:not(.slick-initialized) {
  opacity: 0;
  height: 100px;
  overflow: hidden !important;
}

.brand-carousel.slick-initialized {
  opacity: 1;
  transition: opacity 0.5s ease 0.75s;
}

.brand-carousel.slick-arrows-right {
  overflow: visible;
  min-height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.brand-carousel-title {
  -ms-flex: 0 0 125px;
  flex: 0 0 125px;
  max-width: 125px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #000;
  text-align: right;
}

.brand-carousel-title + * {
  margin-left: 15px;
  width: calc(100% - 155px);
}

/* inside carousel */
.carousel-inside {
  position: relative;
  overflow: hidden;
}

.carousel-inside .carousel-control {
  position: absolute;
  display: block;
  height: 47px;
  width: 47px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  top: 50%;
  padding: 0;
  margin-top: 47px;
  border: 0;
  outline: none;
  opacity: 1;
  transition: 0.2s;
  text-shadow: none;
  text-align: center;
}

.carousel-inside .carousel-control:hover, .carousel-inside .carousel-control:focus {
  outline: none;
}

.carousel-inside .carousel-control:hover {
  background: white;
}

.carousel-inside .carousel-control:before {
  font-family: 'icomoon';
  font-size: 25px;
  line-height: 47px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.carousel-inside .carousel-control.prev {
  margin-top: -47px;
  left: auto;
  right: 0;
}

.carousel-inside .carousel-control.prev:before {
  content: '\e919';
}

.carousel-inside .carousel-control.next {
  margin-top: 0;
  left: auto;
  right: 0;
}

.carousel-inside .carousel-control.next:before {
  content: '\e922';
  margin-left: 2px;
}

.carousel-inner > .carousel-item {
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .carousel-inside .carousel-control {
    height: 44px;
    width: 44px;
    background: rgba(255, 255, 255, 0.7);
  }

  .carousel-inside .carousel-control:before {
    font-size: 24px;
    line-height: 44px;
  }

  .carousel-inside .carousel-control.prev {
    margin-top: -22px;
    left: 10px;
    right: auto;
  }

  .carousel-inside .carousel-control.prev:before {
    content: '\e40a';
  }

  .carousel-inside .carousel-control.next {
    margin-top: -22px;
    left: auto;
    right: 10px;
  }

  .carousel-inside .carousel-control.next:before {
    content: '\e409';
  }
}

/* colors */
.color-red {
  background-color: red;
}

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

.color-blue {
  background-color: blue;
}

.color-orange {
  background-color: orange;
}

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

.color-green {
  background-color: green;
}

.color-purple {
  background-color: purple;
}

/* slick slider */
.slick-slide:focus {
  outline: none;
}

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

@media screen and (min-width: 768px) {
  [data-slick]:not(.slick-initialized) {
    opacity: 0;
  }

  [data-slick].slick-initialized {
    opacity: 1;
  }
}

.slick-track {
  margin: 0 auto;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

/* slick arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: 0;
  outline: none;
  transition: opacity 0.2s;
}

.slick-prev:hover:not(.slick-disabled),
  .slick-next:hover:not(.slick-disabled) {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:not(.slick-disabled):before,
    .slick-next:hover:not(.slick-disabled):before {
  opacity: 1;
}

.slick-prev:before,
  .slick-next:before {
  font-family: 'icomoon';
  font-size: 27px;
  line-height: 1;
  color: #2D2C2C;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.slick-disabled {
  cursor: auto !important;
  opacity: .3;
}

.slick-prev {
  left: -5px;
}

.slick-prev:before {
  content: '\e40a';
}

.slick-next {
  right: -5px;
}

.slick-next:before {
  content: '\e409';
}

@media (min-width: 992px) {
  .slick-arrows-aside-simple .slick-prev,
  .slick-arrows-aside-simple .slick-next,
  .slick-arrows-aside-simple .slick-disabled {
    opacity: 0;
  }

  .slick-arrows-aside-simple:hover .slick-disabled {
    opacity: .3;
  }

  .slick-arrows-aside-simple:hover .slick-prev:not(.slick-disabled),
  .slick-arrows-aside-simple:hover .slick-next:not(.slick-disabled) {
    opacity: 1;
  }
}

.slick-arrows-aside-simple .slick-prev,
.slick-arrows-aside-simple .slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 44px;
  width: 44px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  padding: 0;
  margin-top: -22px;
  transform: none;
}

.slick-arrows-aside-simple .slick-prev:before,
.slick-arrows-aside-simple .slick-next:before {
  display: inline-block;
  font-size: 18px;
  line-height: 44px;
  color: #2D2C2C;
  opacity: 1;
}

.slick-arrows-aside-simple .slick-prev:hover:not(.slick-disabled):before,
.slick-arrows-aside-simple .slick-next:hover:not(.slick-disabled):before {
  color: #2D2C2C;
  opacity: 1;
}

.slick-arrows-aside-simple .slick-prev {
  left: 0;
  right: auto;
}

.slick-arrows-aside-simple .slick-next {
  right: 0;
  left: auto;
}

.slick-arrows-aside-simple .slick-prev:before {
  content: '\e922';
}

.slick-arrows-aside-simple .slick-next:before {
  content: '\e919';
}

.slick-arrows-aside-simple.slick-arrows-white .slick-prev:before,
.slick-arrows-aside-simple.slick-arrows-white .slick-next:before {
  color: #fff;
}

.slick-arrows-aside-simple.slick-arrows-white .slick-prev:hover:before,
.slick-arrows-aside-simple.slick-arrows-white .slick-next:hover:before {
  color: #fff;
}

@media (min-width: 1200px) {
  .slick-arrows-aside-simple .slick-prev {
    left: -50px;
  }

  .slick-arrows-aside-simple .slick-next {
    right: -50px;
  }
}

@media (max-width: 1199px) {
  .slick-arrows-mobile-lg .slick-prev,
  .slick-arrows-mobile-lg .slick-next {
    position: absolute;
    z-index: 1;
    display: block;
    height: 44px;
    width: 44px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.7);
    padding: 0;
    margin-top: -22px;
    transform: none;
  }

  .slick-arrows-mobile-lg .slick-prev:hover:not(.slick-disabled),
    .slick-arrows-mobile-lg .slick-next:hover:not(.slick-disabled) {
    background: white;
  }

  .slick-arrows-mobile-lg .slick-prev:before,
  .slick-arrows-mobile-lg .slick-next:before {
    display: inline-block;
    font-size: 25px;
    line-height: 44px;
    color: #2D2C2C;
    opacity: 1;
  }

  .slick-arrows-mobile-lg .slick-prev:hover:not(.slick-disabled):before,
  .slick-arrows-mobile-lg .slick-next:hover:not(.slick-disabled):before {
    color: #2D2C2C;
    opacity: 1;
  }

  .slick-arrows-mobile-lg .slick-prev:before {
    content: '\e40a';
  }

  .slick-arrows-mobile-lg .slick-next:before {
    content: '\e409';
  }

  .slick-arrows-mobile-lg .slick-prev {
    left: 20px;
    right: auto;
  }

  .slick-arrows-mobile-lg .slick-next {
    right: 20px;
    left: auto;
  }
}

.aside .slick-arrows-mobile-lg .slick-prev,
.aside .slick-arrows-mobile-lg .slick-next, .aside .slick-arrows-aside-simple .slick-prev,
.aside .slick-arrows-aside-simple .slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 44px;
  width: 44px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  padding: 0;
  margin-top: -22px;
  transform: none;
}

.aside .slick-arrows-mobile-lg .slick-prev:hover:not(.slick-disabled),
  .aside .slick-arrows-mobile-lg .slick-next:hover:not(.slick-disabled), .aside .slick-arrows-aside-simple .slick-prev:hover:not(.slick-disabled),
  .aside .slick-arrows-aside-simple .slick-next:hover:not(.slick-disabled) {
  background: white;
}

.aside .slick-arrows-mobile-lg .slick-prev:before,
.aside .slick-arrows-mobile-lg .slick-next:before, .aside .slick-arrows-aside-simple .slick-prev:before,
.aside .slick-arrows-aside-simple .slick-next:before {
  display: inline-block;
  font-size: 25px;
  line-height: 44px;
  color: #2D2C2C;
  opacity: 1;
}

.aside .slick-arrows-mobile-lg .slick-prev:hover:not(.slick-disabled):before,
.aside .slick-arrows-mobile-lg .slick-next:hover:not(.slick-disabled):before, .aside .slick-arrows-aside-simple .slick-prev:hover:not(.slick-disabled):before,
.aside .slick-arrows-aside-simple .slick-next:hover:not(.slick-disabled):before {
  color: #2D2C2C;
  opacity: 1;
}

.aside .slick-arrows-mobile-lg .slick-prev:before, .aside .slick-arrows-aside-simple .slick-prev:before {
  content: '\e40a';
}

.aside .slick-arrows-mobile-lg .slick-next:before, .aside .slick-arrows-aside-simple .slick-next:before {
  content: '\e409';
}

.aside .slick-arrows-mobile-lg .slick-prev, .aside .slick-arrows-aside-simple .slick-prev {
  left: 20px;
  right: auto;
}

.aside .slick-arrows-mobile-lg .slick-next, .aside .slick-arrows-aside-simple .slick-next {
  right: 20px;
  left: auto;
}

@media (max-width: 767px) {
  .slick-arrows-mobile-lg:not(.bnr-grid) .slick-prev {
    left: 0;
    right: auto;
  }

  .slick-arrows-mobile-lg:not(.bnr-grid) .slick-next {
    right: 0;
    left: auto;
  }

  .bnr-grid.slick-arrows-mobile-lg .slick-prev {
    left: 15px;
    right: auto;
  }

  .bnr-grid.slick-arrows-mobile-lg .slick-next {
    right: 15px;
    left: auto;
  }
}

@media (max-width: 767px) {
  .slick-arrows-mobile .slick-prev,
  .slick-arrows-mobile .slick-next {
    position: absolute;
    z-index: 1;
    display: block;
    height: 44px;
    width: 44px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.7);
    padding: 0;
    margin-top: -22px;
    transform: none;
  }

  .slick-arrows-mobile .slick-prev:hover:not(.slick-disabled),
    .slick-arrows-mobile .slick-next:hover:not(.slick-disabled) {
    background: white;
  }

  .slick-arrows-mobile .slick-prev:before,
  .slick-arrows-mobile .slick-next:before {
    display: inline-block;
    font-size: 18px;
    line-height: 44px;
    color: #2D2C2C;
    opacity: 1;
  }

  .slick-arrows-mobile .slick-prev:hover:not(.slick-disabled):before,
  .slick-arrows-mobile .slick-next:hover:not(.slick-disabled):before {
    color: #2D2C2C;
    opacity: 1;
  }

  .slick-arrows-mobile .slick-prev {
    left: 0;
    right: auto;
  }

  .slick-arrows-mobile .slick-next {
    right: 0;
    left: auto;
  }
}

.carousel-arrows {
  position: relative;
  z-index: 1;
}

.carousel-arrows .slick-prev,
  .carousel-arrows .slick-next {
  top: 0;
  transform: translate(0);
}

.carousel-arrows .slick-prev:before,
    .carousel-arrows .slick-next:before {
  font-size: 20px;
  color: #b4b4b4;
}

.carousel-arrows .slick-prev:hover:not(.slick-disabled):before,
    .carousel-arrows .slick-next:hover:not(.slick-disabled):before {
  color: #000;
}

.carousel-arrows .slick-next {
  left: auto;
  right: 0;
}

.carousel-arrows .slick-next:before {
  content: '\e919';
}

.carousel-arrows .slick-prev {
  left: auto;
  right: 25px;
}

.carousel-arrows .slick-prev:before {
  content: '\e922';
}

.slick-arrows-squared .slick-prev,
.slick-arrows-squared .slick-next {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.7);
  top: 50%;
  margin-top: -22px;
  transform: none;
}

.slick-arrows-squared .slick-prev:before,
  .slick-arrows-squared .slick-next:before {
  display: inline-block;
  font-size: 18px;
  line-height: 44px;
  color: #2D2C2C;
  opacity: 1;
}

.slick-arrows-squared .slick-prev:hover:not(.slick-disabled),
  .slick-arrows-squared .slick-next:hover:not(.slick-disabled) {
  background: white;
}

.slick-arrows-squared .slick-next {
  right: 50px;
}

.slick-arrows-squared .slick-next:before {
  content: '\e919';
}

.slick-arrows-squared .slick-prev {
  left: 50px;
}

.slick-arrows-squared .slick-prev:before {
  content: '\e922';
}

@media (min-width: 1300px) {
  .prd-grid.slick-arrows-squared .slick-next {
    right: -50px;
  }

  .prd-grid.slick-arrows-squared .slick-next:before {
    content: '\e919';
  }

  .prd-grid.slick-arrows-squared .slick-prev {
    left: -50px;
  }

  .prd-grid.slick-arrows-squared .slick-prev:before {
    content: '\e922';
  }
}

@media (max-width: 1299px) {
  .slick-arrows-squared .slick-prev {
    left: 20px;
  }

  .slick-arrows-squared .slick-next {
    right: 20px;
  }
}

@media (max-width: 479px) {
  .slick-arrows-squared .slick-prev {
    left: 0;
  }

  .slick-arrows-squared .slick-next {
    right: 0;
  }
}

.slick-arrows-right {
  padding-right: 65px;
}

.slick-arrows-right .slick-prev,
  .slick-arrows-right .slick-next {
  width: 44px;
  height: 44px;
  background: #fff;
  top: 50%;
  left: auto;
  right: 0;
}

.slick-arrows-right .slick-prev:before,
    .slick-arrows-right .slick-next:before {
  font-size: 16px;
  color: #000;
}

.slick-arrows-right .slick-prev:hover:not(.slick-disabled):before,
    .slick-arrows-right .slick-next:hover:not(.slick-disabled):before {
  color: #000;
}

.slick-arrows-right .slick-next {
  transform: translateY(-49px);
}

.slick-arrows-right .slick-prev {
  transform: translateY(10px);
}

.slick-slider.slick-vertical .slick-prev,
.slick-slider.slick-vertical .slick-next {
  top: auto;
  bottom: -25px;
}

.slick-slider.slick-vertical .slick-prev {
  left: 5px;
}

.slick-slider.slick-vertical .slick-prev:before {
  content: '\e921';
}

.slick-slider.slick-vertical .slick-next {
  left: 50%;
  top: 0;
}

.slick-slider.slick-vertical .slick-next:before {
  content: '\e923';
}

/* slick dots */
.slick-dotted .slick-slider {
  margin-bottom: 10px;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 8px 5px;
  padding: 0;
  cursor: pointer;
  pointer-events: all;
}

.slick-dots li button {
  border: 0;
  background-color: #bfbfbf;
  display: block;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  margin: 5px;
  padding: 0;
  cursor: pointer;
  transition: 0.15s;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li:not(.slick-active) button:hover {
  background-color: #004174;
}

.slick-dots li.slick-active button {
  border-width: 2px;
  border-style: solid;
  border-color: #004174;
  height: 15px;
  width: 15px;
  margin: 0;
  background-color: transparent;
}

.slick-dots li:only-child {
  display: none;
}

.vert-dots .slick-dots {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 20px;
  left: auto;
  width: 11px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.vert-dots.vert-dots--left .slick-dots {
  left: 20px;
  right: auto;
}

@media screen and (min-width: 768px) {
  .vert-dots-md .slick-dots {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 20px;
    left: auto;
    width: 11px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .vert-dots-md.vert-dots--left .slick-dots {
    left: 20px;
    right: auto;
  }
}

@media screen and (min-width: 768px) {
  .aside .vert-dots .slick-dots {
    right: 20px;
  }

  .aside .vert-dots.vert-dots--left .slick-dots {
    left: 20px;
  }
}

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

.slick-slide {
  will-change: transform;
}

/* shop features */
.shop-feature {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.shop-feature:hover, .shop-feature:focus {
  color: inherit;
  text-decoration: none;
}

.shop-feature-bg {
  display: none;
}

.shop-features-style1:not(:first-child) {
  margin-top: 30px;
}

.shop-features-style1 .shop-feature {
  padding: 22px 20px 22px 0;
  margin: 0 0 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-width: 1px;
  border-style: solid;
  border-color: #e2e2e2;
}

.shop-features-style1 .shop-feature .shop-feature-icon {
  margin: 0;
  min-width: 102px;
  height: auto;
  text-align: center;
  font-size: 64px;
  line-height: 1em;
  color: #000;
}

@media screen and (max-width: 1199px) {
  .shop-features-style1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .shop-features-style1 .shop-feature {
    margin-left: 15px;
    margin-right: 15px;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    width: calc(33.3% - 30px);
  }
}

@media screen and (max-width: 991px) {
  .shop-features-style1 .shop-feature {
    min-width: calc(100% - 30px);
  }
}

.shop-features-style1 .shop-feature-text > *:not(:first-child) {
  margin-top: 10px;
}

.shop-features-style1 .shop-feature-text .text1 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4em;
  color: #000;
}

.shop-features-style1 .shop-feature-text .text2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.538em;
  color: #656565;
}

.shop-features-style2 {
  color: #000;
  text-align: center;
}

.shop-features-style2:not(:first-child) {
  margin-top: 30px;
}

.shop-features-style2 .shop-feature {
  padding: 20px 10px;
}

.shop-features-style2 .shop-feature .shop-feature-icon {
  margin: 0;
  height: auto;
  font-size: 64px;
  line-height: 1em;
}

.shop-features-style2 .shop-feature .shop-feature-icon [class*='icon-'] {
  display: inline-block;
  transition: 0.3s ease-out;
}

.shop-features-style2 .shop-feature:hover .shop-feature-icon [class*='icon-'] {
  transform: rotateY(-180deg);
  transition: 0.3s ease-out;
}

.shop-features-style2 .shop-feature-text:not(:first-child) {
  margin-top: 15px;
}

.shop-features-style2 .shop-feature-text .text1 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.6em;
}

@media screen and (max-width: 479px) {
  .shop-features-style2 .shop-feature {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 10px 0;
    text-align: left;
  }

  .shop-features-style2 .shop-feature:not(:first-child) {
    margin-top: 10px;
    padding: 8px 0 0;
  }

  .shop-features-style2 .shop-feature-text:not(:first-child) {
    margin-top: 0;
  }

  .shop-features-style2 .shop-feature .shop-feature-icon {
    min-width: 65px;
    font-size: 54px;
    line-height: 1em;
    text-align: left;
  }
}

.shop-features-style2-1, .shop-features-style2-2 {
  text-align: center;
}

.shop-features-style2-1:not(:first-child), .shop-features-style2-2:not(:first-child) {
  margin-top: 30px;
}

.shop-features-style2-1 .shop-feature, .shop-features-style2-2 .shop-feature {
  display: block;
  height: 100%;
  padding: 60px 10px;
  transition: 0.2s ease-out;
}

@media (max-width: 767px) {
  .shop-features-style2-1 .shop-feature, .shop-features-style2-2 .shop-feature {
    padding: 30px 10px;
  }
}

@media (max-width: 479px) {
  .shop-features-style2-1 .shop-feature, .shop-features-style2-2 .shop-feature {
    padding: 20px 0;
  }
}

.shop-features-style2-1 .shop-feature .shop-feature-icon, .shop-features-style2-2 .shop-feature .shop-feature-icon {
  margin: 0;
  height: auto;
  font-size: 35px;
  line-height: 1.3em;
  transition: 0.3s transform ease-out;
}

.shop-features-style2-1 .shop-feature:hover, .shop-features-style2-2 .shop-feature:hover {
  background-color: #004174;
}

.shop-features-style2-1 .shop-feature:hover .shop-feature-icon, .shop-features-style2-2 .shop-feature:hover .shop-feature-icon {
  transform: rotateY(-180deg);
}

.shop-features-style2-1 .shop-feature-text:not(:first-child), .shop-features-style2-2 .shop-feature-text:not(:first-child) {
  margin-top: 25px;
}

@media (max-width: 479px) {
  .shop-features-style2-1 .shop-feature-text:not(:first-child), .shop-features-style2-2 .shop-feature-text:not(:first-child) {
    margin-top: 15px;
  }
}

.shop-features-style2-1 .shop-feature-text .text1, .shop-features-style2-2 .shop-feature-text .text1 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.6em;
}

.shop-features-style2-1 {
  color: #fff;
}

.shop-features-style2-2 {
  color: #000;
}

.shop-features-style2-2 .shop-feature:hover {
  color: #fff;
}

.page-content .shop-features-style3 {
  margin-top: 0 !important;
}

@media (min-width: 768px) {
  body.boxed *.use_global > .container .shop-features-style3 .shop-feature, body *.boxed > .container .shop-features-style3 .shop-feature {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.shop-features-style3 .shop-feature, .shop-features-style3-1 .shop-feature {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding: 25px 17px;
}

@media (max-width: 1199px) {
  .shop-features-style3 .shop-feature, .shop-features-style3-1 .shop-feature {
    padding: 25px 20px;
  }
}

@media (max-width: 991px) {
  .shop-features-style3 .shop-feature, .shop-features-style3-1 .shop-feature {
    padding: 25px 15px;
  }
}

.shop-features-style3 .shop-feature:hover .shop-feature-icon, .shop-features-style3-1 .shop-feature:hover .shop-feature-icon {
  transform: rotateY(-180deg);
}

.shop-features-style3 .shop-feature .shop-feature-icon, .shop-features-style3-1 .shop-feature .shop-feature-icon {
  margin-right: 20px;
  height: 35px;
  color: #000;
  font-size: 35px;
  line-height: 1em;
  transition: 0.3s ease-out;
}

.shop-features-style3 .shop-feature .shop-feature-text .text1, .shop-features-style3-1 .shop-feature .shop-feature-text .text1 {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4em;
}

@media (max-width: 1199px) {
  .shop-features-style3 .shop-feature .shop-feature-text .text1, .shop-features-style3-1 .shop-feature .shop-feature-text .text1 {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .shop-features-style3 .shop-feature .shop-feature-text .text1, .shop-features-style3-1 .shop-feature .shop-feature-text .text1 {
    font-size: 14px;
  }
}

.shop-features-style3 .shop-feature .shop-feature-text .text2, .shop-features-style3-1 .shop-feature .shop-feature-text .text2 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 11px;
  line-height: 1.4em;
}

.shop-features-style3 .shop-feature.light-color,
  .shop-features-style3 .shop-feature.light-color .shop-feature-text .text1,
  .shop-features-style3 .shop-feature.light-color .shop-feature-icon, .shop-features-style3-1 .shop-feature.light-color,
  .shop-features-style3-1 .shop-feature.light-color .shop-feature-text .text1,
  .shop-features-style3-1 .shop-feature.light-color .shop-feature-icon {
  color: #fff;
}

.shop-features-style3 [class*='col-'], .shop-features-style3-1 [class*='col-'] {
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .shop-features-style3 [class*='col-'], .shop-features-style3-1 [class*='col-'] {
    padding: 0;
  }

  .shop-features-style3 [class*='col-']:not(:last-child) .shop-feature, .shop-features-style3-1 [class*='col-']:not(:last-child) .shop-feature {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  .shop-features-style3 .shop-feature, .shop-features-style3-1 .shop-feature {
    padding: 25px 20px;
  }
}

@media screen and (max-width: 767px) {
  .shop-features-style3 .shop-feature .shop-feature-icon {
    margin-right: 20px;
    margin-left: 20px;
  }

  footer .shop-features-style3 .shop-feature .shop-feature-icon {
    margin-right: 20px;
    margin-left: 0;
  }
}

.shop-features-style3-1 .shop-feature, body[class*='home-page-toys-2'] .shop-features-style3 .shop-feature {
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  background-color: #004174;
}

@media (max-width: 1199px) {
  .shop-features-style3-1 .shop-feature, body[class*='home-page-toys-2'] .shop-features-style3 .shop-feature {
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}

.shop-features-style3-1 > *:nth-child(1) .shop-feature, .shop-features-style3-1 > *:nth-child(1) .shop-feature-bg, body[class*='home-page-toys-2'] .shop-features-style3 > *:nth-child(1) .shop-feature, body[class*='home-page-toys-2'] .shop-features-style3 > *:nth-child(1) .shop-feature-bg {
  background-color: #004174;
}

.shop-features-style3-1 > *:nth-child(2) .shop-feature, body[class*='home-page-toys-2'] .shop-features-style3 > *:nth-child(2) .shop-feature {
  background-color: #c4a7d2;
}

.shop-features-style3-1 > *:first-child .shop-feature-bg, .shop-features-style3-1 > *:last-child .shop-feature-bg, body[class*='home-page-toys-2'] .shop-features-style3 > *:first-child .shop-feature-bg, body[class*='home-page-toys-2'] .shop-features-style3 > *:last-child .shop-feature-bg {
  display: block;
  position: absolute;
  width: 200%;
  height: 100%;
  top: 0;
  left: -200%;
  background-color: #004174;
}

@media screen and (max-width: 767px) {
  .shop-features-style3-1 > *:first-child .shop-feature-bg, .shop-features-style3-1 > *:last-child .shop-feature-bg, body[class*='home-page-toys-2'] .shop-features-style3 > *:first-child .shop-feature-bg, body[class*='home-page-toys-2'] .shop-features-style3 > *:last-child .shop-feature-bg {
    display: none;
  }
}

.shop-features-style3-1 > *:last-child .shop-feature-bg, body[class*='home-page-toys-2'] .shop-features-style3 > *:last-child .shop-feature-bg {
  right: -200%;
  left: auto;
  background-color: #004174;
}

body[class*='home-page-toys-2'] .shop-features-style3 {
  margin-top: -15px;
  margin-bottom: -15px;
}

@media (max-width: 1199px) {
  body[class*='home-page-toys-2'] .shop-features-style3 {
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  body[class*='home-page-toys-2'] .shop-features-style3 {
    margin-top: -15px;
    margin-bottom: -15px;
  }
}

@media (max-width: 479px) {
  body[class*='home-page-toys-2'] .shop-features-style3 {
    margin-top: -10px;
    margin-bottom: -10px;
  }
}

body[class*='home-page-toys-2'] .shop-features-style3 > * {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 767px) {
  body[class*='home-page-toys-2'] .shop-features-style3 > * {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 479px) {
  body[class*='home-page-toys-2'] .shop-features-style3 > * {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.shop-features-style4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shop-features-style4 .shop-feature {
  -ms-flex: 0 0 262px;
  flex: 0 0 262px;
  max-width: 262px;
  padding: 4px 0 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  border-left-width: 1px;
  border-left-style: solid;
  border-color: #e2e2e2;
}

.shop-features-style4 .shop-feature:not(:first-child) {
  margin-top: 30px;
}

.shop-features-style4 .shop-feature .shop-feature-icon {
  margin: 0;
  min-width: 102px;
  height: auto;
  text-align: center;
  font-size: 44px;
  line-height: 1em;
  color: #000;
}

.shop-features-style4 .shop-feature .shop-feature-icon [class*='icon-'] {
  display: inline-block;
  transition: 0.3s ease-out;
}

.shop-features-style4 .shop-feature:hover .shop-feature-icon [class*='icon-'] {
  transform: rotateY(-180deg);
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .shop-features-style4 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .shop-features-style4 .shop-feature {
    margin-top: 0 !important;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
    padding: 0 15px 0 0;
  }

  .shop-features-style4 .shop-feature:first-child {
    border: 0;
  }
}

@media screen and (max-width: 767px) {
  .shop-features-style4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .shop-features-style4 .shop-feature {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border: 0;
  }

  .shop-features-style4 .shop-feature:not(:first-child) {
    margin-top: 10px;
    padding: 10px 0 0;
  }

  .shop-features-style4 .shop-feature .shop-feature-icon {
    min-width: 65px;
    text-align: left;
  }
}

.shop-features-style4 .shop-feature-text > *:not(:first-child) {
  margin-top: 6px;
}

.shop-features-style4 .shop-feature-text .text1 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.55em;
  color: #000;
}

@media screen and (max-width: 767px) {
  .shop-features-style4 .shop-feature-text .text1 {
    font-size: 15px;
    line-height: 1.6em;
  }
}

.shop-features-style4 .shop-feature-text .text2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.4545em;
  color: #656565;
}

@media screen and (max-width: 767px) {
  .shop-features-style4 .shop-feature-text .text2 {
    display: none;
  }
}

.shop-features-style5 {
  display: -ms-flexbox;
  display: flex;
}

.shop-features-style5 .shop-feature {
  display: block;
  position: relative;
  padding: 60px 44px;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 991px) {
  .shop-features-style5 .shop-feature {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 767px) {
  .shop-features-style5 .shop-feature {
    padding: 30px 25px;
  }
}

.shop-features-style5 .shop-feature:hover .shop-feature-icon {
  transform: rotateY(-180deg);
}

.shop-features-style5 .shop-feature > *:not(:first-child) {
  margin-top: 25px;
}

.shop-features-style5 .shop-feature .shop-feature-icon {
  color: #000;
  font-size: 37px;
  line-height: 1em;
  transition: 0.3s ease-out;
}

.shop-features-style5 .shop-feature .shop-feature-text .text1 {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4em;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-features-style5 .shop-feature .shop-feature-text .text1 {
    font-size: 14px;
  }
}

.shop-features-style5 .shop-feature .shop-feature-text .text2 {
  color: #656565;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 11px;
  line-height: 1.4em;
}

.shop-features-style5 .shop-feature.light-color,
    .shop-features-style5 .shop-feature.light-color .shop-feature-text .text1,
    .shop-features-style5 .shop-feature.light-color .shop-feature-text .text2,
    .shop-features-style5 .shop-feature.light-color .shop-feature-icon {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .shop-features-style5 {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
  }

  .shop-features-style5 .shop-feature {
    height: auto;
  }

  .shop-features-style5 > [class*='col-']:not(:first-child) .shop-feature {
    margin-top: 30px;
  }
}

.shop-features-modal:not(:first-child) {
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #e2e2e2;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .shop-features-modal:not(:first-child) {
    margin: 15px 15px 0;
  }
}

@media screen and (max-width: 767px) {
  .shop-features-modal {
    width: calc(100vw - 72px);
    margin-left: -105px;
  }
}

.shop-features-modal .shop-feature {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 25px 0;
}

.shop-features-modal .shop-feature .shop-feature-icon {
  margin: 0 18px 0 0;
  height: auto;
  text-align: center;
  font-size: 56.5px;
  line-height: 1em;
  color: #000;
  transition: 0s ease-out;
}

.shop-features-modal .shop-feature:hover .shop-feature-icon {
  transform: rotateY(-180deg);
  transition: 0.3s ease-out;
}

.shop-features-modal .shop-feature .shop-feature-text .text1 {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4em;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-features-modal .shop-feature .shop-feature-text .text1 {
    font-size: 14px;
  }
}

.shop-features-modal .shop-feature .shop-feature-text .text1:not(:first-child) {
  margin-top: 7px;
}

.shop-features-modal .shop-feature .shop-feature-text .text2 {
  color: #000;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 11px;
  line-height: 1.4em;
}

.shop-features-modal .shop-feature .shop-feature-text .text2:not(:first-child) {
  margin-top: 7px;
}

/* subscribe form */
.subscribe-form--style1 .subscribe-form-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  padding: 14px 0 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}

.subscribe-form--style1 .form-inline {
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}

.subscribe-form--style1 .form-inline > * {
  margin-left: 15px;
  display: inline-block;
}

.subscribe-form--style1 .form-inline > *:first-child {
  margin-left: 0;
}

.subscribe-form--style1 input[type='text'], .subscribe-form--style1 input[type='email'] {
  width: 400px;
  font-family: "Montserrat", sans-serif;
}

.subscribe-form--style1 button.btn-decor {
  margin-top: 8px;
  margin-bottom: 8px;
}

.subscribe-form--style1 .btn-decor, .subscribe-form--style1 .btn-decor:focus {
  color: #000;
}

.form-control-wrap .errors {
  position: absolute;
}

@media screen and (max-width: 991px) {
  .subscribe-form--style1 .subscribe-form-title {
    display: block;
    padding: 0;
  }

  .subscribe-form--style1 .form-inline {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .subscribe-form--style1 .form-inline > * {
    margin-left: 0;
    margin-top: 20px;
  }

  .subscribe-form--style1 .form-inline > *:first-child {
    margin-top: 0;
  }

  .subscribe-form--style1 .form-control-wrap {
    display: block;
    width: 370px;
    margin-left: auto;
    margin-right: auto;
  }

  .subscribe-form--style1 input[type='text'], .subscribe-form--style1 input[type='email'] {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .subscribe-form--style1 button.btn-decor {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .subscribe-form--style1 .form-control-wrap .errors {
    position: relative;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .subscribe-form--style1 .form-control-wrap {
    width: 270px;
  }
}

.subscribe-form--style2 {
  text-align: center;
}

.subscribe-form--style2 > * {
  margin-bottom: 0;
  margin-top: 20px;
}

.subscribe-form--style2 > *:first-child {
  margin-top: 0;
}

.subscribe-form--style2 > form:not(:first-child) {
  margin-top: 40px;
}

.subscribe-form--style2 input[type='text'], .subscribe-form--style2 input[type='email'] {
  max-width: 555px;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-form--style2 .input-group {
  max-width: 605px;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-form--style3 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.subscribe-form--style3 > * {
  margin-bottom: 0;
  margin-top: 20px;
}

.subscribe-form--style3 > *:first-child {
  margin-top: 0;
}

.subscribe-form--style3 > form:not(:first-child) {
  margin-top: 40px;
}

.subscribe-form--style3 .input-group {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-form--style3 .btn--input-group:before {
  border-left: 0;
}

.subscribe-form--style3 .input-group-btn:last-child > .btn.btn--input-group:not(:hover) {
  background-color: transparent;
  color: #000;
}

.subscribe-form--whitecolor {
  color: #fff;
}

.subscribe-form--whitecolor .subscribe-form-title {
  color: #fff;
}

.subscribe-form--whitecolor .btn-decor, .subscribe-form--whitecolor .btn-decor:focus {
  color: #fff;
}

.subscribe-form--whitecolor .btn-decor:after, .subscribe-form--whitecolor .btn-decor:focus:after {
  background-color: #fff;
}

.subscribe-inline .errors {
  position: absolute;
  top: 100%;
}

body.mac .subscribe-form input.form-control {
  padding-top: 16px;
}

/* countdown  */
.countdown-box {
  position: relative;
  text-align: center;
  transition: opacity 0.3s ease 0s, visibility 0.3s linear 0s;
}

@media screen and (max-width: 767px) {
  .countdown-box {
    max-width: 100%;
  }
}

.countdown-box:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: #004174;
  content: ' ';
  opacity: 0.7;
}

.countdown-box .countdown {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 13px 5px;
}

.countdown-box .countdown:empty {
  display: none;
}

.countdown-box .countdown > span {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  padding: 0;
  color: #fff;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.538em;
}

.countdown-box .countdown > span span {
  padding: 0 2px;
  font-family: monospace;
  font-size: 14px;
}

.countdown-box .countdown > span:after {
  position: absolute;
  top: 0;
  right: -6.5px;
  display: block;
  margin-top: -2px;
  content: ":";
}

.countdown-box .countdown > span:last-child:after {
  display: none;
}

.prd .countdown-box {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.countdown-box-cooming {
  position: relative;
  display: inline-block;
  width: 262px;
  height: 50px;
  padding: 13px 5px;
  text-align: center;
  background: rgba(39, 199, 216, 0.7);
}

.countdown-box-cooming .countdown > span {
  position: relative;
  display: inline-block;
  margin: 0 7px;
  padding: 0;
  color: #fff;
  vertical-align: middle;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
}

.countdown-box-cooming .countdown > span:after {
  position: absolute;
  top: 0;
  right: -9px;
  display: block;
  margin-top: -1px;
  content: ":";
}

.countdown-box-cooming .countdown > span:last-child:after {
  display: none;
}

.countdown-box-full {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  padding: 13px 5px;
  text-align: center;
  background: #004174;
}

.countdown-box-full + * {
  margin-top: 50px;
}

.countdown-box-full .countdown > span {
  position: relative;
  display: inline-block;
  margin: 0 7px;
  padding: 0;
  color: #fff;
  vertical-align: middle;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
}

.countdown-box-full .countdown > span:after {
  position: absolute;
  top: 0;
  right: -9px;
  display: block;
  margin-top: -1px;
  content: ":";
}

.countdown-box-full .countdown > span:last-child:after {
  display: none;
}

.prd-w-md .countdown-box .countdown {
  padding: 10px 5px;
}

.prd-w-md .countdown-box .countdown > span {
  font-size: 11px;
  margin: 0 3px;
}

.prd-w-md .countdown-box .countdown > span span {
  font-size: 12px;
}

.prd-w-md .countdown-box .countdown > span:after {
  right: -5.5px;
  margin-top: -1px;
}

.prd-w-md.prd-has-countdown .prd-img-area .color-swatch {
  bottom: 40px;
}

.prd-w-sm .countdown-box .countdown {
  padding: 6px 0;
}

.prd-w-sm .countdown-box .countdown > span {
  margin: 0 3px;
  font-size: 11px;
}

.prd-w-sm .countdown-box .countdown > span span {
  font-size: 12px;
}

.prd-w-sm .countdown-box .countdown > span:last-child {
  display: none;
}

.prd-w-sm .countdown-box .countdown > span:nth-child(3):after {
  display: none;
}

.prd-w-sm .countdown-box .countdown > span:after {
  right: -5.0px;
  top: 1px;
}

.prd-w-sm.prd-has-countdown .prd-img-area .color-swatch {
  bottom: 32px;
}

.prd-w-xs .countdown-box .countdown {
  padding: 5px 0;
}

.prd-w-xs .countdown-box .countdown > span {
  margin: 0 3px;
  font-size: 10px;
}

.prd-w-xs .countdown-box .countdown > span span {
  font-size: 11px;
}

.prd-w-xs .countdown-box .countdown > span:last-child {
  display: none;
}

.prd-w-xs .countdown-box .countdown > span:nth-child(3):after {
  display: none;
}

.prd-w-xs .countdown-box .countdown > span:after {
  right: -5px;
  top: 1px;
}

.prd-w-xs.prd-has-countdown .prd-img-area .color-swatch {
  bottom: 29px;
}

/* instagram */
.instagram-carousel {
  position: relative;
  margin: 30px 0;
  overflow: hidden;
}

.instagram-carousel:last-child {
  margin-bottom: 0;
}

.instagram-carousel:first-child {
  margin-top: 0;
}

@media screen and (max-width: 479px) {
  .instagram-carousel {
    margin: 15px 0;
  }
}

.instagram-feed-full {
  margin: 0 -5px;
  padding: 0;
  list-style: none;
  width: calc(100% + 10px);
  overflow: hidden;
  white-space: nowrap;
}

.instagram-feed-full a {
  display: block;
  position: relative;
  float: left;
  padding: 0 5px;
  width: 16.667%;
}

.instagram-feed-full a:before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 40px;
  margin: -20px 0 0 -20px;
  content: "\e955";
  font-family: 'icomoon';
  font-size: 40px;
  line-height: 1em;
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: scale(0.5);
  transition: 0.3s;
  -webkit-backface-visibility: hidden;
}

.instagram-feed-full a:after {
  position: absolute;
  z-index: 0;
  content: '';
  top: 0;
  bottom: 0;
  left: 5px;
  right: 5px;
  background: #000;
  opacity: 0;
  transition: 0.3s;
}

.instagram-feed-full a:hover:before {
  opacity: 1;
  transform: scale(1);
}

.instagram-feed-full a:hover:after {
  opacity: .35;
}

.instagram-feed-full a span {
  display: block;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}

.instagram-feed-full a img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.instagram-carousel-arrows {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  transition: opacity 0.2s;
}

@media screen and (max-width: 767px) {
  .instagram-carousel-arrows {
    left: 0;
    width: 100%;
    transform: translateX(0);
  }
}

.instagram-carousel-arrows .slick-prev,
  .instagram-carousel-arrows .slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 47px;
  width: 47px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  top: 50%;
  padding: 0;
  margin-top: -23px;
  opacity: 1;
  transform: none;
  pointer-events: auto;
  transition: 0.2s;
}

@media screen and (max-width: 479px) {
  .instagram-carousel-arrows .slick-prev,
      .instagram-carousel-arrows .slick-next {
    height: 44px;
    width: 44px;
  }
}

.instagram-carousel-arrows .slick-prev:hover,
    .instagram-carousel-arrows .slick-next:hover {
  background: white;
}

.instagram-carousel-arrows .slick-prev:before,
  .instagram-carousel-arrows .slick-next:before {
  display: inline-block;
  font-size: 25px;
  line-height: 49px;
  color: #000;
  opacity: 1;
}

@media screen and (max-width: 479px) {
  .instagram-carousel-arrows .slick-prev:before,
      .instagram-carousel-arrows .slick-next:before {
    font-size: 24px;
    line-height: 44px;
  }
}

.instagram-carousel-arrows .slick-prev:hover:before,
  .instagram-carousel-arrows .slick-next:hover:before {
  color: #000;
  opacity: 1;
}

.instagram-carousel-arrows .slick-prev {
  left: 0;
  right: auto;
}

.instagram-carousel-arrows .slick-next {
  right: 0;
  left: auto;
}

@media screen and (min-width: 992px) {
  .instagram-carousel-arrows .slick-prev {
    opacity: 0;
    left: -15px;
    right: auto;
  }

  .instagram-carousel-arrows .slick-next {
    opacity: 0;
    right: -15px;
    left: auto;
  }

  .instagram-carousel:hover .instagram-carousel-arrows .slick-prev {
    opacity: 1;
    left: 0;
    right: auto;
  }

  .instagram-carousel:hover .instagram-carousel-arrows .slick-next {
    opacity: 1;
    right: 0;
    left: auto;
  }
}

.instagram-grid {
  overflow: hidden;
  margin-top: -10px;
}

.instagram-grid a {
  display: block;
  float: left;
  margin-top: 10px;
  width: 16.666%;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.instagram-grid a:hover span:after {
  opacity: 0.25;
}

.instagram-grid a span {
  display: block;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}

.instagram-grid a span:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #004174;
  opacity: 0;
  transition: opacity 0.2s;
}

.instagram-grid a img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.instagram-grid.three-in-row a {
  width: 33.333%;
}

.instagram-grid.eleven-in-row a {
  width: 9.091%;
}

@media screen and (max-width: 991px) {
  .instagram-grid.eleven-in-row a {
    width: 12.5%;
  }

  .instagram-grid.eleven-in-row a:nth-child(32) ~ a {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .instagram-grid.eleven-in-row a {
    width: 20%;
  }
}

@media screen and (max-width: 479px) {
  .instagram-grid.eleven-in-row a {
    width: 33.333%;
  }

  .instagram-grid.eleven-in-row a:nth-child(12) ~ a {
    display: none;
  }
}

/* blog post */
.post-prws {
  margin: -30px -15px 0 -15px;
  width: calc(100% + 30px);
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .post-prws {
    margin-top: -25px;
  }
}

@media only screen and (max-width: 479px) {
  .post-prws {
    margin-top: -15px;
  }
}

.post-prw .post-img {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.post-prw .post-img img {
  width: calc(100% + 1px);
  transform: scale(1.1) rotate(0.001deg);
  transition: 0.5s;
}

.post-prw .post-img:after {
  position: absolute;
  z-index: 0;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0;
  transition: 0.3s;
}

.post-prw:hover .post-img img {
  transform: scale(1) rotate(0.01deg);
}

.post-prw:hover .post-img:after {
  opacity: .15;
}

.post-prw .post-img + *:not(:first-child) {
  margin-top: 20px;
}

@media screen and (max-width: 479px) {
  .post-prw .post-img + *:not(:first-child) {
    margin-top: 15px;
  }
}

.post-prw > * {
  margin-bottom: 0;
}

.post-prw > *:not(:first-child) {
  margin-top: 12px;
}

@media (max-width: 767px) {
  .post-prw > *:not(:first-child) {
    margin-top: 10px;
  }
}

.post-prw .post-title {
  display: inline-block;
  text-decoration: none;
  color: #000;
}

.post-prw .post-title:hover, .post-prw .post-title:focus,
  .post-prw .post-title:hover > *,
  .post-prw .post-title:focus > * {
  color: #004174;
  text-decoration: none;
}

.post-prw .post-title > * {
  display: inline-block;
  margin: 0;
}

.post-prw .tags-list:not(:first-child) {
  margin-bottom: -10px;
}

@media screen and (max-width: 767px) {
  .post-prw .tags-list:not(:first-child) {
    margin-bottom: 0;
  }
}

.post-prw .post-bot {
  position: relative;
  margin-top: 15px;
  padding: 16px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  overflow: hidden;
}

@media (max-width: 767px) {
  .post-prw .post-bot {
    padding: 15px 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.post-prw .post-bot:before {
  position: absolute;
  top: 0;
  right: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: 1px;
  background-color: #e2e2e2;
  content: '';
}

.post-prw .post-bot > * {
  margin-left: 10px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
}

.post-prw .post-bot > *:last-child {
  margin-left: auto;
}

.post-prw .post-bot > *:first-child {
  margin-left: 0;
}

.post-prw .post-link {
  color: #000;
}

.post-prw .post-link:hover, .post-prw .post-link:focus {
  color: #004174;
  text-decoration: none;
}

@media (max-width: 767px) {
  .post-prw .post-link {
    margin-left: auto;
  }
}

.post-prw .post-action a[class*='icon'] {
  padding: 0 5px;
  color: #004174;
  font-size: 14px;
}

.post-prw .post-action a[class*='icon']:hover, .post-prw .post-action a[class*='icon']:focus {
  color: #000;
  text-decoration: none;
}

.post-prw .post-action a.icon-share {
  font-size: 17px;
}

@media (min-width: 768px) {
  .aside-block .post-prws-carousel {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .aside-block .post-prws-carousel .post-prw {
    width: calc(100% - 30px);
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .aside-block .post-prws-carousel {
    margin-left: -5px;
    margin-right: -5px;
    width: 100%;
  }

  .aside-block .post-prws-carousel .post-prw {
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px;
  }
}

.post-prw-big .tags-list:not(:first-child) {
  margin-top: 20px;
}

.post-prw-big .post-bot {
  padding: 24px 0 0;
}

@media screen and (max-width: 479px) {
  .post-prw-big .post-bot {
    padding-top: 16px;
  }
}

.post-prw-big .post-img {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.post-prw-big .post-img img {
  width: calc(100% + 1px);
  transform: scale(1.1) rotate(0.001deg);
  transition: 0.5s;
}

.post-prw-big .post-img:after {
  position: absolute;
  z-index: 0;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0;
  transition: 0.3s;
}

.post-prw-big:hover .post-img img {
  transform: scale(1) rotate(0.01deg);
}

.post-prw-big:hover .post-img:after {
  opacity: .15;
}

.post-full .tags-list:not(:first-child) {
  margin-top: 15px;
}

.post-full .post-bot {
  padding: 18px 0 0;
}

.post-full:before {
  top: -10px;
}

.post-prw-big > *:not(:first-child), .post-full > *:not(:first-child) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .post-prw-big > *:not(:first-child), .post-full > *:not(:first-child) {
    margin-top: 24px;
  }
}

@media screen and (max-width: 479px) {
  .post-prw-big > *:not(:first-child), .post-full > *:not(:first-child) {
    margin-top: 18px;
  }
}

.post-prw-big .post-img, .post-full .post-img {
  display: block;
}

.post-prw-big .post-img img, .post-full .post-img img {
  width: 100%;
}

.post-prw-big .post-title, .post-full .post-title {
  display: inline-block;
  margin: 14px 0 0 0;
  text-decoration: none;
}

.post-prw-big .post-title:hover, .post-prw-big .post-title:focus,
  .post-prw-big .post-title:hover > *,
  .post-prw-big .post-title:focus > *, .post-full .post-title:hover, .post-full .post-title:focus,
  .post-full .post-title:hover > *,
  .post-full .post-title:focus > * {
  color: #004174;
  text-decoration: none;
}

.post-prw-big .post-title > *, .post-full .post-title > * {
  display: inline-block;
  margin: 0;
}

@media screen and (max-width: 479px) {
  .post-prw-big .post-title, .post-full .post-title {
    margin-top: 10px;
  }
}

.post-prw-big .post-title:first-child, .post-full .post-title:first-child {
  margin-top: 0;
}

.post-prw-big .post-teaser:not(:first-child), .post-full .post-teaser:not(:first-child) {
  margin-top: 16px;
}

@media screen and (max-width: 479px) {
  .post-prw-big .post-teaser:not(:first-child), .post-full .post-teaser:not(:first-child) {
    margin-top: 7px;
  }
}

.post-prw-big .post-bot, .post-full .post-bot {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.post-prw-big .post-bot:not(:first-child), .post-full .post-bot:not(:first-child) {
  margin-top: 20px;
}

@media screen and (max-width: 479px) {
  .post-prw-big .post-bot:not(:first-child), .post-full .post-bot:not(:first-child) {
    margin-top: 17px;
  }
}

.post-prw-big .post-bot:before, .post-full .post-bot:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e2e2e2;
  content: '';
}

.post-prw-big .post-bot > *, .post-full .post-bot > * {
  margin-left: 10px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
}

.post-prw-big .post-bot > *:last-child, .post-full .post-bot > *:last-child {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .post-prw-big .post-bot > .social-list:last-child, .post-full .post-bot > .social-list:last-child {
    margin-top: 5px;
    margin-left: -12px;
    min-width: 100%;
  }

  .post-prw-big .post-bot > .post-action:not(:last-child), .post-full .post-bot > .post-action:not(:last-child) {
    margin-left: auto;
  }
}

.post-prw-big .post-bot > *:first-child, .post-full .post-bot > *:first-child {
  margin-left: 0;
}

.post-prw-big .post-link, .post-full .post-link {
  color: #000;
  font-weight: 600;
}

.post-prw-big .post-link:hover, .post-prw-big .post-link:focus, .post-full .post-link:hover, .post-full .post-link:focus {
  color: #004174;
  text-decoration: none;
}

.post-prw-big .post-date, .post-full .post-date {
  font-size: 12px;
  line-height: 1em;
  color: #656565;
  text-transform: uppercase;
}

.post-prw-big .post-action a[class*='icon'], .post-full .post-action a[class*='icon'] {
  padding: 0 5px;
  color: #004174;
  font-size: 14px;
}

.post-prw-big .post-action a[class*='icon']:hover, .post-prw-big .post-action a[class*='icon']:focus, .post-full .post-action a[class*='icon']:hover, .post-full .post-action a[class*='icon']:focus {
  color: #000;
  text-decoration: none;
}

.post-prw-big .post-action a.icon-share, .post-full .post-action a.icon-share {
  font-size: 17px;
}

.post-full .post-img:not(:last-child) {
  margin-top: 12px;
}

.post-prws-carousel:not(.slick-initialized) {
  height: 372px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.post-prws-carousel .post-prw {
  float: left;
  margin-top: 30px;
  margin-right: 15px;
  margin-left: 15px;
  width: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-prws-carousel .post-prw {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .post-prws-carousel .post-prw {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 479px) {
  .post-prws-carousel .post-prw {
    margin-top: 15px;
  }
}

.aside-block .post-prw:not(.slick-slide) + .post-prw {
  margin-top: 20px;
}

@media only screen and (max-width: 479px) {
  .aside-block .post-prw:not(.slick-slide) + .post-prw {
    margin-top: 15px;
  }
}

.post-prw-big + .post-prw-big {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .post-prw-big + .post-prw-big {
    margin-top: 40px;
  }
}

/* blog post grid */
.post-grid-2, .post-grid-3, .post-grid-4 {
  width: calc(100% + 30px);
  margin: 10px 0 0 -30px;
}

.post-grid-2 .post-prw-big,
.post-grid-3 .post-prw-big,
.post-grid-4 .post-prw-big {
  vertical-align: top;
  display: inline-block;
  width: calc(50% - 30px);
  min-height: 1px;
  margin-left: 30px;
  margin-right: -4px;
  margin-bottom: 30px;
  margin-top: 0;
}

.post-grid-2 .post-prw-big:nth-child(1),
.post-grid-2 .post-prw-big:nth-child(2),
.post-grid-3 .post-prw-big:nth-child(1),
.post-grid-3 .post-prw-big:nth-child(2),
.post-grid-3 .post-prw-big:nth-child(3),
.post-grid-4 .post-prw-big:nth-child(1),
.post-grid-4 .post-prw-big:nth-child(2),
.post-grid-4 .post-prw-big:nth-child(3),
.post-grid-4 .post-prw-big:nth-child(4) {
  margin-top: 10px;
}

.post-grid-2 .post-prw-big {
  width: calc(50% - 30px);
}

.post-grid-3 .post-prw-big {
  width: calc(33.33333% - 30px);
}

.post-grid-4 .post-prw-big {
  width: calc(25% - 30px);
}

@media screen and (max-width: 991px) {
  .post-grid-4 .post-prw-big {
    width: calc(33.33333% - 30px);
  }
}

@media screen and (max-width: 767px) {
  .post-grid-4 .post-prw-big, .post-grid-3 .post-prw-big {
    width: calc(50% - 30px);
  }
}

@media screen and (max-width: 480px) {
  .post-grid-4 .post-prw-big, .post-grid-3 .post-prw-big, .post-grid-2 .post-prw-big {
    width: calc(100% - 30px);
  }
}

#sideColumn.fixed-col {
  margin-top: 0;
}

.post-comment-form:not(:first-child) {
  margin-top: 40px;
}

.post-comment-form .comment-form {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .post-comment-form .comment-form {
    margin-top: 20px;
  }
}

.post-comments:not(:first-child) {
  margin-top: 30px;
}

.post-comment:first-of-type:not(:first-child) {
  margin-top: 40px;
}

.post-comment > .row > [class*='col']:last-child {
  padding-bottom: 25px;
}

.post-comment > .row > [class*='col']:last-child:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 0;
  height: 1px;
  background-color: #e2e2e2;
}

.post-comment:not(:first-child) {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .post-comment:not(:first-child) {
    margin-top: 20px;
  }
}

.post-comment img {
  max-width: 100%;
}

.post-comment-text {
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
}

.post-comment-text:not(:first-child) {
  margin-top: 20px;
}

.post-comment-author-img {
  max-width: 100px;
}

.post-comment-author {
  font-size: 14px;
  line-height: 1em;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}

.post-comment-author, .post-comment-author a {
  color: #000;
}

.post-comment-author:not(:first-child) {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .post-comment-author:not(:first-child) {
    margin-top: 15px;
  }
}

.post-comment-date {
  font-size: 12px;
  line-height: 1em;
  color: #656565;
  text-transform: uppercase;
}

.post-comment-date:not(:first-child) {
  margin-top: 10px;
}

.post-comment-reply {
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
}

.post-comment-reply, .post-comment-reply a {
  color: #004174;
}

.post-comment-reply a:hover {
  color: #000;
}

.post-comment-reply:not(:first-child) {
  margin-top: 25px;
}

/* reviews */
.review-item {
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
}

.review-item p {
  margin-top: 15px;
}

.review-item_author {
  margin-bottom: 0;
}

.review-item_rating {
  margin-top: 5px;
}

.review-item_rating [class*='icon'], .review-item_rating span, .tab-pane .prd-rating [class*='icon'], .tab-pane .prd-rating span {
  display: inline-block;
  vertical-align: top;
}

.review-item_rating span:not(:first-child), .tab-pane .prd-rating span:not(:first-child) {
  padding-left: 5px;
}

.review-item_rating [class*='icon'], .tab-pane .prd-rating [class*='icon'] {
  color: #b4b4b4;
  font-size: 13px;
}

.review-item_rating [class*='icon'].fill, .tab-pane .prd-rating [class*='icon'].fill {
  color: #004174;
}

.review-item + .review-item {
  margin-top: 0;
  border-top: 0;
}

.review-item + *:not(.review-item) {
  margin-top: 30px;
}

/* tooltip */
.tooltip {
  z-index: 1000;
}

.tooltip.top {
  padding: 6px 0;
}

.tooltip.right {
  padding: 0 6px;
}

.tooltip.bottom {
  padding: 6px 0;
}

.tooltip.left {
  padding: 0 6px;
}

.tooltip-inner {
  border-width: 1px;
  border-style: solid;
  border-color: #e2e2e2;
  color: #656565;
  font-size: 12px;
  border-radius: 0;
}

.tooltip-inner {
  background: #fff;
  padding: 2px 10px 2px;
}

.tooltip .arrow {
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip .arrow:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  background: #fff;
  border-color: transparent;
  border-style: solid;
  z-index: -1;
}

.tooltip.bs-tooltip-top .arrow {
  bottom: 3px;
  top: auto;
  width: auto;
  border-width: 5px 5px 0;
  border-top-color: #fff;
}

.tooltip.bs-tooltip-top .arrow:before {
  bottom: -2px;
  top: auto;
  left: 50%;
  margin-left: -6px;
  border-width: 6px 6px 0;
  border-top-color: #e2e2e2;
}

.tooltip.bs-tooltip-bottom .arrow {
  top: 3px;
  width: auto;
  border-width: 0 5px 5px;
  border-bottom-color: #fff;
}

.tooltip.bs-tooltip-bottom .arrow:before {
  top: -2px;
  left: 50%;
  margin-left: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #e2e2e2;
}

.tooltip.bs-tooltip-left .arrow {
  right: 3px;
  width: auto;
  border-width: 5px 0 5px 5px;
  border-left-color: #fff;
}

.tooltip.bs-tooltip-left .arrow:before {
  right: -2px;
  left: auto;
  top: 50%;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-left-color: #e2e2e2;
}

.tooltip.bs-tooltip-right .arrow {
  left: 2px;
  width: auto;
  border-width: 5px 5px 5px 0;
  border-right-color: #fff;
}

.tooltip.bs-tooltip-right .arrow:before {
  left: -2px;
  top: 50%;
  margin-top: -6px;
  border-width: 6px 6px 6px 0;
  border-right-color: #e2e2e2;
}

/* modal */
.modal-countdown {
  display: none;
}

.modal-content {
  box-shadow: 0 0 0 0;
  border: 0;
  padding: 30px 35px;
}

.modal-header {
  border-radius: 0;
}

.modal-content, .fancybox-content {
  border-radius: 0;
  background: #fff;
  overflow-x: hidden;
}

.modal-info {
  max-width: 470px;
  padding: 45px 30px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  border-radius: 4px;
  overflow: hidden;
  transform: translateY(-50px);
  transition: all .7s;
}

.modal-info .modal-icon-info {
  padding-right: 12px;
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
}

.modal-info .modal-text {
  display: -ms-flexbox;
  display: flex;
}

.modal-info a {
  color: #004174;
}

.modal--success .modal-icon-info {
  color: #77b900;
}

.modal--error .modal-icon-info {
  color: #e53d60;
}

/* modal quick view/checkout */
.modal--quickview .modal-dialog {
  width: 900px;
}

.modal--quickview .modal-content {
  padding: 30px 32px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .modal--quickview .product-previews-wrapper {
    display: block;
  }

  .modal--quickview .prd-block_main-image + .product-previews-wrapper {
    display: none;
  }
}

.modal--quickview .prd-block_info {
  overflow: visible !important;
}

.modal--quickview .modal-header, .modal--checkout .modal-header {
  background: #004174;
  padding: 16px 30px 14px;
  border: 0;
}

@media screen and (max-width: 767px) {
  .modal--quickview .modal-header, .modal--checkout .modal-header {
    padding: 10px 15px 9px;
  }
}

.modal--quickview .modal-header-title, .modal--checkout .modal-header-title {
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  font-size: 18px;
  line-height: 23px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #fff;
}

.modal--quickview .modal-header-title [class*='icon'], .modal--checkout .modal-header-title [class*='icon'] {
  padding-right: 25px;
}

@media screen and (max-width: 767px) {
  .modal--quickview .modal-header-title [class*='icon'], .modal--checkout .modal-header-title [class*='icon'] {
    display: none;
  }
}

.modal--quickview .modal-header .modal-close, .modal--checkout .modal-header .modal-close {
  top: 8px;
  right: 20px;
  padding: 10px;
  font-size: 18px;
  color: #fff;
  transition: 0.2s;
}

.modal--quickview .modal-header .modal-close:hover, .modal--checkout .modal-header .modal-close:hover {
  opacity: .6;
}

.modal--quickview .modal-content, .modal--checkout .modal-content {
  padding: 30px 40px;
}

@media screen and (max-width: 991px) {
  .modal--quickview .modal-content, .modal--checkout .modal-content {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 767px) {
  .modal--quickview .modal-content, .modal--checkout .modal-content {
    padding: 15px 20px;
  }
}

.modal--quickview .modal-body, .modal--checkout .modal-body {
  padding: 0;
  overflow: hidden;
}

.modal--quickview .fancybox-close-small, .modal--checkout .fancybox-close-small {
  border-radius: 0;
  color: #fff;
  right: 6px;
  top: 5px;
}

@media screen and (max-width: 767px) {
  .modal--quickview .fancybox-close-small, .modal--checkout .fancybox-close-small {
    top: 0;
  }
}

.modal--quickview .fancybox-thumbs > ul > li, .modal--checkout .fancybox-thumbs > ul > li {
  height: 120px;
}

.modal--quickview .fancybox-thumbs > ul > li:before, .modal--checkout .fancybox-thumbs > ul > li:before {
  border-width: 2px;
  border-style: solid;
  border-color: #004174;
}

.modal--quickview.fancybox-content, .modal--checkout.fancybox-content {
  padding: 0;
  width: 937px;
  max-width: calc(100% - 60px);
  max-height: calc(100% - 60px);
  margin: 0;
}

@media screen and (max-width: 767px) {
  .modal--quickview.fancybox-content, .modal--checkout.fancybox-content {
    width: 600px;
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px);
  }
}

.modal--quickview .prd-block_info-row .option-label, .modal--checkout .prd-block_info-row .option-label {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: auto;
  line-height: 17px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.modal--quickview .prd-block_info-row .prd-block_qty, .modal--checkout .prd-block_info-row .prd-block_qty {
  margin: 0 15px;
}

@media screen and (max-width: 991px) {
  .modal--quickview .prd-block_info-row .prd-block_qty, .modal--checkout .prd-block_info-row .prd-block_qty {
    margin: 0 10px;
  }
}

.modal--quickview .prd-block_info-row .prd-block_options, .modal--checkout .prd-block_info-row .prd-block_options {
  margin: 0 15px;
}

@media screen and (max-width: 991px) {
  .modal--quickview .prd-block_info-row .prd-block_options, .modal--checkout .prd-block_info-row .prd-block_options {
    margin: 0 10px 0 0;
  }
}

.modal--quickview .prd-block_info-row .prd-block_qty .qty, .modal--checkout .prd-block_info-row .prd-block_qty .qty {
  padding-right: 0;
}

/* modal quick view product */
.modal--quickview .prd-block_info {
  width: 100%;
}

.modal--quickview .prd-block_price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal--quickview .prd-block_price > * {
  margin-right: 10px;
  margin-bottom: 0;
  padding: 0;
}

.modal--quickview .prd-rating {
  margin-top: 0;
}

.modal--quickview .prd-rating:not(:first-child) {
  padding-left: 15px;
}

.modal--quickview .prd-block_info-row {
  margin: 0 0 20px;
}

.modal--quickview .prd-block_info-row > *:not(:first-child) {
  margin-left: 10px;
}

.modal--quickview .prd-block_info-row .mr-auto > *:not(:last-child) {
  margin-right: 10px;
}

.modal--quickview .prd-block_info-row > * {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .modal--quickview .prd-block_info-row > * {
    margin-bottom: 0;
  }
}

.modal--quickview .prd-block_info-row, .modal--quickview .prd-block_info-row > form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.modal--quickview .info-row-2 {
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.modal--quickview .prd-block_info .size-list li {
  margin: 0;
}

.modal--quickview .info-row-col-1, .modal--quickview .info-row-col-3 {
  margin-right: auto;
}

.modal--quickview .info-row-col-2 {
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.modal--quickview .info-row-col-2 > * {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.modal--quickview .info-row-col-2 > *:not(:first-child) {
  margin-left: 15px;
}

.modal--quickview .info-row-col-2 > *:not(:first-child) > *:not(:first-child) {
  margin-left: 15px;
}

.modal--quickview .info-row-col-3 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal--quickview .info-row-col-3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .modal--quickview .info-row-col-3 {
    max-width: 170px;
  }
}

.modal--quickview .info-row-col-4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.modal--quickview .prd-block_actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0 15px;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .modal--quickview .prd-block_actions {
    margin: 0 10px;
  }
}

.modal--quickview .prd-block_actions:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .modal--quickview .info-row-col-4 .prd-block_price {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .modal--quickview .prd-block_link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .modal--quickview .prd-block_info-row > form {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal--quickview .info-row-1:first-child {
    display: block;
  }

  .modal--quickview .prd-block_info-row:last-child {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .modal--quickview .info-row-col-3 {
    display: none;
  }

  .modal--quickview .info-row-col-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .modal--quickview .info-row-col-4 > *:nth-child(odd) {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    min-width: calc(50% - 10px);
  }

  .modal--quickview .info-row-col-4 > *:nth-child(even) {
    margin: 0 0 0 auto;
  }

  .modal--quickview .info-row-col-4 > *:nth-child(1), .modal--quickview .info-row-col-4 > *:nth-child(2) {
    margin-bottom: 15px;
  }

  .modal--quickview .info-row-col-2 {
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }

  .modal--quickview .info-row-col-2, .modal--quickview .info-row-col-2:not(:first-child) {
    margin-left: 0;
  }

  .modal--quickview .info-row-col-2 > *:not(:first-child) {
    margin-left: 0;
  }

  .modal--quickview .info-row-col-2 > * {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    min-width: 30%;
  }

  .modal--quickview .info-row-col-2 > *:not(:first-child) {
    margin-left: auto;
  }

  .modal--quickview .info-row-2 {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }

  .modal--quickview .prd-block_info-row .prd-block_qty, .modal--quickview .prd-block_info-row .prd-block_options, .modal--quickview .prd-block_info-row .prd-block_actions {
    margin: 0 10px 0 0;
  }
}

@media screen and (max-width: 359px) {
  .modal--quickview .prd-block_qty, .modal--quickview .prd-block_options, .modal--quickview .prd-block_actions {
    margin: 0 15px 0 0;
  }

  .modal--quickview .modal-content {
    padding: 15px 15px;
  }

  .modal--quickview .prd-block_price .prd-block_price--actual, .modal--quickview .prd-block_price .prd-block_price--special {
    font-size: 20px;
  }

  .modal--quickview .info-row-col-4 > *:nth-child(1) {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    min-width: 0;
  }

  .modal--quickview .info-row-col-4 > *:nth-child(3) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }

  .modal--quickview .info-row-col-4 > *:nth-child(4) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 15px 0 0 0;
  }

  .modal--quickview .info-row-col-4 > *:nth-child(4) button {
    width: 100%;
  }
}

.modal--quickview .select-wrapper, .modal--quickview .select-wrapper-sm {
  max-width: 200px;
}

@media screen and (max-width: 991px) {
  .modal--quickview .select-wrapper, .modal--quickview .select-wrapper-sm {
    max-width: 160px;
  }
}

@media screen and (max-width: 479px) {
  .modal--quickview .select-wrapper, .modal--quickview .select-wrapper-sm {
    max-width: 100%;
  }
}

.modal--quickview .btn {
  padding-left: 15px;
  padding-right: 15px;
}

.modal--checkout .modal-dialog {
  width: 880px;
}

@media screen and (max-width: 991px) {
  .modal--checkout .modal-dialog {
    width: 440px;
    max-width: 90%;
  }
}

.modal--checkout .modal-content {
  padding: 40px 35px;
}

@media screen and (max-width: 767px) {
  .modal--checkout .modal-content {
    padding: 20px 15px;
  }
}

.modal--checkout .prd-options {
  margin-top: 0;
  font-size: 11px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.modal--checkout .prd-options + .prd-options {
  margin-top: 2px;
}

.modal--checkout .label-options {
  font-size: 11px;
  margin-right: 10px;
}

.modal--checkout .prd-options-val {
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}

.modalchk-title {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-family: "Montserrat", sans-serif;
}

.modalchk-price, .modalchk-total-price {
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 700;
  color: #000;
}

.modalchk-price {
  margin-bottom: 12px;
}

.modalchk-total-price {
  position: relative;
  top: -2px;
}

.modalchk-custom img {
  max-width: 100%;
}

.modalchk-custom:not(:first-child) {
  margin-top: 30px;
}

.modalchk-prd-info {
  margin-right: 15px;
}

@media screen and (min-width: 992px) {
  .modalchk-prd-info {
    padding-right: 30px;
    padding-top: 15px;
    border-right-width: 1px;
    border-right-style: solid;
    border-color: #e2e2e2;
  }
}

@media screen and (max-width: 767px) {
  .modalchk-prd-info {
    -ms-flex: 0 0 calc(100% - 135px);
    flex: 0 0 calc(100% - 135px);
    max-width: calc(100% - 135px);
    margin-right: 0;
    padding: 0;
  }
}

.modalchk-prd-actions {
  padding-top: 15px;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 991px) {
  .modalchk-prd-actions {
    padding-top: 25px;
  }
}

@media screen and (min-width: 992px) {
  .modalchk-prd-image {
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
  }
}

@media screen and (max-width: 991px) {
  .modalchk-prd-image {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .modalchk-prd-image {
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
  }
}

.modalchk-prd-image img {
  width: 100%;
  position: relative;
  z-index: 155;
}

.modalchk-btns-wrap {
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  .modalchk-btns-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .modalchk-btns-wrap > *:not(:last-child) {
    margin-right: 10px;
  }
}

.modalchk-btns-wrap .btn {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .modalchk-btns-wrap .btn {
    margin-bottom: 10px;
    width: 100%;
  }
}

.product-quickview-carousel {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
  z-index: 155;
}

@media screen and (max-width: 767px) {
  .product-quickview-carousel {
    margin-left: -7.5px;
    margin-right: -7.5px;
    width: calc(100% + 15px);
  }
}

.product-quickview-carousel a {
  display: block;
  margin: 0 15px;
}

@media screen and (max-width: 767px) {
  .product-quickview-carousel a {
    margin: 0 7.5px;
  }
}

.product-quickview-carousel img {
  max-width: 100%;
}

.product-quickview-carousel a {
  width: 260px;
}

.product-quickview-carousel:not(.slick-initialized) a {
  min-width: 260px;
}

.product-quickview-carousel:not(.slick-initialized) {
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

.product-quickview-carousel:not(.slick-initialized) a {
  min-width: 260px;
}

.product-quickview-carousel:not(.slick-initialized) a img {
  height: 0;
  padding-top: 118%;
}

@media screen and (max-width: 991px) {
  .product-quickview-carousel a {
    width: 192px;
  }

  .product-quickview-carousel:not(.slick-initialized) a {
    min-width: 192px;
  }
}

@media screen and (max-width: 767px) {
  .product-quickview-carousel a {
    width: 176px;
  }

  .product-quickview-carousel:not(.slick-initialized) a {
    min-width: 176px;
  }
}

@media screen and (max-width: 630px) {
  .product-quickview-carousel:not(.slick-initialized) > div {
    min-width: 50%;
  }

  .product-quickview-carousel a {
    width: calc(100% - 15px);
  }

  .product-quickview-carousel:not(.slick-initialized) a {
    min-width: calc(100% - 15px);
  }
}

.product-quickview-carousel.slick-initialized {
  opacity: 1;
  transition: opacity 0.5s ease 0.75s;
}

.product-quickview-carousel.slick-initialized + .gdw-loader {
  opacity: 0;
}

.product-quickview-carousel .slick-prev,
.product-quickview-carousel .slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 44px;
  width: 44px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  top: 50%;
  padding: 0;
  margin-top: -22px;
  transform: none;
  pointer-events: auto;
}

.product-quickview-carousel .slick-prev:before,
  .product-quickview-carousel .slick-next:before {
  display: inline-block;
  font-size: 18px;
  line-height: 44px;
  color: #2D2C2C;
  opacity: 1;
}

.product-quickview-carousel .slick-prev:hover:not(.slick-disabled),
  .product-quickview-carousel .slick-next:hover:not(.slick-disabled) {
  background: white;
}

.product-quickview-carousel .slick-prev:before,
.product-quickview-carousel .slick-next:before {
  display: inline-block;
  font-size: 16px;
  line-height: 45px;
  color: #000;
  opacity: 1;
}

.product-quickview-carousel .slick-prev:hover:not(.slick-disabled):before,
.product-quickview-carousel .slick-next:hover:not(.slick-disabled):before {
  color: #000;
  opacity: 1;
}

.product-quickview-carousel .slick-prev {
  left: 25px;
  right: auto;
}

@media screen and (max-width: 767px) {
  .product-quickview-carousel .slick-prev {
    left: 0;
  }
}

.product-quickview-carousel .slick-next {
  right: 25px;
  left: auto;
}

@media screen and (max-width: 767px) {
  .product-quickview-carousel .slick-next {
    right: 0;
  }
}

.product-quickview-carousel:not(.slick-initialized) {
  opacity: 0;
}

.equal-height .product-quickview-carousel .slick-slide > a {
  position: relative;
  height: 0;
  padding-top: 118%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.equal-height .product-quickview-carousel .slick-slide > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
}

.modal--simple {
  padding: 0;
}

.modal--simple .modal-header {
  background: #004174;
  padding: 16px 30px 14px;
  border: 0;
}

@media screen and (max-width: 767px) {
  .modal--simple .modal-header {
    padding: 10px 15px 9px;
  }
}

.modal--simple .modal-header-title {
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  font-size: 18px;
  line-height: 23px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .modal--simple .modal-header-title {
    font-size: 16px;
  }
}

.modal--simple .modal-header-title [class*='icon'] {
  padding-right: 25px;
}

@media screen and (max-width: 767px) {
  .modal--simple .modal-header-title [class*='icon'] {
    display: none;
  }
}

.modal--simple .modal-header .modal-close {
  top: 8px;
  right: 20px;
  padding: 10px;
  font-size: 18px;
  color: #fff;
  transition: 0.2s;
}

.modal--simple .modal-header .modal-close:hover {
  opacity: .6;
}

.modal--simple .modal-content {
  padding: 30px 40px;
}

@media screen and (max-width: 991px) {
  .modal--simple .modal-content {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 767px) {
  .modal--simple .modal-content {
    padding: 15px 20px;
  }
}

.modal--simple .modal-body {
  padding: 0;
}

.modal--simple .fancybox-close-small {
  border-radius: 0;
  color: #fff;
  right: 6px;
  top: 5px;
}

@media screen and (max-width: 767px) {
  .modal--simple .fancybox-close-small {
    top: 0;
  }
}

.modal--lg {
  width: 909px;
  max-width: calc(100% - 40px);
}

/* modal newsletter */
.modal--newsletter {
  padding: 0;
  width: 1024px;
  max-width: calc(100% - 40px);
  overflow: hidden;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .modal--newsletter {
    width: 512px;
  }
}

.modal--newsletter .fancybox-close-small {
  background: #004174;
  color: #fff;
  height: 53px;
  width: 53px;
  font-size: 20px;
  line-height: 53px;
}

.modal--newsletter input[type="checkbox"] + label {
  text-transform: none;
}

.newslettermodal-img {
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.newslettermodal-img img {
  height: 100%;
}

.newslettermodal-content-center {
  width: 100%;
}

.newslettermodal-content {
  text-align: center;
  padding: 60px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .newslettermodal-content {
    padding: 40px;
  }
}

@media screen and (max-width: 479px) {
  .newslettermodal-content {
    padding: 30px;
  }
}

.newslettermodal-content-logo img {
  max-height: 65px;
}

.newslettermodal-content-title:not(:first-child) {
  margin-top: 30px;
}

.newslettermodal-content-title:not(:first-child) {
  margin-top: 30px;
}

.newslettermodal-content-text:not(:first-child) {
  margin-top: 30px;
}

.newslettermodal-content-form:not(:first-child) {
  margin-top: 20px;
}

.newslettermodal-content-socials:not(:first-child) {
  margin-top: 30px;
}

.newslettermodal-content-socials .social-list li a {
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .newslettermodal-content-socials .social-list li a {
    padding: 0 12px;
  }
}

.modal--newsletter input[type='email'] {
  font-size: 14px;
}

.modal--newsletter input[type='email']::-webkit-input-placeholder {
  color: #656565;
  text-transform: none;
}

.modal--newsletter input[type='email']:-moz-placeholder {
  color: #656565;
  text-transform: none;
}

.modal--newsletter input[type='email']::-moz-placeholder {
  color: #656565;
  text-transform: none;
}

.modal--newsletter input[type='email']:-ms-input-placeholder {
  color: #656565;
  text-transform: none;
}

.modal--newsletter input[type='email']:focus::-webkit-input-placeholder {
  color: #b4b4b4;
  text-transform: none;
}

.modal--newsletter input[type='email']:focus:-moz-placeholder {
  color: #b4b4b4;
  text-transform: none;
}

.modal--newsletter input[type='email']:focus::-moz-placeholder {
  color: #b4b4b4;
  text-transform: none;
}

.modal--newsletter input[type='email']:focus:-ms-input-placeholder {
  color: #b4b4b4;
  text-transform: none;
}

.fancybox-fx-material.fancybox-slide--previous,
.fancybox-fx-material.fancybox-slide--next {
  opacity: 0;
  transform: translateY(-60px) scale(1.1);
}

.fancybox-fx-material.fancybox-slide--current {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.fancybox-thumbs > ul > li {
  max-height: none;
  width: calc(50% - 4px);
  padding-top: 50%;
}

.fancybox-caption:before {
  background: none;
}

.fancybox-active .fancybox-stage {
  display: block !important;
}

.fancybox--light .fancybox-bg {
  background: #fff;
}

.fancybox--light.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.fancybox--light .fancybox-caption {
  font-size: 18px;
  line-height: 1em;
  font-weight: 600;
  color: #000;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.fancybox--light .fancybox-caption:after {
  display: none;
}

.fancybox--light .fancybox-infobar {
  color: #000;
  mix-blend-mode: unset;
}

.fancybox--light .fancybox-button {
  background: #004174;
}

.fancybox--light .fancybox-button, .fancybox--light .fancybox-button:link, .fancybox--light .fancybox-button:visited {
  color: #fff;
}

.fancybox--light .fancybox-button.disabled, .fancybox--light .fancybox-button.disabled:hover, .fancybox--light .fancybox-button[disabled], .fancybox--light .fancybox-button[disabled]:hover {
  color: #fff;
  opacity: .35;
}

.fancybox-thumbs > ul > li:before {
  border-color: #004174;
}

@media screen and (min-width: 992px) {
  .fancybox-thumbs > ul > li {
    max-height: none;
    height: 165px;
    margin: 0 2px 4px;
  }

  .fancybox-thumbs {
    width: 280px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 280px;
  }
}

/* product payment notify */
.payment-notification-wrap {
  position: fixed;
  bottom: 0;
  left: 20px;
  margin-bottom: 20px;
  z-index: 10000 !important;
}

.payment-notification-wrap .payment-notification {
  width: 320px;
  border: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  position: relative;
}

.payment-notification-wrap .payment-notification .payment-notification-container {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
}

.payment-notification-wrap .payment-notification .payment-notification-container .payment-notification-image img {
  width: 90px;
  overflow: hidden;
}

.payment-notification-wrap .payment-notification .payment-notification-container .payment-notification-content {
  margin: 0;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.payment-notification-wrap .payment-notification .payment-notification-container .payment-notification-content .payment-notification-content {
  font-size: 14px;
  line-height: 16px;
}

.payment-notification-wrap .payment-notification .payment-notification-close {
  position: absolute;
  top: 5px;
  right: 8px;
  cursor: pointer;
  color: #000;
}

.payment-notification-wrap .payment-notification .payment-notification-close:hover {
  opacity: .75;
}

.payment-notification-content > * + * {
  margin-top: 10px;
}

.payment-notification-text {
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  color: #b4b4b4;
}

.payment-notification-name {
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

.payment-notification-name:hover {
  color: #004174;
}

.payment-notification-when {
  font-size: 12px;
  line-height: 1em;
  color: #b4b4b4;
}

.payment-notification-from {
  font-size: 12px;
  line-height: 1em;
  color: #000;
}

/* cart table */
.cart-table {
  text-align: left;
}

.cart-table-link {
  display: block;
  position: relative;
}

.cart-table-link:hover, .cart-table-link:focus {
  text-decoration: none;
}

.cart-table-link > .icon {
  display: block;
  float: left;
  font-size: 33px;
  line-height: 1em;
}

.cart-table-link:hover .minicart-link:after {
  content: '';
  width: 100%;
  height: 200px;
  position: absolute;
  z-index: 0;
  top: 100%;
  left: 0;
}

.cart-table-qty {
  display: block;
  width: 35px;
  margin: 14px 0 0 -35px;
  float: left;
  font-size: 14px;
  line-height: 15px;
  color: #004174;
  text-align: center;
}

.cart-table-title {
  display: block;
  padding-left: 50px;
  margin-bottom: 2px;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
}

.cart-table-total {
  margin-bottom: 15px;
  margin-top: 20px;
  padding: 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 36px;
  color: #656565;
}

@media screen and (max-width: 767px) {
  .cart-table-total > .row > [class*='col'] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cart-table-total .btn {
    padding: 10px 12px;
  }

  .cart-table-total .btn:not(:only-child) {
    -ms-flex: 1;
    flex: 1;
  }

  .cart-table-total .btn:only-child {
    min-width: 50%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .cart-table-total .btn [class*="icon-"]:not(:only-child):not(:last-child) {
    padding-right: 6px;
  }
}

@media screen and (min-width: 768px) {
  .cart-table-total {
    background-color: #fbfbfb;
    padding: 7px 7px 0;
  }
}

.cart-table-total [class*="col"] > * {
  margin-bottom: 7px;
  margin-right: 4px;
}

.cart-table-total [class*="col"] > .btn:only-child {
  margin-left: 0;
  margin-right: 0;
}

.cart-table-total .btn,
  .cart-table-total [class*="col"] > * {
  display: inline-block;
  vertical-align: top;
}

.cart-table-prd {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #f7f7f7;
  padding-top: 15px;
  padding-bottom: 15px;
}

.cart-table-prd:first-of-type {
  padding-top: 30px;
}

@media screen and (max-width: 991px) {
  .cart-table-prd > * {
    padding-left: 90px;
    padding-right: 50px;
    padding-top: 10px;
  }
}

@media screen and (min-width: 992px) {
  .cart-table-prd > * {
    display: table-cell;
    vertical-align: middle;
  }
}

.cart-table-prd-options {
  font-size: 11px;
  line-height: 1.2em;
  color: #656565;
  text-transform: uppercase;
}

.cart-table-prd-options:not(:first-child) {
  margin-top: 7px;
}

.cart-table-prd-image {
  width: 145px;
}

@media screen and (max-width: 991px) {
  .cart-table-prd-image {
    width: 90px;
    padding: 0;
    float: left;
  }
}

.cart-table-prd-image img {
  width: 78px;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .cart-table-prd-image img {
    width: 65px;
  }
}

@media only screen and (max-width: 479px) {
  .cart-table-prd-image img {
    width: 60px;
  }
}

@media screen and (max-width: 991px) {
  .cart-table-prd-name {
    padding-top: 0;
  }
}

.cart-table-prd-name h5 {
  margin-bottom: 10px;
}

.cart-table-prd-name h5,
.cart-table-prd-name h5 a {
  font-size: 11px;
  line-height: 1.2em;
  color: #656565;
  text-transform: uppercase;
}

.cart-table-prd-name h2 {
  margin-bottom: 0;
}

.cart-table-prd-name h2,
.cart-table-prd-name h2 a {
  font-size: 14px;
  line-height: 1.6em;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}

.cart-table-prd-name h2 a:hover {
  color: #004174;
}

@media screen and (min-width: 992px) {
  .cart-table-prd-qty {
    width: 12.6%;
  }
}

@media screen and (min-width: 992px) {
  .cart-table-prd-price {
    width: 15%;
  }
}

.cart-table-prd-qty,
.cart-table-prd-price {
  font-size: 11px;
  line-height: 18px;
  color: #656565;
  text-transform: uppercase;
}

.cart-table-prd-qty b,
.cart-table-prd-price b {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

@media screen and (min-width: 992px) {
  .cart-table-prd-action {
    width: 140px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 991px) {
  .cart-table-prd-action {
    float: right;
    position: absolute;
    top: 15px;
    padding: 0;
    right: 0;
    width: 50px;
    text-align: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0;
  }
}

.cart-table-prd-action > a {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  color: #004174;
  text-decoration: none;
}

.cart-table-prd-action > a:hover {
  color: #000;
}

.card-total {
  font-size: 24px;
  line-height: 27px;
  font-weight: 600;
  color: #000;
}

.card-total:not(:only-child) {
  margin-bottom: 40px;
}

.card-total .card-total-price {
  font-weight: bold;
}

.card-total + button {
  margin-bottom: 25px;
}

.sidebar-block .card-total:not(:only-child) {
  margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
  .cart-table--sm .cart-table-prd-image {
    width: 50px;
  }

  .cart-table--sm .cart-table-prd-image img {
    max-width: 100%;
  }

  .cart-table--sm .cart-table-prd-name {
    padding: 0 15px;
  }

  .cart-table--sm .cart-table-prd-name a {
    font-size: 13px;
    letter-spacing: 0;
  }

  .cart-table--sm .cart-table-prd-name b {
    font-weight: 600;
  }

  .cart-table--sm .cart-table-prd-qty {
    width: 50px;
    text-align: center;
  }

  .cart-table--sm .cart-table-prd-price {
    width: 90px;
    text-align: center;
  }

  .cart-table--sm .cart-table-prd-headings {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    background-color: #fbfbfb;
    border: 0;
  }

  .cart-table--sm .cart-table-prd-headings, .cart-table--sm .cart-table-prd-headings:first-of-type {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.card-total-sm {
  overflow: hidden;
  background-color: #fbfbfb;
  padding: 7px 7px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.card-total-sm .card-total-price {
  font-weight: bold;
}

.cart-table.cart-table--wishlist .cart-table-prd:first-of-type {
  padding-top: 15px;
}

.cart-table.cart-table--wishlist .delete-from-wishlist {
  font-size: 15px;
  position: absolute;
  right: 0;
  top: 5px;
  text-decoration: none;
}

.cart-table.cart-table--wishlist .delete-from-wishlist:hover {
  text-decoration: none;
}

.cart-table.cart-table--wishlist .cart-table-addtocart {
  text-align: right;
}

@media screen and (max-width: 991px) {
  .cart-table.cart-table--wishlist .cart-table-addtocart {
    text-align: left;
  }
}

/* timeline */
.timeLine {
  overflow: hidden;
  opacity: 0;
  max-height: 900px;
  transition: 0.2s;
}

.timeLine.loaded {
  opacity: 1;
  max-height: none;
}

.timeLine-left,
.timeLine-right {
  float: left;
  width: 50%;
}

.timeLine-left {
  border-right-width: 1px;
  border-right-style: solid;
  border-color: #e2e2e2;
  padding-right: 30px;
  text-align: right;
}

.timeLine-right {
  padding-left: 30px;
  padding-top: 60px;
  text-align: left;
}

.timeLine-item:not(:first-child) {
  margin-top: 30px;
}

.timeLine-item-image {
  position: relative;
  display: inline-block;
}

.timeLine-item-image img {
  max-width: 100%;
}

.timeLine-item-text {
  position: absolute;
  bottom: 23px;
  left: 25px;
  right: 25px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.timeLine-item-text h5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  color: inherit;
}

.timeLine-item-text:not(:first-child),
  .timeLine-item-text p:not(:first-child) {
  margin-top: 10px;
}

@media screen and (max-width: 600px) {
  .timeLine-item:nth-child(even) {
    text-align: right;
  }
}

/* person */
.person-row {
  margin: -30px -5px 0;
}

.person-row > [class*='col-'] {
  float: none;
  margin-top: 30px;
  padding: 0 5px;
}

.person-item img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.person-item > *:first-child {
  margin-top: 0;
}

.person-item-title {
  color: #000;
  margin-top: 20px;
  padding: 0 5px;
}

@media screen and (max-width: 991px) {
  .person-item-title {
    margin-top: 18px;
  }
}

@media screen and (max-width: 767px) {
  .person-item-title {
    margin-top: 15px;
  }
}

.person-item-post {
  padding: 0 5px;
  font-size: 12px;
  line-height: 17px;
}

.person-item-post:not(:first-child) {
  margin-top: 7px;
}

@media screen and (max-width: 767px) {
  .person-item-post:not(:first-child) {
    margin-top: 5px;
  }
}

/* gallery */
.filters {
  margin: 0 0 35px;
  padding: 0;
  text-align: center;
}

@media (max-width: 479px) {
  .filters {
    margin-bottom: 15px;
  }
}

.filters .filters-label {
  display: inline-block;
  margin: 0 10px;
}

.filters .filters-label > a {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

.filters .filters-label.active > a,
  .filters .filters-label:hover > a {
  color: #004174;
}

.filters .filters-label-count {
  color: #656565;
  padding-left: 10px;
  font-weight: 400;
}

.holder.fullwidth .filters {
  padding-left: 15px;
  padding-right: 15px;
}

.gallery-wrapper {
  overflow: hidden;
  margin-bottom: -1px;
}

.gallery--style-1 .gallery-item {
  position: relative;
  overflow: hidden;
  text-align: center;
  float: left;
  width: 33.333%;
}

@media (max-width: 991px) {
  .gallery--style-1 .gallery-item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .gallery--style-1 .gallery-item {
    width: 100%;
  }
}

.gallery--style-1 .gallery-item p {
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .gallery--style-1 .gallery-item p {
    font-size: 12px;
    line-height: 18px;
  }
}

.gallery--style-1 .gallery-item:hover .gallery-item-caption,
  .gallery--style-1 .gallery-item:hover .gallery-item-links {
  opacity: 1;
}

.gallery--style-1 .gallery-item:hover .gallery-item-link {
  opacity: 1;
  margin: 0 15px;
}

.gallery--style-1 .gallery-item-image img {
  display: block;
  width: 100%;
}

.gallery--style-1 .gallery-item-image:not(.has-loader) img {
  position: relative;
}

.gallery--style-1 .gallery-item-caption {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 23px 25px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: 0.5s;
}

.gallery--style-1 .gallery-item-caption,
  .gallery--style-1 .gallery-item-caption h2,
  .gallery--style-1 .gallery-item-caption h3,
  .gallery--style-1 .gallery-item-caption h4,
  .gallery--style-1 .gallery-item-caption h5,
  .gallery--style-1 .gallery-item-caption h6 {
  color: #fff;
  margin-bottom: 0;
}

.gallery--style-1 .gallery-item-caption > *:not(:first-child) {
  margin-top: 13px;
}

.gallery--style-1 .gallery-item-title {
  font-size: 18px;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .gallery--style-1 .gallery-item-title {
    font-size: 16px;
  }
}

.gallery--style-2 .gallery-item {
  position: relative;
  overflow: hidden;
  text-align: center;
  float: left;
  width: calc(33.333% - 30px);
  margin: 0 15px 10px;
}

@media (max-width: 991px) {
  .gallery--style-2 .gallery-item {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .gallery--style-2 .gallery-item {
    width: 100%;
    margin: 0;
    font-size: 16px;
  }
}

.gallery--style-2 .gallery-item p {
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .gallery--style-2 .gallery-item p {
    font-size: 12px;
    line-height: 18px;
  }
}

.gallery--style-2 .gallery-item:hover .gallery-item-links {
  opacity: 1;
}

.gallery--style-2 .gallery-item:hover .gallery-item-link {
  opacity: 1;
  margin: 0 15px;
}

.gallery--style-2 .gallery-item-image {
  position: relative;
}

.gallery--style-2 .gallery-item-image img {
  position: relative;
  display: block;
  width: 100%;
}

.gallery--style-2 .gallery-item-caption {
  padding: 30px 0;
}

@media (max-width: 479px) {
  .gallery--style-2 .gallery-item-caption {
    padding: 20px 0;
  }
}

.gallery--style-2 .gallery-item-caption,
  .gallery--style-2 .gallery-item-caption h2,
  .gallery--style-2 .gallery-item-caption h3,
  .gallery--style-2 .gallery-item-caption h4,
  .gallery--style-2 .gallery-item-caption h5,
  .gallery--style-2 .gallery-item-caption h6 {
  color: #000;
  margin-bottom: 0;
}

.gallery--style-2 .gallery-item-caption > *:not(:first-child) {
  margin-top: 13px;
}

.gallery--style-2 .gallery-item-title {
  font-size: 18px;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 1px;
}

.gallery--style-2 .gallery-item-category {
  font-size: 12px;
  line-height: 18px;
  color: #656565;
  text-transform: uppercase;
}

.gallery-item-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
}

.gallery-item-link {
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 75px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  line-height: 45px;
  color: #000;
  cursor: pointer;
  text-decoration: none;
  opacity: 0;
  transition: 0.5s;
}

.gallery-item-link:hover, .gallery-item-link:focus {
  color: #000;
  text-decoration: none;
}

.gallery-item-link:hover {
  background: white;
  transition: 0.5s;
}

/* tab category */
.tab-category.nav-tabs {
  border-bottom: 0;
}

.tab-category.nav-tabs > * {
  display: inline-block;
  float: none;
  margin: 0 15px;
}

.tab-category.nav-tabs > * > * {
  margin-bottom: 0;
}

.tab-category.nav-tabs:not(.text-center):not(.justify-content-center) > *:first-child {
  margin-left: 0;
}

.tab-category.nav-tabs:not(.text-center):not(.justify-content-center) > *:last-child {
  margin-right: 0;
}

.tab-category.nav-tabs .nav-link.active, .tab-category.nav-tabs .nav-link:hover {
  color: #004174;
}

.tab-category.nav-tabs .nav-link {
  padding: 0;
  border: 0;
}

@media (max-width: 767px) {
  .tab-category.nav-tabs .nav-link {
    padding: 5px 0;
  }
}

.tab-category-content.tab-content > .tab-pane {
  padding: 0;
}

.tab-category-image {
  display: block;
  height: 100%;
  min-height: 300px;
  text-decoration: none;
  background-size: cover;
  background-position: center;
}

/* coming soon banner  */
.count-banner-link {
  display: block;
  position: relative;
}

.count-banner-link, .count-banner-link:focus {
  text-decoration: none;
}

.count-banner-link:after {
  position: absolute;
  z-index: 0;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0;
  transition: 0.3s;
}

.count-banner-link:hover {
  text-decoration: none;
}

.count-banner-link:hover:after {
  opacity: .25;
}

.count-banner-link .row {
  position: relative;
  z-index: 2;
}

.count-banner {
  padding: 135px 0;
}

@media (max-width: 1199px) {
  .count-banner {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .count-banner {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .count-banner {
    padding: 50px 0;
  }
}

.count-banner-caption {
  padding: 0 15px;
}

.count-banner-caption > *:not(:first-child) {
  margin-top: 10px;
}

.count-banner-caption .countdown-box {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.count-banner-caption .countdown > span {
  font-weight: 600;
}

@media (max-width: 767px) {
  .count-banner-caption {
    padding: 0 15px 30px;
  }
}

.count-banner-txt1 {
  font-size: 14px;
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
}

.count-banner-txt2 {
  font-size: 48px;
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 991px) {
  .count-banner-txt2 {
    font-size: 36px;
  }
}

@media (max-width: 479px) {
  .count-banner-txt2 {
    font-size: 28px;
  }
}

.count-banner-txt2 span {
  color: #004174;
}

.count-banner2 {
  display: table;
  margin: 0 auto;
  padding: 65px 0;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 767px) {
  .count-banner2 {
    padding: 30px 0;
  }
}

.count-banner2:hover {
  text-decoration: none;
}

.count-banner2-caption {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 0 auto;
  padding: 135px 145px 100px;
  background-color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 991px) {
  .count-banner2-caption {
    padding: 80px 80px 60px;
  }
}

@media (max-width: 767px) {
  .count-banner2-caption {
    padding: 60px 50px 45px;
  }
}

@media (max-width: 479px) {
  .count-banner2-caption {
    padding: 40px 30px 25px;
  }
}

.count-banner2-caption:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: -100px;
  left: 50%;
  bottom: -100px;
  right: -100px;
  background: rgba(255, 255, 255, 0.2);
  pointer-events: none;
  transform: rotate(-20deg);
}

.count-banner2-caption:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 60px;
  left: 60px;
  bottom: 60px;
  right: 60px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff;
  pointer-events: none;
}

@media (max-width: 991px) {
  .count-banner2-caption:after {
    top: 40px;
    left: 40px;
    bottom: 40px;
    right: 40px;
    border-width: 3px;
  }
}

@media (max-width: 767px) {
  .count-banner2-caption:after {
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: 30px;
  }
}

@media (max-width: 767px) {
  .count-banner2-caption:after {
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
  }
}

.count-banner2-caption .countdown-box {
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}

.count-banner2-caption .countdown-box:before {
  display: none;
}

.count-banner2-caption .countdown > span {
  color: #a1a0a0;
}

.count-banner2-caption .countdown > span:after {
  display: none;
}

.count-banner2-caption .countdown > span span {
  display: block;
  width: 74px;
  padding: 20px 0;
  margin: 0 10px 15px;
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.35);
}

@media (max-width: 767px) {
  .count-banner2-caption .countdown > span span {
    font-size: 18px;
    width: 50px;
    padding: 8px 0;
    margin: 0 3px 10px;
  }
}

@media (max-width: 479px) {
  .count-banner2-caption .countdown > span span {
    font-size: 14px;
    width: 40px;
    padding: 3px 0;
    margin: 0 0 5px;
  }
}

.count-banner2-txt1 {
  font-size: 37px;
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
}

.count-banner2-txt1:not(:first-child) {
  margin-top: 35px;
}

@media (max-width: 991px) {
  .count-banner2-txt1 {
    font-size: 25px;
  }
}

@media (max-width: 479px) {
  .count-banner2-txt1 {
    font-size: 20px;
  }
}

.count-banner2-txt2 {
  font-size: 100px;
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #004174;
}

.count-banner2-txt2:not(:first-child) {
  margin-top: 35px;
}

@media (max-width: 991px) {
  .count-banner2-txt2 {
    font-size: 70px;
  }
}

@media (max-width: 479px) {
  .count-banner2-txt2 {
    font-size: 50px;
  }
}

.coming-soon-block .success-message {
  color: #15c979;
}

.coming-soon-block .row > * {
  -ms-flex: 0 0 500px;
  flex: 0 0 500px;
  max-width: 500px;
}

@media (max-width: 1199px) {
  .coming-soon-block .row > * {
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    max-width: 400px;
  }
}

@media (max-width: 991px) {
  .coming-soon-block .row > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .coming-soon-block .row > * {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

.coming-soon-block .errors {
  min-width: 100%;
}

.coming-soon-block .errors, .coming-soon-block .contact-form .errors {
  text-align: left;
}

/* collection carousel */
.collection-carousel:not(.slick-initialized) .collection-carousel-item {
  width: 20%;
  float: left;
}

@media screen and (max-width: 1199px) {
  .collection-carousel:not(.slick-initialized) .collection-carousel-item {
    width: 25%;
  }
}

@media screen and (max-width: 991px) {
  .collection-carousel:not(.slick-initialized) .collection-carousel-item {
    width: 33.333%;
  }
}

@media screen and (max-width: 767px) {
  .collection-carousel:not(.slick-initialized) .collection-carousel-item {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .collection-carousel:not(.slick-initialized) .collection-carousel-item {
    width: 100%;
  }
}

.collection-carousel-item {
  position: relative;
  overflow: hidden;
}

.collection-carousel-item img {
  max-width: 100%;
  transform: scale(1.1) rotate(0.001deg);
  transition: 0.5s;
}

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

.collection-carousel-item a:after {
  position: absolute;
  z-index: 0;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0;
  transition: 0.3s;
}

.collection-carousel-item:hover img {
  transform: scale(1) rotate(0.01deg);
}

.collection-carousel-item:hover a:after {
  opacity: .15;
}

.collection-carousel-title {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 16% 12%;
  font-size: 22px;
  line-height: 1.636em;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .collection-carousel-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .collection-carousel-title {
    font-size: 14px;
  }
}

.collection-carousel-2 {
  text-align: center;
}

.collection-carousel-2-item {
  padding: 0 15px;
}

.collection-carousel-2-item .collection-carousel-2-item-inside {
  display: block;
  background-color: #fff;
  padding: 0 0 40px;
  text-decoration: none;
}

.collection-carousel-2-item img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.collection-carousel-2-item .btn {
  color: #fff;
}

.collection-carousel-2:not(.slick-initialized) .collection-carousel-2-item {
  width: 20%;
  float: left;
}

@media screen and (max-width: 1199px) {
  .collection-carousel-2:not(.slick-initialized) .collection-carousel-2-item {
    width: 25%;
  }
}

@media screen and (max-width: 991px) {
  .collection-carousel-2:not(.slick-initialized) .collection-carousel-2-item {
    width: 33.333%;
  }
}

@media screen and (max-width: 767px) {
  .collection-carousel-2:not(.slick-initialized) .collection-carousel-2-item {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .collection-carousel-2:not(.slick-initialized) .collection-carousel-2-item {
    width: 100%;
  }
}

.collection-carousel-2-title {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #000;
}

.collection-carousel-2-title:last-child {
  margin-bottom: 0;
}

.collection-carousel-2-title:not(:first-child) {
  margin-top: 15px;
}

/* single product slider */
.product-slider.vert-dots.vert-dots--left .slick-dots {
  left: 5.35%;
}

@media screen and (max-width: 767px) {
  .product-slider .slick-dots {
    bottom: 10px;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}

.product-slider .product-slider-item {
  position: relative;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .product-slider .product-slider-item {
    background-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  .product-slider .product-slider-item {
    padding-bottom: 50px;
  }
}

.product-slider .product-slider-item img {
  max-width: 60%;
  float: right;
}

@media screen and (max-width: 991px) {
  .product-slider .product-slider-item img {
    max-width: 100%;
    float: none;
    margin: 0 auto 30px;
  }
}

.product-slider .product-slider-inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .product-slider .product-slider-inside {
    position: relative;
  }
}

.product-slider .prd-tag {
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  color: #656565;
}

.product-slider .prd-tag:not(:first-child) {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .product-slider .prd-tag {
    display: none;
  }

  .product-slider .prd-tag + * {
    margin-top: 0;
  }
}

.product-slider .prd-title, .product-slider .prd-title > a {
  color: #000;
}

.product-slider .prd-title {
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1em;
  font-weight: 800;
  text-decoration: none;
  transition: 0.2s;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
}

.product-slider .prd-title:not(:first-child) {
  margin-top: 14px;
}

@media screen and (max-width: 991px) {
  .product-slider .prd-title {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .product-slider .prd-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .product-slider .prd-title {
    font-size: 20px;
  }
}

.product-slider .prd-price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-slider .prd-price:not(:first-child) {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .product-slider .prd-price:not(:first-child) {
    margin-top: 16px;
  }
}

@media screen and (max-width: 479px) {
  .product-slider .prd-price:not(:first-child) {
    margin-top: 10px;
  }
}

.product-slider .prd-price .price-new {
  font-size: 30px;
  line-height: 1em;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #000;
}

@media screen and (max-width: 991px) {
  .product-slider .prd-price .price-new {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .product-slider .prd-price .price-new {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .product-slider .prd-price .price-new {
    font-size: 16px;
  }
}

.product-slider .prd-price .price-comment, .product-slider .prd-price .price-old {
  display: none;
}

.product-slider .prd-action form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-slider .prd-action form .form-group:not(:only-child), .product-slider .prd-action form .form-flex:not(:only-child) {
  margin-bottom: 0;
}

.product-slider .prd-links {
  margin: 0 10px;
}

.product-slider .prd-action-wrap:not(:first-child) {
  margin-top: 38px;
}

@media screen and (max-width: 991px) {
  .product-slider .prd-action-wrap:not(:first-child) {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .product-slider .prd-action-wrap:not(:first-child) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .product-slider .prd-action-wrap:not(:first-child) {
    margin-top: 15px;
  }
}

.product-slider .prd-rating:not(:first-child) {
  margin-top: 10px;
}

.product-slider .product-slider-info > *:first-child {
  margin-top: 0;
}

.product-slider .product-slider-info {
  width: 43%;
  height: 100%;
  margin: 0 6%;
  color: #656565;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-slider .product-slider-info.text-center {
  text-align: center;
}

.product-slider .product-slider-info.text-center .prd-rating, .product-slider .product-slider-info.text-center .prd-price, .product-slider .product-slider-info.text-center .prd-action {
  -ms-flex-pack: center;
  justify-content: center;
}

.product-slider .product-slider-info.text-center .prd-action .btn {
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  .product-slider .product-slider-info {
    width: 100%;
    margin: 0;
  }
}

.aside .product-slider .prd-title {
  font-size: 32px;
}

.product-slider-2 .slick-dots {
  position: relative;
  bottom: -20px;
}

@media screen and (max-width: 767px) {
  .product-slider-2 .slick-dots {
    bottom: 30px;
  }
}

.product-slider-2 .product-slider-item {
  position: relative;
}

@media (max-width: 991px) and (min-width: 768px) {
  .product-slider-2 .product-slider-item {
    display: table;
  }
}

@media screen and (max-width: 767px) {
  .product-slider-2 .product-slider-item {
    padding-bottom: 50px;
    text-align: center;
  }
}

.product-slider-2 .product-slider-item img {
  width: 56%;
  float: right;
}

@media screen and (max-width: 767px) {
  .product-slider-2 .product-slider-item img {
    width: 90%;
    float: none;
    margin: 0 auto 15px;
  }
}

@media screen and (max-width: 479px) {
  .product-slider-2 .product-slider-item img {
    width: 80%;
  }
}

.product-slider-2 .product-slider-inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .product-slider-2 .product-slider-inside {
    position: relative;
  }
}

.product-slider-2 .prd-title {
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1em;
  font-weight: 800;
  text-decoration: none;
  transition: 0.2s;
  color: #000;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
}

.product-slider-2 .prd-title:not(:first-child) {
  margin-top: 14px;
}

@media screen and (max-width: 991px) {
  .product-slider-2 .prd-title {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .product-slider-2 .prd-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .product-slider-2 .prd-title {
    font-size: 20px;
  }
}

.product-slider-2 .prd-tag {
  position: relative;
  top: 1px;
  margin-top: 0;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #656565;
}

.product-slider-2 .prd-tag + * {
  margin-left: 10px;
}

.product-slider-2 .prd-rating {
  margin-top: 0;
}

.product-slider-2 .prd-price {
  font-size: 30px;
  line-height: 1em;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #000;
}

.product-slider-2 .prd-price:not(:first-child) {
  margin-top: 35px;
}

@media screen and (max-width: 991px) {
  .product-slider-2 .prd-price:not(:first-child) {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .product-slider-2 .prd-price:not(:first-child) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .product-slider-2 .prd-price:not(:first-child) {
    margin-top: 15px;
  }
}

@media screen and (max-width: 991px) {
  .product-slider-2 .prd-price {
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .product-slider-2 .prd-price {
    font-size: 22px;
  }
}

.product-slider-2 .prd-action:not(:first-child) {
  margin-top: 65px;
}

@media screen and (max-width: 991px) {
  .product-slider-2 .prd-action:not(:first-child) {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .product-slider-2 .prd-action:not(:first-child) {
    margin-top: 25px;
  }
}

@media screen and (max-width: 479px) {
  .product-slider-2 .prd-action:not(:first-child) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 991px) {
  .product-slider-2 .prd-action {
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}

.product-slider-2 .prd-action form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-slider-2 .prd-action form .form-group:not(:only-child), .product-slider-2 .prd-action form .form-flex:not(:only-child) {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .product-slider-2 .prd-action form .btn {
    padding: 16px 30px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }

  .product-slider-2 .prd-action form .select-wrapper select {
    height: 52px;
    font-size: 12px;
    line-height: 22px;
    padding: 8px 26px 8px 16px;
    border-right: 0;
  }

  .product-slider-2 .prd-action form .select-wrapper:before {
    line-height: 50px;
    min-width: 0;
  }

  .product-slider-2 .prd-action form .select-wrapper + .btn {
    padding: 14px 20px;
    max-width: none;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .product-slider-2 .prd-action form .select-wrapper + .btn [class*="icon-"] {
    font-size: 20px;
  }
}

.product-slider-2 .prd-links {
  margin: 0 15px;
}

.product-slider-2 .d-flex:not(:first-child) {
  margin-top: 15px;
}

@media screen and (max-width: 479px) {
  .product-slider-2 .d-flex:not(:first-child) {
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .product-slider-2 .d-flex {
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}

.product-slider-2 .prd-description {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #656565;
}

.product-slider-2 .prd-description:not(:first-child) {
  margin-top: 55px;
}

@media screen and (max-width: 991px) {
  .product-slider-2 .prd-description:not(:first-child) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  .product-slider-2 .prd-description:not(:first-child) {
    display: none;
  }
}

.product-slider-2 .product-slider-info > *:first-child {
  margin-top: 0;
}

.product-slider-2 .product-slider-info {
  width: 42%;
  height: 100%;
  color: #656565;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .product-slider-2 .product-slider-info {
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .product-slider-2 .product-slider-info {
    width: 100%;
    margin: 0;
  }
}

@media screen and (min-width: 1400px) {
  .product-slider-2.slick-arrows-squared .slick-prev {
    left: -95px;
  }

  .product-slider-2.slick-arrows-squared .slick-next {
    right: -95px;
  }
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .product-slider-2.slick-arrows-squared .slick-prev {
    left: -44px;
  }

  .product-slider-2.slick-arrows-squared .slick-next {
    right: -44px;
  }
}

@media (max-width: 1399px) and (min-width: 992px) {
  .product-slider-2.slick-arrows-squared .slick-prev {
    left: -30px;
  }

  .product-slider-2.slick-arrows-squared .slick-next {
    right: -30px;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .product-slider-2.slick-arrows-squared .slick-prev {
    left: -44px;
  }

  .product-slider-2.slick-arrows-squared .slick-next {
    right: -44px;
  }
}

@media (max-width: 991px) {
  .product-slider-2.slick-arrows-squared .slick-prev {
    left: 15px;
  }

  .product-slider-2.slick-arrows-squared .slick-next {
    right: 15px;
  }
}

/* product carousel banner */
.prd-carousel-banner {
  height: auto;
}

@media (min-width: 768px) {
  .prd-carousel-banner {
    background: transparent !important;
  }
}

.prd-carousel-banner .bnr-text-wrap {
  overflow: hidden;
}

.prd-carousel-banner.bnr--style-1-1:not(.bnr--center) .bnr-caption {
  padding: 21% 18% 95px;
}

@media (max-width: 991px) {
  .prd-carousel-banner.bnr--style-1-1:not(.bnr--center) .bnr-caption {
    padding: 15% 15%;
  }
}

@media (max-width: 767px) {
  .prd-carousel-banner.bnr--style-1-1:not(.bnr--center) .bnr-caption {
    padding: 35px 30px;
  }
}

.prd-carousel-banner.bnr--style-1-1.bnr--center .bnr-caption {
  padding: 17% 7% 95px;
}

@media (max-width: 991px) {
  .prd-carousel-banner.bnr--style-1-1.bnr--center .bnr-caption {
    padding: 15% 6%;
  }
}

@media (max-width: 479px) {
  .prd-carousel-banner.bnr--style-1-1.bnr--center .bnr-caption {
    padding: 35px 15px;
  }
}

@media (max-width: 479px) {
  .prd-carousel-banner {
    margin-bottom: 15px;
    background-size: cover;
  }

  .prd-carousel-banner .bnr-caption {
    position: relative;
    min-height: 175px;
  }
}

@media (max-width: 479px) {
  .prd-carousel-banner.bnr--left {
    text-align: left;
  }
}

@media (max-width: 479px) {
  .prd-carousel-banner.bnr--right {
    text-align: right;
  }
}

.prd-carousel-banner img {
  max-width: 100%;
}

.prd-carousel-banner:not(.bnr--center) .slick-arrows-squared .slick-prev {
  left: auto;
  right: 84px;
  top: auto;
  bottom: 30px;
}

@media (max-width: 479px) {
  .prd-carousel-banner:not(.bnr--center) .slick-arrows-squared .slick-prev {
    right: 69px;
    bottom: 15px;
  }
}

.prd-carousel-banner:not(.bnr--center) .slick-arrows-squared .slick-next {
  right: 30px;
  bottom: 30px;
  top: auto;
}

@media (max-width: 479px) {
  .prd-carousel-banner:not(.bnr--center) .slick-arrows-squared .slick-next {
    right: 15px;
    bottom: 15px;
  }
}

.prd-carousel-banner:not(.bnr--center) .slick-arrows-squared .slick-disabled {
  opacity: .5;
}

.prd-carousel-banner.bnr--center .slick-arrows-squared .slick-prev {
  left: 50%;
  top: auto;
  bottom: 30px;
  transform: translateX(calc(-100% - 10px));
}

.prd-carousel-banner.bnr--center .slick-arrows-squared .slick-next {
  left: 50%;
  top: auto;
  bottom: 30px;
  transform: translateX(10px);
}

/* card image & text */
.card-imgtext-wrap {
  max-width: 1406px;
  margin-left: auto;
  margin-right: auto;
}

.card-imgtext-wrap .row {
  margin-left: -50px;
  margin-right: -50px;
}

@media screen and (min-width: 992px) {
  .card-imgtext-wrap .row {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (max-width: 767px) {
  .card-imgtext-wrap .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.card-imgtext-wrap .row > [class*='col'] {
  padding-left: 50px;
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  .card-imgtext-wrap .row > [class*='col'] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.card-imgtext-wrap .row .col {
  -ms-flex: 0 0 39.5%;
  flex: 0 0 39.5%;
  max-width: 39.5%;
}

@media screen and (max-width: 767px) {
  .card-imgtext-wrap .row .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.card-imgtext-wrap .row .col-double {
  -ms-flex: 0 0 60.5%;
  flex: 0 0 60.5%;
  max-width: 60.5%;
}

@media screen and (max-width: 767px) {
  .card-imgtext-wrap .row .col-double {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.card-imgtext-wrap .row:not(.flex-row-reverse) > *:last-child {
  text-align: right;
}

.card-imgtext-wrap .row.flex-row-reverse > *:first-child {
  text-align: right;
}

.card-imgtext-image:not(:first-child) {
  margin-top: 50px;
}

@media screen and (max-width: 1199px) {
  .card-imgtext-image:not(:first-child) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  .card-imgtext-image:not(:first-child) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .card-imgtext-image:not(:first-child) {
    margin-top: 20px;
  }
}

.card-imgtext-image img {
  display: inline-block;
}

.card-imgtext-text {
  padding: 0 63px;
}

@media (max-width: 1199px) {
  .card-imgtext-text {
    padding: 0 30px;
  }
}

@media (max-width: 991px) {
  .card-imgtext-text {
    padding: 0 20px;
  }
}

.card-imgtext-text:not(:first-child) {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .card-imgtext-text:not(:first-child) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .card-imgtext-text:not(:first-child) {
    margin-top: 22px;
  }
}

.card-imgtext-text > * {
  margin-bottom: 0;
}

.card-imgtext-text > *:not(:first-child) {
  margin-top: 25px;
}

@media (max-width: 991px) {
  .card-imgtext-text > *:not(:first-child) {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .card-imgtext-text > *:not(:first-child) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 991px) {
  .card-imgtext-text > .btn-decor:not(:first-child) {
    margin-top: 20px;
  }
}

.card-imgtext-title {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 800;
}

@media (max-width: 767px) {
  .card-imgtext-title {
    font-size: 18px;
  }
}

.aside .card-imgtext-wrap .row {
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (min-width: 992px) {
  .aside .card-imgtext-wrap .row {
    padding-left: 0;
    padding-right: 0;
  }
}

.aside .card-imgtext-wrap .row > [class*='col'] {
  padding-left: 15px;
  padding-right: 15px;
}

.aside .card-imgtext-text {
  padding: 0 15px;
}

@media (max-width: 991px) {
  .aside .card-imgtext-text {
    padding: 0;
  }
}

/* big carousel */
@media screen and (max-width: 479px) {
  .big-carousel {
    padding-bottom: 35px;
  }
}

.big-carousel-item {
  position: relative;
}

@media screen and (max-width: 479px) {
  .big-carousel-item {
    text-align: center;
  }
}

.big-carousel-item-image {
  padding: 0 15px;
}

@media screen and (max-width: 991px) {
  .big-carousel-item-image {
    padding: 0;
  }
}

.big-carousel-item-image img {
  width: 100%;
}

.big-carousel-item-caption-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  z-index: 1;
}

@media screen and (max-width: 479px) {
  .big-carousel-item-caption-wrap {
    position: relative;
  }
}

.big-carousel-item-caption {
  margin-left: 10.5%;
  width: 518px;
  background-color: rgba(255, 255, 255, 0.85);
  color: #656565;
  padding: 80px 50px;
}

@media screen and (max-width: 1599px) {
  .big-carousel-item-caption {
    padding: 60px 40px;
    width: 500px;
  }
}

@media screen and (max-width: 1199px) {
  .big-carousel-item-caption {
    padding: 50px 30px;
    width: 500px;
  }
}

@media screen and (max-width: 991px) {
  .big-carousel-item-caption {
    padding: 40px 20px;
    width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .big-carousel-item-caption {
    margin-left: 75px;
    padding: 30px 20px;
    max-width: calc(100% - 150px);
  }
}

@media screen and (max-width: 479px) {
  .big-carousel-item-caption {
    margin-left: 0;
    padding: 20px 25px;
    max-width: 100%;
  }
}

.big-carousel-item-caption > * {
  margin-bottom: 0;
}

.big-carousel-item-caption > *:not(:first-child) {
  margin-top: 40px;
}

@media screen and (max-width: 1599px) {
  .big-carousel-item-caption > *:not(:first-child) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .big-carousel-item-caption > *:not(:first-child) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .big-carousel-item-caption > *:not(:first-child) {
    margin-top: 15px;
  }
}

.big-carousel-item-title {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 800;
  color: #000;
}

@media screen and (max-width: 767px) {
  .big-carousel-item-title {
    font-size: 18px;
  }
}

.big-carousel-item-subtitle {
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 500;
  letter-spacing: 1px;
  color: #000;
}

.big-carousel-item-subtitle:not(:first-child) {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .big-carousel-item-subtitle:not(:first-child) {
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .big-carousel-item-subtitle {
    font-size: 13px;
  }
}

.aside .big-carousel-item .big-carousel-item-image {
  padding: 0;
}

.aside .big-carousel-item-caption {
  padding: 50px 40px;
  width: 500px;
  max-width: 79%;
}

@media screen and (max-width: 991px) {
  .aside .big-carousel-item-caption {
    padding: 30px 20px;
    width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .aside .big-carousel-item-caption {
    margin-left: 75px;
    padding: 30px 20px;
    max-width: calc(100% - 150px);
  }
}

@media screen and (max-width: 479px) {
  .aside .big-carousel-item-caption {
    margin-left: 0;
    padding: 20px 25px;
    max-width: 100%;
  }
}

.big-carousel .slick-prev,
.big-carousel .slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 44px;
  width: 44px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  top: 50%;
  padding: 0;
  margin-top: -22px;
  opacity: 1;
  transform: none;
  pointer-events: auto;
  transition: 0.2s;
}

.big-carousel .slick-prev:hover,
  .big-carousel .slick-next:hover {
  background: white;
}

.big-carousel .slick-prev:before,
.big-carousel .slick-next:before {
  display: inline-block;
  font-size: 25px;
  line-height: 45px;
  color: #000;
  opacity: 1;
}

@media screen and (max-width: 479px) {
  .big-carousel .slick-prev:before,
    .big-carousel .slick-next:before {
    font-size: 24px;
    line-height: 44px;
  }
}

.big-carousel .slick-prev:hover:before,
.big-carousel .slick-next:hover:before {
  color: #000;
  opacity: 1;
}

.big-carousel .slick-prev {
  left: 43px;
  right: auto;
}

@media screen and (max-width: 991px) {
  .big-carousel .slick-prev {
    left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .big-carousel .slick-prev {
    left: 12px;
  }
}

.big-carousel .slick-next {
  right: 43px;
  left: auto;
}

@media screen and (max-width: 991px) {
  .big-carousel .slick-next {
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .big-carousel .slick-next {
    right: 12px;
  }
}

.aside .big-carousel .slick-prev {
  left: 15px;
}

.aside .big-carousel .slick-next {
  right: 15px;
}

.big-carousel:not(.slick-initialized) {
  opacity: 0;
  height: 80vh;
  overflow: hidden !important;
}

.big-carousel.slick-initialized {
  opacity: 1;
  transition: opacity 0.5s ease 0.75s;
}

/* breadcrumbs */
.breadcrumbs {
  padding: 23px 0;
  list-style: none;
  color: #656565;
}

@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 15px 0;
  }
}

.breadcrumbs li {
  display: inline-block;
  padding: 0 5px;
  font-size: 14px;
  line-height: 20px;
}

.breadcrumbs li:first-child {
  padding-left: 0;
}

.breadcrumbs li:last-child {
  padding-right: 0;
}

.breadcrumbs li a {
  white-space: nowrap;
  color: #656565;
}

.breadcrumbs li a:hover {
  color: #004174;
}

.breadcrumbs li:after {
  position: relative;
  margin-right: -8px;
  padding-left: 8px;
  color: #000;
  content: "\e919";
  vertical-align: bottom;
  font-size: 8px;
  font-family: 'icomoon';
  line-height: 20px;
}

.breadcrumbs li:last-child:after {
  display: none;
}

/* tabs navigation */
.nav-tabs:not(.tab-category) {
  padding: 0;
  list-style: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e2e2e2;
}

.nav-tabs:not(.tab-category):not(:first-child) {
  margin-top: 30px;
}

.nav-tabs:not(.tab-category) > li {
  position: relative;
  margin-bottom: -2px;
}

.nav-tabs:not(.tab-category) > li .nav-link {
  position: relative;
  overflow: hidden;
  padding: 10px 18px;
  border-color: transparent;
  border-radius: 0;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  line-height: 16px;
  text-align: center;
  transition: background-color 0.2s ease;
}

.nav-tabs:not(.tab-category) > li .nav-link:after {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  content: '';
  transition: all 0.2s ease;
}

.nav-tabs:not(.tab-category) > li .nav-link:hover:after, .nav-tabs:not(.tab-category) > li .nav-link:focus:after {
  top: 0;
}

.nav-tabs:not(.tab-category) > li .nav-link.active, .nav-tabs:not(.tab-category) > li .nav-link.active:hover, .nav-tabs:not(.tab-category) > li .nav-link.active:focus {
  padding: 10px 18px;
  background-color: transparent;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #e2e2e2;
  color: #000;
}

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

.nav-tabs.center-tabs > li {
  display: inline-block;
  float: none;
  margin-right: -4px;
  vertical-align: top;
}

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

.nav-tabs.right-tabs > li {
  display: inline-block;
  float: none;
  margin-right: -4px;
  vertical-align: top;
}

.nav-tabs.nav-tabs--style2 {
  border-bottom: 0;
}

.nav-tabs.nav-tabs--style2 > li {
  margin-bottom: 0;
}

.nav-tabs.nav-tabs--style2 > li .nav-link {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px 25px;
  color: #000;
  border-width: 1px;
  border-style: solid;
  border-color: #e2e2e2;
}

.nav-tabs.nav-tabs--style2 > li .nav-link:hover:after, .nav-tabs.nav-tabs--style2 > li .nav-link:focus:after {
  top: 0;
}

.nav-tabs.nav-tabs--style2 > li .nav-link.active, .nav-tabs.nav-tabs--style2 > li .nav-link.active:hover, .nav-tabs.nav-tabs--style2 > li .nav-link.active:focus {
  border-width: 1px;
  padding: 10px 25px;
  border-color: #004174;
  background-color: #004174;
  color: #fff;
}

.nav-tabs.nav-tabs--style3 {
  border-bottom: 0;
}

.nav-tabs.nav-tabs--style3 > li {
  margin-bottom: 0;
}

.nav-tabs.nav-tabs--style3 > li .nav-link {
  margin: 0;
  padding: 10px 15px;
  color: #000;
  border: 0;
  font-size: 14px;
  line-height: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.nav-tabs.nav-tabs--style3 > li .nav-link:hover:after, .nav-tabs.nav-tabs--style3 > li .nav-link:focus:after {
  top: 0;
}

.nav-tabs.nav-tabs--style3 > li .nav-link.active, .nav-tabs.nav-tabs--style3 > li .nav-link.active:hover, .nav-tabs.nav-tabs--style3 > li .nav-link.active:focus {
  border-width: 0;
  padding: 10px 15px;
  border-color: transparent;
  background-color: transparent;
  color: #004174;
}

.tabs-left, .tabs-right {
  border-bottom: none;
  display: inline-block;
}

.tabs-left:not(.nav-tabs--style2):not(.nav-tabs--style3) {
  border-right-width: 1px;
  border-right-style: solid;
  border-color: #e2e2e2;
}

.tabs-right:not(.nav-tabs--style2):not(.nav-tabs--style3) {
  border-left-width: 1px;
  border-left-style: solid;
  border-color: #e2e2e2;
}

.tabs-left > li, .tabs-left > li {
  float: none;
  margin-bottom: 2px;
}

.tabs-left > li {
  margin-right: -1px;
}

.tabs-left > li {
  margin-left: -1px;
}

.tabs-left > li.active > a, .tabs-left > li.active > a:hover, .tabs-left > li.active > a:focus {
  border-width: 1px 0 1px 1px;
}

.tabs-left > li > a {
  margin-right: 0;
  display: block;
}

.tabs-right > li.active > a, .tabs-right > li.active > a:hover, .tabs-right > li.active > a:focus {
  border-width: 1px 1px 1px 0;
}

.tabs-right > li > a {
  margin-right: 0;
}

.tab-content {
  position: relative;
  z-index: 1;
}

.tab-content > .tab-pane {
  display: none;
  padding: 40px 0 0;
  border: 0;
}

.tab-content > .tab-pane > *:not(:first-child):not(p):not(.clearfix):not(.row) {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .tab-content > .tab-pane > *:not(:first-child):not(p):not(.clearfix):not(.row) {
    margin-top: 20px;
  }
}

.tab-content > .tab-pane > p:not(:first-child) {
  margin-top: 25px;
}

.tab-content > .tab-pane > p + p {
  margin-top: 20px;
}

.tab-content > .tab-pane:only-child {
  margin-bottom: 0;
}

.tab-content > .active {
  display: block;
}

.tab-content .table {
  font-size: 11px;
  line-height: 1.5em;
  font-family: "Montserrat", sans-serif;
}

.panel {
  background: transparent;
}

.panel-body > *:not(:first-child):not(p) {
  margin-top: 25px;
}

.panel-body > p {
  margin-top: 25px;
}

.panel-body > p + p {
  margin-top: 20px;
}

.panel-body:only-child {
  margin-bottom: 0;
}

.panel-body img {
  max-width: 100%;
}

.panel {
  border: 0;
  box-shadow: none;
}

.panel-title, .panel-heading, .panel-group .panel {
  border-radius: 0;
}

.panel-heading {
  padding: 0;
  border-bottom: 0;
  border-radius: 0;
}

.panel-heading a {
  display: block;
  padding: 13px 40px 13px 0;
  color: #000;
}

.panel-heading.active a {
  color: #004174;
}

.panel-title {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.panel > .panel-heading {
  position: relative;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #f7f7f7;
  background-color: transparent;
}

.panel > .panel-heading:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  margin-top: -15px;
  padding-left: 2px;
  width: 30px;
  height: 30px;
  border-width: 1px;
  border-style: solid;
  border-color: #e2e2e2;
  pointer-events: none;
  transition: 0.2s;
}

.panel > .panel-heading:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -14px;
  padding-left: 2px;
  width: 30px;
  height: 30px;
  content: "\e919";
  text-align: center;
  font-size: 14px;
  font-family: 'icomoon';
  line-height: 28px;
  pointer-events: none;
  transition: 0.2s;
}

.panel > .panel-heading.active:after {
  color: #004174;
  transform: rotate(90deg);
  margin-top: -15px;
  padding-top: 1px;
}

.panel > .panel-heading.active:before {
  border-color: #004174;
}

.panel > .panel-heading:hover:after {
  border-color: #004174;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-group .panel + .panel > .panel-heading {
  border-top: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
  padding: 15px 0;
  border-top: 0;
  border-bottom: 1px solid #f7f7f7;
}

.params-row {
  margin: 0;
  list-style: none;
}

.params-row li {
  display: inline-block;
  min-width: 50px;
  text-align: center;
}

.steps-progress .nav-tabs {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media screen and (max-width: 479px) {
  .steps-progress .nav-tabs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    border: 0;
  }
}

.steps-progress .nav-tabs:not(.tab-category) > li {
  max-width: 25%;
}

@media screen and (max-width: 479px) {
  .steps-progress .nav-tabs:not(.tab-category) > li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
  }
}

.steps-progress .nav-tabs:not(.tab-category) > li .nav-link {
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: inherit;
  border: 0;
  background-color: transparent;
  transition: 0.2s;
}

@media screen and (max-width: 479px) {
  .steps-progress .nav-tabs:not(.tab-category) > li .nav-link {
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
}

.steps-progress .nav-tabs:not(.tab-category) > li .nav-link:hover, .steps-progress .nav-tabs:not(.tab-category) > li .nav-link:focus, .steps-progress .nav-tabs:not(.tab-category) > li .nav-link:active, .steps-progress .nav-tabs:not(.tab-category) > li .nav-link.active {
  padding: 10px 0;
  border: 0;
  background-color: transparent;
}

.steps-progress .nav-tabs:not(.tab-category) > li .nav-link:hover:after, .steps-progress .nav-tabs:not(.tab-category) > li .nav-link:focus:after, .steps-progress .nav-tabs:not(.tab-category) > li .nav-link:active:after, .steps-progress .nav-tabs:not(.tab-category) > li .nav-link.active:after {
  display: none;
}

.steps-progress .nav-tabs:not(.tab-category) > li .nav-link:not(.active) {
  opacity: .3;
}

.steps-progress .nav-tabs:not(.tab-category) > li .nav-link:hover {
  opacity: 1;
}

.steps-progress .nav-tabs:not(.tab-category) > li .nav-link span:first-child {
  position: relative;
  top: 3px;
  padding: 0 8px;
  font-size: 36px;
  font-weight: 400;
}

@media screen and (max-width: 479px) {
  .steps-progress .nav-tabs:not(.tab-category) > li .nav-link span:first-child {
    top: -4px;
    font-size: 30px;
  }
}

.steps-progress .progress {
  margin-top: -1px;
  height: 4px;
  border-radius: 0;
}

.steps-progress .progress-bar {
  background-color: #004174;
}

/* testimonials */
.testimonials-item {
  padding-left: .5px;
  padding-right: .5px;
}

.testimonials-item-text {
  color: #656565;
}

.testimonials-item-text + * {
  margin-top: 20px;
}

.testimonials-item-photo {
  -ms-flex: 0 0 81px;
  flex: 0 0 81px;
  max-width: 81px;
}

.testimonials-item-photo:not(:last-child) {
  margin-right: 20px;
}

.testimonials-item-photo img {
  width: 100%;
}

.testimonials-item-name {
  font-size: 14px;
}

.testimonials-item-name, .testimonials-item-name a {
  color: #000;
}

.testimonials-item-name a {
  text-decoration: none;
}

.testimonials-item-name a:hover {
  color: #004174;
}

.testimonials-item-date {
  font-size: 12px;
  color: #656565;
}

.testimonials-item:not(.slick-slide) + .testimonials-item {
  margin-top: 20px;
  padding-top: 10px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #f7f7f7;
}

/* collections */
.collections-wrap {
  margin-top: -45px;
}

@media screen and (max-width: 767px) {
  .collections-wrap {
    margin-top: -30px;
  }
}

@media screen and (max-width: 479px) {
  .collections-wrap {
    margin-top: -20px;
  }
}

.collection-item {
  display: block;
  margin-top: 45px;
  color: #656565;
  text-align: center;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

@media screen and (max-width: 767px) {
  .collection-item {
    margin-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  .collection-item {
    margin-top: 20px;
  }
}

.collection-item > * + * {
  margin-top: 15px;
}

@media screen and (max-width: 479px) {
  .collection-item > * + * {
    margin-top: 10px;
  }
}

.collection-item img {
  width: 100%;
}

.collection-item.zoom-out img {
  transform: scale(1.1) rotate(0.01deg);
  transition: 0.5s;
}

.collection-item p {
  font-size: 11px;
  line-height: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.collection-item p:not(:first-child) {
  margin-top: 10px;
}

@media screen and (max-width: 479px) {
  .collection-item p:not(:first-child) {
    margin-top: 5px;
  }
}

.collection-item.zoom-out:hover img {
  transform: scale(1) rotate(0.01deg);
}

.collection-item:hover .collection-item-hover {
  opacity: 1;
  pointer-events: auto;
}

.collection-item:hover .collection-item-hover .btn-decor {
  opacity: 1;
  bottom: 0;
}

.collection-item:hover .collection-item-hover--empty {
  pointer-events: none;
}

.collection-item-title {
  margin-bottom: 0;
  text-decoration: none;
  color: #000;
}

.collection-item-img {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.collection-item-img > a {
  display: block;
  text-decoration: none;
}

.collection-item-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  transition: 0.4s;
  z-index: 1;
  opacity: 0;
  padding: 15px;
  text-transform: uppercase;
  pointer-events: none;
}

.collection-item-hover .btn, .collection-item-hover .btn:focus,
  .collection-item-hover .btn-decor, .collection-item-hover .btn-decor:focus,
  .collection-item-hover a, .collection-item-hover a:focus {
  color: #fff;
}

.collection-item-hover > span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
}

@media screen and (max-width: 1199px) {
  .collection-item-hover > span {
    font-size: 12px;
    line-height: 20px;
  }
}

.collection-item-hover > span span {
  display: block;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.collection-item-hover .btn-decor {
  margin: 15px;
  bottom: -50px;
  opacity: 0;
  color: #fff;
  transition: 0.4s;
}

@media screen and (max-width: 767px) {
  .collection-item-hover .btn-decor {
    margin: 5px 10px;
  }
}

.collection-item-hover .btn-decor + .btn-decor {
  margin-left: 15px;
}

.collection-item-hover:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .4;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .collection-item-hover {
    display: none;
  }
}

collections-list .collection-item-hover > span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.collection-box {
  display: block;
  overflow: hidden;
}

.collection-box:hover img {
  transform: scale(1) rotate(0.01deg);
}

.collection-box-image {
  position: relative;
}

.collection-box-image img {
  width: 100%;
  vertical-align: top;
  transform: scale(1.1) rotate(0.01deg);
  transition: 0.5s;
}

.collection-box-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.collection-box-text > * {
  margin: 0;
}

.collection-box-text > *:not(:first-child) {
  margin-top: 5px;
}

.collection-box-sub {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5em;
  color: #fff;
}

@media only screen and (max-width: 479px) {
  .collection-box-sub {
    font-size: 16px;
    line-height: 1.2em;
  }
}

.collection-box-title {
  letter-spacing: 2.5px;
  color: #fff;
}

@media only screen and (max-width: 479px) {
  .collection-box-title {
    font-size: 12px;
    line-height: 1.2em;
  }
}

/* faq */
.faq-item .panel {
  margin-bottom: 0;
}

.faq-item .panel > .panel-heading {
  margin-left: 28px;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  border-width: 0 0 1px 0;
}

@media (max-width: 767px) {
  .faq-item .panel > .panel-heading {
    font-size: 16px;
    line-height: 20px;
  }
}

.faq-item:last-child .panel > .panel-heading {
  border: 0;
}

.faq-item .panel-body {
  padding: 20px 0 20px 28px;
}

@media (max-width: 767px) {
  .faq-item .panel-body {
    padding: 10px 0 10px 28px;
  }
}

.faq-item .panel-heading a {
  padding: 24px 0;
}

@media (max-width: 767px) {
  .faq-item .panel-heading a {
    padding: 14px 0;
  }
}

.faq-item .panel-heading a, .faq-item .panel-heading a:focus {
  color: #000;
  text-decoration: none;
}

.faq-item .panel-heading a:hover, .faq-item .panel-heading a:focus:hover {
  text-decoration: none;
}

.faq-item .panel-heading:hover a, .faq-item .panel-heading:hover:after {
  color: #004174;
}

.faq-item .panel > .panel-heading.active:after, .faq-item .panel > .panel-heading.active a {
  color: #004174;
}

.faq-item .panel > .panel-heading:after {
  top: 50%;
  left: -28px;
  right: auto;
  margin-top: -17px;
  padding-left: 0;
  width: auto;
  height: 30px;
  content: '+';
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  transition: all 0s, color 0.2s;
}

.faq-item .panel > .panel-heading:before {
  display: none;
}

.faq-item .panel > .panel-heading.active:after {
  content: '\2013';
  margin-top: -21px;
  transform: rotate(0deg);
}

.simple-filter-tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .simple-filter-tabs {
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-bottom: 5px;
  }
}

.simple-filter-tabs > span {
  font-size: 14px;
  line-height: 36px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin: 0 10px;
  cursor: pointer;
  color: #000;
  white-space: nowrap;
  transition: color 0.2s;
}

@media (max-width: 767px) {
  .simple-filter-tabs > span {
    line-height: 30px;
  }
}

.simple-filter-tabs > span:first-child {
  margin-left: 0;
}

.simple-filter-tabs > span:last-child {
  margin-right: 0;
}

.simple-filter-tabs > span:hover, .simple-filter-tabs > span:focus, .simple-filter-tabs > span.active {
  color: #004174;
}

.simple-filter-tabs > span span {
  padding-left: 10px;
  color: #b4b4b4;
  font-weight: 400;
}

.text-center > .simple-filter-tabs {
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.simple-filter .h1-style {
  margin-bottom: 20px;
}

.simple-filter .faq-item {
  opacity: 0;
  transition: 0.2s;
}

.simple-filter .faq-item.isvisible {
  opacity: 1;
}

body.android .faq-item .panel > .panel-heading.active:after {
  margin-top: -18px;
}

/* demo layout select */
@media screen and (max-width: 991px) {
  .layout-select {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .layout-select {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
  }

  .layout-select-inside {
    width: 54px;
    pointer-events: all;
  }

  .layout-select-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    background-color: #ffffff;
    height: 54px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    line-height: 1em;
    font-weight: bold;
    text-transform: uppercase;
    border-width: 1px;
    border-style: solid;
    border-color: #e2e2e2;
    border-top: 0;
    transition: 0.2s;
  }

  .layout-select-box, .layout-select-box:focus {
    color: #2d2c2c;
  }

  .layout-select-box:hover {
    text-decoration: none;
  }

  .layout-select-box:not(.active):not(:first-child):hover {
    background-color: #e2e2e2;
    color: #2d2c2c;
  }

  .layout-select-box:first-child {
    height: 120px;
    border-top: 1px solid #e2e2e2;
    pointer-events: none;
  }

  .layout-select-box:not(:last-child) {
    border-bottom: 1px solid #e2e2e2;
  }

  .layout-select-box.active {
    margin: -1px 0 0 0;
    height: 55px;
    border-color: #004174;
    background-color: #004174;
    color: #ffffff;
  }

  .layout-select-box span {
    transform: rotate(-90deg);
  }
}

@media screen and (min-width: 1600px) {
  .layout-select {
    z-index: 158;
  }
}

@media screen and (max-width: 1599px) {
  .layout-select {
    z-index: 160;
  }
}

.homepage-select {
  position: fixed;
  z-index: 1001;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity .2s ease, bottom .2s ease;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

.homepage-select .homepage-select-active {
  width: 10%;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}

.homepage-select .homepage-select-active img {
  width: 100%;
}

.homepage-select.closed .icon-angle-down {
  transform: rotate(-180deg);
}

.homepage-select.closed .homepage-select-active-label {
  opacity: 0;
  transition: opacity 0s ease .3s;
}

.homepage-select.closed:not(.half-closed) .homepage-select-minimize {
  display: none;
}

.homepage-select.closed:not(.half-closed) .homepage-select-buy {
  right: 54px;
}

.homepage-select.half-closed .homepage-select-active-label {
  opacity: 1;
  transition: opacity 0s ease .3s;
}

.homepage-select.closed-full {
  bottom: -46px;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .homepage-select {
    display: none;
  }
}

.homepage-select-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.87);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.2s ease;
}

.homepage-select-toggle .icon-angle-down {
  display: inline-block;
  margin-left: 10px;
  transition: 0.2s ease;
  transform: rotate(0deg);
}

.homepage-select-toggle:hover {
  background-color: rgba(0, 0, 0, 0.77);
}

.homepage-select-text {
  padding-left: 15px;
}

.homepage-select-active, .homepage-select-active > a {
  display: block;
  cursor: default;
}

.homepage-select-active-label {
  opacity: 1;
  position: absolute;
  left: 0;
  width: 10%;
  text-align: center;
  transition: opacity 0s ease;
}

.homepage-select-minimize {
  position: absolute;
  right: 46px;
  height: 46px;
  width: 46px;
  padding: 0 10px;
  transition: 0.3s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.homepage-select-minimize:hover span {
  border-color: #004174;
}

.homepage-select-minimize span {
  display: block;
  width: 20px;
  height: 18px;
  border-bottom: 2px solid #fff;
}

.homepage-select-close {
  position: absolute;
  right: 2px;
  font-size: 20px;
  padding: 13px;
  transition: 0.3s;
}

.homepage-select-close:hover {
  color: #004174;
}

.homepage-select-buy {
  position: absolute;
  right: 104px;
  transition: background 0.2s;
}

.homepage-select-carousel, .homepage-select-carousel ul.slick-initialized {
  background-color: #2d2d2d;
}

.homepage-select-carousel {
  display: -ms-flexbox;
  display: flex;
}

.homepage-select-carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.homepage-select-carousel ul li img {
  filter: brightness(0.75);
  -webkit-filter: brightness(0.75);
  width: 100%;
  transition: 0.3s;
}

.homepage-select-carousel ul li:hover img, .homepage-select-carousel ul li.active img {
  filter: brightness(1);
  -webkit-filter: brightness(1);
}

.homepage-select-carousel ul {
  width: 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  max-width: 90%;
}

.demo-rtl-toggle {
  direction: ltr;
  position: fixed;
  z-index: 165;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  left: -18px;
  top: 50%;
  margin-top: 70px;
  -webkit-transform-origin: 50% 51%;
  width: 71px;
  height: 36px;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #ffffff;
  background-color: #004174;
  transform: rotate(-90deg);
  letter-spacing: .5px;
  cursor: pointer;
  transition: .2s;
}

@media screen and (max-width: 991px) {
  .demo-rtl-toggle {
    top: auto;
    bottom: 17px;
  }
}

.demo-rtl-toggle:hover {
  background-color: #000;
}

.demo-rtl-toggle svg {
  width: 20px;
  margin-right: 5px;
}

.demo-rtl-toggle svg * {
  fill: #fff;
}

body:not(.rtl) .demo-rtl-toggle span:first-of-type {
  display: none;
}

body.rtl .demo-rtl-toggle span:last-of-type {
  display: none;
}

.demo-color-toggle {
  direction: ltr;
  position: fixed;
  z-index: 165;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  left: -70px;
  top: 50%;
  margin-top: -60px;
  transform: rotate(-90deg);
}

@media screen and (max-width: 991px) {
  .demo-color-toggle {
    display: none;
  }
}

.demo-color-toggle > span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  float: left;
  position: relative;
  border: 1px solid #e2e2e2;
  width: 88px;
  height: 36px;
  padding: 0 10px;
  font-size: 11px;
  line-height: 18px;
  font-weight: bold;
  color: #000000;
  background-color: #fff;
  letter-spacing: .5px;
  cursor: pointer;
  transition: .2s;
}

.demo-color-toggle > span:first-child {
  border-right: 0;
}

.demo-color-toggle > span:last-child svg {
  margin-left: auto;
}

.demo-color-toggle > span:hover {
  background-color: #f5f5f5 !important;
}

.demo-color-toggle svg {
  width: 30px;
}

.demo-color-toggle svg * {
  fill: #efcc00;
}

body.theme-dark .demo-color-toggle > span:first-child:after {
  content: '';
  position: absolute;
  left: -1px;
  right: -1px;
  height: 3px;
  bottom: -1px;
  background-color: #004dad;
}

body.theme-light .demo-color-toggle > span:last-child:after {
  content: '';
  position: absolute;
  left: -1px;
  right: -1px;
  height: 3px;
  bottom: -1px;
  background-color: #004174;
}

.demo-color-toggle.disable {
  pointer-events: none;
}

body.slidemenu-open .demo-color-toggle,
body.slidemenu-open .demo-rtl-toggle {
  z-index: 159;
}

/* IE10+ specific styles */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .prd .gdw-loader, .prd-hor .gdw-loader {
    display: none;
  }

  .prd.prd-has-loader:not(.loaded) .prd-img-area img,
  .prd-hor.prd-has-loader:not(.loaded) .prd-img-area img {
    position: relative;
    opacity: 1;
  }

  .nav-holder,
  .nav-holder-s,
  .search-holder {
    margin-top: 10px;
  }

  .menu-label {
    line-height: 13px;
  }

  .mmenu--vertical .menu-label, .mobilemenu .menu-label {
    top: -3px;
    line-height: 16px;
  }

  .mmenu:not(.mmenu--vertical) .menu-label {
    display: block;
  }

  .hdr [type].search-input {
    line-height: 45px;
  }

  .hdr .search-button {
    line-height: 38px;
  }

  .homepage-select-active-label {
    top: 10px;
  }

  .homepage-select-buy {
    top: 5px;
  }

  .homepage-select-minimize, .homepage-select-close {
    top: 0;
  }

  .qty-changer input[type='text'] {
    position: relative;
    top: 1px;
    height: 34px;
  }

  .mmenu-submenu .submenu-list li ul {
    transform: translateY(-15px);
  }

  select:focus::-ms-value {
    color: inherit;
    background: transparent;
  }

  .prd-img-area .label-wishlist:after, .prd-img-area .label-wishlist:before {
    top: 0;
    left: 0;
    padding-left: 7px;
  }

  .loader-wrap .dots {
    position: relative;
    top: 48%;
  }

  .submenu-list a:not(:only-child):after {
    top: 5px;
  }

  .hdr .dropdn-content:after {
    content: '';
    min-height: inherit;
    font-size: 0;
  }

  .prd-carousel:not(.prd--nohover) .slick-list.slick-list--offset {
    padding-bottom: 170px;
  }

  .slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    width: 100%;
  }

  body:not(.rtl) .prd-carousel-banner.bnr--center .slick-arrows-squared .slick-prev {
    left: calc(50% - 10px);
    transform: translateX(-100%);
  }

  body.rtl .prd-carousel-banner.bnr--center .slick-arrows-squared .slick-next {
    right: calc(50% - 10px);
    transform: translateX(100%);
  }

  body.rtl .prd-carousel-banner.bnr--center .slick-arrows-squared .slick-prev {
    right: calc(50% + 10px);
  }

  .modal--quickview .prd-block_actions {
    display: block;
  }

  .input-group .form-control-wrapper {
    min-width: 100%;
  }

  .input-group-btn {
    position: absolute;
  }

  .hdr-topline-rotate .hdr-topline-center .custom-text [class*='icon-'] {
    margin: 22px 10px 0 0;
  }

  .modalchk-prd-actions.col {
    min-width: 100px;
  }

  .mobilemenu .mobilemenu-close {
    width: 321px;
  }

  .bnslider-text-content .bnslider-text-content-flex:not(:first-child).bnslider-text--num-text {
    height: 100%;
  }

  .bnr-discount-text-wrap {
    top: 50%;
    transform: translateY(-50%);
  }

  .prd-simple {
    max-width: 50%;
  }

  .prd-horizontal-simple .price-comment {
    display: none;
  }

  .prd-block_actions .btn-wrap {
    min-width: 200px;
  }

  .fullpage-section .bnslider-image {
    max-width: 100vw;
  }

  .brand-grid [class*='col'] {
    min-width: 150px;
  }

  .prd-grid.slick-arrows-squared.prd-hovered .slick-arrow,
  .prd-grid.slick-arrows-squared.prd-hovered .slick-arrow {
    margin-top: -104.5px;
  }

  .prd-grid.slick-arrows-aside-simple.prd-hovered .slick-arrow {
    margin-top: -104.5px;
  }
}

/* Edge specific styles */
@supports (-ms-ime-align: auto) {
  .hdr-topline-rotate .hdr-topline-center .custom-text {
    transform-origin: 25% 60% 0px;
  }
}

/* Ipad specific styles */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .prd-img-area .label-wishlist:after, .prd-img-area .label-wishlist:before {
    top: 0;
    left: 0;
    padding-left: 7px;
  }
}