/* Minification failed. Returning unminified contents.
(9405,16): run-time error CSS1039: Token not allowed after unary operator: '-fa-font-sharp-light'
(9411,16): run-time error CSS1039: Token not allowed after unary operator: '-fa-font-sharp-light'
 */
@font-face {
    font-family: 'aweicon';
    src:url('/_assets/fonts/aweicon.eot?-t5ttdb');
    src:url('/_assets/fonts/aweicon.eot?#iefix-t5ttdb') format('embedded-opentype'),
        url('/_assets/fonts/aweicon.ttf?-t5ttdb') format('truetype'),
        url('/_assets/fonts/aweicon.woff?-t5ttdb') format('woff'),
        url('/_assets/fonts/aweicon.svg?-t5ttdb#aweicon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon {
    font-family: 'aweicon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-logo-text:before {
    content: "\e637";
}
.icon-star:before {
    content: "\e600";
}
.icon-shopping-bag:before {
    content: "\e601";
}
.icon-dolar-circle:before {
    content: "\e602";
}
.icon-car:before {
    content: "\e603";
}
.icon-telephone:before {
    content: "\e604";
}
.icon-arrow-prev:before {
    content: "\e605";
}
.icon-arrow-next:before {
    content: "\e606";
}
.icon-arrow-down:before {
    content: "\e607";
}
.icon-circle:before {
    content: "\e608";
}
.icon-circle-o:before {
    content: "\e609";
}
.icon-octagon:before {
    content: "\e60a";
}
.icon-remove:before {
    content: "\e60b";
}
.icon-plus:before {
    content: "\e60c";
}
.icon-done:before {
    content: "\e60d";
}
.icon-th-list:before {
    content: "\e60e";
}
.icon-th:before {
    content: "\e60f";
}
.icon-google-plus:before {
    content: "\e610";
}
.icon-pinterest:before {
    content: "\e611";
}
.icon-dot-dot:before {
    content: "\e612";
}
.icon-facebook:before {
    content: "\e613";
}
.icon-twitter:before {
    content: "\e614";
}
.icon-logo:before {
    content: "\e615";
}
.icon-like:before {
    content: "\e616";
}
.icon-shirt:before {
    content: "\e617";
}
.icon-help:before {
    content: "\e618";
}
.icon-quote-left:before {
    content: "\e619";
}
.icon-quote-right:before {
    content: "\e61a";
}
.icon-key:before {
    content: "\e61b";
}
.icon-eye:before {
    content: "\e61c";
}
.icon-book:before {
    content: "\e61d";
}
.icon-woman:before {
    content: "\e61e";
}
.icon-lock:before {
    content: "\e61f";
}
.icon-pen:before {
    content: "\e620";
}
.icon-cog:before {
    content: "\e621";
}
.icon-bell:before {
    content: "\e622";
}
.icon-wrench:before {
    content: "\e623";
}
.icon-desktop:before {
    content: "\e624";
}
.icon-messenger:before {
    content: "\e625";
}
.icon-cogs:before {
    content: "\e626";
}
.icon-user:before {
    content: "\e627";
}
.icon-box:before {
    content: "\e628";
}
.icon-euro-circle:before {
    content: "\e629";
}
.icon-send:before {
    content: "\e62a";
}
.icon-bell2:before {
    content: "\e62b";
}
.icon-headphone:before {
    content: "\e62c";
}
.icon-rule:before {
    content: "\e62d";
}
.icon-clock-circle:before {
    content: "\e62e";
}
.icon-mailbox:before {
    content: "\e62f";
}
.icon-users:before {
    content: "\e630";
}
.icon-setting:before {
    content: "\e631";
}
.icon-trash:before {
    content: "\e632";
}
.icon-box-2:before {
    content: "\e633";
}
.icon-zoom-in:before {
    content: "\e634";
}
.icon-user-circle:before {
    content: "\e635";
}
.icon-search:before {
    content: "\e636";
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/_assets/js/plugins/owl-carousel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.position-r, .awemenu-nav, .awemenu-nav .awemenu-container, .awemenu-nav .awemenu, .awemenu-standard .awemenu > .awemenu-item .awemenu-submenu .awemenu-item, .awemenu-top .awemenu > .awemenu-item .awemenu-submenu .awemenu-item, .awemenu-left .awemenu .awemenu-item, .awemenu-outleft .awemenu .awemenu-item, .awemenu-right .awemenu .awemenu-item, .awemenu-outright .awemenu .awemenu-item, .awemenu-bottom .awemenu > .awemenu-item .awemenu-submenu .awemenu-item {
  position: relative;
}

.position-f, .awemenu-standard.awemenu-sticky, .awemenu-sticky.awemenu-top, .awemenu-top, .awemenu-outleft .awemenu, .awemenu-outleft.awemenu-sticky, .awemenu-outright .awemenu, .awemenu-outright.awemenu-sticky, .awemenu-bottom, .awemenu-mobile-standard.awemenu-sticky, .awemenu-sticky.awemenu-mobile-top, .awemenu-mobile-top, .awemenu-mobile-bottom, .awemenu-mobile-outleft .awemenu, .awemenu-mobile-outright .awemenu, .awemenu-mobile-outleft.awemenu-sticky, .awemenu-sticky.awemenu-mobile-outright {
  position: fixed;
}

.position-a, .awemenu-standard .awemenu > .awemenu-item .awemenu-submenu, .awemenu-top .awemenu > .awemenu-item .awemenu-submenu, .awemenu-left .awemenu .awemenu-item .awemenu-submenu, .awemenu-outleft .awemenu .awemenu-item .awemenu-submenu, .awemenu-right .awemenu .awemenu-item .awemenu-submenu, .awemenu-outright .awemenu .awemenu-item .awemenu-submenu, .awemenu-bottom .awemenu > .awemenu-item .awemenu-submenu, .awemenu-mobile-standard .awemenu, .awemenu-mobile-top .awemenu, .awemenu-mobile-bottom .awemenu {
  position: absolute;
}

.list-n, .awemenu-nav .awemenu, .awemenu-nav .awemenu-submenu {
  list-style: none;
}

.pad-0, .awemenu-nav .awemenu, .awemenu-nav .awemenu-submenu {
  padding: 0;
}

.mar-0, .awemenu-nav .awemenu, .awemenu-nav .awemenu-submenu {
  margin: 0;
}

.block, .awemenu-nav:after, .awemenu-nav:before, .awemenu-nav.awemenu-active .awemenu, .awemenu-nav .awemenu-container:after, .awemenu-nav .awemenu-container:before, .awemenu-nav .awemenu:after, .awemenu-nav .awemenu:before, .awemenu-left .awemenu .awemenu-item, .awemenu-outleft .awemenu .awemenu-item, .awemenu-right .awemenu .awemenu-item, .awemenu-outright .awemenu .awemenu-item {
  display: block;
}

.block-n, .awemenu-nav .awemenu-submenu, .awemenu-mobile-standard .awemenu, .awemenu-mobile-top .awemenu, .awemenu-mobile-bottom .awemenu {
  display: none;
}

.float-l, .awemenu-standard .awemenu > .awemenu-item, .awemenu-top .awemenu > .awemenu-item, .awemenu-bottom .awemenu > .awemenu-item {
  float: left;
}

.float-r, .awemenu-standard .awemenu > .awemenu-item.awemenu-item-right, .awemenu-top .awemenu > .awemenu-item.awemenu-item-right, .awemenu-right .awemenu, .awemenu-outright .awemenu, .awemenu-bottom .awemenu > .awemenu-item.awemenu-item-right {
  float: right;
}

.float-n, .awemenu-outright .awemenu {
  float: none;
}

.awemenu-nav {
  z-index: 9999;
}
.awemenu-nav:after, .awemenu-nav:before {
  content: '';
  clear: both;
}
.awemenu-nav .awemenu-container:after, .awemenu-nav .awemenu-container:before {
  content: '';
  clear: both;
}
.awemenu-nav .awemenu:after, .awemenu-nav .awemenu:before {
  content: '';
  clear: both;
}
.awemenu-nav .awemenu-submenu {
  z-index: 0 !important;
}
.awemenu-nav .awemenu-active > .awemenu-submenu {
  display: block;
  z-index: 1 !important;
}

.awemenu-standard .awemenu > .awemenu-item .awemenu-submenu.awemenu-dropdown .awemenu-item .awemenu-submenu, .awemenu-top .awemenu > .awemenu-item .awemenu-submenu.awemenu-dropdown .awemenu-item .awemenu-submenu {
  width: 100%;
  left: 100%;
  top: 0;
}
.awemenu-standard .awemenu > .awemenu-item .awemenu-submenu.awemenu-dropdown .awemenu-item.awemenu-invert > .awemenu-submenu, .awemenu-top .awemenu > .awemenu-item .awemenu-submenu.awemenu-dropdown .awemenu-item.awemenu-invert > .awemenu-submenu {
  left: auto;
  right: 100%;
}
.awemenu-standard.awemenu-sticky, .awemenu-sticky.awemenu-top {
  left: 0;
  right: 0;
  top: 0;
}

.awemenu-top {
  left: 0;
  right: 0;
  top: 0;
}

.awemenu-left .awemenu .awemenu-item .awemenu-submenu, .awemenu-outleft .awemenu .awemenu-item .awemenu-submenu {
  left: 100%;
  top: 0;
  width: 100%;
}
.awemenu-left .awemenu .awemenu-item.awemenu-invert > .awemenu-submenu, .awemenu-outleft .awemenu .awemenu-item.awemenu-invert > .awemenu-submenu {
  left: auto;
  right: 100%;
}

.awemenu-right .awemenu .awemenu-item .awemenu-submenu, .awemenu-outright .awemenu .awemenu-item .awemenu-submenu {
  right: 100%;
  top: 0;
  width: 100%;
}
.awemenu-right .awemenu .awemenu-item.awemenu-invert > .awemenu-submenu, .awemenu-outright .awemenu .awemenu-item.awemenu-invert > .awemenu-submenu {
  right: auto;
  left: 100%;
}

.awemenu-outleft .awemenu-bars {
  display: block;
}
.awemenu-outleft .awemenu {
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.awemenu-outleft.awemenu-active .awemenu {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.awemenu-outleft.awemenu-sticky {
  top: 0;
  right: 0;
  left: 0;
}

.awemenu-outright .awemenu {
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.awemenu-outright.awemenu-active .awemenu {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.awemenu-outright.awemenu-sticky {
  top: 0;
  right: 0;
  left: 0;
}

.awemenu-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}
.awemenu-bottom .awemenu > .awemenu-item .awemenu-submenu {
  bottom: 100%;
}
.awemenu-bottom .awemenu > .awemenu-item .awemenu-submenu .awemenu-item .awemenu-submenu {
  bottom: 0;
  width: 100%;
}
.awemenu-bottom .awemenu > .awemenu-item .awemenu-submenu .awemenu-item.awemenu-vertical-invert > .awemenu-submenu {
  bottom: auto;
  top: 0;
}
.awemenu-bottom .awemenu > .awemenu-item .awemenu-submenu.awemenu-dropdown .awemenu-item .awemenu-submenu {
  width: 100%;
  left: 100%;
}
.awemenu-bottom .awemenu > .awemenu-item .awemenu-submenu.awemenu-dropdown .awemenu-item.awemenu-invert .awemenu-submenu {
  left: auto;
  right: 100%;
}

.awemenu-mobile-standard .awemenu, .awemenu-mobile-top .awemenu {
  left: 0;
  right: 0;
  top: 100%;
}
.awemenu-mobile-standard.awemenu-sticky, .awemenu-sticky.awemenu-mobile-top {
  left: 0;
  right: 0;
  top: 0;
}
.awemenu-mobile-standard.awemenu-sticky .awemenu, .awemenu-sticky.awemenu-mobile-top .awemenu {
  overflow-y: auto;
}

.awemenu-mobile-top {
  left: 0;
  right: 0;
  top: 0;
}
.awemenu-mobile-top .awemenu {
  overflow-y: auto;
}

.awemenu-mobile-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}
.awemenu-mobile-bottom .awemenu {
  overflow-y: auto;
  left: 0;
  right: 0;
  bottom: 100%;
}

.awemenu-mobile-outleft .awemenu, .awemenu-mobile-outright .awemenu {
  top: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.awemenu-mobile-outleft.awemenu-active .awemenu, .awemenu-active.awemenu-mobile-outright .awemenu {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.awemenu-mobile-outleft.awemenu-sticky, .awemenu-sticky.awemenu-mobile-outright {
  top: 0;
  right: 0;
  left: 0;
}

.awemenu-mobile-outright .awemenu {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.awemenu-mobile-outright.awemenu-active .awemenu {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.awemenu-mobile-outright.awemenu-sticky {
  top: 0;
  right: 0;
  left: 0;
}

.animation .awemenu {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.animation .awemenu-submenu {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.animation .awemenu-fadeup > .awemenu-submenu {
  -webkit-transform: translate(0, 15px);
  -moz-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  -o-transform: translate(0, 15px);
  transform: translate(0, 15px);
}
.animation .awemenu-fadedown > .awemenu-submenu {
  -webkit-transform: translate(0, -15px);
  -moz-transform: translate(0, -15px);
  -ms-transform: translate(0, -15px);
  -o-transform: translate(0, -15px);
  transform: translate(0, -15px);
}
.animation .awemenu-fadeleft > .awemenu-submenu {
  -webkit-transform: translate(-25px, 0);
  -moz-transform: translate(-25px, 0);
  -ms-transform: translate(-25px, 0);
  -o-transform: translate(-25px, 0);
  transform: translate(-25px, 0);
}
.animation .awemenu-faderight > .awemenu-submenu {
  -webkit-transform: translate(25px, 0);
  -moz-transform: translate(25px, 0);
  -ms-transform: translate(25px, 0);
  -o-transform: translate(25px, 0);
  transform: translate(25px, 0);
}
.animation .awemenu-zoom > .awemenu-submenu {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.animation .awemenu-rotateupleft > .awemenu-submenu {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.animation .awemenu-rotateupright > .awemenu-submenu {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.animation .awemenu-flipx > .awemenu-submenu {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: 100em;
  -moz-transform-style: 100em;
  -ms-transform-style: 100em;
  -o-transform-style: 100em;
  transform-style: 100em;
  -webkit-transform: rotateX(-45deg);
  -moz-transform: rotateX(-45deg);
  -ms-transform: rotateX(-45deg);
  -o-transform: rotateX(-45deg);
  transform: rotateX(-45deg);
}
.animation .awemenu-flipy > .awemenu-submenu {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: 100em;
  -moz-transform-style: 100em;
  -ms-transform-style: 100em;
  -o-transform-style: 100em;
  transform-style: 100em;
  -webkit-transform: rotateX(45deg);
  -moz-transform: rotateX(45deg);
  -ms-transform: rotateX(45deg);
  -o-transform: rotateX(45deg);
  transform: rotateX(45deg);
}
.animation .awemenu-flipyright > .awemenu-submenu {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: 100em;
  -moz-transform-style: 100em;
  -ms-transform-style: 100em;
  -o-transform-style: 100em;
  transform-style: 100em;
  -webkit-transform: rotateY(45deg);
  -moz-transform: rotateY(45deg);
  -ms-transform: rotateY(45deg);
  -o-transform: rotateY(45deg);
  transform: rotateY(45deg);
}
.animation .awemenu-flipyleft > .awemenu-submenu {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: 100em;
  -moz-transform-style: 100em;
  -ms-transform-style: 100em;
  -o-transform-style: 100em;
  transform-style: 100em;
  -webkit-transform: rotateY(-45deg);
  -moz-transform: rotateY(-45deg);
  -ms-transform: rotateY(-45deg);
  -o-transform: rotateY(-45deg);
  transform: rotateY(-45deg);
}
.animation .awemenu-slideleft > .awemenu-submenu {
  -webkit-transform: translate(-30%, 0);
  -moz-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  -o-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
}
.animation .awemenu-slideright > .awemenu-submenu {
  -webkit-transform: translate(30%, 0);
  -moz-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  -o-transform: translate(30%, 0);
  transform: translate(30%, 0);
}
.animation .awemenu-active > .awemenu-submenu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0) rotate(0) scale(1);
  -moz-transform: translate(0, 0) rotate(0) scale(1);
  -ms-transform: translate(0, 0) rotate(0) scale(1);
  -o-transform: translate(0, 0) rotate(0) scale(1);
  transform: translate(0, 0) rotate(0) scale(1);
}

/**
 * Swiper 3.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: July 14, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Cube */
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.zoomPad{
	position:relative;
	float:left;
	z-index:99;
	cursor:crosshair;
}


.zoomPreload{
   -moz-opacity:0.8;
   opacity: 0.8;
   filter: alpha(opacity = 80);
   color: #333;
   font-size: 12px;
   font-family: Tahoma;
   text-decoration: none;
   border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
   text-align:center;
   background-image: url(/_assets/js/plugins/jqzoom/images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
   z-index:110;
   width:90px;
   height:43px;
   position:absolute;
   top:0px;
   left:0px;
    /* * width:100px;*/
    /* * height:49px;*/
}


.zoomPup{
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:120;
	position:absolute;
	border:1px solid #CCC;
  z-index:101;
  cursor:crosshair;
}

.zoomOverlay{
	position:absolute;
	left:0px;
	top:0px;
	background:#FFF;
	/*opacity:0.5;*/
	z-index:5000;
	width:100%;
	height:100%;
	display:none;
  z-index:101;
}

.zoomWindow{
	position:absolute;
	left:110%;
	top:40px;
	background:#FFF;
	z-index:6000;
	height:auto;
  z-index:10000;
  z-index:110;
}
.zoomWrapper{
	position:relative;
	border:1px solid #999;
  z-index:110;
}
.zoomWrapperTitle{
	display:block;
	background:#999;
	color:#FFF;
	height:18px;
	line-height:18px;
	width:100%;
  overflow:hidden;
	text-align:center;
	font-size:10px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:120;
  -moz-opacity:0.6;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.zoomWrapperImage{
	display:block;
  position:relative;
  overflow:hidden;
  z-index:110;
}
.zoomWrapperImage img{
  border:0px;
  display:block;
  position:absolute;
  z-index:101;
}

.zoomIframe{
  z-index: -1;
  filter:alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position:absolute;
  display:block;
}
/*!
 * Datepicker for Bootstrap v1.4.0 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker > div {
  display: none;
}
.datepicker.days .datepicker-days,
.datepicker.months .datepicker-months,
.datepicker.years .datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffcd70;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f4bb51;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #858585;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #999999;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child .cw {
  cursor: default;
  background-color: transparent;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
/*=============================================
=            TABLE OF CONTENT                 =
=============================================*/
/* -------------------------------------------------------------------------------
  A. Common CSS
  B. Compoments

  1. Base compoments
  2. Awe compoments
  3. Awe compoments
  4. Plugins compoments
  5. Widgets compoments
  6. Sections compoments
  7. Layouts compoments
  8. Wordpress fixed
-------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------
    A. Common CSS
--------------------------------------------------------------------------------*/
::-moz-selection {
  color: #fff;
  background: #20135f;
}

::selection {
  color: #fff;
  background: #20135f;
}

html, body {
  height: 100%;
  font-family: Montserrat, Arial, sans-serif;
    font-weight: 400;
    color: #747474;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  font-family: Montserrat, Arial, sans-serif;
}

a, button {
  -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
}

a:focus, a:active, button:focus, button:active {
  outline: none !important;
}

a {
  color: #808285;
}

a:hover, a:focus {
  color: #808285;
  text-decoration: none;
}

label {
  font-size: 12px;
  font-family: Montserrat, Arial, sans-serif;
}

label sup {
  color: red;
}

img {
  max-width: 100%;
  height: auto;
}

.btn, .search-submit,
.alert,
.tooltip-inner,
.form-control {
  -webkit-border-radius: 0;
          border-radius: 0;
}

/* Color helpers */
.white {
  color: #fff !important;
}

.dark {
  color: #333 !important;
}

.gray {
  color: #898989 !important;
}

/* Bg hepers */
.bg-lighten {
  background-color: #f9f9f9 !important;
}

.bg-gray {
  background-color: #f4f4f4 !important;
}

.bg-dark {
  background-color: #333 !important;
}

.bg-darken {
  background-color: #262626 !important;
}

/* Font size */
.tiny {
  font-size: 10px;
}

.small {
  font-size: 12px;
}

.medium {
  font-size: 14px;
}

.large {
  font-size: 16px;
}

/**/
/* Font weight helpers */
.light {
  font-weight: 300;
}

.normal {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

/* Text helpers */
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.upper,
.text-upper {
  text-transform: uppercase;
}

.spacing-5 {
  letter-spacing: 5px;
}

.spacing-10 {
  letter-spacing: 10px;
}

/* Display helpers */
.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

/* Border helpers */
.border-left {
  border-left: solid 1px #e1e1e1;
}

.border-right {
  border-right: solid 1px #e1e1e1;
}

.border-top {
  border-top: solid 1px #e1e1e1;
}

.border-bottom {
  border-bottom: solid 1px #e1e1e1;
}

/* Fullpage */
.fp-table {
  display: table;
  table-layout: fixed;
  text-align: center;
}

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

.fp-table, .fp-table-cell {
  width: 100%;
  height: 100%;
}

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

/* Col centered */
.col-centered {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Col border */
@media (min-width: 769px) {
  .cols-border > [class*='col-'] {
    border-right: solid 1px #e1e1e1;
  }
  .cols-border > [class*='col-']:last-child {
    border-right: transparent;
  }
}

/* No gutter */
.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

/* White pop-up */
.white-popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

/* Embed 1:1 */
.embed-responsive-1by1 {
  padding-bottom: 100%;
}

.underline:after {
  content: '';
  display: block;
  width: 75px;
  height: 0;
  margin: 15px auto 0 auto;
  border-bottom: solid 3px #333;
}

/* Margin and padding helpers */
/* Margin */
.margin-5 {
  margin: 5px !important;
}

.margin-vertical-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.margin-horizontal-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

/* Padding */
.padding-5 {
  padding: 5px !important;
}

.padding-vertical-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.padding-horizontal-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

/* Margin */
.margin-10 {
  margin: 10px !important;
}

.margin-vertical-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.margin-horizontal-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

/* Padding */
.padding-10 {
  padding: 10px !important;
}

.padding-vertical-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.padding-horizontal-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

/* Margin */
.margin-15 {
  margin: 15px !important;
}

.margin-vertical-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.margin-horizontal-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-left-15 {
  margin-left: 15px !important;
}

.margin-right-15 {
  margin-right: 15px !important;
}

/* Padding */
.padding-15 {
  padding: 15px !important;
}

.padding-vertical-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.padding-horizontal-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-bottom-15 {
  padding-bottom: 15px !important;
}

.padding-left-15 {
  padding-left: 15px !important;
}

.padding-right-15 {
  padding-right: 15px !important;
}

/* Margin */
.margin-20 {
  margin: 20px !important;
}

.margin-vertical-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.margin-horizontal-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

/* Padding */
.padding-20 {
  padding: 20px !important;
}

.padding-vertical-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.padding-horizontal-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

/* Margin */
.margin-25 {
  margin: 25px !important;
}

.margin-vertical-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.margin-horizontal-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-left-25 {
  margin-left: 25px !important;
}

.margin-right-25 {
  margin-right: 25px !important;
}

/* Padding */
.padding-25 {
  padding: 25px !important;
}

.padding-vertical-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.padding-horizontal-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.padding-top-25 {
  padding-top: 25px !important;
}

.padding-bottom-25 {
  padding-bottom: 25px !important;
}

.padding-left-25 {
  padding-left: 25px !important;
}

.padding-right-25 {
  padding-right: 25px !important;
}

/* Margin */
.margin-30 {
  margin: 30px !important;
}

.margin-vertical-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.margin-horizontal-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

/* Padding */
.padding-30 {
  padding: 30px !important;
}

.padding-vertical-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.padding-horizontal-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

/* Margin */
.margin-35 {
  margin: 35px !important;
}

.margin-vertical-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.margin-horizontal-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.margin-top-35 {
  margin-top: 35px !important;
}

.margin-bottom-35 {
  margin-bottom: 35px !important;
}

.margin-left-35 {
  margin-left: 35px !important;
}

.margin-right-35 {
  margin-right: 35px !important;
}

/* Padding */
.padding-35 {
  padding: 35px !important;
}

.padding-vertical-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.padding-horizontal-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.padding-top-35 {
  padding-top: 35px !important;
}

.padding-bottom-35 {
  padding-bottom: 35px !important;
}

.padding-left-35 {
  padding-left: 35px !important;
}

.padding-right-35 {
  padding-right: 35px !important;
}

/* Margin */
.margin-40 {
  margin: 40px !important;
}

.margin-vertical-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.margin-horizontal-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

/* Padding */
.padding-40 {
  padding: 40px !important;
}

.padding-vertical-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.padding-horizontal-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.padding-left-40 {
  padding-left: 40px !important;
}

.padding-right-40 {
  padding-right: 40px !important;
}

/* Margin */
.margin-45 {
  margin: 45px !important;
}

.margin-vertical-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.margin-horizontal-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.margin-top-45 {
  margin-top: 45px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-left-45 {
  margin-left: 45px !important;
}

.margin-right-45 {
  margin-right: 45px !important;
}

/* Padding */
.padding-45 {
  padding: 45px !important;
}

.padding-vertical-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.padding-horizontal-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.padding-top-45 {
  padding-top: 45px !important;
}

.padding-bottom-45 {
  padding-bottom: 45px !important;
}

.padding-left-45 {
  padding-left: 45px !important;
}

.padding-right-45 {
  padding-right: 45px !important;
}

/* Margin */
.margin-50 {
  margin: 50px !important;
}

.margin-vertical-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.margin-horizontal-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-left-50 {
  margin-left: 50px !important;
}

.margin-right-50 {
  margin-right: 50px !important;
}

/* Padding */
.padding-50 {
  padding: 50px !important;
}

.padding-vertical-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.padding-horizontal-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.padding-bottom-50 {
  padding-bottom: 50px !important;
}

.padding-left-50 {
  padding-left: 50px !important;
}

.padding-right-50 {
  padding-right: 50px !important;
}

/* Margin */
.margin-55 {
  margin: 55px !important;
}

.margin-vertical-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.margin-horizontal-55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

.margin-top-55 {
  margin-top: 55px !important;
}

.margin-bottom-55 {
  margin-bottom: 55px !important;
}

.margin-left-55 {
  margin-left: 55px !important;
}

.margin-right-55 {
  margin-right: 55px !important;
}

/* Padding */
.padding-55 {
  padding: 55px !important;
}

.padding-vertical-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.padding-horizontal-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.padding-top-55 {
  padding-top: 55px !important;
}

.padding-bottom-55 {
  padding-bottom: 55px !important;
}

.padding-left-55 {
  padding-left: 55px !important;
}

.padding-right-55 {
  padding-right: 55px !important;
}

/* Margin */
.margin-60 {
  margin: 60px !important;
}

.margin-vertical-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.margin-horizontal-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-left-60 {
  margin-left: 60px !important;
}

.margin-right-60 {
  margin-right: 60px !important;
}

/* Padding */
.padding-60 {
  padding: 60px !important;
}

.padding-vertical-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.padding-horizontal-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.padding-top-60 {
  padding-top: 60px !important;
}

.padding-bottom-60 {
  padding-bottom: 60px !important;
}

.padding-left-60 {
  padding-left: 60px !important;
}

.padding-right-60 {
  padding-right: 60px !important;
}

/* Margin */
.margin-65 {
  margin: 65px !important;
}

.margin-vertical-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.margin-horizontal-65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

.margin-top-65 {
  margin-top: 65px !important;
}

.margin-bottom-65 {
  margin-bottom: 65px !important;
}

.margin-left-65 {
  margin-left: 65px !important;
}

.margin-right-65 {
  margin-right: 65px !important;
}

/* Padding */
.padding-65 {
  padding: 65px !important;
}

.padding-vertical-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.padding-horizontal-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.padding-top-65 {
  padding-top: 65px !important;
}

.padding-bottom-65 {
  padding-bottom: 65px !important;
}

.padding-left-65 {
  padding-left: 65px !important;
}

.padding-right-65 {
  padding-right: 65px !important;
}

/* Margin */
.margin-70 {
  margin: 70px !important;
}

.margin-vertical-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.margin-horizontal-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.margin-top-70 {
  margin-top: 70px !important;
}

.margin-bottom-70 {
  margin-bottom: 70px !important;
}

.margin-left-70 {
  margin-left: 70px !important;
}

.margin-right-70 {
  margin-right: 70px !important;
}

/* Padding */
.padding-70 {
  padding: 70px !important;
}

.padding-vertical-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.padding-horizontal-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-bottom-70 {
  padding-bottom: 70px !important;
}

.padding-left-70 {
  padding-left: 70px !important;
}

.padding-right-70 {
  padding-right: 70px !important;
}

/* Margin */
.margin-75 {
  margin: 75px !important;
}

.margin-vertical-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.margin-horizontal-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.margin-top-75 {
  margin-top: 75px !important;
}

.margin-bottom-75 {
  margin-bottom: 75px !important;
}

.margin-left-75 {
  margin-left: 75px !important;
}

.margin-right-75 {
  margin-right: 75px !important;
}

/* Padding */
.padding-75 {
  padding: 75px !important;
}

.padding-vertical-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.padding-horizontal-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.padding-top-75 {
  padding-top: 75px !important;
}

.padding-bottom-75 {
  padding-bottom: 75px !important;
}

.padding-left-75 {
  padding-left: 75px !important;
}

.padding-right-75 {
  padding-right: 75px !important;
}

/* Margin */
.margin-80 {
  margin: 80px !important;
}

.margin-vertical-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.margin-horizontal-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.margin-top-80 {
  margin-top: 80px !important;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

.margin-left-80 {
  margin-left: 80px !important;
}

.margin-right-80 {
  margin-right: 80px !important;
}

/* Padding */
.padding-80 {
  padding: 80px !important;
}

.padding-vertical-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.padding-horizontal-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.padding-left-80 {
  padding-left: 80px !important;
}

.padding-right-80 {
  padding-right: 80px !important;
}

/* Margin */
.margin-85 {
  margin: 85px !important;
}

.margin-vertical-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.margin-horizontal-85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

.margin-top-85 {
  margin-top: 85px !important;
}

.margin-bottom-85 {
  margin-bottom: 85px !important;
}

.margin-left-85 {
  margin-left: 85px !important;
}

.margin-right-85 {
  margin-right: 85px !important;
}

/* Padding */
.padding-85 {
  padding: 85px !important;
}

.padding-vertical-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.padding-horizontal-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.padding-top-85 {
  padding-top: 85px !important;
}

.padding-bottom-85 {
  padding-bottom: 85px !important;
}

.padding-left-85 {
  padding-left: 85px !important;
}

.padding-right-85 {
  padding-right: 85px !important;
}

/* Margin */
.margin-90 {
  margin: 90px !important;
}

.margin-vertical-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.margin-horizontal-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.margin-top-90 {
  margin-top: 90px !important;
}

.margin-bottom-90 {
  margin-bottom: 90px !important;
}

.margin-left-90 {
  margin-left: 90px !important;
}

.margin-right-90 {
  margin-right: 90px !important;
}

/* Padding */
.padding-90 {
  padding: 90px !important;
}

.padding-vertical-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.padding-horizontal-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.padding-top-90 {
  padding-top: 90px !important;
}

.padding-bottom-90 {
  padding-bottom: 90px !important;
}

.padding-left-90 {
  padding-left: 90px !important;
}

.padding-right-90 {
  padding-right: 90px !important;
}

/* Margin */
.margin-95 {
  margin: 95px !important;
}

.margin-vertical-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.margin-horizontal-95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

.margin-top-95 {
  margin-top: 95px !important;
}

.margin-bottom-95 {
  margin-bottom: 95px !important;
}

.margin-left-95 {
  margin-left: 95px !important;
}

.margin-right-95 {
  margin-right: 95px !important;
}

/* Padding */
.padding-95 {
  padding: 95px !important;
}

.padding-vertical-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.padding-horizontal-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.padding-top-95 {
  padding-top: 95px !important;
}

.padding-bottom-95 {
  padding-bottom: 95px !important;
}

.padding-left-95 {
  padding-left: 95px !important;
}

.padding-right-95 {
  padding-right: 95px !important;
}

/* Margin */
.margin-100 {
  margin: 100px !important;
}

.margin-vertical-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.margin-horizontal-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.margin-top-100 {
  margin-top: 100px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

.margin-left-100 {
  margin-left: 100px !important;
}

.margin-right-100 {
  margin-right: 100px !important;
}

/* Padding */
.padding-100 {
  padding: 100px !important;
}

.padding-vertical-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.padding-horizontal-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.padding-top-100 {
  padding-top: 100px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.padding-left-100 {
  padding-left: 100px !important;
}

.padding-right-100 {
  padding-right: 100px !important;
}

.browserupgrade {
  margin: 0;
  background: red;
  color: white;
  padding: 15px;
  text-align: center;
  position: fixed;
  z-index: 10000;
  top: 0;
  width: 100%;
}

.browserupgrade a {
  color: white;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .mdspace {
    margin-bottom: 30px;
  }
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft,
.alignright {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .alignleft {
    float: left;
    margin-right: 15px;
  }
  .alignright {
    float: right;
    margin-left: 15px;
  }
}


/* -------------------------------------------------------------------------------
    B. Compoments
--------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------
    1. Base compoments
--------------------------------------------------------------------------------*/
/* == 1.1 Grid ==*/
@media (max-width: 480px) {
  .home-trending .row > [class*="col-"] {
    width: 100% !important;
  }
  .products.scroll {
    overflow: auto;
  }
  .products.scroll > .row {
    white-space: nowrap;
  }
  .products.scroll > .row > [class*="col-"] {
    float: none !important;
    display: inline-block;
    width: 85% !important;
  }
}

.overlay-dark-10:before,
.awe-media .overlay-dark-10 {
  background-color: rgba(51, 51, 51, 0.1) !important;
}

.overlay-light-10:before,
.awe-media .overlay-light-10 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.overlay-dark-20:before,
.awe-media .overlay-dark-20 {
  background-color: rgba(51, 51, 51, 0.2) !important;
}

.overlay-light-20:before,
.awe-media .overlay-light-20 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.overlay-dark-30:before,
.awe-media .overlay-dark-30 {
  background-color: rgba(51, 51, 51, 0.3) !important;
}

.overlay-light-30:before,
.awe-media .overlay-light-30 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.overlay-dark-40:before,
.awe-media .overlay-dark-40 {
  background-color: rgba(51, 51, 51, 0.4) !important;
}

.overlay-light-40:before,
.awe-media .overlay-light-40 {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.overlay-dark-50:before,
.awe-media .overlay-dark-50 {
  background-color: rgba(51, 51, 51, 0.5) !important;
}

.overlay-light-50:before,
.awe-media .overlay-light-50 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.overlay-dark-60:before,
.awe-media .overlay-dark-60 {
  background-color: rgba(51, 51, 51, 0.6) !important;
}

.overlay-light-60:before,
.awe-media .overlay-light-60 {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.overlay-dark-70:before,
.awe-media .overlay-dark-70 {
  background-color: rgba(51, 51, 51, 0.7) !important;
}

.overlay-light-70:before,
.awe-media .overlay-light-70 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.overlay-dark-80:before,
.awe-media .overlay-dark-80 {
  background-color: rgba(51, 51, 51, 0.8) !important;
}

.overlay-light-80:before,
.awe-media .overlay-light-80 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.overlay-dark-90:before,
.awe-media .overlay-dark-90 {
  background-color: rgba(51, 51, 51, 0.9) !important;
}

.overlay-light-90:before,
.awe-media .overlay-light-90 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.background {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 9;
}

.background:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.background .container, .background .header-style-4 .awemenu-left .awemenu-megamenu-item > .container-fluid, .header-style-4 .awemenu-left .background .awemenu-megamenu-item > .container-fluid,
.background .background-wrapper,
.background .wpb_wrapper {
  position: relative;
  z-index: 11;
}

.background .container-fp {
  height: 100%;
}

.background-fixed, .background-parallax {
  background-attachment: fixed;
}

.background-color-dark {
  color: #fff;
  background-color: #333;
}

.background-color-light {
  color: #333;
  background-color: #fff;
}

.list-socials {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.list-socials > li {
  display: inline-block;
}

.list-socials > li > a {
  color: #898989;
  display: inline-block;
  padding: 0 5px;
}

.list-socials > li > a:hover {
  color: #acbe8c;
}

.list-socials > li:last-child > a {
  margin-right: 0;
}

.list-socials.list-small > li > a {
  font-size: 12px;
}

.list-socials.list-large > li > a {
  font-size: 16px;
}

.list-socials.list-xlarge > li > a {
  font-size: 18px;
}

.list-socials.list-xxlarge > li > a {
  font-size: 20px;
}

.list-socials.list-dark > li > a {
  color: #333;
}

.list-socials.list-light > li > a {
  color: #fff;
}

.list-socials.list-dark > li > a:hover,
.list-socials.list-light > li > a:hover {
  color: #acbe8c;
}

.alert-success hr {
  border-top-color: #4d9c07;
}

.alert-success .alert-link {
  color: #e6e6e6;
}

.alert-success.alert-outline {
  color: #59b408;
  background-color: transparent;
  border-color: #59b408;
}

.alert-success.alert-outline .close {
  color: #59b408;
}

.alert-info {
  background-color: #3CBC8D;
  border-color: transparent;
  color: #fff;
}

.alert-info hr {
  border-top-color: #36a97f;
}

.alert-info .alert-link {
  color: #e6e6e6;
}

.alert-info.alert-outline {
  color: #3CBC8D;
  background-color: transparent;
  border-color: #3CBC8D;
}

.alert-info.alert-outline .close {
  color: #3CBC8D;
}

.alert-warning hr {
  border-top-color: #fc9526;
}

.alert-warning .alert-link {
  color: #e6e6e6;
}

.alert-warning.alert-outline {
  color: #FCA13F;
  background-color: transparent;
  border-color: #FCA13F;
}

.alert-warning.alert-outline .close {
  color: #FCA13F;
}

.alert-danger hr {
  border-top-color: #fd5534;
}

.alert-danger .alert-link {
  color: #e6e6e6;
}

.alert-danger.alert-outline {
  color: #fd6a4d;
  background-color: transparent;
  border-color: #fd6a4d;
}

.alert-danger.alert-outline .close {
  color: #fd6a4d;
}

.alert-white {
  background-color: #fff;
  border-color: transparent;
  color: #333;
}

.alert-white hr {
  border-top-color: #f2f2f2;
}

.alert-white .alert-link {
  color: #1a1a1a;
}

.alert-white.alert-outline {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.alert-white.alert-outline .close {
  color: #fff;
}

.alert-dark {
  background-color: #333;
  border-color: transparent;
  color: #fff;
}

.alert-dark hr {
  border-top-color: #262626;
}

.alert-dark .alert-link {
  color: #e6e6e6;
}

.alert-dark.alert-outline {
  color: #333;
  background-color: transparent;
  border-color: #333;
}

.alert-dark.alert-outline .close {
  color: #333;
}

.alert-dark a {
  color: #fff;
}

.alert-dark a:hover, .alert-dark a:active, .alert-dark a:focus {
  color: #acbe8c;
}

.alert-dark .close {
  color: #fff;
}

.text-alert {
  color: #898989;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
}

.text-alert a {
  color: #333;
}

.text-alert a:hover {
  color: #acbe8c;
}

.form-control.dark {
  border-color: #333;
}

.form-control:focus {
  border-color: #8c8c8c;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control.form-small {
  height: 30px;
}

.form-control-search {
  border-color: #e1e1e1;
  -webkit-border-radius: 35px;
          border-radius: 35px;
  padding-left: 35px;
}

.form-search {
  position: relative;
}

.form-search-icon {
  color: #999;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  margin-left: 15px;
}

.woocommerce .form-control {
  border-color: #eee !important;
}

.hide-show-password-wrapper {
  position: relative;
  width: 100% !important;
}

.hide-show-password-wrapper .hide-show-password-toggle {
  color: #999;
  position: absolute;
  border: none;
  background: transparent;
  right: 8px !important;
  top: 8px !important;
}

.hide-show-password-wrapper .hide-show-password-toggle:hover, .hide-show-password-wrapper .hide-show-password-toggle:focus {
  background: #f3f3f3;
}

.label-select {
  margin-bottom: 0;
  font-weight: normal;
  position: relative;
  display: block;
  -webkit-transition: 'all 0.3s ease';
          transition: 'all 0.3s ease';
  width: 100%;
  display: block;
  font-weight: 400;
  border: solid 1px #eee;
}

.label-select:before {
  content: '';
  position: absolute;
  pointer-events: none;
  background-color: #fff;
  font-family: 'FontAwesome';
  content: '\f107';
  top: 0;
  bottom: 0;
  width: 30px;
  line-height: 30px;
  right: 0;
  z-index: 1;
  text-align: center;
}

.label-select:hover {
  border-color: #333;
}

.label-select select {
  border: none;
  outline: none;
}

.label-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333;
  box-shadow: none;
}

.btn, .search-submit {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  -webkit-border-radius: 0;
          border-radius: 0;
  text-transform: uppercase;
  padding: 10px 15px;
  border: solid 1px transparent;
}

.btn:focus, .search-submit:focus {
  outline: none;
}

.btn.btn-xs, .btn-xs.search-submit {
  font-size: 10px;
  padding: 3px 7px;
}

.btn.btn-sm, .search-submit {
  font-size: 12px;
  padding: 6px 12px;
}

.btn.btn-lg, .btn-lg.search-submit {
  font-size: 12px;
  padding: 12px 25px;
  letter-spacing: 1px;
}

.btn.btn-arrow, .btn-arrow.search-submit {
  padding: 7px 8px;
}

.btn.btn-arrow.btn-sm, .btn-arrow.search-submit {
  padding: 7px 9px;
}

.btn.btn-arrow.slick-disabled, .btn-arrow.slick-disabled.search-submit {
  opacity: 0.5;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ddd;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: white;
  border-color: #f7f7f7;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default:hover {
  color: #333;
  background-color: white;
  border-color: #f7f7f7;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #f2f2f2;
  border-color: #d0d0d0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #f2f2f2;
  border-color: #d0d0d0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default.btn-circle {
  -webkit-border-radius: 50px;
          border-radius: 50px;
}

.btn-default.btn-outline {
  color: #fff;
  border-color: #ddd;
  background: transparent;
}

.btn-default.btn-outline:hover {
  color: #333;
  border-color: #ddd;
  background: #fff;
}

.btn-default.btn-outline:active, .btn-default.btn-outline.active,
.open > .btn-default.btn-outline.dropdown-toggle {
  color: #333;
  background-color: #f2f2f2;
  border-color: #d0d0d0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default.btn-outline:active:hover, .btn-default.btn-outline:active:focus, .btn-default.btn-outline:active.focus, .btn-default.btn-outline.active:hover, .btn-default.btn-outline.active:focus, .btn-default.btn-outline.active.focus,
.open > .btn-default.btn-outline.dropdown-toggle:hover,
.open > .btn-default.btn-outline.dropdown-toggle:focus,
.open > .btn-default.btn-outline.dropdown-toggle.focus {
  color: #333;
  background-color: #f2f2f2;
  border-color: #d0d0d0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default:hover, .btn-default:focus {
  border-color: #ddd;
}

.btn-default.btn-outline {
  color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #21145f;
  border-color: #21145f;
}

.btn-primary:focus, .btn-primary.focus {
  color: #21145f;
  background-color: #FFF;
  border-color: #21145f;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary:hover {
  color: #21145f;
  background-color: #FFF;
  border-color: #21145f;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #21145f;
  background-color: #FFF;
  border-color: #21145f;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #21145f;
  background-color: #FFF;
  border-color: #21145f;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary.btn-circle {
  -webkit-border-radius: 50px;
          border-radius: 50px;
}

.btn-primary.btn-outline {
  color: #21145f;
  border-color: #21145f;
  background: transparent;
}

.btn-primary.btn-outline:hover {
  color: #fff;
  border-color: #21145f;
  background: #21145f;
}

.btn-primary.btn-outline:active, .btn-primary.btn-outline.active,
.open > .btn-primary.btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #21145f;
  border-color: #21145f;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary.btn-outline:active:hover, .btn-primary.btn-outline:active:focus, .btn-primary.btn-outline:active.focus, .btn-primary.btn-outline.active:hover, .btn-primary.btn-outline.active:focus, .btn-primary.btn-outline.active.focus,
.open > .btn-primary.btn-outline.dropdown-toggle:hover,
.open > .btn-primary.btn-outline.dropdown-toggle:focus,
.open > .btn-primary.btn-outline.dropdown-toggle.focus {
  color: #fff;
  background-color: #21145f;
  border-color: #21145f;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-info {
  color: #fff;
  background-color: #3CBC8D;
  border-color: #3CBC8D;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #5fcca4;
  border-color: #5fcca4;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-info:hover {
  color: #fff;
  background-color: #5fcca4;
  border-color: #5fcca4;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #36a97f;
  border-color: #36a97f;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #36a97f;
  border-color: #36a97f;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-info.btn-circle {
  -webkit-border-radius: 50px;
          border-radius: 50px;
}

.btn-info.btn-outline {
  color: #3CBC8D;
  border-color: #3CBC8D;
  background: transparent;
}

.btn-info.btn-outline:hover {
  color: #fff;
  border-color: #3CBC8D;
  background: #3CBC8D;
}

.btn-info.btn-outline:active, .btn-info.btn-outline.active,
.open > .btn-info.btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #36a97f;
  border-color: #36a97f;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-info.btn-outline:active:hover, .btn-info.btn-outline:active:focus, .btn-info.btn-outline:active.focus, .btn-info.btn-outline.active:hover, .btn-info.btn-outline.active:focus, .btn-info.btn-outline.active.focus,
.open > .btn-info.btn-outline.dropdown-toggle:hover,
.open > .btn-info.btn-outline.dropdown-toggle:focus,
.open > .btn-info.btn-outline.dropdown-toggle.focus {
  color: #fff;
  background-color: #36a97f;
  border-color: #36a97f;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-success {
  color: #fff;
  background-color: #59b408;
  border-color: #59b408;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #71e50a;
  border-color: #71e50a;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-success:hover {
  color: #fff;
  background-color: #71e50a;
  border-color: #71e50a;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #4d9c07;
  border-color: #4d9c07;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #4d9c07;
  border-color: #4d9c07;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-success.btn-circle {
  -webkit-border-radius: 50px;
          border-radius: 50px;
}

.btn-success.btn-outline {
  color: #59b408;
  border-color: #59b408;
  background: transparent;
}

.btn-success.btn-outline:hover {
  color: #fff;
  border-color: #59b408;
  background: #59b408;
}

.btn-success.btn-outline:active, .btn-success.btn-outline.active,
.open > .btn-success.btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #4d9c07;
  border-color: #4d9c07;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-success.btn-outline:active:hover, .btn-success.btn-outline:active:focus, .btn-success.btn-outline:active.focus, .btn-success.btn-outline.active:hover, .btn-success.btn-outline.active:focus, .btn-success.btn-outline.active.focus,
.open > .btn-success.btn-outline.dropdown-toggle:hover,
.open > .btn-success.btn-outline.dropdown-toggle:focus,
.open > .btn-success.btn-outline.dropdown-toggle.focus {
  color: #fff;
  background-color: #4d9c07;
  border-color: #4d9c07;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-danger {
  color: #fff;
  background-color: #e24301;
  border-color: #e24301;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #e24301;
  border-color: #e24301;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-danger:hover {
  color: #e24301;
  background-color: #fff;
  border-color: #e24301;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #e24301;
  border-color: #e24301;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #e24301;
  border-color: #e24301;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-danger.btn-circle {
  -webkit-border-radius: 50px;
          border-radius: 50px;
}

.btn-danger.btn-outline {
  color: #fd6a4d;
  border-color: #fd6a4d;
  background: transparent;
}

.btn-danger.btn-outline:hover {
  color: #fff;
  border-color: #fd6a4d;
  background: #fd6a4d;
}

.btn-danger.btn-outline:active, .btn-danger.btn-outline.active,
.open > .btn-danger.btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #fd5534;
  border-color: #fd5534;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-danger.btn-outline:active:hover, .btn-danger.btn-outline:active:focus, .btn-danger.btn-outline:active.focus, .btn-danger.btn-outline.active:hover, .btn-danger.btn-outline.active:focus, .btn-danger.btn-outline.active.focus,
.open > .btn-danger.btn-outline.dropdown-toggle:hover,
.open > .btn-danger.btn-outline.dropdown-toggle:focus,
.open > .btn-danger.btn-outline.dropdown-toggle.focus {
  color: #fff;
  background-color: #fd5534;
  border-color: #fd5534;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-warning {
  color: #fff;
  background-color: #FCA13F;
  border-color: #FCA13F;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #fdba71;
  border-color: #fdba71;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-warning:hover {
  color: #fff;
  background-color: #fdba71;
  border-color: #fdba71;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #fc9526;
  border-color: #fc9526;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #fc9526;
  border-color: #fc9526;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-warning.btn-circle {
  -webkit-border-radius: 50px;
          border-radius: 50px;
}

.btn-warning.btn-outline {
  color: #FCA13F;
  border-color: #FCA13F;
  background: transparent;
}

.btn-warning.btn-outline:hover {
  color: #fff;
  border-color: #FCA13F;
  background: #FCA13F;
}

.btn-warning.btn-outline:active, .btn-warning.btn-outline.active,
.open > .btn-warning.btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #fc9526;
  border-color: #fc9526;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-warning.btn-outline:active:hover, .btn-warning.btn-outline:active:focus, .btn-warning.btn-outline:active.focus, .btn-warning.btn-outline.active:hover, .btn-warning.btn-outline.active:focus, .btn-warning.btn-outline.active.focus,
.open > .btn-warning.btn-outline.dropdown-toggle:hover,
.open > .btn-warning.btn-outline.dropdown-toggle:focus,
.open > .btn-warning.btn-outline.dropdown-toggle.focus {
  color: #fff;
  background-color: #fc9526;
  border-color: #fc9526;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-dark, .search-submit {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-dark:focus, .search-submit:focus, .btn-dark.focus, .focus.search-submit {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-dark:hover, .search-submit:hover {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}

.btn-dark:active, .search-submit:active, .btn-dark.active, .active.search-submit,
.open > .btn-dark.dropdown-toggle,
.open > .dropdown-toggle.search-submit {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-dark:active:hover, .search-submit:active:hover, .btn-dark:active:focus, .search-submit:active:focus, .btn-dark:active.focus, .search-submit:active.focus, .btn-dark.active:hover, .active.search-submit:hover, .btn-dark.active:focus, .active.search-submit:focus, .btn-dark.active.focus, .active.focus.search-submit,
.open > .btn-dark.dropdown-toggle:hover,
.open > .dropdown-toggle.search-submit:hover,
.open > .btn-dark.dropdown-toggle:focus,
.open > .dropdown-toggle.search-submit:focus,
.open > .btn-dark.dropdown-toggle.focus,
.open > .dropdown-toggle.focus.search-submit {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-dark.btn-circle, .btn-circle.search-submit {
  -webkit-border-radius: 50px;
          border-radius: 50px;
}

.btn-dark.btn-outline, .btn-outline.search-submit {
  color: #333;
  border-color: #333;
  background: transparent;
}

.btn-dark.btn-outline:hover, .btn-outline.search-submit:hover {
  color: #fff;
  border-color: #333;
  background: #333;
}

.btn-dark.btn-outline:active, .btn-outline.search-submit:active, .btn-dark.btn-outline.active, .btn-outline.active.search-submit,
.open > .btn-dark.btn-outline.dropdown-toggle,
.open > .btn-outline.dropdown-toggle.search-submit {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-dark.btn-outline:active:hover, .btn-outline.search-submit:active:hover, .btn-dark.btn-outline:active:focus, .btn-outline.search-submit:active:focus, .btn-dark.btn-outline:active.focus, .btn-outline.search-submit:active.focus, .btn-dark.btn-outline.active:hover, .btn-outline.active.search-submit:hover, .btn-dark.btn-outline.active:focus, .btn-outline.active.search-submit:focus, .btn-dark.btn-outline.active.focus, .btn-outline.active.focus.search-submit,
.open > .btn-dark.btn-outline.dropdown-toggle:hover,
.open > .btn-outline.dropdown-toggle.search-submit:hover,
.open > .btn-dark.btn-outline.dropdown-toggle:focus,
.open > .btn-outline.dropdown-toggle.search-submit:focus,
.open > .btn-dark.btn-outline.dropdown-toggle.focus,
.open > .btn-outline.dropdown-toggle.focus.search-submit {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-white {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:focus, .btn-white.focus {
  color: #333;
  background-color: white;
  border-color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-white:hover {
  color: #333;
  background-color: white;
  border-color: white;
}

.btn-white:active, .btn-white.active,
.open > .btn-white.dropdown-toggle {
  color: #333;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-white:active:hover, .btn-white:active:focus, .btn-white:active.focus, .btn-white.active:hover, .btn-white.active:focus, .btn-white.active.focus,
.open > .btn-white.dropdown-toggle:hover,
.open > .btn-white.dropdown-toggle:focus,
.open > .btn-white.dropdown-toggle.focus {
  color: #333;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-white.btn-circle {
  -webkit-border-radius: 50px;
          border-radius: 50px;
}

.btn-white.btn-outline {
  color: #fff;
  border-color: #fff;
  background: transparent;
}

.btn-white.btn-outline:hover {
  color: #333;
  border-color: #fff;
  background: #fff;
}

.btn-white.btn-outline:active, .btn-white.btn-outline.active,
.open > .btn-white.btn-outline.dropdown-toggle {
  color: #333;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-white.btn-outline:active:hover, .btn-white.btn-outline:active:focus, .btn-white.btn-outline:active.focus, .btn-white.btn-outline.active:hover, .btn-white.btn-outline.active:focus, .btn-white.btn-outline.active.focus,
.open > .btn-white.btn-outline.dropdown-toggle:hover,
.open > .btn-white.btn-outline.dropdown-toggle:focus,
.open > .btn-white.btn-outline.dropdown-toggle.focus {
  color: #333;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.colors {
  display: block;
}

.color {
  display: inline-block;
}

.color .color:last-child {
  margin-right: 0;
}

.color.black {
  background-color: #000;
}

.color.white {
  border: solid 1px #eee;
  background-color: #fff;
}

.color.dark {
  background-color: #333;
}

.color.gray {
  background-color: #898989;
}

.color.orange {
  background-color: #acbe8c;
}

.color.blue {
  background-color: #31bfdf;
}

.color.green {
  background-color: #0cca4b;
}

.color.red {
  background-color: #f44336;
}

.square .color {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}

.square .color.active, .square .color.current, .square .color:hover, .square .color:active {
  border: solid 1px #000;
}

.dots .color {
  width: 11px;
  height: 11px;
  -webkit-border-radius: 11px;
          border-radius: 11px;
  margin-right: 5px;
}

.dropdown-menu {
  -webkit-border-radius: 0;
          border-radius: 0;
}

.dropdown-menu li a {
  padding: 7px 15px;
}

/**
 * --------------------------------------------------
 * Breadcrumb
 * --------------------------------------------------
 */
.breadcrumb {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  background-color: transparent;
  margin: 30px 0 40px;
  padding: 0;
}

.breadcrumb > .active {
  color: #333;
}

.breadcrumb a {
  color: #acacac;
}

/**
 * --------------------------------------------------
 * Pagination
 * --------------------------------------------------
 */
.pagination > li > a,
.pagination > li > span {
  font-size: 12px;
  margin-left: 0;
  font-family: Montserrat, Arial, sans-serif;
  color: #333;
  background-color: #fff;
  border-color: transparent;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #333;
  border-color: transparent;
}

.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: #333;
  border-color: #333;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  background-color: #fff;
  border-color: transparent;
}

.pagination > li.pagination-next > a,
.pagination > li.pagination-prev > a {
  -webkit-border-radius: 0 !important;
          border-radius: 0 !important;
  border-color: #e1e1e1;
}

.pagination > li.pagination-next > a:hover, .pagination > li.pagination-next > a:focus,
.pagination > li.pagination-prev > a:hover,
.pagination > li.pagination-prev > a:focus {
  border-color: #333;
}

/* -------------------------------------------------------------------------------
    2. Awe compoments
--------------------------------------------------------------------------------*/
.awe-nav {
  display: block;
  text-align: center;
  padding-left: 0;
  border-bottom: solid 1px #e1e1e1;
  margin-bottom: 0;
}

.awe-nav > li {
  display: inline-block;
}

.awe-nav > li > a {
  font-family: Montserrat, Arial, sans-serif;
  padding: 20px 15px;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  bottom: -1px;
  border-bottom: solid 2px transparent;
}

.awe-nav > li.current,
.awe-nav > li.active > a {
  color: #acbe8c;
  border-bottom-color: #acbe8c;
}

.awe-nav-responsive {
  overflow: auto;
}

.awe-nav-responsive .awe-nav {
  white-space: nowrap;
}

.awemenu-nav {
  height: 80px;
  background-color: #ffffff;
  border-bottom: solid 1px #e1e1e1;
}

.awemenu-nav .awemenu-bars {
  display: none;
}

.awemenu-nav .awemenu-container {
  position: relative;
}

.awemenu-left .awemenu,
.awemenu-default .awemenu {
  color: #333;
  position: static;
  width: auto;
}

.awemenu-left .awemenu.awemenu-right,
.awemenu-default .awemenu.awemenu-right {
  float: right;
}

.awemenu-left .awemenu.awemenu-left,
.awemenu-default .awemenu.awemenu-left {
  float: left;
}

.awemenu-left .awemenu .awemenu-item > a,
.awemenu-default .awemenu .awemenu-item > a {
  color: #333;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: relative;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.awemenu-left .awemenu .awemenu-item:hover > a, .awemenu-left .awemenu .awemenu-item.awemenu-current-item > a, .awemenu-left .awemenu .awemenu-item.awemenu-active > a,
.awemenu-default .awemenu .awemenu-item:hover > a,
.awemenu-default .awemenu .awemenu-item.awemenu-current-item > a,
.awemenu-default .awemenu .awemenu-item.awemenu-active > a {
  color: #acbe8c;
  background-color: transparent;
}

.awemenu-left .awemenu .awemenu-item .awemenu-submenu,
.awemenu-default .awemenu .awemenu-item .awemenu-submenu {
  background-color: #ffffff;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
  text-align: left;
}

.awemenu-left .awemenu .awemenu-item .awemenu-submenu .awemenu-item > a,
.awemenu-default .awemenu .awemenu-item .awemenu-submenu .awemenu-item > a {
  color: #333;
}

.awemenu-left .awemenu .awemenu-item .awemenu-submenu .awemenu-item:hover > a,
.awemenu-left .awemenu .awemenu-item .awemenu-submenu .awemenu-item.awemenu-current-item > a,
.awemenu-default .awemenu .awemenu-item .awemenu-submenu .awemenu-item:hover > a,
.awemenu-default .awemenu .awemenu-item .awemenu-submenu .awemenu-item.awemenu-current-item > a {
  color: #acbe8c;
}

.awemenu-left.awemenu-standard .awemenu .awemenu-item > a .awemenu-arrow, .awemenu-left.awemenu-top .awemenu .awemenu-item > a .awemenu-arrow, .awemenu-left.awemenu-bottom .awemenu .awemenu-item > a .awemenu-arrow, .awemenu-left.awemenu-left .awemenu .awemenu-item > a .awemenu-arrow, .awemenu-left.awemenu-outleft .awemenu .awemenu-item > a .awemenu-arrow,
.awemenu-default.awemenu-standard .awemenu .awemenu-item > a .awemenu-arrow,
.awemenu-default.awemenu-top .awemenu .awemenu-item > a .awemenu-arrow,
.awemenu-default.awemenu-bottom .awemenu .awemenu-item > a .awemenu-arrow,
.awemenu-default.awemenu-left .awemenu .awemenu-item > a .awemenu-arrow,
.awemenu-default.awemenu-outleft .awemenu .awemenu-item > a .awemenu-arrow {
  position: absolute;
  line-height: 1;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.awemenu-left.awemenu-standard .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a, .awemenu-left.awemenu-top .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a, .awemenu-left.awemenu-bottom .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a, .awemenu-left.awemenu-left .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a, .awemenu-left.awemenu-outleft .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a,
.awemenu-default.awemenu-standard .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a,
.awemenu-default.awemenu-top .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a,
.awemenu-default.awemenu-bottom .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a,
.awemenu-default.awemenu-left .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a,
.awemenu-default.awemenu-outleft .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a {
  padding-right: 30px;
}

.awemenu-left.awemenu-standard .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a .awemenu-arrow, .awemenu-left.awemenu-top .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a .awemenu-arrow, .awemenu-left.awemenu-bottom .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a .awemenu-arrow, .awemenu-left.awemenu-left .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a .awemenu-arrow, .awemenu-left.awemenu-outleft .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a .awemenu-arrow,
.awemenu-default.awemenu-standard .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a .awemenu-arrow,
.awemenu-default.awemenu-top .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a .awemenu-arrow,
.awemenu-default.awemenu-bottom .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a .awemenu-arrow,
.awemenu-default.awemenu-left .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a .awemenu-arrow,
.awemenu-default.awemenu-outleft .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a .awemenu-arrow {
  right: 12px;
}

.awemenu-left.awemenu-standard .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a, .awemenu-left.awemenu-top .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a, .awemenu-left.awemenu-bottom .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a, .awemenu-left.awemenu-left .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a, .awemenu-left.awemenu-outleft .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a,
.awemenu-default.awemenu-standard .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a,
.awemenu-default.awemenu-top .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a,
.awemenu-default.awemenu-bottom .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a,
.awemenu-default.awemenu-left .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a,
.awemenu-default.awemenu-outleft .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a {
  padding-right: 20px;
  padding-left: 30px;
}

.awemenu-left.awemenu-standard .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a .awemenu-arrow, .awemenu-left.awemenu-top .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a .awemenu-arrow, .awemenu-left.awemenu-bottom .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a .awemenu-arrow, .awemenu-left.awemenu-left .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a .awemenu-arrow, .awemenu-left.awemenu-outleft .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a .awemenu-arrow,
.awemenu-default.awemenu-standard .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a .awemenu-arrow,
.awemenu-default.awemenu-top .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a .awemenu-arrow,
.awemenu-default.awemenu-bottom .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a .awemenu-arrow,
.awemenu-default.awemenu-left .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a .awemenu-arrow,
.awemenu-default.awemenu-outleft .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a .awemenu-arrow {
  right: auto;
  left: 12px;
}

.awemenu-left.awemenu-left .awemenu, .awemenu-left.awemenu-outleft .awemenu,
.awemenu-default.awemenu-left .awemenu,
.awemenu-default.awemenu-outleft .awemenu {
  width: 250px;
}

.awemenu-left.awemenu-right .awemenu, .awemenu-left.awemenu-outright .awemenu,
.awemenu-default.awemenu-right .awemenu,
.awemenu-default.awemenu-outright .awemenu {
  width: 250px;
}

.awemenu-left.awemenu-right .awemenu .awemenu-item > a, .awemenu-left.awemenu-outright .awemenu .awemenu-item > a,
.awemenu-default.awemenu-right .awemenu .awemenu-item > a,
.awemenu-default.awemenu-outright .awemenu .awemenu-item > a {
  padding-left: 30px;
}

.awemenu-left.awemenu-right .awemenu .awemenu-item > a .awemenu-arrow, .awemenu-left.awemenu-outright .awemenu .awemenu-item > a .awemenu-arrow,
.awemenu-default.awemenu-right .awemenu .awemenu-item > a .awemenu-arrow,
.awemenu-default.awemenu-outright .awemenu .awemenu-item > a .awemenu-arrow {
  position: absolute;
  line-height: 1;
  left: 12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.awemenu-left.awemenu-right .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a, .awemenu-left.awemenu-outright .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a,
.awemenu-default.awemenu-right .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a,
.awemenu-default.awemenu-outright .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a {
  padding-right: 30px;
  padding-left: 20px;
}

.awemenu-left.awemenu-right .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a .awemenu-arrow, .awemenu-left.awemenu-outright .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a .awemenu-arrow,
.awemenu-default.awemenu-right .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a .awemenu-arrow,
.awemenu-default.awemenu-outright .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a .awemenu-arrow {
  left: auto;
  right: 12px;
}

.awemenu-left .awemenu-submenu .awemenu-item > a,
.awemenu-default .awemenu-submenu .awemenu-item > a {
  line-height: 40px;
}

.awemenu-mobile-default .awemenu-bars {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  display: inline-block;
  margin-top: 20px !important;
}

.awemenu-mobile-default.awemenu-mobile-standard .awemenu-container, .awemenu-mobile-default.awemenu-mobile-top .awemenu-container, .awemenu-mobile-default.awemenu-mobile-bottom .awemenu-container, .awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container, .awemenu-mobile-default.awemenu-mobile-outright .awemenu-container {
  background: #fff;
}

.awemenu-mobile-default.awemenu-mobile-standard .awemenu-container .awemenu, .awemenu-mobile-default.awemenu-mobile-top .awemenu-container .awemenu, .awemenu-mobile-default.awemenu-mobile-bottom .awemenu-container .awemenu, .awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu, .awemenu-mobile-default.awemenu-mobile-outright .awemenu-container .awemenu {
  position: absolute;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  z-index: 1000;
}

.awemenu-mobile-default.awemenu-mobile-standard .awemenu-container .awemenu .awemenu-item > a, .awemenu-mobile-default.awemenu-mobile-top .awemenu-container .awemenu .awemenu-item > a, .awemenu-mobile-default.awemenu-mobile-bottom .awemenu-container .awemenu .awemenu-item > a, .awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu .awemenu-item > a, .awemenu-mobile-default.awemenu-mobile-outright .awemenu-container .awemenu .awemenu-item > a {
  display: block;
  color: #333;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.awemenu-mobile-default.awemenu-mobile-standard .awemenu-container .awemenu .awemenu-item > a .awemenu-arrow, .awemenu-mobile-default.awemenu-mobile-top .awemenu-container .awemenu .awemenu-item > a .awemenu-arrow, .awemenu-mobile-default.awemenu-mobile-bottom .awemenu-container .awemenu .awemenu-item > a .awemenu-arrow, .awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu .awemenu-item > a .awemenu-arrow, .awemenu-mobile-default.awemenu-mobile-outright .awemenu-container .awemenu .awemenu-item > a .awemenu-arrow {
  float: right;
  margin-top: 3px;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
}

.awemenu-mobile-default.awemenu-mobile-standard .awemenu-container .awemenu .awemenu-item:hover > a, .awemenu-mobile-default.awemenu-mobile-top .awemenu-container .awemenu .awemenu-item:hover > a, .awemenu-mobile-default.awemenu-mobile-bottom .awemenu-container .awemenu .awemenu-item:hover > a, .awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu .awemenu-item:hover > a, .awemenu-mobile-default.awemenu-mobile-outright .awemenu-container .awemenu .awemenu-item:hover > a, .awemenu-mobile-default.awemenu-mobile-standard .awemenu-container .awemenu .awemenu-item.awemenu-active > a, .awemenu-mobile-default.awemenu-mobile-top .awemenu-container .awemenu .awemenu-item.awemenu-active > a, .awemenu-mobile-default.awemenu-mobile-bottom .awemenu-container .awemenu .awemenu-item.awemenu-active > a, .awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu .awemenu-item.awemenu-active > a, .awemenu-mobile-default.awemenu-mobile-outright .awemenu-container .awemenu .awemenu-item.awemenu-active > a {
  color: #acbe8c;
  background-color: #333;
}

.awemenu-mobile-default.awemenu-mobile-standard .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item, .awemenu-mobile-default.awemenu-mobile-top .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item, .awemenu-mobile-default.awemenu-mobile-bottom .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item, .awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item, .awemenu-mobile-default.awemenu-mobile-outright .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item {
  padding-left: 20px;
  padding-right: 20px;
}

.awemenu-mobile-default.awemenu-mobile-standard .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item > a, .awemenu-mobile-default.awemenu-mobile-top .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item > a, .awemenu-mobile-default.awemenu-mobile-bottom .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item > a, .awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item > a, .awemenu-mobile-default.awemenu-mobile-outright .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item > a {
  padding-left: 0;
  padding-right: 0;
}

.awemenu-mobile-default.awemenu-mobile-standard .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item:hover > a, .awemenu-mobile-default.awemenu-mobile-top .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item:hover > a, .awemenu-mobile-default.awemenu-mobile-bottom .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item:hover > a, .awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item:hover > a, .awemenu-mobile-default.awemenu-mobile-outright .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item:hover > a, .awemenu-mobile-default.awemenu-mobile-standard .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item.awemenu-active > a, .awemenu-mobile-default.awemenu-mobile-top .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item.awemenu-active > a, .awemenu-mobile-default.awemenu-mobile-bottom .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item.awemenu-active > a, .awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item.awemenu-active > a, .awemenu-mobile-default.awemenu-mobile-outright .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item.awemenu-active > a {
  padding-left: 15px;
  padding-right: 15px;
}

.awemenu-mobile-default.awemenu-mobile-outleft .awemenu-bars, .awemenu-mobile-default.awemenu-mobile-outright .awemenu-bars {
  float: right;
}

.awemenu-mobile-default.awemenu-mobile-outleft .awemenu, .awemenu-mobile-default.awemenu-mobile-outright .awemenu {
  width: 250px;
  position: fixed !important;
  border-right: solid 1px #ddd;
}

.awemenu-mobile-default.awemenu-mobile-outright .awemenu-bars {
  float: left;
}

.awemenu-mobile-default.awemenu-active .awemenu-bars span.fa:before {
  content: '\f00d';
}

.about-us-team .awe-media-image {
  background: #f9f9f9;
  text-align: center;
}

.about-us-team .awe-media-image img {
  display: inline-block;
  width: auto;
}

.awe-body-loading {
  overflow: hidden;
}

.awe-page-loading {
  position: fixed;
  z-index: 9999999;
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.awe-loading-wrapper {
  text-align: center;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -50px;
}

.awe-loading-wrapper .awe-loading-icon {
  font-size: 75px;
  line-height: 1;
  margin-bottom: 10px;
  -webkit-animation-name: aweIcon;
  animation-name: aweIcon;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.awe-loading-wrapper .awe-loading-icon .icon {
  cursor: default;
}

.awe-loading-wrapper .progress {
  background: #eee;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
  height: 2px;
}

.awe-loading-wrapper .progress .progress-bar {
  background: #333;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  -webkit-animation-name: aweProgress;
  animation-name: aweProgress;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@-webkit-keyframes aweIcon {
  0% {
    color: #333;
  }
  50% {
    color: #666;
  }
  100% {
    color: #000;
  }
}

@keyframes aweIcon {
  0% {
    color: #333;
  }
  50% {
    color: #666;
  }
  100% {
    color: #000;
  }
}

@-webkit-keyframes aweProgress {
  0% {
    width: 0%;
  }
  15% {
    width: 15%;
  }
  25% {
    width: 35%;
  }
  35% {
    width: 50%;
  }
  50% {
    width: 75%;
  }
  65% {
    width: 85%;
  }
  100% {
    width: 100%;
  }
}

@keyframes aweProgress {
  0% {
    width: 0%;
  }
  15% {
    width: 15%;
  }
  25% {
    width: 35%;
  }
  35% {
    width: 50%;
  }
  50% {
    width: 75%;
  }
  65% {
    width: 85%;
  }
  100% {
    width: 100%;
  }
}

/* -------------------------------------------------------------------------------
    3. Awe compoments
--------------------------------------------------------------------------------*/
.post {
  margin-bottom: 50px;
}

.entry-header {
  margin-bottom: 30px;
}

.entry-media {
  position: relative;
}

.entry-media .play-button {
  background: url("../img/play-button.png") no-repeat center center;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  cursor: pointer;
  z-index: 100;
}

.entry-thumbnail {
  width: 100%;
  overflow: hidden;
}

.entry-thumbnail img {
  width: 100%;
  height: auto;
}

.entry-datetime {
  color: #898989;
}

.entry-datetime a {
  color: #898989;
}

.entry-datetime a:hover, .entry-datetime a:active, .entry-datetime a:focus {
  text-decoration: none;
}

.entry-datetime .entry-day {
  font-size: 40px;
}

.entry-title h1,
h1.entry-title,
.entry-title h2,
h2.entry-title {
  color: #333333;
  font-size: 16px;
  margin: 0;
}

.entry-excerpt {
  margin-bottom: 15px;
}

.entry-excerpt p {
  margin-bottom: 0;
}

.entry-meta,
.entry-meta a {
  color: #898989;
  font-size: 12px;
}

.entry-tags {
  color: #898989;
  font-size: 12px;
  margin: 15px 0;
}

.entry-tags > a {
  color: #333;
  font-weight: 700;
}

.entry-tags > a:hover {
  color: #acbe8c;
}

.entry-author,
.entry-author a {
  color: #333;
  font-weight: bold;
}

.entry-content {
  margin-bottom: 35px;
}

.entry-share {
  padding: 20px 0;
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
}

.entry-share .list-socials {
  margin-left: 10px;
}

.entry-content p,
.entry-content ul, .entry-content ol,
.entry-content blockquote {
  margin-bottom: 20px;
}

.entry-content blockquote {
  background-color: #fbfbfb;
}

.entry-content blockquote p {
  color: #898989;
}

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

.entry-content table > thead > tr > th, .entry-content table > thead > tr > td, .entry-content table > tbody > tr > th, .entry-content table > tbody > tr > td, .entry-content table > tfoot > tr > th, .entry-content table > tfoot > tr > td {
  vertical-align: top;
  padding: 10px;
  border-top: 1px solid #e1e1e1;
}

.entry-content table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e1e1e1;
}

.entry-content table > caption + thead > tr:first-child > th, .entry-content table > caption + thead > tr:first-child > td,
.entry-content table > colgroup + thead > tr:first-child > th,
.entry-content table > colgroup + thead > tr:first-child > td,
.entry-content table > thead:first-child > tr:first-child > th,
.entry-content table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.entry-content table > tbody + tbody {
  border-top: 2px solid #e1e1e1;
}

.entry-navigation {
  padding: 30px 0;
  border-bottom: solid 1px #e3e3e3;
  position: relative;
}

.entry-navigation .entry-navigation-next-post,
.entry-navigation .entry-navigation-prev-post {
  text-align: center;
}

.entry-navigation .entry-navigation-next-post {
  padding-right: 30px;
}

.entry-navigation .entry-navigation-prev-post {
  padding-left: 30px;
}

.entry-navigation .entry-navigation-header {
  color: #898989;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.entry-navigation h2.entry-navigation-title,
.entry-navigation .entry-navigation-header h2 {
  color: #333333;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 25px;
}

.entry-navigation .entry-navigation-meta {
  color: #898989;
  font-size: 12px;
}

.entry-navigation .entry-navigation-button .entry-navigation-next,
.entry-navigation .entry-navigation-button .entry-navigation-prev {
  font-size: 21px;
  background: transparent;
  position: absolute;
  top: 50%;
  width: 23px;
  height: 26px;
  line-height: 25px;
  border: none;
  margin-top: -13px;
  display: inline-block;
  text-align: center;
}

.entry-navigation .entry-navigation-button .entry-navigation-next {
  right: -23px;
}

.entry-navigation .entry-navigation-button .entry-navigation-prev {
  left: -23px;
}

@media (max-width: 768px) {
  .entry-navigation .entry-navigation-header,
  .entry-navigation .entry-navigation-next-post,
  .entry-navigation .entry-navigation-prev-post {
    text-align: left;
  }
  .entry-navigation .entry-navigation-prev-post {
    margin-top: 25px;
  }
  .entry-navigation .entry-navigation-next-post,
  .entry-navigation .entry-navigation-prev-post {
    padding-left: 0;
  }
  .entry-navigation .entry-navigation-button {
    display: none;
  }
}

.blog-masonry {
  margin-bottom: 60px;
}

.blog-masonry .entry-thumbnail,
.blog-masonry .entry-title,
.blog-masonry .entry-excerpt,
.blog-masonry .entry-datetime {
  margin-bottom: 25px;
}

@media (max-width: 480px) {
  .blog-masonry .entry-thumbnail img {
    width: 100%;
  }
}

.blog-detail .entry-thumbnail,
.blog-nobar .entry-thumbnail,
.blog-sidebar .entry-thumbnail {
  margin-bottom: 0;
}

.blog-detail .entry-datetime,
.blog-nobar .entry-datetime,
.blog-sidebar .entry-datetime {
  height: 80px;
  line-height: 80px;
}

.blog-detail .entry-title h1,
.blog-detail h1.entry-title,
.blog-detail .entry-title h2,
.blog-detail h2.entry-title,
.blog-nobar .entry-title h1,
.blog-nobar h1.entry-title,
.blog-nobar .entry-title h2,
.blog-nobar h2.entry-title,
.blog-sidebar .entry-title h1,
.blog-sidebar h1.entry-title,
.blog-sidebar .entry-title h2,
.blog-sidebar h2.entry-title {
  font-size: 25px;
  margin-bottom: 15px;
}

.blog-detail .entry-summary,
.blog-detail .entry-container,
.blog-nobar .entry-summary,
.blog-nobar .entry-container,
.blog-sidebar .entry-summary,
.blog-sidebar .entry-container {
  background: #fff;
  position: relative;
  margin: -80px 70px 0;
  padding: 0px 25px 25px;
  z-index: 1;
}

@media (max-width: 480px) {
  .blog-detail .entry-summary,
  .blog-detail .entry-container,
  .blog-nobar .entry-summary,
  .blog-nobar .entry-container,
  .blog-sidebar .entry-summary,
  .blog-sidebar .entry-container {
    background: #fff;
    position: relative;
    margin: 0;
    padding: 0;
  }
}

.entry-carousel.owl-carousel {
  color: #fff;
}

.comments-area {
  padding: 30px 0;
}

.comments-area .comments-list {
  border-bottom: solid 1px #e3e3e3;
  margin-bottom: 30px;
}

.comments-area .comments-list > ol {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.comments-area .comments-list > ol > li ol {
  background: #fbfbfb;
  list-style: none;
}

@media (min-width: 768px) {
  .comments-area .comments-list > ol > li ol {
    padding-left: 100px;
  }
}

.comments-area .comment-title,
.comments-area .reply-comment-title {
  font-family: Montserrat;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.comments-area .comment-title {
  margin-bottom: 0;
}

.comment {
  zoom: 1;
  overflow: hidden;
  padding: 30px 0;
}

.comment .comment-body {
  overflow: hidden;
}

.comment .comment-avatar {
  display: block;
  float: left;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .comment .comment-avatar {
    width: 45px;
    margin-right: 15px;
  }
}

.comment .comment-title {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 10px;
}

.comment .comment-text {
  color: #606060;
  font-size: 12px;
  margin-bottom: 10px;
}

.comment .reply-comment-action {
  font-size: 12px;
}

.product {
  margin-bottom: 50px;
}

.product-name {
  font-size: 14px;
}

.product-category,
.product-status {
  color: #898989;
  margin-bottom: 10px;
}

.product-price {
  color: #333;
  font-size: 25px;
  font-weight: 700;
}

.product-price del {
  color: #898989;
  font-size: 16px;
  font-weight: 400;
}

.product-stars {
  margin-top: 10px;
  margin-bottom: 30px;
}

.product-description {
  color: #898989;
  margin-bottom: 30px;
}

.product-media {
  background: #F7F7F7;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 40;
}

.product-media a {
  display: block;
  text-align: center;
}

.product-media:hover .product-hover {
  opacity: 1;
}

.product-thumbnail img {
  width: 100% !important;
}

.product-soldout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 45;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
}

.product-grid:hover .product-soldout {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.product-soldout {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.product-soldout .soldout {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  font-family: Montserrat, Arial, sans-serif;
  text-transform: uppercase;
}

.product-hover {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.product-grid:hover .product-hover {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}

.product-actions {
  background-color: #ffffff;
  padding: 20px 0;
  margin: 0 15px 20px;
  text-align: center;
  -webkit-box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.09);
}

.product-actions > .awe-button,
.product-actions > button {
  background: transparent;
  border: transparent;
  font-size: 18px;
  padding: 0 20px;
  border-left: solid 1px #ddd;
  display: inline-block;
}

.product-actions > .awe-button:first-child,
.product-actions > button:first-child {
  border-left: none;
}

.product-actions > .awe-button.active, .product-actions > .awe-button:hover,
.product-actions > button.active,
.product-actions > button:hover {
  color: #acbe8c;
}

.product-actions > .awe-button > span,
.product-actions > button > span {
  display: none;
}

.product-label {
  background-color: #333;
  font-family: Montserrat, Arial, sans-serif;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  z-index: 50;
  top: 20px;
  width: 56px;
  height: 25px;
  line-height: 24px;
}

.product-label.hot {
  background-color: #ee4054;
}

.product-label.new {
  background-color: #43C872;
}

.product-label.sale {
  background-color: #ffa800;
}

.product-grid .product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-list:before, .product-list:after {
  content: " ";
  display: table;
}

.product-list:after {
  clear: both;
}

.product-list .product-media {
  float: left;
  margin-right: 30px;
}

.product-list .product-body {
  overflow: hidden;
}

.product-list .product-name {
  font-size: 20px;
  font-weight: 400;
  margin-top: 0;
}

.product-list .product-category,
.product-list .product-status {
  font-size: 16px;
  margin-bottom: 20px;
}

.product-list .product-price {
  font-size: 30px;
}

.product-list .product-price del {
  font-size: 18px;
}

@media (max-width: 480px) {
  .product-list .product-media {
    float: none;
    margin-right: 0;
  }
  .product-list .product-name {
    margin-top: 15px;
  }
}

.whishlist,
.cart-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.whishlist > li,
.cart-list > li {
  position: relative;
}

.whishlist > li .remove,
.whishlist > li .remove-cart,
.cart-list > li .remove,
.cart-list > li .remove-cart {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}

.whishlist > li:last-child .cart-item,
.cart-list > li:last-child .cart-item {
  margin-bottom: 0;
}

.whishlist-item,
.cart-item {
  zoom: 1;
  overflow: hidden;
  margin-bottom: 20px;
}

.whishlist-item .product-image,
.cart-item .product-image {
  float: left;
  margin-right: 30px;
}

.whishlist-item .product-body,
.cart-item .product-body {
  overflow: hidden;
}

.whishlist-item .product-name h3,
.whishlist-item .product-name a,
.cart-item .product-name h3,
.cart-item .product-name a {
  font-size: 14px;
}

.whishlist-item .product-price,
.cart-item .product-price {
  font-family: Montserrat, Arial, sans-serif;
  color: #acbe8c;
  font-size: 16px;
  font-weight: 700;
}

.whishlist .product-image {
  width: 54px;
  margin-right: 15px;
}

.whishlist .product-body {
  padding-right: 35px;
}

.whishlist .whishlist-name h2,
.whishlist .whishlist-name h3 {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 10px;
}

.whishlist .whishlist-quantity,
.whishlist .whishlist-price {
  font-family: Montserrat, Arial, sans-serif;
  color: #898989;
  font-size: 12px;
}

.whishlist > li .remove {
  font-size: 10px;
  margin-top: 0;
  top: 0;
}

.header-account .header-account-username h4 {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.header-account ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.header-account ul > li > a {
  color: #898989;
  display: block;
  padding: 7px 0;
}

.header-account ul > li > a:hover {
  color: #acbe8c;
}

.menu-cart-total {
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
  margin-bottom: 15px;
  padding: 15px 0;
  font-family: Montserrat, Arial, sans-serif;
}

.menu-cart-total:before, .menu-cart-total:after {
  content: " ";
  display: table;
}

.menu-cart-total:after {
  clear: both;
}

.menu-cart-total > span {
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

.menu-cart-total > .price {
  color: #acbe8c;
  float: right;
}

.product-header-actions {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: solid 1px #e1e1e1;
}

.product-header-actions .form-control {
  margin-left: 5px;
  margin-right: 5px;
}

.product-header-actions .form-group {
  position: relative;
  top: -3px;
}

.product-slider-wrapper {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 50px;
  z-index: 1;
}

.product-slider-thumbs {
  list-style: none;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: inline-block;
  margin-left: 80px;
  margin-top: 100px;
  height: 290px;
}

.product-slider-thumbs img {
  cursor: pointer;
  border: solid 2px transparent;
  width: 80px;
}

@media (max-width: 991px) {
  .product-slider-thumbs {
    margin-left: 40px;
  }
}

.product-slider-thumbs .swiper-slide-active img {
  border: solid 2px #333;
}

.product-slider-main {
  background: #f7f7f7;
}

.product-slider-main .swiper-slide {
  text-align: center;
}

.product-slider-main .swiper-button-next,
.product-slider-main .swiper-button-prev {
  background: transparent;
  text-align: center;
  font-size: 24px;
  line-height: 44px;
}

.product-slider-main .swiper-button-next {
  right: 25px;
}

.product-slider-main .swiper-button-prev {
  left: 25px;
}

.thumbs-bottom {
  margin: 0;
  padding: 0;
}

.thumbs-bottom .product-slider-thumbs {
  margin: 15px 0 0;
  height: auto;
  position: inherit;
  width: 100%;
}

.thumbs-bottom .product-slider-thumbs .swiper-slide {
  width: 25%;
}

.thumbs-bottom .product-slider-thumbs .swiper-slide img {
  width: 100%;
}

.view-icons {
  display: inline-block;
}

.view-icon {
  color: #333;
  display: inline-block;
  font-size: 14px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  opacity: 0.25;
}

.view-icon:hover, .view-icon.active {
  color: #333;
  opacity: 1;
}

.view-count {
  font-size: 12px;
  display: inline-block;
  margin-left: 45px;
}

@media (max-width: 767px) {
  .form-show-sort {
    margin-top: 15px;
    padding-top: 20px;
    border-top: solid 1px #eee;
  }
}

.form-show-sort .form-group {
  width: 50%;
  margin-bottom: 0;
}

@media (max-width: 479px) {
  .form-show-sort .form-group {
    width: 100%;
    margin-bottom: 15px;
    text-align: left !important;
  }
  .form-show-sort .form-group label {
    display: inline-block;
    min-width: 50px;
  }
  .form-show-sort .form-group:last-child {
    margin-bottom: 0;
  }
}

.form-show-sort .form-control {
  display: inline-block;
  width: auto;
}

.rating {
  font-size: 18px;
}

.rating.small {
  font-size: 12px;
}

.rating span {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}

.rating span:hover {
  cursor: pointer;
}

.rating span:before {
  content: "\f005";
  padding-right: 5px;
  color: #ACACAC;
}

.rating span.star:before {
  color: #FEA200;
}

.rating.live:hover span:before {
  color: #FEA200;
}

.rating.live span:hover ~ span:before {
  color: #ACACAC;
}

.product-quickview-popup {
  min-width: 900px;
  padding: 0;
}

.product-quickview-popup .product {
  margin-bottom: 0;
}

.product-quickview-popup .product:before, .product-quickview-popup .product:after {
  content: " ";
  display: table;
}

.product-quickview-popup .product:after {
  clear: both;
}

.product-quickview-popup .product-media {
  float: left;
  width: 370px;
}

.product-quickview-popup .product-body {
  overflow: hidden;
  padding: 20px 30px;
}

.product-quickview-popup .product-name {
  font-size: 20px;
  font-weight: 400;
  margin-top: 0;
}

.product-quickview-popup .product-category,
.product-quickview-popup .product-status {
  font-size: 12px;
}

.product-quickview-popup .product-status {
  font-size: 14px;
  margin-bottom: 20px;
}

.product-quickview-popup .product-price {
  font-size: 30px;
  margin-bottom: 20px;
}

.product-quickview-popup .product-price del {
  font-size: 18px;
}

.product-quickview-popup .product-tags {
  color: #898989;
}

.product-quickview-popup .product-list-actions-wrapper {
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
  padding: 30px 0;
}

.product-quickview-popup .product-meta {
  font-size: 12px;
  padding: 15px 0;
}

.product-quickview-popup .form-control {
  border-color: #e1e1e1;
}

.product-socials {
  padding: 20px 0;
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
  text-align: center;
  margin: 50px 0;
}

.product-socials ul {
  display: inline-block;
}

.product-socials li > a {
  color: #333;
  font-size: 20px;
}

.product-socials li > a:hover {
  color: #acbe8c;
}

.product-socials li + li {
  margin-left: 35px;
}

.product-details {
  padding-left: 50px;
}

@media (max-width: 991px) {
  .product-details {
    margin-top: 50px;
    padding-left: 0;
  }
}

.product-details > nav {
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.product-details .nav > li > a {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 15px;
}

.product-details .nav > li > a:hover, .product-details .nav > li > a:focus {
  background: transparent;
}

.product-details .nav > li.active > a {
  background: url("../img/bullet.png") no-repeat center left;
  color: #acbe8c;
}

.product-details-wrapper {
  padding-right: 50px;
}

.product-details-wrapper .product-name {
  font-size: 26px;
}

.product-details-wrapper .product-stars {
  margin-bottom: 15px;
}

.product-details-wrapper .product-features {
  margin-bottom: 25px;
}

.product-details-wrapper .product-features h3 {
  font-size: 16px;
  margin-top: 0;
}

.product-details-wrapper .product-features ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.product-details-wrapper .product-features ul > li {
  padding: 5px 0;
}

.product-details-wrapper .product-features ul > li:before {
  font-family: FontAwesome;
  content: "\f00c";
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
}

.product-details-wrapper .product-actions-wrapper .form-control {
  border-color: #e1e1e1;
}

.product-details-wrapper .product-list-actions {
  margin: 25px 0;
}

.product-details-wrapper .product-list-actions .btn, .product-details-wrapper .product-list-actions .search-submit {
  margin-bottom: 10px;
}

.product-details-wrapper .product-price {
  display: inline-block;
  font-size: 40px;
  margin-right: 35px;
}

.product-details-wrapper .product-price del {
  font-size: 20px;
}

.product-details-wrapper .product-meta {
  font-size: 12px;
}

.product-details-wrapper .product-meta a {
  font-weight: 700;
}

#product-description > p {
  color: #676767;
}

#product-infomation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#product-infomation ul > li {
  color: #666;
  padding: 10px 0;
}

#product-infomation ul > li > .value {
  float: right;
}

#product-infomation ul > li + li {
  border-top: solid 2px #e1e1e1;
}

#product-review > h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
}

#product-review .form-control {
  border-color: #e1e1e1;
}

#product-review .review-rating {
  float: left;
  margin-top: 10px;
}

#product-review .review-rating .title {
  display: inline-block;
  margin-right: 10px;
}

#product-review .submit {
  padding-left: 50px;
  padding-right: 50px;
}

.product-review-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.product-review-list > li {
  padding: 25px 0;
  border-bottom: solid 2px #e1e1e1;
}

.product-review-list .review-title {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 10px;
}

.product-review-list .review-comment {
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-review-list .review-comment > p:last-child {
  margin-bottom: 0;
}

.product-review-list .review-meta {
  color: #898989;
  font-size: 12px;
}

.product-review-list .review-meta .author {
  color: #333;
  font-weight: 700;
}

.product-review-list .review-meta .author:hover {
  color: #acbe8c;
}

.product-grid .product-thumbnail {
  overflow: hidden;
  position: relative;
}

.product-grid .product-thumbnail img {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
          transition: all 0.3s linear;
}

.product-grid .product-thumbnail img.current {
  opacity: 1;
  visibility: visible;
}

.product-grid .product-thumbnail img ~ img {
  position: absolute;
  top: 0;
  left: 0;
}

/* Fix */
.easyzoom img {
  max-width: inherit;
}

#open-filters {
  color: #fff;
  background: #333;
  position: fixed;
  right: 0;
  top: 35%;
  padding: 4px 10px;
  cursor: pointer;
  z-index: 1000;
  display: none;
  font-size: 24px;
}

#open-filters > span {
  display: none;
}

.open-filters-open {
  overflow: hidden;
}

.widgets-filter-overlay {
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99998;
}

@media (max-width: 991px) {
  .shop-widgets-filters {
    position: fixed;
    width: 256px;
    background: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 15px;
    border-left: solid 1px #bbbbbb;
    overflow: auto;
    z-index: 100000;
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
            transition: all 0.35s ease;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .shop-widgets-filters.open {
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  #open-filters {
    display: inline-block;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .products-grid-wrapper > .row > [class*="col-"] {
    width: 50%;
  }
}

.product-details-left {
  padding-bottom: 0;
  margin-bottom: 50px;
  border-bottom: solid 1px #e1e1e1;
  overflow: hidden;
}

.product-details-left .product-details {
  padding-left: 0;
}

.product-details-left .product-details nav {
  float: left;
  width: 320px;
  border-bottom: none;
  border-right: solid 1px #e1e1e1;
}

.product-details-left .product-details .tab-content {
  overflow: hidden;
  position: relative;
  left: -1px;
  border-left: solid 1px #e1e1e1;
  padding-left: 30px;
}

.pnav {
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 25px;
}

.blockquote, .entry-content blockquote {
  padding: 30px 20px;
  border-left: 0;
  overflow: hidden;
  text-align: center;
}

.blockquote p, .entry-content blockquote p {
  color: #333;
  font-size: 16px;
  font-style: italic;
  line-height: 30px;
  text-align: center;
  position: relative;
  margin: 0;
}

.blockquote p:before, .entry-content blockquote p:before, .blockquote p:after, .entry-content blockquote p:after {
  font-family: 'aweicon';
}

.blockquote p:before, .entry-content blockquote p:before {
  content: "\e619";
  margin-right: 10px;
}

.blockquote p:after, .entry-content blockquote p:after {
  content: "\e61a";
  margin-left: 10px;
}

.blockquote footer, .entry-content blockquote footer {
  color: #acacac;
  font-size: 12px;
  font-weight: 700;
  margin-top: 40px;
}

.blockquote footer h4, .entry-content blockquote footer h4 {
  color: #333333;
  font-size: 14px;
  margin-top: 0;
}

.blockquote footer:before, .entry-content blockquote footer:before {
  content: "";
}

.blockquote.large p, .entry-content blockquote.large p {
  font-size: 22px;
  line-height: 45px;
}

.divider {
  display: block;
  margin: 25px 0;
  line-height: 1;
  height: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #333;
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.divider.light {
  color: #fff;
}

.divider.super {
  margin: 50px 0;
}

.divider:not(.horizontal) {
  height: 1px;
  border-top: 1px solid #e1e1e1;
}

.divider.horizontal {
  display: table;
  white-space: nowrap;
  height: auto;
  line-height: 1;
  overflow: hidden;
  text-align: center;
}

.divider.horizontal:before, .divider.horizontal:after {
  background-image: url("/_assets/img/divider.png");
  content: '';
  display: table-cell;
  position: relative;
  top: 50%;
  width: 50%;
  background-repeat: no-repeat;
}

.divider.horizontal:before {
  background-position: right 5px top 50%;
}

.divider.horizontal:after {
  background-position: left 5px top 50%;
}

/* -------------------------------------------------------------------------------
    4. Plugins compoments
--------------------------------------------------------------------------------*/

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  top: 50%;
  position: absolute;
  text-decoration: none;
  width: 25px;
  height: 40px;
  margin-top: -15px;
  padding: 0;
  border: none;
  outline: none;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before {
  font-family: "aweicon";
  text-indent: 0;
  position: absolute;
  left: 0;
  width: 25px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}

.owl-carousel .owl-nav .owl-prev {
  left: -25px;
}

.owl-carousel .owl-nav .owl-prev:before {
  content: "\e605";
}

.owl-carousel .owl-nav .owl-next {
  right: -25px;
}

.owl-carousel .owl-nav .owl-next:before {
  content: "\e606";
}

.owl-carousel .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

@media (max-width: 768px) {
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    background: rgba(0, 0, 0, 0.5);
  }
  .owl-carousel .owl-nav .owl-prev:before,
  .owl-carousel .owl-nav .owl-next:before {
    font-size: 14px;
    color: #fff;
  }
  .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
  .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
}

.owl-carousel .owl-dots {
  display: block;
  margin-top: 10px;
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  padding: 0 5px;
}

.owl-carousel .owl-dots .owl-dot span:before {
  font-size: 10px;
  font-family: "aweicon";
  content: "\e608";
}

.owl-carousel .owl-dots .owl-dot.active > span:before {
  content: "\e609";
}

.owl-carousel-inset .owl-nav .owl-prev {
  left: 0;
}

.owl-carousel-inset .owl-nav .owl-next {
  right: 0;
}

.owl-carousel-inset .owl-dots {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 25px;
}

.owl-carousel-inset .owl-prev,
.owl-carousel-inset .owl-next {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.owl-carousel-inset:hover .owl-prev,
.owl-carousel-inset:hover .owl-next {
  opacity: 1;
  visibility: visible;
}

.owl-carousel-inset:hover .owl-prev.disabled,
.owl-carousel-inset:hover .owl-next.disabled {
  opacity: 0.5;
}

.owl-carousel-inset:hover .owl-nav .owl-prev {
  left: 25px;
}

.owl-carousel-inset:hover .owl-nav .owl-next {
  right: 25px;
}

.owl-carousel .owl-item img {
  display: inline;
  width: auto;
}

.home-section-posts.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -85px;
}

.home-section-posts.owl-carousel .owl-prev {
  margin-right: 10px;
}

.home-section-posts.owl-carousel .owl-prev,
.home-section-posts.owl-carousel .owl-next {
  border: 1px solid #333;
  display: inline-block;
  left: 0;
  position: relative;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.home-section-posts.owl-carousel .owl-prev:before,
.home-section-posts.owl-carousel .owl-next:before {
  font-size: 12px;
  width: 28px;
}

.home-section-posts.owl-carousel .owl-prev:hover,
.home-section-posts.owl-carousel .owl-next:hover {
  color: #fff;
  background: #333;
}

.home-section-posts.owl-carousel .owl-prev:hover:before,
.home-section-posts.owl-carousel .owl-next:hover:before {
  color: #fff;
}

.products.owl-carousel .owl-prev,
.products.owl-carousel .owl-next {
  margin-top: 0;
  top: 33%;
}

.home-products.products.owl-carousel .owl-prev,
.home-products.products.owl-carousel .owl-next,
.home-products .products.owl-carousel .owl-prev,
.home-products .products.owl-carousel .owl-next {
  margin-top: 0;
  top: 33%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease;
  z-index: 999;
}

.home-products.products.owl-carousel .owl-prev:before,
.home-products.products.owl-carousel .owl-next:before,
.home-products .products.owl-carousel .owl-prev:before,
.home-products .products.owl-carousel .owl-next:before {
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}

.home-products.products.owl-carousel .owl-prev,
.home-products .products.owl-carousel .owl-prev {
  left: 15px;
}

.home-products.products.owl-carousel .owl-next,
.home-products .products.owl-carousel .owl-next {
  right: 15px;
}

.home-products.products.owl-carousel:hover .owl-prev,
.home-products.products.owl-carousel:hover .owl-next,
.home-products .products.owl-carousel:hover .owl-prev,
.home-products .products.owl-carousel:hover .owl-next {
  opacity: 1;
  visibility: visible;
}

.home-products.products.owl-carousel:hover .owl-prev.disabled,
.home-products.products.owl-carousel:hover .owl-next.disabled,
.home-products .products.owl-carousel:hover .owl-prev.disabled,
.home-products .products.owl-carousel:hover .owl-next.disabled {
  opacity: 0.5;
}

.home-products.products.owl-carousel:hover .owl-nav .owl-prev,
.home-products .products.owl-carousel:hover .owl-nav .owl-prev {
  left: 0;
}

.home-products.products.owl-carousel:hover .owl-nav .owl-next,
.home-products .products.owl-carousel:hover .owl-nav .owl-next {
  right: 0;
}

/* -------------------------------------------------------------------------------
    5. Widgets compoments
--------------------------------------------------------------------------------*/
.widget {
  margin-bottom: 50px;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget ul {
  padding: 0;
  list-style: none;
}

.widget ul > li {
  margin: 0;
}

.widget ul > li > a {
  display: block;
  height: 100%;
  padding: 10px 0;
}

.widget ul > li ul {
  margin-left: 20px;
}

.widget ul li.parent > a {
  font-weight: bold;
}

.widget .list-socials > li > a {
  font-size: 18px;
  margin: 0 20px 0 0;
  padding: 0;
}

.widget-title {
  font-family: Montserrat, Arial, sans-serif;
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
}

.widget-content p:last-child {
  margin-bottom: 0;
}

.widget-comment {
  padding: 10px 0;
}

.widget-comment .widget-comment-title {
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
}

.widget-comment .widget-comment-time,
.widget-comment .widget-comment-time a {
  color: #898989;
  font-size: 12px;
  margin-bottom: 15px;
}

.widget-comment .widget-comment-sumary {
  font-size: 12px;
}

.widget-comment .widget-comment-sumary > p {
  margin-bottom: 0;
}

.widget-comment .widget-comment-sumary > p:before {
  content: "“";
}

.widget-comment .widget-comment-sumary > p:after {
  content: "”";
}

.widget_categories ul > li,
.widget_product_prices ul > li,
.widget_product_categories ul > li {
  background-repeat: no-repeat;
  background-position: -20px 50%;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
}

.widget_categories ul > li:hover,
.widget_categories ul > li.current,
.widget_categories ul > li.active,
.widget_product_prices ul > li:hover,
.widget_product_prices ul > li.current,
.widget_product_prices ul > li.active,
.widget_product_categories ul > li:hover,
.widget_product_categories ul > li.current,
.widget_product_categories ul > li.active {
  background-image: url("../img/bullet.png");
  background-position: 5px 50%;
}

.widget_categories ul > li > a,
.widget_product_prices ul > li > a,
.widget_product_categories ul > li > a {
  padding: 10px 20px;
}

.widget_categories ul > li > a:hover,
.widget_categories ul > li.current > a,
.widget_categories ul > li.active > a,
.widget_product_prices ul > li > a:hover,
.widget_product_prices ul > li.current > a,
.widget_product_prices ul > li.active > a,
.widget_product_categories ul > li > a:hover,
.widget_product_categories ul > li.current > a,
.widget_product_categories ul > li.active > a {
  color: #acbe8c;
}

.widget_recent_entries ul > li,
.widget_recent_comments ul > li {
  border-bottom: solid 2px #f1f1f1;
}

.widget_recent_entries ul > li:last-child,
.widget_recent_comments ul > li:last-child {
  border-bottom: none;
}

.footer-wrapper .widget {
  margin-bottom: 35px;
}

.footer-wrapper .widget .widget-title {
  font-family: Montserrat, Arial, sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
}

.footer-wrapper .widget ul {
  padding-left: 0;
  list-style: none;
}

.footer-wrapper .widget ul > li > a {
  color: #acacac;
}

.footer-wrapper .widget ul > li > a:hover, .footer-wrapper .widget ul > li > a:active {
  color: #acbe8c;
}

.search-form {
  position: relative;
}

.search-form label {
  margin: 0;
  width: 100%;
}

.search-form label > span {
  display: none;
}

.search-field {
  width: 100%;
  border: solid 1px #e1e1e1;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  display: block;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
}

.search-field:focus {
  outline: none;
  border-color: #8c8c8c;
}

.search-submit {
  position: absolute;
  right: 5px;
  top: 5px;
}

.search-submit:focus {
  outline: none;
}

/** Subscible **/
.subscible-wrapper {
  color: #fff;
  background: #2F2F2F;
}

.subscribe-title {
  margin: 0;
  text-transform: uppercase;
}

.subscribe-comment {
  margin-bottom: 0;
}

.subscribe-comment p:last-child {
  margin-bottom: 0;
}

.subscible-form .form-control {
  border: none;
  height: 38px;
  padding-top: 10px;
}

.subscible-inline {
  padding: 35px;
}

.subscible-inline .subscribe-title {
  font-size: 22px;
  line-height: 22px;
}

.subscible-inline .subscribe-comment {
  margin-bottom: 15px;
}

.subscible-inline .subscible-form .form-group,
.subscible-inline .subscible-form .form-submit {
  float: left;
}

.subscible-inline .subscible-form .form-group {
  width: 65%;
  padding-right: 10px;
  margin-bottom: 0;
}

.subscible-inline .subscible-form .form-submit {
  width: 35%;
}

.subscible-inline .subscible-form .form-submit .btn, .subscible-inline .subscible-form .form-submit .search-submit {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .subscible-inline .subscribe-comment {
    text-align: center;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .subscible-inline .subscribe-title {
    margin-bottom: 15px !important;
  }
  .subscible-inline .form-group,
  .subscible-inline .form-submit {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
  }
  .subscible-inline .form-group {
    margin-bottom: 10px !important;
  }
  .subscible-inline .form-submit .btn, .subscible-inline .form-submit .search-submit {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: auto !important;
  }
}

.subscible-block {
  padding: 20px;
}

.subscible-block .subscribe-title {
  font-size: 16px;
  margin-bottom: 10px;
}

.subscible-block .subscribe-comment {
  color: #acacac;
  font-size: 12px;
  margin-bottom: 20px;
}

.footer-wrapper .subscrible-form .form-control {
  border: none;
}

/* -------------------------------------------------------------------------------
    6. Sections compoments
--------------------------------------------------------------------------------*/
.main-header {
  color: #fff;
  background-color: #333;
  text-align: center;
  padding: 60px 0;
}

.main-header-small {
  padding: 30px 0;
}

.main-header-large {
  padding: 100px 0;
}

.main-header h1, .main-header-title {
  color: #fff;
  font-size: 34px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 10px;
  text-indent: center;
}

.main-header h1 small, .main-header-title small {
  color: #fff;
  font-size: 18px;
  letter-spacing: 3px;
}

.main-header h1.block small, .main-header-title.block small {
  display: block;
}

.main-header-light {
  color: #333;
  background: #f9f9f9;
}

.main-header-light h1, .main-header-light-title {
  color: #333;
}

.main-header .breadcrumb {
  margin-bottom: 15px;
}

.section-header {
  margin-bottom: 50px;
}

.section-header:before, .section-header:after {
  content: " ";
  display: table;
}

.section-header:after {
  clear: both;
}

.section-header h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  text-transform: uppercase;
}

.section-header h2.medium {
  font-size: 30px;
}

.section-header p {
  color: #898989;
  font-size: 16px;
  margin-bottom: 0;
}

.section-header p.medium {
  font-size: 14px;
}

.main-slider-wrapper {
  color: #fff;
  position: relative;
}

@media (max-width: 480px) {
  .main-slider-wrapper {
    display: none;
  }
}

.main-slider-item {
  position: relative;
}

.main-slider-item .container, .main-slider-item .header-style-4 .awemenu-left .awemenu-megamenu-item > .container-fluid, .header-style-4 .awemenu-left .main-slider-item .awemenu-megamenu-item > .container-fluid {
  position: relative;
  z-index: 1000;
}

.main-slider-image img {
  width: 100%;
}

.main-slider-text {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-slider-text h3 {
  font-size: 25px;
  margin-top: 0;
  text-transform: uppercase;
}

.main-slider-text h3.small {
  font-size: 20px;
}

.main-slider-text h3.light {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.main-slider-text h2 {
  font-size: 80px;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.main-slider-text h2.small {
  font-size: 60px;
}

@media (max-width: 992px) {
  .main-slider-text h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .main-slider-text h2.small {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .main-slider-wrapper .owl-dots {
    display: none;
  }
  .main-slider-wrapper .main-slider-text h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .main-slider-wrapper .main-slider-text h2.small {
    font-size: 15px;
  }
  .main-slider-wrapper .main-slider-text .button .btn, .main-slider-wrapper .main-slider-text .button .search-submit {
    padding: 7px 10px;
  }
}

.section-post-media {
  float: left;
  margin-right: 30px;
  width: 50%;
}

.section-post-media img {
  width: 100%;
}

.section-post-body {
  overflow: hidden;
}

.section-post-time {
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
}

.section-post-time small {
  color: #898989;
  font-weight: 400;
  font-size: 18px;
}

.section-post-title {
  font-size: 16px;
}

.section-post-excerpt {
  color: #898989;
  font-size: 14px;
  line-height: 23px;
}

.read-more,
.read-more > a {
  color: #898989;
  font-size: 12px;
  border-bottom: solid 2px;
}

.read-more:hover,
.read-more > a:hover {
  color: #acbe8c;
}

@media (max-width: 991px) {
  .section-post-media {
    float: none;
    margin-right: 0;
    width: 100%;
  }
}

.policy-wrapper {
  background: #fff;
  padding: 20px 0;
}

.policy-wrapper.policy-style {
  position: relative;
  margin-top: -45px;
  z-index: 100;
}

@media (max-width: 991px) {
  .policy-wrapper.policy-style {
    margin-top: 0;
    border-bottom: solid 1px #e1e1e1;
  }
}

@media (max-width: 768px) {
  .policy-wrapper {
    overflow: auto;
  }
  .policy-wrapper .row {
    white-space: nowrap;
  }
  .policy-wrapper .row > div[class*='col-'] {
    float: none;
    display: inline-block;
  }
}

.policy {
  text-align: center;
}

.policy .policy-icon,
.policy .policy-text {
  display: inline-block;
  text-align: left;
}

.policy .policy-icon .icon,
.policy .policy-text .icon {
  display: inline;
  vertical-align: inherit;
}

.policy .policy-icon {
  font-size: 30px;
  margin-right: 10px;
}

.policy .policy-text h4, .policy .policy-text p {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
}

.policy .policy-text p {
  color: #898989;
  font-family: Montserrat, Arial, sans-serif;
}

.policy-block,
.polity-block-container .policy-block {
  text-align: left;
  padding-right: 100px;
}

.policy-block .policy-icon,
.policy-block .policy-text,
.polity-block-container .policy-block .policy-icon,
.polity-block-container .policy-block .policy-text {
  display: block;
}

.policy-block .policy-icon,
.polity-block-container .policy-block .policy-icon {
  margin-bottom: 10px;
}

.policy-block .policy-text h4,
.polity-block-container .policy-block .policy-text h4 {
  font-size: 14px;
  margin-bottom: 20px;
}

.policy-block .policy-text p,
.polity-block-container .policy-block .policy-text p {
  font-family: Roboto, Arial, sans-serif;
  text-transform: none;
}

.section-brands {
  color: #fff;
  background: #333;
  padding: 20px 0;
  position: relative;
  z-index: 15;
}

.section-brands .brands-carousel {
  height: 80px;
}

.category-text {
  text-align: center;
  padding: 100px 0 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.category-text h3 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.category-text p {
  color: #898989;
  margin-bottom: 50px;
}

.awe-media-overlay .category-text {
  padding: 70px 70px 0;
}

.awe-media-overlay .category-text p {
  color: #fff;
  font-size: 14px;
}

.category-media-caption {
  background-clip: content-box;
  color: #fff;
  height: 300px;
  position: relative;
}

.category-media-caption:before {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  left: 0;
  margin-left: 15px;
  margin-right: 15px;
  position: absolute;
  right: 0;
  top: 0;
}

.category-media-caption .content {
  padding: 25px;
  height: 300px;
  position: relative;
}

.category-media-caption .content .btn, .category-media-caption .content .search-submit {
  position: absolute;
  bottom: 25px;
}

@media (max-width: 767px) {
  .home-cate-media .awe-media-header {
    background: #333;
    height: 250px;
  }
}

/* -------------------------------------------------------------------------------
    7. Layouts compoments
--------------------------------------------------------------------------------*/
#wrapper {
  background: #fff;
}

#main {
  display: block;
  margin-bottom: 50px;
}

#menu-panel {
  color: #fff;
  background: #333;
}

@media (max-width: 1199px) {
  .products-slick .slick-prev,
  .products-slick .slick-next {
    color: #fff;
    background: rgba(0, 0, 0, 0.25);
    height: 50px;
    width: 25px;
    margin-top: -100px;
  }
  .products-slick .slick-prev:before, .products-slick .slick-prev:after,
  .products-slick .slick-next:before,
  .products-slick .slick-next:after {
    color: #fff;
  }
  .products-slick .slick-next {
    right: 15px;
  }
  .products-slick .slick-prev {
    left: 15px;
  }
}

.awe-logo {
  float: left;
  display: inline-block;
  margin-right: 15px;
  line-height: 80px;
}

.awe-hidden-text {
  display: none;
}

.menu-shopping-cart {
  position: relative;
}

.menu-shopping-cart.have-product {
  color: #acbe8c !important;
}

.cart-number {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  background: url("../img/bg-cart-number.png") no-repeat center center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 3px;
}

.awemenu-icon {
  font-size: 18px;
}

.menubar-search-form {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 150px;
  background: #fff;
  min-width: 500px;
  margin-top: 20px;
  -webkit-transition: all 0.35s ease;
          transition: all 0.35s ease;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
}

.menubar-search-form.open {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
  visibility: visible;
  opacity: 1;
}

.menubar-search-form > form {
  position: relative;
}

.menubar-search-form > form .form-control {
  border-color: #333;
}

.menubar-search-form > form .menubar-search-buttons {
  margin-right: 5px;
  margin-top: 3px;
  position: absolute;
  right: 0;
  top: 0;
}

.menubar-search-form > form .menubar-search-buttons button:hover {
  background: #f9f9f9;
}

.menubar-search-form > form .menubar-search-buttons button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 1199px) {
  .menubar-search-form {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    top: inherit;
    margin-top: 0;
    padding: 25px;
    min-width: 100%;
    -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
  }
}

.awemenu-megamenu-wrapper {
  padding: 15px;
}

.awemenu-megamenu-wrapper p {
  color: #898989;
  margin-bottom: 15px;
}

.awemenu-megamenu-wrapper .sublist {
  margin-top: 40px;
}

.awemenu-megamenu-wrapper .bottom-link {
  position: absolute;
  bottom: 40px;
}

.awemenu-megamenu-wrapper h2 {
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 15px;
}

.awemenu-megamenu-wrapper ul {
  list-style: none;
  padding-left: 0;
}

.awemenu-megamenu-wrapper ul > li > a {
  color: #898989;
  padding: 10px 0;
  display: block;
}

.awemenu-megamenu-wrapper ul > li > a:hover, .awemenu-megamenu-wrapper ul > li > a:active {
  color: #acbe8c;
}

.awemenu-megamenu-wrapper ul.super > li > a {
  font-size: 16px;
}

.awemenu-megamenu-wrapper .numbers-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
  overflow: hidden;
}

.awemenu-megamenu-wrapper .numbers-list > li {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.awemenu-megamenu-wrapper .numbers-list > li > a {
  border: solid 1px #898989;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  font-weight: 700;
  font-size: 10px;
}

.awemenu-megamenu-wrapper .numbers-list > li > a:hover {
  color: #fff;
  background-color: #acbe8c;
  border-color: #acbe8c;
}

.awemenu-mobile .awemenu-megamenu-wrapper .bottom-link {
  margin-top: 25px;
  position: inherit;
}

.awemenu-mobile .awemenu-megamenu-wrapper .bottom-link .btn, .awemenu-mobile .awemenu-megamenu-wrapper .bottom-link .search-submit {
  width: 100%;
  padding: auto;
}

.body-headroom .main-wrapper {
  padding-top: 80px;
}

.headroom {
  -webkit-transition: -webkit-transform 0.5s ease;
          transition: transform 0.5s ease;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
}

.headroom--pinned {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.headroom--unpinned {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.awemenu-active.headroom--pinned {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

.pages-list {
  margin: 15px 0;
}

.pages-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pages-list ul > li + li {
  margin-top: solid 1px #eee;
}

.pages-list ul a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Montserrat, Arial, sans-serif;
  display: block;
  padding: 5px 10px;
}

.pages-list ul a:hover {
  background: #f7f7f7;
}

.admin-bar .headroom,
.admin-bar .awemenu-wp {
  top: 32px;
}

.awemenu-megamenu-item {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-icons,
.navbar-search {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar-icons > li,
.navbar-search > li {
  float: left;
}

.navbar-icons > li > a,
.navbar-search > li > a {
  display: inline-block;
  padding: 0 15px;
  height: 80px;
  line-height: 80px;
}

.navbar-header  .submenu {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  right: 0;
  -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

@media (max-width: 1200px) {
  .navbar-header .submenu,
  .navbar-search > li .submenu {
    left: 0;
    right: auto;
  }
}

.navbar-header .menubar-cart:hover .submenu,
.navbar-header .menubar-cart:focus .submenu,
.navbar-header .menubar-cart:hover .submenu,
.navbar-header .menubar-cart:focus .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.navbar-search .awe-menubar-search {
  padding-right: 35px;
}

.navbar-icons {
  border-left: solid 1px #e1e1e1;
  border-right: solid 1px #e1e1e1;
}

.navbar-header .submenu {
  right: 0;
  background: #fff;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
}

.navbar-header .submenu > li {
  min-width: 250px;
}

.navbar-header .submenu.dropdown > li > a {
  display: block;
  padding: 10px 15px;
  color: #333;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.navbar-header .submenu.dropdown > li > a:hover, .navbar-header .submenu.dropdown > li > a:focus {
  color: #acbe8c;
}

.navbar-header .submenu.megamenu > li {
  padding: 20px 0;
}

.navbar-header {
  float: right;
}

@media (max-width: 1199px) {
  #wrapper {
    padding-top: 0 !important;
  }
  .awemenu-nav .container, .awemenu-nav .header-style-4 .awemenu-left .awemenu-megamenu-item > .container-fluid, .header-style-4 .awemenu-left .awemenu-nav .awemenu-megamenu-item > .container-fluid {
    width: 100%;
  }
  .awemenu-nav {
    position: inherit !important;
    height: auto;
  }
  .navbar-header {
    display: block;
    float: none;
    overflow: hidden;
    margin: 0 -15px;
    border-bottom: solid 1px #e1e1e1;
  }
  .navbar-search {
    float: right;
  }
  .navbar-search .awe-menubar-search {
    padding-right: 15px;
  }
  .navbar-icons {
    float: left;
  }
  .navbar-search,
  .navbar-icons {
    border-left: none;
    border-right: none;
  }
  .navbar-search > li > a,
  .navbar-icons > li > a {
    height: 45px;
    line-height: 48px;
  }
  .awemenu-bars {
    margin-top: 15px !important;
    color: #fff !important;
    background: #333 !important;
  }
  .menu-logo {
    display: none;
  }
}

.menubar-account .submenu {
  width: 170px;
}

.submenu .menubar-cart,
.menubar-wishlist .submenu {
  width: 250px;
}

.header-contact {
  margin-top: 13px;
  float: left;
}

.header-contact p {
  font-size: 12px;
  margin-bottom: 2px;
}

.policy-header {
  margin-top: 25px;
  margin-right: 25px;
  float: right;
}

.policy-header .policy {
  display: inline-block;
  text-align: left;
  padding-left: 25px;
  padding-right: 25px;
}

.header-top {
  border: solid 1px #e1e1e1;
}

@media (max-width: 1199px) {
  .header-top .container, .header-top .header-style-4 .awemenu-left .awemenu-megamenu-item > .container-fluid, .header-style-4 .awemenu-left .header-top .awemenu-megamenu-item > .container-fluid {
    width: 100%;
  }
}

.header-top .header-top-relative {
  position: relative;
  z-index: 10000;
}


.awemenu-mobile-outleft .awemenu-megamenu-item [class*="col-"], .awemenu-mobile-default.awemenu-mobile-outright .awemenu-megamenu-item [class*="col-"] {
  width: 100%;
}

.footer {
  position: relative;
}

.footer a {
  color: #acbe8c;
}

.footer .back-top {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  margin-top: -28px;
  text-align: center;
  z-index: 1005;
}

.footer .back-top .back-top-image {
  display: block;
}

.footer .back-top small,
.footer .back-top span {
  font-family: Montserrat, Arial, sans-serif;
  color: #898989;
}

.footer-wrapper {
  color: #acacac;
  background-color: #252525;
  padding-top: 70px;
}

.footer-copyright {
  background: #2F2F2F;
  color: #898989;
  font-size: 12px;
  padding: 15px 0;
}

.footer-copyright a {
  color: #898989;
}

.footer-copyright a:hover {
  color: #acbe8c;
}

.footer-copyright nav {
  margin: 0 -10px 10px;
}

.footer-copyright nav:last-child {
  margin-bottom: 0;
}

.footer-copyright nav > ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.footer-copyright nav > ul > li {
  display: inline-block;
  padding: 0 10px;
}

.footer-copyright .price-select a:hover,
.footer-copyright .language-select a:hover {
  color: #acbe8c;
}

.footer-copyright .price-select .icon,
.footer-copyright .language-select .icon {
  font-size: 10px;
  margin-left: 3px;
}

.footer-copyright .select-title {
  display: inline-block;
  margin-right: 5px;
}

.footer-copyright .dropdown-menu li a {
  padding: 5px 15px;
}

@media (min-width: 1200px) {
  .footer-copyright .copyright > p {
    margin-bottom: 0;
  }
  .footer-copyright .copyright {
    float: left;
  }
  .footer-copyright .footer-nav {
    float: right;
  }
  .footer-copyright nav {
    margin: 0;
    float: left;
    padding: 0 10px;
  }
  .footer-copyright nav + nav {
    border-left: solid 1px #555555;
  }
}

.error-404 {
  color: #fff;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  top: 0;
}

.error-404 p {
  font-family: Montserrat, Arial, sans-serif;
}

.error-404 h2 {
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 7px;
}

.error-404 h1 {
  font-size: 135px;
  line-height: 0.8;
  position: relative;
}

.error-404 h1 .page {
  font-size: 12px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  margin-top: -5px;
  text-transform: uppercase;
}

@media (min-width: 769px) {
  .error-404 h1 {
    font-size: 300px;
  }
  .error-404 h1 .page {
    font-size: 20px;
    margin-top: -10px;
  }
  .error-404 h2 {
    font-size: 30px;
    font-weight: 400;
  }
}

.blog-wrapper {
  margin-bottom: 115px;
}

.blog-wrapper.blog-sidebar-left .blog-column-left {
  border-right: solid 1px #e1e1e1;
  position: relative;
  right: -1px;
}

.blog-wrapper.blog-sidebar-left .blog-column-right {
  border-left: solid 1px #e1e1e1;
}

.blog-wrapper.blog-sidebar-right .blog-column-left {
  border-right: solid 1px #e1e1e1;
}

.blog-wrapper.blog-sidebar-right .blog-column-right {
  border-left: solid 1px #e1e1e1;
  position: relative;
  left: -1px;
}

.edit-comment-action {
  font-size: 12px;
}

.contact-map {
  height: 470px;
  width: 100%;
  overflow: hidden;
  margin-bottom: -50px !important;
}

@media (max-width: 767px) {
  .contact-map {
    height: 250px;
  }
}

@media (max-width: 479px) {
  .contact-map {
    height: 150px;
  }
}

.contact-wrapper {
  color: #898989;
}

.contact-header {
  max-width: 100%;
  margin-bottom: 50px;
}

.contact-header img {
  max-width: 100%;
}

.contact-header .contact-image {
  margin-bottom: 25px;
}

.contact-header > p {
  margin-bottom: 0;
}

.contact-content h3, .contact-content h2 {
  color: #333;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.contact-content h2 {
  font-size: 26px;
}

.contact-content h3 {
  font-size: 16px;
}

.contact-content .contact-form-heading {
  margin-bottom: 35px;
}

.contact-content .contact-form-heading p {
  margin-bottom: 0;
}

.contact-content .contact-block {
  margin-bottom: 35px;
}

.contact-content .contact-block:last-child {
  margin-bottom: 0;
}

.contact-content .dl-horizontal {
  margin-bottom: 0;
}

.contact-content .dl-horizontal dt {
  width: 100px;
  text-align: left;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Montserrat, Arial, sans-serif;
}

.contact-content .dl-horizontal dt:last-child {
  margin-bottom: 0;
}

.contact-content .dl-horizontal dd {
  margin-left: 100px;
}

@media (max-width: 991px) {
  .contact-content .dl-horizontal dd {
    margin-left: 0;
    margin-bottom: 15px;
  }
}

.checkout-wrapper {
  margin-bottom: 100px;
}

.checkout-wrapper h2 {
  color: #242424;
  font-size: 24px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.payment-detail-wrapper {
  border: solid 1px #000;
  padding: 30px;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .payment-right {
    padding-left: 70px;
  }
}

.list-payments {
  display: inline-block;
  margin-left: 10px;
}

.list-payments > li {
  padding: 0;
}

.cart-total,
.cart_total {
  margin: 50px 0;
}

.cart-total table tr,
.cart_total table tr {
  display: block;
  margin-bottom: 15px;
}

.cart-total table th,
.cart_total table th {
  min-width: 175px;
  font-family: Montserrat, Arial, sans-serif;
  color: #898989;
  font-size: 18px;
  font-weight: 400;
}

.cart-total table td,
.cart_total table td {
  font-family: Montserrat, Arial, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.cart-checkboxes {
  margin-bottom: 50px;
}

.cart-checkboxes .checkbox {
  margin-bottom: 25px;
}

.cart-checkboxes .checkbox label {
  font-size: 14px;
  font-family: Montserrat, Arial, sans-serif;
  padding-left: 25px;
}

.cart-checkboxes .checkbox label input[type=checkbox] {
  margin-left: -25px;
}

.cart-checkboxes .checkbox p {
  color: #898989;
  margin: 25px 0 25px 25px;
}

.customer-block {
  color: #898989;
  background-color: #f8f8f8;
  padding: 30px 35px;
  text-align: center;
  margin-bottom: 30px;
}

.customer-block a {
  color: #898989;
}

.customer-block a:hover {
  color: #acbe8c;
}

.customer-block blockquote {
  text-align: center;
  padding: 0;
  margin: 0 0 35px;
  border: none;
  font-size: 15px;
}

.customer-block blockquote:before {
  content: "\e61a";
  font-family: 'aweicon';
  color: #898989;
  height: 50px;
  display: block;
}

.customer-block .customer-name,
.customer-block .customer-name h3 {
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
}

.customer-block .customer-address,
.customer-block .customer-address a {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.customer-block .customer-address:hover,
.customer-block .customer-address a:hover {
  color: #acbe8c;
}

.customer-block .customer-avatar {
  background: #fff;
  width: 62px;
  height: 62px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: inline-block;
  overflow: hidden;
}

.customer-block .customer-avatar img {
  width: 100%;
}

.customer-block .customer-avatar img:hover {
  -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease;
  opacity: 0.85;
}

.uheading {
  font-size: 16px;
  margin-bottom: 25px;
  margin-top: 0;
  text-transform: uppercase;
}

.table-cart {
  margin-bottom: 50px;
}

.table-cart tr > td,
.table-cart tr > th {
  border-color: #e2e1e1 !important;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
}

.table-cart thead > tr > th,
.table-cart thead > tr > td {
  background-color: #e2e1e1;
  padding-left: 25px;
  padding-right: 25px;
}

.table-cart tfoot > tr > td,
.table-cart tbody > tr > th,
.table-cart tbody > tr > td {
  text-align: center;
  vertical-align: middle;
  padding: 20px 25px;
}

.table-cart tfoot .pull-right .btn, .table-cart tfoot .pull-right .search-submit {
  margin-left: 15px;
}

.table-cart .cart-product {
  position: relative;
  text-align: left;
}

.table-cart .cart-product .remove {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #898989;
}

.table-cart .cart-product .remove:hover, .table-cart .cart-product .remove:focus {
  color: #acbe8c;
}

.table-cart .product-cart img {
  border: solid 1px #e2e1e1;
}

.table-cart .product-title {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
}

.table-cart .product-title:hover, .table-cart .product-title:focus {
  color: #acbe8c;
}

.table-cart .amount {
  color: #acbe8c;
  font-size: 18px;
  font-weight: 700;
}

.table-cart .qty {
  width: 38px;
  height: 38px;
  display: inline-block;
  padding: 0;
  text-align: center;
}

.table-summary-cart {
  width: 100%;
  text-transform: uppercase;
}

.table-summary-cart th, .table-summary-cart td {
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 5px;
}

.table-summary-cart td {
  text-align: right;
}

.table-summary-cart .order-total {
  font-size: 18px;
}

.table-summary-cart .order-total .amount {
  color: #acbe8c;
}

/*# sourceMappingURL=maps/main.css.map */

.elements-section {
  padding: 120px 0;
  overflow: hidden;
}

.doc-icons-list {
  padding-left: 0;
  list-style: none;
  overflow: hidden;
}

.doc-icons-list li {
  background-color: #f9f9f9;
  border: 1px solid #fff;
  float: left;
  font-size: 12px;
  height: 125px;
  line-height: 1.4;
  padding: 10px;
  text-align: center;
  -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease;
  width: 50%;
}

.doc-icons-list li:hover {
  background-color: #333;
  color: #fff;
}

@media (min-width: 1200px) {
  .doc-icons-list li {
    width: 12.5%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .doc-icons-list li {
    width: 20%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .doc-icons-list li {
    width: 25%;
  }
}

.doc-icons-list .doc-list-class {
  display: block;
  text-align: center;
  word-wrap: break-word;
}

.doc-icons-list .doc-list-icon {
  font-size: 32px;
  margin-bottom: 5px;
  margin-top: 10px;
  display: inline-block;
}

.fix-footer {
  margin-bottom: -50px;
}

.doc-background {
  height: 750px;
}

.heading-large {
  font-size: 52px;
}

@media (max-width: 767px) {
  .heading-large {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .heading-large {
    font-size: 18px;
  }
}

.box-row {
  color: #fff;
  background: #333;
  margin-bottom: 15px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease;
}

.box-row:hover {
  background: #666;
}

.docs-map-1 {
  height: 500px;
}

.docs-carousel-3 .owl-dots {
  margin-top: 50px;
}

/*# sourceMappingURL=maps/docs.css.map */

@media print {

    .hidden-print, .marquee-wrapper, .header-content, #add-to-basket, .owl-nav {
        display: none;

    }

    a[href]:after {
        content: none !important;
    }

    .product-price-wrapper .widget-title:after {
        content: none !important;
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }

    [class*="col-xs-"] {
        float: left !important;
    }

    .page-title {
        width: 100% !important;
    }

    #main-image img {
        width: 200px !important;
    }
    .product-price-wrapper {
        background: #fafafa;
        padding: 0;
        margin-bottom: 0;
        text-align: left;
        font-size: 14px !important;
    }

    .footer-copyright {
        padding: 0;
        margin-top: 0;
    }
}

@media (min-width: 1440px) {
    .container { width: 1410px; }
}

input.input-validation-error, select.input-validation-error, textarea.input-validation-error { border: 1px solid #e80c4d !important; }
.field-validation-error, .validation-summary-errors { color: #e80c4d; margin-bottom: 30px; font-family: Arial;}
.honeypot { display: none; }

a.blue {
    color: #21145f;
    text-decoration: underline;
}
a.blue:hover, a.blue:focus {
    color: #21145f;
    text-decoration: none;
}
.btn {
    font-size: 15px;
    font-family: Montserrat;
    font-weight: 500;
    color: #FFF;
    text-transform: uppercase;
}
.btn-default {
    color: #21145f;
    background-color: #fff;
    border-color: #21145f;
}
.btn-default:hover {
    color: #747474;
    background-color: #fff;
    border-color: #747474;
}
.btn-primary:hover {
  color: #21145f;
  background-color: transparent;
  border-color: #21145f;
}
.btn.btn-lg, .btn-lg.search-submit {
    font-size: 15px;
}
a.btn-arrow {
    background: url("/_assets/img/icon-arrow.png") no-repeat right bottom;
    padding-bottom: 15px;
}
.label {
    display: inline-block;
    padding: .3em .8em .3em .8em;
    margin-bottom: 10px;
    font-size: 100%;
    font-weight: 500;
    line-height:1.5em;
    border-radius: 0;
}
.label-warning, .alert-warning {
    background-color: #e5c75f;
    border: none;
    color:#FFF;
}
.label-danger, .alert-danger {
    background-color: #ee4054;
    border: none;
}
.label-success, .alert-success {
    background-color: #01c724;
    color: #FFF;
    border: none;
}

.form-control {
    font-family: Arial;
    font-size: 14px;
    color: #4d4d4d;
    padding:10px 12px;
    height: auto;
}
input[type="checkbox"]:focus{
    outline:0;
}
.mfp-bg {
    background: #0b0b0b;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.mfp-arrow:after {
    border-top-width: 0;
    border-bottom-width: 0;
    content: none;
}
.mfp-arrow-left:after {
    border-right: none;
    margin-left: 0;
    content: none;
}
.mfp-arrow-right:after {
    border-left: none;
    margin-left: 0;
    content: none;
}
.mfp-arrow:before {
    border: none;
    border-top-width: 0;
    border-bottom-width:0;
    font-family: "FontAwesome";
    width: 20px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 40px !important;
    opacity: 1;
}
.mfp-arrow-right:before {
    border-left: 0;
    content: "\f054";
    font: var(--fa-font-sharp-light);
    color: #e24301;
}
.mfp-arrow-left:before {
    border-right: 0;
    content: "\f053";
    font: var(--fa-font-sharp-light);
    color: #e24301;
}
#loading-spinner-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 9999;
    filter: alpha(opacity=75);
    opacity: 0.75; 
}
#loading-spinner {
    font-size: 40px;
    color: #FFF;
    position: absolute;
    z-index: 1001;
    left: 50%;
    top: 40%;
}
#splash-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 9999;
    filter: alpha(opacity=75);
    opacity: 0.75; 
}
#splash-wrapper {
    position: fixed;
    margin: auto;
    top: 10%; 
    left: 0;
    right: 0;
    background: #FFFFFF;
    max-width: 1000px;
    border: 7px solid #ffffff;
    z-index: 99999 !important;
    padding: 25px 30px 25px 30px;
}
#splash-wrapper img {
    margin: 15px 0 10px 0;
    max-width: 200px;
}
#splash-wrapper h2 {
    font-size: 32px;
    text-align: center;
    margin:30px 0 30px 0;
    text-transform: uppercase;
    color: #21145f;
}
#splash-wrapper p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}
#splash-wrapper .btn {
    margin-top:10px;
    font-style: normal;
    font-size: 14px;
}
#splash-wrapper .btn i {
    margin-left: 5px;
}
#splash-wrapper .contact {
    margin-top: 0;
}
#splash-wrapper .contact h3 {
    font-size: 18px;
    margin:0 0 15px 0;
    text-transform: uppercase;
    color: #21145f;
}
#splash-wrapper .contact p {
    text-align: left;
}
.marquee-wrapper {
    background: #000;
    min-height: 34px;
    margin: 0 0 5px 0;
    padding: 2px 10px 0 10px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}
.marquee-wrapper a {
    color: #fff;
    text-decoration: underline;
}
/* Make it move */
@keyframes marquee {
    0%   { text-indent: 57.5em }
    100% { text-indent: -105em }
}
#header {
}
.header-top {
    border:none;
    margin-top: 0;
    position: relative;
}
.header-logo {
    width: 155px;
    padding: 0 22px;
    float: left;
    margin-top: 4px;
}
.header-logo img {

}
.header-content {
    width: calc(100% - 200px);
    
    margin-right: 15px;
    float: right;
}
.header-strap-wrapper {
    background: #f0f0f0;
    float: left;
    width: 100%;
}
.header-contact {
    margin-top:12px;
}
.header-contact ul {
    padding-left: 0;
    margin-bottom: 15px;
}
.header-contact ul li:first-child {
    padding-right: 15px;
}
.header-contact li {
    display: inline;
    list-style: none;
    color: #e24301;
    font-size: 14px;
    padding-left: 3px;
    font-weight: 500;
}
.header-contact li a {
    color: #e24301;
    text-decoration: none;
}
.header-contact li a:hover {
    color: #e24301;
    text-decoration: underline;
}
.header-contact li i.fa {
    color: #21145f;
    text-align: center;
}
.header-strap {
    text-align: center;
    margin-top: 15px;
    font-weight: 500;
}
.header-strap p {
    color: #21145f;
    font-size: 14px;
    margin-bottom: 0;
}
.header-strap p a {
    color: #e24301;
    text-decoration: underline;
}
.header-strap p a:hover {
    color: #e24301;
    text-decoration: none;
}
.header-account {
    margin-top: 6px;
    padding-left: 0;
    font-weight: 500;
}
.header-account .icon {
    float: left;
    width: 40px;
    font-size: 32px;
}
.header-account .icon a {
    color: #21145f;
}
.header-account .details {

    display: inline;
}
.header-account .details p {
    color: #21145f;
    font-size: 12px;
    margin-bottom: 0;
}
.header-account span {
    font-size: 14px;
    color: #e24301;
    text-transform: uppercase;
}
.header-account p a {
    color: #21145f;
    text-decoration: underline;
}
.header-account p a:hover {
    color: #21145f;
    text-decoration: none;
}

.awemenu-nav {
    float: left;
    width: 52%;
    text-align: left;
    z-index: 999;
    border-bottom: none;
    margin-top: 28px;
    height: 60px;
}
.awemenu-nav .fa {
    font-size: 16px;
}
.awemenu-nav ul.awemenu {
    display: inline-block;
}
.awemenu-nav ul li.awemenu-item {
    display: inline-block;
    border-right: 1px solid #a1a1a1;
}
.awemenu-nav ul.awemenu li.awemenu-item:last-child {
    border-right: none;
}
.awemenu-nav ul.awemenu li.awemenu-item > a {
    color: #747474;
    line-height: 28px;
    padding: 0 9px;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}
.awemenu-nav ul.awemenu li.awemenu-item:first-child > a {
    padding-left:0;
}
.awemenu-nav ul.awemenu li.awemenu-item > a:hover {
    text-decoration: underline;
    color: #747474;
}

.awemenu-left .awemenu .awemenu-item > a, .awemenu-default .awemenu .awemenu-item > a {
    color: #747474;
    line-height: 50px;
    padding: 0 15px;
    font-weight: 500;
}

.awemenu-mobile-default.awemenu-mobile-outleft .awemenu-bars {
    margin-top: 8px !important;
    background: #FFF !important;
    color: #e24301 !important;
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 30px !important;
    width: auto;
}
.awemenu-mobile-default.awemenu-mobile-outleft .awemenu-bars .fa {
    font-size: 30px !important;
}
.awemenu-mobile-active .awemenu-mobile-default.awemenu-mobile-outleft .awemenu-bars {
    right: 0 !important;
    left: auto;
    width: 30px;
}
.awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu {
    background-color: #f0f0f0;
    width: 80%;
}
.awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu .awemenu-item > a {
    text-align: left;
    color: #7b7c7c;
    font-weight: 500;
    border-bottom: 1px solid #c6c6c6;
    padding: 15px 12px 15px 16px;
}
.awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu .awemenu-item > a:hover, .awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu .awemenu-item.awemenu-active > a {
    background-color: #f0f0f0;
    color: #7b7c7c;
    text-decoration: underline;
}
.awemenu-mobile-default.awemenu-mobile-outleft ul > li {
    text-align: left;
    padding: 0;
}
.awemenu-mobile-default .awemenu-megamenu-wrapper {
    padding: 0;
}
.awemenu-mobile-default .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.awemenu-nav .awemenu-active > .awemenu-submenu {
    /*border-bottom: 1px solid #c6c6c6;*/
}
.awemenu-megamenu-wrapper ul > li > a {
    font-weight: 400;
    padding: 8px 0;
    position: relative;
}
.awemenu-megamenu-wrapper ul > li > a:hover, .awemenu-megamenu-wrapper ul > li > a:active {
    color: #e24301;
}
.awemenu-megamenu-wrapper ul li .awemenu-sub-arrow {
    position: absolute;
    right: 15px;
    top: 12px;
}
.awemenu-megamenu-wrapper ul li .sub-sub-menu {
    display: none;
    background: #dedede;
    padding: 0 20px;
    margin: 0 -20px;
}
.awemenu-megamenu-wrapper ul li.sub-parent a {
    border-bottom: 1px solid #c6c6c6;
    padding: 12px 15px 12px 16px;
}

.search {
    float: left;
    width: 25%;
    text-align: left;
    margin-top: 25px;
    border: 1px solid #e24301;
}
.search .form-control {
    max-width: 250px;
    display: inline-block;
    padding: 5px 10px;
    height: 32px;
    border: none;
    font-family: Montserrat;
    color: #a7a7a7;
    font-weight: 500;
    float: left;
}
.search .form-control:focus{
    outline: none;
    border: none;
}
.search .btn-search {
    background: transparent;
    border: none;
    height: 32px;
    padding: 0 8px;
    display: inline-block;
    float: right;
    color: #21145f;
    font-size: 18px;
}
@media (max-width: 1440px) {
    .header-content {
        width: calc(100% - 175px);
    }
    .awemenu-nav {
        width: 56%;
    }
    .search {
        width: 20%;
    }
    .search .form-control {
        max-width: 160px;
    }
}
.search-toggle {
    display: none;
}
.autocomplete-suggestions {
    background: #FFF;
    border: none;
    max-height: none !important;
    padding: 0;
    margin-left: 0px;
    margin-top: 2px;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    box-shadow: 20px 20px 20px rgba(0,0,0,0.4);
    width: 300px !important;
}
.autocomplete-suggestions div {
    padding: 5px 10px;
    float: left;
    width:100%;
}
.autocomplete-suggestions div:hover {
    cursor: pointer;
    text-decoration: none;
    color: #e24301;
}
.autocomplete-suggestions .autocomplete-suggestion {
    border-bottom: 1px solid #21145f;
}
.autocomplete-suggestions .autocomplete-image {
    float: left;
    width: 60px;
    padding: 0;
}
.autocomplete-suggestions .autocomplete-text {
    float: left;
    width: calc(100% - 70px);
    font-size: 13px;
}
.autocomplete-viewfull a {
    background-color: #e24301;
    color: #FFF;
    display: block;
    text-align: center;
    padding: 10px 15px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid transparent;
}
.autocomplete-viewfull a:hover {
    background-color: #FFF;
    border-color: #e24301;
    color: #e24301;
}
.top-basket {
    float: right;
    width: 22%;
    text-align: left;
    margin-top: 5px;
    border: 1px solid #ededed;
    padding: 13px 0 0 0;
}
.top-basket  .icon {
    float: left;
    width: 60px;
    padding:5px 0 0 10px;
    font-size: 30px;
}
.top-basket  .icon a {
    color: #e24301;
}
.top-basket .details {
    padding-bottom: 18px;
    position: relative;
    font-weight: 500;
}
.top-basket .details p {
    color: #21145f;
    font-size: 15px;
    margin-bottom: 2px;
}
.top-basket span {
    color: #e24301;
    text-transform: uppercase;
}
.top-basket .details p.links {
    font-size: 14px;
    margin-bottom: 0;
}
.top-basket .details p.links span {
    text-transform: none;
}
.top-basket  p a {
    color: #21145f;
    text-decoration: underline;
}
.top-basket  p a:hover {
    color: #21145f;
    text-decoration: none;
}

.error-page h1.page-title { border: none; }
.error-page .btn { text-decoration: none; }


a.menu-shopping-cart {
    text-decoration: none;
}
.menubar-cart .submenu {
    border: 1px solid #ededed;
    width: 310px;
    right: -1px;
}
.menubar-cart .submenu .container-fluid {
    padding: 0 25px;
}
.whishlist > li, .cart-list > li {
    border-bottom: 1px solid #c6c6c6;
    padding: 10px 0 0 0;
}
.whishlist .product-image {
    width: 70px;
    margin-right: 15px;
}
.whishlist .product-body {
    padding-right: 0;
    text-align: left;
}
.whishlist .product-body h3 a {
    margin-bottom: 0;
    font-size:14px;
    font-weight: 500;
    color: #98999b;
    text-transform: uppercase;
    font-family: Montserrat, Arial, sans-serif;
}
.whishlist .product-body h3 a {
    text-decoration: none;
}
.whishlist .product-body h3 a:hover {
    text-decoration: underline;
}
.whishlist .whishlist-quantity, .whishlist .whishlist-price {
    font-size: 14px;
}
.whishlist .whishlist-quantity span {
    color: #98999b;
}
.submenu .menu-cart-total {
    border-top:none;
    border-bottom: none;
    margin-bottom: 0;
    padding: 15px 0 0 0;
    text-align: left;
}
.submenu .menu-cart-total > span {
    font-weight: 500;
    font-size: 24px;
    color: #98999b;
}
.submenu .menu-cart-total > span.price {
    font-size:24px;
    font-weight: 500;
    color: #e24301;
    font-family: Montserrat, Arial, sans-serif;
}
.submenu .cart-action {
    margin-top: 15px;
}

#addtobasket-results {
  position: relative;
  background: #FFF;
  padding: 30px;
  width:auto;
  max-width: 660px;
  margin: 20px auto;
    display: none;
}

.white-popup {
  max-width: 800px;
  margin:0 auto 20px auto;
}
.white-popup #main {
  margin: 0;
}
.footer-wrapper {
    color: #FFF;
    background-color: #21145f;
    padding-top: 30px;
    text-transform: uppercase;
}
.footer-wrapper .footer-widgets {
    border-bottom:none;
}
.footer-wrapper .widget .widget-title {
    color: #FFF;
    background: transparent;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px !important;
    border-bottom: none;
    text-align: center;
    position:relative;
}

.footer-wrapper .widget h3.widget-title:hover {
    cursor: text;
    color: #FFF;
    background: transparent;
}
.footer-wrapper .widget {
    margin-bottom:50px;
    float: left;
    width: 100%;
}
.footer-wrapper .widget ul {
    float: left;
    width: 50%;
}.footer-wrapper .widget ul.site-index {
     margin-left: 10%;
     width: 40%;
 }
.footer-wrapper .widget ul > li {
    padding: 0 10px 6px 0;
    font-size: 13px;
}
.footer-wrapper .widget ul > li > a {
    color: #FFFFFF;
    font-size: 13px;
    display: inline;
}
.footer-wrapper .widget ul > li > a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
.footer-wrapper .widget p {
    padding-top: 3px;
    margin-bottom: 30px;
}
.footer-wrapper .list-socials a {
    font-size: 24px;
    color: #FFF;
}
.footer-wrapper .list-socials a:hover {
    color: #5fb4e5;
}
.footer-copyright {
    background: url("/_assets/img/footer-icon.png") no-repeat top center #21145f;
    color: #FFF;
    font-size: 12px;
    padding:40px 0 20px 0;
    margin-top: 0;
    text-transform: uppercase;
}
.footer-copyright .copyright {
    text-align: left;
    padding-top: 5px;
}
.footer-copyright .copyright p {
    margin-bottom: 10px;
}
.footer-copyright .copyright a {
    color: #FFFFFF;
}
.footer-copyright .copyright a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
.footer-wrapper .category-index-toggle {
    /*display: none;*/
}
.footer-copyright .digi-tal {
    text-transform: none;   
}

.main-slider-wrapper {
    margin-bottom: 20px;
}
.main-slider-text .left {
    padding: 0  0 0 60px;
}
.main-slider-text h2 {
    font-size: 42px;
    margin: 5px 0 0 0;
    font-weight: 500;
    color: #21145f;
}
.main-slider-text h3 {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #21145f;
}
.main-slider-text .white h2, .main-slider-text .white h3 {
    color: #FFF !important;
}
.background:before {
    position:relative;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

#pos-items {
    margin: 0 0 15px 0;
}
#pos-items .row {
    padding: 0 15px;
}
#pos-items .col-md-1, #pos-items .col-sm-2, #pos-items .col-xs-6 {
    padding-left: 0;
    padding-right: 0;
}
#pos-items h3 {
    color: #21145f;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px !important;
    border-bottom: none;
    text-align: center;
    position: relative;
}
#pos-items .item {
    text-align: center;
    margin:0 2px 2px 0;
}
#pos-items .item a {
    background: #e24301;
    color: #FFF;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 14px;
    display: block;
    min-height: 86px;
}
#pos-items .item a:hover {
    background: #eb7b4d;
}
#pos-items .item a.active {
    background: #21145f;
    color: #FFF;
}
.breadcrumb {
    font-size: 11px;
    font-weight: 400;
    text-transform: none;
    color: #b2b2b2;
    background-color: transparent;
    margin: 0 0 20px 0;
    padding: 0;
}
.breadcrumb a {
    text-decoration: underline;
}
.breadcrumb a:hover {
    text-decoration:none;
}

.breadcrumb > li + li:before {
    content: "> ";
    padding: 0 5px;
    color: #b2b2b2;
}
.breadcrumb > .active {
    color: #b2b2b2;
}

#home-content {
    padding: 0 80px;
}
#home-content p {
    margin-bottom: 20px;
    line-height: 26px;
    font-size: 14px;
}

.section-header h2 {
    color: #21145f;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 20px !important;
    border-bottom: none;
    text-align: center;
    position:relative;
    padding-right: 85px;
}
.section-header h2:first-letter {
    background: url("/_assets/img/heading-icon-red-left.png") no-repeat left;
    padding-left: 90px;
}
.section-header h2:after {
    content:url("/_assets/img/heading-icon-red-right.png");
    position:absolute;
    margin:0 0 0 22px;
}
.section-header {
    margin-bottom: 20px;
}
.home .section-header {
    margin-bottom: 0;
}

.home-section-posts .section-post {
    background: #fafafa;
    width: 100%;
    float: left;
}

.home-section-posts .section-post .section-post-media {
    width:30%;
    margin: 0;
    height: 150px;
    overflow: hidden;
    position: relative;
}
.home-section-posts .section-post .section-post-media img {
    height:100%;
    width: auto;
    max-width: none;
    text-align: center;
    left: 0;
    position: absolute;
    background: #FFF;
    padding-right: 20px;
}

.home-section-posts .section-post .section-post-body {
    width:65%;
    margin: 0;
    float: left;
    padding:0 0 20px 5%;
    height: 150px;
}

.home-section-posts .section-post .section-post-body h4.section-post-title {
    margin: 20px 0;
}
.home-section-posts .section-post .section-post-body h4.section-post-title a {
    color: #98999b;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
}
.home-section-posts .section-post .section-post-body h4.section-post-title a:hover {
    color: #98999b;
    text-decoration: underline;
}

h1.page-title {
    margin: 0 0 25px 0 !important;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    color: #747474;
}

.awe-box-content h3, .awe-box-content h2, .content-ajax h2, .content-ajax h3, #product-delivery h3 {
    letter-spacing: 0;
}

.awe-box-content p {
    margin-bottom: 10px;
    padding-bottom: 7px;
    color: #747474;
    line-height: 1.5em;
}
.awe-box-content h3, .content-ajax h3, #product-delivery h3 {
    margin: 25px 0 10px 0 !important;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #747474;
}
.awe-box-content h3.sub-heading {
    margin-top: 0 !important;
}

.awe-box-content a {
    text-decoration: underline;
}
.awe-box-content a:hover {
    text-decoration: none;
}

.awe-box-content a.btn {
    text-decoration: none;
}

.awe-box-content ul, #product-delivery ul {
    padding-left: 2px;
}
.awe-box-content ul ul, #product-delivery ul ul {
    padding-left: 18px;
}
.awe-box-content li, #product-delivery li {
    list-style-type: none;
    color: #747474;
}
.awe-box-content li:before, #product-delivery li:before {    
    font-family: 'FontAwesome';
    content: '\f105 ';
    margin:0 10px 0 0;
}

.accordion {
  margin-bottom: 30px;
  border-top: solid 1px #e9e9e9;
}
.accordion .panel {
  border: none;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: solid 1px #e9e9e9;
}
.accordion .panel-heading {
  background: none;
  padding-left: 0;
  padding-right: 0;
}
.accordion .panel-title a {
  font-size: 16px;
  line-height: 20px;
  color: #e24301;
}
.accordion .panel-title a.collapsed {
  font-weight: 500;
  color: #21145f;
}
.accordion .panel-title a {
  display: inline-block;
    text-decoration: none;
}
.accordion .panel-title .overflowed {
  margin-top: -2px;
}
.accordion .panel-title .overflowed img {
  margin-left: 5px;
}
.accordion .panel-body {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  font-size: 14px;
}
.accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
.accordion .dot {
  display: inline-block;
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
}
.accordion .dot:before {
  content: '\f068';
  font-family: 'FontAwesome';
}
.accordion .collapsed .dot:before {
  content: '\f067';
}


.contact {
    margin: 20px 0 0 0;
}
.contact label {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
}
.contact .btn {
    text-transform: uppercase;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 500;
}

.inner-banner {
    margin-bottom: 50px;
}
.divider img {
    width: auto;
    max-width: none;
}
.home .product {
    margin-bottom: 10px;
}

.product-grid {
    float: left;
    width: 100%;
    border: 1px solid #eeeeee;
    margin-bottom: 30px !important;
}
.product-grid .product-media {
    background: #FFF;
    float: left;
    width: 50%;
    position: relative;
}
.product-grid .product-body {
    background: #fafafa;
    float: left;
    width: 50%;
    padding: 0 8px;
    height: 230px;
    text-align: center;
    position: relative;
}
.product-grid .product-media {
    width: 100%;
}

.product-grid .product-body {
    width: 100%;
    height: 180px;
}
.product-grid .product-thumbnail img {
    opacity: 1;
    visibility: visible;
    -webkit-transition: none;
    transition: none;
    max-height: 230px;
    width: auto !important;
    display: inline-block;
}

.product-grid h2.product-name {
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    white-space: normal;
    line-height: 18px;
    margin-bottom: 8px;
    margin-top: 10px;
}
.product-grid h2.product-name a {
    color: #282828;
}

.product-grid h2.product-name a:hover {
    text-decoration: underline;
}

.product-grid .product-price {
    color: #282828;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.product-grid .product-price .amount {
    color: #e24301;
    font-size: 22px;
    font-weight: 500;
}
.product-grid .product-price .was-price {
    text-decoration: line-through
}
.product-grid .buttons {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
.product-grid .buttons a {
    margin-top: 2px;
    display: block;
}
.product-grid .buttons a.btn-primary {
    color: #FFFFFF;
}
.product-grid .buttons a.btn-primary:hover {
    color: #21145f;
}
.product-grid .buttons a.btn-danger:hover {
    border-color: #e24301;
    background: #FFF;
    color: #e24301;
}
.buttons a.lightbox-white-ajax {
    color: #e24301;
    display: inline-block;
}
.buttons a.lightbox-white-ajax:hover {
    text-decoration: underline;
}
.product-grid .product-label {
    top: 0;
    left: 0 !important;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    max-width: 125px;
    width: auto;
    height: auto;
    padding: 2px 8px;
}
.product-label.hot {
    background-color: #D52828;
}
.product-grid .quick-buy {
    background: #fafafa;
    padding: 0 8px;
    min-height: 230px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 51;
    display: none;
    width: 100%;
}
.product-grid .quick-buy .basket-quantity {
    padding-top: 10px;
    float: left;
    width: 100%;
}
.product-grid .quick-buy .basket-quantity input {
    float: left;
    width: 50%;
}
.product-grid .quick-buy .basket-quantity input , .product-grid .quick-buy .basket-quantity select {
    padding: 7px 12px;
}
.product-grid .quick-buy label {
    float: left;
    width: 50%;
    text-align: left;
    text-transform: uppercase;
    color: #98999b;
    font-size: 15px;
    font-weight: 500;
    padding-top: 4px;
}
.product-grid .quick-buy .basket-quantity .btn {
    width: 100%;
    padding: 12px 0;
}
.product-grid .quick-buy .basket-quantity .btn:hover {
    border-color: #e24301;
    background: #FFF;
    color: #e24301;
}
.product-grid .quick-buy i.fa {
    text-align: right;
    text-transform: uppercase;
    color: #98999b;
    font-size: 15px;
    font-weight: 500;
    padding-top: 4px;
    display: block;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    height: 40px;
}

.owl-carousel .owl-nav .owl-prev:before, .owl-carousel .owl-nav .owl-next:before {
    font-family: "FontAwesome";
    text-indent: 0;
    position: absolute;
    left: 0;
    width: 25px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size:40px !important;
    color: #FFF;
}

.owl-carousel .owl-nav .owl-next:before {
    content: "\f105 ";
}

.owl-carousel .owl-nav .owl-prev:before {
    content: "\f104 ";
}

.home-products.products.owl-carousel .owl-prev, .home-products.products.owl-carousel .owl-next {
    margin-top: 0;
    top: 35%;
    width: 34px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    color: #6e6e6e;
    background-color: transparent;
    opacity: 1;
    visibility:visible;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    z-index: 999;
}

.home-products.products.owl-carousel .owl-nav .owl-prev:before, .home-products.products.owl-carousel .owl-nav .owl-next:before {
    font-family: "FontAwesome";
    text-indent: 0;
    position: absolute;
    left: 0;
    width: 25px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size:40px !important;
    color: #6e6e6e;
}
.home-products.products.owl-carousel .owl-next {
    right: 5px;
    text-align: right;
}
.home-products.products.owl-carousel .owl-previous {
    left: 5px;
    text-align: left;
}

#product-list #category-filter {
    display: none;
    padding:12px 5px;
    margin-bottom: 15px;
    background-color: #21145f;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
    position: relative;
}
#product-list #category-filter .category-index-toggle {
    display: block;
    position: absolute;
    right:10px;
    top: 10px;
    color: #FFF;
    font-size: 20px;
}
#product-list #category-filter .category-index-toggle:hover {
    cursor: pointer;
}
#product-list #category-filter ul {
    display: none;
    list-style: none;
    padding-left: 0;
    padding-top: 15px;
    margin: 0;
}
#product-list #category-filter ul li {
    position: relative;
}
#product-list #category-filter ul li a {
    color: #FFF;
    display: block;
    padding: 13px 0 15px 0;
    text-transform: none;
    border-top: 1px solid #efefef;
}
#product-list #category-filter ul li:last-child a {
    padding-bottom: 3px;
}

#product-list #category-filter #category-list-wrapper ul li .cat-sub-arrow {
    position: absolute;
    right: 8px;
    top: 17px;
}
#product-list #category-filter #category-list-wrapper ul li .cat-sub-sub-menu {
    display: none;
    background: #5fb4e5;
    padding: 0;
}
#product-list #category-filter #category-list-wrapper ul li .cat-sub-sub-menu a {
    border-top: 1px solid #efefef;
    color: #21145f;
}
#product-list #category-filter #category-list-wrapper ul li.cat-sub-parent a {
}

#product-list #filters-filter {
    display: none;
    margin-bottom: 15px;
    background-color: #21145f;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
    position: relative;
    width: 100%;
}

.filter-title-sticky {
    position: fixed;
    top: 0;
    z-index: 100;
    padding: 12px 5px;
    margin-bottom: 15px;
    background-color: #21145f;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
}

#filters-filter .filters .filters-selected {
    margin-top: 10px;
}

#product-list #filters-filter .filters-index-toggle {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #FFF;
    font-size: 20px;
}

#product-list #filters-filter .filters-index-toggle:hover {
    cursor: pointer;
}

#product-list #filters-filter .filters-wrapper {
    display: none;
    min-width: 85%;
    max-width: 100%;
    width: auto;
    padding: 0;
    margin: 0 2rem;
}

#product-list #filters-filter .filters-wrapper .filters {
    position: fixed;
    display: inline-block;
    width: 90%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: 20;
    border-top: none;
    z-index: 9999;
}

#product-list #filters-filter .filters-wrapper .filters h2 {
    padding: 6px 25px;
    background-color: #21145f;
    text-align: left;
}

.vertical-scroller {
    height: 100%;
    overflow: auto;
    padding: 0 0 5rem 0;
}

#product-list #filters-filter #filters-list-wrapper ul li .cat-sub-arrow {
    position: absolute;
    right: 8px;
    top: 17px;
}

#product-list #filters-filter #filters-list-wrapper ul li .cat-sub-sub-menu {
    display: none;
    background: #5fb4e5;
    padding: 0;
}

#product-list #filters-filter #filters-list-wrapper ul li .cat-sub-sub-menu a {
    border-top: 1px solid #efefef;
    color: #21145f;
}

#product-list .heading {
    background: #f0f0f0;
    margin-bottom: 20px;
}
#product-list .heading.brand-list h1 {
    text-align: left;
    padding:0;
}
#product-list .heading.brand-list .brand-logo {
    float: right;
}
#product-list .heading.brand-list .summary {
    text-align: left;
    padding:0;
}
#product-list .heading.brand-list .text {
    padding: 15px;
    float: left;
    width: 100%;
}
#product-list .heading .row {
    display: flex;
}
#product-list .heading .col-md-12 {
    width: 100%;
}

#product-list .heading .text {
    text-align: left;
    padding: 20px 20px;
}
#product-list h1 {
    font-size: 30px;
    font-weight: 600;
    color: #21145f;
    border-bottom: none;
    padding: 0;
    margin-bottom: 10px !important;
}
#product-list .heading .summary {
    font-size: 16px;
    color: #21145f;
}
.summary_wrapper {
    overflow: hidden;
}

.summary_wrapper_fade {
    position: relative;
}
.summary_wrapper_fade::after {
    content: "";
    background: linear-gradient(180deg, rgba(255,255,255,0), #dddddd 1.38em);
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: -10px;
}
#category-details a {
    color: #21145f;
    text-decoration: underline;
}
#category-details a:hover {
    color: #21145f;
    text-decoration: none;
}
#category-details a.btn {
    color: #21145f;
    text-decoration: none;
    background: transparent;
}
#category-details a.btn:hover {
    color: #5fb4e5;
    text-decoration: none;
    background: #21145f;
}
#product-list .page-selector {
    margin: 0 0 15px 0;
}
#product-list .page-totals, #product-list .per-page, #product-list .sort-by {
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 500;
    color: #98999b;
}
#product-list .page-totals {
    line-height: 28px;
}
#product-list .sort-by select {
    font-size: 12px;
    padding: 5px 6px;
    height: auto;
}
#product-list .per-page {
    text-align: center;
}
#product-list .per-page .btn-default {
    font-size: 14px;
    border-color: #ededed;
    color: #98999b;
    padding: 8px 10px;
    margin: 0 2px;
    text-transform: none;
}
#product-list .per-page .btn-default:hover {
    background: #fafafa;
    border-color: #ededed;
    color: #98999b;
}
#product-list .sort-by {
    float: right;
}
#product-list .sort-by select {
    text-transform: none;
    color: #98999b;
    font-size: 14px;
}
#product-list .paging {
    text-transform: uppercase;
    font-size: 18px;
}
#product-list .paging ul {
    display: table;
    margin: 0 auto;
}
#product-list .page-content.bottom {
    margin: 30px 0 40px 0;
}
.pagination {
    margin: 0;
}
.pagination > li > a, .pagination > li > span {
    font-size: 14px;
    margin-left:5px;
    font-family: Montserrat, Arial, sans-serif;
    background-color: #fff;
    border-color: #ededed;
    color: #98999b;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #98999b;
    background-color: #fafafa;
    border-color: #ededed;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #98999b;
    background-color: #fafafa;
    border-color: #ededed;
}
.pagination > li.PagedList-ellipses a {
    padding: 6px 5px;
}
#shop-widgets-filters {
    margin-bottom: 15px;
}
.widget {
    margin-bottom: 3px;
}
.widget-brand {
    margin-top: 12px;
}
.widget .widget-title {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 34px;
    font-family: Montserrat;
    font-weight: 500;
    margin: 0 !important;
    padding-left: 10px;
    color: #FFF;
    background: #e24301;
    display: block; 
}
.widget .widget-title:hover {
    background: #eb7b4d;
    color: #FFF;
    cursor: pointer;
}
.widget .widget-title.open {
    background: #21145f;
    color: #FFF;
}
.widget .widget-title:before {
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 34px;
    position: absolute;
    right: 5px;
    width: 30px;
}
.widget .widget-title.closed:before {
    content: "\f054";
}
.widget .widget-title.open:before {
    content: "\f078";
}
.widget .widget-content {
    background: #fafafa;
    padding: 0 10px; 
}
.widget .widget-content ul {
    margin-bottom: 0;
    padding: 10px 0 5px 0;
}
.widget .widget-content ul li a {
    padding:0 0 8px 0;
    text-decoration: none;
    font-size: 13px;
    color: #333;
}
.widget .widget-content ul li a:hover {
    text-decoration: underline;
}
.widget .widget-content ul li a i {
    font-size: 14px;
}
.scroller-wrapper {
    width: 270px;
}
.widget-top {
    margin-top: 12px;
    width: inherit;
    max-width:inherit;
}
.widget.widget-top .widget-title {
    color: #9c9d9f;
    background: #e3e3e3;
}
.widget.widget-top .widget-title:before {
    content: "\f077";
    right: 10px;
}
.sub-filter {
    background: #efefef;
    margin-bottom: 10px;
}
.widget .widget-content .sub-filter ul {
    margin-left: 15px;
    font-weight: 400;
}

.filters h2, .categories-side h2 {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 34px;
    font-family: Montserrat;
    font-weight: 500;
    margin: 0 !important;
    display: block; 
}
.categories-side h2 {
    margin-top: 10px !important; 
}
.filters .filters-selected {
    margin-bottom: 10px;
}
.filters .filters-selected a {
    background: #f5f6f6;
    color: #000;
    padding: 3px 8px;
    font-size: 12px;
    margin-right: 8px;
}
.filters .filters-selected a:hover {
    background: #cecece;
    color: #000;
}
.filters .filter-title {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 34px;
    font-family: Montserrat;
    font-weight: 500;
    margin: 0 !important;
    padding-left: 10px;
    color: #FFF;
    background: #21145f;
    display: block; 
}

.side-ctas img {
    margin-bottom: 4px;
}

#breadcrumb.breadcrumb-product .breadcrumb {
    font-size: 14px;
    height: 22px;
    margin:20px 0 40px 0;
}
#breadcrumb.breadcrumb-product .breadcrumb li {
    line-height: 22px;
    height: 22px;
    margin-right: 19px;
}
#breadcrumb.breadcrumb-product .breadcrumb a {
    text-decoration: none;
    color: #7b7c7c;
    line-height: 22px;
    display: inline-block;
    height: 22px;
    margin-left: 35px;
}
#breadcrumb.breadcrumb-product .breadcrumb a:hover {
    text-decoration: underline;
}
#breadcrumb.breadcrumb-product .breadcrumb > li:before {
    content: '';
    padding: 0;
    color: #b2b2b2;
    line-height: 22px;
    height: 22px;
    position: absolute;
}
#breadcrumb.breadcrumb-product .breadcrumb > li:first-child a {
    margin-left: 15px;
}
#breadcrumb.breadcrumb-product .breadcrumb > li:first-child a:first-child {
    margin-left: 0;
}
#breadcrumb.breadcrumb-product .breadcrumb > li + li:before {
    content: url('/_assets/img/icon-arrow-right.png');
    padding: 0 5px;
    color: #b2b2b2;
    line-height: 22px;
}
#breadcrumb.breadcrumb-product .breadcrumb > li + li.home {
    padding-left:0;
}
#breadcrumb.breadcrumb-product .breadcrumb > li + li.home:before {
    content: "";
}
#breadcrumb.breadcrumb-product .breadcrumb > li + li.home a {
    margin-left:10px;
}
.product-slider-wrapper .col-md-9 {
    padding-left: 0;
    padding-right: 10px;
}
.product-slider-main {
    background: #FFF;
    padding: 1px;
    border: 1px solid #ededed;
    position: relative;
}
.zoomPad { z-index: auto;float: none; }
.zoomWindow img { max-width: none; }
.product-slider-main .zoomWrapperTitle { display: none !important; }
.product-slider-main .zoomWrapper { border: none; }
.product-slider-main .zoom-icon {
    position: absolute;
    bottom: 15px;
    right: 10px;
    z-index: 10;
    width: 24px !important;
    height: 24px !important;
}
.product-slider-main .zoom-icon:hover {
    cursor: pointer;
}

.product-slider-wrapper .product-label {
    color: #ffffff;
    display: inline-block;
    position: absolute;
    z-index: 5002;
    top: 0;
    left: 15px;
    height: auto;
    width: auto;
    padding: 2px 5px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    text-align: center;
}
#main-image-slider.owl-carousel .owl-nav .owl-prev:before, #main-image-slider.owl-carousel .owl-nav .owl-next:before {
    color: #e24301;
    font-size: 42px !important;
}
#main-image-slider.owl-carousel .owl-nav .owl-next {
    right: 5px;
}
#main-image-slider.owl-carousel .owl-nav .owl-prev {
    left: 5px;
}
#main-image-slider .item .youtube, .youtube-video-thumb .youtube {
    text-align: center;
    position: relative;
}
#main-image-slider .item .youtube img, .youtube-video-thumb .youtube img {
    opacity:0.3;
}
#main-image-slider .item .youtube img.play {
    opacity:1;
    position: absolute;
    top: 40%;
    left: 45%;
    border: none;
}
.youtube-video-thumb .youtube img {
    opacity: 0.5;
}
.youtube-video-thumb .youtube img:hover {
    opacity: 1;
}
.youtube-video-thumb .youtube img.play {
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    border: none;
    transform: translate(-50%, -50%);
}

#thumbnailSlider .owl-stage {
    transform: none !important;
}
.thumbnail-slider .owl-item {
    /*width: 100% !important;*/
    float: left;
}
.thumbnail-slider-container, #thumbnailSlider {
    float: left;
    width: 100% !important;
    margin-top: 10px;
    max-height: 185px !important;
    overflow: hidden !important;
}

.thumbnail-slider .owl-nav {
    display: none;
}
.thumbnail-slider .item {
    display: block;
    margin-bottom: 8px;
    margin-left: 5px;
}
.swiper-wrapper {
    align-items: center;
}
.swiper-slide {
    background:#FFFFFF;
}

.thumbnail-slider .item:hover, .thumbnails .swiper-slide {
    border: 1px solid #ededed;
    cursor: pointer;
}

.thumbnail-slider .item .content {
    border: 1px solid #ededed;
}
.thumbnail-slider .item .youtube {
    text-align: center;
    position: relative;
}
.thumbnail-slider .item .youtube img {
    opacity:0.3;
}
.thumbnail-slider .item .youtube img.play {
    opacity:1;
    position: absolute;
    top: 32%;
    left:28%;
}
.product-details-wrapper {
    padding-right: 20px;
}
.product-wrapper .page-title {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 15px !important;
    color: #e24301;
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
}
.product-details-wrapper .summary {
    color:#98999b;
    margin: 0 0 20px 0;
    font-size: 16px;
}
.product-details-wrapper .more-info {
    margin-bottom: 20px;
}
.product-details-wrapper .more-info a {
    color:#21145f;
    text-decoration: underline;
    font-size: 16px;
}
.product-details-wrapper .more-info a:hover {
    text-decoration: none;
}
.product-details-wrapper a.email-when-stock {
    color:#e24301;
    text-decoration: underline;
    font-size: 16px;
    margin-top: 10px;
    display: block;
}
.product-details-wrapper a.email-when-stock:hover {
    text-decoration: none;
}
.product-price-breaks {
    color:#98999b;
    margin: 0 0 20px 0;
    font-size: 14px;
    float: left;
    width: 100%;
}
.product-price-breaks .price-break {
    float: left;
    width: 32%;
    margin-left:2%;
    position: relative;
}
.product-price-breaks .price-break:first-child {
    margin-left:0;
}
.product-price-breaks .price-break table {
    width: 100%;
    text-align: center;
    line-height: 24px;
    border: 1px solid #e7e7e8;
}
.product-price-breaks .price-break thead {
    background: #e7e7e8;
    color: #6e6e6e;
}
.product-price-breaks .price-break thead th {
    font-weight: normal;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
}
.product-price-breaks .price-break td {
    padding: 2px 0;
}
.product-options .form-group {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.product-options label {
    font-size: 14px;
    font-weight: 500;
    margin:0 10px 0 0;
    text-transform: uppercase;
    color: #98999b;
    float: left;
    line-height: 38px;
}
.product-options .buttons {
    float: right;
    margin-bottom: 4px;
}
.product-options .form-control {
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 500;
    display: inline-block;
    margin-right: 0;
    text-transform: uppercase;
    color: #98999b;
}
.product-options input.form-control {
    width: 50px;
    text-align: center;
    padding: 8px 8px;
    height: auto;
    font-size: 16px;
    background: #FFF !important;
}
.product-options button.form-control {
    width:36px;
    text-align: center;
    padding: 8px;
    height: auto;
    color: #98999b;
    font-size: 16px;
}
.product-options button.form-control:hover {
    color: #98999b;
    background-color: #fafafa;
    border-color: #ededed;
}
a.sizeguide, a.sizeguide:active, a.sizeguide:focus {
    color: #98999b;
    border:1px solid #e1e1e1;
    background: url("/_assets/img/icon-sizeguide.png") no-repeat 10px;
    padding:11px 15px 12px 50px;
    height: 40px;
    float: right;
}
a.sizeguide:hover {
    color: #21145f;
    border:1px solid #21145f;
}
.product-details-wrapper .product-list-actions {
    margin: 0;
}
.product-list-actions .btn, #customisation .btn.customisation-add {
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 500;
    padding: 14px 20px;
    margin-right: 10px;
    margin-bottom: 0;
    background: #e24301;
    border: 1px solid #e24301;
    color: #FFF;
    display: block;
    width: 100%;
    height: 48px;
}
.product-bottom-wrapper, #products-related {
    margin-top: 40px;
}
#youtube-videos h1 {
    margin: 0 0 25px 0 !important;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    color: #e24301;
}
#youtube-videos .owl-carousel .item-video {
    height: 450px;
}
#youtube-videos .owl-carousel .owl-nav .owl-prev {
    left: 15px;
}
#youtube-videos .owl-carousel .owl-nav .owl-next {
    right: 15px;
}
#customisation .btn.customisation-add {
    font-size: 12px;
    padding: 14px 10px;
}
.product-list-actions .btn:hover, #customisation .btn.customisation-add:hover {
    background: #FFF;
    border: 1px solid #e24301;
    color: #e24301;
}
.product-wrapper .add-this {
    text-transform: uppercase;
    color: #98999b;
    margin: 7px 0 12px 0;
    font-size: 16px;
    width: 100%;
    float: left;
}
ul.share-buttons{
    list-style: none;
    padding: 0;
    text-align: right;
    width: 100%;
    float: left;
    margin: 0;
}
ul.share-buttons li{
    display: inline;
    float: right;
    margin-left: 8px;
}
ul.share-buttons li:first-child{
    margin-left:0;
    float: left;
}
ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-stock-wrapper {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 24px;
    text-align: center;
}
.product-stock-wrapper i {
    font-size: 30px;
    top: 5px;
    position: relative;
}
.product-stock-wrapper .success, .product-body .success {
    color: #01c724;
}
.product-stock-wrapper .warning, .product-body .warning {
    color: #eadb17;
}
.product-stock-wrapper .danger, .product-body .danger {
    color: #e24301;
}
.product-price-wrapper {
    background: #fafafa;
    padding: 20px 15px 10px 15px;
    margin-bottom: 10px;
    text-align: center;
}
.product-price-wrapper .widget-title {
    color: #21145f;
    background: transparent;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 15px !important;
    border-bottom: none;
    text-align: center;
    position:relative;
    padding-right:40px;
}
.product-price-wrapper .widget-title {
    background: url("/_assets/img/icon-red-left.png") no-repeat 5px;
    padding-left: 40px;
}
.product-price-wrapper .widget-title:after {
    content:url("/_assets/img/icon-red-right.png");
    position:absolute;
    right: 5px;
}
.product-price-wrapper .product-price {
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 500;
    color: #e24301;
}
.product-price-wrapper .product-price .inc-vat {
    font-size: 30px;
    color: #6e6e6e;
}
.product-price-wrapper .product-price .inc-vat i {
    font-size: 14px;
    font-style: normal;
}
.product-price-wrapper .product-price span.vat {
    font-size: 14px;
}
.product-price-wrapper .product-price .was-price {
    font-size: 16px;
}
.product-price-wrapper .product-price .was-price span {
    text-decoration: line-through;
}
.product-price-wrapper .product-price .rrp-price {
    font-size: 16px;
    margin-bottom: 0;
    color: #b2b2b2;
}
.product-cta-wrapper img {
    margin-bottom: 8px;
}
.product-bottom-wrapper .awe-nav {
    text-align: left;
    border-bottom: 1px solid #ededed;
    margin-top: 10px;
    width: 100%;
    float: left;
}
.product-bottom-wrapper .awe-nav > li {
    border: 1px solid #ededed;
    border-bottom: none;
    border-left: none;
    float: left;
    border-radius: 0;
}
.product-bottom-wrapper .awe-nav > li:first-child { 
    border-left: 1px solid #ededed;
}
.product-bottom-wrapper .awe-nav > li > a {
    padding: 8px 10px;
    border-bottom: none;
    color: #6e6e6e;
    font-size: 13px;
    bottom: 0;
}
.product-bottom-wrapper .awe-nav > li:hover {
    background: #ededed;
    color: #747474;

}
.product-bottom-wrapper .awe-nav > li.active {
    border: 1px solid #21145f;
    border-bottom: none;
    background: #21145f;
}
.product-bottom-wrapper .awe-nav > li.active > a {
    color: #FFF;
}
.product-bottom-wrapper .tab-content {
    line-height: 1.7em;
    background: #fafafa;
    padding: 20px;
    border: 1px solid #ededed;
    border-top: none;
}
.product-bottom-wrapper .tab-content p {
    line-height: 1.7em;
    margin-bottom: 6px;
    padding-bottom: 6px;
}
.product-bottom-wrapper .tab-content p a, .product-bottom-wrapper .tab-content li a {
    color: #e24301;
}
.product-bottom-wrapper .tab-content p a:hover, .product-bottom-wrapper .tab-content li a:hover {
    text-decoration: underline;
}
.product-bottom-wrapper .faqs, .product-bottom-wrapper .faqs h4 {
    margin-top: 0;
}
.product-bottom-wrapper .faqs .faq {
    padding-bottom: 12px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed;
}
.product-bottom-wrapper .downloads i {
    color: #e24301;
    margin-right: 5px;
}
.product-bottom-wrapper .downloads a {
    color: #e24301;
}
.product-bottom-wrapper .downloads a:hover {
    text-decoration: underline;
}
.product-wrapper h3 {
    margin-bottom: 40px;
}
.product-wrapper .product {
    margin-bottom: 0;
}
#product-description ul {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
    display: inline-block;
}
#product-description ul > li {
    padding: 0 0 5px 18px;
    position: relative;
}
#product-description ul>li:before {
    position: absolute;
    font-family: FontAwesome;
    top: 0;
    left: 0;
    content: "\f054";
    color: #808285;
    font-size: 0.9em;
 }
#product-description ul>li>.value {
    min-width: 100px;
    display: inline-block;
}
#product-description h3 {
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 500;
    color: #7b7c7c;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#products-related h3 {
    color: #21145f;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px !important;
    margin-top: 6px;
    border-bottom: none;
    text-align: center;
    position:relative;
    padding-right: 75px;
    letter-spacing: 0.15em;
}
#products-related h3:first-letter {
    background: url("/_assets/img/heading-icon-red-left.png") no-repeat left;
    padding-left: 80px;
}
#products-related h3:after {
    content:url("/_assets/img/heading-icon-red-right.png");
    position:absolute;
    top: -3px;
    margin:0 0 0 12px;
}
#products-related .product-related-wrapper {
    padding: 0 50px;
    float: left;
    width: 100%;
}
#products-related .product-grid {
    height: auto;
    float: left;
    width: 100%;
    background: #fafafa;
    margin-bottom: 15px !important;
}
#products-related .product-grid .product-media {
    width: 30%;
}
#products-related .product-grid .product-body {
    width: 70%;
    height: auto;
    padding: 0 15px;
    text-align: left;
}
#products-related .product-grid .product-body .buttons {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 30px;
}
#products-related .product-grid .product-body .buttons a {
    display: inline-block;
    padding: 12px 25px;
}
#item-added h2 {
    margin: 0 0 15px 0 !important;
    font-weight: 500;
    font-size: 24px;
}
#item-added h3 {
    margin: 0 0 15px 0 !important;
    padding-bottom: 15px;
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid #c6c6c6;
    color: #7b7c7c;
}
#item-added h3.page-title {
    margin: 0 0 15px 0 !important;
    padding-bottom: 15px;
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid #c6c6c6;
    color: #7b7c7c;
}
#item-added .basket-item {
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#item-added .basket-item .product-image {

}
#item-added .basket-item .product-body {

}
#item-added .basket-item .basket-name h4 {
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 500;
    color: #7b7c7c;
    text-transform: none;
    margin-bottom: 10px;
}
#item-added .basket-item .basket-name p {
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 500;
    color: #7b7c7c; 
    margin-bottom: 2px;
}
#item-added .basket-item .basket-name p.success {
    color: #01c724;
}
#item-added .basket-item .basket-name p.warning {
    color: #e5c75f;
}
#item-added .basket-item .basket-name p.danger {
    color: #ee4054;
}
#item-added .basket-item .basket-name p i {
    font-size: 20px;
}
#item-added .basket-item .basket-price, #item-added .basket-item .basket-quantity {
    color: #7b7c7c;
    font-size: 16px;
    margin-bottom: 2px;
}
#item-added .basket-item .basket-price span {
    color: #7b7c7c;
    font-size: 12px;
}
#item-added .basket-item .basket-quantity {
    text-transform: uppercase;
}
#item-added .btn-default {
    color: #7b7c7c;
}
#item-added .btn-primary {
    font-size: 15px;
    padding-left: 35px;
    padding-right: 35px;
}
#item-added #close:hover {
    cursor: pointer;
}
.product-details-wrapper .product-list-actions .btn.js-customise {
    font-size: 14px;
    padding: 1px 12px 0 12px;
    height: 48px;
    letter-spacing: 0.02em;
    background-color: #f1e000 !important;
    border-color: #f1e000 !important;
    color: #6e6e6e;
}
.product-details-wrapper .product-list-actions .btn.js-customise:hover {
    background-color: #FFF !important;
    border-color: #6e6e6e !important;
    color: #6e6e6e;
}
.product-details-wrapper .product-list-actions .btn.js-customise span {
    font-size: 11px;
    text-transform: none;
    font-weight: 400;
}
.product-details-wrapper .product-list-actions .btn.js-customise[disabled] {
    /* don't let button block mouse events from reaching wrapper */
    pointer-events: none;
}
.product-cta {
    text-transform: uppercase;
    color: #21145f;
    border: 1px solid #21145f;
    padding: 15px;
    font-weight: 500;
    min-height: 116px;
    display: flex;
    align-items: center;
}
.product-cta .col-xs-3 {
    display: flex;
    align-items: center;
}
.product-cta .fa {
    font-size: 42px;
    text-align: center;
}
.product-cta span {
    font-size:22px;
    font-weight:600;
    line-height:20px;
}
.product-cta a {
    color: #21145f;
    text-decoration:none;
}
.product-cta a:hover {
    color: #21145f;
    text-decoration:underline;
}
.swiper-button-prev, .swiper-button-next {
    height: 32px;
}
.divider.horizontal.text {
    font-size: 24px;
    font-family: Montserrat;
    font-weight: 500;
    color: #747474;
    text-transform: uppercase;
    letter-spacing: 0;
    opacity: 1;
}
#customisation-no-options {
    display: none;
}
#customisation-no-options .field-validation-error {
    margin-bottom: 5px;
}
#customisation {
    display: none;
}
#customisation .customisation-section {
    margin-bottom: 50px;
}
#customisation .customisation-section h3 {
    font-size: 24px;
    font-family: Montserrat;
    font-weight: 500;
    color: #21145f;
    text-transform: uppercase;
    margin-bottom: 5px;
}
#customisation .customisation-section h4 {
    font-size: 24px;
    margin: 25px 0 20px 0;
    color: #747474;
}
#customisation .customisation-section p {
    font-weight: 400;
    margin-bottom: 10px;
}
#customisation .customisation-section p a {
    color: #21145f;
    text-decoration: underline;
}
#customisation .customisation-section p a:hover {
    text-decoration: none;
}
#customisation .customisation-types {
    margin-top: 30px;
    text-align: center;
}
#customisation .customisation-types .btn-default {
    font-size: 24px;
    margin: 0 5px;
    padding: 15px 40px;
    color: #98999b;
    border-color: #98999b;
    background: #FFF;
    min-width: 270px;
}
#customisation .customisation-types .btn-default:hover {
    color: #21145f;
    border-color: #21145f;
    background: #FFF;
}
#customisation .customisation-types .btn-default.selected {
    color: #FFF;
    border-color: #98999b;
    background: #98999b;
}
#customisation .customisation-section .form-group {
    margin-top: 25px;
}
#customisation .customisation-section .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
#customisation .customisation-section .inputfile + label {
    max-width: 80%;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 8px 50px;
    font-weight: 500;
    color: #98999b;
    background-color: #FFF;
    border: 1px solid #98999b;
}
#customisation .customisation-section .inputfile:focus + label,
#customisation .customisation-section .inputfile + label:hover {
    color: #21145f;
    border-color: #21145f;
    background: #FFF;
}
#customisation .customisation-section .inputfile:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
#customisation .customisation-section .inputfile + label * {
    pointer-events: none;
}
#customisation .customisation-positions {
    margin-bottom: 40px;
    text-align: center;
}
#customisation .customisation-positions .position {
    display:inline-block;
    width: 150px;
    text-align: center;
    margin: 0 20px;
}
#customisation .customisation-positions .position:first-child {
    margin-left: 0;
}
#customisation .customisation-positions .position img {
    border: 1px solid #d1d1d1;
    padding: 10px 5px;
    margin-bottom: 10px;
}
#customisation .customisation-sizes h4 {
    margin-top: 0;
}
#customisation .customisation-size label {
    display: inline;
    font-size: 24px;
    margin: 0 10px 0 0;
    color: #747474;
    font-weight: 500;
}
#customisation .customisation-size .form-control {
    display: inline;
    width: auto;
}
#customisation .customisation-totals {
    background: #fafafa;
    border: 1px solid #d1d1d1;
    padding: 35px 30px 12px 30px;
    margin-bottom: 30px;
    font-size: 20px;
}
#customisation .customisation-totals td {
    padding-bottom:25px;
    line-height: 20px;
}
#customisation .customisation-totals td span {
    padding-bottom:10px;
    line-height: 20px;
    color: #e24301;
}
#customisation .btn.customisation-add {
    margin-bottom: 20px;
}
#customisation .customisation-text {
    margin: 15px 0 25px 0;
}
#customisation .customisation-text h4 {
    margin: 0 0 20px 0;
}
#customisation .btn-customisation-size {
    font-size: 14px;
    margin: 5px 0 0 0;
    padding: 15px 0;
    color: #98999b;
    border-color: #98999b;
    background: #FFF;
    display: block;
    height: 60px;
}
#customisation .btn-customisation-size span {
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
}
#customisation .btn-customisation-size:hover {
    color: #21145f;
    border-color: #21145f;
    background: #FFF;
}
#customisation .btn-customisation-size.selected {
    color: #FFF;
    border-color: #98999b;
    background: #98999b;
}
#customisation .v-size-xl {
    display: none;
}
#customisation .customisation-colour {
    display: block;
    height: 60px;
    width: 100%; 
    text-align: center;
    line-height: 54px;
    background: #FFF;
    font-size: 12px;
}
#customisation .customisation-colour:hover {
    cursor: pointer;
}
#customisation .colour-list-wraper {
    position: relative;
    margin-top: 5px;
}
#customisation .colour-list {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 99;
    width: 460px;
    padding: 0 15px 20px 15px;
    background: #FFF;
}
#customisation .colour-list .customisation-colour {
    width: 24%;
    float: left;
    margin:0.5% 1% 0.5% 0;

}
#customisation .customisation-preview {
    font-family: Arial;
    font-size: 22px;
    line-height: 28px;
    margin: 0;
    padding: 25px 40px;
    color: #000;
    border:1px solid #ccc;
    background: #FFF;
    display: block;
    min-height: 150px;
    overflow: hidden;
}


#cart h1 {
    border-bottom: none;
}
.table-cart {
    margin-top: 0;
    border-bottom: 1px solid #c6c6c6 !important;
    margin-bottom: 25px;
    float: left;
    width: 100%;
}
.table-cart .cart-head, .table-cart .cart-body {
    float: left;
    width: 100%;
}
.table-cart .cart-head > div, .table-cart .cart-body .cart-item .cart-product-wrapper {
    width: 84%;
    float: left;
}
.table-cart .cart-head > div, .table-cart .cart-body .cart-item > div, .table-cart .cart-body .cart-item .cart-product-wrapper > div {
    background-color: #FFF;
    padding-left: 0;
    padding-right: 0;
    border-bottom: none;
    float: left;
}
.table-cart .cart-head > div {
    text-transform: uppercase;
    font-size: 18px;
}
.table-cart .cart-body .cart-item > div, .table-cart .cart-body .cart-item .cart-product-wrapper > div {
    padding: 10px 5px;
    vertical-align: middle;
    border-top: 1px solid #e2e2e2 !important;
}
.table-cart .cart-body .cart-item .cart-product-wrapper {
    padding: 0;
    border-top:none !important;
    vertical-align: middle;
}
.table-cart .cart-body .cart-item .cart-product-image {
    width: 16%;
} 
.table-cart .cart-body .cart-item .cart-product-text {
    width: 36%;
} 
.table-cart .cart-body .cart-item .cart-stock, .table-cart .cart-body .cart-item .cart-quantity {
    width: 18%;
} 
.table-cart .cart-body .cart-item .cart-amount, .table-cart .cart-body .cart-item .cart-amount-total {
    width: 14%;
} 
.table-cart .cart-body .cart-item .cart-product-image img {
    padding: 5px;
    border: 1px solid #e2e2e2 !important;
} 
.table-cart .cart-body .cart-item .cart-product-text h3 {
    font-size: 16px;
    text-transform: none;
    margin-top: 0;
}
.table-cart .cart-body .cart-item  a {
    color: #e24301;
}
.table-cart .cart-body .cart-item a:hover {
    text-decoration:underline;
}
.table-cart .cart-body .cart-item .cart-product-text p {
    font-size: 15px;
    font-weight: 400;
    margin-top: 0;
    margin-left: 0;
    text-transform: none;
    color: #98999b;
}
.table-cart .cart-body .cart-item .cart-quantity {
    color: #b2b2b2;
}
.table-cart .cart-body .cart-item .cart-quantity a {
    font-size: 13px;
    color: #b2b2b2;
    font-weight: 500;
    text-transform: none;
    text-decoration:none;
    margin-right: 5px;
}
.table-cart .cart-body .cart-item .cart-quantity a:hover {
    text-decoration: underline;
}
.table-cart .cart-body .cart-item .cart-quantity .add, .table-cart .cart-body .cart-item .cart-quantity .minus {
    color: #6e6e6e;
    background: #dadada;
}
.table-cart .cart-body .cart-item .cart-quantity .buttons {
    float: right;
    width: 100%;
    margin-bottom: 10px;
}
.table-cart .cart-body .cart-item .cart-quantity .form-control {
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 500;
    display: inline-block;
    margin-right: 0;
    text-transform: uppercase;
    color: #98999b;
}
.table-cart .cart-body .cart-item .cart-quantity input.form-control {
    width: 50px;
    text-align: center;
    padding: 8px 12px;
    height: auto;
    font-size: 16px;
}
.table-cart .cart-body .cart-item .cart-quantity button.form-control {
    width:36px;
    text-align: center;
    padding: 8px;
    height: auto;
    color: #98999b;
    font-size: 16px;
}
.table-cart .cart-body .cart-item .cart-quantity button.form-control:hover {
    color: #98999b;
    background-color: #fafafa;
    border-color: #ededed;
}
.table-cart .cart-body .cart-item .cart-stock {
    font-size: 18px;
    text-transform: none;
}
.table-cart .cart-body .cart-item .cart-stock i {
    font-size: 26px;
}
.table-cart .cart-body .cart-item .cart-stock .warning {
    color: #e5c75f;
}
.table-cart .cart-body .cart-item .cart-stock .danger {
    color: #ee4054;
}
.table-cart .cart-body .cart-item .cart-stock .success {
    color: #01c724;
}
.table-cart .cart-body .cart-item .cart-amount, .table-cart .cart-body .cart-item .cart-amount-total {
    padding-right: 0;
    text-align: right;
    color: #98999b;
    font-size: 20px;
    font-weight: 500;
}
.table-cart .cart-body .cart-item .cart-amount-label {
    display: none;
}
.table-cart .cart-body .cart-item .qty {
    width: 65px;
    height: 32px;
    padding: 4px 12px;
    text-align: center;
}
.table-cart .cart-body .cart-item .setup-charge {
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
    font-weight: 400;
}
.table-cart .cart-body .cart-item .setup-charge span {
    font-size: 15px;
}
.wishlist .btn {
    font-size: 14px;
}
.wishlist-remove {
    font-size: 13px;
    font-family: Montserrat;
    font-weight: 500;
    color: #a2a2a2;
    margin-top: 15px;
    display: inline-block;
}
.cart-cta {
    margin-bottom: 20px;
}
.cart-cta .btn {
    padding:15px 30px;
    font-size: 14px;
}
.cart-cta .btn-default {
    padding:16px 5px;
    font-size: 18px;
    color: #a3a4a6;
    border:1px solid #a3a4a6;
    display: block;
}
.cart-cta .btn-default i {
    margin-right: 5px;
}
.cart-cta .btn-default:hover {
    color: #21145f;
    border:1px solid #21145f;
}
table.shop-summary {
    width: 100%;
}
.cart-right h3  {
    margin: 10px 0 20px 0;
    padding-bottom: 8px;
    border-bottom:1px solid #eaeaea;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 500;
    text-transform: uppercase;
}
.cart-right .btn  {
    display:block;
    padding: 15px 20px;
}
.cart-right td {
    padding: 10px 0;
    font-size: 15px;
    text-transform: none;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 500;
    text-transform: uppercase;
}
.totals {
    background: #FFF;
    padding: 20px 25px 10px 25px;
    margin-bottom: 0;
    border: 1px solid #d1d3d4;
}
.totals th, .totals td {
    padding: 0 0 8px 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}
.totals th span  {
    font-size: 16px;
    text-transform: none;

}
.totals th.total span  {

}
.btn-checkout {
    display: block;
    padding: 18px 10px;
    font-size: 20px;
    margin: 5px 0;
}
.secure {
    margin-bottom: 30px;
    text-align: center;
}
.secure a {
    color: #21145f;
    text-decoration: underline;
}
.secure a:hover {
    text-decoration: none;
}
.secure img {
    margin-top: 15px;
}
.voucher-box {
    float: left;
    width: 100%;
    text-align: left;
    border:1px solid #a3a4a6;
}
.voucher-box .form-control {
    max-width: 230px;
    display: inline-block;
    border: none;
    font-family: Montserrat;
    color: #a7a7a7;
    font-weight: 500;
    float: left;
    padding: 16px 10px;
    font-size: 14px;
    line-height: 1;
    height: 50px;
    text-transform: uppercase;
}
.voucher-box .form-control:focus{
    outline: none;
    border: none;
}
.voucher-box .btn-voucher {
    background: transparent;
    border: none;
    height: 50px;
    line-height: 50px;
    padding: 0 15px 0 0;
    display: inline-block;
    float: right;
    color: #a7a7a7;
    font-size: 20px;
}
.voucher-message {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.voucher-message h4 {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    color: #e24301;
    margin: 0 0 3px 0;
}
.free-delivery {
    border:1px solid #f0f0f0;
    background: url("/_assets/img/icon-red-left.png") no-repeat left 5px top 45% #f0f0f0;
    padding: 20px 50px;
    text-transform: uppercase;
    text-align: center;
    color: #21145f;
    font-size: 20px;
    position: relative;
}
.free-delivery span {
    font-size:16px;
}
.free-delivery:after {
    content:url("/_assets/img/icon-red-right.png");
    position:absolute;
    top: 38%;
    right: 5px;
}
.need-help {
    border:1px solid #d1d3d4;
    background: #f0f0f0;
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
    COLOR: #717171;
    font-size: 14px;
}
.need-help p {
    font-size: 15px;
    line-height: 22px;
}
.need-help p a:hover {
    text-decoration: underline;
}
.need-help p {
    font-size: 15px;
    line-height: 22px;
}

.blog-list h2 {
    margin: 0 0 20px 0;
    font-size: 22px;
    text-transform: uppercase;
}
.blog-list .blog-post {
    margin: 0 0 25px 0;
    padding: 0 0 20px 0;
    border-bottom:1px solid #f0f0f0;
}
.blog-list .blog-post h3 {
    margin-top: 0;
    font-size: 16px;
    text-transform: uppercase;
}
.blog-list .blog-post h3 a {
    color: #747474;
}
.blog-list .blog-post h3 a:hover {
    text-decoration: underline;
}
.blog-list .blog-post img {
    margin-bottom: 15px;
}
.blog-list .pagination-container {
    text-align:center;
}
.blog-list .pagination {
    margin: 0 auto;
}
.blog .categories .category {
    text-align: left;
    margin-bottom: 60px;
}
.blog p.date {
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 500;
    color: #b2b2b2;
}
.blog-categories h3  {
    margin: 0 0 20px 0;
    text-transform: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
}
.blog-categories ul {
    padding-left: 0;
    margin-bottom: 40px;
}
.blog-categories li  {
    list-style-type: none;
}
.blog-categories li a {
    display: block;
    margin: 0 0 3px 0;
    padding: 7px 0;
    border-bottom:1px solid #f0f0f0;
}
.blog-categories li a:hover  {
    text-decoration: underline;
}
ul.blog-popular li a {
    text-transform: none;
}
.blog-post h1  {
    margin: 0 0 20px 0;
    text-transform: none;
    font-weight: 500;
    font-size: 24px;
}
.blog .blog-post p.date {
    margin-bottom: 15px;
}
.blog .blog-post p {
    line-height: 1.7em;
    color: #4d4d4d;
}
.blog-post p a {
    color: #e24301;
}
.blog-post p a:hover {
    text-decoration: underline;
}
.blog .add-this {
    text-align: left;
    margin:30px 0 40px 0;
    display: block;
}
.blog .add-this i {
    font-size: 20px;
    padding-right: 6px;
}
.box-bg {
    background: #f0f0f0;
    padding: 25px 28px;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 500;
    margin-bottom: 30px;
}
.box-bg h1.page-title {
    margin-bottom: 30px !important;
}
.register label, #members label, .checkout label {
    display: block;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
}
.register .agree-terms {
    font-size: 13px;
    text-transform: none;
    font-weight: 500;
    color: #4d4d4d;
}
.register .btn {
    display: block;
    width: 100%;
    padding: 15px 0;
    font-size: 14px;
}
.register a:hover {
    text-decoration: underline;
}
.register #find-address {
    padding: 9px 0;
}
.register #show-fields {
    font-size: 13px;
    text-decoration: underline;
}
.register #show-fields:hover {
    text-decoration: none;
    cursor: pointer;
}
.register .alert a {
    color: #FFF;
}
.register .alert a:hover {
    color: #FFF;
}
.register-summary {
    padding: 0 20px;
}
.register-summary h3 {
    margin-top: 0;
    font-family: Lora;
    text-align: center;
    font-weight: 300;
    font-size: 28px;
}
.register-summary ol {
    margin: 30px 0 0 0;
    padding: 0 30px 0 20px;
    list-style-type: none;
}
.register-summary ol li {
    padding: 10px 0 30px 60px;
    font-size: 15px;
    color: #4d4d4d;
}
.register-summary ol li:nth-child(1){
    background: url("/_assets/img/counter-1.gif") no-repeat;
}
.register-summary ol li:nth-child(2){
    background: url("/_assets/img/counter-2.gif") no-repeat;
}
.register-summary ol li:nth-child(3){
    background: url("/_assets/img/counter-3.gif") no-repeat;
}
.register-summary ol li:nth-child(4){
    background: url("/_assets/img/counter-4.gif") no-repeat;
}
.register-summary ol li:nth-child(5){
    background: url("/_assets/img/counter-5.gif") no-repeat;
}

#members h1.page-title {
    border-bottom: none;
    padding-bottom: 10px;
}
#members h3 {
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#members p.sub-heading {
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 40px;
    margin-bottom: 0;
    border-bottom:1px solid #c6c6c6;
}
#members .member-row {
    padding:30px 0 20px 0;
    border-bottom:1px solid #c6c6c6;
}
#members .member-row h3 {
    margin-top: 0;
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 500;
    text-transform: uppercase;
}
#members .member-row .btn {
    padding: 15px 30px;
    font-size: 14px;
}
/*
#members .member-row .orders {
    background: url("/_assets/img/icon-account-orders.gif") no-repeat 12px 0;
    padding-left: 70px;
}
#members .member-row .wishlist {
    background: url("/_assets/img/icon-account-heart.gif") no-repeat 12px 0;
    padding-left: 70px;
}
#members .member-row .addresses {
    background: url("/_assets/img/icon-account-book.gif") no-repeat 12px 0;
    padding-left: 70px;
}
#members .member-row .details {
    background: url("/_assets/img/icon-account-details.gif") no-repeat 12px 0;
    padding-left: 70px;
}
#members .member-row .logout {
    background: url("/_assets/img/icon-account-logout.gif") no-repeat 12px 0;
    padding-left: 70px;
}*/

#members .top-links {
    border-top:1px solid #c6c6c6;
    border-bottom:1px solid #c6c6c6;
    width: 100%;
    margin-bottom: 30px;
}

#members .top-links td {
    border-right:1px solid #c6c6c6;
    width: 25%;
    text-align: center;
}
#members .top-links td:first-child {
    border-left:1px solid #c6c6c6;
}
#members .top-links td a {
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 50px;
    display: block;
}
#members .top-links td a:hover {
    text-decoration: underline;
}
#members .top-links td a.selected {
    color: #FFF;
    background: #c6c6c6;
}
#members #category-filter {
    display: none;
    padding:12px 5px;
    background-color: #b8b8b8;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
    margin-bottom: 20px;
}
#members #category-filter .category-index-toggle {
    display: block;
    position: absolute;
    right:30px;
    top: 10px;
    color: #FFF;
    font-size: 20px;
}
#members #category-filter .category-index-toggle:hover {
    cursor: pointer;
}
#members #category-filter ul {
    display: none;
    list-style: none;
    padding-left: 0;
    padding-top: 10px;
}
#members #category-filter ul li a {
    color: #FFF;
    display: block;
    padding: 3px 0 5px 0;
}

#members .preferences label {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: none;
    margin-right: 25px;
    margin-left: 5px;
}

.find-postcode .btn {
    font-size: 12px;
}
.postcode-row .form-control {
    margin-bottom: 10px;
}
.enterDeliveryAddress, .enterBillingAddress {
    text-decoration: underline;
    cursor: pointer;
    font-size: 13px;
}
.enterDeliveryAddress:hover, .enterBillingAddress:hover {
    text-decoration: none;
}
#addressResults, #addressResultsBilling {
    margin-bottom: 20px;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 500;
}
#members .address {
    min-height: 275px;
    margin: 5px 0 20px 0;
}
#members .primary-title {
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}
#members .address p {
}
#members .address p.links {
    margin-bottom: 0;
}
#members .address p.links a {
    display: inline-block;
    margin-bottom: 8px;
    width: 170px;
}

#members p#show-fields {
    text-decoration: underline;
    font-size: 13px;
}
#members p#show-fields:hover {
    text-decoration: none;
    cursor: pointer;
}

#members .awe-nav {
    display: inline-block;
    text-align: left;
    padding-left: 0;
    border-bottom: solid 1px #c6c6c6;
    margin-bottom: 0;
}
#members .awe-nav > li > a {
    padding:10px 40px 10px 0;
    border-bottom:none;
    color: #b2b2b2;
}
#members .awe-nav > li.current, #members .awe-nav > li.active > a {
    color: #7b7c7c;
}

#account-order .panel {
    margin-top: 25px;
    background: #f0f0f0;
    padding: 25px;
    border-radius: 0;
    border:none;
    box-shadow: none;
    width: 100%;
}
#account-order .panel-default > .panel-heading {
    color: #4d4d4d;
    background-color: transparent;
    border: none;
}
#account-order .panel-title {
    font-size: 14px;
}
#account-order .panel-body {
    border-top: 1px solid #c6c6c6;
    padding-top: 30px;
}
#account-order table {
    width: 100%;
}
#account-order table td {
    vertical-align: top;
}
#account-order table td span {
    font-size: 14px;
    font-family: Montserrat;
    text-transform: uppercase;
    color: #7b7c7c;
}
#account-order table td span.label {
    color: #FFF;
    font-size: 13px;
}
#account-order table td a {
    font-size: 14px;
    font-family: Montserrat;
    color: #0e79e4;
    text-decoration: underline;
}
#account-order table td a:hover {
    text-decoration: none;
}
#account-order table td.toggle a {
    font-size: 54px;
    line-height: 30px;
    color: #d5a772;
    text-decoration: none;
    padding: 0 5px 5px 5px;
}
#account-order table td.toggle a:hover {
    text-decoration: none;
}
#account-order table td.toggle a i {
    line-height: 30px;
}

#account-order table td.toggle a:after {
    font-family: "FontAwesome";
    content: "\f106 ";
}

/* Icon when the collapsible content is hidden */
#account-order table td.toggle a.collapsed:after {
    content: "\f107";
}
#account-order h4 {
    font-size: 14px;
    font-family: Montserrat;
    color: #7b7c7c;
    text-transform: uppercase;
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 0;
}
#account-order table.products th {
    font-size: 14px;
    font-family: Montserrat;
    color: #7b7c7c;
    text-transform: uppercase;
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 10px;
    margin-bottom: 30px;
    line-height: 1.1;
}
#account-order table.products td {
    padding: 0 0 5px 0;
}
#account-order table.products .totals td {
    padding: 5px 0 0 0;
    font-size: 14px;
    color: #7b7c7c;
}
.header-secure .header-top {
    margin-bottom: 60px;
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 20px;
}
.cart-left {
    border-right: 1px solid #eaeaea;
    padding-right: 30px;
}
.cart-right {
    padding-left: 30px;
}
#checkoutstage {
}
#checkoutstage p {
}
#checkoutstage a {
    text-decoration: underline;
}
#checkoutstage a:hover {
    text-decoration: none;
}
#checkoutstage .find-postcode a {
    text-decoration: none;
    margin-bottom: 5px;
}
#checkoutstage .continue-shopping .btn {
    padding: 16px 5px;
    font-size: 18px;
    color: #a3a4a6;
    border: 1px solid #a3a4a6;
    display: block;
    text-decoration: none;
}
#checkoutstage .continue-shopping .btn:hover {
    color: #21145f;
    border: 1px solid #21145f;
    text-decoration: none;
}
#checkoutstage .continue-shopping .btn i {
    margin-right: 10px;
}
#checkoutstage .checkout h1 {
    border-bottom: none;
}
#checkoutstage #billing-address {
    display: none;
}
#cart .btn-lg, #checkoutstage .btn-lg {
    padding: 15px 20px;
    font-size: 20px;
}
#checkout-stages {
    margin-bottom: 40px;
}
#checkout-stages ul {
    float: left;
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
    background: #FFF;
    border: 1px solid #c6c6c5;
}
#checkout-stages li {
    display: inline-block;
    float: left;
    list-style-type: none;
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 400;
    color: #7b7c7c;
    text-transform: uppercase;
    text-align: center;
    height: 53px;
    line-height: 53px;
    width: 25%;
    margin: 0;
    vertical-align: middle;
    background: url("/_assets/img/checkout-stages-bg.png") no-repeat right #FFF;
}
#checkout-stages li:last-child {
    background:#FFF;
}
#checkout-stages li.complete {
    color: #FFFFFF;
    position: relative;
    background: url("/_assets/img/checkout-stages-bg-complete.png") no-repeat right #c6c6c5;
}
#checkout-stages li.selected {
    color: #FFFFFF;
    position: relative;
    background: url("/_assets/img/checkout-stages-bg-selected.png") no-repeat right #c6c6c5;
}
#checkoutstage .delivery-clickcollect {
    margin: 0 0 40px 0;
    float: left;
    width: 100%;
}
#checkoutstage .delivery-clickcollect-option {
    padding: 0;
    line-height:44px;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #c6c6c6;
    text-align: center;
    text-transform: uppercase;
}
#checkoutstage .delivery-clickcollect-option.selected {
    color: #FFF;
    background-color: #21145f;
    border-color: #21145f;
}
#checkoutstage .delivery-clickcollect-option:hover {
    cursor: pointer;
    text-decoration: none;
    border-color: #21145f;
    color: #21145f;
}
#checkoutstage .delivery-clickcollect-option.selected:hover {
    text-decoration: none;
    color: #FFF;
}
#checkoutstage .form-control[disabled], #checkoutstage .form-control[readonly] {
    background-color: #FFF;
    opacity: 1;
}
#checkoutstage .delivery input:hover {
    cursor: pointer;
}
#checkoutstage span.price {
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 500;
    text-transform: uppercase;
}
#checkoutstage .delivery h3 {
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
}
#checkoutstage .delivery input:hover {
    cursor: pointer;
}
#checkoutstage .delivery-instructions {
    border-top:1px solid #eaeaea;
    padding-top: 20px;
    margin-top: 20px;
}
#checkoutstage .delivery-instructions p {
    font-size: 16px;
}
#checkoutstage .form-group {
    margin-bottom: 25px;
}
#checkoutstage .delivery-options .form-group {
    margin-bottom: 15px;
}
#checkoutstage .review-details h4.sub-heading {
    color: #6d6e71;
    font-size: 16px;
    font-weight: 500;
}
#checkoutstage .review-details .table-cart .cart-head > div {
    font-size: 16px;
}
#checkoutstage .review-details .table-cart .cart-body .cart-item .cart-amount, #checkoutstage .review-details .table-cart .cart-body .cart-item .cart-amount-total {
    font-size: 16px;
    width: 16%;
}
#checkoutstage .review-details .table-cart .cart-body .cart-item .cart-product-text {
    width: 50%;
}
#checkoutstage .review-details .btn-sm {
    color: #bcbec0;
    border: 1px solid #bcbec0;
    text-decoration: none;
    font-size: 15px;
}
#checkoutstage .review-details .btn-sm:hover {
    color: #21145f;
    border: 1px solid #21145f;
    text-decoration: none;
}
#checkoutstage .review-details .totals {
    margin-bottom: 30px;
}

#checkoutstage .payment-types {
    margin: 20px 0;
}
#checkoutstage .payment-types h2 {
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 500;
    text-transform: uppercase;
}
#checkoutstage .payment-type {
    border: 1px solid #eaeaea;
    padding: 25px 28px;
    margin-bottom: 20px;
}
#checkoutstage .payment-type .form-group {
    margin: 0 !important;
    padding-bottom: 0;
    font-weight: 400;
    font-size: 18px;
}
#checkoutstage .agree-terms {
    margin-bottom: 25px;
}
#checkoutstage .agree-terms a {
    text-decoration: underline;
}
#checkoutstage .agree-terms a:hover {
    text-decoration: none;
}
#checkoutstage .review-details h2 {
    font-family: Lora;
    font-weight: 500;
    font-size: 28px;
    color: #7b7c7c;
}
#checkoutstage .btn-continue {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
#sagepay-iframe iframe {
    overflow:hidden;
}

#checkout-complete {
    margin-bottom: 100px;
}

#checkout-complete h1 {
    border-bottom: none;
}

#checkout-complete p {
    font-size: 1.2em;
}

#checkout-complete .order-ref {
    display: inline-block;
    background: #f0f0f0;
    padding: 15px 40px;
    margin:20px 0 50px 0;
}

#checkout-complete .order-ref p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 500;
    color: #7b7c7c;
    text-transform: uppercase;
}

#checkout-complete .green-panel {
    background: #f0f0f0;
    padding: 25px 25px 15px 25px;
}
#checkout-complete .green-panel h2 {
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 28px;
    color: #7b7c7c;
    margin-top: 0;
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 15px;
    margin-bottom:20px;
}
#checkout-complete .green-panel p {
    font-size: 1em;
}
#checkout-complete .green-panel label {
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 400;
    color: #4d4d4d;
    text-transform: uppercase;
}
#checkout-complete .green-panel .btn {
    display: block;
    width: 100%;
}
#checkout-complete .btn {
    text-decoration: none;
}

.cart-number {
    font-family: Montserrat;
    top: 12px;
    right: 3px;
}

.js-product-listing-inner-wrapper .product-filters-toggle {
    display: none;
}

.datepicker.dropdown-menu {
    border-radius: 0;
}
.datepicker table tr td {
    border-radius: 0;
}
tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover  {
    background: #acbe8c;
    border-color: #acbe8c;
}

#sale-graphic .sale-graphic-text {
    padding: 30px 0;
}

#sale-graphic h2 {
    text-align: center;
    font-family: Montserrat;
    text-transform: uppercase;
    font-size: 54px;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 10px 0;
}

#sale-graphic h3 {
    text-align: center;
    font-family: Montserrat;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

#sale-graphic p {
    text-align: center;
    font-size: 18px;
    margin: 0 0 20px 0;
}
#sale-graphic .button {
    text-align: center;
    margin-top: 25px;
}

#popular-types h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #21145f;
    margin:20px 0 10px 0;
}

#popular-types a {
    font-size: 14px;
    text-decoration: none;
}

#popular-types a:hover {
    text-decoration: underline;
}

.category {
    text-align: center;
    margin-bottom: 15px;
    position: relative;
}
.category a {
    text-decoration: underline;
    color: #FFFFFF;
}
.category a:hover {
    text-decoration: none;
}
.category a h4 {
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: 16px;
    background-color: rgba(40,40,40,.7);
    padding: 2.4rem 0 2.4rem 0;
    text-align: center;
    margin: 0;
}
.category a:hover h4 {
    background-color: rgba(40,40,40,1);
}
.deparmtent-item {
    margin-bottom: 50px;
}
.deparmtent-item h3 {
    color: #21145f;
    font-weight: 500;
    font-size: 20px;
    margin:0 0 10px 0 !important;
    text-transform: uppercase;
}

.slick-prev:before, .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 1;
    color: #000000;
}
.slick-prev:before {
    content: "\f053";
}
.slick-next:before {
    content: "\f054";
}

.btn.btn-primary.add-to-basket, #item-added .btn-danger.btn-lg, #cart .btn-danger.btn-lg, #checkoutstage .btn-danger.btn-lg, .submenu.megamenu .cart-action .btn-danger.btn-lg {
    background: #3AB54A;
    border-color: #3AB54A;
}
    .btn.btn-primary.add-to-basket:hover, #item-added .btn-danger.btn-lg:hover, #cart .btn-danger.btn-lg:hover, #checkoutstage .btn-danger.btn-lg:hover, .submenu.megamenu .cart-action .btn-danger.btn-lg:hover {
        background: #FFFFFF;
        color: #3AB54A;
        border-color: #3AB54A;
    }

@media (max-width: 1440px) {
    .header-contact {
        width:28%
    }
    .header-contact ul li:first-child {
        padding-right: 0;
    }
    .header-strap {
        width: 30%;
    }
}

@media (max-width: 1199px) {
    .header-content {
        width: auto;
        margin: 0 15px;
        float: none;
        position: relative;
    }
    .header-logo {
        width: 200px;
        margin-top: 25px;
    }
    .header-logo img {
        content:url("/_assets/img/logo-small.svg");
    }
    .header-strap-wrapper {
        margin-top: 20px;
        position: absolute;
        top: 0;
        right: 0;
        width: 80%;
        min-height: 50px;
    }
    .header-strap {
        padding-left:0;
        padding-right: 0;
        width:37.5%
    }
    .header-contact {
        width: 37.5%;
        padding-right:0;
    }
    .header-contact ul li:first-child {
        padding-right: 0;
    }
    .header-account .icon {
        margin-left: 0;
    }
    .top-wrapper {
        position: absolute;
        top: 75px;
        width: 100%;
        float: left;
    }
    #main {
        margin-top: 90px;
    }
    .main-slider-text h2 {
        font-size: 50px;
        line-height: 45px;
    }
    .awemenu-nav {
        width: 51%;
        position: relative !important;
        height: auto;
        margin-top: 22px;
    }
    .awemenu-left ul.awemenu .awemenu-item > a, .awemenu-default ul.awemenu .awemenu-item > a {
        padding: 0 8px !important;
        font-size: 13px !important;
    }
    .search {
        width: 23%;
        margin-top: 19px;
        z-index: 99999;
    }
    .search .form-control {
        max-width: 153px;
        padding: 5px 5px;
        font-size: 13px;
    }
    .top-basket {
        width: 24%;
        margin-right:0;
        float: right;
        padding-top: 8px;
    }
    .top-basket .details {
        padding-bottom: 12px;
    }
    a.sizeguide, a.sizeguide:active, a.sizeguide:focus {
        margin-bottom: 20px;
        float: left;
    }
    .totals td .btn {
        font-size: 13px;
        padding: 15px;
    }
    .totals td .btn i {
        margin-right: 5px;
    }
    .table-cart .cart-head > div {
        font-size: 16px;
    }
    .table-cart .cart-body .cart-item .cart-stock {
        font-size: 16px;
        text-transform: none;
    }
    .table-cart .cart-body .cart-item .amount {
        font-size: 18px;
        font-weight: 400;
    }
    #pos-items .item a {
        font-size: 11px;
        font-weight: 400;
    }
    .home-section-posts .section-post .section-post-body h4.section-post-title {
        margin: 10px 0 15px 0;
    }
    .widget .widget-title {
        font-size: 12px;
    }
    .widget .widget-content ul li a {
        font-size: 13px;
    }
    ul.share-buttons li {
        margin-left: 4px;
    }
    ul.share-buttons li:first-child {
        font-size: 14px;
        margin-left:0;
    }
    .cart-cta .btn-default {
        padding: 16px 5px;
        font-size: 14px;
    }
    .voucher-box .form-control {
        max-width: 175px;
        font-size: 12px;
        height: 48px;
    }
    .voucher-box .btn-voucher {
        height: 48px;
        line-height: 48px;
        padding: 0 15px 0 0;
    }
    .product-grid h2.product-name {
        font-size: 13px;
    }
    .scroller-wrapper {
        width: 212.5px;
    }
}

@media (max-width: 991px) {
    #splash-wrapper {
        margin: auto 25px;
    }
    .autocomplete-suggestions {
        width: 720px !important;
        margin-left: -1px;
        border-left: 1px solid #ccc;
    }
    .autocomplete-suggestions .autocomplete-text {
        font-size: 15px;
    }
    .header-top {
        position: relative;
    }
    .header-logo {
        width: 55%;
        margin: 20px 0;
    }
    .header-logo img {
        content:url("/_assets/img/logo-small.svg");
    }
    .header-strap-wrapper {
        display: none;
    }
    .top-wrapper {
        width: 100%;
        float: left;
        margin-top: 10px;
        top: 0;
        z-index: 9999;
    }
    .header-top .awemenu-nav {
        height: 20px;
        width: 100%;
        height: auto;
        border-bottom: none;
        position: static !important;
    }
    .awemenu-nav .awemenu-container {
        height: 20px;
        border-bottom: solid 1px #c6c6c6;
        position: static;
    }
    .awemenu-nav ul.awemenu li.awemenu-item {
        display: block;
    }
    .awemenu-nav ul.awemenu li.awemenu-item > a {
        line-height: normal;
    }
    .awemenu-nav .awemenu-container {
        height: 0;
        border-bottom: none;
    }
    .navbar-header > div {
        float: right;
        margin-right: 10px;
    }
    .top-basket .icon {
        padding: 2px 0 0 10px;
        width: auto;
    }
    .navbar-header {
        margin-top: 0;
    }
    .header-content {
        margin-bottom: 30px;
    }
    .header-content .awemenu-nav {
        margin-top: 0;
    }
    .header-content .search {
        width: 100%;
        margin: 55px 0 20px 0;
        display: none;
    }
    .header-content .search-toggle {
        display: block;
        position: absolute;
        top:15px;
        right:105px;
        border: none;
        padding: 0;
        text-align: right;
    }
    .header-content .search-toggle:hover {
        cursor: pointer;
    }
    .header-content .search-toggle i {
        font-size: 30px;
        color: #21145f;
    }
    .search .form-control {
        max-width: 100%;
        width: calc((100%) - 48px);
        padding: 10px;
        height: 48px;
        font-size: 18px;
        font-weight: 400;
    }
    .search .btn-search {
        height: 48px;
        width: 48px;
        padding: 0 10px;
        float: right;
        color: #21145f;
        font-size: 24px;
        background: #FFF;
    }
    .header-content .top-basket {
        position: absolute;
        top:10px;
        right: 40px;
        border: none;
        padding: 0;
        width: auto;
        text-align: right;
    }
    .menubar-cart .submenu {
        width: 280px;
        right: 0;
        left: auto;
    }
    #main {
        margin-top: 0;
    }
    #pos-items .item a {
        font-size: 13px;
    }
    .main-slider-text h2 {
        font-size: 40px;
        line-height: 35px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .main-slider-wrapper .owl-carousel-inset .owl-dots {
        bottom: 5px;
    }
    .section-post-media {
        float: left;
    }
    .home-section-posts .section-post .section-post-body h4.section-post-title {
        margin-top: 10px;
    }
    .home-section-posts .section-post .section-post-body h4.section-post-title a {
        font-size: 14px !important;
        line-height: 18px;
    }
    #breadcrumb.breadcrumb-product {
        border-top: 1px solid #b8b8b8;
    }
    #breadcrumb.breadcrumb-product .breadcrumb {
        font-size: 12px;
        height:auto;
    }
    #breadcrumb.breadcrumb-product .breadcrumb li:first-child {
        display: none;
    }
    .js-product-listing-inner-wrapper {
        display: flex;
        flex-flow: row wrap;
    }
    .js-product-listing-inner-wrapper .product-listing-header {
        order: 0;
        flex: 0 1 100%;
    }
    .js-product-listing-inner-wrapper .product-listing-products {
        order: 1;
        flex: 0 1 100%;
    }
    .js-product-listing-inner-wrapper .product-listing-filters {
        order: 2;
        flex: 0 1 100%;
        margin-bottom: 10px;
    }
    .js-product-listing-inner-wrapper .product-filters {
        display: none;
    }
    .js-product-listing-inner-wrapper .product-filters-toggle {
        font-size: 14px;
        font-family: Montserrat;
        font-weight: 400;
        color: #4d4d4d;
        text-transform: uppercase;
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .js-product-listing-inner-wrapper .product-filters-toggle.btn-primary, .js-product-listing-inner-wrapper .product-filters-toggle.btn-primary:hover, .js-product-listing-inner-wrapper .product-filters-toggle.btn-primary:active {
        color: #FFF;
    }
    .js-product-listing-inner-wrapper .product-filters-toggle:before {
        font-family: FontAwesome;
        font-size: 14px;
        line-height: 16px;
        position: absolute;
        right: 30px;
        width: 30px;
    }
    .js-product-listing-inner-wrapper .product-filters-toggle.open:before {
        content: "\f068";
    }
    .js-product-listing-inner-wrapper .product-filters-toggle.closed:before {
        content: "\f067";
    }
    .product-details-wrapper .more-info a {
        color: #FFF;
        text-decoration: none;
        font-size: 14px;
    }
    .product-details-wrapper .more-info a:hover {
        color: #21145f;
        text-decoration: none;
    }
    #customisation .customisation-text .col-md-2 {
        padding:0 15px !important;
        margin: 15px 0;
    }
    #checkout-stages {
        margin-bottom: 0;
    }
    .table-cart .cart-head {
        display: none;
    }
    .table-cart .cart-body .cart-item > div, .table-cart .cart-body .cart-item .cart-product-wrapper > div {
        padding: 0;
        border: none !important;
    }
    .table-cart .cart-body .cart-item .cart-product-image {
        width: 30%;
    } 
    .table-cart .cart-body .cart-item .cart-product-wrapper {
        float: left;
        width: 68%;
        padding-left: 2%;
    } 
    .table-cart .cart-body .cart-item .cart-product-wrapper .cart-product-text {
        width: 100%;
    } 
    .table-cart .cart-body .cart-item .cart-quantity .buttons {
        margin-bottom: 0;
    }
    .table-cart .cart-body .cart-item .cart-product-wrapper .cart-stock, .table-cart .cart-body .cart-item .cart-product-wrapper .cart-quantity {
        width: 50%;
        text-align: left;
        margin: 10px 0;
    } 
    .table-cart .cart-body .cart-item .cart-product-wrapper .cart-stock {
        text-align: center;
        padding-left: 10px;
    } 
    .table-cart .cart-body .cart-item .cart-product-wrapper .cart-amount, .table-cart .cart-body .cart-item .cart-product-wrapper .cart-amount-total, #checkoutstage .review-details .table-cart .cart-body .cart-item .cart-amount, #checkoutstage .review-details .table-cart .cart-body .cart-item .cart-amount-total {
        width: 50%;
    } 
    .table-cart .cart-body .cart-item .cart-product-wrapper .cart-amount {
        clear: left;
        padding-right: 10px;
    }
    .table-cart .cart-body .cart-item .cart-product-wrapper .cart-product-text h3 {
        font-size: 20px;
        text-align: left;
    } 
    .table-cart .cart-body .cart-item .cart-product-wrapper .cart-amount-label {
        display: block;
        float: left;
        text-align: left;
        font-size: 14px;
    }
    .table-cart .cart-body .cart-item .cart-product-wrapper .cart-amount-label span {
        text-transform: uppercase;
    }
    .basket-update {
        display: none;
    }
    .cart-cta img {
        margin-top: 20px;
    }
    .review-details, .checkout h4 {
        text-align: center;
    }
    .review-details .col-md-4.pull-right {
        width: 100%;
    }
    #checkoutstage .payment-types {
        margin: 30px 5% 0 5%;
        border: none;
        width: 90%;
    }
    #checkoutstage .payment-type {
        margin: 0 0 10px 0 !important;
        border: 1px solid #c6c6c6;
    }
    #checkoutstage .payment-type.selected {
        background: #e24301;
        border: 1px solid #e24301;
    }
    #checkoutreview-form .padding-top-40 {
        padding-top: 0 !important;
    }
    #customisation .customisation-types .btn-default {
        font-size: 18px;
        min-width: 0;
    }
    #customisation .colour-list {
        width: 100%;
    }
}

@media (max-width: 769px) {
    #splash-wrapper {
        top: 20px;
        position: absolute;
    }
    #splash-wrapper .contact h3 {
        margin-top: 40px;
    }
    .autocomplete-suggestions {
        width: calc(100% - 30px) !important;
    }
    #header {
        margin-top: 0;
    }
    .header-basket {
        position: absolute;
        top: 30px;
        right: 10px;
    }
    .header-logo img {
        /*max-width: 200px;*/
    }
    .header-secure .header-basket {
        position: relative;
        top:auto;
        right: auto;
    }
    .main-slider-image img {
        margin-bottom: 20px;
    }
    .main-slider-wrapper .main-slider-text h2 {
        font-size: 36px;
        line-height: 30px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .main-slider-text h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    #mailinglist .subscible-inline .subscribe-title {
        text-align: center;
        font-size: 16px;
    }
    #mailinglist .form-group {
        text-align: center;
    }
    .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
        background:transparent;
    }
    .table-responsive {
        border:none;
    }
    .home-products.owl-carousel .owl-nav .owl-prev {
        left: -5px;
    }
    .home-products.owl-carousel .owl-nav .owl-next {
        right: -20px;
    }
    .home-products.products.owl-carousel:hover .owl-nav .owl-prev,
    .home-products .products.owl-carousel:hover .owl-nav .owl-prev {
        left: -5px;
    }
    .home-products.products.owl-carousel:hover .owl-nav .owl-next,
    .home-products .products.owl-carousel:hover .owl-nav .owl-next {
        right: -20px;
    }
    .home-section-posts .section-post {
        margin: 0 auto 20px auto !important;
        width: 84%;
        display:table;
        text-align: center;
        float: none;
    }
    .home-section-posts .section-post .section-post-media {
        width: 100%;
        height: auto;
    }
    .home-section-posts .section-post .section-post-media img {
        left: 0;
        position: static;
        height: auto;
        width: 100%;
    }
    .home-section-posts .section-post .section-post-body {
        width: 100%;
        padding: 0;
        height: auto;
    }
    .home-section-posts .section-post .section-post-body h4.section-post-title {
        padding: 0 10px;
        margin-bottom: 10px;
    }
    .home-section-posts .section-post .section-post-body .btn {
        width: 100%;
    }
    #pos-items {
        display: none;
    }
    #home-pos-items #pos-items {
        display: block;
    }
    #breadcrumb {
        border-top: 1px solid #b8b8b8;
        padding-top: 8px;
    }
    #breadcrumb.breadcrumb-product .breadcrumb {
        margin: 10px 0 15px 0;
    }
    #breadcrumb.breadcrumb-product .breadcrumb li {
        margin-right: 5px;
    }
    #breadcrumb.breadcrumb-product .breadcrumb a {
        margin-left: 27px;
    }
    #breadcrumb.breadcrumb-product .breadcrumb > li + li.home:before {
        content: "";
        padding: 0;
    }
    #breadcrumb.breadcrumb-product .breadcrumb > li + li.home a {
        margin-left: 0;
    }
    #breadcrumb.breadcrumb-product .breadcrumb > li + li:before {
        transform: scale(.8);
    }
    #product-list #category-filter, #members #category-filter {
        display: block;
    }
    #product-list #category-filter, #members #category-filter, #product-list #filters-filter {
        display: block;
    }
    #members .top-links {
        display: none;
    }
    #products-related .product-related-wrapper {
        padding: 0 30px;
    }
    /*
    #product-list .heading {
        margin-bottom: 0;
    }*/
    .product-grid {
        height: auto;
        border: none;
        margin: 0 auto 20px auto !important;
        /*width: 84%;*/
        display:table;
        text-align: center;
    }
    .product-grid .product-media, #products-related .product-grid .product-media {
        width: 100%;
        border: 1px solid #eeeeee;
    }
    .product-grid .product-body, #products-related .product-grid .product-body {
        border-left: none;
        width: 100%;
        padding: 0;
        height: auto;
    }
    .product-grid h2.product-name {
        float: left;
        width: 60%;
        font-size: 15px;
        font-weight: 500;
        line-height: 16px;
        margin-bottom: 10px;
        margin-top: 10px;
        text-align: left;
        padding-left: 15px;
        height: 64px;
        overflow: hidden;
    }
    .product-grid .product-price {
        float: left;
        width: 40%;
        margin-bottom: 5px;
        margin-top: 15px;
        padding-right: 15px;
        text-align: right;
    }
    .product-grid .product-price span {
        display: block;
    }
    .product-grid .buttons {
        position: relative;
        bottom:0;
        left: 0;
        width: 100%;
        float: left;
    }
    .product-grid .buttons a {
        width: 50%;
        float: left;
    }
    #products-related .product-grid .product-body .buttons {
        margin-top: 0;
    }
    #products-related .product-grid .buttons a {
        width: 100%;
    }
    .product-control-0 .page-totals, .product-control-2 .per-page {
        display: none;
    }
    #product-list .page-totals {
        text-align: center;
    }
    
    #product-list .sort-by {
        position: relative;  
        float: none;
        text-align: center; 
    }
    #product-list .sort-by select {
        border-radius: 0;
        height: 46px;
        -moz-appearance: none; 
        -webkit-appearance: none; 
        -moz-appearance: none;
        text-align: center;
        width: 100%;
        padding: 10px;
        background: #FFF;
        border-color: #98999b;
    }
    #product-list .sort-by select:hover {
        cursor: pointer;
    }
    #product-list .sort-by:after {
        content:"\f078 ";
        font-family: FontAwesome;
        color: #98999b;
        font-size: 22px;
        position: absolute; 
        right: 10px; 
        top: 8px;
        z-index: 1;      
        pointer-events: none;
        box-sizing: border-box;   
    }
    #product-list .side-ctas {
        float: none;
        text-align: center;
    }
    .product-slider-wrapper {
        border-bottom: 1px solid #ededed;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .product-slider-wrapper .col-md-9, .product-slider-wrapper .col-md-12 {
        padding-left: 15px;
    }
    #product-list .product-wrapper h1.page-title {
        font-size: 26px;
    }
    #product-list .heading .summary {
        font-size: 15px;
        font-weight: 400;
    }
    .product-stock-wrapper {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 500;
        margin-bottom: 15px;
        line-height: 24px;
    }
    .product-details-wrapper {
        padding-right: 0;
    }
    .product-details-wrapper .more-info {
        width: 100%;
    }
    .product-details-wrapper .more-info a {
        color: #fff;
        font-size: 14px;
        text-decoration: none;
    }
    .product-details-wrapper .more-info a:hover {
        color: #21145f;
    }
    .product-price-wrapper {
        padding: 15px 15px 10px 15px;
        margin-bottom: 5px;
    }
    .product-price-wrapper .widget-title {
        font-size: 22px;
        margin-bottom: 0 !important;
    }
    .product-price-wrapper .product-price {
        margin-right: 0;
    }
    .product-price-wrapper .product-price p {
        margin-bottom: 0;
    }
    ul.share-buttons li:first-child {
        font-size: 18px;
        text-transform: uppercase;
        color: #868789;
    }
    .product-bottom-wrapper .awe-nav > li {
        display: block;
        float: none;
        padding: 6px 10px;
        text-align: center;
        border-left: 1px solid #ededed;
        border-right: 1px solid #ededed;
    }
    .product-bottom-wrapper .awe-nav > li a {
        font-size: 16px;
    }
    .product-price-breaks tbody td {
        font-size: 11px;
        font-weight: 400;
    }
    #members .preferences label {
        margin-right: 0;
        margin-left: 0;
        float: left;
        width: 90%;
    }
    #members .preferences input[type="checkbox"] {
        float: left;
        width: 10%;
    }
    .table-responsive > .table > tbody > tr > td {
        white-space: normal;
    }
    #checkout-stages li {
        display: none;
    }
    #checkout-stages li.selected {
        display: block;
        background: #c6c6c5;
        width: 100%;
        height: auto;
        line-height: normal;
        padding: 10px 0;
    }
    #cart .table-cart th, #cart #products-related, .register .continue-shopping {
        display: none;
    }
    #cart .cart-cta img {
        margin-bottom: 15px;
    }
    #checkoutstage .payment-types-wrapper, #cart .secure {
        margin-bottom: 0;
    }
    #cart p.customisation {
        text-align: left;
    }
    #cart .need-help {
        padding-bottom:8px;
        margin-bottom: 15px;
    }
    #cart .need-help p, #cart .secure p {
        font-size: 13px;
    }
    #cart .cart-blocks {
        display: flex;
        flex-flow: row wrap;
    }
    #cart .cart-blocks .totals {
        order: 0;
        flex: 1 0 100%;
        margin-bottom: 15px;
    }
    #cart .cart-blocks .cta-wrapper {
        order: 2;
        flex: 1 0 100%;
        margin-bottom: 0;
    }
    #cart .cart-blocks .voucher-wrapper {
        order: 1;
        flex: 1 0 100%;
        margin-bottom: 5px;
        width: 100%;
    }
    #cart .secure {
        display: flex;
        flex-flow: row wrap;
    }
    #cart .secure .cart-cta {
        order: 0;
        flex: 1 0 100%;
        margin-bottom: 0;
    }
    #cart .secure .cart-cta p {
        margin-bottom: 0;
    }
    #cart .secure p.text {
        order: 2;
        flex: 1 0 100%;
        margin-bottom: 0;
    }
    #cart .secure img {
        order: 1;
        margin-bottom: 10px;
    }
    #customisation .customisation-types .btn-default {
        font-size: 14px;
        padding: 10px 20px;
    }
    .blog-list.pull-right {
        float: none !important;
    }
}

@media (max-width: 599px) {
    .footer-wrapper .widget {
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .footer-wrapper .widget .widget-title {
        padding: 0;
    }
    .footer-wrapper .widget .widget-title:first-letter {
        background: transparent;
        padding-left: 0;
    }
    .footer-wrapper .widget .widget-title:after {
        content: "";
        position:relative;
        margin: 0;
    }
    .footer-wrapper .widget ul {
        float: left;
        width: 100%;
        margin-bottom: 0;
    }
    .footer-wrapper .widget ul > li {
        text-align: center;
    }
    .footer-copyright {
        padding: 60px 0 20px 0;
        margin-top: 30px;
    }
    .footer-copyright p {
        font-size: 10px;
        text-align: center;
    }
    .footer-copyright .list-socials {
        position: absolute;
        top: -155px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .footer-copyright .list-socials > li > a {
        padding: 0 10px;
    }
    .footer-copyright .list-socials > li:first-child > a {
        padding-left: 0;
    }
    .footer-copyright .list-socials > li:last-child > a {
        padding-right: 0;
    }
    .footer-wrapper .category-index-toggle {
        display: block;
        position: absolute;
        right:30px;
        top: 8px;
    }
    .footer-wrapper .category-index-toggle:hover {
        cursor: pointer;
    }
    .footer-wrapper .widget.category-widget {
        border-bottom: 1px solid #FFF;
    }
    .footer-wrapper .category-index {
        /*display: none;*/
        padding-bottom: 20px;
        float: left;
        width: 100%;
    }
    .category a h4 {
        padding: 1rem 0 1rem 0;
    }
    #pos-items .item a {
        font-size: 11px;
        line-height: 14px;
        font-weight: 400;
    }
    .main-slider-wrapper .main-slider-text h2 {
        font-size: 26px;
        line-height: 22px;
    }
    .main-slider-text h3 {
        font-size: 18px;
    }
    .main-slider-wrapper .owl-carousel .owl-nav .owl-prev:before, .main-slider-wrapper .owl-carousel .owl-nav .owl-next:before {
        width: 25px;
        height: 40px;
        line-height: 40px;
        font-size: 30px !important;
    }
    .owl-carousel-inset:hover .owl-nav .owl-prev {
        left: 5px;
    }

    .owl-carousel-inset:hover .owl-nav .owl-next {
        right: 5px;
    }
    #breadcrumb {
        /*display: none;*/
        border-top: none;
        padding-top: 0;
    }
    #breadcrumb .active {
        display: none;
    }
    #breadcrumb .active.blog-title {
        display: none;
    }
    #breadcrumb.breadcrumb-product .breadcrumb {
        font-size: 10px;
    }
    #breadcrumb.breadcrumb-product .breadcrumb li {
        margin-right: 0px;
    }
    #breadcrumb.breadcrumb-product .breadcrumb a {
        margin-left: 20px;
    }
    #breadcrumb.breadcrumb-product .breadcrumb > li + li:before {
        transform: scale(.5);
    }
    .main-slider-text .left {
        padding: 0 0 0 15px;
    }
    .section-header h2,div #products-related h3 {
        font-size: 20px;
        padding-right: 0;
    }
    .section-header h2:first-letter, #products-related h3:first-letter {
        background: url("/_assets/img/icon-red-left.png") no-repeat left;
        padding-left: 35px;
    }
    .section-header h2:after, #products-related h3:after {
        content:url("/_assets/img/icon-red-right.png");
        position:absolute;
        margin:0 0 0 10px;
    }
    #products-related h3 {
        letter-spacing: 0;
        margin-top: 30px;
    }
    #products-related h3:before {
        content:url("/_assets/img/icon-red-left.png");
        position:absolute;
        left: 0;
    }
    #products-related h3:after {
        content:url("/_assets/img/icon-red-right.png");
        position:absolute;
        right: 0;
    }
    #products-related h3:first-letter {
        background:none;
        padding-left: 0.1em;
    }
    .categories h1 {
        font-size: 34px;
    }
    .categories .summary p {
        font-size: 15px;
    }
    .product-grid {
        min-height: 270px;
    }

    #item-added .basket-item .product-image, #pre-order .basket-item .product-image {
        width:100%;
    }
    #item-added .pull-right, .cart-cta .pull-right {
        float: none !important;
        margin-bottom: 20px;
    }
    #item-added .btn, .cart-cta .btn, #checkoutstage .btn-lg {
        display: block;
        width: 100%;
        font-size: 15px;
    }
    #item-added #main, #item-added .divider.horizontal {
        margin-bottom: 0;
    }
    .white-popup {
        padding:0;
    }
    #addtobasket-results {
        padding: 30px 15px;
    }
    .table-cart .cart-body .cart-item .cart-product-wrapper .cart-product-text h3 {
        font-size: 14px;
        margin-bottom: 0;
    }
    .table-cart .cart-body .cart-item .cart-product-wrapper .cart-product-text p {
        font-size: 13px;
    }
    .table-cart .cart-body .cart-item .cart-product-wrapper .cart-product-text p.customisation {
        margin-top: 10px;
        font-size: 13px;
    }
    .table-cart .cart-body .cart-item .cart-product-wrapper .cart-product-text p.customisation span.label {
        margin-bottom: 2px;
    }
    .table-cart .cart-body .cart-item .cart-stock {
        font-size: 14px;
    } 
    .table-cart .cart-body .cart-item .cart-stock i {
        font-size: 18px;
    }
    .table-cart .cart-body .cart-item .cart-product-wrapper .cart-amount, .table-cart .cart-body .cart-item .cart-product-wrapper .cart-amount-total {
        font-size: 16px;
    }
    .table-cart .cart-body .cart-item .cart-product-wrapper .cart-amount-label {
        font-size: 12px;
    }
    .table-cart .cart-body .cart-item .cart-product-wrapper .cart-quantity {
        margin: 10px 0 10px 0;
    }
    .table-cart .cart-body .cart-item .cart-quantity input.form-control {
        width: 36px;
        padding: 6px;
        font-size: 14px;
    }
    .table-cart .cart-body .cart-item .cart-quantity button.form-control {
        width: 30px;
        font-size: 14px;
        padding: 6px;
    }
    #customisation .customisation-types .btn-default {
        font-size: 14px;
        padding: 10px 20px;
        display: block;
        margin-bottom: 10px;
    }
    #customisation .colour-list .customisation-colour {
        width: 49%;
    }
    .cart-right {
        padding-left: 15px;
    }
    .cart-left {
        padding-right: 15px;
    }
    .payment-type .text-right {
        text-align: center !important;
    }
    .payment-type .text-right img {
        margin-top: 5px;
    }

}

@media (max-width: 480px) {

    #sale-graphic .sale-graphic-text {
        padding: 10px 0;
    }
    #sale-graphic h2 {
        font-size: 20px;
        margin-bottom: 0;
    }
    #sale-graphic h3 {
        font-size: 13px;
        margin-bottom: 0;
    }
    #sale-graphic h3#countdown-timer {
        font-size: 13px;
        margin-bottom: 0;
    }
    #sale-graphic p {
        font-size: 12px;
        margin: 0 0 0 0;
    }
    #sale-graphic .button {
        margin-top: 10px;
    }
    #sale-graphic .button .btn {
        padding: 5px;
        font-size: 12px;
    }
    .owl-carousel {
        display: none;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }
    .main-slider-wrapper, .main-slider {
        display: block;
        max-height: 125px;
        overflow: hidden;
    }
    .main-slider-wrapper .main-slider-text h2 {
        font-size: 16px;
        line-height: 16px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .main-slider-text h3 {
        font-size: 13px;
    }
    .main-slider-wrapper .main-slider-text .btn.btn-lg {
        font-size: 10px;
        padding: 4px 7px 4px 7px;
    }
    .section-header h2 {
        font-size: 22px;
        padding-right: 0;
    }
    .section-header h2:first-letter {
        background: transparent;
        padding-left: 0;
    }
    .section-header h2:after {
        content:"";
        position:absolute;
        margin:0;
    }
    .contact { margin-bottom: 20px; }
    .contact .btn { text-align: left;float: left !important;}
    #sagepay-iframe {
        position: relative;
        padding-bottom: 75%;
        height: 700px;
        -webkit-overflow-scrolling: touch;
  	    overflow-y: scroll;
        overflow-x: scroll;
    }
    #sagepay-iframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 95% !important;
        height: 100% !important;
    }
    
    .table-cart .cart-body .cart-item .cart-product-wrapper .cart-amount, .table-cart .cart-body .cart-item .cart-product-wrapper .cart-amount-total {
        font-size: 12px;
    }
    .table-cart .cart-body .cart-item .cart-product-wrapper .cart-amount-label {
        font-size: 10px;
    }
    .table-cart .cart-body .cart-item .cart-product-wrapper .cart-stock {
        font-size: 12px;
    }
    .table-cart .cart-body .cart-item .cart-product-wrapper .cart-stock i {
        display: none;
    }
}

@media (max-width: 374px) {
    .header-content .search-toggle {
        right: 95px;
    }
    .navbar-header > div {
        margin-right: 8px;
    }
    .section-header h2 {
        font-size: 20px;
        padding-right: 0;
    }
    .section-header h2:first-letter {
        background: transparent;
        padding-left: 0;
    }
    .section-header h2:after {
        content:"";
        position:absolute;
        margin:0;
    }
    
    .table-cart .cart-body .cart-item .cart-product-wrapper .cart-product-text h3 {
        font-size: 12px;
    }
    .table-cart .cart-body .cart-item .cart-product-wrapper .cart-product-text p {
        font-size: 12px;
    }
    .table-cart .cart-body .cart-item .cart-quantity input.form-control {
        width: 28px;
        padding: 4px 6px;
        font-size: 14px;
    }
    .table-cart .cart-body .cart-item .cart-quantity button.form-control {
        width: 26px;
        font-size: 14px;
        padding: 4px 6px;
    }
    .table-cart .cart-body .cart-item .cart-product-wrapper .cart-amount-label {
        font-size: 9px;
    }
    .table-cart .cart-body .cart-item .cart-product-wrapper .cart-amount, .table-cart .cart-body .cart-item .cart-product-wrapper .cart-amount-total {
        font-size: 10px;
    }
    .table-cart .cart-body .cart-item .cart-product-wrapper .cart-stock {
        font-size: 12px;
        line-height: 28px;
    }
}


.js-visible {
	display: none;
}

