@charset "UTF-8";
/* Fedelta Media */
.logo .b2b {
  display: none;
}

@media (max-width: 1728px) {

  .products .product-item .product-item-name {
    height: 75px !important;
  }

  .products-grid .product-item-name {
    margin-bottom: 5px !important;
  }
}

.page-header__content .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.product-info-stock-sku .stock {
  display: none;
}

input.swatch-input {
  display: none !important;
}

.products .product-item .product-item-name {
  height: 40px;
}

.product-addto-links .tocompare {
  display: none !important;
}

.toolbar-products .toolbar-amount {
  display: none;
}

.checkout-index-index footer .newsletter {
  display: none;
}

.checkout-cart-index .cart-empty {
  text-align: center;
}

.checkout-onepage-success .page-title-wrapper {
  text-align: center;
}

.checkout-onepage-success .checkout-success {
  text-align: center;
}

.checkout-onepage-success .actions-toolbar .primary {
  margin: 0 auto;
}

.filter-options-content .items .item label {
  display: block;
  padding: 4px 4px 6px 6px;
}

.filter-options-content .items .item label:hover {
  background-color: #ebecee;
}

.filter-options-content .items .item input {
  height: 19px;
}

.filter-options-content .items .item span {
  line-height: 26px;
}

#layered-selected-filters-block {
  float: left;
  margin-top: -5px;
}

#layered-selected-filters-block .selected-items-list {
 display:block;
 list-style:none;
 padding:0
}
#layered-selected-filters-block .selected-items-list .selected-item {
 background-color:#f0f0f0;
 border:1px solid #ccc;
 border-radius:1px;
 display:inline-block;
 line-height:1.5rem;
 padding:.5rem 1rem;
 cursor: pointer;
}
#layered-selected-filters-block .selected-items-list .selected-item .action-clear {
 display:inline-block;
 margin-bottom:1px
}
#layered-selected-filters-block .selected-items-list .selected-item .action-close {
 display:inline-block;
 background-image:none;
 background:none;
 -moz-box-sizing:content-box;
 border:0;
 box-shadow:none;
 line-height:inherit;
 margin:0;
 padding:0;
 text-decoration:none;
 text-shadow:none;
 font-weight:400
}
#layered-selected-filters-block .selected-items-list .selected-item .action-close>span {
 border:0;
 clip:rect(0, 0, 0, 0);
 height:1px;
 margin:-1px;
 overflow:hidden;
 padding:0;
 position:absolute;
 width:1px
}
#layered-selected-filters-block .selected-items-list .selected-item .action-close:before {
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
 font-size:10px;
 line-height:inherit;
 color:#757575;
 content:"\f057";
 font-family:"FontAwesome";
 margin:1px 0 0 1px;
 vertical-align:top;
 display:inline-block;
 font-weight:normal;
 overflow:hidden;
 speak:none;
 text-align:center
}
#layered-selected-filters-block .selected-items-list .selected-item .action-close:hover:before {
 color:inherit
}
#layered-selected-filters-block .selected-items-list .selected-item .action-close:active:before {
 color:inherit
}
#layered-selected-filters-block .selected-items-list .selected-item .action-close:focus,#layered-selected-filters-block .selected-items-list .selected-item .action-close:active {
 background:none;
 border:none
}
#layered-selected-filters-block .selected-items-list .selected-item .action-close:hover {
 background:none;
 border:none
}
#layered-selected-filters-block .selected-items-list .selected-item .action-close.disabled,#layered-selected-filters-block .selected-items-list .selected-item .action-close[disabled],fieldset[disabled] #layered-selected-filters-block .selected-items-list .selected-item .action-close {
 cursor:not-allowed;
 pointer-events:none;
 opacity:.5
}
#layered-selected-filters-block .selected-items-list .selected-item:hover {
 text-decoration:line-through
}

@media all and (min-width: 1728px) {
  .column.main .page-title-wrapper {
    margin-bottom: 45px !important;
  }
}

/*
*  Mixins
* _____________________________________________
*
* Note: Some of described mixins in this file requires the ie conditional comments
*
* For IE < 9
* <!--[if lt IE 9]>
*    <html class='lt-ie9'>
* <![endif]-->
*/
/*
* Background-rgba
*/
/*
* Transform Origin
*/
/*
* Transform
*/
/*
* Triangle
*/
/*
* Font Icon
*/
/*
* Clearfix
*/
/*
* Usefull Functions
*/
/**
* @subsection   Animate.css
*
* @description  A bunch of cool, fun, and cross-browser animations
*               for you to use.
*
* @author       Daniel Eden
* @link         http://daneden.me/animate
* @license      MIT license - http://opensource.org/licenses/MIT
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.not-animated {
  opacity: 0; }

/**
* Bounce Keyframes Animation
*/
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.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; }

/**
* Flas Keyframes Animation
*/
@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/**
* Pulse Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-webkit-keyframes pulse {
  0% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  0% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

/**
* RubberBand Keyframes Animation
*/
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

/**
* Shake Keyframes Animation
*/
@-webkit-keyframes shake {
  0%, 100% {
    -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 {
  0%, 100% {
    -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; }

/**
* Swing Keyframes Animation
*/
@-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); }
  100% {
    -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); }
  100% {
    -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; }

/**
* Tada Keyframes Animation
*/
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/**
* Wobble Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  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); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  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); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

/**
* BounceIn Keyframes Animation
*/
@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

/**
* BounceInDown Keyframes Animation
*/
@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.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); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.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); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

/**
* BounceInLeft Keyframes Animation
*/
@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.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); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.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); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

/**
* BounceInRight Keyframes Animation
*/
@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.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); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.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); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

/**
* BounceInUp Keyframes Animation
*/
@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    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); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    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); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

/**
* BounceOut Keyframes Animation
*/
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

/**
* BounceOutDown Keyframes Animation
*/
@-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); }
  100% {
    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); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

/**
* BounceOutLeft Keyframes Animation
*/
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    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); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

/**
* BounceOutRight Keyframes Animation
*/
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    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); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

/**
* BounceOutUp Keyframes Animation
*/
@-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); }
  100% {
    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); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

/**
* FadeIn Keyframes Animation
*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

/**
* FadeInDown Keyframes Animation
*/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

/**
* FadeInDownBig Keyframes Animation
*/
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

/**
* FadeInLeft Keyframes Animation
*/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

/**
* FadeInLeftBig Keyframes Animation
*/
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

/**
* FadeInRight Keyframes Animation
*/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

/**
* FadeInRightBig Keyframes Animation
*/
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

/**
* FadeInUp Keyframes Animation
*/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

/**
* FadeInUpBig Keyframes Animation
*/
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

/**
* FadeOut Keyframes Animation
*/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

/**
* FadeOutDown Keyframes Animation
*/
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

/**
* FadeOutDownBig Keyframes Animation
*/
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

/**
* FadeOutLeft Keyframes Animation
*/
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

/**
* FadeOutLeftBig Keyframes Animation
*/
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

/**
* FadeOutRight Keyframes Animation
*/
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

/**
* FadeOutRightBig Keyframes Animation
*/
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

/**
* FadeOutUp Keyframes Animation
*/
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

/**
* FadeOutUpBig Keyframes Animation
*/
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

/**
* Flip Keyframes Animation
*/
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -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; }

/**
* FlipInX Keyframes Animation
*/
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

/**
* FlipInY Keyframes Animation
*/
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

/**
* FlipOutX Keyframes Animation
*/
@-webkit-keyframes flipOutX {
  0% {
    -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; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    -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; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

/**
* FlipOutY Keyframes Animation
*/
@-webkit-keyframes flipOutY {
  0% {
    -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; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    -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; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

/**
* LightSpeedIn Keyframes Animation
*/
@-webkit-keyframes lightSpeedIn {
  0% {
    -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);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    -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);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

/**
* LightSpeedOut Keyframes Animation
*/
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -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; }

/**
* RotateIn Keyframes Animation
*/
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

/**
* RotateInDownLeft Keyframes Animation
*/
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

/**
* RotateInDownRight Keyframes Animation
*/
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

/**
* RotateInUpLeft Keyframes Animation
*/
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

/**
* RotateInUpRight Keyframes Animation
*/
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

/**
* RotateOut Keyframes Animation
*/
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -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; }

/**
* RotateOutDownLeft Keyframes Animation
*/
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -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; }

/**
* RotateOutDownRight Keyframes Animation
*/
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -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; }

/**
* RotateOutUpLeft Keyframes Animation
*/
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -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; }

/**
* RotateOutUpRight Keyframes Animation
*/
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -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; }

/**
* Hinge Keyframes Animation
*/
@-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; }
  100% {
    -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; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/**
* RollIn Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/**
* RollOut Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    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 {
  0% {
    opacity: 1; }
  100% {
    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; }

/**
* ZoomIn Keyframes Animation
*/
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

/**
* ZoomInDown Keyframes Animation
*/
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

/**
* ZoomInLeft Keyframes Animation
*/
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

/**
* ZoomInRight Keyframes Animation
*/
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

/**
* ZoomInUp Keyframes Animation
*/
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

/**
* ZoomOut Keyframes Animation
*/
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

/**
* ZoomOutDown Keyframes Animation
*/
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

/**
* ZoomOutLeft Keyframes Animation
*/
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

/**
* ZoomOutRight Keyframes Animation
*/
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

/**
* ZoomOutUp Keyframes Animation
*/
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

/**
* SlideInDown Keyframes Animation
*/
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

/**
* SlideInLeft Keyframes Animation
*/
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

/**
* SlideInRight Keyframes Animation
*/
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

/**
* SlideInUp Keyframes Animation
*/
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

/**
* SlideOutDown Keyframes Animation
*/
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

/**
* SlideOutLeft Keyframes Animation
*/
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

/**
* SlideOutRight Keyframes Animation
*/
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

/**
* SlideOutUp Keyframes Animation
*/
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/*
* @subsection   Floating System
*/
.pull-left {
  float: left; }

.pull-none {
  float: none; }

.pull-right, .cart.actions.main button {
  float: right; }

@media (min-width: 480px) {
  .pull-xs-left {
    float: left; }

  .pull-xs-none {
    float: none; }

  .pull-xs-right {
    float: right; } }
@media (min-width: 768px) {
  .pull-sm-left {
    float: left; }

  .pull-sm-none {
    float: none; }

  .pull-sm-right {
    float: right; } }
@media (min-width: 992px) {
  .pull-md-left {
    float: left; }

  .pull-md-none {
    float: none; }

  .pull-md-right {
    float: right; } }
@media (min-width: 1200px) {
  .pull-lg-left {
    float: left; }

  .pull-lg-none {
    float: none; }

  .pull-lg-right {
    float: right; } }
/*
* @subsection   Text Alignment
*/
.text-left, .cart-container .cart-summary .cart-totals {
  text-align: left; }

.text-center, .page-title,
.section-title {
  text-align: center; }

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

@media (min-width: 480px) {
  .text-xs-left {
    text-align: left; }

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

  .text-xs-right {
    text-align: right; } }
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left; }

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

  .text-sm-right {
    text-align: right; } }
@media (min-width: 992px) {
  .text-md-left {
    text-align: left; }

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

  .text-md-right {
    text-align: right; } }
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left; }

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

  .text-lg-right {
    text-align: right; } }
/*
* @subsection   Text Styling
*/
.italic {
  font-style: italic; }

.italic {
  font-style: italic; }

.underline {
  text-decoration: underline; }

.strike {
  text-decoration: line-through; }

.thin {
  font-weight: 100; }

.light {
  font-weight: 300; }

.regular {
  font-weight: 400; }

.medium, .collapsible-block .opener::before {
  font-weight: 500; }

.sbold {
  font-weight: 600; }

.bold, .opc-estimated-wrapper .estimated-block span, strong {
  font-weight: 700; }

.ubold {
  font-weight: 900; }

.primary-color {
  color: #323232; }

/*
* @subsection   Icons
*/
.big-circle-icon {
  display: block;
  width: 122px;
  height: 122px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  border: 2px solid #323232; }
  .big-circle-icon:before {
    color: #323232;
    font-size: 66px;
    line-height: 122px;
    text-align: center;
    width: 100%; }

.medium-icon {
  margin: 0 auto 1rem; }
  .medium-icon:before {
    font-size: 60px;
    line-height: 1em;
    color: #323232; }

.small-icon:before {
  font-size: 40px;
  line-height: inherit;
  color: #323232; }

/*
* @subsection   Typography
*/
h1, .heading-1, .page-title h1,
.page-title .heading-1,
.page-title span,
.page-title .section-title span,
.section-title .page-title span,
.section-title h1,
.section-title .heading-1,
.section-title span, .page-title h2,
.page-title .heading-2,
.section-title h2,
.section-title .heading-2, .page-title h3,
.page-title .heading-3,
.page-title .block-title strong,
.block-title .page-title strong,
.page-title .collapsible-block .opener,
.collapsible-block .page-title .opener,
.page-title .opc-wrapper .step-title,
.opc-wrapper .page-title .step-title,
.page-title .newsletter .title,
.newsletter .page-title .title,
.section-title h3,
.section-title .heading-3,
.section-title .block-title strong,
.block-title .section-title strong,
.section-title .collapsible-block .opener,
.collapsible-block .section-title .opener,
.section-title .opc-wrapper .step-title,
.opc-wrapper .section-title .step-title,
.section-title .newsletter .title,
.newsletter .section-title .title, .page-title h4,
.page-title .heading-4,
.page-title .box-title,
.page-title .cart-container .cart-summary .summary,
.cart-container .cart-summary .page-title .summary,
.page-title .opc-block-shipping-information .shipping-information-title,
.opc-block-shipping-information .page-title .shipping-information-title,
.section-title h4,
.section-title .heading-4,
.section-title .box-title,
.section-title .cart-container .cart-summary .summary,
.cart-container .cart-summary .section-title .summary,
.section-title .opc-block-shipping-information .shipping-information-title,
.opc-block-shipping-information .section-title .shipping-information-title, .page-title h5,
.page-title .heading-5,
.section-title h5,
.section-title .heading-5, .page-title h6,
.page-title .heading-6,
.section-title h6,
.section-title .heading-6 {
  font-size: 2rem; }

h2, .heading-2 {
  font-size: 1.5rem; }

h3, .heading-3, .block-title strong, .collapsible-block .opener, .opc-wrapper .step-title, .newsletter .title {
  font-size: 1.17rem;
  line-height: 2rem; }

h4, .heading-4, .box-title, .cart-container .cart-summary .summary, .opc-block-shipping-information .shipping-information-title {
  font-size: 1rem;
  font-weight: 600; }

h5, .heading-5 {
  font-size: .83rem; }

h6, .heading-6 {
  font-size: .67rem; }

h1,
.heading-1,
.page-title h1,
.page-title .heading-1,
.page-title span,
.page-title .section-title span,
.section-title .page-title span,
.section-title h1,
.section-title .heading-1,
.section-title span,
.page-title h2,
.page-title .heading-2,
.section-title h2,
.section-title .heading-2,
.page-title h3,
.page-title .heading-3,
.page-title .block-title strong,
.block-title .page-title strong,
.page-title .collapsible-block .opener,
.collapsible-block .page-title .opener,
.page-title .opc-wrapper .step-title,
.opc-wrapper .page-title .step-title,
.page-title .newsletter .title,
.newsletter .page-title .title,
.section-title h3,
.section-title .heading-3,
.section-title .block-title strong,
.block-title .section-title strong,
.section-title .collapsible-block .opener,
.collapsible-block .section-title .opener,
.section-title .opc-wrapper .step-title,
.opc-wrapper .section-title .step-title,
.section-title .newsletter .title,
.newsletter .section-title .title,
.page-title h4,
.page-title .heading-4,
.page-title .box-title,
.page-title .cart-container .cart-summary .summary,
.cart-container .cart-summary .page-title .summary,
.page-title .opc-block-shipping-information .shipping-information-title,
.opc-block-shipping-information .page-title .shipping-information-title,
.section-title h4,
.section-title .heading-4,
.section-title .box-title,
.section-title .cart-container .cart-summary .summary,
.cart-container .cart-summary .section-title .summary,
.section-title .opc-block-shipping-information .shipping-information-title,
.opc-block-shipping-information .section-title .shipping-information-title,
.page-title h5,
.page-title .heading-5,
.section-title h5,
.section-title .heading-5,
.page-title h6,
.page-title .heading-6,
.section-title h6,
.section-title .heading-6 {
  font-family: "Playfair Display", serif;
  color: #191919;
  margin-bottom: 0.5em; }

h2,
.heading-2 {
  font-family: "Playfair Display", serif;
  color: #191919;
  margin-bottom: 0.5em; }

h3,
.heading-3,
.block-title strong,
.collapsible-block .opener,
.opc-wrapper .step-title,
.newsletter .title {
  font-family: "Playfair Display", serif;
  color: #191919;
  margin-bottom: 0.5em; }

h4,
.heading-4,
.box-title,
.cart-container .cart-summary .summary,
.opc-block-shipping-information .shipping-information-title {
  font-family: "Playfair Display", serif;
  color: #191919;
  margin-bottom: 0.5em; }

h5,
.heading-5 {
  font-family: "Playfair Display", serif;
  color: #191919;
  margin-bottom: 0.5em; }

h6,
.heading-6 {
  font-family: "Playfair Display", serif;
  color: #191919;
  margin-bottom: 0.5em; }

* {
  margin: 0; }

html, body {
  height: 100%; }

body {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  -webkit-text-size-adjust: none;
  color: #999999;
  background: #ffffff; }
  @media (min-width: 992px) {
    body {
      font-size: 14px; } }

a {
  color: #333333; }

a:hover {
  color: #323232; }

h1 a,
.heading-1 a,
.page-title h1 a,
.page-title .heading-1 a,
.page-title span a,
.page-title .section-title span a,
.section-title .page-title span a,
.section-title h1 a,
.section-title .heading-1 a,
.section-title span a,
.page-title h2 a,
.page-title .heading-2 a,
.section-title h2 a,
.section-title .heading-2 a,
.page-title h3 a,
.page-title .heading-3 a,
.page-title .block-title strong a,
.block-title .page-title strong a,
.page-title .collapsible-block .opener a,
.collapsible-block .page-title .opener a,
.page-title .opc-wrapper .step-title a,
.opc-wrapper .page-title .step-title a,
.page-title .newsletter .title a,
.newsletter .page-title .title a,
.section-title h3 a,
.section-title .heading-3 a,
.section-title .block-title strong a,
.block-title .section-title strong a,
.section-title .collapsible-block .opener a,
.collapsible-block .section-title .opener a,
.section-title .opc-wrapper .step-title a,
.opc-wrapper .section-title .step-title a,
.section-title .newsletter .title a,
.newsletter .section-title .title a,
.page-title h4 a,
.page-title .heading-4 a,
.page-title .box-title a,
.page-title .cart-container .cart-summary .summary a,
.cart-container .cart-summary .page-title .summary a,
.page-title .opc-block-shipping-information .shipping-information-title a,
.opc-block-shipping-information .page-title .shipping-information-title a,
.section-title h4 a,
.section-title .heading-4 a,
.section-title .box-title a,
.section-title .cart-container .cart-summary .summary a,
.cart-container .cart-summary .section-title .summary a,
.section-title .opc-block-shipping-information .shipping-information-title a,
.opc-block-shipping-information .section-title .shipping-information-title a,
.page-title h5 a,
.page-title .heading-5 a,
.section-title h5 a,
.section-title .heading-5 a,
.page-title h6 a,
.page-title .heading-6 a,
.section-title h6 a,
.section-title .heading-6 a {
  color: #333333; }
h1 a:hover,
.heading-1 a:hover,
.page-title h1 a:hover,
.page-title span a:hover,
.section-title h1 a:hover,
.section-title span a:hover,
.page-title h2 a:hover,
.page-title .heading-2 a:hover,
.section-title h2 a:hover,
.section-title .heading-2 a:hover,
.page-title h3 a:hover,
.page-title .heading-3 a:hover,
.page-title .block-title strong a:hover,
.block-title .page-title strong a:hover,
.page-title .collapsible-block .opener a:hover,
.collapsible-block .page-title .opener a:hover,
.page-title .opc-wrapper .step-title a:hover,
.opc-wrapper .page-title .step-title a:hover,
.page-title .newsletter .title a:hover,
.newsletter .page-title .title a:hover,
.section-title h3 a:hover,
.section-title .heading-3 a:hover,
.section-title .block-title strong a:hover,
.block-title .section-title strong a:hover,
.section-title .collapsible-block .opener a:hover,
.collapsible-block .section-title .opener a:hover,
.section-title .opc-wrapper .step-title a:hover,
.opc-wrapper .section-title .step-title a:hover,
.section-title .newsletter .title a:hover,
.newsletter .section-title .title a:hover,
.page-title h4 a:hover,
.page-title .heading-4 a:hover,
.page-title .box-title a:hover,
.page-title .cart-container .cart-summary .summary a:hover,
.cart-container .cart-summary .page-title .summary a:hover,
.page-title .opc-block-shipping-information .shipping-information-title a:hover,
.opc-block-shipping-information .page-title .shipping-information-title a:hover,
.section-title h4 a:hover,
.section-title .heading-4 a:hover,
.section-title .box-title a:hover,
.section-title .cart-container .cart-summary .summary a:hover,
.cart-container .cart-summary .section-title .summary a:hover,
.section-title .opc-block-shipping-information .shipping-information-title a:hover,
.opc-block-shipping-information .section-title .shipping-information-title a:hover,
.page-title h5 a:hover,
.page-title .heading-5 a:hover,
.section-title h5 a:hover,
.section-title .heading-5 a:hover,
.page-title h6 a:hover,
.page-title .heading-6 a:hover,
.section-title h6 a:hover,
.section-title .heading-6 a:hover {
  color: #323232; }

h2 a,
.heading-2 a {
  color: #333333; }
h2 a:hover,
.heading-2 a:hover {
  color: #323232; }

h3 a,
.heading-3 a,
.block-title strong a,
.collapsible-block .opener a,
.opc-wrapper .step-title a,
.newsletter .title a {
  color: #333333; }
h3 a:hover,
.heading-3 a:hover,
.block-title strong a:hover,
.collapsible-block .opener a:hover,
.opc-wrapper .step-title a:hover,
.newsletter .title a:hover {
  color: #323232; }

h4 a,
.heading-4 a,
.box-title a,
.cart-container .cart-summary .summary a,
.opc-block-shipping-information .shipping-information-title a {
  color: #333333; }
h4 a:hover,
.heading-4 a:hover,
.box-title a:hover,
.cart-container .cart-summary .summary a:hover,
.opc-block-shipping-information .shipping-information-title a:hover {
  color: #323232; }

h5 a,
.heading-5 a {
  color: #333333; }
h5 a:hover,
.heading-5 a:hover {
  color: #323232; }

h6 a,
.heading-6 a {
  color: #333333; }
h6 a:hover,
.heading-6 a:hover {
  color: #323232; }

p {
  margin-bottom: 1rem; }

p a, .list a, .contact-info a {
  color: #323232; }
p a:hover, .list a:hover, .contact-info a:hover {
  color: #191919; }

mark {
  color: #FFF;
  background: #323232; }

em {
  color: #323232; }

small, .small {
  font-size: .8em; }

.big {
  font-size: 1.2em; }

pre {
  white-space: normal; }

.page-title h1,
.page-title h1,
.page-title .heading-1,
.page-title span,
.page-title .section-title h1,
.section-title .page-title h1,
.page-title .section-title span,
.section-title .page-title span,
.page-title h2,
.page-title .heading-2,
.page-title .section-title h2,
.section-title .page-title h2,
.page-title h3,
.page-title .heading-3,
.page-title .block-title strong,
.block-title .page-title strong,
.page-title .collapsible-block .opener,
.collapsible-block .page-title .opener,
.page-title .opc-wrapper .step-title,
.opc-wrapper .page-title .step-title,
.page-title .newsletter .title,
.newsletter .page-title .title,
.page-title .section-title h3,
.section-title .page-title h3,
.page-title h4,
.page-title .heading-4,
.page-title .box-title,
.page-title .cart-container .cart-summary .summary,
.cart-container .cart-summary .page-title .summary,
.page-title .opc-block-shipping-information .shipping-information-title,
.opc-block-shipping-information .page-title .shipping-information-title,
.page-title .section-title h4,
.section-title .page-title h4,
.page-title h5,
.page-title .heading-5,
.page-title .section-title h5,
.section-title .page-title h5,
.page-title h6,
.page-title .heading-6,
.page-title .section-title h6,
.section-title .page-title h6,
.page-title span,
.section-title h1,
.section-title .page-title h1,
.page-title .section-title h1,
.page-title .section-title span,
.section-title .page-title span,
.section-title h1,
.section-title .heading-1,
.section-title span,
.section-title .page-title h2,
.page-title .section-title h2,
.section-title h2,
.section-title .heading-2,
.section-title .page-title h3,
.page-title .section-title h3,
.section-title h3,
.section-title .heading-3,
.section-title .block-title strong,
.block-title .section-title strong,
.section-title .collapsible-block .opener,
.collapsible-block .section-title .opener,
.section-title .opc-wrapper .step-title,
.opc-wrapper .section-title .step-title,
.section-title .newsletter .title,
.newsletter .section-title .title,
.section-title .page-title h4,
.page-title .section-title h4,
.section-title h4,
.section-title .heading-4,
.section-title .box-title,
.section-title .cart-container .cart-summary .summary,
.cart-container .cart-summary .section-title .summary,
.section-title .opc-block-shipping-information .shipping-information-title,
.opc-block-shipping-information .section-title .shipping-information-title,
.section-title .page-title h5,
.page-title .section-title h5,
.section-title h5,
.section-title .heading-5,
.section-title .page-title h6,
.page-title .section-title h6,
.section-title h6,
.section-title .heading-6,
.section-title span {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold; }
.page-title h2,
.page-title .heading-2,
.page-title span,
.section-title h2,
.section-title .heading-2,
.section-title span {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold; }
.page-title h3,
.page-title .heading-3,
.page-title .block-title strong,
.block-title .page-title strong,
.page-title .collapsible-block .opener,
.collapsible-block .page-title .opener,
.page-title .opc-wrapper .step-title,
.opc-wrapper .page-title .step-title,
.page-title .newsletter .title,
.newsletter .page-title .title,
.page-title span,
.section-title h3,
.section-title .heading-3,
.section-title .block-title strong,
.block-title .section-title strong,
.section-title .collapsible-block .opener,
.collapsible-block .section-title .opener,
.section-title .opc-wrapper .step-title,
.opc-wrapper .section-title .step-title,
.section-title .newsletter .title,
.newsletter .section-title .title,
.section-title span {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold; }
.page-title h4,
.page-title .heading-4,
.page-title .box-title,
.page-title .cart-container .cart-summary .summary,
.cart-container .cart-summary .page-title .summary,
.page-title .opc-block-shipping-information .shipping-information-title,
.opc-block-shipping-information .page-title .shipping-information-title,
.page-title span,
.section-title h4,
.section-title .heading-4,
.section-title .box-title,
.section-title .cart-container .cart-summary .summary,
.cart-container .cart-summary .section-title .summary,
.section-title .opc-block-shipping-information .shipping-information-title,
.opc-block-shipping-information .section-title .shipping-information-title,
.section-title span {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold; }
.page-title h5,
.page-title .heading-5,
.page-title span,
.section-title h5,
.section-title .heading-5,
.section-title span {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold; }
.page-title h6,
.page-title .heading-6,
.page-title span,
.section-title h6,
.section-title .heading-6,
.section-title span {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold; }
.page-title b,
.section-title b {
  font-weight: 400;
  color: #323232; }

.price-box .special-price .price-label,
.price-box .old-price .price-label {
  display: none; }
.price-box .old-price {
  display: inline-block;
  padding-top: 3px; }
.price-box .price {
  font-family: "Lato", sans-serif; }

.price {
  color: #323232;
  font-weight: bold; }

.old-price .price {
  color: #999999;
  font-style: italic;
  font-weight: normal;
  text-decoration: line-through; }

.page-header {
  margin-bottom: 2rem;
  padding-bottom: 50px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.13);
  height: auto !important; }
  @media (max-width: 768px) {
    .page-header {
      padding-bottom: 15px;
      box-shadow: none; } }

.page-header__panel .container {
  position: relative;
  padding-bottom: 15px;
  padding-top: 13px; }
  .page-header__panel .container:after {
    content: "";
    display: table;
    clear: both; }
  .page-header__panel .container:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    background: #ebecee;
    left: 15px;
    right: 15px; }
    @media (min-width: 1728px) {
      .page-header__panel .container:before {
        left: 30px;
        right: 30px; } }
.page-header__panel .rd-navbar-collapse-container {
  float: left; }
  @media (max-width: 1727px) and (min-width: 768px) {
    .page-header__panel .rd-navbar-collapse-container {
      width: 100%;
      border-top: 1px solid #ebecee;
      padding-top: 8px;
      margin-top: 15px;
      text-align: center; } }
  .page-header__panel .rd-navbar-collapse-container a {
    color: #323232; }
    .page-header__panel .rd-navbar-collapse-container a:hover {
      color: #333333; }
.page-header__panel .welcome {
  float: right;
  font-style: italic; }
  @media (max-width: 1727px) {
    .page-header__panel .welcome {
      float: left; } }
  @media (max-width: 767px) {
    .page-header__panel .welcome {
      float: none;
      text-align: center; } }

.page-header__content {
  padding: 10px 0;
  position: relative;
  min-height: 166px; }
  .page-header__content .container:before, .page-header__content .container:after {
    display: table;
    content: "";
    line-height: 0; }
  .page-header__content .container:after {
    clear: both; }
  .page-header__content .logo {
    display: inline-block; }
    @media (min-width: 992px) {
      .page-header__content .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%); } }

.rd-navbar-static .page-header__content .rd-navbar-search {
  margin-left: auto; }

.header.links li {
  margin-left: 1rem; }

.header-switchers {
  float: right; }
  .header-switchers:before, .header-switchers:after {
    display: table;
    content: "";
    line-height: 0; }
  .header-switchers:after {
    clear: both; }
  .header-switchers > div {
    float: left;
    margin: 0 0 0 20px;
    padding-left: 20px;
    border-left: 1px solid #ebecee; }
  .header-switchers .actions .action {
    background-color: transparent;
    transition: .3s ease;
    padding: 0;
    border: 0; }
    .header-switchers .actions .action.active, .header-switchers .actions .action:hover {
      background-color: transparent;
      color: #323232; }
    .header-switchers .actions .action strong {
      font-weight: 400; }

.header-info {
  float: left;
  padding-top: 52px; }
  .header-info a strong {
    font-size: 20px;
    color: #191919;
    font-weight: bold;
    letter-spacing: 2px;
    transition: all 0.3s ease; }
  .header-info a:hover strong {
    color: #323232; }
  .header-info span {
    display: block;
    font-style: italic;
    padding-top: 5px; }

.header-icon {
  float: right;
  overflow: hidden;
  padding-top: 64px; }
  .header-icon li {
    float: left;
    margin-left: 21px; }
  .header-icon a {
    font-size: 16px;
    color: #dedfe1; }
    .header-icon a:hover {
      color: #191919; }

@media (max-width: 991px) {
  .logo .b2b {
    display: block;
  }
  .welcome .contact-mobile-left, .welcome .contact-mobile-right  {
    display: block !important;
  }
  .contact-desktop-left, .contact-desktop-right {
    display: none !important;
  }
  .page-header__content .container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center; }
    .page-header__content .container > div {
      width: 100%; }
  .page-header__content .logo {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: 20px auto 0; }
  .page-header__content .header-info {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 auto;
    float: none;
    padding-top: 25px; }
  .page-header__content .header-icon {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin: 0 auto;
    float: none;
    padding-top: 25px; }
    .page-header__content .header-icon li {
      margin: 0 10px; } }
.switcher {
  position: relative;
  margin: 0 1rem;
  padding: 0; }
  .switcher .toggle {
    cursor: pointer; }
    .switcher .toggle::after {
      font-family: "FontAwesome";
      content: '\f107';
      padding: 4px;
      color: #999999; }
    .switcher .toggle.active::after {
      font-family: "FontAwesome";
      content: '\f106';
      color: #323232; }
  .switcher .switcher-trigger:hover strong, .switcher .switcher-trigger.active strong {
    color: #191919; }
  .switcher .dropdown .mage-dropdown-dialog {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    background: #f7f7f8;
    border: none;
    width: 70px;
    z-index: 15;
    top: 38px; }
    .switcher .dropdown .mage-dropdown-dialog a {
      display: block;
      padding: 5px 10px;
      color: #999999; }
      .switcher .dropdown .mage-dropdown-dialog a:hover {
        background: #ebecee;
        color: #191919; }
  .switcher .dropdown.active .mage-dropdown-dialog {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.switcher-label {
  display: none; }

.switcher-options {
  display: inline-block; }
  .switcher-options.active .switcher-dropdown {
    display: inline-block; }

.switcher-dropdown {
  display: none; }

.links li {
  display: inline-block; }

.page-top {
  margin-bottom: 2rem; }

.breadcrumbs {
  margin-bottom: 65px;
  margin-top: -20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
  padding-bottom: 12px; }
  .breadcrumbs .items .item {
    display: inline-block;
    font-size: 12px;
    margin-right: 4px;
    padding-right: 12px;
    position: relative; }
    .breadcrumbs .items .item:before {
      content: "";
      display: inline-block;
      font-family: "Material Icons";
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      transform: translate(0, 0);
      position: absolute;
      right: -4px;
      top: 2px; }
    .breadcrumbs .items .item:last-child {
      margin-right: 0;
      padding-right: 0; }
      .breadcrumbs .items .item:last-child:before {
        display: none; }

.login-container,
.form-create-account {
  border: 3px solid #ebecee;
  padding: 60px;
  max-width: 1170px;
  margin: 0 auto; }
  @media (max-width: 1727px) {
    .login-container,
    .form-create-account {
      padding: 20px; } }
  .login-container .field.choice .label,
  .form-create-account .field.choice .label {
    display: inline-block; }
  .login-container .legend,
  .form-create-account .legend {
    color: #191919;
    margin-bottom: 20px;
    font-family: "Playfair Display", serif; }

.form-create-account .field .label {
  display: block; }

.page-main {
  margin-bottom: 70px; }

.page-title-wrapper {
  margin-bottom: 45px; }

@media (min-width: 1728px) {
  .column.main .page-title-wrapper {
    margin-bottom: -30px; }
    .column.main .page-title-wrapper .base,
    .column.main .page-title-wrapper .page-title {
      margin: 0; } }
.columns > .row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.page-layout-3columns .grid-left {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }
.page-layout-3columns .grid-main {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }
.page-layout-3columns .grid-right {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3; }

.page-layout-2columns-right .grid-main {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }
.page-layout-2columns-right .grid-right {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.page-layout-2columns-left .grid-left {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }
.page-layout-2columns-left .grid-main {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

@media (max-width: 767px) {
  .page-layout-3columns .grid-left,
  .page-layout-3columns .grid-main,
  .page-layout-2columns-right .grid-left,
  .page-layout-2columns-right .grid-main,
  .page-layout-2columns-left .grid-left,
  .page-layout-2columns-left .grid-main {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .page-layout-3columns .grid-main,
  .page-layout-2columns-right .grid-main,
  .page-layout-2columns-left .grid-main {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .page-layout-3columns .grid-left,
  .page-layout-2columns-right .grid-left,
  .page-layout-2columns-left .grid-left {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .page-layout-3columns .grid-right,
  .page-layout-2columns-right .grid-right,
  .page-layout-2columns-left .grid-right {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; } }
.block {
  margin-bottom: 2rem; }

.block-title {
  margin-bottom: 1rem;
  position: relative; }
  .block-title .action {
    float: right;
    padding: 0;
    background: 0;
    line-height: inherit; }
    .block-title .action.edit {
      padding: 0 1rem;
      border: 0; }
  .block-title .counter {
    float: right;
    font-size: .8rem; }
  .block-title b {
    font-weight: 400;
    color: #323232; }

.block-subtitle {
  display: block;
  margin-bottom: 1rem; }

.box {
  margin-bottom: 1rem;
  border: 1px solid #ebecee;
  padding: 15px; }

.box-title {
  margin-bottom: 1rem;
  display: block;
  margin-top: 0;
  color: #191919;
  border-bottom: 1px solid #ebecee;
  padding-bottom: 10px; }

.fieldset .legend {
  color: #191919;
  padding-bottom: 10px;
  font-size: 1.2rem; }

.sidebar .block {
  margin-bottom: 2rem; }
  .sidebar .block .block-title {
    margin-bottom: 20px; }
    .sidebar .block .block-title strong {
      font-size: 23px;
      margin: 0; }
    .sidebar .block .block-title .counter {
      display: none; }
.sidebar .actions-toolbar {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.sidebar .actions-primary .action,
.sidebar .secondary .action,
.sidebar .primary .action {
  font-size: 11px;
  padding: 8px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 5px; }
.sidebar .block-content .subtitle {
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 2px; }
@media (max-width: 991px) {
  .sidebar.sidebar-main {
    margin-top: 30px; }
  .sidebar .collapsible-block .opener {
    display: block !important;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ebecee; }
    .sidebar .collapsible-block .opener:before {
      top: 9px; }
  .sidebar .collapsible-block > .block {
    padding-top: 10px; } }

.block-reorder .field:before, .block-reorder .field:after {
  display: table;
  content: "";
  line-height: 0; }
.block-reorder .field:after {
  clear: both; }
.block-reorder .field label {
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0;
  height: auto;
  line-height: normal;
  float: left;
  padding: 2px 0;
  margin-right: 10px; }
.block-reorder .field .checkbox {
  margin: 0;
  height: auto; }
.block-reorder .product-item {
  padding: 20px 0; }

.account-nav li {
  margin-bottom: 8px; }
  .account-nav li a {
    color: #333333; }
    .account-nav li a:hover {
      color: #323232; }
  .account-nav li.current {
    color: #323232;
    font-weight: bold; }
    .account-nav li.current a {
      color: #323232; }

.block-compare .product-item-name {
  display: block;
  padding-right: 40px;
  font-weight: normal; }
.block-compare .product-item {
  position: relative;
  margin-bottom: 8px; }
.block-compare .action.delete {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 1rem; }
.block-compare .actions-toolbar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .block-compare .actions-toolbar .primary {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }

.list-1 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .list-1 li {
    overflow: hidden;
    position: relative;
    width: 25%; }
    .list-1 li:first-child, .list-1 li:last-child {
      width: 50%; }
    @media (max-width: 1199px) {
      .list-1 li {
        width: 50%; }
        .list-1 li:first-child, .list-1 li:last-child {
          width: 100%; } }
  .list-1 .list-content {
    position: absolute;
    padding: 15px 15px 50px 50px;
    bottom: 0;
    left: 0; }
  .list-1 li:first-child .list-content, .list-1 li:last-child .list-content {
    padding: 15px 15px 102px 80px; }
    @media (max-width: 1727px) {
      .list-1 li:first-child .list-content, .list-1 li:last-child .list-content {
        padding-left: 30px;
        padding-bottom: 30px; } }
    @media (max-width: 1199px) {
      .list-1 li:first-child .list-content, .list-1 li:last-child .list-content {
        padding-left: 60px;
        padding-bottom: 125px; } }
    @media (max-width: 1199px) {
      .list-1 li:first-child .list-content, .list-1 li:last-child .list-content {
        padding-left: 80px;
        padding-bottom: 120px; } }
    @media (max-width: 991px) {
      .list-1 li:first-child .list-content, .list-1 li:last-child .list-content {
        padding-left: 50px;
        padding-bottom: 80px; }
        .list-1 li:first-child .list-content .title-1, .list-1 li:last-child .list-content .title-1 {
          font-size: 24px; }
        .list-1 li:first-child .list-content .title-2, .list-1 li:last-child .list-content .title-2 {
          font-size: 26px; } }
    @media (max-width: 767px) {
      .list-1 li:first-child .list-content, .list-1 li:last-child .list-content {
        padding-left: 35px;
        padding-bottom: 48px; } }
    @media (max-width: 479px) {
      .list-1 li:first-child .list-content, .list-1 li:last-child .list-content {
        padding-left: 20px;
        padding-bottom: 34px; }
        .list-1 li:first-child .list-content .title-1, .list-1 li:last-child .list-content .title-1 {
          font-size: 16px; }
        .list-1 li:first-child .list-content .title-2, .list-1 li:last-child .list-content .title-2 {
          font-size: 18px; } }
  .list-1 img {
    width: 100%; }
  .list-1 .title-1 {
    font-family: "Playfair Display", serif;
    font-size: 30px;
    line-height: 1;
    font-style: italic;
    color: #999999;
    margin-bottom: 19px; }
  .list-1 .title-2 {
    font-family: "Playfair Display", serif;
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    margin-bottom: 35px; }
  .list-1 .link-button {
    display: inline-block;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 3px solid #323232;
    color: #323232;
    padding: 12px 30px; }
    .list-1 .link-button:hover {
      background: #323232;
      color: #FFF; }
  .list-1 .link-link {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    color: #323232;
    text-decoration: underline; }
    .list-1 .link-link:hover {
      text-decoration: none; }
  .list-1 .slog {
    font-style: italic;
    margin-top: 40px; }
  .list-1 .color-1 {
    color: #fff; }
  .list-1 .color-2 {
    color: #191919; }
  @media (max-width: 1727px) {
    .list-1 .title-2 {
      font-size: 36px;
      margin-bottom: 25px; }
    .list-1 .list-content {
      padding-left: 15px;
      padding-bottom: 15px; } }
  @media (max-width: 1199px) {
    .list-1 .list-content {
      padding-left: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 991px) {
    .list-1 .list-content {
      padding-left: 30px;
      padding-bottom: 30px; } }
  @media (max-width: 767px) {
    .list-1 li {
      width: 100%; }
    .list-1 .list-content {
      padding: 20px; }
    .list-1 .title-2 {
      margin-bottom: 15px; }
    .list-1 .title-1 {
      margin-bottom: 10px; }
    .list-1 .link-button {
      padding: 4px 10px;
      border-width: 1px;
      font-weight: normal;
      font-size: 11px;
      letter-spacing: 0; }
    .list-1 .slog {
      margin-top: 10px; } }
  @media (max-width: 479px) {
    .list-1 .list-content {
      padding: 30px; }
    .list-1 .title-1 {
      font-size: 14px; }
    .list-1 .title-2 {
      font-size: 40px; }
    .list-1 .slog {
      margin-top: 3px; } }

.list-2 {
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .list-2 li {
    position: relative;
    width: 100%; }
    @media (min-width: 992px) {
      .list-2 li {
        width: 33.333%; } }
  .list-2 .list-content {
    position: absolute;
    padding: 50px; }
    .list-2 .list-content.style_1 {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      width: 100%;
      padding: 15px;
      text-align: center;
      line-height: 1; }
      .list-2 .list-content.style_1 .title-1 {
        font-family: "Playfair Display", serif;
        font-size: 53px;
        color: #323232;
        margin-bottom: 10px; }
      .list-2 .list-content.style_1 .title-2 {
        font-family: "Playfair Display", serif;
        font-size: 53px;
        color: #FFF;
        font-weight: bold;
        margin-bottom: 20px; }
      .list-2 .list-content.style_1 .title-3 {
        font-family: "Playfair Display", serif;
        font-size: 24px;
        font-style: italic;
        margin-bottom: 30px; }
      .list-2 .list-content.style_1 .link-link {
        color: #323232;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: underline;
        letter-spacing: 1px; }
        .list-2 .list-content.style_1 .link-link:hover {
          color: #FFF; }
      @media (max-width: 1199px) {
        .list-2 .list-content.style_1 .title-1 {
          font-size: 23px;
          margin-bottom: 8px; }
        .list-2 .list-content.style_1 .title-2 {
          font-size: 23px;
          margin-bottom: 8px; }
        .list-2 .list-content.style_1 .title-3 {
          font-size: 14px; } }
      @media (max-width: 991px) and (min-width: 480px) {
        .list-2 .list-content.style_1 .title-1 {
          font-size: 53px; }
        .list-2 .list-content.style_1 .title-2 {
          font-size: 36px; }
        .list-2 .list-content.style_1 .title-3 {
          font-size: 21px; } }
    .list-2 .list-content.style_2 {
      left: 0;
      top: 0;
      padding: 50px;
      line-height: 1;
      height: 100%; }
      .list-2 .list-content.style_2 .slog {
        font-size: 16px;
        font-style: italic;
        margin-bottom: 15px; }
      .list-2 .list-content.style_2 .title-1 {
        font-family: "Playfair Display", serif;
        font-size: 48px;
        color: #FFF;
        margin-bottom: 10px;
        font-weight: bold;
        text-transform: uppercase; }
      .list-2 .list-content.style_2 .title-2 {
        font-family: "Playfair Display", serif;
        font-size: 58px;
        color: #FFF;
        font-style: italic;
        margin-bottom: 25px;
        text-indent: 80px; }
      .list-2 .list-content.style_2 .title-3 {
        font-family: "Playfair Display", serif;
        font-size: 31px;
        color: #323232;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-weight: bold; }
      .list-2 .list-content.style_2 .title-4 {
        font-family: "Playfair Display", serif;
        font-size: 17px;
        text-transform: uppercase;
        color: #FFF; }
      .list-2 .list-content.style_2 .link-button {
        color: #FFF;
        font-weight: bold;
        text-transform: uppercase;
        border: 3px solid #323232;
        padding: 12px 25px;
        display: inline-block;
        position: absolute;
        bottom: 50px; }
        .list-2 .list-content.style_2 .link-button:hover {
          background: #323232; }
      @media (max-width: 1199px) {
        .list-2 .list-content.style_2 {
          padding: 25px; }
          .list-2 .list-content.style_2 .slog {
            font-size: 13px;
            margin-bottom: 5px; }
          .list-2 .list-content.style_2 .title-1 {
            font-size: 24px;
            margin-bottom: 5px; }
          .list-2 .list-content.style_2 .title-2 {
            font-size: 21px;
            text-indent: 20px;
            margin-bottom: 12px; }
          .list-2 .list-content.style_2 .title-3 {
            font-size: 13px; }
          .list-2 .list-content.style_2 .title-4 {
            font-size: 12px; }
          .list-2 .list-content.style_2 .link-button {
            font-size: 12px;
            padding: 6px 18px;
            border-width: 1px;
            bottom: 30px; } }
      @media (max-width: 1727px) and (min-width: 1200px) {
        .list-2 .list-content.style_2 {
          padding: 25px; }
          .list-2 .list-content.style_2 .title-2 {
            font-size: 50px;
            text-indent: 10px; } }
      @media (max-width: 991px) and (min-width: 768px) {
        .list-2 .list-content.style_2 {
          padding-top: 15%;
          padding-left: 15%; } }
      @media (max-width: 991px) and (min-width: 480px) {
        .list-2 .list-content.style_2 .slog {
          font-size: 23px; }
        .list-2 .list-content.style_2 .title-1 {
          font-size: 48px; }
        .list-2 .list-content.style_2 .title-2 {
          font-size: 32px;
          text-indent: 20px; }
        .list-2 .list-content.style_2 .title-3 {
          font-size: 21px; }
        .list-2 .list-content.style_2 .title-4 {
          font-size: 14px; }
        .list-2 .list-content.style_2 .link-button {
          font-size: 14px;
          padding: 12px 25px; } }
    .list-2 .list-content.style_3 {
      left: 0;
      bottom: 0;
      width: 100%;
      text-align: center;
      line-height: 1; }
      .list-2 .list-content.style_3 .slog {
        font-family: "Playfair Display", serif;
        font-size: 18px;
        color: #323232;
        text-transform: uppercase;
        margin-bottom: 10px; }
      .list-2 .list-content.style_3 .title-1 {
        font-size: 58px;
        color: #191919;
        margin-bottom: 10px;
        font-weight: bold; }
      .list-2 .list-content.style_3 .title-2 {
        font-family: "Playfair Display", serif;
        font-size: 28px;
        color: #323232;
        margin-bottom: 25px;
        font-style: italic; }
      .list-2 .list-content.style_3 .link-button {
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: underline; }
      @media (max-width: 1727px) {
        .list-2 .list-content.style_3 {
          padding: 15px; }
          .list-2 .list-content.style_3 .slog {
            font-size: 16px;
            margin-bottom: 8px; }
          .list-2 .list-content.style_3 .title-1 {
            font-size: 38px;
            margin-bottom: 8px; }
          .list-2 .list-content.style_3 .title-2 {
            font-size: 18px;
            margin-bottom: 15px; } }
      @media (max-width: 1199px) {
        .list-2 .list-content.style_3 .slog {
          font-size: 12px; }
        .list-2 .list-content.style_3 .title-1 {
          font-size: 21px; }
        .list-2 .list-content.style_3 .title-2 {
          font-size: 14px; }
        .list-2 .list-content.style_3 .link-button {
          font-size: 12px; } }
      @media (max-width: 991px) and (min-width: 480px) {
        .list-2 .list-content.style_3 .slog {
          font-size: 18px; }
        .list-2 .list-content.style_3 .title-1 {
          font-size: 46px; }
        .list-2 .list-content.style_3 .title-2 {
          font-size: 28px; } }
  .list-2 img {
    width: 100%; }

.form.contact,
.search.advanced,
.send.friend {
  max-width: 580px;
  margin: 0 auto; }

.form.contact .required .control:before,
.form-address-edit .required .control:before,
.form-edit-account .required .control:before,
.search.advanced .required .control:before,
.send.friend .required .control:before,
.review-field-form-custom .required .control:before,
.form-login .required .control:before {
  content: "*";
  position: absolute;
  top: 15px;
  left: 7px;
  color: #323232; }

.opc .required .control:before {
  display: none; }

.send.friend .fieldset {
  margin-bottom: 30px; }
  .send.friend .fieldset:last-child {
    margin-bottom: 0; }

.form-newsletter-manage .field .checkbox {
  margin-top: 9px; }

.footer {
  text-align: center; }
  .footer.content {
    padding-top: 40px;
    position: relative; }
    .footer.content:before {
      content: "";
      position: absolute;
      left: 15px;
      right: 15px;
      top: 0;
      border-top: 3px solid #ebecee; }
      @media (min-width: 1728px) {
        .footer.content:before {
          left: 30px;
          right: 30px; } }
  .footer a {
    color: #323232; }
    .footer a:hover {
      color: #191919; }
  .footer ul {
    margin-bottom: 14px; }
    .footer ul li {
      display: inline-block;
      margin: 0 10px; }
    @media (max-width: 768px) {
      .footer ul {
        margin-bottom: 0; }
        .footer ul li {
          padding-bottom: 15px; } }
  .footer .footer-col-content ul {
    display: inline-block; }
  .footer .list-icon {
    padding-top: 10px; }
    .footer .list-icon a {
      font-size: 16px;
      color: #dedfe1; }
      .footer .list-icon a:hover {
        color: #191919; }
  .footer .footer-logo {
    display: inline-block;
    margin-bottom: 32px; }
  .footer .copyright {
    font-size: 14px;
    font-style: italic;
    border-top: 1px solid #ebecee;
    padding: 20px 0;
    width: 100%;
    display: block;
    margin-top: 40px; }

.search-autocomplete {
  display: none; }

.no-display {
  display: none; }

/*
* @section      Custom pages
* @description  This section holds specific style for Custom pages
*/
.cms-page-view h1,
.cms-page-view heading-1 {
  text-transform: uppercase; }
.cms-page-view h2,
.cms-page-view heading-2 {
  text-transform: uppercase; }
.cms-page-view h3,
.cms-page-view heading-3 {
  text-transform: uppercase; }
.cms-page-view h4,
.cms-page-view heading-4 {
  text-transform: uppercase; }
.cms-page-view h5,
.cms-page-view heading-5 {
  text-transform: uppercase; }
.cms-page-view h6,
.cms-page-view heading-6 {
  text-transform: uppercase; }

dl.custom-page dd {
  font-style: normal;
  margin-bottom: 30px; }

.search-term-popular ul.search-terms:before, .search-term-popular ul.search-terms:after {
  display: table;
  content: "";
  line-height: 0; }
.search-term-popular ul.search-terms:after {
  clear: both; }
.search-term-popular ul.search-terms li {
  float: left;
  margin-right: 15px;
  font-size: 24px; }

.custom-page .section-title {
  margin: 60px 0 35px; }

.skills {
  color: #323232; }
  .skills .value {
    font-size: 56px;
    line-height: 1.519em;
    font-weight: 700; }
  .skills .term {
    font-size: 16px;
    text-transform: uppercase; }

@media (max-width: 767px) {
  .cms-about-us .big-circle-icon {
    margin-top: 2rem; } }

@media (max-width: 767px) {
  .team > div[class*='col-'] {
    margin-bottom: 2rem; } }

.cms-customer-service .terms-conditions h4.small-icon {
  margin-bottom: 15px;
  padding-top: 10px; }
  .cms-customer-service .terms-conditions h4.small-icon:before {
    padding-right: 15px;
    vertical-align: bottom; }
.cms-customer-service .terms-conditions p {
  margin-bottom: 20px; }
.cms-customer-service .section-title {
  margin: 60px 0 35px; }

.not-found-page *[class*='heading-'] {
  text-transform: uppercase; }
.not-found-page .disc li,
.not-found-page dd {
  font-style: normal; }

.customer-account-create .field .checkbox {
  margin-top: .5rem; }

/*
* @section      Testimonials
* @description  This section holds specific style for Testimonials
*/
.testimonials {
  padding-bottom: 2em; }
  .testimonials blockquote {
    padding: 10px 20px; }
    .testimonials blockquote cite {
      display: block;
      text-align: center;
      margin: 0 auto 0.5em;
      font-weight: 500;
      text-transform: uppercase;
      color: #323232; }
    .testimonials blockquote q {
      display: block;
      padding: 0 5%; }
  .testimonials.owl-testimonials .owl-controls {
    top: auto;
    bottom: -15px;
    right: 50%;
    margin-right: -55px; }
  .testimonials.owl-testimonials .owl-prev,
  .testimonials.owl-testimonials .owl-next {
    padding: 0 7px; }
    .testimonials.owl-testimonials .owl-prev:before,
    .testimonials.owl-testimonials .owl-next:before {
      font-size: 2.5em;
      transition: .3s ease; }
  .testimonials.owl-testimonials .owl-prev:before {
    content: "";
    display: inline-block;
    font-family: "Material Icons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    line-height: 1; }
  .testimonials.owl-testimonials .owl-next:before {
    content: "";
    display: inline-block;
    font-family: "Material Icons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    line-height: 1; }

.products .product-item .product-item-name {
  display: block; }
.products .product-item .product-reviews-summary {
  margin-bottom: 20px; }
.products .product-item .reviews-actions .action {
  text-decoration: underline;
  display: inline-block;
  margin-top: 5px; }
.products .product-item .swatch-attribute-options {
  margin-top: 10px; }
.products .product-item .price-final_price {
  font-size: 30px;
  line-height: 30px;
  margin-right: 4px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .products .product-item .price-final_price {
      font-size: 18px; } }
.products .product-item .old-price .price-final_price {
  font-size: 14px; }
.products .product-item .product-item-actions .primary:before {
  font-family: "fl-line-icon-set";
  content: "\e061";
  vertical-align: middle; }
.products .product-item .product-item-photo {
  position: relative;
  display: block; }
.products .product-item .label-product span {
  font-style: italic;
  color: #fff;
  background: #191919;
  padding: 0px 6px 1px;
  display: inline-block; }
  .products .product-item .label-product span.sale {
    background: #323232; }

.toolbar-products {
  margin-bottom: 50px; }
  .toolbar-products:before, .toolbar-products:after {
    display: table;
    content: "";
    line-height: 0; }
  .toolbar-products:after {
    clear: both; }
  .toolbar-products .field > .label,
  .toolbar-products .field > .control,
  .toolbar-products .field > .action {
    display: inline-block; }
  .toolbar-products .field > .control {
    border-left: 1px solid #ebecee;
    border-right: 1px solid #ebecee;
    padding-left: 10px;
    padding-right: 10px; }
  @media (min-width: 768px) {
    .toolbar-products .field > .control {
      width: auto; } }
  @media (max-width: 768px) {
    .toolbar-products {
      margin-bottom: 0; }
      .toolbar-products .modes,
      .toolbar-products .toolbar-amount,
      .toolbar-products .limiter {
        display: none; }
      .toolbar-products .label.sorter-label {
        display: block; }
      .toolbar-products .field > .control {
        border: 0;
        padding: 0; }
      .toolbar-products .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
      .toolbar-products .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
        background: none; }
      .toolbar-products .select2-container--default .select2-selection--single {
        padding-left: 0; }
        .toolbar-products .select2-container--default .select2-selection--single:hover {
          background: none; }
      .toolbar-products .toolbar-sorter .sorter-action {
        margin-left: 4px; } }

.toolbar-container .filter-toggle {
  padding: 12px 30px;
  display: inline-block;
  border: 3px solid #323232;
  background: #323232;
  color: white;
  margin-bottom: 20px;
  display: none; }
  .toolbar-container .filter-toggle:hover {
    background: none;
    color: #323232; }

.modes {
  float: left;
  margin-right: 25px;
  padding-top: 5px; }
  .modes .modes-label {
    display: none; }
  .modes .modes-mode span {
    display: none; }
  .modes .modes-mode.active {
    color: #dedfe1; }
  .modes .modes-mode a:hover {
    color: #323232; }
  .modes .mode-grid {
    font-size: 24px;
    line-height: 1; }
    .modes .mode-grid:before {
      content: "";
      display: inline-block;
      font-family: "Material Icons";
      font-weight: 400;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
      line-height: 1; }
  .modes .mode-list {
    font-size: 24px;
    line-height: 1; }
    .modes .mode-list:before {
      content: "";
      display: inline-block;
      font-family: "Material Icons";
      font-weight: 400;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
      line-height: 1; }

.toolbar-amount {
  font-style: italic;
  float: left;
  padding-top: 5px; }

.pages {
  display: none;
  text-align: center;
  padding-top: 50px; }
  .pages .pages-items {
    position: relative;
    display: inline-block; }
    .pages .pages-items:before, .pages .pages-items:after {
      display: table;
      content: "";
      line-height: 0; }
    .pages .pages-items:after {
      clear: both; }
  .pages .item {
    float: left;
    padding: 0 8px;
    font-size: 1rem;
    line-height: 1;
    font-style: italic; }
    .pages .item.current {
      color: #191919; }
    .pages .item.pages-item-previous a span:not(.label):before {
      content: 'Prev'; }
    .pages .item.pages-item-next a span:not(.label):before {
      content: 'Next'; }
    .pages .item a {
      color: #999999; }
      .pages .item a:hover {
        color: #323232; }
      .pages .item a.next {
        text-decoration: underline;
        color: #323232; }
        .pages .item a.next:hover {
          color: #333333; }
  .tollbar-bottom .pages {
    display: block; }

.field.limiter {
  float: right; }
  .field.limiter .limiter-text {
    display: none; }
  .field.limiter .label {
    padding: 0;
    line-height: 30px; }
  @media (max-width: 767px) {
    .field.limiter {
      float: none;
      clear: left; } }

.toolbar-sorter {
  float: right;
  margin-left: 25px; }
  .toolbar-sorter .label.sorter-label {
    padding: 0;
    line-height: 30px; }
  .toolbar-sorter .sorter-action {
    margin-left: 1rem;
    padding: 0.4rem 0;
    line-height: 3.57rem; }
    .toolbar-sorter .sorter-action span {
      display: none; }
    .toolbar-sorter .sorter-action.sort-asc {
      font-size: 24px;
      line-height: 1; }
      .toolbar-sorter .sorter-action.sort-asc:before {
        content: "";
        display: inline-block;
        font-family: "Material Icons";
        font-weight: 400;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        line-height: 1; }
    .toolbar-sorter .sorter-action.sort-desc {
      font-size: 24px;
      line-height: 1;
      transform: rotate(180deg); }
      .toolbar-sorter .sorter-action.sort-desc:before {
        content: "";
        display: inline-block;
        font-family: "Material Icons";
        font-weight: 400;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        line-height: 1; }
  @media (max-width: 767px) {
    .toolbar-sorter {
      clear: left;
      float: left;
      margin-left: 0; } }

.tollbar-bottom .modes,
.tollbar-bottom .toolbar-amount,
.tollbar-bottom .limiter,
.tollbar-bottom .toolbar-sorter {
  display: none; }

.catalog-product-view .main {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 3px solid #ebecee;
  padding-bottom: 40px;
  margin: 0 0 65px; }
  @media (min-width: 1728px) {
    .catalog-product-view .main {
      margin-left: -30px;
      margin-right: -30px; } }
.catalog-product-view .product-info-main {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding-top: 30px; }
  @media (min-width: 1728px) {
    .catalog-product-view .product-info-main {
      padding-left: 30px;
      padding-right: 30px; } }
.catalog-product-view .product-info-price .page-title-wrapper {
  margin: 0 0 13px; }
  .catalog-product-view .product-info-price .page-title-wrapper .page-title {
    text-align: left;
    font-size: 26px; }
    .catalog-product-view .product-info-price .page-title-wrapper .page-title .base {
      font-family: "Lato", sans-serif;
      color: #333333;
      font-weight: normal; }
      .catalog-product-view .product-info-price .page-title-wrapper .page-title .base b {
        color: #333333;
        font-weight: normal; }
  .catalog-product-view .product-info-price .page-title-wrapper .container {
    padding: 0;
    min-width: auto; }
.catalog-product-view .product-info-stock-sku {
  margin-bottom: 1rem; }
  .catalog-product-view .product-info-stock-sku .stock {
    margin-bottom: 25px;
    color: #33b88e;
    font-weight: bold; }
  .catalog-product-view .product-info-stock-sku .sku {
    font-style: italic;
    color: #191919; }
  .catalog-product-view .product-info-stock-sku .only {
    margin-bottom: 20px; }
    .catalog-product-view .product-info-stock-sku .only strong {
      color: #191919; }
.catalog-product-view .product-reviews-summary {
  margin-bottom: 1rem; }
  .catalog-product-view .product-reviews-summary > div {
    display: inline-block; }
.catalog-product-view .reviews-actions {
  margin-top: -4px; }
  .catalog-product-view .reviews-actions a {
    color: #323232;
    text-decoration: underline; }
    .catalog-product-view .reviews-actions a:hover {
      color: #333333; }
.catalog-product-view .product-info-price .rating-summary {
  margin-right: 10px; }
  .catalog-product-view .product-info-price .rating-summary .label {
    display: none; }
.catalog-product-view .reviews-actions .view {
  margin-right: 1rem; }
.catalog-product-view .price-box {
  margin-bottom: 25px; }
  .catalog-product-view .price-box .price {
    font-size: 30px;
    line-height: 30px;
    color: #323232;
    margin-right: 15px; }
  .catalog-product-view .price-box .old-price .price {
    color: #dedfe1;
    font-size: 20px;
    line-height: 30px; }
.catalog-product-view .product-add-form {
  margin-bottom: 1rem; }
.catalog-product-view .box-tocart .field {
  padding-right: 2rem; }
.catalog-product-view .box-tocart .control {
  display: inline-block; }
.catalog-product-view .box-tocart .label {
  display: block; }
.catalog-product-view .box-tocart .input-text.qty {
  width: 215px;
  height: 50px;
  text-align: center; }
@media (max-width: 767px) {
  .catalog-product-view .box-tocart .field {
    padding: 0; }
  .catalog-product-view .box-tocart .control {
    display: block; }
  .catalog-product-view .box-tocart .input-text.qty {
    width: 100%; }
  .catalog-product-view .box-tocart .action {
    width: 100%; } }
.catalog-product-view .product-options-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .catalog-product-view .product-options-wrapper .select2-selection {
    background-color: #f7f7f8;
    font-style: italic;
    height: 50px; }
    .catalog-product-view .product-options-wrapper .select2-selection .select2-selection__rendered {
      line-height: 50px; }
    .catalog-product-view .product-options-wrapper .select2-selection .select2-selection__arrow {
      top: 10px;
      font-style: normal; }
  @media (max-width: 767px) {
    .catalog-product-view .product-options-wrapper .fieldset {
      width: 100%; } }
.catalog-product-view .product-social-links .action {
  margin-right: 1rem;
  display: inline-flex; }
  .catalog-product-view .product-social-links .action span {
    display: none; }
.catalog-product-view .product-social-links .mailto {
  font-size: 28px;
  padding: 0; }
.catalog-product-view .product-social-links a {
  color: #dedfe1; }
  .catalog-product-view .product-social-links a:hover {
    color: #333333; }
.catalog-product-view .product-addto-links {
  display: inline-block;
  overflow: hidden; }
  .catalog-product-view .product-addto-links a {
    float: left; }
.catalog-product-view .box-tocart .actions {
  margin-bottom: 25px; }
  .catalog-product-view .box-tocart .actions .primary:before {
    font-family: "fl-line-icon-set";
    content: "\e061";
    font-size: 28px;
    float: left;
    margin-right: 8px;
    line-height: 13px;
    margin-top: -2px; }
  @media (max-width: 767px) {
    .catalog-product-view .box-tocart .actions .primary {
      width: 100%; }
      .catalog-product-view .box-tocart .actions .primary:before {
        float: none;
        display: inline-block;
        padding-top: 7px;
        line-height: 0; } }
.catalog-product-view .product.attribute strong {
  font-weight: 600; }
.catalog-product-view .product.attribute .value {
  display: inline-block;
  font-size: 16px; }
.catalog-product-view .product.attribute.overview {
  font-size: 16px; }
.catalog-product-view .product.media {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }
  @media (min-width: 1728px) {
    .catalog-product-view .product.media {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 768px) {
    .catalog-product-view .product.media .gallery-placeholder {
      border-right: 1px solid #ebecee;
      padding-bottom: 20px;
      padding-right: 20px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      height: 100%; }
      .catalog-product-view .product.media .gallery-placeholder > div {
        width: 100%; } }
.catalog-product-view .product.info {
  border-top: 1px solid #ebecee;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding-top: 50px; }
  @media (min-width: 1728px) {
    .catalog-product-view .product.info {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .catalog-product-view .product.info {
      padding-top: 20px; }
      .catalog-product-view .product.info .tab-titles {
        padding-bottom: 20px; } }
.catalog-product-view .product .data.items {
  max-width: 1020px;
  margin: 0 auto;
  text-align: center; }
.catalog-product-view .product .additional-attributes-wrapper {
  font-size: 16px; }
  .catalog-product-view .product .additional-attributes-wrapper .col {
    border-bottom: 1px solid #ebecee;
    padding: 12px 20px;
    width: 50%; }
    .catalog-product-view .product .additional-attributes-wrapper .col.data {
      border-left: 1px solid #ebecee;
      text-align: left; }
    .catalog-product-view .product .additional-attributes-wrapper .col.label {
      text-align: right;
      color: #333333; }
    @media (max-width: 768px) {
      .catalog-product-view .product .additional-attributes-wrapper .col {
        border: 0;
        padding: 0;
        width: auto; }
        .catalog-product-view .product .additional-attributes-wrapper .col.data {
          border: 0;
          line-height: 18px; }
          .catalog-product-view .product .additional-attributes-wrapper .col.data:before {
            display: inline-block;
            border: 0;
            color: #191919;
            margin-right: 4px;
            font-weight: normal; } }
.catalog-product-view .product .table-caption {
  text-align: left; }
  @media (min-width: 480px) {
    .catalog-product-view .product .table-caption {
      display: none; } }
.catalog-product-view .action-skip-wrapper,
.catalog-product-view .fotorama__caption {
  display: none; }

@media (min-width: 768px) {
  .catalog-product-view .product-info-main {
    -webkit-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    max-width: 45%;
    max-width: 45%; }
  .catalog-product-view .product.media {
    -webkit-flex-basis: 55%;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    max-width: 55%;
    max-width: 55%; } }
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 1rem 0; }
body.catalog-product-compare-index .table-caption {
  display: none; }

.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto; }
  .table-wrapper.comparison .table-comparison > tbody > tr {
    border-right: 1px solid #dadada; }
    .table-wrapper.comparison .table-comparison > tbody > tr > th,
    .table-wrapper.comparison .table-comparison > tbody > tr > td {
      border-top: 0; }
  @media (max-width: 768px) {
    .table-wrapper.comparison td {
      border-bottom: 0;
      display: table-cell;
      padding: 0; }
      .table-wrapper.comparison td.product:before {
        display: none; } }

.table-comparison {
  table-layout: fixed; }
  .table-comparison .cell.label.remove,
  .table-comparison .cell.label.product {
    border-bottom: none; }
    .table-comparison .cell.label.remove span,
    .table-comparison .cell.label.product span {
      display: none; }
  .table-comparison .cell {
    width: 180px;
    padding: 1rem; }
    .table-comparison .cell .attibute.value {
      width: 100%;
      overflow: hidden; }
    .table-comparison .cell.product.info, .table-comparison .cell.product.label {
      border-bottom: 1px solid #dadada; }
    .table-comparison .cell.label {
      width: 80px; }
      .table-comparison .cell.label .attribute.label {
        display: block;
        width: 100%;
        word-wrap: break-word; }
    .table-comparison .cell.attribute img {
      max-width: 100%;
      height: auto; }
    .table-comparison .cell.remove {
      padding-top: 0;
      padding-bottom: 0;
      text-align: right; }
  .table-comparison .product-item-photo {
    display: block;
    margin: 0 auto 1rem;
    overflow: hidden; }
  .table-comparison .product-image-photo {
    margin-left: 0; }
  .table-comparison .product-item-actions,
  .table-comparison .price-box,
  .table-comparison .product.rating,
  .table-comparison .product-item-name {
    display: block;
    margin: 0.25rem 0; }
  .table-comparison .product-addto-links {
    margin-top: 1rem; }
    .table-comparison .product-addto-links .action.toggle {
      padding: 0; }
  .table-comparison .action.tocart {
    white-space: nowrap; }
  .table-comparison .rating-summary .label {
    display: none; }
  .table-comparison .price-box {
    margin: 10px 0; }
  .table-comparison .price {
    font-size: 18px; }

.comparison.headings {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: auto;
  display: none; }

.comparison .product-item-actions > div {
  margin-left: 0; }
.comparison .secondary-addto-links {
  display: inline-block; }

.products-grid {
  border: 3px solid #ebecee; }
  .products-grid .product-items {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 1728px) {
      .products-grid .product-items {
        margin-left: -30px;
        margin-right: -30px; } }
  .products-grid .product-item {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
    @media (min-width: 1728px) {
      .products-grid .product-item {
        padding-left: 30px;
        padding-right: 30px; } }
  .products-grid .product-item-details:before, .products-grid .product-item-details:after {
    display: table;
    content: "";
    line-height: 0; }
  .products-grid .product-item-details:after {
    clear: both; }
  .products-grid .product-image-photo {
    text-align: center;
    display: block;
    margin-bottom: 1rem; }
  .products-grid .product-item-info {
    position: relative;
    padding: 15px 0; }
    @media (max-width: 767px) {
      .products-grid .product-item-info {
        padding: 15px;
        border-bottom: 1px solid #ebecee; } }
  @media (max-width: 991px) {
    .products-grid .owl-item .product-item-info {
      padding: 15px;
      border: 0; } }
  .products-grid .product-item-name {
    padding-right: 40px;
    margin-bottom: 10px; }
    .products-grid .product-item-name a {
      font-size: 16px;
      color: #333333; }
      .products-grid .product-item-name a:hover {
        color: #323232; }
  .products-grid .reviews-actions .action.add {
    display: none; }
  .products-grid .reviews-actions a {
    color: #323232; }
    .products-grid .reviews-actions a:hover {
      color: #333333; }
  .products-grid .rating-summary {
    display: block; }
    .products-grid .rating-summary .label {
      display: none; }
  .products-grid .price-box {
    display: inline-block; }
    @media (min-width: 480px) and (max-width: 768px) {
      .products-grid .price-box .old-price {
        display: block; } }
  .products-grid .price-from {
    margin-bottom: 0; }
  .products-grid .price-to {
    margin-bottom: 0; }
  .products-grid .product-item-inner {
    display: inline-block;
    float: right; }
    .products-grid .product-item-inner .actions-primary {
      margin: 0; }
      .products-grid .product-item-inner .actions-primary .primary.disabled {
        position: relative; }
        .products-grid .product-item-inner .actions-primary .primary.disabled:after {
          content: "";
          position: absolute;
          left: -2px;
          bottom: -12px;
          width: 100%;
          height: 10px;
          border: 1px solid #323232;
          border-radius: 3px;
          background-image: repeating-linear-gradient(-45deg, #323232, #323232 11px, #dedfe1 10px, #dedfe1 20px);
          background-size: 28px 28px;
          animation: move .5s linear infinite; }
@keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 28px 0; } }
        .products-grid .product-item-inner .actions-primary .primary.disabled:before {
          opacity: 0.7; }
    .products-grid .product-item-inner .stock.unavailable {
      font-size: 13px;
      padding-top: 15px; }
  .products-grid .product-item-actions {
    margin: -5px 0 0; }
    .products-grid .product-item-actions .primary {
      background: none;
      padding: 0;
      color: #323232;
      border: 0; }
      .products-grid .product-item-actions .primary span {
        display: none; }
      .products-grid .product-item-actions .primary:before {
        font-size: 38px; }
      .products-grid .product-item-actions .primary:hover {
        color: #191919;
        background: none; }
  .products-grid .actions-secondary {
    display: inline-block;
    position: absolute;
    right: 23px;
    top: 23px; }
    .products-grid .actions-secondary .action {
      padding: 0;
      background: none;
      color: #dedfe1;
      display: block;
      margin-bottom: 17px;
      border: 0; }
      .products-grid .actions-secondary .action:hover {
        color: #191919; }
  .products-grid .label-product {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2; }

@media (min-width: 480px) {
  .products-grid .product-item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    max-width: 50%; } }
@media (min-width: 992px) {
  .products-grid .product-item {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; } }
@media (min-width: 480px) {
  .products-grid .product-items {
    margin: 0; }
  .products-grid .product-item {
    padding: 0;
    border-right: 1px solid #ebecee;
    border-bottom: 1px solid #ebecee;
    margin-bottom: -1px; }
  .products-grid .product-item-info {
    padding: 15px; } }
  @media (min-width: 480px) and (min-width: 768px) {
    .products-grid .product-item-info {
      padding: 22px 29px 29px; } }

@media (min-width: 1200px) {
  .product-item-actions {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -0.25rem; }
    .product-item-actions > div {
      margin: 0 0.25rem 0.25rem; } }
.widget {
  margin-bottom: 75px; }
  .widget .block-title {
    text-align: center;
    margin-bottom: 50px; }
    .widget .block-title strong {
      font-size: 30px;
      font-weight: bold;
      margin: 0; }
      .widget .block-title strong span {
        font-weight: normal; }
  @media (max-width: 768px) {
    .widget {
      margin-bottom: 35px; }
      .widget .block-title {
        margin-bottom: 35px; } }

@media (min-width: 480px) and (max-width: 1200px) {
  .owl-item .price-box .old-price {
    display: block; } }
.block-new-products .products-grid .product-items,
.crosssell .products-grid .product-items {
  margin: 0; }
.block-new-products .products-grid .product-item,
.crosssell .products-grid .product-item {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  border-bottom: 0; }
  .block-new-products .products-grid .product-item:before,
  .crosssell .products-grid .product-item:before {
    content: "";
    position: absolute;
    height: 120%;
    border-right: 1px solid #ebecee;
    right: 0;
    top: 0; }
.block-new-products .owl-controls,
.crosssell .owl-controls {
  width: 100%;
  position: static; }
  .block-new-products .owl-controls .owl-buttons > div,
  .crosssell .owl-controls .owl-buttons > div {
    font-size: 0;
    position: absolute;
    top: 50%; }
  .block-new-products .owl-controls .owl-prev,
  .crosssell .owl-controls .owl-prev {
    left: 0; }
  .block-new-products .owl-controls .owl-next,
  .crosssell .owl-controls .owl-next {
    right: 0; }

.products-list .product-items {
  border: 3px solid #ebecee; }
.products-list .product-item-info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
.products-list .product-item {
  border-bottom: 1px solid #ebecee; }
.products-list .product-item-photo {
  border-right: 1px solid #ebecee;
  width: 30%;
  padding: 15px; }
.products-list .product-image-photo {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  text-align: center;
  padding: 0; }
.products-list .product-item-details {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 15px; }
.products-list .product-item-name {
  margin-bottom: 10px; }
.products-list .product-item-link {
  font-size: 26px;
  color: #191919;
  line-height: normal; }
  .products-list .product-item-link:hover {
    color: #323232; }
.products-list .product-item-description {
  font-size: 16px;
  margin-bottom: 28px; }
.products-list .product-reviews-summary > div {
  display: inline-block; }
.products-list .product-reviews-summary .action.view,
.products-list .product-reviews-summary .action.add {
  margin: -3px 0 0 10px; }
.products-list .rating-summary .label {
  display: none; }
.products-list .price-box {
  margin-bottom: 25px; }
.products-list .product-item-actions {
  display: block;
  margin: 0; }
.products-list .actions-primary {
  margin: 0; }
  .products-list .actions-primary .primary::before {
    font-size: 28px;
    display: inline-block;
    margin-top: -10px;
    margin-bottom: -6px; }
.products-list .actions-secondary {
  margin: 0;
  padding-top: 20px; }
  .products-list .actions-secondary .action {
    border: 0;
    background: none;
    padding: 0;
    color: #dedfe1;
    margin-right: 18px; }
    .products-list .actions-secondary .action:hover {
      color: #333333; }
.products-list .label-product {
  margin-bottom: 17px; }

@media (min-width: 992px) {
  .products-list .product-item-info {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .products-list .product-item-photo {
    padding: 50px;
    width: 50%; }
  .products-list .product-item-details {
    padding: 50px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }
@media (max-width: 767px) {
  .products-list .product-item-info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .products-list .product-item-photo {
    width: 100%; }
  .products-list .product-item-details {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }
.gallery-placeholder .loading-mask {
  padding: 0 0 50%;
  position: absolute;
  display: none; }
.gallery-placeholder .fotorama-hidden,
.gallery-placeholder .fotorama--hidden,
.gallery-placeholder .fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
  display: none; }

.fotorama-item .fotorama__stage {
  margin-bottom: 1rem; }

.gallery-placeholder .fotorama__thumb-border,
.fotorama-item .fotorama__thumb-border {
  border-color: #ebecee;
  background: none; }
.gallery-placeholder .fotorama__thumb,
.fotorama-item .fotorama__thumb {
  background: #fff; }

@media (max-width: 768px) {
  .fotorama__nav.fotorama__nav--dots {
    height: auto !important; } }
.block.related {
  overflow: hidden;
  margin-bottom: 60px; }
  .block.related .block-actions button.action.select {
    color: #323232; }
    .block.related .block-actions button.action.select:hover {
      text-decoration: underline; }
  .block.related .block-title.title {
    text-align: center; }
    .block.related .block-title.title strong {
      font-size: 30px; }
  .block.related .block-actions {
    text-align: center; }

.products-grid.products-related {
  margin: 2rem 0 0;
  padding: 0; }
  .products-grid.products-related .product-items {
    margin: 0;
    padding: 0; }
  .products-grid.products-related .product-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 0 50px;
    margin: 0 0 -50px;
    border-bottom: 0; }
  .products-grid.products-related .product-item-inner {
    float: none;
    display: block; }
    .products-grid.products-related .product-item-inner .label {
      padding: 0;
      line-height: normal;
      letter-spacing: 0; }
  .products-grid.products-related .checkbox.related {
    margin: 0 5px 0 0;
    height: auto; }
  .products-grid.products-related .owl-controls {
    width: 100%;
    position: static; }
    .products-grid.products-related .owl-controls .owl-buttons > div {
      font-size: 0;
      position: absolute;
      top: 50%; }
    .products-grid.products-related .owl-controls .owl-prev {
      left: 0; }
    .products-grid.products-related .owl-controls .owl-next {
      right: 0; }

.block.upsell {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  overflow: hidden; }
  .block.upsell .block-actions button.action.select {
    color: #323232; }
    .block.upsell .block-actions button.action.select:hover {
      text-decoration: underline; }

.products-grid.products-upsell {
  margin: 2rem 0 0;
  padding: 0; }
  .products-grid.products-upsell .product-items {
    margin: 0 -15px;
    padding: 0; }
  .products-grid.products-upsell .product-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 0; }
  .products-grid.products-upsell .owl-item {
    padding: 0 15px; }

.block.crosssell .title {
  margin-bottom: 50px;
  text-align: center; }
  .block.crosssell .title strong {
    font-size: 30px; }

.product-options-wrapper .fieldset > br {
  display: none; }
.product-options-wrapper .field .label {
  line-height: normal; }
.product-options-wrapper .downloads {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.collapsible-block {
  position: relative; }
  .collapsible-block .opener {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    cursor: pointer; }
    .collapsible-block .opener::before {
      position: absolute;
      left: 0;
      top: 0; }

.towishlist,
.tocompare {
  position: relative; }
  .towishlist span,
  .tocompare span {
    display: none; }

.product-social-links .mailto {
  padding: 0 0.5rem; }
  .product-social-links .mailto:before {
    content: "";
    display: inline-block;
    font-family: "Material Icons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    line-height: 1; }

.towishlist:before {
  content: "";
  display: inline-block;
  font-family: "Material Icons";
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  line-height: 1; }
.towishlist:before {
  display: inline-block;
  font-size: 28px;
  line-height: 28px; }

.tocompare:before {
  font-family: "FontAwesome";
  content: '\f24e';
  font-size: 22px;
  line-height: 28px; }

.filter-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media (min-width: 1199px) {
    .filter-wrapper {
      border-bottom: 1px solid #ebecee;
      padding-bottom: 15px; } }
  .filter-wrapper .filter-title {
    -webkit-flex-basis: 9%;
    -ms-flex-preferred-size: 9%;
    flex-basis: 9%;
    max-width: 9%; }
    .filter-wrapper .filter-title strong {
      font-size: 14px;
      text-transform: uppercase;
      font-family: "Lato", sans-serif; }
  .filter-wrapper .filter-content {
    -webkit-flex-basis: 91%;
    -ms-flex-preferred-size: 91%;
    flex-basis: 91%;
    max-width: 91%; }
  .filter-wrapper .filter-subtitle {
    display: none; }
  .filter-wrapper .filter-options {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .filter-wrapper .filter-options .filter-options-title {
      position: relative;
      margin: 0 10px 10px;
      padding: 1px 10px 4px;
      min-width: 150px; }
      .filter-wrapper .filter-options .filter-options-title:after {
        content: "";
        position: absolute;
        left: -10px;
        top: 0;
        border-left: 1px solid #ebecee;
        height: 100%; }
      .filter-wrapper .filter-options .filter-options-title:before {
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        float: right;
        margin-top: 4px; }
        .filter-wrapper .filter-options .filter-options-title:before:before {
          content: "";
          display: inline-block;
          font-family: "Material Icons";
          font-weight: 400;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          transform: translate(0, 0);
          line-height: 1; }
      .filter-wrapper .filter-options .filter-options-title:hover {
        background: #f7f7f8; }
  .filter-wrapper .filter-options-item {
    position: relative;
    z-index: 1; }
    .filter-wrapper .filter-options-item.active, .filter-wrapper .filter-options-item:hover {
      z-index: 2; }
      .filter-wrapper .filter-options-item.active .filter-options-title, .filter-wrapper .filter-options-item:hover .filter-options-title {
        background: #f7f7f8; }
  .filter-wrapper .filter-options-content {
    position: absolute;
    background: #f7f7f8;
    left: 10px;
    right: 10px;
    top: 25px;
    display: none; }
    .filter-wrapper .filter-options-content a {
      display: block;
      color: #999999;
      padding: 4px 13px 6px; }
      .filter-wrapper .filter-options-content a:hover {
        background: #ebecee; }
    .filter-wrapper .filter-options-content .count {
      font-size: 11px;
      color: #191919;
      opacity: 0.4;
      display: inline-block;
      vertical-align: 0; }
      .filter-wrapper .filter-options-content .count:before {
        content: '('; }
      .filter-wrapper .filter-options-content .count:after {
        content: ')'; }
      .filter-wrapper .filter-options-content .count .filter-count-label {
        display: none; }
    .filter-wrapper .filter-options-content .price {
      font-weight: normal;
      color: #999999;
      font-size: 12px;
      vertical-align: middle; }
  .filter-wrapper .block-subtitle.filter-current-subtitle {
    display: none; }
  .filter-wrapper .filter-actions {
    margin: 8px 0 0;
    color: #323232;
    text-decoration: underline; }
    .filter-wrapper .filter-actions:hover {
      color: #191919; }
    .filter-wrapper .filter-actions .filter-clear {
      float: none;
      color: #323232; }
      .filter-wrapper .filter-actions .filter-clear:hover {
        color: #333333; }
  .filter-wrapper .swatch-attribute-options {
    padding: 8px 0 2px 8px; }
  .filter-wrapper .filter-current {
    border-bottom: 2px solid #ebecee;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .filter-wrapper .filter-current .items {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
    .filter-wrapper .filter-current .item {
      position: relative;
      margin: 0 10px;
      padding: 1px 10px 4px;
      min-width: 150px;
      background: #191919; }
      .filter-wrapper .filter-current .item:after {
        content: "";
        position: absolute;
        left: -10px;
        top: 0;
        border-left: 1px solid #ebecee;
        height: 100%; }
    .filter-wrapper .filter-current .remove {
      color: #999999;
      margin-left: 8px;
      display: inline-block; }
      .filter-wrapper .filter-current .remove:before {
        content: "";
        display: inline-block;
        font-family: "Material Icons";
        font-weight: 400;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        line-height: 1; }
      .filter-wrapper .filter-current .remove:before {
        float: right;
        margin-top: 5px; }
      .filter-wrapper .filter-current .remove:hover {
        color: #323232; }
      .filter-wrapper .filter-current .remove span {
        display: none; }

.filter-actions {
  margin-bottom: 1rem; }

#layered-filter-block aside.modal-slide {
  background-color: transparent; }

@media (max-width: 767px) {
  #layered-filter-block {
    margin: 0; }
  .filter-wrapper .filter-title {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .filter-wrapper .filter-content {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  }
@media (max-width: 991px) {
  .filter-wrapper .filter-current .item {
    margin: 0;
    min-width: 225px; }
    .filter-wrapper .filter-current .item:after {
      display: none; }
  .filter-wrapper .filter-current .remove {
    float: right; }

  .filter-wrapper .filter-options .filter-options-title {
    margin: 0 0 15px;
    min-width: 225px; }
    .filter-wrapper .filter-options .filter-options-title::after {
      display: none; }

  .filter-wrapper .filter-options-content {
    left: 0;
    right: 0;
    top: 0;
    position: relative;
    margin-top: -13px;
    margin-bottom: 12px !important; }

  .filter-wrapper .modal-header .action-close {
    display: block; }
    .filter-wrapper .modal-header .action-close span {
      display: none; }

  .filter-wrapper .modal-slide .modal-inner-wrap {
    padding-top: 30px; }

  .tollbar-bottom .filter-toggle {
    display: none !important; }

  .toolbar-container .filter-toggle {
    padding: 5px 50px; } }
.form-login .actions-toolbar {
  flex-direction: row-reverse; }

.form-create-account .fieldset,
.form-edit-account .fieldset,
.form-address-edit .fieldset {
  margin-bottom: 2rem; }
.form-create-account .actions-toolbar,
.form-edit-account .actions-toolbar,
.form-address-edit .actions-toolbar {
  flex-direction: row-reverse; }

body.account .block-title {
  position: relative; }
  body.account .block-title .action {
    position: absolute;
    right: 0;
    top: 0; }
body.account .box address {
  margin-bottom: 1rem; }

.block-search .block-title {
  display: none; }

#search_mini_form {
  background: none; }
  #search_mini_form .label {
    display: none; }
  #search_mini_form .nested {
    display: none; }

.cart-container .col-sm-9 {
  border-right: 1px solid #ebecee; }
.cart-container .cart-table {
  padding: 15px 5px 15px 15px; }
  @media (min-width: 1200px) {
    .cart-container .cart-table {
      padding: 30px 15px 30px 30px; } }
  @media (min-width: 1728px) {
    .cart-container .cart-table {
      padding: 60px 30px 60px 60px; } }
  @media (max-width: 991px) {
    .cart-container .cart-table {
      padding: 20px; } }
.cart-container .cart-summary {
  padding: 15px 15px 15px 5px; }
  @media (min-width: 1200px) {
    .cart-container .cart-summary {
      padding: 30px 30px 30px 15px; } }
  @media (min-width: 1728px) {
    .cart-container .cart-summary {
      padding: 60px 60px 60px 30px; } }
  @media (max-width: 991px) {
    .cart-container .cart-summary {
      padding: 20px;
      border-top: 3px solid #ebecee;
      margin-top: 30px; } }
.cart-container .cart-summary .block {
  margin: 0; }
.cart-container .cart-summary #block-summary {
  margin-bottom: 0; }
.cart-container .cart-summary .shipping {
  border-bottom: 1px solid #ebecee;
  padding-bottom: 15px;
  margin-bottom: 25px; }
.cart-container .cart-summary .cart-totals caption {
  display: none; }
.cart-container .cart-summary .cart-totals th, .cart-container .cart-summary .cart-totals td {
  padding-left: 0; }
.cart-container .cart-summary .legend {
  display: none; }
.cart-container .cart-summary .mark {
  color: #191919;
  text-transform: uppercase;
  font-weight: bold; }
.cart-container .cart-summary .grand .amount {
  font-size: 30px; }
  @media (max-width: 1199px) {
    .cart-container .cart-summary .grand .amount {
      font-size: 18px;
      line-height: normal;
      margin-top: 15px; } }
.cart-container .cart-summary .title {
  text-transform: uppercase;
  letter-spacing: 1px; }
.cart-container .actions-toolbar .action {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.cart-container .cart .item-actions {
  display: none; }

table.cart {
  width: 100%; }
  table.cart > caption,
  table.cart .qty label {
    display: none; }
  @media (min-width: 992px) {
    table.cart thead span {
      text-transform: uppercase;
      letter-spacing: 2px; }
    table.cart thead th {
      padding-bottom: 30px; }
    table.cart tbody td {
      padding-top: 30px;
      vertical-align: middle; }
      table.cart tbody td.qty .field {
        margin-bottom: 0; } }
  table.cart .product-item-details,
  table.cart .product-item-photo {
    display: table-cell;
    vertical-align: middle; }
  table.cart .product-item-photo {
    padding-right: 15px; }
  table.cart .product-item-details dl.item-options {
    max-width: 260px; }
    table.cart .product-item-details dl.item-options dd {
      padding-left: 10px; }
  table.cart td.price .price,
  table.cart td.subtotal .price {
    display: inline-block;
    padding: 0.4rem 0; }

.cart-container-wrap {
  border: 3px solid #ebecee;
  margin-bottom: 70px; }
  @media (min-width: 992px) {
    .cart-container-wrap .col-md-3 {
      border-left: 1px solid #ebecee; } }

.cart.actions {
  padding: 30px 0 0;
  margin-top: 20px;
  border-top: 1px solid #ebecee; }
  .cart.actions.main:before, .cart.actions.main:after {
    display: table;
    content: "";
    line-height: 0; }
  .cart.actions.main:after {
    clear: both; }
  .cart.actions.main .action {
    margin: 0 0.5rem;
    letter-spacing: 0;
    padding: 0;
    border: 0;
    color: #323232;
    background: none;
    text-decoration: underline; }
    .cart.actions.main .action:hover {
      color: #333333; }
    .cart.actions.main .action.continue, .cart.actions.main .action.update {
      float: left; }
    @media (max-width: 1200px) {
      .cart.actions.main .action {
        width: 100%;
        margin: 0 0 5px;
        text-align: center; } }
.cart.table-wrapper {
  border-bottom: 0; }
.cart .item .actions-toolbar {
  padding-bottom: 30px;
  border-bottom: 1px solid #ebecee; }
.cart .item:last-child .actions-toolbar {
  padding-bottom: 0;
  border-bottom: 0; }
.cart .product-item-details dt {
  color: #191919;
  font-weight: 400; }
.cart .product-item-details .product-item-name {
  display: block;
  margin-bottom: 15px;
  font-size: 16px; }
.cart .cart-price {
  font-size: 20px; }
.cart input.qty {
  height: 50px; }
.cart .item-control {
  display: table-cell;
  padding-right: 15px;
  vertical-align: middle; }
  .cart .item-control .action {
    font-size: 0;
    tab-index: -7777px;
    display: block;
    color: #dedfe1;
    margin-bottom: 5px; }
    .cart .item-control .action:hover {
      color: #191919; }
    .cart .item-control .action.action-edit:before {
      content: "";
      display: inline-block;
      font-family: "Material Icons";
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      transform: translate(0, 0);
      font-size: 28px; }
    .cart .item-control .action.action-delete:before {
      content: "";
      display: inline-block;
      font-family: "Material Icons";
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      transform: translate(0, 0);
      font-size: 28px; }
    @media (max-width: 768px) {
      .cart .item-control .action {
        display: inline-block; } }
@media (max-width: 768px) {
  .cart .item-info .product-item-photo {
    display: block;
    text-align: center; } }

.payment-option-title::before {
  top: 5px !important; }

.order-products-toolbar .pager:before, .order-products-toolbar .pager:after {
  display: table;
  content: "";
  line-height: 0; }
.order-products-toolbar .pager:after {
  clear: both; }

input.primary.action {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  border: 0; }

.cart-summary [role="tablist"] [role="tab"] {
  color: #191919;
  margin-bottom: 8px; }
.cart-summary > .summary.title {
  display: block;
  margin-top: 0;
  font-size: 30px;
  color: #323232;
  margin-bottom: 25px;
  font-weight: normal; }
.cart-summary .shipping > .title {
  text-transform: uppercase;
  letter-spacing: 2px; }
.cart-summary .checkout.methods {
  display: block; }
  .cart-summary .checkout.methods .item {
    margin-bottom: 0.5rem; }

.table.totals {
  padding: 1rem 0; }
  .table.totals .mark,
  .table.totals .amount {
    padding: 0; }

.items.methods,
.item-options {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .items.methods dt, .items.methods dd,
  .item-options dt,
  .item-options dd {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .items.methods .action.multicheckout,
  .item-options .action.multicheckout {
    border: 0;
    background: none;
    padding: 0;
    color: #323232;
    text-decoration: underline;
    margin-top: 15px; }
    .items.methods .action.multicheckout:hover,
    .item-options .action.multicheckout:hover {
      color: #191919; }

.block.shipping .items.methods {
  display: block; }
  .block.shipping .items.methods .item-title,
  .block.shipping .items.methods .item-options {
    max-width: 100%;
    padding: 0; }

.minicart-wrapper .showcart span[class=""]:before {
  content: "";
  display: inline-block;
  font-family: "Material Icons";
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  line-height: 1; }

.block-minicart .block-content {
  position: relative; }
.block-minicart .action.close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  padding: 0;
  background: none; }
.block-minicart .subtotal {
  padding: 0 0 25px 0; }
  .block-minicart .subtotal .label {
    margin-right: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #191919; }
  .block-minicart .subtotal .amount {
    float: right;
    color: #323232;
    font-size: 30px;
    font-weight: bold; }
.block-minicart .product.actions .action {
  background: none;
  padding: 0; }
.block-minicart .product.actions .primary .action,
.block-minicart .product.actions .secondary .action {
  color: #dedfe1;
  font-size: 20px;
  margin-bottom: 5px; }
  .block-minicart .product.actions .primary .action:hover,
  .block-minicart .product.actions .secondary .action:hover {
    color: #323232; }

.opc-block-summary .minicart-items .product-item {
  border-bottom: 1px solid #ebecee; }
  .opc-block-summary .minicart-items .product-item:last-child {
    border: 0; }
.opc-block-summary .minicart-items .product.options {
  padding-top: 10px; }
.opc-block-summary .minicart-items .details-qty {
  margin-bottom: 10px; }
.opc-block-summary .minicart-items .product.options .content {
  box-shadow: none;
  background: none;
  left: 0;
  top: 0;
  position: relative;
  padding: 0; }

.opc .step-title {
  font-size: 30px;
  color: #323232; }

.opc-payment .actions-toolbar {
  padding-top: 10px; }

.minicart-items {
  padding-right: 1rem; }
  .minicart-items .item {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #ebecee;
    padding-bottom: 30px;
    padding-bottom: 30px; }
    .minicart-items .item > .product {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      margin-top: 30px; }
  .minicart-items .product-item-photo {
    margin-right: 30px;
    display: block; }
    .minicart-items .product-item-photo .product-image-container {
      background: #fff;
      display: block; }
  .minicart-items .product-item-name {
    font-weight: 400;
    margin-bottom: 5px;
    padding-right: 50px;
    display: block; }
  .minicart-items .details-qty .control {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden; }
  .minicart-items .details-qty .label {
    margin-right: 5px;
    float: left;
    color: #191919; }
    .minicart-items .details-qty .label:after {
      content: ":"; }
  .minicart-items .details-qty .cart-item-qty {
    width: 50px;
    background: white;
    margin-right: 5px;
    padding: 0;
    border: 0;
    color: #999999;
    font-family: "Lato", sans-serif;
    font-style: italic;
    outline: none; }
  .minicart-items .details-qty .update-cart-item {
    padding: 12px 30px;
    display: inline-block;
    border: 3px solid #323232;
    background: #323232;
    color: white;
    padding: 5px 13px;
    font-size: 13px; }
    .minicart-items .details-qty .update-cart-item:hover {
      background: none;
      color: #323232; }
  .minicart-items .product.options {
    position: relative; }
    .minicart-items .product.options.active .toggle {
      text-decoration: none; }
    .minicart-items .product.options .toggle {
      color: #323232;
      text-decoration: underline; }
      .minicart-items .product.options .toggle:before {
        display: none; }
      .minicart-items .product.options .toggle:hover {
        text-decoration: none; }
    .minicart-items .product.options .content {
      position: absolute;
      top: 30px;
      z-index: 2;
      padding: 10px;
      margin: 0;
      background: #fff;
      box-shadow: 0 0 25px rgba(0, 0, 0, 0.18);
      min-width: 230px;
      left: -30px; }
      @media (max-width: 479px) {
        .minicart-items .product.options .content {
          left: 0; } }
      .minicart-items .product.options .content .subtitle {
        display: none; }
      .minicart-items .product.options .content:after {
        content: '';
        position: absolute;
        left: 20px;
        top: -20px;
        border: 10px solid transparent; }
      .minicart-items .product.options .content:before {
        content: '';
        position: absolute;
        left: 18px;
        top: -24px;
        border: 12px solid transparent;
        border-bottom: 12px solid #fff; }
      .minicart-items .product.options .content .options .label {
        font-weight: 400;
        font-style: italic;
        color: #191919; }
    .minicart-items .product.options .list {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .minicart-items .product.options .list > dt, .minicart-items .product.options .list > dd {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding-left: 5px; }
  .minicart-items .price-container {
    color: #191919;
    font-weight: bold;
    margin-bottom: 15px; }
  .minicart-items .product.actions {
    position: absolute;
    top: 30px;
    right: 0;
    line-height: 1rem; }

.print {
  display: inline-block;
  margin-top: 5px; }

.checkout-success .order-number {
  display: inline-block;
  vertical-align: middle; }

body > .loading-mask {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999; }
  body > .loading-mask .loader p {
    display: none; }
  body > .loading-mask .loader > img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    width: auto; }

body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%; }
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999; }

.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  position: absolute;
  right: 10px;
  top: 10px;
  overflow: hidden;
  display: none; }
  .modal-custom .action-close:before,
  .modal-popup .action-close:before,
  .modal-slide .action-close:before {
    font-family: "FontAwesome";
    content: '\f00d'; }
  .modal-custom .action-close:hover:before,
  .modal-popup .action-close:hover:before,
  .modal-slide .action-close:hover:before {
    opacity: 0.5; }

.modals-overlay {
  z-index: 800; }

.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0; }
  .modal-slide._show,
  .modal-popup._show {
    visibility: visible;
    background: rgba(255, 255, 255, 0.65);
    pointer-events: auto; }
    .modal-slide._show .modal-inner-wrap,
    .modal-popup._show .modal-inner-wrap {
      position: relative;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
  .modal-slide .modal-inner-wrap,
  .modal-popup .modal-inner-wrap {
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 49px 5px rgba(0, 0, 0, 0.15);
    opacity: 1;
    pointer-events: auto; }

.modal-slide {
  left: auto;
  z-index: 1000; }
  .modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform, visibility;
    transition-property: transform, visibility;
    transition-timing-function: ease-in-out;
    width: 270px; }
  .modal-slide._inner-scroll .modal-inner-wrap {
    overflow-y: visible;
    display: flex;
    flex-direction: column; }
  .modal-slide._inner-scroll .modal-header,
  .modal-slide._inner-scroll .modal-footer {
    flex-grow: 0;
    flex-shrink: 1; }
  .modal-slide._inner-scroll .modal-content {
    overflow-y: auto; }
  .modal-slide._inner-scroll .modal-footer {
    margin-top: auto; }
  .modal-slide .modal-header,
  .modal-slide .modal-content,
  .modal-slide .modal-footer {
    padding: 0 0.5rem 0.5rem; }
  .modal-slide .modal-header {
    padding-bottom: 10px;
    padding-top: 10px; }

.modal-popup {
  left: 0;
  display: block;
  overflow-y: auto;
  z-index: 1000; }
  .modal-popup._show .modal-inner-wrap {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .modal-popup .modal-inner-wrap {
    box-sizing: border-box;
    height: auto;
    left: 0;
    margin: 4rem auto;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-220%);
    transform: translateY(-220%);
    transition-duration: .2s;
    -webkit-transition-property: -webkit-transform, visibility;
    transition-property: transform, visibility;
    transition-timing-function: ease;
    display: flex;
    flex-direction: column;
    width: 75%; }
  .modal-popup._inner-scroll {
    overflow-y: visible; }
    .ie10 .modal-popup._inner-scroll, .ie9 .modal-popup._inner-scroll {
      overflow-y: auto; }
    .modal-popup._inner-scroll .modal-inner-wrap {
      max-height: 90%; }
      .ie10 .modal-popup._inner-scroll .modal-inner-wrap, .ie9 .modal-popup._inner-scroll .modal-inner-wrap {
        max-height: none; }
    .modal-popup._inner-scroll .modal-content {
      overflow-y: auto; }
  .modal-popup .modal-header,
  .modal-popup .modal-content,
  .modal-popup .modal-footer {
    padding-left: 1rem;
    padding-right: 1rem; }
  .modal-popup .modal-header,
  .modal-popup .modal-footer {
    flex-grow: 0;
    flex-shrink: 1; }
  .modal-popup .modal-header {
    padding-bottom: 1rem;
    padding-top: 1rem; }
  .modal-popup .modal-footer {
    margin-top: auto;
    padding-bottom: 1rem;
    padding-top: 1rem; }
    .modal-popup .modal-footer button {
      padding: 12px 30px;
      display: inline-block;
      border: 3px solid #323232;
      background: #323232;
      color: white;
      background: #323232;
      color: #FFF;
      font-weight: bold;
      text-transform: uppercase;
      padding: 15px 30px;
      border: 3px solid #323232;
      letter-spacing: 2px;
      line-height: 1; }
      .modal-popup .modal-footer button:hover {
        background: none;
        color: #323232; }
      .modal-popup .modal-footer button:hover {
        background: none;
        color: #323232; }
  .modal-popup .modal-footer-actions {
    text-align: right; }
  .modal-popup.confirm .modal-inner-wrap {
    left: 50%;
    margin-left: -25rem;
    width: 50rem;
    text-align: center; }
  .modal-popup._image-box .modal-inner-wrap {
    margin: 5rem auto;
    max-width: 78rem;
    position: static; }
  .modal-popup._image-box .thumbnail-preview {
    padding-bottom: 4rem;
    text-align: center; }
    .modal-popup._image-box .thumbnail-preview .thumbnail-preview-image-block {
      border: 1px solid #ccc;
      margin: 0 auto 2rem;
      max-width: 58rem;
      padding: 2rem; }
    .modal-popup._image-box .thumbnail-preview .thumbnail-preview-image {
      max-height: 54rem; }

@media (max-width: 768px) {
  .custom-slide {
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    left: auto;
    z-index: 1000; }
    .custom-slide._show {
      visibility: visible;
      background: rgba(255, 255, 255, 0.65);
      pointer-events: auto; }
      .custom-slide._show .modal-inner-wrap {
        position: relative;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }
    .custom-slide .modal-inner-wrap {
      padding: 15px;
      background-color: #fff;
      box-shadow: 0 0 49px 5px rgba(0, 0, 0, 0.15);
      opacity: 1;
      pointer-events: auto; }
    .custom-slide._show .modal-inner-wrap {
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    .custom-slide .modal-inner-wrap {
      height: 100%;
      overflow-y: auto;
      position: static;
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      transition-duration: .3s;
      -webkit-transition-property: -webkit-transform, visibility;
      transition-property: transform, visibility;
      transition-timing-function: ease-in-out;
      width: 270px; }
    .custom-slide._inner-scroll .modal-inner-wrap {
      overflow-y: visible;
      display: flex;
      flex-direction: column; }
    .custom-slide._inner-scroll .modal-header,
    .custom-slide._inner-scroll .modal-footer {
      flex-grow: 0;
      flex-shrink: 1; }
    .custom-slide._inner-scroll .modal-content {
      overflow-y: auto; }
    .custom-slide._inner-scroll .modal-footer {
      margin-top: auto; }
    .custom-slide .modal-header,
    .custom-slide .modal-content,
    .custom-slide .modal-footer {
      padding: 0 0.5rem 0.5rem; }
    .custom-slide .modal-header {
      padding-bottom: 10px;
      padding-top: 10px; }
    .custom-slide._show {
      -webkit-overflow-scrolling: touch;
      overflow-y: auto;
      overflow-x: hidden; }
    .custom-slide .modal-inner-wrap {
      box-sizing: border-box;
      height: auto;
      min-height: 100%; }

  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw; }

  .modal-custom .action-close,
  .modal-popup .action-close,
  .modal-slide .action-close {
    display: block; } }
.checkout-container .authentication-wrapper {
  position: absolute;
  right: 0;
  top: -55px; }
  .checkout-container .authentication-wrapper .action-auth-toggle {
    color: #323232;
    text-decoration: underline; }
    .checkout-container .authentication-wrapper .action-auth-toggle:hover {
      color: #333333; }
.checkout-container .authentication-dropdown .actions-toolbar {
  display: block;
  margin: 0;
  text-align: center; }
.checkout-container .authentication-dropdown .primary .action {
  width: 100%;
  margin-bottom: 5px; }
.checkout-container .authentication-dropdown .secondary .action {
  width: 100%; }
.checkout-container .authentication-dropdown .input-text {
  height: 50px; }

@media (min-width: 769px) {
  .checkout-container .authentication-wrapper .modal-custom-overlay {
    background: none; }
  .checkout-container .authentication-dropdown {
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    display: block;
    overflow-y: auto;
    z-index: 1000;
    width: 270px;
    right: 0;
    top: 50px;
    left: auto;
    position: absolute;
    overflow: visible; }
    .checkout-container .authentication-dropdown._show {
      visibility: visible;
      background: rgba(255, 255, 255, 0.65);
      pointer-events: auto; }
      .checkout-container .authentication-dropdown._show .modal-inner-wrap {
        position: relative;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }
    .checkout-container .authentication-dropdown .modal-inner-wrap {
      padding: 15px;
      background-color: #fff;
      box-shadow: 0 0 49px 5px rgba(0, 0, 0, 0.15);
      opacity: 1;
      pointer-events: auto; }
    .checkout-container .authentication-dropdown._show .modal-inner-wrap {
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    .checkout-container .authentication-dropdown .modal-inner-wrap {
      box-sizing: border-box;
      height: auto;
      left: 0;
      margin: 4rem auto;
      position: absolute;
      right: 0;
      -webkit-transform: translateY(-220%);
      transform: translateY(-220%);
      transition-duration: .2s;
      -webkit-transition-property: -webkit-transform, visibility;
      transition-property: transform, visibility;
      transition-timing-function: ease;
      display: flex;
      flex-direction: column;
      width: 75%; }
    .checkout-container .authentication-dropdown .modal-inner-wrap {
      margin: 0;
      width: 100%; } }
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%; }
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999; }

.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  position: absolute;
  right: 10px;
  top: 10px;
  overflow: hidden;
  display: none; }
  .modal-custom .action-close:before,
  .modal-popup .action-close:before,
  .modal-slide .action-close:before {
    font-family: "FontAwesome";
    content: '\f00d'; }
  .modal-custom .action-close:hover:before,
  .modal-popup .action-close:hover:before,
  .modal-slide .action-close:hover:before {
    opacity: 0.5; }

.modals-overlay {
  z-index: 800; }

.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0; }
  .modal-slide._show,
  .modal-popup._show {
    visibility: visible;
    background: rgba(255, 255, 255, 0.65);
    pointer-events: auto; }
    .modal-slide._show .modal-inner-wrap,
    .modal-popup._show .modal-inner-wrap {
      position: relative;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
  .modal-slide .modal-inner-wrap,
  .modal-popup .modal-inner-wrap {
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 49px 5px rgba(0, 0, 0, 0.15);
    opacity: 1;
    pointer-events: auto; }

.modal-slide {
  left: auto;
  z-index: 1000; }
  .modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform, visibility;
    transition-property: transform, visibility;
    transition-timing-function: ease-in-out;
    width: 270px; }
  .modal-slide._inner-scroll .modal-inner-wrap {
    overflow-y: visible;
    display: flex;
    flex-direction: column; }
  .modal-slide._inner-scroll .modal-header,
  .modal-slide._inner-scroll .modal-footer {
    flex-grow: 0;
    flex-shrink: 1; }
  .modal-slide._inner-scroll .modal-content {
    overflow-y: auto; }
  .modal-slide._inner-scroll .modal-footer {
    margin-top: auto; }
  .modal-slide .modal-header,
  .modal-slide .modal-content,
  .modal-slide .modal-footer {
    padding: 0 0.5rem 0.5rem; }
  .modal-slide .modal-header {
    padding-bottom: 10px;
    padding-top: 10px; }

.modal-popup {
  left: 0;
  display: block;
  overflow-y: auto;
  z-index: 1000; }
  .modal-popup._show .modal-inner-wrap {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .modal-popup .modal-inner-wrap {
    box-sizing: border-box;
    height: auto;
    left: 0;
    margin: 4rem auto;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-220%);
    transform: translateY(-220%);
    transition-duration: .2s;
    -webkit-transition-property: -webkit-transform, visibility;
    transition-property: transform, visibility;
    transition-timing-function: ease;
    display: flex;
    flex-direction: column;
    width: 75%; }
  .modal-popup._inner-scroll {
    overflow-y: visible; }
    .ie10 .modal-popup._inner-scroll, .ie9 .modal-popup._inner-scroll {
      overflow-y: auto; }
    .modal-popup._inner-scroll .modal-inner-wrap {
      max-height: 90%; }
      .ie10 .modal-popup._inner-scroll .modal-inner-wrap, .ie9 .modal-popup._inner-scroll .modal-inner-wrap {
        max-height: none; }
    .modal-popup._inner-scroll .modal-content {
      overflow-y: auto; }
  .modal-popup .modal-header,
  .modal-popup .modal-content,
  .modal-popup .modal-footer {
    padding-left: 1rem;
    padding-right: 1rem; }
  .modal-popup .modal-header,
  .modal-popup .modal-footer {
    flex-grow: 0;
    flex-shrink: 1; }
  .modal-popup .modal-header {
    padding-bottom: 1rem;
    padding-top: 1rem; }
  .modal-popup .modal-footer {
    margin-top: auto;
    padding-bottom: 1rem;
    padding-top: 1rem; }
    .modal-popup .modal-footer button {
      padding: 12px 30px;
      display: inline-block;
      border: 3px solid #323232;
      background: #323232;
      color: white;
      background: #323232;
      color: #FFF;
      font-weight: bold;
      text-transform: uppercase;
      padding: 15px 30px;
      border: 3px solid #323232;
      letter-spacing: 2px;
      line-height: 1; }
      .modal-popup .modal-footer button:hover {
        background: none;
        color: #323232; }
      .modal-popup .modal-footer button:hover {
        background: none;
        color: #323232; }
  .modal-popup .modal-footer-actions {
    text-align: right; }
  .modal-popup.confirm .modal-inner-wrap {
    left: 50%;
    margin-left: -25rem;
    width: 50rem;
    text-align: center; }
  .modal-popup._image-box .modal-inner-wrap {
    margin: 5rem auto;
    max-width: 78rem;
    position: static; }
  .modal-popup._image-box .thumbnail-preview {
    padding-bottom: 4rem;
    text-align: center; }
    .modal-popup._image-box .thumbnail-preview .thumbnail-preview-image-block {
      border: 1px solid #ccc;
      margin: 0 auto 2rem;
      max-width: 58rem;
      padding: 2rem; }
    .modal-popup._image-box .thumbnail-preview .thumbnail-preview-image {
      max-height: 54rem; }

@media (max-width: 768px) {
  .custom-slide {
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    left: auto;
    z-index: 1000; }
    .custom-slide._show {
      visibility: visible;
      background: rgba(255, 255, 255, 0.65);
      pointer-events: auto; }
      .custom-slide._show .modal-inner-wrap {
        position: relative;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }
    .custom-slide .modal-inner-wrap {
      padding: 15px;
      background-color: #fff;
      box-shadow: 0 0 49px 5px rgba(0, 0, 0, 0.15);
      opacity: 1;
      pointer-events: auto; }
    .custom-slide._show .modal-inner-wrap {
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    .custom-slide .modal-inner-wrap {
      height: 100%;
      overflow-y: auto;
      position: static;
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      transition-duration: .3s;
      -webkit-transition-property: -webkit-transform, visibility;
      transition-property: transform, visibility;
      transition-timing-function: ease-in-out;
      width: 270px; }
    .custom-slide._inner-scroll .modal-inner-wrap {
      overflow-y: visible;
      display: flex;
      flex-direction: column; }
    .custom-slide._inner-scroll .modal-header,
    .custom-slide._inner-scroll .modal-footer {
      flex-grow: 0;
      flex-shrink: 1; }
    .custom-slide._inner-scroll .modal-content {
      overflow-y: auto; }
    .custom-slide._inner-scroll .modal-footer {
      margin-top: auto; }
    .custom-slide .modal-header,
    .custom-slide .modal-content,
    .custom-slide .modal-footer {
      padding: 0 0.5rem 0.5rem; }
    .custom-slide .modal-header {
      padding-bottom: 10px;
      padding-top: 10px; }
    .custom-slide._show {
      -webkit-overflow-scrolling: touch;
      overflow-y: auto;
      overflow-x: hidden; }
    .custom-slide .modal-inner-wrap {
      box-sizing: border-box;
      height: auto;
      min-height: 100%; }

  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw; }

  .modal-custom .action-close,
  .modal-popup .action-close,
  .modal-slide .action-close {
    display: block; } }
.opc-progress-bar {
  margin-bottom: 2rem;
  counter-reset: li;
  /* Initiate a counter */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 65%; }
  .opc-progress-bar .opc-progress-bar-item {
    border: 2px solid #ebecee;
    font-weight: bold;
    color: #191919;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 14px 20px;
    width: 45%;
    position: relative;
    height: 50px;
    margin-right: 5%; }
    .opc-progress-bar .opc-progress-bar-item span:before {
      content: '';
      position: absolute;
      top: -2px;
      right: -52px;
      border: 25px solid transparent;
      border-left: 25px solid #ebecee; }
    .opc-progress-bar .opc-progress-bar-item::before {
      content: "0" counter(li);
      /* Use the counter as content */
      counter-increment: li;
      /* Increment the counter by 1 */
      padding-right: 5px;
      color: #323232; }
    .opc-progress-bar .opc-progress-bar-item._active {
      background: #333333;
      border-color: #333333;
      color: #FFF; }
      .opc-progress-bar .opc-progress-bar-item._active:after {
        display: none; }
      .opc-progress-bar .opc-progress-bar-item._active span:before {
        border-left-color: #333333; }
    .opc-progress-bar .opc-progress-bar-item:after {
      content: '';
      position: absolute;
      top: -1px;
      right: -47px;
      border: 24px solid transparent;
      border-left: 24px solid #FFF; }
    @media (max-width: 992px) {
      .opc-progress-bar .opc-progress-bar-item {
        margin: 0 0 10px;
        width: 85%;
        font-size: 12px;
        letter-spacing: 1px; } }
  @media (max-width: 768px) {
    .opc-progress-bar {
      width: 100%; } }

.opc-estimated-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2rem; }
  .opc-estimated-wrapper .estimated-block span {
    display: block; }
  @media (max-width: 768px) {
    .opc-estimated-wrapper .minicart-wrapper .action.showcart {
      background: #323232;
      color: #FFF;
      font-weight: bold;
      text-transform: uppercase;
      padding: 15px 30px;
      border: 3px solid #323232;
      letter-spacing: 2px;
      line-height: 1;
      padding: 3px 30px; }
      .opc-estimated-wrapper .minicart-wrapper .action.showcart:hover {
        background: none;
        color: #323232; } }

@media (min-width: 769px) {
  .opc-estimated-wrapper {
    display: none; } }
.opc-wrapper .step-title {
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  margin-bottom: 10px; }
.opc-wrapper .step-content {
  margin: 0; }
  .opc-wrapper .step-content .note {
    font-size: 12px; }
    .opc-wrapper .step-content .note::before {
      font-family: "FontAwesome";
      content: '\f0d8';
      padding-right: 5px; }

.checkout-container {
  position: relative;
  border: 3px solid #ebecee;
  padding: 20px; }
  @media (min-width: 1200px) {
    .checkout-container {
      padding: 30px 30px 0; } }
  @media (min-width: 1728px) {
    .checkout-container {
      padding: 60px 60px 0; } }

@media (min-width: 769px) {
  .checkout-container:before, .checkout-container:after {
    display: table;
    content: "";
    line-height: 0; }
  .checkout-container:after {
    clear: both; }
  .checkout-container .opc-wrapper {
    float: left;
    padding-right: 15px;
    padding-bottom: 30px;
    width: 66.6667%;
    position: relative; }
    .checkout-container .opc-wrapper:before {
      content: "";
      position: absolute;
      height: 100%;
      right: -1px;
      border-right: 1px solid #ebecee; } }
  @media (min-width: 769px) and (min-width: 1200px) {
    .checkout-container .opc-wrapper {
      padding-right: 30px; } }
  @media (min-width: 769px) and (min-width: 1728px) {
    .checkout-container .opc-wrapper {
      padding-right: 60px; } }
@media (min-width: 769px) {
    .checkout-container .opc-wrapper .input-text {
      height: 50px; }
  .checkout-container .opc-sidebar {
    float: right;
    margin: 0 0 20px;
    width: 33.3333%;
    padding-left: 15px;
    padding-bottom: 30px;
    padding-top: 15px;
    top: -170px;
    border-left: 1px solid #ebecee;
    position: relative; } }
  @media (min-width: 769px) and (min-width: 1200px) {
    .checkout-container .opc-sidebar {
      padding-left: 30px;
      padding-top: 30px;
      top: -114px; } }
  @media (min-width: 769px) and (min-width: 1728px) {
    .checkout-container .opc-sidebar {
      padding-left: 60px;
      padding-top: 60px;
      top: -144px; } }

.opc-sidebar .opc-block-summary span.title {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  line-height: 1;
  color: #323232;
  margin-bottom: 25px;
  display: block; }
  @media (max-width: 992px) {
    .opc-sidebar .opc-block-summary span.title {
      font-size: 24px; } }
.opc-sidebar .mark {
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
  padding: 0 0 10px; }
.opc-sidebar .amount {
  padding: 0 0 10px; }
.opc-sidebar .grand .price {
  font-size: 30px; }
  @media (max-width: 992px) {
    .opc-sidebar .grand .price {
      font-size: 16px; } }
.opc-sidebar .table-totals {
  border-bottom: 1px solid #ebecee;
  padding-bottom: 20px;
  margin-bottom: 25px; }

.block.items-in-cart {
  margin: 0; }
  .block.items-in-cart .product-item {
    margin-bottom: 30px;
    padding-bottom: 15px; }
    .block.items-in-cart .product-item:before, .block.items-in-cart .product-item:after {
      display: table;
      content: "";
      line-height: 0; }
    .block.items-in-cart .product-item:after {
      clear: both; }
    .block.items-in-cart .product-item:last-child {
      padding-bottom: 0;
      margin-bottom: 0; }
    .block.items-in-cart .product-item .product-image-container {
      float: left;
      margin: 0 1rem 1rem 0; }
      @media (max-width: 992px) {
        .block.items-in-cart .product-item .product-image-container {
          width: 70px !important;
          height: auto !important; } }
  .block.items-in-cart > .title {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #333333;
    margin-bottom: 50px; }
  .block.items-in-cart .product-item-details {
    overflow: hidden; }
  .block.items-in-cart .product-item-name {
    font-size: 16px;
    font-weight: bold;
    color: #333333; }

.opc-block-shipping-information .ship-to {
  border-bottom: 1px solid #ebecee;
  margin-bottom: 25px;
  padding-bottom: 15px; }
.opc-block-shipping-information .shipping-information-title {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px; }

.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px; }
  .field-tooltip._active {
    z-index: 100; }
    .field-tooltip._active .field-tooltip-content {
      display: block; }
    .field-tooltip._active .field-tooltip-action:before {
      color: #323232; }
  .field-tooltip .field-tooltip-action::before {
    font-size: 18px;
    font-family: "FontAwesome";
    content: ""; }
  ._keyfocus .field-tooltip .field-tooltip-action:focus {
    z-index: 100; }
    ._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
      display: block; }
    ._keyfocus .field-tooltip .field-tooltip-action:focus::before {
      color: #323232; }
  .field-tooltip .field-tooltip-content {
    background: #f5f5f5;
    border: solid 1px #dddddd;
    padding: 12px;
    width: 270px;
    display: none;
    right: 0;
    position: absolute;
    text-transform: none;
    top: 100%;
    word-wrap: break-word;
    z-index: 2; }

.opc-block-summary .table-totals caption {
  display: none; }

.opc-block-shipping-information {
  border-top: solid 1px #ebecee;
  padding-top: 20px; }
  .opc-block-shipping-information .shipping-information-title {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .opc-block-shipping-information .shipping-information-content {
    padding: 10px; }
  .opc-block-shipping-information .action-edit {
    background: none;
    padding: 0; }
    .opc-block-shipping-information .action-edit span {
      display: none; }
    .opc-block-shipping-information .action-edit:hover {
      background: none;
      opacity: 0.5; }
    .opc-block-shipping-information .action-edit::before {
      font-family: "FontAwesome";
      content: '\f044';
      padding-right: 10px; }

.billing-address-details {
  margin-bottom: 1rem; }

.opc-payment-additional {
  margin-top: 2rem; }

@media (max-width: 768px) {
  .opc-block-summary .table-totals th {
    display: block;
    width: 100%;
    padding: 10px 0 0; }
  .opc-block-summary .table-totals td {
    padding: 0; }
    .opc-block-summary .table-totals td::before {
      display: none; } }
.opc-wrapper .shipping-address-item {
  padding: 20px;
  border: solid 1px transparent; }
  .opc-wrapper .shipping-address-item.selected-item {
    border: solid 1px white; }

.form-shipping-address .field.street label {
  display: none; }

.table-checkout-shipping-method {
  width: 100%;
  margin-bottom: 1rem; }
  .table-checkout-shipping-method th {
    font-weight: 600;
    padding: 0.4rem 0;
    text-transform: uppercase;
    color: #191919; }
  .table-checkout-shipping-method td.ch-method .radio,
  .table-checkout-shipping-method td.ch-method input[type="radio"] {
    margin: 0; }
  .table-checkout-shipping-method td > span {
    display: inline-block; }

.methods-shipping {
  margin-bottom: 2rem; }

.rating-summary .label {
  font-size: 16px;
  color: #191919;
  margin-right: 1rem; }
.rating-summary .rating-result__stars span[class^="material-icons-"] {
  color: #323232;
  display: inline-block;
  font-size: 0.98rem;
  line-height: 1;
  padding: 0; }
.rating-summary .rating-result__text {
  display: none; }

.items.review-items .rating-result__stars {
  padding-top: 7px; }

#reviews {
  text-align: left; }

.review-list .review-items {
  margin-top: 2rem; }
.review-list .review-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #ebecee;
  padding-bottom: 20px; }
.review-list .review-title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 8px; }
.review-list .review-ratings {
  margin-bottom: 18px; }
.review-list .rating-summary {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
.review-list .rating-label {
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  max-width: 30%;
  padding: 4px 0; }
.review-list .rating-result {
  display: inline-block; }
.review-list .review-details {
  font-style: italic; }
  .review-list .review-details > p {
    display: inline-block;
    margin-right: 25px; }
.review-list .review-details-value {
  display: inline-block; }
.review-list .pager:before, .review-list .pager:after {
  display: table;
  content: "";
  line-height: 0; }
.review-list .pager:after {
  clear: both; }
.review-list .pager .limiter {
  float: none; }
.review-list .form-inline {
  display: block; }
.review-list .control {
  display: inline-block; }
  .review-list .control select {
    height: auto; }

@media (min-width: 768px) {
  .review-list .rating-label {
    -webkit-flex-basis: 7%;
    -ms-flex-preferred-size: 7%;
    flex-basis: 7%;
    max-width: 7%; } }
.review-add .review-legend span {
  display: inline-block;
  margin-right: 1rem; }
.review-add .block-title strong {
  font-family: "Lato", sans-serif;
  letter-spacing: 2px; }

.review-fieldset .review-legend {
  padding: 0;
  display: block;
  width: 100%;
  color: #333333;
  margin-bottom: 10px;
  font-size: 16px; }
  .review-fieldset .review-legend span {
    font-weight: bold; }
  .review-fieldset .review-legend strong {
    font-weight: normal; }
.review-fieldset .field {
  margin-bottom: 20px; }
  .review-fieldset .field .label {
    letter-spacing: 0;
    text-transform: none;
    font-weight: normal;
    margin-right: 5px;
    line-height: normal;
    font-size: 16px;
    padding: 3px 0; }
  .review-fieldset .field .review-control-vote label {
    line-height: normal; }
  .review-fieldset .field legend.label {
    font-weight: bold; }
.review-fieldset .input-text {
  height: 50px; }

.review-field-rating {
  margin-bottom: 0; }
  .review-field-rating > .label {
    min-width: 60px; }

#product-review-table {
  margin-top: 0; }

.control.review-control-vote {
  display: inline-block; }
  .control.review-control-vote label[class^='rating-'] {
    display: inline-block;
    cursor: pointer;
    margin-right: 0; }
    .control.review-control-vote label[class^='rating-'] .rating-star {
      color: #323232;
      display: inline-block;
      font-size: 1rem;
      line-height: 1; }
      .control.review-control-vote label[class^='rating-'] .rating-star:before {
        content: "";
        display: inline-block;
        font-family: "Material Icons";
        font-weight: 400;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        line-height: 1; }
    .control.review-control-vote label[class^='rating-'].fill .rating-star:before {
      content: "";
      display: inline-block;
      font-family: "Material Icons";
      font-weight: 400;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
      line-height: 1; }
  .control.review-control-vote .radio {
    visibility: hidden; }

/**
 * Copyright ┬й 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
.swatch-attribute-label {
  font-weight: bold;
  position: relative;
  color: #191919;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  display: inline-block; }
  .swatch-attribute-label.required {
    padding-right: 10px; }

.swatch-attribute-label[data-required="1"]:after {
  content: '*';
  color: red;
  position: absolute;
  right: -11px;
  top: -2px;
  font-weight: bold;
  font-size: 1em; }

.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px; }

.swatch-option {
  padding: 1px 2px;
  min-width: 30px;
  max-width: 90px;
  min-height: 20px;
  float: left;
  margin: 0 10px 5px 0;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #dadada;
  overflow: hidden;
  text-overflow: ellipsis; }
  .swatch-option.text {
    background: #F2F2F2;
    color: #7F7F7F;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    padding: 0.38rem 1rem;
    min-width: 22px;
    margin-right: 7px; }
    .swatch-option.text.selected {
      background-color: #FFF !important; }
  .swatch-option.color {
    min-height: 30px; }
  .swatch-option.selected {
    outline: 2px solid #323232;
    border: 1px solid #FFF;
    color: #dedfe1; }
  .swatch-option .disabled {
    cursor: default; }
    .swatch-option .disabled::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, white 43%, white 46%, #ff5216 47%, #ff5216 53%, white 54%, white 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, white), color-stop(46%, white), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, white), color-stop(57%, white), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, white 43%, white 46%, #ff5216 47%, #ff5216 53%, white 54%, white 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, white 43%, white 46%, #ff5216 47%, #ff5216 53%, white 54%, white 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
      background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, white 43%, white 46%, #ff5216 47%, #ff5216 53%, white 54%, white 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, white 43%, white 46%, #ff5216 47%, #ff5216 53%, white 54%, white 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); }

.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494; }
  .swatch-attribute.size .swatch-option.selected,
  .swatch-attribute.manufacturer .swatch-option.selected {
    color: black;
    background: #fff;
    border: 1px solid #fff; }

.swatch-option:not(.disabled):hover {
  outline: 1px solid #999;
  border: 1px solid #fff;
  color: #333; }

.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #fff; }

.swatch-option-tooltip {
  visibility: hidden; }
  @media (min-width: 768px) {
    .swatch-option-tooltip {
      max-width: 140px;
      /*max-height: 160px;*/
      max-height: 100%;
      min-height: 20px;
      min-width: 40px;
      position: absolute;
      padding: 5px;
      background: #fff;
      color: #949494;
      border: 1px solid #adadad;
      display: none;
      visibility: visible;
      z-index: 999;
      text-align: center; } }

.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  position: absolute;
  bottom: 3px;
  height: 8px; }
  .swatch-option-tooltip .corner::after,
  .swatch-option-tooltip-layered .corner::after {
    content: '';
    position: relative;
    top: 3px;
    left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7.5px 0 7.5px;
    border-color: #fff transparent transparent transparent;
    font-size: 1px; }
  .swatch-option-tooltip .corner::before,
  .swatch-option-tooltip-layered .corner::before {
    content: '';
    position: relative;
    top: 5px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8.5px 0 8.5px;
    border-color: #adadad transparent transparent transparent;
    font-size: 1px; }

.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  width: 130px;
  margin: 0 auto; }

.swatch-option-tooltip .title {
  max-width: 140px;
  min-height: 20px;
  max-height: 200px;
  color: #282828;
  text-align: center;
  display: block;
  overflow: hidden; }

.swatch-opt {
  margin: 20px 0; }
  .swatch-opt > div {
    margin-bottom: 15px; }

.swatch-more {
  display: inline-block;
  margin: 2px 0;
  text-decoration: none !important;
  position: static;
  z-index: 1; }

/* Layered Features */
.swatch-option-link-layered {
  position: relative;
  margin: 0 !important;
  padding: 0 !important; }

.swatch-option-tooltip-layered {
  width: 140px;
  position: absolute;
  background: #fff;
  color: #949494;
  border: 1px solid #adadad;
  display: none;
  z-index: 999;
  left: -47px; }

.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px; }

.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px; }

.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block; }

.swatch-attribute-options .swatch-option-tooltip-layered .title {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -5px;
  left: 0;
  color: #282828;
  text-align: center;
  margin-bottom: 10px; }

.swatch-option-disabled:after {
  content: '';
  position: absolute;
  width: 42px;
  height: 2px;
  background: red;
  transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  z-index: 995;
  left: -4px;
  top: 10px; }

.swatch-option-disabled {
  outline: none !important;
  cursor: default;
  border: 0; }

/* Bugfix for Add To Cart button */
div[class^="swatch-opt-"] {
  margin-bottom: 10px; }

.swatch-option-loading {
  content: url("../images/loader-2.gif"); }

.products-grid .product-item .swatch-attribute-options,
.product-list .product-item .swatch-attribute-options,
.product-info-main .product-item .swatch-attribute-options {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.block-wishlist .product-item {
  display: block;
  margin-bottom: 2rem; }
.block-wishlist .product-item-photo {
  float: left;
  width: 75px; }
.block-wishlist .product-item-name {
  font-weight: normal;
  display: inline-block;
  margin-bottom: 5px; }
.block-wishlist .price-box {
  color: #999999; }
.block-wishlist .product-item-details {
  overflow: hidden;
  margin-left: 85px;
  padding-right: 20px;
  position: relative;
  margin-top: 1rem; }
.block-wishlist .product-item-actions {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0; }
  .block-wishlist .product-item-actions .actions-primary {
    margin: 0; }
.block-wishlist .empty {
  margin-top: 1rem; }
.block-wishlist .actions-secondary {
  position: absolute;
  top: 2px;
  right: 0; }
  .block-wishlist .actions-secondary .btn-remove {
    background-color: transparent;
    padding: 0; }
    .block-wishlist .actions-secondary .btn-remove:hover {
      background-color: transparent;
      color: #191919; }
    .block-wishlist .actions-secondary .btn-remove:before {
      font-size: 14px; }
@media (max-width: 991px) {
  .block-wishlist .product-item-details {
    clear: left;
    margin: 0; } }

.form-wishlist-items .actions-toolbar {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .form-wishlist-items .actions-toolbar > .primary {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .form-wishlist-items .actions-toolbar > .secondary {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
.form-wishlist-items .actions-toolbar {
  border: 1px solid #ebecee;
  margin: 20px 0 0;
  padding: 10px; }
  .form-wishlist-items .actions-toolbar .action {
    margin: 0.25rem; }
  @media (max-width: 991px) {
    .form-wishlist-items .actions-toolbar {
      display: block; }
      .form-wishlist-items .actions-toolbar .action {
        width: 100%;
        text-align: center; } }

.products-grid.wishlist .product-item-name {
  display: block; }
.products-grid.wishlist .product-item-info:before, .products-grid.wishlist .product-item-info:after {
  display: table;
  content: "";
  line-height: 0; }
.products-grid.wishlist .product-item-info:after {
  clear: both; }
.products-grid.wishlist .product-item-inner {
  float: none;
  display: block; }
.products-grid.wishlist .price-box .price-as-configured {
  margin-bottom: .5rem; }
.products-grid.wishlist .field label.label {
  padding-top: 0; }
.products-grid.wishlist .box-tocart {
  margin-bottom: 1rem; }
  .products-grid.wishlist .box-tocart > .fieldset:before, .products-grid.wishlist .box-tocart > .fieldset:after {
    display: table;
    content: "";
    line-height: 0; }
  .products-grid.wishlist .box-tocart > .fieldset:after {
    clear: both; }
  .products-grid.wishlist .box-tocart > .fieldset .product-item-actions {
    float: left;
    margin-left: 1rem; }
  .products-grid.wishlist .box-tocart .field.qty {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    float: left; }
    .products-grid.wishlist .box-tocart .field.qty .label {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding-bottom: 0;
      margin-right: .5rem; }
    .products-grid.wishlist .box-tocart .field.qty input.qty {
      width: 4rem;
      padding: .4rem .5rem .4rem 1rem; }
  .products-grid.wishlist .box-tocart button.tocart:before {
    font-family: "fl-line-icon-set";
    content: "\e061";
    vertical-align: middle;
    margin-top: 3px;
    display: inline-block; }
  .products-grid.wishlist .box-tocart button.tocart span {
    display: none; }
.products-grid.wishlist .product-item-actions {
  display: block;
  margin: 0; }
  .products-grid.wishlist .product-item-actions .actions-primary {
    margin: 0; }

.bundle-actions {
  margin-bottom: 1rem; }

.bundle-options-container {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  padding-left: 15px;
  padding-right: 15px; }

.bundle-options-wrapper .legend {
  margin-bottom: 1rem; }

.fieldset-bundle-options__wrapper {
  margin-top: 1rem; }
  .fieldset-bundle-options__wrapper .field.option {
    margin-bottom: 2rem; }
    .fieldset-bundle-options__wrapper .field.option > .label {
      font-weight: 600; }
    .fieldset-bundle-options__wrapper .field.option .price {
      font-size: inherit; }
  .fieldset-bundle-options__wrapper .qty-holder {
    margin-top: 1rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

@media (min-width: 480px) {
  .fieldset-bundle-options__wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
    .fieldset-bundle-options__wrapper .field.option {
      padding-left: 15px;
      padding-right: 15px;
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; } }
@media (min-width: 1200px) {
  .fieldset-bundle-options__wrapper .field.option {
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%; } }
.block-bundle-summary > .title {
  margin-bottom: 1rem; }

@media (min-width: 480px) {
  .block-bundle-summary > .content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px; }
    .block-bundle-summary > .content > div {
      padding-left: 15px;
      padding-right: 15px;
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; } }
/**
 *
 */
.fotorama-video-container:after {
  background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px; }
.fotorama-video-container .magnify-lens {
  display: none !important; }
.fotorama-video-container.video-unplayed:hover img {
  opacity: 0.6; }
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25); }

.video-thumb-icon:after {
  background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px; }

.product-video {
  height: 75%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  margin: auto; }
  .product-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999; }

.fotorama__arr.hidden-video {
  z-index: -1 !important; }

.fotorama__video-close {
  bottom: 89%;
  top: auto; }

.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px; }

.page-title-wrapper .order-status {
  padding-bottom: 10px;
  font-size: 1.2em;
  display: inline-block; }
.page-title-wrapper .order-date {
  font-style: italic;
  padding-bottom: 10px; }

.table-order-items caption {
  display: none; }

.order-links {
  font-size: 18px; }
  .order-links strong {
    font-weight: normal; }

.order-details-items .order-title {
  display: none; }

.block-order-details-view {
  padding: 20px 0 0;
  overflow: hidden; }
  .block-order-details-view .block-content {
    margin: 0 -1%; }
    .block-order-details-view .block-content .box {
      display: inline-block;
      min-width: 48%;
      float: left;
      padding-right: 15px;
      border-top: solid 1px #dadada;
      margin: 1%; }
      .block-order-details-view .block-content .box.box-order-billing-address {
        clear: both; }
      @media (max-width: 767px) {
        .block-order-details-view .block-content .box {
          min-width: 100%; } }

.newsletter {
  max-width: 600px;
  margin: 0 auto 75px;
  text-align: center; }
  .newsletter .newsletter {
    margin-bottom: 20px; }
  .newsletter .title {
    font-size: 30px; }
  .newsletter .field label {
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
    color: #999999;
    letter-spacing: 0;
    margin: 0 0 25px;
    padding: 0; }
  .newsletter #newsletter {
    height: 50px;
    text-align: center; }

/*
* TM_Megamenu
*/
.navigation .container {
  position: relative;
  z-index: 3; }

.navigation {
  max-width: 1130px;
  margin: 0 auto;
  text-align: center; }
  .navigation .col-sm-3 {
    border-left: 1px solid #ebecee; }
    .navigation .col-sm-3:first-child {
      border: 0; }
  .navigation .menu-banner {
    display: block;
    margin-top: -48px; }
  .navigation .rd-navbar-nav-wrap {
    display: inline-block;
    text-align: left; }
  @media (min-width: 1200px) {
    .navigation {
      margin-top: -5px; } }

.sidebar .navigation li.level0 a.level-top {
  padding: 10px; }

.navigation li.level-top .megamenu-wrapper,
.navigation a.level-top .megamenu-wrapper {
  padding-top: 25px; }

.navigation li.level-top .tm-megamenu .product .product-image {
  margin-bottom: 25px; }
  .navigation li.level-top .tm-megamenu .product .product-image a {
    border: 0; }
.navigation li.level-top .tm-megamenu .product .price-box {
  font-size: 20px;
  color: #323232;
  margin-bottom: 15px; }
.navigation li.level-top .tm-megamenu .product .product-name {
  font-size: 16px; }
  .navigation li.level-top .tm-megamenu .product .product-name a {
    color: #191919; }
    .navigation li.level-top .tm-megamenu .product .product-name a:hover {
      color: #323232; }

.navigation li.level-top .tm-megamenu ul.level1 > li > a, .navigation a.level-top .tm-megamenu ul.level1 > li > a {
  text-transform: capitalize; }

@media (max-width: 767px) {
  .navigation li.level-top,
  .navigation a.level-top {
    position: relative; }
    .navigation li.level-top .megamenu-wrapper,
    .navigation a.level-top .megamenu-wrapper {
      box-shadow: none; }

  .rd-navbar-fixed .rd-navbar-submenu .megamenu-wrapper.rd-navbar-megamenu ul li li > a {
    padding-left: 15px;
    padding-right: 0; }

  .rd-navbar-fixed .rd-navbar-megamenu .container {
    max-width: inherit;
    min-width: inherit; }
  .rd-navbar-fixed .rd-navbar-megamenu li {
    text-transform: uppercase; } }
.slider-pro-wrapper {
  margin-bottom: 80px;
  margin-top: -30px;
  z-index: 1; }
  .slider-pro-wrapper .title-slider span {
    color: #323232; }
  .slider-pro-wrapper .desc-slider span {
    font-weight: normal;
    color: #191919;
    font-style: italic; }
  .slider-pro-wrapper .link-slider {
    background: #323232;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 30px;
    border: 3px solid #323232;
    letter-spacing: 2px;
    line-height: 1;
    display: inline-block;
    transition: all 0.3s ease !important;
    background: none;
    color: #323232; }
    .slider-pro-wrapper .link-slider:hover {
      background: none;
      color: #323232; }
    .slider-pro-wrapper .link-slider:hover {
      background: #323232;
      color: #FFF; }
  .slider-pro-wrapper .sp-buttons {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
    text-align: center; }
    .slider-pro-wrapper .sp-buttons .sp-button {
      display: inline-block;
      border: 0;
      background: #FFF;
      width: 12px;
      height: 12px;
      margin: 0 15px;
      transition: all 0.2s ease 0s;
      position: relative;
      z-index: 4; }
      .slider-pro-wrapper .sp-buttons .sp-button.sp-selected-button, .slider-pro-wrapper .sp-buttons .sp-button:hover {
        background: #323232; }
        .slider-pro-wrapper .sp-buttons .sp-button.sp-selected-button:before, .slider-pro-wrapper .sp-buttons .sp-button:hover:before {
          width: 22px;
          height: 22px;
          opacity: 0.6; }
      .slider-pro-wrapper .sp-buttons .sp-button:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        left: -5px;
        top: -5px;
        border: 5px solid #FFF;
        opacity: 0;
        border-radius: 50%; }
  @media (max-width: 767px) {
    .slider-pro-wrapper {
      max-width: 480px;
      padding: 0 15px;
      margin: -15px auto 20px; }
      .slider-pro-wrapper .sp-buttons {
        bottom: 0; }
      .slider-pro-wrapper .slog-slider {
        display: none; }
      .slider-pro-wrapper .button-slider {
        transform: scale(0.6) !important;
        margin-top: -15px; }
        .slider-pro-wrapper .button-slider.extra {
          margin-left: -40px; } }
  @media (max-width: 479px) {
    .slider-pro-wrapper .title-slider,
    .slider-pro-wrapper .slog2-slider {
      display: none; }
    .slider-pro-wrapper .button-slider {
      transform: scale(0.4) !important;
      margin-top: -5px; }
      .slider-pro-wrapper .button-slider.extra {
        margin-left: -20px; }
    .slider-pro-wrapper .sp-buttons {
      bottom: -8px; }
      .slider-pro-wrapper .sp-buttons .sp-button {
        margin: 0 4px;
        width: 7px;
        height: 7px; }
        .slider-pro-wrapper .sp-buttons .sp-button:before {
          display: none; } }

.newsletter-popup.modal-popup._show {
  color: #fff; }
  .newsletter-popup.modal-popup._show .modal-inner-wrap {
    margin-top: 9%;
    background: #fff url("../../web/images/media/newsletter-bg.gif") no-repeat center 55px;
    padding-bottom: 60px;
    padding-top: 260px; }
  .newsletter-popup.modal-popup._show .newsletter {
    margin-bottom: 0;
    max-width: inherit; }
  .newsletter-popup.modal-popup._show header.modal-header {
    padding: 0;
    display: block !important; }
    .newsletter-popup.modal-popup._show header.modal-header .action-close {
      position: absolute;
      top: 25px;
      right: 25px;
      display: block;
      font-size: 0;
      padding: 0;
      line-height: 1;
      background: none;
      border: 0;
      cursor: pointer;
      color: #dedfe1; }
      .newsletter-popup.modal-popup._show header.modal-header .action-close::before {
        content: "";
        display: inline-block;
        font-family: "Material Icons";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        transform: translate(0, 0);
        font-size: 28px;
        line-height: 1;
        transition: all 0.3s ease; }
      .newsletter-popup.modal-popup._show header.modal-header .action-close:hover:before {
        color: #191919; }
    .newsletter-popup.modal-popup._show header.modal-header .modal-title {
      font-size: 30px;
      line-height: 1;
      margin-bottom: 25px;
      font-weight: bold;
      text-align: center; }
  .newsletter-popup.modal-popup._show .content-text {
    padding-bottom: 30px;
    font-size: 16px;
    text-align: center; }
  .newsletter-popup.modal-popup._show .buttons-container {
    padding-bottom: 0; }
  .newsletter-popup.modal-popup._show .modal-content {
    padding: 0 25px 0; }
    .newsletter-popup.modal-popup._show .modal-content .newsletter {
      margin: 0; }
      .newsletter-popup.modal-popup._show .modal-content .newsletter .field .control #newsletter {
        outline: none;
        box-shadow: none;
        width: 100%;
        box-sizing: border-box; }
      .newsletter-popup.modal-popup._show .modal-content .newsletter .field .control::before {
        display: none; }
      .newsletter-popup.modal-popup._show .modal-content .newsletter div.mage-error {
        position: absolute;
        top: 100%; }
  .newsletter-popup.modal-popup._show .modal-social {
    font-size: 1.75em; }
    .newsletter-popup.modal-popup._show .modal-social .fa {
      padding: 7px 5px; }
  .newsletter-popup.modal-popup._show .buttons-container button {
    padding: 12px 30px;
    display: inline-block;
    border: 3px solid #323232;
    background: #323232;
    color: white;
    background: #323232;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 30px;
    border: 3px solid #323232;
    letter-spacing: 2px;
    line-height: 1;
    display: none;
    cursor: pointer; }
    .newsletter-popup.modal-popup._show .buttons-container button:hover {
      background: none;
      color: #323232; }
    .newsletter-popup.modal-popup._show .buttons-container button:hover {
      background: none;
      color: #323232; }
    .newsletter-popup.modal-popup._show .buttons-container button.subscribe {
      display: inline-block;
      transition: 0.3s; }
  .newsletter-popup.modal-popup._show footer.modal-footer {
    padding: 0;
    text-align: center; }
    .newsletter-popup.modal-popup._show footer.modal-footer .modal-social {
      background: none;
      padding: 12px 25px 0; }
      .newsletter-popup.modal-popup._show footer.modal-footer .modal-social a {
        display: inline-block;
        margin-bottom: 5px;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s; }
  @media screen and (max-width: 767px) {
    .newsletter-popup.modal-popup._show .modal-inner-wrap {
      width: auto !important;
      margin-right: 20px;
      margin-left: 20px;
      margin-top: 7%; } }
  @media screen and (max-width: 480px) {
    .newsletter-popup.modal-popup._show .modal-inner-wrap {
      background-size: contain; } }
  .newsletter-popup.modal-popup._show .container {
    max-width: inherit;
    min-width: inherit;
    padding: 0; }

.modals-wrapper .modal-popup.compare-popup._show {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  overflow-x: hidden; }
.modals-wrapper .modal-popup.compare-popup .modal-inner-wrap {
  overflow: hidden;
  box-sizing: border-box;
  height: auto;
  min-height: 100%; }
.modals-wrapper .modal-popup.compare-popup._inner-scroll .modal-content {
  margin-right: -40px;
  padding-right: 40px; }
.modals-wrapper .modal-popup.compare-popup .modal-footer {
  display: block;
  min-height: 70px !important; }

/*# sourceMappingURL=modules.css.map */
