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

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

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

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

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

.slick-arrow.slick-hidden {
  display: none; }


@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url('/public/theme/css/slick-theme/ajax-loader.gif') center center no-repeat; }

/* Icons */
/*@font-face {
 font-display: swap; font-family: "slick";
  src: url('/public/theme/css/slick-theme/slick.eot');
  src: url('/public/theme/css/slick-theme/slick.eot?#iefix') format("embedded-opentype"), url('/public/theme/css/slick-theme/slick.woff') format("woff"), url('/public/theme/css/slick-theme/slick.ttf') format("truetype"), url('/public/theme/css/slick-theme/slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal; }*/

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }


@charset "UTF-8";/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */@-webkit-keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes wobble{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{11.1%,from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{11.1%,from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes jackInTheBox{from{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{from{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (print),(prefers-reduced-motion){.animated{-webkit-animation:unset!important;animation:unset!important;-webkit-transition:none!important;transition:none!important}}

/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

*,*::before,*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

footer,header,main,nav,section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,ul,dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,ul ul,ol ul,ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

b,strong {
  font-weight: 500;
}

small {
  font-size: 80%;
}

sub,sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,button,select {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,input {
  overflow: visible;
}

button,select {
  text-transform: none;
}

button,html [type="button"],[type="reset"],[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"] {
  -webkit-appearance: listbox;
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1,.h1 {
  font-size: 2.5rem;
}

h2,.h2 {
  font-size: 2rem;
}

h3,.h3 {
  font-size: 1.75rem;
}

h4,.h4 {
  font-size: 1.5rem;
}

h5,.h5 {
  font-size: 1.25rem;
}

h6,.h6 {
  font-size: 1rem;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

small,.small {
  font-size: 80%;
  font-weight: 400;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.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,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-sm,.input-group-sm > .form-control,.input-group-sm > .input-group-prepend > .input-group-text,.input-group-sm > .input-group-append > .input-group-text,.input-group-sm > .input-group-prepend > .btn,.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]),.input-group-sm > select.form-control:not([size]):not([multiple]),.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg,.input-group-lg > .form-control,.input-group-lg > .input-group-prepend > .input-group-text,.input-group-lg > .input-group-append > .input-group-text,.input-group-lg > .input-group-prepend > .btn,.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]),.input-group-lg > select.form-control:not([size]):not([multiple]),.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .input-group,  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover,.btn:focus {
  text-decoration: none;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn:disabled {
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg,.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu[x-placement^="top"],.dropdown-menu[x-placement^="right"],.dropdown-menu[x-placement^="bottom"],.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}

.btn-group > .btn:hover,.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,.btn-group > .btn:active,.btn-group > .btn.active,.btn-group-vertical > .btn:focus,.btn-group-vertical > .btn:active,.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,.btn-group .btn + .btn-group,.btn-group .btn-group + .btn,.btn-group .btn-group + .btn-group,.btn-group-vertical .btn + .btn,.btn-group-vertical .btn + .btn-group,.btn-group-vertical .btn-group + .btn,.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical .btn,.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,.btn-group-vertical > .btn + .btn-group,.btn-group-vertical > .btn-group + .btn,.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],.btn-group-toggle > .btn input[type="checkbox"],.btn-group-toggle > .btn-group > .btn input[type="radio"],.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,.input-group > .custom-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control:focus,.input-group > .custom-select:focus {
  z-index: 3;
}

.input-group > .form-control + .form-control,.input-group > .form-control + .custom-select,.input-group > .custom-select + .form-control,.input-group > .custom-select + .custom-select {
  margin-left: -1px;
}

.input-group > .form-control:not(:last-child),.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,.input-group-append {
  display: flex;
}

.input-group-prepend .btn,.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,.input-group-prepend .btn + .input-group-text,.input-group-prepend .input-group-text + .input-group-text,.input-group-prepend .input-group-text + .btn,.input-group-append .btn + .btn,.input-group-append .btn + .input-group-text,.input-group-append .input-group-text + .input-group-text,.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,.input-group > .input-group-prepend > .input-group-text,.input-group > .input-group-append:not(:last-child) > .btn,.input-group > .input-group-append:not(:last-child) > .input-group-text,.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,.input-group > .input-group-append > .input-group-text,.input-group > .input-group-prepend:not(:first-child) > .btn,.input-group > .input-group-prepend:not(:first-child) > .input-group-text,.input-group > .input-group-prepend:first-child > .btn:not(:first-child),.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,.nav-link:focus {
  text-decoration: none;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .show > .nav-link,.navbar-light .navbar-nav .active > .nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .show > .nav-link,.navbar-dark .navbar-nav .active > .nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-top,  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-bottom,  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-top,  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-bottom,  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }

  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-top,  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-bottom,  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-link {
  font-weight: 700;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,.list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover,.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover,.close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next,  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

@supports (transform-style: preserve-3d) {
  .carousel-item-prev,  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,  .carousel-fade .carousel-item-prev,  .carousel-fade .carousel-item.active,  .carousel-fade .active.carousel-item-left,  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

.align-top {
  vertical-align: top !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

@media (min-width: 576px) {
  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }
}

.position-fixed {
  position: fixed !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0,.mx-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0,.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1,.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2,.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3,.mx-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3,.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4,.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5,.mx-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5,.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0,.px-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0,.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1,.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2,.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3,.px-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3,.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4,.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5,.px-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5,.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto,.mx-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto,.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
	.list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
}
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
	.list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
}
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,a.text-secondary:focus {
  color: #545b62 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,a.text-info:focus {
  color: #117a8b !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

@media print {
  *,  *::before,  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  tr,  img {
    page-break-inside: avoid;
  }

  p,  h2,  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
}

/*-----------------------------------------------------------------------------------

    Template Name:Multikart
    Template URI: themes.pixelstrap.com/multikart
    Description: This is E-commerce website
    Author: Pixelstrap
    Author URI: https://themeforest.net/user/pixelstrap

----------------------------------------------------------------------------------- */

/* 1. General CSS
   1.1. Button CSS
   1.2. Title CSS
   1.3. Brand logo CSS */

/* 2. Header CSS */

/* 3. Home slider CSS  */

/* 4. Instagram CSS  */

/* 5. Blog CSS */

/* 6. Service CSS  */

/* 7. About CSS  */
body {
  font-family: Lato, sans-serif;
  position: relative;
  background: #ffffff;
  font-size: 14px;
}

body { 
	animation: fadeInAnimation ease 1s 
	animation-iteration-count: 1; 
	animation-fill-mode: forwards; 
} 

@keyframes fadeInAnimation { 
	0% { 
		opacity: 0; 
	} 
	100% { 
		opacity: 1; 
	} 
} 


.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0,0,0,0.4);
}

.page-link {
  color: #777 !important;
}

.ulli li {
  display: block !important;
}

.pagination .current	.page-link {
  color: #607849 !important;
}

h1 {
  font-size: 60px;
  color: #222222;
  font-weight: 500;
  text-transform: uppercase;
}

h1 span {
  font-weight: 500;
  color: #607849;
}

h2 {
  font-size: 36px;
  color: #222222;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}

h3 {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.03em;
}

h4 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
}

h5 {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 24px;
  letter-spacing: 0.05em;
}

h6 {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

li {
  display: inline-block;
}

p {
  font-size: 14px;
  color: #000;
  line-height: 1;
}

a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

a:hover {
  text-decoration: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

a:focus {
  outline: none;
}

button:focus {
  outline: none;
}

section,.section-t-space {
  padding-top: 70px;
}

.section-b-space {
  padding-bottom: 70px;
}

.p-t-0 {
  padding-top: 0;
}

.no-arrow .slick-next, .no-arrow .slick-prev {
  display: none !important;
}

.form-control {
  border-radius: 0;
}

.small-section {
  padding-top: 35px;
  padding-bottom: 35px;
}

.banner-padding {
  padding-top: 30px;
}

.border-section {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.border-b {
  border-bottom: 1px solid #38352f;
}

.dark-layout {
  background-color: #2d2a25;
}

.light-layout {
  background-color: #eaeaea;
}

.bg-light0 {
  background-color: #d0edff;
}

.bg-light1 {
  background-color: #f1e7e6;
}

.bg-light2 {
  background-color: #bfbfbf;
}

.bg-blog {
  background-color: #eeeeee;
}

.bg_cls {
  background-color: #fafafa;
}

del {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 400;
}

[data-notify="progressbar"] {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
}

.b-top {
  background-position: top !important;
}

.b-bottom {
  background-position: bottom !important;
}

.b-center {
  background-position: center !important;
}

/*Lazy load */

.blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms;
}

.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}

/*=====================
    1.1.Button CSS start
==========================*/

button {
  cursor: pointer;
}

.btn {
  line-height: 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.btn:hover {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#pnlVarianti ul li label {
  margin-left: 10px;
}

.error {
  background-color: #ff0000;
  color: #fff;
  padding: 0.5rem;
  margin-top: 0.5rem;
  display: block;
}

.btn-solid,#pnlVarianti ul li,.btn-primary {
  padding: 13px 29px;
  color: #ffffff;
  letter-spacing: 0.05em;
  background-color: #fff!important;
  border: 2px solid #E8D9AD!important;
  background-image: linear-gradient(30deg, #E8D9AD 50%, transparent 50%);
  background-size: 2000px;
  background-repeat: no-repeat;
  background-position: 0;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}

.btn-solid:hover,#pnlVarianti ul li,.btn-primary:hover {
  background-position: 100%;
  color: #000000;
  background-color: #ffffff;
}

.btn-solid,#pnlVarianti ul li {
  padding: 3px 29px;
  margin-top: 0.5rem;
}

#pnlVarianti ul li.checked {
  background-image: linear-gradient(30deg, #607849 50%, transparent 50%);
  background-position: 0%;
  color: #fff;
}

.btn-solid:focus {
  color: #ffffff;
}

.btn-solid.btn-green {
  background-image: -webkit-gradient(linear, left top, right top, from(#01effc), to(#485ff2));
  background-image: linear-gradient(to right, #01effc, #485ff2);
  border: none;
  background-color: #607849;
}

.btn-solid.btn-green:hover {
  background-color: #607849;
  background-image: none;
  color: white;
}

.btn-solid.btn-sm {
  padding: 9px 16px;
}

.btn-solid.btn-xs {
  padding: 5px 8px;
  text-transform: capitalize;
}

button.btn.btn-solid:active,input.btn.btn-solid:active {
  background-image: linear-gradient(30deg, #607849 50%, transparent 50%);
  color: #ffffff;
  background: #607849;
}

.btn-theme {
  background-color: #607849;
  color: #ffffff;
}

.btn-secondary {
  border: 2px solid #607849!important;
  background-color: white;
  color: #607849;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 13px 29px;
}

/*=====================
    1.2.Title CSS start
==========================*/

.title1 {
  text-align: center;
}

.title1 h4 {
  color: #607849;
  padding-bottom: 10px;
  margin-bottom: 0;
  margin-top: -3px;
}

.title2 {
  text-align: center;
}

.title2 h4 {
  color: #607849;
  padding-bottom: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-top: -3px;
}

.title3 {
  text-align: center;
}

.title3 h4 {
  color: #607849;
  padding-bottom: 10px;
  margin-bottom: 5px;
  margin-top: -3px;
}

.title3 .line {
  position: relative;
  height: 5px;
  width: 45px;
  background-color: #607849;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  margin-bottom: 50px;
}

.title3 .line:after,.title3 .line:before {
  position: absolute;
  height: 5px;
  width: 10px;
  content: "";
  background-color: #607849;
}

.title3 .line:after {
  right: 50px;
}

.title3 .line:before {
  left: 50px;
}

.title4 {
  text-align: center;
}

.title4 .line {
  position: relative;
  height: 1px;
  width: 180px;
  background-color: #607849;
  margin: 0 auto;
  margin-bottom: 55px;
  bottom: 0;
  top: 0;
}

.title4 .line:after,.title4 .line:before {
  position: absolute;
  height: 10px;
  width: 10px;
  content: "";
  background-color: #607849;
  top: -4px;
}

.title4 .line:after {
  left: 78px;
}

.title4 .line:before {
  left: 64px;
}

.title4 .line span:after,.title4 .line span:before {
  position: absolute;
  height: 10px;
  width: 10px;
  content: "";
  background-color: #607849;
  top: -4px;
}

.title4 .line span:after {
  right: 78px;
}

.title4 .line span:before {
  right: 64px;
}

.title6 {
  text-align: center;
}

.title6 h2 {
  margin-top: -5px;
}

/*=====================
    1.3.Brand logo CSS start
==========================*/

.logo-block a:focus {
  outline: none;
}

.logo-block img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  margin: 0 auto;
}

.logo-block img:focus {
  outline: none;
}

.logo-block img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

/*=====================
    2.Header CSS start
==========================*/

header {
  background-color: #ffffff;
}

header.header-5 {
  position: absolute;
  width: 100%;
  background-color: transparent;
}

header.header-5 .top-header {
  background-color: transparent;
}

header.header-5 .top-header .header-dropdown > li {
  padding-top: 40px;
  padding-right: 0;
}

header.header-5 .top-header .header-dropdown > li.mobile-account:before {
  display: none;
}

header.header-5 .top-header .header-dropdown .onhover-dropdown .onhover-show-div {
  top: 80px;
}

header.header-5 .onhover-div .show-div {
  top: 80px;
}

header.header-6 .top-header {
  background-color: #607849;
}

header.header-6 .top-header .header-contact li {
  color: #ffffff;
}

header.header-6 .top-header .header-contact li i {
  color: #ffffff;
}

header.header-6 .top-header .header-dropdown li {
  color: #ffffff;
}

header.header-6 .top-header .header-dropdown li a {
  color: #ffffff;
}

header.header-6 .top-header .header-dropdown li a i {
  color: white;
}

header.header-6 .mobile-search {
  display: none;
}

header.header-7 {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  background-color: transparent;
}

header.header-7 .main-menu .menu-left .navbar {
  padding: 25px 45px 25px 0;
}

header.header-7 .main-menu .menu-left .navbar i {
  color: white;
}

header.header-7 .main-menu .brand-logo {
  padding-top: 25px;
  padding-bottom: 25px;
}

header.header-7 .onhover-div {
  padding-top: 25px;
  padding-bottom: 25px;
}

header.header-7 .onhover-div img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

header.header-7 .onhover-div .show-div img {
  -webkit-filter: unset;
  filter: unset;
}

header.header-7 .onhover-div:hover .show-div {
  -webkit-transform: translateY(-23px);
  transform: translateY(-23px);
}

header.header-7 .top-header {
  background-color: transparent;
}

header.header-7 .top-header.top-header-dark .header-contact li {
  color: #ffffff;
}

header.header-7 .top-header.top-header-dark .header-contact li i {
  color: #ffffff;
}

header.header-7 .top-header.top-header-dark .header-dropdown > li {
  color: #ffffff;
}

header.header-7 .top-header.top-header-dark .header-dropdown > li > a {
  color: #ffffff;
}

header.header-7 .top-header.top-header-dark .header-dropdown > li > a i {
  color: #ffffff;
}

header.header-metro {
  position: absolute;
  width: 100%;
}

header.header-metro .top-header {
  background-color: transparent;
  z-index: 9;
  position: relative;
}

header.header-metro .metro {
  background-color: white;
  z-index: 1;
  position: relative;
}

header.left-header .top-header {
  padding-left: 300px;
  background-color: #ffffff;
}

header.left-header .top-header .header-dropdown .mobile-wishlist img,header.left-header .top-header .header-dropdown .mobile-account img {
  display: block;
}

header.left-header .top-header .header-dropdown .mobile-wishlist i,header.left-header .top-header .header-dropdown .mobile-account i {
  display: none;
}

header.left-header .onhover-div {
  padding-top: 15px;
  padding-bottom: 15px;
}

header.left-header .onhover-div > div img {
  width: 20px;
  height: auto;
}

header.left-header .onhover-div .show-div {
  top: 56px;
}

header.left-header .sidenav {
  left: 0;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
}

header.left-header .sidenav .sidebar-back {
  display: none;
}

header.left-header .sidenav nav {
  background-color: #ffffff;
}

header.left-header .sidenav .pixelstrap > li > a {
  padding: 10px 0 20px 0;
}

header.left-header .sidenav .pixelstrap > li > a:hover,header.left-header .sidenav .pixelstrap > li > a:focus {
  padding: 10px 0 20px 0;
  background-color: #ffffff;
}

header.left-header .sidenav .left-sidebar_search {
  width: 100%;
  background-color: #ffffff;
}

header.left-header .sidenav .left-sidebar_search input {
  height: 55px;
  width: 95%;
  border: none;
  padding-left: 15px;
  background-color: transparent;
}

header.left-header .sidenav .left-sidebar_search .btn-search {
  position: absolute;
  right: 10px;
  top: 20px;
  border: none;
  background-color: transparent;
}

header.left-header .sidenav .left-sidebar_center {
  padding: 40px 0 30px 30px;
  background-color: #ffffff;
}

header.left-header .sidenav .bottom-section {
  padding: 70px 25px;
}

header.left-header .sidenav .bottom-section .icon_settings li {
  display: inline-block;
}

header.left-header .sidenav .bottom-section .icon_settings .shopping-cart {
  position: relative;
}

header.left-header .sidenav .bottom-section ul li {
  display: inline-block;
  padding: 8px 15px 8px 0;
}

header.left-header .sidenav .bottom-section ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #222222;
}

header.left-header .sidenav .bottom-section ul li a i {
  font-size: 18px;
  padding-right: 5px;
  color: #222222;
}

header.left-header .sidenav .bottom-section .leftside_setting .language,header.left-header .sidenav .bottom-section .leftside_setting .currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.left-header .sidenav .bottom-section .leftside_setting .language h5,header.left-header .sidenav .bottom-section .leftside_setting .currency h5 {
  margin-bottom: 0;
  text-transform: capitalize;
  color: #999;
  margin-top: 0;
}

header.left-header .sidenav .bottom-section .leftside_setting .language select,header.left-header .sidenav .bottom-section .leftside_setting .currency select {
  margin-left: 10px;
  border: none;
  outline: none;
  text-transform: capitalize;
  color: #222222;
}

header.left-header .sidenav .bottom-section .leftside_setting h5 {
  margin-top: 10px;
}

header.left-header .sidenav .leftside_social {
  position: relative;
  width: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px dashed #dddddd;
}

header.left-header .sidenav .leftside_social .footer-social {
  margin-top: 0;
}

header.left-header .sidenav .leftside_social .footer-social i {
  font-size: 18px;
}

header.left-header .sidenav .leftside_social .footer-social li {
  padding: 10px;
}

header.left-header .sidenav .leftside_social .call_us h5 {
  text-align: center;
}

header.left-header .sidenav .leftside_social .call_us h5 span {
  display: block;
}

header.left-header .main-menu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

header.left-header .main-menu .brand-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px dashed #dddddd;
}

header.left-header .main-menu .menu-right .header-dropdown > li img {
  width: 20px;
  height: auto;
}

header.left-header .main-menu .menu-right .icon-nav .onhover-div > img {
  width: 20px;
  height: auto;
}

header.left-header .main-menu .menu-left .navbar {
  display: none;
}

header.left-header .main-menu .menu-left .mobile-logo {
  display: none;
}

header.left-header .search-overlay {
  padding-left: 300px;
}

.color-dark .top-header {
  background-color: #2d2a25;
}

.onhover-dropdown {
  position: relative;
  font-size: 14px;
}

.onhover-dropdown:before {
  content: "\e801";
  font-family: Fontello;
  position: absolute;
  right: 3px;
}

.onhover-dropdown .onhover-show-div {
  top: 50px;
  position: absolute;
  z-index: 10;
  background-color: #ffffff;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  min-width: 160px;
  text-align: left;
  -webkit-box-shadow: 0 0 1px 0 #ebebeb;
  box-shadow: 0 0 1px 0 #ebebeb;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  right: 0;
  padding: 15px 20px;
  border-radius: 0 !important;
}

.onhover-dropdown:hover .onhover-show-div {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
}

.onhover-div {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Lato, sans-serif;
}

.onhover-div img,.onhover-div i {
  cursor: pointer;
}

.onhover-div .show-div {
  top: 103px;
  position: absolute;
  z-index: 9;
  background-color: #ffffff;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  min-width: 236px;
  text-align: left;
  -webkit-box-shadow: 0 0 1px 0 #ebebeb;
  box-shadow: 0 0 1px 0 #ebebeb;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  right: 0;
  padding: 0;
  border-radius: 0 !important;
}

.onhover-div:hover .show-div {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
}

.search-overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: white;
}

.search-overlay > div {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-overlay > div .overlay-content {
  width: 100%;
}

.search-overlay > div .overlay-content .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-overlay > div .overlay-content input[type="text"] {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #000;
  border-radius: 0;
  padding: 20px 0;
}

.search-overlay > div .overlay-content input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  font-size: 18px;
}

.search-overlay > div .overlay-content input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  font-size: 18px;
}

.search-overlay > div .overlay-content input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  font-size: 18px;
}

.search-overlay > div .overlay-content input:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  font-size: 18px;
}

.search-overlay > div .overlay-content button {
  position: absolute;
  top: 10px;
  background-color: transparent;
  border: 0;
  font-size: 24px;
  color: #000;
  right: 10px;
}

.search-overlay > div .closebtn {
  position: fixed;
  top: 10px;
  right: 25px;
  color: #000;
  font-size: 40px;
  cursor: pointer;
}

.top-header {
  background-color: #e4f0df;
}

.top-header .header-contact {
  padding: 15px 0;
}

.top-header .header-contact li {
  color: #999999;
  font-size: 14px;
  padding-right: 25px;
}

.top-header .header-contact li i {
  color: #607849;
  padding-right: 10px;
}

.top-header .header-dropdown li {
  cursor: pointer;
  color: #999999;
  padding: 15px 25px;
  padding-right: 20px;
}

.top-header .header-dropdown li:first-child {
  padding-right: 0;
}

.top-header .header-dropdown li a {
  text-transform: capitalize;
}

.top-header .header-dropdown li i {
  padding-right: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.top-header .header-dropdown li ul li {
  padding-top: 0;
  padding-bottom: 0;
}

.top-header .header-dropdown li a i {
  color: #999999;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.top-header .header-dropdown li a:hover i {
  color: #607849;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.top-header .header-dropdown li:hover i {
  color: #607849;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.top-header .header-dropdown .onhover-dropdown .onhover-show-div li {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  padding-bottom: 5px;
}

.top-header .header-dropdown .onhover-dropdown .onhover-show-div li:last-child {
  padding-bottom: 0;
}

.top-header .header-dropdown .onhover-dropdown .onhover-show-div li a {
  color: #333333;
}

.top-header.top-header-dark {
  background-color: #222222;
}

.top-header.top-header-dark .header-contact li {
  color: #000;
}

.top-header.top-header-dark .header-contact li i {
  color: #000;
}

.top-header.top-header-dark .header-dropdown li {
  color: #000;
}

.top-header.top-header-dark .header-dropdown li a {
  color: #000;
}

.top-header.top-header-dark .header-dropdown li a i {
  color: #000;
}

.top-header.top-header-dark .header-dropdown li a:hover i {
  color: #607849;
}

.top-header.top-header-dark2 {
  background-color: #2d2a25;
}

.top-header.top-header-dark2 .header-contact li {
  color: #7f786d;
}

.top-header.top-header-dark2 .header-contact li i {
  color: #7f786d;
}

.top-header.top-header-dark2 .header-dropdown li {
  color: #7f786d;
}

.top-header.top-header-dark2 .header-dropdown li a {
  color: #7f786d;
}

.top-header.top-header-dark2 .header-dropdown li a i {
  color: #7f786d;
}

.top-header.top-header-dark2 .header-dropdown li a:hover i {
  color: #607849;
}

.top-header.top-header-dark3 {
  background-color: #393230;
}

.top-header.top-header-dark3 .header-contact li {
  color: #948e8c;
}

.top-header.top-header-dark3 .header-contact li i {
  color: #948e8c;
}

.top-header.top-header-dark3 .header-dropdown li {
  color: #948e8c;
}

.top-header.top-header-dark3 .header-dropdown li a {
  color: #948e8c;
}

.top-header.top-header-dark3 .header-dropdown li a i {
  color: #948e8c;
}

.top-header.top-header-dark3 .header-dropdown li a:hover i {
  color: #607849;
}

.layout3-menu .main-menu .menu-left .navbar i {
  font-size: 22px;
}

.main-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9;
}

.main-menu .brand-logo {
  display: inline-block;
  padding-top: 35px;
  padding-bottom: 35px;
}

.main-menu .menu-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-menu .menu-left .navbar {
  display: inline-block;
  padding: 40px 45px 40px 0;
}

.main-menu .menu-left .navbar i {
  font-size: 28px;
  color: #222222;
  cursor: pointer;
}

.main-menu .menu-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
}

.main-menu .menu-right .icon-nav {
  display: inline-block;
}

.main-menu .menu-right .icon-nav li {
  padding-left: 20px;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart {
  padding: 15px 15px;
  min-width: 270px;
  left: unset;
  right: 0;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li {
  position: relative;
  padding-bottom: 10px;
  width: 100%;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li:last-child {
  padding-bottom: 0;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media img {
  height: 90px;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media .media-body {
  -ms-flex-item-align: center;
  align-self: center;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media .media-body h4 {
  color: #333333;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media .media-body h4 span {
  color: #000;
  font-size: 16px;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .buttons a {
  font-size: 16px;
  color: #333333;
  text-transform: capitalize;
  font-weight: 500;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .buttons a:hover {
  color: #607849;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .buttons .checkout {
  float: right;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.setting {
  padding: 15px 20px 20px;
  min-width: 175px;
  right: 0;
  left: unset;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.setting h6 {
  font-size: 16px;
  text-transform: capitalize;
  color: #333333;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 5px;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.setting h6:first-child {
  margin-top: 0;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.setting ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
  padding-left: 17px;
  padding-top: 5px;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.setting ul li a {
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div li {
  padding: 0;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div li .form-control {
  border-radius: 0;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div li .form-control:focus {
  border: 1px solid #ced4da;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div li .search-btn {
  padding: 8px 12px;
  background-color: #607849;
  color: #ffffff;
}

.sidebar-unset {
  overflow-y: unset !important; }

/*=====================
    3.Home slider CSS start
==========================*/

.center-slider .slick-prev,.home-slider .slick-prev,.home-slider .slick-next,.center-slider .slick-next {
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: -10px;
}

  .home-slider .slick-prev:before, .home-slider .slick-next:before, .center-slider .slick-prev:before, .center-slider .slick-next:before {
  font: normal normal normal 14px/1 Fontello;
  opacity: 1;
  color: black;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-slider .slick-next,.center-slider .slick-next {
  right: 1px;
}

.home-slider .slick-next:before,.center-slider .slick-next:before {
  content: "\e806";
}

.home-slider .slick-prev, .center-slider .slick-prev {
  left: 1px;
  z-index: 1; }
  .home-slider .slick-prev:before, .center-slider .slick-prev:before {
    content: "\e805"; }
	

.home-slider .home,.center-slider .home {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 75vh;
}

.home-slider .slider-contain,.center-slider .slider-contain {
  width: 100%;
  height: 75vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-slider .slider-contain h1,.center-slider .slider-contain h1 {
  margin-bottom: 0;
  margin-top: 10px;
  color: #222222;
}

.home-slider .slider-contain h4,.center-slider .slider-contain h4 {
  font-weight: 500;
  letter-spacing: 0.4em;
  color: #000;
  margin-bottom: 0;
}

.home-slider .slider-contain .btn-solid,.center-slider .slider-contain .btn-solid {
  margin-top: 20px;
}

.home-slider .p-left .slider-contain,.center-slider .p-left .slider-contain {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.home-slider .p-right .slider-contain,.center-slider .p-right .slider-contain {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.home-slider .p-center .slider-contain,.center-slider .p-center .slider-contain {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-slider:hover .slick-prev, .home-slider:hover .slick-next, .center-slider:hover .slick-prev, .center-slider:hover .slick-next {
  opacity: 1;
  -webkit-transform: scale(2.5);
          transform: scale(2.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .home-slider:hover .slick-prev:before, .home-slider:hover .slick-next:before, .center-slider:hover .slick-prev:before, .center-slider:hover .slick-next:before {
    opacity: 1; }

.home-slider:hover .slick-next, .center-slider:hover .slick-next {
  right: 100px; }

.home-slider:hover .slick-prev, .center-slider:hover .slick-prev {
  left: 100px; }

.home-slider-container .slider-contain {
  padding: 0 100px;
}

.center-slider {
  border-left: 1px solid #f1f5f4;
  border-right: 1px solid #f1f5f4;
}

.metro-slider .home-slider .home {
  background-position-y: 70%;
}

.metro-slider .home-slider .home .slider-contain {
  margin-top: 75px;
}

.metro-slider .home-slider .home .slider-contain h4,.metro-slider .home-slider .home .slider-contain h1 {
  color: #000000;
}

.small-slider .home-slider .home {
  height: 55vh;
}

.small-slider .home-slider .home .slider-contain {
  height: 55vh;
}

.small-slider .home-slider .home .slider-contain h4,.small-slider .home-slider .home .slider-contain h1 {
  color: #000000;
}

.height-100 .home-slider .home {
  height: 100vh;
}

.height-100 .home-slider .slider-contain {
  height: calc(99vh + 80px);
}

.height-85 .home-slider .home {
  height: 85vh;
}

.height-85 .home-slider .slider-contain {
  height: 85vh;
}

.height-85.content_top .slider-contain {
  padding-top: 150px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.height-85.content_top .slider-contain h1 {
  font-size: 40px;
  letter-spacing: 0.05em;
}

.height-85.content_top .slider-contain .btn-solid {
  padding: 9px 18px;
  margin-top: 10px;
}

.height-85.content_top .slider-contain h4 {
  letter-spacing: 0.08em;
}

.layout-7 .home {
  height: 60vh;
}

.layout-7 .home .slider-contain {
  height: 60vh;
}

.banner-slider .height-banner {
  height: 100%;
}

.banner-slider .home {
  height: 81vh;
}

.banner-slider .home .slider-contain {
  height: 81vh;
}

.banner-slider .home-banner > div img {
  width: 100%;
}

.banner-slider .home-banner > div:last-child img {
  margin-top: 30px;
}

/*=====================
    4.Instagram CSS start
==========================*/

.slick-instagram {
  margin-bottom: -5px;
}

.instagram-box {
  position: relative;
  background-color: #607849;
  overflow: hidden;
}

.instagram-box img {
  width: 100%;
}

.instagram-box .overlay {
  -webkit-transition: .5s ease;
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 76, 59, 0.5);
  top: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(3) rotate(90deg);
  transform: scale(3) rotate(90deg);
}

.instagram-box .overlay i {
  font-size: 60px;
  color: #ffffff;
}

.instagram-box:hover .overlay {
  opacity: 1;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

/*=====================
    5.Blog CSS start
==========================*/

.blog .slick-slide {
  line-height: 1;
}

.blog-bg {
  background-color: #f1f5f4;
}

/*=====================
    6.Service CSS start
==========================*/

.service-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service-block .media {
  padding-top: 23px;
  padding-bottom: 23px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-block svg {
  margin-right: 12px;
  width: 60px;
  height: 60px;
}

.service-block svg path {
  fill: #607849;
}

.service-block h4 {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.service-block p {
  text-transform: capitalize;
  margin-bottom: 0;
}

.service-block + .service-block {
  border-left: 1px solid #dddddd;
}

.service-block:hover svg {
  -webkit-animation: pulse 1000ms ease-in-out;
  animation: pulse 1000ms ease-in-out;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-block:hover h4 {
  color: #607849;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-block1 {
  text-align: center;
}

.service-block1 svg {
  margin-bottom: 20px;
  width: 60px;
  height: 60px;
}

.service-block1 svg path {
  fill: #607849;
}

.service-block1 h4 {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.service-block1 p {
  letter-spacing: 0.03em;
  margin-bottom: -3px;
  line-height: 1.5;
}

.service-block1:hover svg {
  -webkit-animation: pulse 1000ms ease-in-out;
  animation: pulse 1000ms ease-in-out;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-block1:hover h4 {
  color: #607849;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*=====================
    7.About CSS start
==========================*/

.about-text p {
  line-height: 28px;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 50px;
}

/*=====================
    8.Banner Timer CSS start
==========================*/

/*=====================
    9.Category CSS start
==========================*/

.background {
  background-color: #f1f5f4;
  padding: 20px 10px;
  margin: 0;
}

.background .contain-bg {
  width: 100%;
  background-color: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.background .contain-bg h4 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.background .contain-bg:hover {
  background-color: #ffefee;
}

.background .contain-bg:hover h4 {
  color: #607849;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*=====================
    10.Product Box CSS start
==========================*/

.product-m .slick-slide > div {
  margin: 0 10px;
}

.no-slider .product-box {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: calc(25% - 30px);
  margin: 0 15px 30px;
}

.no-slider .product-box:nth-last-child(-n+4) {
  margin: 0 15px 0;
}

.product-box,.product-wrap {
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  vertical-align: middle;
}

.product-box .img-block,.product-wrap .img-block {
  background-color: #e4f0df;
  position: relative;
  overflow: hidden;
}

.product-box .img-block .front,.product-wrap .img-block .front {
  opacity: 1;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product-box .img-block .front a,.product-wrap .img-block .front a {
  display: block;
  width: 100%;
}

.product-box .img-block .back,.product-wrap .img-block .back {
  opacity: 0;
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  width: 100%;
}

.product-box .img-block .back a,.product-wrap .img-block .back a {
  display: block;
  width: 100%;
}

.product-box .img-wrapper,.product-wrap .img-wrapper {
  position: relative;
  overflow: hidden;
}

.product-box .img-wrapper .front,.product-wrap .img-wrapper .front {
  opacity: 1;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product-box .img-wrapper .back,.product-wrap .img-wrapper .back {
  opacity: 0;
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  width: 100%;
}

.product-box .img-wrapper .cart-box,.product-wrap .img-wrapper .cart-box {
  position: absolute;
  margin: 0 auto;
  display: inline-block;
  right: 0;
  left: 0;
  border-radius: 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 12px 15px;
  -webkit-box-shadow: 0 0 12px 0 #dddddd;
  box-shadow: 0 0 12px 0 #dddddd;
  bottom: 30px;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.product-box .img-wrapper .cart-box button,.product-wrap .img-wrapper .cart-box button {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0;
}

.product-box .img-wrapper .cart-box i,.product-wrap .img-wrapper .cart-box i {
  color: #6f6f6f;
  font-size: 18px;
  padding-left: 8px;
  padding-right: 8px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
}

.product-box .img-wrapper .cart-box i:hover,.product-wrap .img-wrapper .cart-box i:hover {
  color: #607849;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.product-box .cart-info,.product-box .cart-wrap,.product-wrap .cart-info,.product-wrap .cart-wrap {
  position: absolute;
  bottom: 40px;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  right: 0;
  left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product-box .cart-info a [class^="ti-"],.product-box .cart-info a [class*=" ti-"],.product-box .cart-wrap a [class^="ti-"],.product-box .cart-wrap a [class*=" ti-"],.product-wrap .cart-info a [class^="ti-"],.product-wrap .cart-info a [class*=" ti-"],.product-wrap .cart-wrap a [class^="ti-"],.product-wrap .cart-wrap a [class*=" ti-"] {
  display: inline-block;
}

.product-box .cart-info.cart-wrap,.product-box .cart-wrap.cart-wrap,.product-wrap .cart-info.cart-wrap,.product-wrap .cart-wrap.cart-wrap {
  bottom: 0;
  text-align: right;
  left: unset;
}

.product-box .cart-info.cart-wrap i,.product-box .cart-wrap.cart-wrap i,.product-wrap .cart-info.cart-wrap i,.product-wrap .cart-wrap.cart-wrap i {
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
}

.product-box .cart-info button,.product-box .cart-wrap button,.product-wrap .cart-info button,.product-wrap .cart-wrap button {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0;
}

.product-box .cart-info i,.product-box .cart-wrap i,.product-wrap .cart-info i,.product-wrap .cart-wrap i {
  color: #6f6f6f;
  font-size: 18px;
  padding-right: 10px;
  padding-left: 10px;
}

.product-box .cart-info i:hover,.product-box .cart-wrap i:hover,.product-wrap .cart-info i:hover,.product-wrap .cart-wrap i:hover {
  color: #607849;
}

.product-box .cart-detail,.product-wrap .cart-detail {
  position: absolute;
  top: 15px;
  right: 20px;
  opacity: 0;
}

.product-box .cart-detail i,.product-wrap .cart-detail i {
  color: #6f6f6f;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
}

.product-box .cart-detail button,.product-wrap .cart-detail button {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0;
}

.product-box .product-detail,.product-box .product-info,.product-wrap .product-detail,.product-wrap .product-info {
  padding-left: 5px;
}

.product-box .product-detail .rating,.product-box .product-info .rating,.product-wrap .product-detail .rating,.product-wrap .product-info .rating {
  margin-top: 15px;
}

.product-box .product-detail .rating i,.product-box .product-info .rating i,.product-wrap .product-detail .rating i,.product-wrap .product-info .rating i {
  padding-right: 5px;
}

.product-box .product-detail .rating i:nth-child(-n + 4),.product-box .product-info .rating i:nth-child(-n + 4),.product-wrap .product-detail .rating i:nth-child(-n + 4),.product-wrap .product-info .rating i:nth-child(-n + 4) {
  color: #ffa200;
}

.product-box .product-detail .rating i:last-child,.product-box .product-info .rating i:last-child,.product-wrap .product-detail .rating i:last-child,.product-wrap .product-info .rating i:last-child {
  color: #dddddd;
}

.product-box .product-detail h6,.product-box .product-info h6,.product-wrap .product-detail h6,.product-wrap .product-info h6 {
  line-height: 1;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 16px;
}

.product-box .product-detail h4,.product-box .product-info h4,.product-wrap .product-detail h4,.product-wrap .product-info h4 {
  font-size: 18px;
  color: #222222;
  font-weight: 500;
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product-box .product-info,.product-wrap .product-info {
  padding: 0;
  text-align: center;
  position: relative;
}

.product-box .product-info .add-btn,.product-wrap .product-info .add-btn {
  position: absolute;
  bottom: 110px;
  margin: 0 auto;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1;
}

.product-box .product-info .add-btn i,.product-wrap .product-info .add-btn i {
  color: #607849;
}

.product-box:hover .img-block .back,.product-box:hover .img-wrapper .back,.product-wrap:hover .img-block .back,.product-wrap:hover .img-wrapper .back {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.product-box:hover .cart-info,.product-wrap:hover .cart-info {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product-box:hover .cart-info button,.product-wrap:hover .cart-info button {
  -webkit-animation: fadeInUp 300ms ease-in-out;
  animation: fadeInUp 300ms ease-in-out;
}

.product-box:hover .cart-info a:nth-child(2) i,.product-wrap:hover .cart-info a:nth-child(2) i {
  -webkit-animation: fadeInUp 500ms ease-in-out;
  animation: fadeInUp 500ms ease-in-out;
}

.product-box:hover .cart-info a:nth-child(3) i,.product-wrap:hover .cart-info a:nth-child(3) i {
  -webkit-animation: fadeInUp 700ms ease-in-out;
  animation: fadeInUp 700ms ease-in-out;
}

.product-box:hover .cart-info a:nth-child(4) i,.product-wrap:hover .cart-info a:nth-child(4) i {
  -webkit-animation: fadeInUp 1000ms ease-in-out;
  animation: fadeInUp 1000ms ease-in-out;
}

.product-box:hover .cart-wrap button,.product-wrap:hover .cart-wrap button {
  -webkit-animation: fadeInRight 300ms ease-in-out;
  animation: fadeInRight 300ms ease-in-out;
}

.product-box:hover .cart-wrap a:nth-child(2) i,.product-wrap:hover .cart-wrap a:nth-child(2) i {
  -webkit-animation: fadeInRight 500ms ease-in-out;
  animation: fadeInRight 500ms ease-in-out;
}

.product-box:hover .cart-wrap a:nth-child(3) i,.product-wrap:hover .cart-wrap a:nth-child(3) i {
  -webkit-animation: fadeInRight 700ms ease-in-out;
  animation: fadeInRight 700ms ease-in-out;
}

.product-box:hover .cart-wrap a:nth-child(4) i,.product-wrap:hover .cart-wrap a:nth-child(4) i {
  -webkit-animation: fadeInRight 1000ms ease-in-out;
  animation: fadeInRight 1000ms ease-in-out;
}

.product-box:hover .cart-detail,.product-wrap:hover .cart-detail {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product-box:hover .cart-detail button,.product-wrap:hover .cart-detail button {
  -webkit-animation: fadeInRight 300ms ease-in-out;
  animation: fadeInRight 300ms ease-in-out;
}

.product-box:hover .cart-detail a:nth-child(2) i,.product-wrap:hover .cart-detail a:nth-child(2) i {
  -webkit-animation: fadeInRight 500ms ease-in-out;
  animation: fadeInRight 500ms ease-in-out;
}

.product-box:hover .cart-detail a:nth-child(3) i,.product-wrap:hover .cart-detail a:nth-child(3) i {
  -webkit-animation: fadeInRight 700ms ease-in-out;
  animation: fadeInRight 700ms ease-in-out;
}

.product-box:hover .cart-detail a:nth-child(4) i,.product-wrap:hover .cart-detail a:nth-child(4) i {
  -webkit-animation: fadeInRight 1000ms ease-in-out;
  animation: fadeInRight 1000ms ease-in-out;
}

.product-box:hover .product-info .add-btn,.product-wrap:hover .product-info .add-btn {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-animation: fadeInUp 500ms ease-in-out;
  animation: fadeInUp 500ms ease-in-out;
}

.product-box:hover .img-wrapper .cart-box,.product-wrap:hover .img-wrapper .cart-box {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-animation: fadeInUp 400ms ease-in-out;
  animation: fadeInUp 400ms ease-in-out;
}

/*=====================
    11.Theme tab CSS start
==========================*/

.theme-tab {
  position: relative;
}

.theme-tab .tab-content {
  display: none;
}

.theme-tab .tab-content[style="display: block;"] .product-box,.theme-tab .tab-content[style="display: block;"] .tab-box {
  -webkit-animation: zoomIn 300ms ease-in-out;
  animation: zoomIn 300ms ease-in-out;
}

.theme-tab .tab-content .product-tab .tab-box {
  background-color: #ffffff;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: calc(25% - 10px);
  margin: 0 5px 10px;
}

.theme-tab .tab-content .product-tab .tab-box:nth-last-child(-n + 4) {
  margin: 0 5px 0;
}

.theme-tab .tab-content .product-tab .tab-box .product-box2 img {
  height: 250px;
  padding: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .rating {
  margin-top: 0;
}

.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .rating i {
  padding-right: 0;
}

.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .rating i:nth-child(-n + 4) {
  color: #ffa200;
}

.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .rating i:last-child {
  color: #dddddd;
}

.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body a h6 {
  margin-right: 35px;
  line-height: 17px;
  margin-top: 5px;
  margin-bottom: 0;
}

.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body h4 {
  font-size: 20px;
  margin-top: 5px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 0;
}

.theme-tab .tab-content .product-tab .tab-box:hover .product-box2 img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.theme-tab .tab-title,.theme-tab .tab-title2 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: -6px;
}

.theme-tab .tab-title .current a,.theme-tab .tab-title2 .current a {
  color: #607849;
}

.theme-tab .tab-title li,.theme-tab .tab-title2 li {
  padding-left: 25px;
  padding-right: 25px;
}

.theme-tab .tab-title a,.theme-tab .tab-title2 a {
  color: #2d2a25;
  text-transform: uppercase;
}

.theme-tab .tab-title2 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: -8px;
}

.theme-tab .tab-title2:after {
  content: "";
  position: absolute;
  border: 1px solid #f1f5f4;
  width: 100%;
  left: 0;
  top: 17px;
  z-index: -1;
}

.theme-tab .tab-title2 .current {
  background-color: #ffffff;
}

.theme-tab .tab-title2 .current a {
  background-color: #ffffff;
}

.tab-bg {
  background-color: #fff8f8;
  padding: 70px 50px 60px 50px;
}

.tab-bg .theme-tab .tab-title {
  margin-bottom: 30px;
}

/*=====================
    12.Banner CSS start
==========================*/

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes dance {
  0% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  16.66%, 49.98% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  32.32% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  66.64%, 100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  83.8% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}

@keyframes dance {
  0% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  16.66%, 49.98% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  32.32% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  66.64%, 100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  83.8% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}

/*=====================
    13.Collection Banner CSS start
==========================*/

.collection-banner {
  position: relative;
  overflow: hidden;
}

.collection-banner.p-left .contain-banner {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.collection-banner.p-right .contain-banner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.collection-banner.p-center .contain-banner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.collection-banner .contain-banner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 70px;
  padding-right: 70px;
}

.collection-banner .contain-banner.banner-3 {
  padding-left: 50px;
  padding-right: 50px;
}

.collection-banner .contain-banner.banner-3 h2 {
  font-size: 36px;
  letter-spacing: 0.05em;
  color: white;
  margin-top: 5px;
  margin-bottom: -6px;
}

.collection-banner .contain-banner.banner-3 h4 {
  color: #ffffff;
}

.collection-banner .contain-banner.banner-4 {
  padding-left: 50px;
  padding-right: 50px;
}

.collection-banner .contain-banner.banner-4 h2 {
  font-size: 28px;
  letter-spacing: 0.03em;
  color: white;
  margin-bottom: -6px;
}

.collection-banner .contain-banner h4 {
  color: #607849;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

.collection-banner .contain-banner h2 {
  font-size: 60px;
  font-weight: 500;
  color: #222222;
  letter-spacing: 0.1em;
  margin-bottom: -6px;
}

.banner-top-cls {
  margin-top: 30px;
}

.banner-6 .collection-banner .contain-banner.banner-3 h2 {
  color: #222222;
}

/*=====================
    14.Product-box slider CSS start
==========================*/

.layout7-product .product-box {
  padding: 2px;
}

.layout7-product .product-box img {
  width: 100%;
}

.layout7-product .product-box .cart-info {
  right: 7px;
  bottom: 7px;
}

.theme-card {
  position: relative;
}

.theme-card.center-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.theme-card.card-border {
  border: 1px solid #dddddd;
}

.theme-card.card-border h5 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  margin-top: 0;
}

    .theme-card.card-border .slick-prev, .theme-card.card-border .slick-next {
      top: -45px; }
    .theme-card.card-border .slick-next {
      right: 30px; }
    .theme-card.card-border .slick-prev {
      right: 50px; }

.theme-card h5 {
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-top: -5px;
}

.theme-card h5.title-border {
  border-bottom: 1px solid #dddddd;
}

.theme-card .slick-next {
  top: -35px;
}

  .theme-card .slick-prev, .theme-card .slick-next {
    top: -35px; }
    .theme-card .slick-prev:before, .theme-card .slick-next:before {
      font: normal normal normal 30px/1 fontello;
      color: #222222;
      opacity: 0.6; }
  .theme-card .slick-next {
    right: 0; }
    .theme-card .slick-next:before {
      content: "\e806"; }
  .theme-card .slick-prev {
    left: unset;
    right: 25px; }
    .theme-card .slick-prev:before {
      content: "\e805"; }
.center-slider .product-box {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.center-slider .product-box .img-wrapper img {
  padding: 15px;
}

.center-slider .slick-next:before, .center-slider .slick-prev:before {
  -webkit-box-shadow: 0 0 8px 0 #dddddd;
          box-shadow: 0 0 8px 0 #dddddd; }
.center-slider:hover .product-box {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.center-slider:hover .slick-next {
  right: 20px;
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
}


.center-slider:hover .slick-prev {
  left: 20px;
  -webkit-transform: scale(1.8);
          transform: scale(1.8); }
/*=====================
    15.Modal popup CSS start
==========================*/

.modal-open {
  padding-right: 0 !important;
}

.theme-modal {
  padding-right: 0 !important;
}

.theme-modal .modal-dialog .modal-content .modal-body {
  background-image: linear-gradient(135deg, #607849 5.77%, #ffffff 5.77%, #ffffff 25%, #111111 25%, #111111 30.77%, #ffffff 30.77%, #ffffff 50%, #607849 50%, #607849 55.77%, #ffffff 55.77%, #ffffff 75%, #111111 75%, #111111 80.77%, #ffffff 80.77%, #ffffff 100%);
  background-size: 36.77px 36.77px;
  background-color: white;
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
  background-color: #ffffff;
  padding: 45px;
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close {
  padding-right: 10px;
  padding-top: 5px;
  position: absolute;
  right: 17px;
  top: 0;
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close span {
  color: #000000;
}

.theme-modal .modal-dialog .quick-view-modal button.close {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 5px;
}

.theme-modal .modal-dialog .quick-view-modal .view-detail {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg {
  padding: 25px;
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media a img {
  max-width: 150px;
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body {
  padding: 0 15px;
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body a h6 {
  font-size: 16px;
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body a h6 i {
  margin-right: 8px;
  color: #fff;
  background: #19a340;
  font-size: 14px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body .buttons a {
  display: inline-block;
  font-size: 16px;
  padding: 6px 10px;
  margin: 0 6px;
}

#quick-view .modal-dialog .modal-content .modal-body {
  background-image: none;
}

/*=====================
    17.14. Left sidebar demo CSS start
==========================*/

.left-sidebar_space {
  padding-left: 300px;
}

/*=====================
    21.footer CSS start
==========================*/

footer {
  position: relative;
}

footer .footer-theme .footer-mobile-title {
  display: none;
}

footer p {
  line-height: 32px;
  letter-spacing: 0.03em;
  margin-bottom: 0;
}

.footer-light .subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #dddddd;
  text-align: left;
}

.footer-light .subscribe p {
  line-height: 1;
}

.footer-light .subscribe h4 {
  margin-bottom: 10px;
}

.footer-light .subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.subscribe {
  text-align: center;
}

.subscribe h4 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}

.subscribe h4 i {
  color: #607849;
  padding-right: 5px;
  font-size: 23px;
}

.subscribe-form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.subscribe-form .form-group {
  margin-bottom: 0;
}

.subscribe-form .form-control {
  padding: 13px;
  width: 345px;
  border-radius: 0;
  border: 1px solid #eeeeee;
}

.subscribe-form .form-control.name-cls {
  width: 265px;
}

.footer-social {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social li {
  display: inline-block;
}

.footer-social i {
  font-size: 20px;
  color: #000000;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.footer-social i:hover {
  color: #607849 !important;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.footer-theme .footer-logo {
  margin-bottom: 18px;
}

.footer-theme .sub-title h4 {
  color: #222222;
  padding-bottom: 5px;
  border-bottom: 2px solid #607849;
  text-transform: uppercase;
  font-weight: bold;
}

.footer-theme .sub-title li {
  position: relative;
  display: inherit;
  padding-top: 13px;
  text-transform: capitalize;
  font-size: 14px;
  color: #000;
}

.footer-theme .sub-title li a {
  position: relative;
  color: #000;
}

.footer-theme .sub-title li a:before {
  position: absolute;
  top: 20px;
  content: "";
  height: 2px;
  width: 0;
  background-color: #607849;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.footer-theme .sub-title li:hover a:before {
  width: 100%;
  height: 2px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.footer-theme .sub-title .contact-list i {
  position: absolute;
  left: 0;
 /* top: 21px;*/
}

.footer-theme .sub-title .contact-list li {
  position: relative;
  padding-left: 25px;
  line-height: 28px;
}

.footer-theme .sub-title .contact-list li a:hover {
  color: #607849;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer-theme .sub-title .contact-list li:hover {
  color: #999999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-theme .sub-title .contact-list li:hover a:before {
  display: none;
}

.footer-theme .sub-title .contact-list li:last-child {
  margin-bottom: -5px;
}

.sub-footer {
  background-color: #607849;
}

.sub-footer p {
  color:#fff;
  margin-bottom: 0;
  padding: 20px 0;
}

.sub-footer .payment-card-bottom {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sub-footer .payment-card-bottom li {
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
}

.footer-theme2 {
  text-align: center;
}

.footer-theme2 .footer-mobile-title {
  display: none !important;
}

.footer-theme2.footer-border {
  border: 20px solid #f1f5f4;
}

.footer-theme2 .footer-logo {
  margin-bottom: 18px;
}

.footer-theme2 p {
  line-height: 32px;
  letter-spacing: 0.03em;
  margin-bottom: 0;
  color: #7f786d;
}

.footer-theme2 h4 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 25px;
}

.footer-theme2 .subscribe-block {
  border-left: 1px solid #38352f;
  border-right: 1px solid #38352f;
  padding: 10px 110px;
}

.footer-theme2 .subscribe-block h2 {
  color: #ffffff;
  margin-bottom: 30px;
}

.footer-theme2 .subscribe-block .btn-solid {
  margin-top: 10px;
}

.footer-theme2 .subscribe-block .form-group {
  margin-bottom: 0;
}

.footer-theme2 .subscribe-block .form-control {
  text-align: center;
  letter-spacing: 5px;
  font-size: 12px;
  padding: 15px 0;
  border-radius: 0;
}

.footer-theme2 .footer-link h4,.footer-theme2 .footer-link-b h4 {
  padding-bottom: 20px;
}

.footer-theme2 .footer-link li,.footer-theme2 .footer-link-b li {
  padding-right: 15px;
  padding-left: 15px;
  text-transform: capitalize;
}

.footer-theme2 .footer-link a,.footer-theme2 .footer-link-b a {
  color: #7f786d;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.footer-theme2 .footer-link a:hover,.footer-theme2 .footer-link-b a:hover {
  color: #f5f2f2;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.footer-theme2 .footer-link-b h4 {
  margin-top: 50px;
}

.footer-theme2.section-light h2,.footer-theme2.section-light h4 {
  color: #222222;
}

.footer-theme2.section-light .footer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

.footer-theme2.section-light .footer-block h4 {
  padding-bottom: 25px;
}

/*=====================
  22.Inner pages CSS start
==========================*/

.select_input select {
  padding: 15px 20px;
  margin-bottom: 30px;
}

.error-section {
  padding: 130px 0 140px;
  text-align: center;
}

.error-section h1 {
  font-size: 200px;
  font-weight: 500;
  margin: 0;
  line-height: 0.8;
  color: #aaaaaa;
  margin-top: -11px;
}

.error-section h2 {
  color: #aaaaaa;
  font-weight: 500;
  letter-spacing: 3px;
  margin: 40px 0;
}

.breadcrumb-section {
  background-color: #607849;
  padding: 30px 0;
}

.breadcrumb-section h1 {
    color: #fff;
}

.breadcrumb-section .page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb-section .page-title h2 {
  font-size: 16px;
  margin-bottom: 0;
}

.breadcrumb-section .breadcrumb {
  background-color: transparent;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding-right: 0;
}

.breadcrumb-section .breadcrumb a {
  color: #fff;
  font-weight: 500;
}

.about-head {
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.about-head h2 {
  color: #607849;
  margin-bottom: 0;
}

.about-page p {
  margin-bottom: -7px;
}

.about-page .banner-section {
  border-radius: 5px;
  overflow: hidden;
}

.about-page h4 {
  margin-bottom: 10px;
  margin-top: 30px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1.3;
}

.about-page p {
  line-height: 2;
  letter-spacing: 0.03em;
}

.collection-filter-block {
  margin-bottom: 30px;
  padding: 0 30px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
}

.collection-filter-block .product-service {
  padding: 30px 0;
}

.collection-filter-block .product-service .media {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}

.collection-filter-block .product-service .media svg {
  height: 40px;
  width: 40px;
}

.collection-filter-block .product-service .media svg path {
  fill: #607849;
}

.collection-filter-block .product-service .media .media-body {
  padding-left: 10px;
}

.collection-filter-block .product-service .media .media-body h4 {
  margin-bottom: 5px;
}

.collection-filter-block .product-service .media .media-body p {
  margin-bottom: 0;
  text-transform: capitalize;
}

.collection-filter-block .product-service .media:last-child {
  padding-bottom: 0;
}

.collection-collapse-block,.fltBox {
  padding-bottom: 24px;
}

.collection-collapse-block.open,.fltBox {
  margin-bottom: 12px;
}

.collection-collapse-block .collapse-block-title,.fltBox .fltTitolo {
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  color: #444444;
  font-weight: 500;
  margin: 30px 0 0 0;
}

.collection-collapse-block .collapse-block-title:after,.fltBox .fltTitolo:after {
  position: absolute;
  display: block;
  top: 0;
  right: -3px;
  content: "\e801";
  font-family: Fontello;
  color: #444444;
  font-size:12px;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox {
  margin-bottom: 12px;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox:first-child {
  margin-top: 30px;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox:last-child {
  margin-bottom: 0;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label {
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:before {
  top: 1px;
  height: 15px;
  width: 15px;
  background: #ffffff;
  border: 1px solid #000;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:after {
  top: 1px;
  height: 15px;
  width: 15px;
  background-size: 65%;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'></path></svg>");
}

.collection-sidebar-banner {
  margin-top: 30px;
}

.collection-sidebar-banner img {
  width: 100%;
}

.top-banner-wrapper .top-banner-content h4 {
  font-weight: 500;
  color: #444444;
  margin-bottom: 15px;
}

.top-banner-wrapper .top-banner-content h5 {
  font-size: 16px;
  font-weight: 500;
  color: #444444;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.top-banner-wrapper .top-banner-content p {
  line-height: 1.5;
  color: #000;
  margin-bottom: 0;
}

.product-wrapper-grid.list-view .product-wrap .product-info {
  text-align: left;
  -ms-flex-item-align: center;
  align-self: center;
  padding-left: 15px;
}

.product-wrapper-grid.list-view .product-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
}

.product-wrapper-grid.list-view .product-box .img-wrapper,.product-wrapper-grid.list-view .product-box .img-block {
  width: 25%;
}

.product-wrapper-grid.list-view .product-box .product-detail {
  padding-left: 15px;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: left !important;
}

.product-wrapper-grid.list-view .product-box .product-detail .rating {
  margin-top: 0;
}

.product-wrapper-grid.list-view .product-box .product-detail p {
  display: block !important;
  margin-bottom: 5px;
  line-height: 18px;
}

.product-wrapper-grid.list-view .product-box .product-detail h6 {
  font-weight: 500;
}

/*.collection-product-wrapper .product-top-filter {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd; }*/

.collection-product-wrapper .product-top-filter .product-filter-content,.collection-product-wrapper .product-top-filter .popup-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup,.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
  border-right: 1px solid #dddddd;
  padding: 20px;
  text-transform: capitalize;
  width: 35%;
}

.collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup h5,.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup h5 {
  margin-bottom: 0;
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-view,.collection-product-wrapper .product-top-filter .popup-filter .collection-view {
  padding: 20px;
  width: 10%;
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li,.collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li {
  height: 100%;
  vertical-align: middle;
  cursor: pointer;
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li:first-child,.collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li:first-child {
  margin-right: 14px;
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view,.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
  padding: 20px;
  width: 20%;
  border-right: 1px solid #dddddd;
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul,.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li,.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li {
  margin-left: 10px;
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li img,.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li img {
  height: 18px;
  cursor: pointer;
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view,.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter,.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
  position: relative;
  width: 20%;
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
  border: 0;
  padding: 20px;
  border-right: 1px solid #dddddd;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background: url('/public/theme/css/color1/dropdown.png') no-repeat 95%;
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select:focus,.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select:focus,.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select:focus,.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select:focus {
  outline: unset;
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select option,.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select option,.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select option,.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select option {
  padding: 20px 0;
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter,.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
  width: 15%;
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before,.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
  right: 10px;
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
  border-right: none;
}

.collection-product-wrapper .product-top-filter .popup-filter {
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
}

.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar {
  width: 3px;
}

.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-track {
  background: #dddddd;
}

.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-thumb {
  background: #888888;
}

.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-thumb:hover {
  background: #555555;
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
  position: relative;
  cursor: pointer;
  width: 20%;
  background: url('/public/theme/css/color1/dropdown.png') no-repeat 95%;
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup a {
  font-size: 16px;
  color: #222222;
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter {
  background-color: #e4f0df;
  width: 270px;
  height: 600px;
  overflow-y: scroll;
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-filter-block {
  border: none;
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .theme-card {
  padding: 0 30px;
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-sidebar-banner {
  padding: 0 30px;
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-sidebar-banner img {
  width: 100%;
}

.collection-product-wrapper .product-top-filter .popup-filter .open-popup {
  display: none;
  position: absolute;
  z-index: 9;
  top: 75px;
  left: 0;
  border: 1px solid #f1f5f4;
  -webkit-box-shadow: 0 0 5px #ddd;
  box-shadow: 0 0 5px #ddd;
  min-width: 330px;
}

.collection-product-wrapper .product-top-filter .popup-filter .open-popup.open {
  display: block;
}

.collection-product-wrapper .product-top-filter .popup-filter .open-popup .collection-filter-block {
  margin-bottom: 0;
}

.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
  width: 20%;
}

.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
  padding-right: 45px;
  font-size: 16px;
}

.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before,.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
  right: 35px;
}

.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
  padding: 20px;
}

.collection-product-wrapper .product-top-filter .popup-filter .collection-view {
  width: 20%;
}

.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
  right: 25px !important;
}

.collection-product-wrapper .product-wrapper-grid .product-box {
  margin-top: 50px;
}

.collection-product-wrapper .product-wrapper-grid .product-box .product-detail p {
  display: none;
}

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail h6 {
  font-size: 13px;
}

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail h4 {
  font-size: 18px;
}

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail .rating i {
  padding-right: 0;
}

.filter-main-btn {
  display: none;
  margin-bottom: 20px;
  cursor: pointer;
}

.filter-main-btn span {
  width: 40%;
  border-radius: 0;
  font-size: 20px;
}

.collection-mobile-back {
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
  display: none;
}

.collection-mobile-back span {
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  cursor: pointer;
}

.collection-mobile-back span i {
  font-size: 20px;
  font-weight: 500;
  margin-right: 5px;
}

.product-pagination {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin: 50px 0;
}

.product-pagination .pagination {
  border-radius: 0;
}

.product-pagination .pagination .page-item {
  border-radius: 0;
}

.product-pagination .pagination .page-item a {
  padding: 18px;
  border-bottom: 0;
  border-top: 0;
  color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.product-pagination .pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.product-pagination .pagination .page-item.active a {
  color: #607849;
  background-color: #ffffff;
  border-color: #dddddd;
}

.theme_checkbox label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: capitalize;
  color: #333333;
}

.theme_checkbox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.collection .collection-block {
  text-align: center;
}

.collection .collection-block img {
  margin-bottom: 20px;
}

.collection .collection-block .collection-content {
  text-align: center;
}

.collection .collection-block .collection-content h3 {
  margin-bottom: 10px;
  color: #222222;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.collection .collection-block .collection-content h4 {
  color: #222222;
  margin-bottom: 10px;
  font-size: 16px;
}

.collection .collection-block .collection-content p {
  line-height: 1.5;
}

.collection .collection-block .collection-content .btn-solid {
  padding: 10px 25px;
}

.login-page h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #222222;
  font-weight: 500;
  margin-top: -5px;
}

.login-page .theme-card {
  padding: 30px;
  border: 1px solid #dddddd;
  line-height: 1;
}

.login-page .theme-card .theme-form label {
  text-transform: capitalize;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
}

.login-page .theme-card .theme-form input {
  border-color: #dddddd;
  font-size: 12px;
  padding: 17px 25px;
  margin-bottom: 30px;
  height: inherit;
}

.search-block {
  padding: 0;
}

.search-block .form-header .input-group input {
  border-radius: 0 5px 5px 0;
  padding: 15px 20px;
}

.search-block .form-header .input-group i {
  padding-right: 10px;
}

.search-block .form-header .input-group .btn {
  z-index: 0;
}

.contact-page .map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.contact-page .contact-right {
  padding-top: 30px;
  padding-bottom: 30px;
}

.contact-page .contact-right ul li {
  position: relative;
  padding-left: 150px;
  margin-top: 45px;
  display: block;
}

.contact-page .contact-right ul li:first-child {
  margin-top: 0;
}

.contact-page .contact-right ul li .contact-icon {
  position: absolute;
  left: 0;
  text-align: center;
  width: 130px;
  border-right: 1px solid #dddddd;
}

.contact-page .contact-right ul li .contact-icon i {
  font-size: 20px;
  color: #607849;
}

.contact-page .contact-right ul li .contact-icon h6 {
  text-transform: uppercase;
  padding-top: 5px;
  font-weight: 500;
  color: #607849;
}

.contact-page .contact-right ul li p {
  font-weight: 500;
  margin-bottom: 0;
  line-height: 30px;
}

.contact-page .theme-form label {
  text-transform: capitalize;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
}

.contact-page .theme-form input {
  border-color: #dddddd;
  font-size: 12px;
  padding: 17px 25px;
  margin-bottom: 30px;
  height: inherit;
}

.contact-page .form-control {
  border-radius: 0;
}

.qty-box .input-group {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.qty-box .input-group span button {
  background: #ffffff !important;
  border: 1px solid #ced4da;
}

.qty-box .input-group .form-control {
  text-align: center;
  width: 80px;
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
}

.qty-box .input-group button {
  background-color: transparent;
  border: 0;
  color: #000;
  cursor: pointer;
  padding-left: 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.qty-box .input-group button i {
  font-weight: 500;
  color: #222222;
}

.qty-box .input-group .icon {
  padding-right: 0;
}

.cart-section .cart-buttons,.wishlist-section .cart-buttons {
  padding-top: 35px;
}

.cart-section .cart-buttons > div:last-child,.wishlist-section .cart-buttons > div:last-child {
  text-align: right;
  padding-right: 59px;
}

.cart-section .wishlist-buttons,.wishlist-section .wishlist-buttons {
  padding-top: 35px;
  text-align: right;
}

.cart-section .wishlist-buttons:last-child a,.wishlist-section .wishlist-buttons:last-child a {
  margin-left: 15px;
}

.blog-detail-page .blog-detail p:last-child {
  margin-bottom: 0;
}

.blog-detail-page .blog-detail img {
  margin-bottom: 40px;
}

.blog-detail-page .blog-detail h3 {
  color: #222222;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.blog-detail-page .blog-detail p {
  color: #000;
  line-height: 1.8;
}

.blog-detail-page .blog-detail .post-social {
  color: #000;
  text-align: left;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
}

.blog-detail-page .blog-detail .post-social li + li {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #dddddd;
}

.blog-detail-page .blog-contact h2 {
  margin-bottom: 30px;
  margin-top: -5px;
}

.blog-detail-page .blog-contact .theme-form label {
  text-transform: capitalize;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
}

.blog-detail-page .blog-contact .theme-form input {
  border-color: #dddddd;
  font-size: 14px;
  padding: 17px 25px;
  margin-bottom: 30px;
}

.blog-page .blog-sidebar h6 {
  margin-bottom: 0;
  line-height: 20px;
  color: #333333;
  font-weight: 500;
}

.blog-page .blog-sidebar p {
  line-height: 20px;
  margin-bottom: 0;
  color: #555555;
}

.blog-page .blog-sidebar h4 {
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 20px;
  letter-spacing: 1px;
}

.blog-page .blog-sidebar .theme-card {
  border: 1px solid #dddddd;
  padding: 30px;
  background-color: #ffffff;
}

.blog-page .blog-sidebar .theme-card + .theme-card {
  margin-top: 30px;
}

.blog-page .blog-media {
  margin-bottom: 30px;
}

.blog-page .blog-media:last-child {
  margin-bottom: 0;
}

.blog-page .blog-media .blog-right {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-page .blog-media .blog-right h6 {
  color: #607849;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.blog-page .blog-media .blog-right h4 {
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
}

.blog-page .blog-media .blog-right p {
  line-height: 1.8;
  margin-bottom: 0;
  letter-spacing: 0.04em;
}

.blog-page .blog-media .blog-right ul {
  color: #000;
  margin-bottom: 15px;
}

.blog-page .blog-media .blog-right ul li {
  font-size: 14px;
  line-height: 1.5;
}

.blog-page .blog-media .blog-right ul li i {
  padding-right: 3px;
}

.blog-page .blog-media .blog-right ul li + li {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #dddddd;
}

.product-slick .slick-next,.rtl-product-slick .slick-next,.product-right-slick .slick-next,.rtl-product-right-slick .slick-next {
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: -10px;
}

.product-slick .slick-prev:before, .product-slick .slick-next:before, .rtl-product-slick .slick-prev:before, .rtl-product-slick .slick-next:before, .product-right-slick .slick-prev:before, .product-right-slick .slick-next:before, .rtl-product-right-slick .slick-prev:before, .rtl-product-right-slick .slick-next:before {
  font: normal normal normal 14px/1 Fontello;
  opacity: 1;
  color: black;
  background-color: white;
  border-radius: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-slick .slick-next,.rtl-product-slick .slick-next,.product-right-slick .slick-next,.rtl-product-right-slick .slick-next {
  right: 1px;
}

.product-slick .slick-next:before,.rtl-product-slick .slick-next:before,.product-right-slick .slick-next:before,.rtl-product-right-slick .slick-next:before {
  content: "\e806";
}

.product-slick .slick-slide > div,.rtl-product-slick .slick-slide > div,.product-right-slick .slick-slide > div,.rtl-product-right-slick .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.product-slick .slick-prev, .rtl-product-slick .slick-prev, .product-right-slick .slick-prev, .rtl-product-right-slick .slick-prev {
  left: 1px;
  z-index: 1; }
  .product-slick .slick-prev:before, .rtl-product-slick .slick-prev:before, .product-right-slick .slick-prev:before, .rtl-product-right-slick .slick-prev:before {
    content: "\e805"; }
	
.product-slick:hover .slick-next,.rtl-product-slick:hover .slick-next,.product-right-slick:hover .slick-next,.rtl-product-right-slick:hover .slick-next {
  opacity: 1;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product-slick:hover .slick-next:before,.rtl-product-slick:hover .slick-next:before,.product-right-slick:hover .slick-next:before,.rtl-product-right-slick:hover .slick-next:before {
  opacity: 1;
}

.product-slick:hover .slick-next,.rtl-product-slick:hover .slick-next,.product-right-slick:hover .slick-next,.rtl-product-right-slick:hover .slick-next {
  right: 20px;
}

.slider-nav .slick-slide > div,.rtl-slider-nav .slick-slide > div,.slider-right-nav .slick-slide > div,.rtl-slider-right-nav .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 15px 0 15px;
  border: 1px solid #dddddd;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.slider-nav .slick-slide.slick-current > div,.rtl-slider-nav .slick-slide.slick-current > div,.slider-right-nav .slick-slide.slick-current > div,.rtl-slider-right-nav .slick-slide.slick-current > div {
  border-color: #aaaaaa;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.slider-nav .slick-slide.slick-active,.rtl-slider-nav .slick-slide.slick-active,.slider-right-nav .slick-slide.slick-active,.rtl-slider-right-nav .slick-slide.slick-active {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.slider-right-nav .slick-slide:first-child > div,.rtl-slider-right-nav .slick-slide:first-child > div {
  margin-top: 0;
}

.product-right p {
  margin-bottom: 0;
  line-height: 1.5em;
}

.product-right .product-title {
  color: #222222;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 0;
}

.product-right .border-product {
  padding-top: 15px;
  padding-bottom: 20px;
  border-top: 1px dashed #dddddd;
}

.product-right h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 1.2em;
}

.product-right h3 {
  font-size: 26px;
  color: #222222;
  margin-bottom: 15px;
}

.product-right h4 {
  font-size: 16px;
  margin-bottom: 7px;
}

.product-right h4 del {
  color: #000;
}

.product-right h4 span {
  padding-left: 5px;
  color: #607849;
}

.product-right .product-buttons {
  margin-bottom: 20px;
}

.product-right .product-buttons .btn-solid {
  padding: 7px 25px;
}

.product-right .product-buttons a:last-child {
  margin-left: 10px;
}

.product-right .product-description h6 span {
  float: right;
}

.product-right .product-description .qty-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.product-right .product-description .qty-box .input-group {
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  width: unset;
}

.product-right .product-description .qty-box .input-group .form-control {
  border-right: none;
}

.product-right .product-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-right .product-icon .product-social {
  margin-top: 5px;
}

.product-right .product-icon .product-social li {
  padding-right: 30px;
}

.product-right .product-icon .product-social li a {
  color: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-right .product-icon .product-social li a i {
  font-size: 18px;
}

.product-right .product-icon .product-social li a:hover {
  color: #607849;
}

.product-right .product-icon .product-social li:last-child {
  padding-right: 0;
}

.product-right .product-icon .wishlist-btn {
  background-color: transparent;
  border: none;
}

.product-right .product-icon .wishlist-btn i {
  border-left: 1px solid #dddddd;
  font-size: 18px;
  padding-left: 10px;
  margin-left: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product-right .product-icon .wishlist-btn span {
  padding-left: 10px;
  font-size: 18px;
}

.product-right .product-icon .wishlist-btn:hover i {
  color: #607849;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product-right .payment-card-bottom {
  margin-top: 10px;
}

.product-right .payment-card-bottom ul li {
  padding-right: 10px;
}

.product-right.product-form-box {
  text-align: center;
  border: 1px solid #dddddd;
  padding: 20px;
}

.product-right.product-form-box .product-description .qty-box {
  margin-bottom: 5px;
}

.product-right.product-form-box .product-description .qty-box .input-group {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.product-right.product-form-box .product-buttons {
  margin-bottom: 0;
}

.rating {
  margin-top: 0;
}

.rating i {
  padding-right: 5px;
}

.rating i:nth-child(-n + 4) {
  color: #ffa200;
}

.rating i:last-child {
  color: #dddddd;
}

.tab-border {
  border: 1px solid #dddddd;
  margin: 0;
  padding: 8px 0;
}

.tab-border .nav-border {
  border-bottom: 0;
  border-right: 1px solid #dddddd;
}

.vertical-tab.tab-product .nav-material.nav-tabs .nav-item .nav-link {
  padding: 15px 20px;
}

.tab-product {
  padding-top: 30px;
}

.tab-product .nav-material.nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.tab-product .nav-material.nav-tabs .nav-item .nav-link {
  color: #212121;
  text-align: center;
  padding: 0 15px 20px 15px;
  text-transform: uppercase;
  border: 0;
}

.tab-product .nav-material.nav-tabs .nav-item .material-border {
  border-bottom: 2px solid #607849;
  opacity: 0;
}

.tab-product .nav-material.nav-tabs .nav-link.active {
  color: #607849;
}

.tab-product .nav-material.nav-tabs .nav-link.active ~ .material-border {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}

.tab-product .theme-form input {
  border-color: #dddddd;
  font-size: 15px;
  padding: 15px 25px;
  margin-bottom: 15px;
  height: inherit;
  text-align: left;
}

.tab-product .theme-form .btn-solid {
  margin: 0 auto;
}

.tab-product .tab-content.nav-material p {
  padding: 20px;
  margin-bottom: -8px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.tab-product .tab-content.nav-material .media {
  margin-top: 20px;
}

.tab-product .title {
  padding-right: 45px;
  color: #607849;
  padding-bottom: 20px;
}

.tab-product .theme-slider .slick-arrow {
  top: -45px;
  height: auto;
}

.tab-product .theme-slider .slick-arrow :before {
  color: #000000;
  font-size: 18px;
}

.tab-product .product-box {
  position: relative;
  margin: 5px;
}

.tab-product .product-box:hover {
  -webkit-box-shadow: 0 0 12px 0 #dddddd;
  box-shadow: 0 0 12px 0 #dddddd;
}

.tab-product .product-box .img-block {
  min-height: unset;
}

.tab-product .product-box .cart-info {
  position: absolute;
  padding: 10px 0;
  top: 25%;
  right: 15px;
  width: 40px;
  margin-right: 0;
}

.tab-product .product-box .cart-info i {
  padding-right: 0;
}

.tab-product .product-box .cart-info a,.tab-product .product-box .cart-info button {
  color: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #ffffff;
  height: 35px;
  width: 35px;
  margin: 7px 0;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
  -webkit-box-shadow: 0 0 12px 0 #dddddd;
  box-shadow: 0 0 12px 0 #dddddd;
}

.tab-product .product-box .cart-info a :hover,.tab-product .product-box .cart-info button :hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #607849;
}

.tab-product .product-box a {
  color: #0072bb;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
}

.tab-product .product-box .slick-slide img {
  display: block;
}

.product_image_4 > div:nth-last-child(-n + 2) {
  margin-top: 25px;
}

.quick-view {
  width: 100%;
  max-width: 1080px;
  max-height: 600px;
  position: relative;
}

.checkout-page .checkout-title {
  margin-bottom: 25px;
}

.checkout-page .checkout-title h3 {
  color: #444444;
  font-weight: 500;
}

.checkout-page .checkout-form .check-out .form-group:last-child {
  margin-bottom: -5px;
}

.checkout-page .checkout-form .check-out .form-group:last-child label {
  margin-bottom: -5px;
}

.checkout-page .checkout-form .form-group {
  position: relative;
  margin-bottom: 25px;
}

.checkout-page .checkout-form .form-group h3 {
  color: #444444;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 30px;
}

.checkout-page .checkout-form .form-group .field-label {
  line-height: 24px;
  text-transform: capitalize;
  color: #333333;
  margin-bottom: 10px;
  font-weight: 500;
}

.checkout-page .checkout-form .form-group .field-label span {
  font-size: 16px;
  color: #222222;
  font-weight: 500;
}

.checkout-page .checkout-form .form-group label {
  color: #000;
}

.checkout-page .checkout-form select {
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  background: url('/public/theme/css/color1/dropdown.png') no-repeat 95%;
}

.checkout-page .checkout-form input[type="text"],.checkout-page .checkout-form input[type="email"],.checkout-page .checkout-form input[type="password"],.checkout-page .checkout-form input[type="tel"],.checkout-page .checkout-form input[type="number"],.checkout-page .checkout-form input[type="url"] {
  width: 100%;
  padding: 0 22px;
  height: 45px;
  border: 1px solid #dddddd;
}

.checkout-page .checkout-form select {
  width: 100%;
  padding: 0 22px;
  height: 45px;
  border: 1px solid #dddddd;
}

.checkout-page .check-box {
  line-height: 24px;
  font-size: 14px;
  font-weight: normal;
  padding-top: 5px;
}

.checkout-page .check-box label {
  position: relative;
  top: -1px;
  font-weight: normal;
  padding: 0;
  font-size: 16px;
  cursor: pointer;
  color: #333333;
}

.order-box {
  position: relative;
  margin-bottom: 50px;
}

.order-box .title-box {
  position: relative;
  padding-bottom: 25px;
  color: #444444;
  font-weight: 500;
  font-size: 22px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}

.order-box .title-box span {
  position: relative;
  width: 35%;
  float: right;
  line-height: 1.2em;
}

.order-box .qty {
  position: relative;
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
}

.order-box .qty li {
  position: relative;
  display: block;
  font-size: 15px;
  color: #444444;
  line-height: 20px;
  margin-bottom: 20px;
}

.order-box .qty li span {
  float: right;
  font-size: 18px;
  line-height: 20px;
  color: #232323;
  font-weight: 400;
  width: 35%;
}

.payment-box {
  position: relative;
}

.padding-cls {
  padding-left: 50px;
  padding-right: 50px;
}

.box-content h6 {
  font-size: 14px;
  line-height: 25px !important;
  margin-bottom: 0;
}

.box-content a {
  color: #607849;
}

.account-sidebar {
  display: none;
  cursor: pointer;
  background-color: #607849;
  color: #ffffff;
  width: 30%;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 5px;
}

.product-order h3 {
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
}

.product-order .product-order-detail {
  margin-top: 15px;
}

.product-order .product-order-detail img {
  height: 130px;
}

.product-order .product-order-detail .order_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-order .product-order-detail .order_detail h4 {
  margin-bottom: 5px;
  text-transform: capitalize;
  font-weight: 500;
}

.product-order .product-order-detail .order_detail h5 {
  text-transform: capitalize;
  margin-bottom: 0;
}

.compare-section .slick-slide > div {
  border: 1px solid #ddd;
  border-left: none;
}

.compare-section .slick-slide:first-child {
  border-left: 1px solid #ddd;
}

.compare-padding {
  padding-bottom: 50px;
}

.compare-padding h2 {
  margin-bottom: 20px;
}

/*=====================
    23.Loader CSS start
==========================*/

.loader-wrapper {
  height: 100vh;
  width: 100vw;
  background-color: #fff;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  z-index: 9999;
  top: 0;
}

.loader-wrapper .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: #607849;
  border-radius: 50%;
}

.loader-wrapper .loader:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  border: 0 solid white;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: loading 1000ms ease-out forwards infinite;
  animation: loading 1000ms ease-out forwards infinite;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.loader-wrapper.green-loader .loader {
  background-image: -webkit-gradient(linear, left top, right top, from(#01effc), to(#485ff2));
  background-image: linear-gradient(to right, #01effc, #485ff2);
  background-color: #607849;
}

@-webkit-keyframes loading {
  0% {
    border: 0 solid white;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  20% {
    border: 8px solid white;
    width: 0;
    height: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  100% {
    border: 8px solid white;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

@keyframes loading {
  0% {
    border: 0 solid white;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  20% {
    border: 8px solid white;
    width: 0;
    height: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  100% {
    border: 8px solid white;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

/*=====================
    24.Tab to top CSS start
==========================*/

/*=====================
    25.theme setting box CSS start
==========================*/

.color1 {
  background: #607849;
}

.color2 {
  background: #3fdda7;
}

.color3 {
  background: #f0b54d;
}

.color4 {
  background: #e4604a;
}

.color5 {
  background: #d4b196;
}

.color6 {
  background: #866e6c;
}

.color7 {
  background: #cc2121;
}

.color8 {
  background: #dc457e;
}

.color9 {
  background: #6d7e87;
}

.color10 {
  background: #fa869b;
}

.color11 {
  background: #81ba00;
}

.color12 {
  background: #fe816d;
}

.color13 {
  background: #01effc;
}

.color14 {
  background: #5d7227;
}

.color15 {
  background: #ff9944;
}

.color16 {
  background: #5fcbc4;
}

.color17 {
  background: #e38888;
}

.color18 {
  background: #000000;
}

.dark-light {
  position: fixed;
  right: 0;
  width: 40px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(154, 154, 154, 0.54);
  box-shadow: 0px 0px 5px 0px rgba(154, 154, 154, 0.54);
  top: calc(50% + 34px);
  cursor: pointer;
}

.setting-sidebar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #f7f7f7;
  width: 40px;
  height: 40px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(154, 154, 154, 0.54);
  box-shadow: 0px 0px 5px 0px rgba(154, 154, 154, 0.54);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.setting-sidebar i {
  -webkit-animation: ring-rotate 3s infinite linear;
  animation: ring-rotate 3s infinite linear;
  font-size: 20px;
  color: #3c3c3c;
  margin-left: 10px;
}

.setting-sidebar.open-icon {
  right: 351px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.setting_box_body {
  position: relative;
  background-color: white;
  z-index: 9;
  height: 100vh;
}

.setting-box {
  position: fixed;
  height: 100vh;
  overflow-y: auto;
  width: 350px;
  right: -360px;
  background-color: white;
  top: 0;
  z-index: 999;
  -webkit-box-shadow: 0 15px 5px 0 rgba(77, 77, 77, 0.28);
  box-shadow: 0 15px 5px 0 rgba(77, 77, 77, 0.28);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.setting-box ::-webkit-scrollbar {
  width: 3px;
  height: 7px;
}

.setting-box ::-webkit-scrollbar-track {
  background: #dddddd;
}

.setting-box ::-webkit-scrollbar-thumb {
  background: #888888;
}

.setting-box ::-webkit-scrollbar-thumb:hover {
  background: #555555;
}

.setting-box.open-setting {
  right: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.setting-box.open-setting .overlay {
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.setting-box .sidebar-back {
  padding: 20px;
  font-size: 18px;
  color: #222222;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-box-shadow: inset 0px 0px 6px rgba(115, 115, 115, 0.09);
  box-shadow: inset 0px 0px 6px rgba(115, 115, 115, 0.09);
  background-color: #f3f3f3;
}

.setting-box .setting-title {
  padding: 20px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 0;
}

.setting-box .setting-title h4 {
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}

.setting-box .setting-contant {
  padding: 20px;
  border-bottom: 1px solid #efefef;
}

.setting-box .setting-contant .setting_buttons .setting_btn {
  background-color: #607849;
  color: white;
  width: 100%;
}

.setting-box .setting-contant .setting_buttons li:first-child {
  width: 49%;
}

.setting-box .setting-contant .setting_buttons li.active {
  -webkit-box-shadow: 0px 0px 5px 0px #929292;
  box-shadow: 0px 0px 5px 0px #929292;
}

.setting-box .setting-contant .setting_buttons li:last-child {
  margin-left: 10px;
  width: 46%;
}

.setting-box .setting-contant .color-box li {
  padding: 3px;
}

.setting-box .setting-contant .color-box li a {
  width: 32px;
  height: 32px;
  display: block;
}

.setting-box .setting-contant .color-box li.active {
  position: relative;
}

.setting-box .setting-contant .color-box li.active a {
  -webkit-box-shadow: 0px 0px 5px 0px #929292;
  box-shadow: 0px 0px 5px 0px #929292;
}

.setting-box .setting-contant .color-box li.active:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'></path></svg>");
  top: 13px;
  height: 15px;
  width: 15px;
  background-size: 80%;
  background-repeat: no-repeat;
  position: absolute;
  left: 14px;
  -webkit-filter: invert(100);
  filter: invert(100);
}

.setting-box .overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@-webkit-keyframes ring-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ring-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*dark*/

/*=====================
    27.Menu css start
==========================*/

.sm,.sm ul,.sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
}

.sm {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.sm ul {
  display: none;
}

.sm li {
  position: relative;
}

.sm > li > h1 {
  margin: 0;
  padding: 0;
}

.sm > li > h2 {
  margin: 0;
  padding: 0;
}

.sm > li > h3 {
  margin: 0;
  padding: 0;
}

.sm > li > h4 {
  margin: 0;
  padding: 0;
}

.sm > li > h5 {
  margin: 0;
  padding: 0;
}

.sm > li > h6 {
  margin: 0;
  padding: 0;
}

.sm a {
  position: relative;
  display: block;
}

.sm * {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.sm *::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.sm *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.sm::after {
  content: "";
  display: block;
  height: 0;
  font: 0/0 serif;
  clear: both;
  overflow: hidden;
}

.toggle-nav {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  cursor: pointer;
}

.toggle-nav i {
  font-size: 24px;
  color: #ff6355;
}

.mega-menu-banner:hover:before {
  display: none;
}

.up-text {
  position: relative;
}

.up-text span {
  position: absolute;
  top: -5px;
  right: -10px;
  color: #607849;
  font-size: 12px;
  font-weight: 500;
}

.pixelstrap.sm-vertical a .sub-arrow {
  margin-top: -22px;
  right: 7px;
}

.pixelstrap ul {
  border-radius: 0;
}

.pixelstrap.light-font-menu li > a {
  color: #393230;
}

.pixelstrap a,.pixelstrap a:hover,.pixelstrap a:active {
  padding-right: 45px;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
  padding-top: 42px;
  padding-bottom: 42px;
  letter-spacing: 0.07em;
}

.pixelstrap a:hover {
  color: #607849;
}

.pixelstrap a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 15px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  border-radius: 4px;
}

.pixelstrap > li:last-child > a,.pixelstrap > li:last-child > *:not(ul) a,.pixelstrap > li:last-child > ul,.pixelstrap > li:last-child > ul > li:last-child > a,.pixelstrap > li:last-child > ul > li:last-child > *:not(ul) a,.pixelstrap > li:last-child > ul > li:last-child > ul,.pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > a,.pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a,.pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul,.pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,.pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a,.pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul,.pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,.pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a,.pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
  border-radius: 0 0 0 0;
}

.pixelstrap ul {
  background: #e4f0df;
  padding: 1rem 0;
}

.pixelstrap ul ul {
  background: rgba(255, 85, 69, 0.04);
}

.pixelstrap ul a,.pixelstrap ul a:hover,.pixelstrap ul a:focus,.pixelstrap ul a:active {
  background: transparent;
  color: #ff3522;
  font-size: 14px;
  text-shadow: none;
}

.pixelstrap ul a.current {
  background: #607849;
  color: #fff;
}

.pixelstrap ul ul a,.pixelstrap ul ul a:hover,.pixelstrap ul ul a:focus,.pixelstrap ul ul a:active {
  border-left: 16px solid transparent;
}

.pixelstrap ul ul ul a,.pixelstrap ul ul ul a:hover,.pixelstrap ul ul ul a:focus,.pixelstrap ul ul ul a:active {
  border-left: 24px solid transparent;
}

.pixelstrap ul ul ul ul a,.pixelstrap ul ul ul ul a:hover,.pixelstrap ul ul ul ul a:focus,.pixelstrap ul ul ul ul a:active {
  border-left: 32px solid transparent;
}

.pixelstrap ul ul ul ul ul a,.pixelstrap ul ul ul ul ul a:hover,.pixelstrap ul ul ul ul ul a:focus,.pixelstrap ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

.pixelstrap ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.pixelstrap ul li:first-child {
  border-top: 0;
}

.pixelstrap .mega {
  position: unset !important;
}

.pixelstrap .mega ul {
  margin-left: 0 !important;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.pixelstrap .link-section h5 {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 14px;
}

.pixelstrap .link-section ul {
  position: relative;
  display: block;
  padding: 0;
}

.pixelstrap .link-section ul li a {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 14px;
  padding-left: 0;
}

.pixelstrap .mega-menu ul {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pixelstrap li a {
  position: relative;
}

/*.sm-vertical {
  background-color: #ffffff;
}*/

.sidenav {
  height: 100vh;
  width: 300px;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: -300px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidenav .sidebar-back {
  padding: 20px;
  font-size: 18px;
  color: #222222;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
  cursor: pointer;
}

.sidenav nav {
  background-color: #ffffff;
  z-index: 9;
  position: relative;
  height: 100vh;
  top: 0;
  overflow-y: auto;
}

.sidenav.open-side {
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidenav.open-side .sidebar-overlay {
  opacity: 0.8;
  visibility: visible;
}

.sidenav .sidebar-overlay {
  visibility: hidden;
  opacity: 0;
  background-color: #212331;
  position: fixed;
  z-index: 6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  font-size: 36px;
  margin-left: 50px;
  margin-top: 50px;
  color: #938d8c;
}

.sidenav .pixelstrap li a {
  padding: 10px 50px 20px 40px;
}

.sidenav .pixelstrap li ul li a {
  padding: 5px 35px;
}

.sidenav .pixelstrap li ul li a:active,.sidenav .pixelstrap li ul li a:focus {
  padding: 5px 35px;
}



/*@media (min-width: 1200px) {
  .toggle-nav {
    display: none;
  }
    .pixelstrap ul a, .pixelstrap.sm-vertical a {
    white-space: normal; }
  .pixelstrap .sm-nowrap > li > a, .pixelstrap .sm-nowrap > li > :not(ul) a {
    white-space: nowrap; }
    .pixelstrap .sm-nowrap > li > a.highlighted, .pixelstrap .sm-nowrap > li > :not(ul) a.highlighted {
      white-space: nowrap; }

  .sm-vertical li ul li a .sub-arrow {
    margin-top: -15px !important;
  }

  .mobile-back {
    display: none !important;
  }

  .pixelstrap ul {
    position: absolute;
  }

  .pixelstrap li {
    position: relative;
    float: left;
  }

  .pixelstrap.sm-rtl li {
    float: right;
  }

  .pixelstrap ul li,  .pixelstrap.sm-rtl ul li,  .pixelstrap.sm-vertical li {
    float: none;
  }

  .pixelstrap a {
    white-space: nowrap;
  }

  .pixelstrap ul a,  .pixelstrap.sm-vertical a {
    white-space: normal;
  }

  .pixelstrap ul {
    -webkit-box-shadow: 0 0 1px 0 #ebebeb;
    box-shadow: 0 0 1px 0 #ebebeb;
  }

  .pixelstrap .mega {
    position: static !important;
  }

  .pixelstrap .mega ul {
    margin-left: 0 !important;
  }

  .pixelstrap .mega ul ul {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .pixelstrap a .sub-arrow::before {
    content: "\e801";
    font-family: fontello;
    position: absolute;
  }

  .pixelstrap ul {
    background: #e4f0df;
    border: 1px solid #999;
    padding: 15px 0px 15px 0px;
  }

  .pixelstrap ul ul {
    background: white;
  }

  .pixelstrap ul a {
    position: relative;
  }

  .pixelstrap ul a:before {
    position: absolute;
    bottom: 0;
    content: "";
    height: 2px;
    width: 0;
    background-color: #607849;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }

  .pixelstrap ul a,  .pixelstrap ul a:hover,  .pixelstrap ul a:focus,  .pixelstrap ul a:active {
    border: 0 !important;
    background: transparent;
    color: #222222;
    border-radius: 0 !important;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 5px 35px;
  }

  .pixelstrap ul a:hover:before,  .pixelstrap ul a:hover:hover:before,  .pixelstrap ul a:focus:hover:before,  .pixelstrap ul a:active:hover:before {
    width: 50px;
    height: 2px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }

  .pixelstrap ul a .sub-arrow:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
  }

  .pixelstrap ul li {
    border: 0;
  }

  .pixelstrap.sm-rtl.sm-vertical a .sub-arrow:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
  }

  .pixelstrap.sm-rtl > li:first-child {
    border-left: 1px solid #ff3522;
  }

  .pixelstrap.sm-rtl > li:last-child {
    border-left: 0;
  }

  .pixelstrap.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 10px;
  }

  .pixelstrap.sm-vertical a {
    padding: 9px 23px;
  }

  .pixelstrap.sm-vertical a .sub-arrow:before {
    content: "\e800";
    font-family: fontello;
    position: absolute;
    font-size: 12px;
  }

  .pixelstrap.sm-vertical > li {
    border-left: 0 !important;
  }

  .main-nav-center > nav {
    text-align: center;
  }

  .main-nav-center .sm {
    display: inline-block;
    vertical-align: middle;
  }

  .main-nav-center .sm > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .main-nav-center .sm > li > a > span.sub-arrow {
    display: ruby-text-container;
  }

  .layout3-menu .pixelstrap a {
    text-transform: capitalize;
    padding-right: 34px;
    letter-spacing: 0.04em;
  }

  .layout3-menu .pixelstrap .sub-arrow {
    right: 12px;
  }

 
}*/

@media (max-width: 1367px) {
  .pixelstrap a {
    font-size: 14px;
  }

  .pixelstrap a:hover,  .pixelstrap a:active {
    font-size: 14px;
  }
}

/*@media (max-width: 1199px) {*/
  .mega-box.col {
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
  }

  .pixelstrap .mega {
    position: unset !important;
  }

  .pixelstrap .mega ul {
    margin-left: 0 !important;
  }

  .pixelstrap a .sub-arrow {
    right: 0;
  }

  .pixelstrap a .sub-arrow:before {
    content: '+';
  }

  .pixelstrap > li > a {
    font-weight: 400;
  }

  .pixelstrap > li > a:hover,  .pixelstrap > li > a:focus,  .pixelstrap > li > a:active {
    font-weight: 400;
  }

  .pixelstrap .link-section .menu-title h5 {
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
  }

  .pixelstrap .link-section .menu-content a {
    text-transform: capitalize;
  }

  .pixelstrap .link-section ul {
    background-color: unset;
  }

  .pixelstrap .link-section h5 {
    font-weight: 500;
  }

  .pixelstrap li a {
    padding: 10px 15px;
    font-size: 14px;
  }

  .pixelstrap li a:hover {
    font-size: 14px;
    padding: 10px 15px;
  }

  .pixelstrap li ul li a {
    padding: 5px 35px;
    font-size: 14px;
    color: #222222;
    font-weight: 400;
  }

  .pixelstrap li ul li a:hover {
    color: #607849;
    font-size: 14px;
    padding: 5px 35px;
  }

  .pixelstrap.sm-vertical a .sub-arrow {
    margin-top: -18px;
  }

  .pixelstrap .mega ul {
    max-width: 100%;
  }

  .pixelstrap ul li {
    border-top: none;
  }

  .sidenav {
    overflow-y: auto;
  }

  .sidenav .pixelstrap li ul li a {
    padding: 5px 20px;
  }

  .sidenav .pixelstrap li ul li a:hover {
    padding: 5px 20px;
  }



  .sidenav .pixelstrap li a {
    padding: 10px 25px;
  }

  .sidenav .pixelstrap li a:hover {
    padding: 10px 25px;
  }

  .main-menu.border-section {
    border: none;
  }

  .main-menu .menu-left .main-menu-right .toggle-nav {
    position: absolute;
    z-index: 2;
    right: 145px;
    top: 6px;
  }

  .main-menu .menu-left .main-menu-right .toggle-nav .sidebar-name {
    font-size: 18px;
    padding-left: 5px;
    text-transform: uppercase;
  }

  .main-nav-center .toggle-nav {
    position: absolute;
    z-index: 99;
    right: 175px;
    top: -105px;
  }

  .layout3-menu .main-menu .menu-left .main-menu-right .toggle-nav {
    right: unset;
    top: -1px;
  }


/*}*/

@media (max-width: 991px) {
  .top-header .header-contact {
    display: none;
  }
}

@media (min-width: 578px) {
  .main-menu .menu-right .icon-nav .mobile-search i,  .main-menu .menu-right .icon-nav .mobile-cart i,  .main-menu .menu-right .icon-nav .mobile-setting i {
    display: none;
  }

  .main-menu .menu-right .icon-nav .mobile-search .show-div .form-inline button i {
    display: inline-block;
  }
}

@media (max-width: 577px) {
  .chkml {
    width: 100%!important;
    margin-left: 0rem!important;
  }

  .top-header {
    height: 0;
  }

  .main-nav-center .toggle-nav {
    right: 15px;
    top: -85px;
  }

  .mobile-fix-option {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 60px;
    background-color: #607849;
    width: 100vw;
    z-index: 9;
    -webkit-box-shadow: 0 2px 5px 0 #a8a8a8;
    box-shadow: 0 2px 5px 0 #a8a8a8;
  }

  .header-5 .top-header .header-dropdown .mobile-wishlist img,  .header-5 .top-header .header-dropdown .mobile-account img {
    -webkit-filter: brightness(5);
    filter: brightness(5);
  }

  .header-5 .main-menu .brand-logo {
    margin: 0;
    left: 0;
    -webkit-transform: unset;
    transform: unset;
  }

  .top-header .header-dropdown .mobile-account,  .top-header .header-dropdown .mobile-wishlist {
    position: fixed;
    bottom: 20px;
    right: 53%;
    font-size: 0;
    padding: 0;
    z-index: 9;
  }

  .top-header .header-dropdown .mobile-account i,  .top-header .header-dropdown .mobile-wishlist i {
    font-size: 22px;
    font-family: themify;
    color: #fff;
  }

/*  .top-header .header-dropdown .mobile-account i:before,  .top-header .header-dropdown .mobile-wishlist i:before {
    content: "\e602";
  }*/

  .top-header .header-dropdown .mobile-account .onhover-show-div,  .top-header .header-dropdown .mobile-wishlist .onhover-show-div {
    top: unset;
    bottom: 42px;
    right: 0;
  }

  .top-header .header-dropdown .mobile-account:hover i,  .top-header .header-dropdown .mobile-wishlist:hover i {
    color: #fff;
  }

  .top-header .header-dropdown .mobile-wishlist {
    right: 64%;
  }

  .top-header .header-dropdown .mobile-wishlist i {
    font-family: themify;
    color: #999999 !important;
  }

  .top-header .header-dropdown .mobile-wishlist i:before {
    content: "\e634";
  }

  .main-menu .menu-left .navbar {
    padding: 30px 45px 30px 0 !important;
  }

  .main-menu .menu-right .icon-nav .mobile-setting,  .main-menu .menu-right .icon-nav .mobile-cart,  .main-menu .menu-right .icon-nav .mobile-search {
    position: fixed;
    bottom: 20px;
    right: 16%;
    font-size: 0;
    padding: 0;
  }

  .main-menu .menu-right .icon-nav .mobile-setting .show-div,  .main-menu .menu-right .icon-nav .mobile-cart .show-div,  .main-menu .menu-right .icon-nav .mobile-search .show-div {
    top: -58px;
    left: 0;
  }

  .main-menu .menu-right .icon-nav .mobile-setting .show-div.shopping-cart,  .main-menu .menu-right .icon-nav .mobile-cart .show-div.shopping-cart,  .main-menu .menu-right .icon-nav .mobile-search .show-div.shopping-cart {
    top: unset;
    bottom: 42px;
    left: -118px !important;
  }

  .main-menu .menu-right .icon-nav .mobile-setting i {
    display: inline-block;
    font-size: 22px;
    color: #fff;
  }

  .main-menu .menu-right .icon-nav .mobile-setting > div img {
    display: none;
  }

  .main-menu .menu-right .icon-nav .mobile-setting .setting {
    top: unset;
    bottom: 42px;
    left: unset !important;
  }

  .main-menu .menu-right .icon-nav .mobile-cart {
    right: 66%;
  }

  .main-menu .menu-right .icon-nav .mobile-cart i {
    display: inline-block;
    font-size: 22px;
    color: #fff;
  }

  .main-menu .menu-right .icon-nav .mobile-cart > div img {
    display: none;
  }

  .main-menu .menu-right .icon-nav .mobile-search {
    right: 80%;
    z-index: 1;
  }

  .main-menu .menu-right .icon-nav .mobile-search i {
    display: inline-block;
    font-size: 22px;
    color: #fff;
  }

  .main-menu .menu-right .icon-nav .mobile-search img {
    display: none;
  }

  .main-menu .menu-right .icon-nav .mobile-search .show-div .form-group {
    margin-bottom: 0;
  }

  .main-menu .menu-right .icon-nav .mobile-search .show-div .form-inline button i {
    font-size: 14px;
  }

  .brand-logo {
    position: absolute;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .toggle-nav {
    padding-top: 30px;
    padding-bottom: 30px;
  }

}

@media (max-width: 480px) {
  .brand-logo img {
    height: 25px;
  }
}

/*=====================
    29.Responsive CSS start
==========================*/

@media (min-width: 1430px) {
  .container {
    max-width: 1400px;
  }
}

@media (max-width: 991px) {
  header.left-header .top-header {
    padding-left: 0;
  }

  header.left-header .top-header .header-contact {
    display: none;
  }

  header.left-header .sidenav {
    left: -300px;
  }

  header.left-header .sidenav.open-side {
    left: 0;
  }

  header.left-header .sidenav .sidebar-back {
    display: block;
    color: black;
    border-bottom: 1px dashed #dddddd;
  }

  header.left-header .sidenav .brand-logo {
    display: none;
  }

  header.left-header .sidenav .left-sidebar_center {
    padding: 0 0 25px 25px;
  }

  header.left-header .main-menu .menu-left .navbar {
    display: block;
  }

  header.left-header .main-menu .menu-left .mobile-logo {
    display: block;
    border: none;
  }

  header.left-header .search-overlay {
    padding-left: 0;
  }

  .left-sidebar_space {
    padding-left: 0;
  }

  .banner-slider .height-banner {
    height: unset;
  }

  .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
    width: 20%;
    padding-right: 0 !important;
    border-left: 1px solid #dddddd;
  }

  .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
    padding: 20px !important;
    padding-left: 0 !important;
    width: 20%;
  }

  .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li:last-child {
    display: none;
  }

  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
    border-right: 1px solid #dddddd;
    width: 30%;
  }

  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
    width: 30%;
  }

  .collection-product-wrapper .product-top-filter .popup-filter .collection-view {
    width: 10%;
  }

  .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
    width: 25%;
  }

  .cart-section .cart-buttons > div:last-child {
    padding-right: 38px;
  }

  .product-right .product-icon .product-social li {
    padding-right: 10px;
  }
}

@media (max-width: 1430px) and (min-width: 1200px) {
  .layout3-menu {
    max-width: 100%;
  }

  .layout3-menu .main-menu .menu-left .navbar {
    padding: 40px 10px 40px 0;
  }

  .layout3-menu .pixelstrap > a {
    padding-right: 38px;
  }

}

/*filtri*/
/*@media (max-width: 1367px) {*/


@media (max-width: 2000px) {
	.lstContainer {
		width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
max-width:1200px;
	}
	  .filter-main-btn {
    display: none;
  }

/*	 
sopra da rimuovere per riattivare filtri
 .filter-main-btn {
    display: block;
  }
  */  
  .collection-mobile-back {
    display: block;
}
	 .collection-filter {
    position: fixed;
    height: 100vh;
    top: 0;
    left: -350px;
    background-color: white;
    z-index: 99;
    overflow-y: scroll;
    padding: 15px 0 15px 15px;
    max-width: 350px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 1px 0 5px #ddd;
    box-shadow: 1px 0 5px #ddd;
  }

  .collection-filter .collection-sidebar-banner {
    text-align: center;
  }

  .collection-filter .theme-card {
    padding-left: 30px;
    padding-right: 30px;
  }

  .collection-filter .collection-sidebar-banner {
    padding: 0 30px;
  }

  .collection-filter-block {
    border: none;
  }
  h2 {
    font-size: 32px;
  }

  .title3 .line {
    height: 3px;
  }

  .title3 .line:after,  .title3 .line:before {
    height: 3px;
  }

  .home-slider:hover .slick-next ,.home-slider:hover .slick-prev {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }

  .product-box .product-detail .rating i,  .product-box .product-info .rating i,  .product-wrap .product-detail .rating i,  .product-wrap .product-info .rating i {
    padding-right: 0;
  }

  .service-block h4 {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .subscribe-form .form-control {
    width: 215px;
  }

  .collection-banner .contain-banner.banner-3 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .collection-banner .contain-banner.banner-3 h2 {
    font-size: 30px;
  }

  .collection-banner .contain-banner.banner-4 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .collection-banner .contain-banner.banner-4 h2 {
    font-size: 28px;
  }

  .collection-banner .contain-banner h2 {
    font-size: 55px;
    letter-spacing: 0.01em;
  }

  .collection-banner .contain-banner h4 {
    letter-spacing: 0.01em;
  }

  .footer-theme2 .footer-mobile-title {
    display: none !important;
  }

  .footer-theme .sub-title h4 {
    font-size: 14px;
  }

  .footer-theme .sub-title .contact-list li {
    line-height: 20px;
  }

  /*.footer-theme .sub-title .contact-list i {
    top: 17px;
  }*/

  .theme-tab .tab-content .product-tab .tab-box .product-box2 img {
    height: 160px;
  }

  .blog-page .blog-media .blog-right h4 {
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .blog-page .blog-media .blog-right h6 {
    margin-bottom: 5px;
  }

  .blog-page .blog-media .blog-right ul {
    margin-bottom: 10px;
  }

  .blog-page .blog-media .blog-right p {
    line-height: 1.4;
  }
}

@media (max-width: 1199px) {
  section,  .section-t-space {
    padding-top: 60px;
  }

  .section-b-space {
    padding-bottom: 60px;
  }

  .partition1 {
    margin-bottom: -25px;
  }

  .partition1 > div {
    margin-bottom: 25px;
  }

  .title1 h4 {
    padding-bottom: 8px;
  }

  .title2 h4 {
    padding-bottom: 8px;
  }

  .title3 h4 {
    padding-bottom: 8px;
  }

  .title3 .line {
    margin-bottom: 25px;
  }

  .title4 .line {
    margin-bottom: 25px;
  }

  header.header-6 .mobile-search {
    display: inline-block;
  }

  header.header-7 .main-nav-center .toggle-nav {
    top: -94px;
  }

  .form_search {
    display: none;
  }

  .tab-left .theme-tab {
    display: block;
  }

  .tab-left .theme-tab .left-side {
    width: 100%;
  }

  .tab-left .theme-tab .left-side li {
    width: unset;
    border-bottom: none;
    padding: 0 5px;
  }

  .tab-left .theme-tab .left-side li:first-child {
    border-top: none;
  }

  .tab-left .theme-tab .left-side .tab-title {
    margin-right: 0;
    text-align: center;
  }

  .tab-left .theme-tab .tab-content-cls {
    width: 100%;
  }

  .about-text p {
    margin-bottom: 25px;
  }



  .footer-theme2 p {
    line-height: 25px;
  }

  .footer-theme2 .subscribe-block {
    padding: 10px 70px;
  }

  .footer-theme2 .footer-mobile-title {
    display: none !important;
  }

  .footer-theme2 .footer-link li {
    padding-right: 25px;
  }

  .service-block svg,  .service-block1 svg {
    width: 50px;
    height: 50px;
  }

  .service-block1 svg {
    margin-bottom: 15px;
  }

  .no-slider .product-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: calc(33.33% - 30px);
    margin: 0 15px 30px;
  }

  .theme-tab .tab-title2 {
    font-size: 22px;
  }

  .theme-tab .tab-title2:after {
    top: 17px;
  }

  .theme-tab .tab-content .product-tab .tab-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: calc(50% - 10px);
  }

  .theme-tab .tab-content .product-tab .tab-box:nth-last-child(-n + 2) {
    margin: 0 5px 0;
  }

  .theme-tab .tab-content .product-tab .tab-box:nth-last-child(-n + 4) {
    margin: 0 5px 10px;
  }

  .theme-tab .tab-content .product-tab .tab-box .product-box2 img {
    height: 280px;
  }

  .collection-banner .contain-banner.banner-3 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .collection-banner .contain-banner.banner-3 h2 {
    font-size: 25px;
  }

  .collection-banner .contain-banner.banner-3 h4 {
    font-size: 12px;
  }

  .collection-banner .contain-banner.banner-4 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .collection-banner .contain-banner.banner-4 h2 {
    font-size: 24px;
  }

  .collection-banner .contain-banner.banner-4 h4 {
    font-size: 16px;
  }

  .collection-banner .contain-banner h2 {
    font-size: 40px;
  }

  .home-slider .home {
    height: 70vh;
  }

  .home-slider .slider-contain {
    height: 70vh;
  }

  .home-slider .slider-contain h1 {
    font-size: 50px;
  }

  .height-85 .home-slider .home {
    height: 80vh;
  }

  .height-85 .home-slider .slider-contain {
    height: 80vh;
  }

  .background .contain-bg {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about-section h2 {
    font-size: 22px;
  }

  .about-section .about-text p {
    line-height: 24px;
  }

  .about-section .service .service-block1 svg {
    margin-bottom: 5px;
  }

  .about-section .service .service-block1 h5 {
    line-height: 18px;
  }

  .about-section .small-section {
    padding-top: 20px;
  }

  .padding-bottom-cls {
    padding-bottom: 30px;
  }

  .layout-8 {
    padding: 0 40px;
  }

  .add_to_cart.top,  .add_to_cart.bottom {
    left: -300px;
    top: 0;
    height: 100vh;
    width: 300px;
  }

  .add_to_cart.top.open-side,  .add_to_cart.bottom.open-side {
    left: 0;
  }

  .product-wrapper-grid.list-view .product-box .img-wrapper,  .product-wrapper-grid.list-view .product-box .img-block {
    width: 50%;
  }

  .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
    width: 20%;
    padding-right: 0 !important;
    border-left: 1px solid #dddddd;
  }

  .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
    padding: 20px !important;
    padding-left: 0 !important;
    width: 20%;
  }

  .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li:last-child {
    display: none;
  }

  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
    width: 30%;
  }

  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
    width: 30%;
  }

  .collection-filter-block .product-service .media .media-body h4 {
    font-size: 16px;
  }

  .product-right h2 {
    font-size: 20px;
  }

  .search-product > div:nth-last-child(1),  .search-product > div:nth-last-child(2),  .search-product > div:nth-last-child(3) {
    margin-top: 30px;
  }

  .blog-page .blog-media {
    margin-bottom: 20px;
  }

  .blog-page .blog-media .blog-right {
    display: block;
    margin-top: 15px;
  }

  .blog-page .blog-media .blog-right p {
    line-height: 1.3;
  }

  .product-description-box .border-product {
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .product-description-box .product-icon .product-social li {
    padding-right: 4px;
  }

  .product-description-box .product-icon .wishlist-btn span {
    padding-left: 4px;
  }

  .product-form-box .border-product {
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .product-form-box .product-buttons .btn-solid {
    padding: 7px 13px;
  }

  .tab-product .nav-material.nav-tabs {
    border-bottom: 1px solid #dddddd;
    border-right: 0;
  }

  .tab-product .nav-material.nav-tabs .nav-item .nav-link.active {
    background-color: unset;
  }

  .tab-border {
    padding-top: 0;
  }
}



@media (max-width: 991px) and (min-width: 767px) {
  .partition-f > div + div + div {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  h2 {
    font-size: 28px;
  }

  section,  .section-t-space {
    padding-top: 50px;
  }

  .section-b-space {
    padding-bottom: 50px;
  }

  .small-section {
    padding: 30px 0;
  }

  footer.footer-5 .footer-theme2 .subscribe-block {
    border-left: none;
    border-right: none;
  }

  .service_slide .service-home {
    position: relative;
  }

  .service_slide .service-home .service-block1 {
    padding: 0;
  }

  .service_slide .partition4 > div + div {
    margin-top: 0;
  }

  .service_slide .partition4 > div + div + div {
    margin-top: 30px;
  }

  h4 {
    font-size: 16px;
  }

  .service-block svg,  .service-block1 svg {
    margin-bottom: 20px;
    height: auto;
    width: 46px;
  }

  .partition_3 > div + div {
    margin-top: 30px;
  }

  .partition4 > div + div + div {
    margin-top: 30px;
  }

  .about-text p {
    line-height: 24px;
  }

  .footer-light .subscribe {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    margin-bottom: 5px;
  }

  .footer-light .subscribe p {
    display: none;
  }

  .footer-light .subscribe-form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .footer-theme .col {
    max-width: 50%;
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
  }

  .footer-theme .footer-logo {
    margin-bottom: 30px;
  }

  .footer-theme .sub-title h4 {
    margin-bottom: 10px;
  }

  .footer-social {
    margin-top: 15px;
  }

  .subscribe-wrapper {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-theme2 .footer-mobile-title {
    display: none !important;
  }

  .footer-theme2 h4 {
    padding-bottom: 10px;
  }

  .footer-theme2 .col {
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    padding: 20px 0;
  }

  .footer-theme2.section-light .footer-block h4 {
    padding-bottom: 15px;
  }

  .footer-theme2 .footer-logo {
    margin-bottom: 20px;
  }

  .footer-theme2 .subscribe-block {
    border: none;
  }

  .no-slider .product-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: calc(50% - 30px);
    margin: 0 15px 30px !important;
  }

  .no-slider .product-box:nth-last-child(-n+2) {
    margin: 0 15px 0 !important;
  }

  .collection-banner .contain-banner {
    padding-left: 60px;
    padding-right: 60px;
  }

  .collection-banner .contain-banner.banner-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .collection-banner .contain-banner.banner-3 h2 {
    font-size: 20px;
  }

  .collection-banner .contain-banner.banner-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .collection-banner .contain-banner.banner-4 h2 {
    font-size: 18px;
  }

  .collection-banner .contain-banner.banner-4 h4 {
    font-size: 18px;
  }

  .collection-banner .contain-banner h2 {
    font-size: 25px;
  }

  .collection-collapse-block {
    border-bottom: 1px solid #dddddd !important;
  }

  .service_slide .home-slider .slider-contain {
    height: 65vh;
  }

  .home-slider .home {
    height: 65vh;
  }

  .home-slider .slider-contain {
    height: 65vh;
  }

  .home-slider .slider-contain h1 {
    font-size: 36px;
  }

  .home-slider .slider-contain .btn-solid {
    margin-top: 17px;
  }

  .home-slider:hover .slick-next , .home-slider:hover .slick-prev {
    right: 90px;
  }

  .height-85 .home-slider .home {
    height: 70vh;
  }

  .height-85 .home-slider .slider-contain {
    height: 70vh;
  }

  .background .contain-bg {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .background .contain-bg h4 {
    font-size: 16px;
  }

  .theme-tab .tab-content .product-tab .tab-box .product-box2 img {
    height: 210px;
  }

  .layout-8 .layout-8-bg {
    padding: 0;
  }

  .alert {
    max-width: 45% !important;
  }

  .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg {
    padding: 15px;
  }

  .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body .buttons a {
    font-size: 13px;
    padding: 4px 10px;
    margin: 3px 6px;
  }

  .about-section {
    padding-top: 30px;
  }

  .about-section h2 {
    text-align: center;
  }

  .product-box .cart-info {
    bottom: 20px;
  }

  .top-banner-content h4 {
    font-size: 20px;
  }

  .collection-product-wrapper .product-top-filter {
    border-top: none;
  }

  .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
    display: none;
  }

  .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
    display: none;
  }

  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view,  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
    width: 50%;
  }

  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view:before,  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before {
    right: 15px !important;
  }

  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
    border-left: 1px solid #dddddd;
    padding: 21px 34px 21px 34px;
    border-top: none;
    border-bottom: none;
  }

  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
    border-right: none !important;
  }

  .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,  .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
    border-top: 1px solid #dddddd;
  }



 

  .collection-mobile-back {
    display: block;
  }

  .collection .section-t-space {
    padding-top: 30px;
  }

  .collection .partition-collection > div:nth-last-child(1) {
    margin-top: 30px;
  }

  .collection .partition-collection > div:nth-last-child(2) {
    margin-top: 30px;
  }

  .right-login {
    margin-top: 30px;
  }

  .contact-page .map iframe {
    height: 350px;
  }

  .contact-page .contact-right {
    padding-bottom: 0;
  }

  .contact-page .contact-right ul li {
    padding-left: 0;
    border-bottom: 1px solid #dddddd;
    text-align: center;
    padding-bottom: 10px;
    margin-top: 15px;
  }

  .contact-page .contact-right ul li .contact-icon {
    position: relative;
    margin: 0 auto;
    border-right: 0;
  }

  .contact-page .contact-right ul li p {
    margin-bottom: 10px;
  }

  .cart-section .cart-buttons > div:last-child {
    padding-right: 15px;
  }

  .product-right h2 {
    margin-top: 15px;
  }

  .product-right {
    text-align: center;
    margin: 20px 0 10px 0;
  }

  .product-right .detail-section,  .product-right .product-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .product-right .product-description .qty-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .product-right .product-icon .product-social li {
    padding-right: 20px;
  }

  .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    width: 55%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 20px;
    background: none #607849;
  }

  .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .open-popup {
    text-align: left;
  }

  .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup > a {
    color: #ffffff;
  }

  .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter {
    height: 100vh;
    left: -350px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .collection-product-wrapper .product-top-filter .popup-filter .collection-view,  .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
    display: none;
  }

  .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,  .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
    width: 50%;
  }

  .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,  .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before,  .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
    top: 13px;
  }

  .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
    left: unset;
    right: 35px;
  }

  .tab-product {
    padding-top: 0;
  }

  .tab-product .nav-material.nav-tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .product-form-box {
    margin-bottom: 10px;
  }

  .account-sidebar {
    display: block;
  }

  .product-slick .slick-next,  .rtl-product-slick .slick-next,  .product-right-slick .slick-next,  .rtl-product-right-slick .slick-next {
    opacity: 1;
  }

  .product-slick .slick-next,  .rtl-product-slick .slick-next,  .product-right-slick .slick-next,  .rtl-product-right-slick .slick-next {
    right: 20px;
  }

  .order-up {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media (max-width: 767px) {
  .theme-modal.cart-modal .product-section {
    display: none;
  }

  .j-box .product-box .cart-info {
    bottom: 0;
    position: relative;
    opacity: 1;
  }

  .j-box .product-box .cart-info a i {
    padding: 10px;
  }

  .layout3-menu {
    max-width: 100%;
  }

  .layout3-menu .main-menu .brand-logo img {
    height: 25px;
  }

  .service_slide .home-slider .slider-contain {
    height: 60vh;
  }

  header.header-metro .metro .layout3-menu {
    max-width: 540px;
  }

  header.left-header .top-header .header-dropdown li {
    padding: 15px;
  }

  header.left-header .main-menu .menu-right .icon-nav li {
    padding-left: 15px;
  }

  footer.footer-5 .sub-footer > .container {
    border-top: none;
  }

  footer.footer-5 .dark-layout .footer-title {
    border-bottom: 1px solid #ffffff;
  }

  section,  .section-t-space {
    padding-top: 40px;
  }

  .section-b-space {
    padding-bottom: 40px;
  }

  .small-section {
    padding: 20px 0;
  }

  .theme-tab .tab-title a,  .theme-tab .tab-title2 a {
    text-transform: capitalize;
  }

  .about-cls .service.border-section {
    border-bottom: none;
  }

  .about-cls .service.small-section {
    padding-bottom: 0;
  }

  .service-block .media {
    display: block;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .service-block svg {
    margin-right: 0;
  }

  .service-block + .service-block {
    border-left: 0;
    margin-top: 20px;
  }

  .service-block:last-child .media .media-body p {
    margin-bottom: 5px;
  }

  .partition2 {
    margin-bottom: -25px;
  }

  .partition2 > div {
    margin-bottom: 25px;
  }

  .partition3 > div + div {
    margin-top: 30px;
  }

  .partition4 > div + div {
    margin-top: 30px;
  }

  .center-slider {
    border-left: none;
    border-right: none;
  }

  .about-text p {
    line-height: 25px;
  }

  .dark-layout .footer-title {
    border-bottom: 1px solid #525252;
  }

  .dark-layout .subscribe-wrapper {
    padding-bottom: 10px;
  }

  .footer-title {
    margin-top: 10px;
    text-align: left;
    border-bottom: 1px solid #dddddd;
    position: relative;
  }

  .footer-title.footer-mobile-title {
    margin-top: 0;
  }

  .footer-title h4 {
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
  }

  .banner-slider .home-banner > div img {
    margin-top: 30px;
  }

  .banner-slider .home-banner > div:last-child img {
    margin-top: 30px;
  }

  .box-layout-body .box-layout {
    margin-top: -40px;
  }

  .layout-20 {
    padding: 15px;
  }

  .footer-contant {
    text-align: left;
  }

  .footer-contant .footer-logo {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-contant li {
    text-align: left;
  }

  .footer-contant .footer-social ul {
    margin: unset;
  }

  .footer-contant .footer-social ul li {
    padding-right: 25px;
    padding-left: 0;
  }

  .footer-theme {
    text-align: center;
  }

  .footer-theme .footer-mobile-title {
    display: block !important;
  }

  .footer-theme .col {
    max-width: 100%;
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
  }

  .footer-theme .footer-social {
    margin-bottom: 15px;
  }

  .footer-theme .sub-title li {
    padding-top: 7px;
  }

  .footer-theme .sub-title .contact-list i {
    position: relative;
    top: 0;
    margin-right: 10px;
  }

  .footer-theme .sub-title .contact-list li {
    padding-left: 0;
  }

  .footer-social ul {
    margin: 0 auto;
  }

  .footer-social li {
    padding: 0 15px;
  }

  .footer-end {
    text-align: center;
  }

  .sub-footer .payment-card-bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 25px;
  }

  .subscribe-wrapper {
    margin: 10px 0 0 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .footer-theme2 p {
    margin-bottom: 10px;
  }

  .footer-theme2 .footer-mobile-title {
    display: block !important;
  }

  .footer-theme2 .p-set {
    padding: 0 15px !important;
  }

  .footer-theme2 .col {
    padding: 0;
  }

  .footer-theme2 .footer-link li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
  }

  .footer-theme2 .footer-link h4 {
    padding-bottom: 10px;
  }

  .footer-theme2 .footer-link-b li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
  }

  .footer-theme2 .footer-link-b h4 {
    margin-top: 0;
    padding-bottom: 10px;
  }

  .footer-theme2.section-light .footer-block h4 {
    padding-bottom: 10px;
  }

  .footer-theme2 .subscribe-block h2 {
    margin-bottom: 20px;
  }

  .footer-theme2 h4 {
    padding-bottom: 10px;
  }

  .dark-layout .small-section {
    padding-bottom: 40px;
  }

  .dark-layout section {
    padding-top: 0;
  }

  .dark-layout .section-b-space {
    border: none;
    padding-bottom: 0;
  }

  .dark-layout .subscribe-wrapper {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block {
    padding: 10px 60px;
  }

  .dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block h2 {
    display: none;
  }

  .dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block .form-group .btn-solid {
    margin-top: 0;
  }

  .box-layout .small-section {
    padding-top: 0;
  }

  .layout9-box .product-box .img-block {
    min-height: unset;
  }

  .product-box .cart-detail,  .product-wrap .cart-detail {
    top: 5px;
    right: 10px;
  }

  .product-box:hover .product-info .add-btn,  .product-wrap:hover .product-info .add-btn {
    -webkit-animation: none;
    animation: none;
  }

  .product-box .img-block {
    min-height: 350px;
  }

  .product-box .cart-info,  .product-box .cart-detail {
    opacity: 1;
  }

  .product-box .img-wrapper .cart-box {
    opacity: 1;
  }

  .product-box:hover .img-wrapper .cart-box {
    -webkit-animation: none;
    animation: none;
  }

  .product-box:hover .cart-info button,  .product-box:hover .cart-detail button {
    -webkit-animation: none;
    animation: none;
  }

  .product-box:hover .cart-info a i,  .product-box:hover .cart-detail a i {
    -webkit-animation: none;
    animation: none;
  }

  .product-box:hover .cart-info a:nth-child(2) i,  .product-box:hover .cart-detail a:nth-child(2) i {
    -webkit-animation: none;
    animation: none;
  }

  .product-box:hover .cart-info a:nth-child(3) i,  .product-box:hover .cart-detail a:nth-child(3) i {
    -webkit-animation: none;
    animation: none;
  }

  .product-box:hover .cart-info a:nth-child(4) i,  .product-box:hover .cart-detail a:nth-child(4) i {
    -webkit-animation: none;
    animation: none;
  }

  .product-box .product-info .add-btn,  .product-wrap .product-info .add-btn {
    opacity: 1;
  }

  .theme-tab .tab-title2 {
    font-size: 20px;
  }

  .theme-tab .tab-title2 li {
    padding-left: 15px;
    padding-right: 15px;
  }

  .theme-tab .tab-title2:after {
    top: 15px;
  }

  .collection-banner .contain-banner {
    padding-left: 60px;
    padding-right: 60px;
  }

  .collection-banner .contain-banner.banner-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .collection-banner .contain-banner.banner-3 h2 {
    font-size: 20px;
  }

  .collection-banner .contain-banner.banner-3 h4 {
    font-size: 18px;
  }

  .collection-banner .contain-banner.banner-4 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .collection-banner .contain-banner.banner-4 h2 {
    font-size: 18px;
  }

  .collection-banner .contain-banner h2 {
    font-size: 35px;
  }

  .home-slider .home {
    height: 60vh;
  }

  .home-slider .slider-contain {
    height: 60vh;
  }

  .home-slider .slider-contain h1 {
    font-size: 35px;
    margin-top: 5px;
  }

  .home-slider .slider-contain .btn-solid {
    margin-top: 10px;
    padding: 10px 25px;
  }

  .home-slider:hover .slick-next , .home-slider:hover .slick-prev {
    right: 80px;
  }

  .height-85 .home-slider .home {
    height: 65vh;
  }

  .height-85 .home-slider .slider-contain {
    height: 65vh;
  }

  .background .col {
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
  }

  .background .contain-bg {
    margin: 10px 0;
  }

  .theme-tab .tab-title li,  .theme-tab .tab-title2 li {
    padding-left: 5px;
    padding-right: 5px;
  }

  .theme-tab .tab-content .product-tab .tab-box .product-box2 img {
    height: 150px;
    padding: 5px;
  }

  .filter-main-btn span {
    font-size: 16px;
  }

  .footer-theme2 .footer-link li,  .footer-theme2 .footer-link-b li {
    padding-left: 0;
  }

  .product-pagination .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 1px solid #dddddd;
  }

  .about-page {
    text-align: center;
  }

  .about-page p {
    line-height: 1.5;
  }

  .layout2-logo {
    padding-right: 70px;
  }

  .product-wrapper-grid.list-view .product-box {
    display: block;
    border: 1px solid #eee;
    padding: 15px;
  }

  .product-wrapper-grid.list-view .product-box .img-wrapper,  .product-wrapper-grid.list-view .product-box .img-block {
    margin: 0 auto 15px;
  }

  .product-wrapper-grid.list-view .product-box .product-detail {
    padding-left: 0;
  }

  .collection .partition-collection > div:nth-last-child(1),  .collection .partition-collection > div:nth-last-child(2),  .collection .partition-collection > div:nth-last-child(3) {
    margin-top: 30px;
  }

  .collection-product-wrapper .product-pagination .pagination .page-item a {
    padding: 15px 18px;
  }

  .search-product > div:nth-last-child(4) {
    margin-top: 30px;
  }

  .blog-page .blog-media:last-child {
    margin-bottom: 30px;
  }

  .blog-page .blog-sidebar ul li {
    display: block;
  }

  .tab-pane iframe {
    width: 100%;
  }

  .product-order .product-order-detail img {
    height: auto;
  }
}

@media (max-width: 577px) {
  .section-b-space {
    padding-bottom: 30px;
  }

  section,  .section-t-space {
    padding-top: 30px;
  }

  header.left-header .top-header {
    height: 70px;
  }

  header.left-header .top-header .header-dropdown li {
    padding: 0;
  }

  header.left-header .top-header .header-dropdown .mobile-wishlist img,  header.left-header .top-header .header-dropdown .mobile-account img {
    display: none;
  }

  header.left-header .top-header .header-dropdown .mobile-wishlist i,  header.left-header .top-header .header-dropdown .mobile-account i {
    display: block;
  }

  header.left-header .main-menu .menu-left .mobile-logo {
    position: absolute;
    padding: 0 !important;
    -webkit-transform: unset;
    transform: unset;
    right: unset;
    left: 15px;
    margin-right: 0;
    top: 16px;
  }

  header.left-header .main-menu .menu-left .navbar {
    position: absolute;
    right: 15px;
    padding: 0 !important;
    top: 22px;
  }

  .setting-sidebar {
    width: 35px;
    height: 35px;
  }

  .setting-sidebar i {
    font-size: 19px;
  }

  .dark-light {
    width: 35px;
    height: 35px;
  }

  .service_slide .home-slider .slider-contain {
    height: 58vh;
  }

  .filter-section .filter-container ul.filter > li {
    padding: 0 10px;
  }

  .filter-section .filter-container ul.filter > li > a {
    font-size: 16px;
    line-height: 30px;
  }

  .tab-left .theme-tab .left-side .left-tab-title {
    margin-bottom: 15px;
  }

  h2 {
    font-size: 24px;
  }

  .top-header .header-dropdown li i {
    padding-right: 0;
    font-size: 18px;
  }

  header.header-6 .main-menu .brand-logo {
    position: relative;
    left: 0;
    -webkit-transform: none;
    transform: none;
  }

  header.header-7 {
    position: relative;
    z-index: unset;
    background-color: #333333;
  }

  header.header-7 .main-menu .menu-left .navbar {
    padding: 15px 45px 15px 0 !important;
  }

  header.header-7 .main-nav-center .toggle-nav {
    top: -70px;
  }

  .layout3-menu .main-menu .menu-left {
    width: calc(100vw - 32px);
  }

  .layout3-menu .main-menu .menu-left .main-menu-right .toggle-nav {
    right: 15px;
  }

  .layout3-menu .main-menu .menu-left .main-menu-right .toggle-nav .sidebar-name {
    display: none;
  }

  .layout3-menu .main-menu > div:nth-child(2) {
    position: absolute;
    left: 54%;
    right: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0;
  }

  .layout3-menu .main-menu > div:nth-child(3) {
    height: 0;
  }

  .layout3-menu .brand-logo {
    left: 35%;
  }

  .search-overlay > div .closebtn {
    top: 15px;
    right: 30px;
  }

  .btn-solid {
    padding: 7px 15px;
  }

  footer {
    margin-bottom: 60px;
  }

  footer .btn-solid {
    padding: 13px 29px;
  }

  footer p {
    line-height: 20px;
  }

  .partition1 {
    margin-bottom: -15px;
  }

  .partition1 > div {
    margin-bottom: 15px;
  }

  .theme-modal .modal-dialog .quick-view-modal .product-right {
    margin: 15px 0 10px 0;
  }

  .theme-modal .modal-dialog .quick-view-modal .product-right h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .theme-modal .modal-dialog .quick-view-modal .product-right h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .theme-modal .modal-dialog .quick-view-modal .product-right .border-product {
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .theme-modal .modal-dialog .quick-view-modal .product-right .product-description .qty-box {
    margin-top: 5px;
  }

  .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media a img {
    max-width: 105px;
    margin-bottom: 10px;
  }

  .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body .buttons a {
    padding: 4px 5px;
  }

  .dark-layout .footer-theme2 .col {
    padding: 0 15px;
  }

  .dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block {
    padding: 10px 20px 20px 10px;
  }

  .footer-theme2 .col {
    padding: 0 15px;
  }

  .footer-theme2 .form-p {
    padding: 0;
  }

  .footer-theme2.footer-border {
    padding: 15px 0;
  }

  .footer-theme2 .subscribe-block {
    padding: 0 75px;
  }

  .footer-theme2 .footer-link h4 {
    padding-bottom: 10px;
  }

  .footer-theme2 .footer-link li {
    padding-right: 20px;
  }

  .footer-theme2 .footer-link-b h4 {
    padding-bottom: 15px;
  }

  .footer-theme2 .footer-link-b li {
    padding-right: 20px;
  }

  .filter-main-btn span {
    font-size: 14px;
  }

  .theme-tab .tab-title {
    margin-bottom: 25px;
  }

  .home-slider .home {
    height: 58vh;
  }

  .home-slider .slider-contain {
    height: 58vh;
  }

  .home-slider .slider-contain h1 {
    font-size: 30px;
  }

  .home-slider:hover .slick-next , .home-slider:hover .slick-prev {
    right: 70px;
  }

  .home-slider:hover .slick-next ,.home-slider:hover .slick-prev {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  .height-85 .home-slider .home {
    height: 60vh;
  }

  .height-85 .home-slider .slider-contain {
    height: 60vh;
  }

  .background .contain-bg {
    background-color: unset;
    padding-top: 0;
    padding-bottom: 0;
    margin: 10px 0;
  }

  .background .contain-bg:hover {
    background-color: unset;
  }

  .theme-tab .tab-content .product-tab .tab-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: calc(100% - 10px);
  }

  .theme-tab .tab-content .product-tab .tab-box:nth-last-child(-n + 2) {
    margin: 0 5px 10px;
  }

  .theme-tab .tab-content .product-tab .tab-box:nth-last-child(-n + 1) {
    margin: 0 5px 0;
  }

  .theme-tab .tab-content .product-tab .tab-box .product-box2 img {
    height: 150px;
  }

  .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body a h6 {
    margin-right: 10px;
  }

  .alert {
    right: 0 !important;
    left: 0;
    max-width: 90% !important;
  }

  .layout2-logo {
    padding-right: 0;
  }

  .box-layout-body .box-layout {
    margin-top: 0;
  }

  .layout-8 {
    padding: 0 15px;
  }

  .layout-20 {
    padding: 0;
  }

  .error-section {
    padding: 100px 0;
  }

  .error-section h1 {
    font-size: 100px;
  }

  .error-section h2 {
    margin: 20px 0;
    font-size: 18px;
  }

  .about-page .about-head {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .about-page .about-head .theme-breadcrumb .breadcrumb {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .blog-detail-page .blog-detail .post-social li {
    display: block;
  }

  .blog-detail-page .blog-detail .post-social li + li {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }

  .collection .collection-block .collection-content p {
    margin-bottom: 10px;
  }

  .collection .collection-block .collection-content h4,  .collection .collection-block .collection-content h3 {
    margin-bottom: 5px;
  }

  .collection-product-wrapper .product-wrapper-grid .product-box {
    margin-top: 30px;
  }

  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view,  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
    width: 100%;
  }

  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
    padding: 10px 20px 10px 20px;
  }

  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view:before,  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before {
    top: 11px;
  }

  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
    border-right: 1px solid #dddddd !important;
    border-bottom: 1px solid #dddddd;
  }

  .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
    border-bottom: 1px solid #dddddd;
    width: 100%;
  }

  .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select {
    border-right: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before {
    top: 14px;
  }

  .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
    width: 100%;
    border-top: none;
  }

  .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
    left: unset;
    right: 35px !important;
    top: 14px;
  }

  .cart-section .cart-buttons > div:last-child {
    padding-right: 15px;
  }

  .cart-section .cart-buttons .btn-solid {
    padding: 7px 8px;
  }

  .wishlist-section .btn-solid {
    padding: 7px 8px;
  }

  .collection-wrapper .order-up {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .search-product > div:nth-last-child(5) {
    margin-top: 30px;
  }

  .tab-product .tab-content.nav-material p {
    padding: 15px 0;
  }

  .tab-product .tab-content.nav-material p {
    line-height: 1.3;
  }

  .slider-right-nav .slick-slide:first-child > div {
    margin-top: 15px;
  }

  .padding-cls {
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-order h3 {
    font-size: 20px;
  }

  .product-order .product-order-detail .order_detail h4,  .product-order .product-order-detail .order_detail h5 {
    font-size: 14px;
    line-height: 1.2;
  }

  .main-menu .menu-left .navbar i {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .breadcrumb-section .page-title {
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    display: unset;
  }

  .breadcrumb-section .page-title h2 {
    margin-top: -2px;
  }

  .breadcrumb-section .breadcrumb {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  .title3 .line {
    margin-bottom: 20px;
  }

  .title4 .line {
    margin-bottom: 20px;
  }

  .service_slide .home-slider .slider-contain {
    height: 55vh;
  }

  header.left-header .main-menu .menu-left .mobile-logo {
    top: 22px;
  }

  .product-box .img-block {
    min-height: 290px;
  }

  .theme-tab .tab-title li {
    padding-left: 5px;
    padding-right: 5px;
  }

  .theme-tab .tab-title2 {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
  }

  .theme-tab .tab-title2 li {
    padding-left: 15px;
    padding-right: 15px;
  }

  .theme-tab .tab-title2:after {
    display: none;
  }

  .collection-banner .contain-banner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .collection-banner .contain-banner h2 {
    font-size: 24px;
  }

  .home-slider .home {
    height: 55vh;
  }

  .home-slider .slider-contain {
    height: 55vh;
  }

  .home-slider .slider-contain h1 {
    font-size: 28px;
  }

  .home-slider .slider-contain h4 {
    letter-spacing: 0.1em;
  }

  .home-slider .slider-contain .btn-solid {
    margin-top: 5px;
  }

  .home-slider:hover .slick-next , .home-slider:hover .slick-prev {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .home-slider:hover .slick-next {
    right: 60px;
  }

  .home-slider:hover .slick-prev {
    left: 60px;
  }
  .height-85 .home-slider .home {
    height: 55vh;
  }

  .height-85 .home-slider .slider-contain {
    height: 55vh;
  }

  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
    padding: 35px;
  }

  .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media {
    display: block;
    text-align: center;
  }

  .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body h4 {
    font-size: 15px;
  }

  .tab-bg,  .bg-block {
    padding: 35px 25px 30px 25px;
  }

  .setting-box {
    width: 280px;
  }

  .setting-sidebar.open-icon {
    right: 278px;
  }

  .setting-box .setting-contant .setting_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .setting-box .setting-contant .setting_buttons li {
    width: 40% !important;
  }

  .select_input select {
    padding: 12px 15px;
    margin-bottom: 18px;
  }

  .about-page p {
    line-height: 1.5;
  }

  .blog-detail-page .blog-contact h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .blog-detail-page .blog-contact .theme-form input {
    padding: 12px 20px;
    margin-bottom: 20px;
  }

  .blog-detail-page .blog-detail h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .blog-detail-page .blog-detail img {
    margin-bottom: 25px;
  }

  .login-page .theme-card {
    padding: 25px;
  }

  .search-block .btn-solid {
    padding: 10px 15px;
  }

  .contact-page .map iframe {
    height: 275px;
  }

  .contact-page .theme-form input {
    padding: 12px 15px;
    margin-bottom: 18px;
  }

  .blog-page .blog-media .blog-right h6 {
    margin-bottom: 0;
  }

  .blog-page .blog-media .blog-right p {
    line-height: 1.3;
  }

  .blog-page .blog-media .blog-right h4 {
    margin-bottom: 5px;
  }

  .blog-page .blog-media .blog-right ul {
    margin-bottom: 5px;
  }

  .blog-page .blog-media .blog-right ul li {
    display: block;
  }

  .blog-page .blog-media .blog-right ul li + li {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }

  .account-sidebar {
    width: 45%;
  }

 
}

@media (max-width: 420px) {
  h2 {
    font-size: 22px;
  }

  .subscribe h4 {
    display: block;
  }

  footer .btn-solid {
    padding: 7px 8px;
  }

  footer p {
    line-height: 25px;
  }

  .product-box .img-wrapper .cart-box i,  .product-wrap .img-wrapper .cart-box i {
    font-size: 16px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .about-text p {
    line-height: 22px;
  }

  .service_slide .service-home .service-block1 svg {
    width: 40px;
    height: 40px;
  }

  .footer-theme .sub-title h4 {
    margin-bottom: 5px;
  }

  .footer-theme .sub-title .contact-list li {
    line-height: 25px;
  }

  .footer-theme2 p {
    line-height: 25px;
  }

  .breadcrumb-section {
    padding: 15px 0;
  }

  .footer-light .subscribe-form .form-control {
    width: 280px;
  }

  .dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block .btn-solid {
    padding: 13px 8px;
  }

  .footer-theme2 .subscribe-block .form-control {
    letter-spacing: 3px;
  }

  .subscribe-form {
    display: inline-block;
  }

  .subscribe-form .form-group {
    margin-bottom: 10px;
  }

  .no-slider .product-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: calc(100% - 30px);
    margin: 0 15px 30px !important;
  }

  .no-slider .product-box:nth-last-child(1) {
    margin: 0 15px 0 !important;
  }

  .no-slider .product-box:nth-last-child(2) {
    margin: 0 15px 30px !important;
  }

  .home-slider .slider-contain h1 {
    font-size: 25px;
    margin-top: 10px;
  }

  .home-slider .slider-contain h4 {
    letter-spacing: 0.01em;
  }

  .home-slider .slider-contain .btn-solid {
    margin-top: 10px;
    padding: 5px 18px;
  }

  .home-slider:hover .slick-next,  .home-slider:hover .slick-prev {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  .home-slider:hover .slick-next {
    right: 50px;
  }
  
    .home-slider:hover .slick-prev {
    left: 50px;
  }

  .theme-card.center-align {
    display: unset;
    height: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }

  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
    padding: 30px;
  }

  .login-page .theme-card .theme-form input {
    padding: 15px 20px;
    margin-bottom: 25px;
  }

  .tab-product .nav-material.nav-tabs {
    display: block;
  }

  .tab-product .nav-material.nav-tabs .nav-item {
    width: 100%;
  }

  .tab-product .nav-material.nav-tabs .nav-item .nav-link {
    padding: 10px 20px;
  }

  .vertical-tab.tab-product .nav-material.nav-tabs .nav-item .nav-link {
    padding: 10px 20px;
  }

  .product-right .product-buttons .btn-solid {
    padding: 7px 13px;
  }

  .product-right .product-icon .product-social {
    margin-top: 0;
  }

  .product-right .product-icon .product-social li {
    padding-right: 5px;
  }

  .product-right .product-icon .product-social li a i {
    font-size: 14px;
  }

  .product-right .product-icon .wishlist-btn i {
    font-size: 14px;
    padding-left: 10px;
    margin-left: 5px;
  }

  .product-right .product-icon .wishlist-btn span {
    font-size: 14px;
  }

  .tab-product .theme-form input {
    font-size: 12px;
    padding: 8px 15px;
  }

  .checkout-page .checkout-form .form-group {
    margin-bottom: 15px;
  }

  .checkout-page .checkout-form input[type="text"],  .checkout-page .checkout-form input[type="email"],  .checkout-page .checkout-form input[type="password"],  .checkout-page .checkout-form input[type="tel"],  .checkout-page .checkout-form input[type="number"],  .checkout-page .checkout-form input[type="url"] {
    height: 40px;
  }

  .checkout-page .checkout-form select {
    height: 40px;
  }
}

@media (max-width: 360px) {
  .btn-solid {
    padding: 10px 15px;
  }

  h2 {
    font-size: 25px;
  }

  .service_slide .home-slider .slider-contain {
    height: 50vh;
  }

  .footer-theme2 .subscribe-block {
    padding: 0 30px;
  }

  .dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block .form-group .form-control {
    border: none;
  }

  .footer-end p {
    font-size: 13px;
  }

  .home-slider .home {
    height: 50vh;
  }

  .home-slider .slider-contain {
    height: 50vh;
  }

  .home-slider .slider-contain h1 {
    font-size: 25px;
  }

  .home-slider .slider-contain .btn-solid {
    margin-top: 8px;
    padding: 5px 15px;
  }

  .home-slider:hover .slick-next , .home-slider:hover .slick-prev {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .home-slider:hover .slick-next {
    right: 40px;
  }
  
    .home-slider:hover .slick-prev {
    left: 40px;
  }


  .height-85 .home-slider .home {
    height: 50vh;
  }

  .height-85 .home-slider .slider-contain {
    height: 50vh;
  }

  .layout-7 .home .slider-contain {
    height: 50vh;
  }

  .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body a h6 {
    font-size: 13px;
  }

  .theme-tab .tab-content .product-tab .tab-box .product-box2 img {
    height: 115px;
  }

  .blog-detail-page .blog-detail p {
    line-height: 1.5;
  }

  .blog-detail-page .blog-contact h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .about-page p {
    line-height: 1.2;
  }

  .theme-modal .modal-dialog .modal-content .modal-body {
    padding: 10px;
  }

  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
    padding: 20px;
  }

  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close {
    right: 10px;
  }

  .login-page .theme-card {
    padding: 18px;
  }

  .search-block .btn-solid {
    padding: 10px 5px;
  }

  .search-block .form-header .input-group input {
    padding: 10px 12px;
  }

  .contact-page .map iframe {
    height: 200px;
  }

  .collection-product-wrapper .product-pagination .pagination .page-item a {
    padding: 15px 13px;
  }

  .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    width: 80%;
  }

  .wishlist-section .wishlist-buttons:last-child a {
    margin-left: 0;
  }

  .product-buttons .btn-solid {
    padding: 7px 16px;
  }

  .product-description .qty-box .input-group {
    width: 100%;
  }

  .product-form-box .product-buttons .btn-solid {
    padding: 5px 5px;
  }


}

@media (max-width: 320px) {
  .footer-theme .footer-logo {
    margin-bottom: 20px;
  }

  .footer-theme2 .col {
    padding: 10px 5px;
  }

  .dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block .form-group .form-control {
    letter-spacing: 1px;
  }

  .collection-banner .contain-banner.banner-3 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .collection-banner .contain-banner.banner-3 h2 {
    font-size: 15px;
  }

  .collection-banner .contain-banner.banner-4 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .collection-banner .contain-banner.banner-4 h2 {
    font-size: 15px;
  }
}
/*=====================
    28.Dark CSS start
==========================*/

body.dark {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #cfd4da;
}

.dark header.left-header .sidenav .pixelstrap>li>a:hover,.dark  header.left-header .sidenav .pixelstrap>li>a:focus,.dark  header.left-header .sidenav .pixelstrap>li>a.highlighted {
    background-color: #2b2b2b;
}

.dark h1 {
  color: #ffffff;
}

.dark h2 {
  color: #f1f3f5;
}

.dark h3 {
  color: #eaedef;
}

.dark h4 {
  color: #e7eaec;
}

.dark h5 {
  color: #dee2e6;
}

.dark h6 {
  color: #cfd4da;
}

.dark p {
  color: #cfd4da;
}

.dark li {
  color: #cfd4da;
}

.dark a {
  color: #cbcbcb;
}

.dark .page-link {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: #404040;
}

.dark .breadcrumb-section {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark .light-layout {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark .form-control {
  color: #cfd4da;
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #404040;
}

.dark .btn-solid {
  color: #ffffff !important;
}

.dark .btn-solid:hover {
  color: #222222 !important;
}

.dark select {
  color: #cfd4da;
}

.dark option {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark header {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark header.header-5 .pixelstrap a,.dark header.header-5 .pixelstrap:hover,.dark header.header-5 .pixelstrap:active {
  color: #222222;
}

.dark header.header-metro .metro {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark header.header-metro .top-header .header-contact li {
  color: #999999;
}

.dark header.header-metro .top-header .header-dropdown li {
  color: #999999;
}

.dark header.header-metro .top-header .header-dropdown li a i {
  color: #999999;
}

.dark header.left-header .top-header {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark header.left-header .main-menu .menu-right .header-dropdown > li img {
  -webkit-filter: invert(100);
  filter: invert(100);
}

.dark header.left-header .onhover-div > div img {
  -webkit-filter: invert(100);
  filter: invert(100);
}

.dark header.left-header .sidenav nav {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark header.left-header .sidenav .left-sidebar_center {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark header.left-header .sidenav .pixelstrap > li > a {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark .top-header {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark .sub-footer {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark .border-section {
  border-color: #404040;
}

.dark .pixelstrap a,.dark .pixelstrap:hover,.dark .pixelstrap:active {
  color: #f1f3f5;
}

.dark .sm-vertical {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark header.left-header .sidenav .pixelstrap>li>a {
    border-bottom: 1px solid #333;
}

.dark .sidenav nav {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark header.left-header .main-menu .brand-logo {
    border-bottom: 1px dashed #333;
}

.dark header.left-header .sidenav .leftside_social {
    border-top: 1px dashed #333;
}

.dark .sidenav .sidebar-back {
  color: #f1f3f5 !important;
  border-bottom: 1px dashed #333 !important;
  border-color: #404040;
}

.dark .pixelstrap ul {
  background: #232323;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dark .pixelstrap ul a {
  color: #e7eaec;
}

.dark .pixelstrap ul a:hover,.dark .pixelstrap ul a:focus,.dark .pixelstrap ul a:active {
  color: #e7eaec;
}

.dark .pixelstrap .home-menu {
  -webkit-box-shadow: 0 0 1px 0 #2b2b2b;
  box-shadow: 0 0 1px 0 #2b2b2b;
}

.dark .onhover-div > div img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.dark .onhover-div .show-div {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dark .error-section h1 {
  color: #e6e6e6;
}

.dark .breadcrumb-item.active {
  color: #e7eaec;
}

.dark .breadcrumb-section .breadcrumb a {
  color: #f7f7f7;
}

.dark .main-menu .menu-left .navbar i {
  color: #f7f7f7;
}

.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.setting h6 {
  color: #cfd4da;
}

.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.setting ul li a {
  color: #cfd4da;
}

.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media .media-body h4 {
  color: #e7eaec;
}

.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media .media-body h4 span {
  color: #dee2e6;
}

.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .buttons a {
  color: #cbcbcb;
}

.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .buttons a:hover {
  color: #f28e1c;
}

.dark .footer-theme .sub-title li {
  color: #cfd4da;
}

.dark .footer-theme .sub-title li a {
  color: #cfd4da;
}

.dark .footer-theme .sub-title h4 {
  color: #e7eaec;
}

.dark .footer-social i {
  color: #cfd4da;
}

.dark .footer-light .subscribe {
  border-color: #404040;
}

.dark .footer-theme2 .footer-link a,.dark .footer-theme2 .footer-link-b a {
  color: #cbcbcb;
}

.dark .footer-theme2 .footer-link a:hover,.dark .footer-theme2 .footer-link-b a:hover {
  color: #ffffff;
}

.dark .top-header .header-contact li {
  color: #cfd4da;
}

.dark .top-header .header-dropdown li {
  color: #cfd4da;
}

.dark .top-header .header-dropdown li a i {
  color: #cfd4da;
}

.dark .top-header .header-dropdown .onhover-dropdown .onhover-show-div li a {
  color: #cbcbcb;
}

.dark .top-header.top-header-dark .header-dropdown li a {
  color: #cbcbcb;
}

.dark .top-header.top-header-dark .header-contact li i {
  color: #cbcbcb;
}

.dark .top-header.top-header-dark2 .header-dropdown li a {
  color: #cfd4da;
}

.dark .top-header.top-header-dark2 .header-contact li i {
  color: #cfd4da;
}

.dark .top-header.top-header-dark3 .header-dropdown li a {
  color: #cbcbcb;
}

.dark .top-header.top-header-dark3 .header-contact li i {
  color: #cbcbcb;
}

.dark .onhover-dropdown .onhover-show-div {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dark .service-block + .service-block {
  border-color: #404040;
}

.dark .pixelstrap.light-font-menu li > a {
  color: #f1f3f5;
}

.dark .theme-tab .tab-title a,.dark .theme-tab .tab-title2 a {
  color: #cbcbcb;
}

.dark .theme-tab .tab-title .current a,.dark .theme-tab .tab-title2 .current a {
  color: #f28e1c;
}

.dark .theme-tab .tab-title2:after {
  border-color: #404040;
}

.dark .theme-tab .tab-title2 .current {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark .theme-tab .tab-title2 .current a {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark .product-box .product-detail h4,.dark .product-box .product-info h4,.dark .product-wrap .product-detail h4,.dark .product-wrap .product-info h4 {
  color: #e7eaec;
}

.dark .theme-card .slick-next:before {
  color: #ffffff;
}

.dark .theme-card h5.title-border {
  border-color: #404040;
}

.dark .theme-card.card-border {
  border-color: #404040;
}

.dark .dark-layout {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark .blog-page .blog-media .blog-right h4 {
  color: #e7eaec;
}

.dark .blog-page .blog-media .blog-right ul {
  color: #cfd4da;
}

.dark .blog-page .blog-sidebar .theme-card {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: #404040;
}

.dark .blog-page .blog-sidebar h4 {
  color: #e7eaec;
}

.dark .blog-page .blog-sidebar h6 {
  color: #cfd4da;
}

.dark .blog-page .blog-sidebar p {
  color: #cfd4da;
}

.dark .blog-detail-page .blog-detail h3 {
  color: #eaedef;
}

.dark .blog-detail-page .blog-detail p {
  color: #cfd4da;
}

.dark .blog-detail-page .post-social {
  color: #cfd4da;
  border-color: #404040;
}

.dark .blog-detail-page .post-social li + li {
  border-color: #404040;
}

.dark .blog-detail-page .blog-contact .theme-form label {
  color: #cfd4da;
}

.dark .blog-detail-page .blog-contact .theme-form input {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: #404040;
}

.dark .top-banner-wrapper .top-banner-content h4 {
  color: #e7eaec;
}

.dark .top-banner-wrapper .top-banner-content h5 {
  color: #dee2e6;
}

.dark .top-banner-wrapper .top-banner-content p {
  color: #cfd4da;
}

.dark .collection-product-wrapper .product-top-filter {
  border-color: #404040;
}

.dark .collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup,.dark .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
  border-color: #404040;
}

.dark .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view,.dark .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
  border-color: #404040;
}

.dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,.dark .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select {
  border-color: #404040;
}

.dark .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup a {
  color: #cbcbcb;
}

.dark .product-pagination {
  border-color: #404040;
}

.dark .product-pagination .pagination .page-item.active a {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: #404040;
}

.dark .collection-filter-block {
  border-color: #404040;
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark .collection-collapse-block .collapse-block-title,.dark .fltBox .fltTitolo {
  color: #eaedef;
}

.dark .collection-collapse-block .collapse-block-title:after,.dark .fltBox .fltTitolo:after {
  color: #eaedef;
}

.dark .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label {
  color: #929292;
}

.dark .checkout-page .checkout-title h3 {
  color: #eaedef;
}

.dark .checkout-page .checkout-form .form-group .field-label {
  color: #cfd4da;
}

.dark .checkout-page .checkout-form input[type="text"],.dark .checkout-page .checkout-form input[type="email"],.dark .checkout-page .checkout-form input[type="password"],.dark .checkout-page .checkout-form input[type="tel"],.dark .checkout-page .checkout-form input[type="number"],.dark .checkout-page .checkout-form input[type="url"] {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: #404040;
}

.dark .checkout-page .checkout-form select {
  border-color: #404040;
}

.dark .order-box .title-box {
  color: #eaedef;
  border-color: #404040;
}

.dark .order-box .qty {
  border-color: #404040;
}

.dark .order-box .qty li {
  color: #cfd4da;
}

.dark .order-box .qty li span {
  color: #dee2e6;
}

.dark .collection .collection-block .collection-content h4 {
  color: #e7eaec;
}

.dark .collection .collection-block .collection-content h3 {
  color: #eaedef;
}

.dark .compare-section .slick-slide > div {
  border-color: #404040;
}

.dark .compare-section .slick-slide:first-child {
  border-color: #404040;
}

.dark .contact-page .theme-form label {
  color: #cfd4da;
}

.dark .contact-page .theme-form input {
  border-color: #404040;
}

.dark .contact-page .contact-right ul li .contact-icon {
  border-color: #404040;
}

.dark .layout-8 .layout-8-bg {
  background-blend-mode: overlay;
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark .card {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark .card .card-header {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark.box-layout-body .box-layout-header {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark.box-layout-body .box-layout.bg-image {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dark.box-layout-body .light-layout {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark.box-layout-body .sub-footer {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark .center-slider {
  border-color: #404040;
}

.dark .bg-block {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: none;
}

.dark .theme-tab .tab-content .product-tab .tab-box {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body h4 {
  color: #e7eaec;
}

.dark .j-box .product-box {
  border-color: #404040;
}

.dark .j-box .product-box .product-detail {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark .j-box .product-box .cart-info {
  background-color: rgba(35, 35, 35, 0.84);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: #404040;
}

.dark .j-box .product-box .cart-info a {
  border-color: #000000;
}

.dark .footer-theme2.footer-border {
  border-color: #404040;
}

.dark .footer-theme2.section-light .footer-block h4 {
  color: #e7eaec;
}

.dark .login-page .theme-card {
  border-color: #404040;
}

.dark .login-page .theme-card .theme-form input {
  border-color: #404040;
}

.dark .login-page .theme-card .theme-form label {
  color: #929292;
}

.dark footer.footer-5 {
  background-image: unset;
}

.dark footer.footer-5 .footer-theme2 .subscribe-block {
  border-color: #404040;
}

.dark footer.footer-5 .sub-footer > .container {
  border-color: #404040;
}

.dark .logo-block img {
  -webkit-filter: invert(100);
  filter: invert(100);
}

.dark .logo-block img:hover {
  -webkit-filter: invert(100);
  filter: invert(100);
}

.dark .product-box .img-wrapper .cart-box,.dark .product-wrap .img-wrapper .cart-box {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dark .product-right .product-title {
  color: #cfd4da;
}

.dark .product-right .border-product {
  border-color: #404040;
}

.dark .product-right .product-icon .product-social li a {
  color: #cbcbcb;
}

.dark .product-right .product-icon .wishlist-btn {
  color: #cbcbcb;
}

.dark .product-right .product-icon .wishlist-btn i {
  border-color: #404040;
}

.dark .product-right.product-form-box {
  border-color: #404040;
}

.dark .product-right h4 del {
  color: #929292;
}

.dark .qty-box .input-group span button {
  background: #2b2b2b !important;
  border-color: #404040;
}

.dark .qty-box .input-group button i {
  color: #929292;
}

.dark .nav-tabs {
  border-color: #404040;
}

.dark .nav-tabs .nav-link.active {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark .tab-product .nav-material.nav-tabs .nav-item .nav-link {
  color: #cbcbcb;
}

.dark .tab-product .nav-material.nav-tabs .nav-link.active {
  color: #f28e1c;
}

.dark .tab-product .theme-form input {
  border-color: #404040;
}

.dark .theme_checkbox label {
  color: #929292;
}

.dark .modal-content {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark button.close {
  color: #ffffff;
}

.dark .modal-header {
  border-color: #404040;
}

.dark .collection-filter-block .product-service .media {
  border-color: #404040;
}

.dark .tab-border {
  border-color: #404040;
}

.dark .background {
  background-color: #404040;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark .background .contain-bg {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark .background .contain-bg h4 {
  color: #e7eaec;
}

.dark .background .contain-bg:hover h4 {
  color: #f28e1c;
}

.dark .blog-bg {
  background-color: #404040;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark .tab-bg {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark .footer-title {
  border-color: #404040;
}

.dark .service_slide .service-home .service-block1 {
  background-color: rgba(35, 35, 35, 0.9);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark .service_slide .service-home .service-block1:nth-child(even) {
  background-color: rgba(35, 35, 35, 0.7);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark .service_slide .service-home .service-block1 svg path {
  fill: #ffffff;
}

.dark .theme-modal .modal-dialog .modal-content .modal-body {
  background-image: linear-gradient(135deg, #f28e1c 5.77%, #232323 5.77%, #232323 25%, #f1f3f5 25%, #f1f3f5 30.77%, #232323 30.77%, #232323 50%, #f28e1c 50%, #f28e1c 55.77%, #232323 55.77%, #232323 75%, #f1f3f5 75%, #f1f3f5 80.77%, #232323 80.77%, #232323 100%);
}

.dark .theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close span {
  color: #ffffff;
}

.dark #quick-view .modal-dialog .modal-content .modal-body {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark .rtl-btn,.dark .dark-light {
  background-color: #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dark .setting-box .setting-title h4 {
  color: #333333;
}

@media (max-width: 1430px) {
  .dark .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
    border-color: #404040;
  }

  .dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
    border-color: #404040;
  }
}

@media (max-width: 1199px) {
  .dark .tab-product .nav-material.nav-tabs {
    background-color: #2b2b2b;
  }

  .dark header.left-header .pixelstrap ul {
    background-color: #232323;
  }
}

@media (max-width: 991px) {
  .dark .collection-filter {
    background-color: #2b2b2b;
  }

  .dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,  .dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
    border-color: #404040;
  }

  .dark .collection-mobile-back {
    border-color: #404040;
  }

  .dark .collection-mobile-back span {
    color: #929292;
  }

  .dark .collection-collapse-block {
    border-color: #404040 !important;
  }

  .dark .collection-filter {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .dark .contact-page .contact-right ul li {
    border-color: #404040;
  }
}

@media (max-width: 767px) {
  .dark .product-pagination .pagination {
    border-color: #404040;
  }
}

@media (max-width: 577px) {
  .dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
    border-color: #404040 !important;
  }
}
@font-face {
  font-family: 'fontello';
  src: url('/public/theme/fontello/font/fontello.eot?61575374');
  src: url('/public/theme/fontello/font/fontello.eot?61575374#iefix') format('embedded-opentype'),
       url('/public/theme/fontello/font/fontello.woff2?61575374') format('woff2'),
       url('/public/theme/fontello/font/fontello.woff?61575374') format('woff'),
       url('/public/theme/fontello/font/fontello.ttf?61575374') format('truetype'),
       url('/public/theme/fontello/font/fontello.svg?61575374#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
    font-display: swap;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/public/theme/fontello/font/fontello.svg?61575374#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-right-open:before { content: '\e800'; } /* '' */
.icon-down-open:before { content: '\e801'; } /* '' */
.icon-location:before { content: '\e802'; } /* '' */
.icon-phone:before { content: '\e803'; } /* '' */
.icon-mail:before { content: '\e804'; } /* '' */
.icon-left-open-big:before { content: '\e805'; } /* '' */
.icon-right-open-big:before { content: '\e806'; } /* '' */
.icon-basket:before { content: '\e807'; } /* '' */
.icon-search:before { content: '\e808'; } /* '' */
.icon-cog:before { content: '\e809'; } /* '' */
.icon-cancel:before { content: '\e80a'; } /* '' */
.icon-heart:before { content: '\e80b'; } /* '' */
.icon-attention:before { content: '\e80c'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-filter:before { content: '\f0b0'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-gplus:before { content: '\f0d5'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-youtube:before { content: '\f167'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-pinterest:before { content: '\f231'; } /* '' */
.icon-user-o:before { content: '\f2c0'; } /* '' */
.icon-id-card:before { content: '\f2c2'; } /* '' */
/**
 * Divas Cookies jquery plugin for Cookie Policy banner stylesheet
 * @author: CodingDivas
 * @date: 2014/10/27
 * @version: 0.2 production
 */

.divascookies {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #313131;
	color: #f9fafc;
	display: none;
	z-index: 999999;
}

.divascookies > .divascookies-banner-container {
	position: relative;
	padding: 15px 20px;
	overflow: hidden;
	text-align: center;
}

.divascookies p.divascookies-banner-text {
	position: relative;
	line-height: 1.3em;
	font-size: 1.4em;
	display: inline-block;
	padding: 0 10px 0 0;
}

span.divascookies-policy-link {
} 

span.divascookies-policy-link a {
	white-space: nowrap;	
}

span.divascookies-policy-link a:hover {
	text-decoration: underline;
    transition: color 0.3s ease 0s;
}

.divascookies-banner-container > .divascookies-accept-button-container {
	display: inline-block;
	margin-top: 5px;
}

.divascookies-accept-button-container > .divascookies-accept-button-img {
	
}

.divascookies-accept-button-container > .divascookies-accept-button-text {
	font-size: 1.3em;
	cursor: pointer;
	background: #f9fafc;
	color: #313131;
	padding: 7px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;	
    transition: background-color 0.3s ease 0s;
}

.divascookies-accept-button-container > .divascookies-accept-button-text:hover {
	background: #e3e4e6;
}


.divascookies p.divascookies-banner-text {
color:#fff !important;
}
.error:empty {
display:none;
}

.prezzo-barrato {
display:none;
}

.offerta {
display:none;
}

.btn-secondary {
    border: none;
    background-color: white;
    color: #000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 13px 29px;
    background: #e4f0df;
}

.sconto .prezzo-barrato {
display:inline-block;
text-decoration: line-through;
color:#777777;
}

.sconto .offerta {
    position: absolute;
    background: #607849;
    top: 10%;
    width: 100%;
    z-index: 100;
    text-align: center;
    color: #fff;
    transform: rotate( 
-45deg
 );
    left: -35%;
    display: block;
}



::-webkit-scrollbar {
  width: 8px; /* 1px wider than Lion. */
  /* This is more usable for users trying to click it. */
  background-color: rgba(0,0,0,0);
  -webkit-border-radius: 100px;
}
/* hover effect for both scrollbar area, and scrollbar 'thumb' */
::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.09);
}

/* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
::-webkit-scrollbar-thumb:vertical {
  /* This is the EXACT color of Mac OS scrollbars. 
     Yes, I pulled out digital color meter */
  background: rgba(0,0,0,0.5);
  -webkit-border-radius: 100px;
}
::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0,0,0,0.61); /* Some darker color when you click it */
  -webkit-border-radius: 100px;
}

a {
color:#777777;
}

a.active {
color:#607849;
}



.sm-vertical > li > a {
    background: #fff;
    color: #000;
border-bottom:1px solid #e4f0df;
}

.sm-vertical > li > a.active {
    color: #000;
 background:#E8D9AD!important;
}

.sm-vertical > li > a:hover{
    color: #fff;
 background:#607849  !important;
}



.btn-solid1, #pnlVarianti ul li {
    padding: 3px 29px;
    margin-top: 3px!important;
}



.impmin {
    background: #607849;
    width: 100%;

    margin: 0px;
    padding: 0.5rem 1rem;
    border-radius: 0px;
    color: #fff;
}
.product-box {
overflow:hidden;
}
.product-box, .product-wrap {

    margin-bottom: 2rem;
}

.icofiltri {
margin:1rem 0;
}

.icofiltri img {
width:48px;
}

.categorie .product-detail {
	padding: 1rem;
    	background: #f8f8f8;
    	text-align: center;
    	color: #000;
}

.categorie .product-detail h6 a {
    text-transform: uppercase;
    font-size: 12px;
}




.desc ul,.dettfiltri ul
{
    list-style: initial;
    margin: initial;
    padding: 0 0 0 40px;
}

.desc ul {
margin:1rem 0;
}

.desc li, .dettfiltri li
{
    display: list-item;
}

.desc li {
    font-size: 14px;
    color: #777;
    line-height:  !important;
}
.left-sidebar_center .open,.has-submenu.active {
display:block !important;
}

p {
line-height:initial !important;
}

.pgContainer {
margin-top:2rem;
}

a:hover {
    color: #999999;
}
.seodesc {
    border-top: 1px dashed #dddddd;
    margin-top: 2rem;
    padding-top: 2rem;
}

.seodesc h1 {
    font-size: 16px;
}

.seodesc h2 {
    font-size: 15px;
}

.seodesc h3 {
    font-size: 14px;
}

.seodesc h4 {
    font-size: 13px;
}

.collection-filter-block {
    background:#f8f8f8;
    border: 1px solid #fff;
}


.pgContainerDown  {
    margin: 2rem 0rem;
}

header.left-header .sidenav .pixelstrap > li > a {
    padding: 10px 0 10px 10px;
}

header.left-header .sidenav .pixelstrap > li > a:hover, header.left-header .sidenav .pixelstrap > li > a:focus, header.left-header .sidenav .pixelstrap > li > a.highlighted {
    padding: 10px 0 10px 10px;
}

.pixelstrap.sm-vertical a .sub-arrow {
    margin-top: -18px;
    right: 0px;
}

.pixelstrap a, .pixelstrap a:hover, .pixelstrap a:active {
    font-size: 14px;
    line-height: 16px;
letter-spacing: 0.01em;
}



header.left-header .sidenav .left-sidebar_center {
    padding: 0px 0 0px 0px;
   
}

.slick-slide {
    margin-left: 0.5rem;
}


.slick-slide img {
-webkit-filter: blur(5px);
    filter: blur(5px);	
	transition: filter 400ms, -webkit-filter 400ms;
}

.slick-slide.slick-active img {
-webkit-filter: blur(0);
    filter: blur(0);	
}

.footer-title.int h4 {
 margin: 16px 0px 4px;
}

.contain-banner.banner-3 {
background-color:rgba(0,0,0,0.4);
}

.contain-banner.banner-3:hover img {
background-color:rgba(0,0,0,0.4);
-webkit-filter: blur(5px);
    filter: blur(5px);	
}
   

.usermenu .emLogIn,.usermenu svg {
display:none;
}

.top-header .header-dropdown li:first-child {
    padding-right: 20px;
}


 .chkml {
   width: 400px;
    text-align: center;
    font-size: 12px;
    margin-left: 9rem;
    margin-top: 1rem;
}

.breadcrumb {
    background-color: transparent;

}


.list-group-item {
    position: relative;
    display: block;
    padding: 0rem 0.5rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: none;
}

@media (max-width: 2000px){
.collection-banner .contain-banner.banner-3 h2 {
    font-size: 25px!important;
}}


@media (max-width: 1200px){
.collection-banner .contain-banner h2 {
    font-size: 20px!important;
}}


header.left-header .sidenav .leftside_social .footer-social i {
    font-size: 23px;
}


.footer-social i {
    font-size: 20px;
    color: #607849;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.btn-solid1, #pnlVarianti ul li, .btn-primary {
    padding: 13px 29px;
    color: #fff;
    letter-spacing: .05em;
    background-color: #fff!important;
    border: 2px solid #E8D9AD!important;
    background-image: linear-gradient(30deg,#E8D9AD 50%,transparent 50%);
    background-size: 2000px;
    background-repeat: no-repeat;
    background-position: 0;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.btn-solid1, #pnlVarianti ul li {
    padding: 3px 29px;
    margin-top: 0;
}



.acquista a {
    padding: 6px 12px;
    color: #ffffff;
    letter-spacing: 0.05em;
    background-color: #fff!important;
    border: 2px solid #607849!important;
    background-image: linear-gradient(30deg, #607849 50%, transparent 50%);
    background-size: 2000px;
    background-repeat: no-repeat;
    background-position: 0;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.acquista a:hover {
    padding: 6px 12px;
    color: #000;
    letter-spacing: 0.05em;
    background-color: #fff!important;
    border: 2px solid #607849!important;
    background-image: linear-gradient(30deg, #607849 50%, transparent 50%);
    background-size: 2000px;
    background-repeat: no-repeat;
    background-position: 0;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.h40 {height:40px;}

.impmin {

    font-size: 25px;
}



h1 {
    font-size: 24px;

}

@media (max-width: 2000px){
h2 {
    font-size: 20px;
}}


b, strong {
    font-weight: 700;
}





.home-slider {margin-bottom:-20px}

.slick-dotted.slick-slider {
    margin-bottom: -40px;
}



.fs_title_wrapper {
    position: fixed;
    bottom: 100px;
    right: 60px;
    width: 50%;
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
}





