/*==MENU LESS===*/
@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i';
@import 'https://fonts.googleapis.com/css?family=Dancing+Script:400,700';
@import 'https://fonts.googleapis.com/css?family=Poppins:400,300,500,600,700';
@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700';
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@font-face {
  font-family: 'Chivo Regular';
  font-style: normal;
  font-weight: 400;
  src: local('Chivo'), local('Chivo-Regular'), url(https://fonts.gstatic.com/s/chivo/v7/UZPPER-oWTCIdBggEtZvZA.woff2) format('woff2');
}
@font-face {
  font-family: 'Chivo Black';
  font-style: normal;
  font-weight: 900;
  src: local('Chivo Black'), local('Chivo-Black'), url(https://fonts.gstatic.com/s/chivo/v7/TX_hNweQrqAZr-ujaKg9pvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto Regular';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto Bold';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
}
/*Google Fonts*/
/*Google Fonts*/
input.input-text,
textarea {
  padding: 5px;
}
select {
  width: 100%;
  height: 33px;
  padding: 0 5px;
}
select option {
  padding-right: 10px;
  background: #fff;
}
.tooltip-inner {
  background-color: #f6692a !important;
  white-space: nowrap;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #f6692a !important;
}
/* Page Heading */
.page-title {
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px;
}
.page-title.category-title {
  display: none;
}
.page-title h1 {
  font-size: 128.571%;
  color: #363636;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 3px;
  margin-top: 0px;
}
.button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.button {
  -webkit-border-fit: lines;
}
/* <- Safari & Google Chrome Fix */
.button {
  overflow: visible;
  width: auto;
  border: 0;
  margin: 0;
  background-color: #f6692a;
  cursor: pointer;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  white-space: nowrap;
  color: #fff;
  font-size: 100%;
}
.button:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}
.col-main,
.sidebar {
      /* padding-top: 10px; */
}
.full-wrapper {
  margin-left: -1000px;
  margin-right: -1000px;
}
.full-wrapper.center {
  text-align: center;
}
.full-wrapper .full-content {
  margin: 0 auto;
}
.full-wrapper .container-full {
  margin: 0 auto;
  max-width: 1920px;
}
.grid-box-products .product-items-grid .product-item {
  float: left;
}
input[type='text'],
.qty,
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.sm-facebook-content iframe {
  border: none;
}
.product-name {
  font-size: 100%;
}
.boxed-layout .wrapper {
  max-width: 1230px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.owl-carousel .product-item {
  width: 100%!important;
}
.clearfix {
  clear: both;
}
.overflow-table {
  overflow-x: auto;
}
.price {
  white-space: nowrap !important;
}
.price-box {
  margin: 5px 0;
}
.price-box p {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  margin-bottom: 0;
}
.price-box .old-price .price-label,
.price-box .special-price .price-label {
  display: none;
}
.price-box .minimal-price span {
  display: inline-block;
}
.price-box .price {
  color: #363636;
}
.regular-price .price {
  font-size: 115%;
  color: #f6692a;
}
.special-price {
  color: #f6692a;
}
.special-price .price .price {
  font-size: 115%;
  color: #f6692a;
}
.old-price {
  margin: 0;
}
.old-price .price-label {
  white-space: nowrap;
  color: #8a96a2;
}
.old-price .price {
  text-decoration: line-through;
  color: #999999;
  font-size: 115%;
  position: relative;
  top: 0px;
  margin-right: 5px;
}
.minimal-price {
  margin: 0;
}
.minimal-price .price-label {
  white-space: nowrap;
}
.minimal-price-link {
  display: block;
}
.minimal-price-link .label {
  color: #1e7ec8;
}
.minimal-price-link .price {
  font-weight: normal;
}
img {
  border: 0;
  vertical-align: top;
  width: auto;
  max-width: 100%;
}
/* Rating */
.no-rating {
  display: block;
  line-height: 8px;
}
.no-rating a {
  float: none;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  color: #cccccc;
  line-height: 20px;
}
.no-rating a:before {
  content: '\f005\f005\f005\f005\f005';
  white-space: nowrap;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 12px;
  color: #cccccc;
  letter-spacing: 2px;
}
.rating-box {
  font-size: 0;
  position: relative;
  display: inline-block;
}
.rating-box:before {
  content: '\f005\f005\f005\f005\f005';
  white-space: nowrap;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 12px;
  color: #cccccc;
  letter-spacing: 2px;
}
.rating-box .rating {
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  overflow: hidden;
}
.rating-box .rating:before {
  content: '\f005\f005\f005\f005\f005';
  white-space: nowrap;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 12px;
  color: #f6692a;
  letter-spacing: 2px;
}
label,
.label {
  /*font-weight: 500 !important;*/
  color: inherit;
  font-size: 100%;
  margin-bottom: 0;
}
.required em {
  display: none;
}
a {
  text-decoration: none;
}
a:focus,
a:active {
  color: inherit;
  text-decoration: none;
}
body {
  line-height: 1.66!important;
  overflow-x: hidden;
  overflow-y: scroll!important;
}
body a:hover {
  text-decoration: none;
}
body a:active {
  text-decoration: none;
}
.des-cat {
  margin-bottom: 20px;
}
.empty {
  padding: 10px 0px 0px;
  margin: 0;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 5px;
  line-height: 1.35;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: inherit;
}
/* Forms */
fieldset {
  border: 0;
}
legend {
  display: none;
}
.product-options-bottom .add-to-cart,
.add-to-box .add-to-cart {
  margin-bottom: 20px;
  float: left;
  margin-right: 1px;
}
.add-to-cart {
  position: relative;
}
.add-to-cart label {
  float: left;
  margin-right: 5px;
  font-weight: bold!important;
  line-height: 40px;
  font-size: 107.69%;
}
.add-to-cart button.button {
  float: left;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-size: inherit;
}
.add-to-cart .paypal-logo {
  clear: left;
  margin: 0;
  text-align: left;
}
.add-to-cart .paypal-logo .paypal-or {
  clear: both;
  display: block;
  margin: 5px 60px 5px 60px;
}
/* Table */
table {
  border: 0;
  /*border-collapse:collapse;*/
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}
caption,
th,
td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
/* Content */
p {
  margin: 0 0 10px;
}
strong {
  font-weight: bold;
}
.price-box .special-price {
  margin-left: 0px;
}
/* Lists */
ul,
ol {
  list-style: none;
}
/* Tools */
.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.nobr {
  white-space: nowrap !important;
}
.wrap {
  white-space: normal !important;
}
.a-left {
  text-align: left !important;
}
.a-center {
  text-align: center !important;
}
.a-right {
  text-align: right !important;
}
.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.f-left,
.left {
  float: left !important;
}
.f-right,
.right {
  float: right !important;
}
.f-none {
  float: none !important;
}
.f-fix {
  float: left;
  width: 100%;
}
.no-display {
  display: none;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-bg {
  background: none !important;
}
#go-top {
  background-color: #f6692a;
  border-radius: 50%;
  bottom: 50px;
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 40px;
  z-index: 800;
}
#go-top:before {
  content: "\f106";
  font-family: fontawesome;
  font-size: 20px;
}
#go-top:hover {
  background-color: #b23c08;
}
/*==BUTTON SLIDER==*/
.owl-theme .owl-controls .owl-nav > div {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  margin: 0 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  background: #bdc0c1;
}
.owl-theme .owl-controls .owl-nav > div:before {
  display: inline-block;
  text-indent: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  font-family: fontawesome;
  text-align: center;
}
.owl-theme .owl-controls .owl-nav > div:hover {
  background: #262e31;
}
.owl-theme .owl-controls .owl-nav > div.owl-next:before {
  content: "\f105";
}
.owl-theme .owl-controls .owl-nav > div.owl-prev:before {
  content: "\f104";
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 3px;
  background: #fff;
  display: block;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #f6692a;
}
.full_top {
  display: inline-block;
  width: 100%;
  position: relative;
}
/*==EFFECT IMAGE==*/
.static-right-link a img,
img.img-static,
.full-wrapper-image .full-content a img,
.full-block .slider-latest-blog .slider-blog .product-item .blog-item-content .image-blog a img,
.static-image-sidebar a img,
.block-image a img {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
img.img-static:hover,
.full-wrapper-image .full-content a img:hover,
.full-block .slider-latest-blog .slider-blog .product-item .blog-item-content .image-blog a img:hover,
.static-bottom-link a img:hover,
.static-image-sidebar a img:hover,
.static-top-categories .image-top-cat a img:hover,
.megamenu_wrapper_vertical_menu .megamenu_menu > li > div .image-list a img:hover,
.megamenu_wrapper_vertical_menu .static-image-menu a img:hover,
.block-latest-post a img:hover,
.block-image a img:hover {
  opacity: 0.8;
}
.m-bottom-30 {
  margin-bottom: 30px;
}
.m-top-30 {
  margin-top: 30px;
}
.m-bottom-20 {
  margin-bottom: 20px;
}
.m-top-20 {
  margin-top: 20px;
}
.m-bottom-10 {
  margin-bottom: 10px;
}
.m-top-10 {
  margin-top: 10px;
}
.p-bottom-30 {
  padding-bottom: 30px;
}
.p-top-30 {
  padding-top: 30px;
}
.p-bottom-20 {
  padding-bottom: 20px;
}
.p-top-20 {
  padding-top: 20px;
}
.p-bottom-10 {
  padding-bottom: 10px;
}
.p-top-10 {
  padding-top: 10px;
}
/* Reset ================================================================================= */
* {
  margin: 0;
  padding: 0;
  outline: none !important;
}
a {
  color: #262e31;
}
/* ======================================================================================= */
/* Layout ================================================================================ */
.page-print {
  background: #fff;
  padding: 25px 30px;
  text-align: left;
}
.page-empty {
  background: #fff;
  text-align: left;
}
.page-popup {
  background: #fff;
  padding: 25px 30px;
  text-align: left;
}
.main {
  margin: 0 auto;
  min-height: 400px;
  padding: 0px 0px 30px;
  text-align: left;
}
/* ======================================================================================= */
/* Form Elements */
input,
select,
textarea,
button {
  vertical-align: middle;
  color: #636363;
}
body {
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  font-weight: 300 !important;
  font-size: 14px;
}
body input.input-text {
  height: 36px;
  padding: 0 5px;
  width: 100%;
}
input.input-text,
select,
textarea {
  background: #fff;
  border: 1px solid #ebebeb;
}
textarea {
  overflow: auto;
}
input.radio {
  margin-right: 3px;
}
input.checkbox {
  margin-right: 3px;
}
input.input-text:focus,
select:focus,
textarea:focus {
  background-color: #fafafa;
}
/* Form lists */
/* Customer */
/* BreadCrumbs */
.breadcrumbs {
  text-align: left;
}
.breadcrumbs ul {
  margin: 0;
  padding: 28px 0 15px;
  display: inline-block;
  width: 100%;
}
.breadcrumbs ul li {
  display: inline-block;
  padding: 0 30px 0 0px;
  position: relative;
  float: left;
  color: #666666;
}
.breadcrumbs ul li.blog {
  font-size: 86%;
}
.breadcrumbs ul li:after {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 12px;
  content: '\f0da';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  position: absolute;
  top: 4px;
  right: 7px;
  color: #666666;
}
.breadcrumbs ul li a {
  display: block;
  padding: 0;
  font-size: 86%;
}
.breadcrumbs ul li:last-child:after {
  display: none;
}
.breadcrumbs ul li:last-child strong {
  font-weight: normal;
  color: #f6692a;
}
.breadcrumbs .title-page h1 {
  text-transform: uppercase;
  font-size: 250%;
  font-weight: bold;
}
/* Data Table */
/* ======================================================================================= */
/*  ======================================Header========================================== */
.header {
  position: relative;
}
.header .logo strong {
  position: absolute;
  top: -999em;
  left: -999em;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}
/* ======================================================================================= */
/* Sidebar =============================================================================== */
.block-tags .actions {
  text-align: right;
  padding-top: 0;
}
.block-tags .actions a {
  float: none;
}
.block-banner {
  border: 0;
}
.block-banner .block-content {
  padding: 0;
  text-align: center;
}
/* ======================================================================================= */
/* ======================================================================================= */
/* Product View ========================================================================== */
/* Rating */
.no-rating {
  margin: 0;
  font-size: 90%;
}
.no-rating a {
  color: #ccc;
}
.no-rating a:hover {
  color: #f6692a;
}
.ratings {
  font-size: 85%;
  line-height: 1.25;
  margin: 8px 0;
}
.ratings strong {
  float: left;
  margin: -2px 5px 0 0;
}
.ratings .rating-links {
  margin: 0;
}
.ratings .rating-links .separator {
  margin: 0 2px;
}
.ratings .rating-box {
  float: left;
  margin-right: 3px;
}
.ratings a {
  color: #999;
}
.ratings-table th,
.ratings-table td {
  font-size: 91.67%;
  line-height: 1.15;
  padding: 3px 0;
}
.ratings-table th {
  font-weight: bold;
  padding-right: 8px;
}
.availability {
  margin: 0;
}
.availability.out-of-stock span {
  color: #d83820;
}
.availability-only {
  margin: 10px 0 7px;
  line-height: 16px;
  padding-left: 15px;
}
.availability-only a {
  cursor: pointer;
  padding-right: 15px;
  text-decoration: none;
}
.availability-only .expanded {
  background-position: 100% -15px;
}
.availability-only strong {
  color: #be2c00;
}
.availability-only span,
.availability-only a {
  border-bottom: 1px dashed #751d02;
  color: #000;
}
.availability-only-details {
  margin: 0 0 7px;
}
.availability-only-details th {
  background: #d2d6d9;
  font-size: 10px;
  padding: 0 8px;
}
.availability-only-details td {
  background: #ebf0f3;
  border-bottom: 1px solid #fff;
  font-size: 11px;
  padding: 2px 8px 1px;
}
.availability-only-details tr.odd td.last {
  color: #d95e00;
  font-weight: bold;
}
/* Email to a Friend */
/* Alerts */
/********** < Product Prices */
/* Product Options */
/* ======================================================================================= */
/* Content Styles ================================================================= */
/* Advanced Search */
/* ======================================================================================= */
/* ======================================================================================= */
/* Checkout ============================================================================== */
/* Tooltip */
/* Gift Messages */
/* Checkout Agreements */
/********** Common Checkout Styles > */
/* Multiple Addresses Checkout */
/* ======================================================================================= */
/* Account Login/Create Pages ============================================================ */
/* Captcha ================================================================================ */
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
  }
  0% {
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0);
  }
  0% {
    -moz-transform: rotate(-360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  0% {
    transform: rotate(-360deg);
  }
}
/* Remember Me Popup ===================================================================== */
/* Remember Me Popup ===================================================================== */
/* MAP Popup============================================================================== */
/* ======================================================================================= */
/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.block .block-content:after,
.block .actions:after,
.block li.product-item:after,
.group-block .currently li:after,
.page-title:after,
.searchResult-list li.product-item:after,
.box-tags li.product-item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.form-list li:after,
.form-list .field:after,
.page-print .print-head:after,
.advanced-search-summary:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
/* ======================================================================================= */
.box-margin-bottom {
  margin-bottom: 30px;
}
select::-ms-expand {
  opacity: 0;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  padding-right: 25px;
}
.boxed {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.sfred.pt {
  font-size: 13px;
  font-weight: bold;
}
.bookicon {
  font-weight: 500;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-wrapper-outer {
  overflow-x: hidden;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 0;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-theme .owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/*=====================================================*/
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index: 1;
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index: 0;
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
  -webkit-animation-name: fadeOut  ;
  animation-name: fadeOut  ;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1   ;
  }
  100% {
    opacity: 0   ;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1   ;
  }
  100% {
    opacity: 0   ;
  }
}
.block.blog-domain {
  margin-bottom: 30px !important;
}
/*==SIDE BAR==*/
.sidebar .block {
  margin: 0 0 30px;
}
.sidebar .block.group-block {
  padding: 0;
  margin: 0;
  background: transparent;
}
.sidebar .block.group-block .box-heading {
  font-size: 115%;
  font-weight: 400;
  border-bottom: 0;
}
.sidebar .block.group-block .block-content {
  padding: 20px 15px;
}
.sidebar .block .box-heading {
  padding: 0 0 12px;
  font-size: 115%;
}
.sidebar .block .box-heading strong {
  display: inline-block;
  position: relative;
  color: #2a2a2a;
  font-weight: 400;
}
.sidebar .block .box-heading a {
  text-decoration: none !important;
}
.sidebar .block .block-content {
  background-color: #fff;
  margin-top: 0;
  padding: 20px 15px;
  display: block !important;
}
.sidebar .block .actions {
  text-align: right;
}
.sidebar .block .actions a {
  float: left;
}
.sidebar .block .actions button.button {
  float: right;
}
.sidebar-products-list {
  padding: 0px !important;
}
.sidebar-products-list .list-items {
  margin: 0;
  border: 1px solid #ebebeb;
}
.domain-page.page-style-1 .sidebar-products-list .list-items {
  border: 1px solid #ebebeb;
}
.sidebar-products-list .list-items .product-item {
  display: inline-block;
  width: 100%;
}
.sidebar-products-list .list-items .product-item:last-child .product-item-inner {
  margin-bottom: 0;
  border: 0px;
}
.sidebar-products-list .list-items .product-item .product-item-inner {
  margin: 0  15px ;
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
}
.sidebar-products-list .list-items .product-item .product-item-inner .product-thumb {
  float: left;
  width: 70px;
}
.sidebar-products-list .list-items .product-item .product-item-inner .info-product-box {
  margin-left: 82px;
}
.sidebar-products-list .list-items .product-item .product-item-inner .info-product-box .product-title {
  display: block;
}
.sidebar-products-list .list-items .product-item .product-item-inner .info-product-box .product-title a {
  color: #222;
  font-size: 86%;
}
.sidebar-products-list .list-items .product-item .product-item-inner .info-product-box .product-title a:hover {
  color: #f6692a;
}
.sidebar-products-list .list-items .product-item .product-item-inner .info-product-box .ratings {
  display: inline-block;
  margin: 0;
}
.sidebar-products-list .list-items .product-item .product-item-inner .info-product-box .ratings .amount {
  display: none;
}
.sidebar-products-list .list-items .product-item .product-item-inner .info-product-box .no-rating {
  margin: 0 ;
}
.sidebar-products-list .list-items .product-item .product-item-inner .info-product-box .price-box {
  margin: 0;
}
.sidebar-products-list .owl-controls .owl-nav {
  position: absolute;
  right: -4px;
  top: -38px;
  z-index: 9;
}
.sidebar-products-list .owl-controls .owl-nav > div {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin: 0px !important;
  padding: 0px !important;
}
.sidebar-products-list .owl-controls .owl-nav > div:before {
  color: #999999;
  font-weight: normal !important;
  font-size: 20px !important;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.sidebar-products-list .owl-controls .owl-nav > div:hover {
  color: #f6692a;
  background: transparent;
}
.sidebar-products-list .owl-controls .owl-nav > div:hover:before {
  color: #f6692a;
}
.sidebar-products-list #bestSellerResults .owl-controls .owl-nav {
  top: -21px;
}
.sidebar-products-list #bestSellerResults .owl-controls .owl-nav > div:before {
  color: #fff;
}
.sidebar-products-list #bestSellerResults .owl-controls .owl-nav > div:hover {
  color: #f6692a;
  background: transparent;
}
.sidebar-products-list #bestSellerResults .owl-controls .owl-nav > div:hover:before {
  color: #f6692a;
}
.box-title {
  text-transform: normal;
  position: relative;
  color: white;
  font-size: 115%;
  font-weight: 300;
  padding-right: 30px;
  padding-left: 5px;
  background: #000;
  border: none;
  background: -moz-linear-gradient(125deg, #000 92%, transparent 91%);
  background: -o-linear-gradient(125deg, #000 92%, transparent 91%);
  background: -webkit-linear-gradient(125deg, #000 92%, transparent 91%);
  background: linear-gradient(125deg, #000 92%, transparent 91%);
  display: inline-block;
}
@media (max-width: 480px) {
  .box-title {
    font-size: 150%;
  }
}
.box-title:after {
  content: "";
}
@media (max-width: 480px) {
  .box-title:after {
    display: none;
  }
}
.box-title a {
  color: white;
}
/*basic product*/
.mini-50-block {
  clear: both;
  margin-bottom: 20px;
}
.mini-50-block .mini-50-block-product {
  border: 1px solid #ebebeb;
}
.mini-50-block .mini-50-block-product .row-item {
  border-right: 1px solid #ebebeb;
  margin-right: -1px;
}
.mini-50-block .mini-50-block-product .row-item .product-item:first-child {
  border-bottom: 1px solid #ebebeb;
}
.mini-50-block .mini-50-block-product .product-item-inner {
  border: 0px !important;
  padding: 20px 10px !important;
  float: left;
  width: 100%;
}
.mini-50-block .mini-50-block-product .product-item-inner:hover .product-info .product-action .btn-action {
  background-color: #ff4a03;
}
.mini-50-block .mini-50-block-product .product-item-inner .product-thumb {
  float: left;
}
@media (min-width: 1024px) {
  .mini-50-block .mini-50-block-product .product-item-inner .product-thumb {
    max-width: 120px;
  }
}
.mini-50-block .mini-50-block-product .product-item-inner .product-thumb .product-image:after {
  background: rgba(0, 0, 0, 0.043);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  content: "";
}
.mini-50-block .mini-50-block-product .product-item-inner .btn-action {
  border: none;
  display: inline-block !important;
  margin: 0 2px;
  line-height: 35px;
  text-align: center;
  color: white;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  width: 35px;
  height: 35px;
  vertical-align: top;
  border: 1px solid #f6692a;
  border-radius: 100px;
  background-color: #f6692a;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -o-transform: translate(0px, 0);
  transform: translate(0px, 0);
}
.mini-50-block .mini-50-block-product .product-item-inner .btn-action:hover {
  background-color: #ff4a03;
  border-color: #ff4a03;
  color: white;
}
.mini-50-block .mini-50-block-product .product-item-inner .btn-action.btn-warenkorb {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.mini-50-block .mini-50-block-product .product-item-inner .btn-action.btn-warenkorb.out-of-stock {
  cursor: no-drop;
}
.mini-50-block .mini-50-block-product .product-item-inner .btn-action.btn-warenkorb:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 14px;
  content: '\f07a';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
}
.mini-50-block .mini-50-block-product .product-item-inner .btn-action.link-wishlist {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.mini-50-block .mini-50-block-product .product-item-inner .btn-action.link-wishlist:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 14px;
  content: '\f08a';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
}
.mini-50-block .mini-50-block-product .product-item-inner .btn-action span {
  display: none;
}
.mini-50-block .mini-50-block-product .product-item-inner .product-info {
  margin-left: 140px;
  text-align: left !important;
  padding-top: 5px ;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .mini-50-block .mini-50-block-product .product-item-inner .product-info {
    margin-left: 148px;
  }
}
@media (max-width: 991px) {
  .mini-50-block .mini-50-block-product .product-item-inner .product-info {
    margin-left: 0px;
    float: left;
    width: 100%;
  }
}
.mini-50-block .mini-50-block-product .product-item-inner .product-info .product-name {
  margin: 4px 0 ;
}
.mini-50-block .mini-50-block-product .product-item-inner .product-info .product-action {
  margin-top: 15px;
}
/*basic product lopp*/
.mini-block-loop {
  clear: both;
  margin-bottom: 20px;
}
.mini-block-loop .mini-block-loop-product {
  border: 1px solid #ebebeb;
}
.mini-block-loop .mini-block-loop-product .row-item {
  border-right: 1px solid #ebebeb;
  margin-right: -1px;
}
.mini-block-loop .mini-block-loop-product .row-item .product-item:first-child {
  border-bottom: 1px solid #ebebeb;
}
.mini-block-loop .mini-block-loop-product .product-item-inner {
  border: 0px !important;
  padding: 20px 10px !important;
  float: left;
  width: 100%;
}
.mini-block-loop .mini-block-loop-product .product-item-inner .product-thumb {
  float: left;
  padding: 0;
}
@media (min-width: 1024px) {
  .mini-block-loop .mini-block-loop-product .product-item-inner .product-thumb {
    max-width: 80px;
  }
}
.mini-block-loop .mini-block-loop-product .product-item-inner .product-thumb .product-image:after {
  background: rgba(0, 0, 0, 0.043);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  content: "";
}
@media (min-width: 1024px) {
  .mini-block-loop .mini-block-loop-product .product-item-inner .product-thumb .product-image img {
    max-height: initial !important;
    min-height: initial !important;
  }
}
.mini-block-loop .mini-block-loop-product .product-item-inner .btn-action {
  border: none;
  display: inline-block !important;
  margin: 0 2px;
  line-height: 35px;
  text-align: center;
  color: white;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  width: 35px;
  height: 35px;
  vertical-align: top;
  border: 1px solid #f6692a;
  border-radius: 100px;
  background-color: #f6692a;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -o-transform: translate(0px, 0);
  transform: translate(0px, 0);
}
.mini-block-loop .mini-block-loop-product .product-item-inner .btn-action:hover {
  background-color: #ff4a03;
  border-color: #ff4a03;
  color: white;
}
.mini-block-loop .mini-block-loop-product .product-item-inner .btn-action.btn-warenkorb {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.mini-block-loop .mini-block-loop-product .product-item-inner .btn-action.btn-warenkorb.out-of-stock {
  cursor: no-drop;
}
.mini-block-loop .mini-block-loop-product .product-item-inner .btn-action.btn-warenkorb:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 14px;
  content: '\f07a';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
}
.mini-block-loop .mini-block-loop-product .product-item-inner .btn-action.link-wishlist {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.mini-block-loop .mini-block-loop-product .product-item-inner .btn-action.link-wishlist:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 14px;
  content: '\f08a';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
}
.mini-block-loop .mini-block-loop-product .product-item-inner .btn-action span {
  display: none;
}
.mini-block-loop .mini-block-loop-product .product-item-inner .product-info {
  margin-left: 90px;
  text-align: left !important;
  padding-top: 5px ;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .mini-block-loop .mini-block-loop-product .product-item-inner .product-info {
    margin-left: 98px;
  }
}
@media (max-width: 991px) {
  .mini-block-loop .mini-block-loop-product .product-item-inner .product-info {
    margin-left: 0px;
    float: left;
    width: 100%;
  }
}
.mini-block-loop .mini-block-loop-product .product-item-inner .product-info .product-name {
  margin: 4px 0 ;
}
.mini-block-loop .mini-block-loop-product .product-item-inner .product-info .product-action {
  margin-top: 15px;
}
/*maxi-block*/
.maxi-block,
.maxi-block-loop {
  clear: both;
  margin-bottom: 20px;
}
.maxi-block .maxi-block-loop-product,
.maxi-block-loop .maxi-block-loop-product {
  border-bottom: 1px solid #ebebeb !important;
}
.maxi-block .maxi-block-product,
.maxi-block-loop .maxi-block-product,
.maxi-block .maxi-block-loop-product,
.maxi-block-loop .maxi-block-loop-product {
  border: 1px solid #ebebeb;
}
.maxi-block .maxi-block-product .product-item-inner,
.maxi-block-loop .maxi-block-product .product-item-inner,
.maxi-block .maxi-block-loop-product .product-item-inner,
.maxi-block-loop .maxi-block-loop-product .product-item-inner {
  border: 0px !important;
  padding: 20px 10px !important;
  float: left;
  width: 100%;
}
.maxi-block .maxi-block-product .product-item-inner .product-thumb,
.maxi-block-loop .maxi-block-product .product-item-inner .product-thumb,
.maxi-block .maxi-block-loop-product .product-item-inner .product-thumb,
.maxi-block-loop .maxi-block-loop-product .product-item-inner .product-thumb {
  float: left;
}
@media (min-width: 1024px) {
  .maxi-block .maxi-block-product .product-item-inner .product-thumb,
  .maxi-block-loop .maxi-block-product .product-item-inner .product-thumb,
  .maxi-block .maxi-block-loop-product .product-item-inner .product-thumb,
  .maxi-block-loop .maxi-block-loop-product .product-item-inner .product-thumb {
    max-width: 120px;
  }
}
.maxi-block .maxi-block-product .product-item-inner .product-info,
.maxi-block-loop .maxi-block-product .product-item-inner .product-info,
.maxi-block .maxi-block-loop-product .product-item-inner .product-info,
.maxi-block-loop .maxi-block-loop-product .product-item-inner .product-info {
  margin-left: 140px;
  text-align: left !important;
  padding-top: 5px ;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .maxi-block .maxi-block-product .product-item-inner .product-info,
  .maxi-block-loop .maxi-block-product .product-item-inner .product-info,
  .maxi-block .maxi-block-loop-product .product-item-inner .product-info,
  .maxi-block-loop .maxi-block-loop-product .product-item-inner .product-info {
    margin-left: 148px;
  }
}
@media (max-width: 991px) {
  .maxi-block .maxi-block-product .product-item-inner .product-info,
  .maxi-block-loop .maxi-block-product .product-item-inner .product-info,
  .maxi-block .maxi-block-loop-product .product-item-inner .product-info,
  .maxi-block-loop .maxi-block-loop-product .product-item-inner .product-info {
    margin-left: 0px;
    float: left;
    width: 100%;
  }
}
.maxi-block .maxi-block-product .product-item-inner .product-info .product-name,
.maxi-block-loop .maxi-block-product .product-item-inner .product-info .product-name,
.maxi-block .maxi-block-loop-product .product-item-inner .product-info .product-name,
.maxi-block-loop .maxi-block-loop-product .product-item-inner .product-info .product-name {
  padding: 4px 0 !important;
}
.maxi-block .maxi-block-product .product-item-inner .product-info .product-action,
.maxi-block-loop .maxi-block-product .product-item-inner .product-info .product-action,
.maxi-block .maxi-block-loop-product .product-item-inner .product-info .product-action,
.maxi-block-loop .maxi-block-loop-product .product-item-inner .product-info .product-action {
  margin-top: 15px;
}
.tags-list {
  display: block;
  margin: 26px 0 0 0;
}
.tags-list li {
  margin: 0 10px 10px 0;
  float: left;
}
.tags-list li a {
  display: inline-block;
  border: 1px solid #707070;
  font-size: 85.71% !important;
  padding: 4px 20px;
  color: #e9e9e9;
}
.tags-list li a:hover {
  background-color: #f6692a;
  border-color: #f6692a;
  color: #fff;
}
.sidebar .tags-list {
  margin: 0;
}
.sidebar .tags-list li {
  margin: 0 10px 10px 0;
  float: left;
}
.sidebar .tags-list li a {
  border: 1px solid #a9a9a9;
  color: #a9a9a9;
}
.sidebar .tags-list li a:hover {
  background-color: #f6692a;
  border-color: #f6692a;
  color: #fff;
}
/*==PRODUCT LABEL==*/
.product-tag {
  position: absolute;
  top: 10px;
  font-size: 86%;
  color: #fff;
  z-index: 0;
  height: 26px;
  text-align: center;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
}
.product-tag:before {
  width: 60px;
  height: 0;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
}
.product-tag.sale-tag {
  left: 10px;
}
.product-tag.sale-tag span {
  margin-left: 10px;
}
.product-tag.sale-tag:before {
  border: 13px solid #f6692a;
  border-right-color: rgba(255, 255, 255, 0);
  left: 0px;
}
.product-tag.price-tag {
  right: 10px;
}
.product-tag.price-tag span {
  margin-right: 12px;
}
.product-tag.price-tag:before {
  border: 1px solid #73bafb;
  border-left-color: rgba(255, 255, 255, 0);
  right: 0px;
}
/*==products like grid box==*/
.grid-box-products {
  margin-bottom: 20px;
}
.grid-box-products .product-items-grid-wrapper {
  overflow: hidden;
  background: #fff;
  border: 1px solid #ebebeb;
}
.grid-box-products .product-items-grid {
  margin: 0 -1px -1px 0px;
  float: right;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.grid-box-products .product-items-grid .product-item .product-item-inner {
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.product-items-grid {
  position: relative;
  margin: 0;
}
.product-items-grid .regular-price .price,
.product-items-grid .special-price .price .price {
  font-size: 115%;
  color: #f6692a;
}
.product-items-grid .product-item .product-item-inner {
  padding: 10px;
  background: #fff;
}
.product-items-grid .product-item .product-item-inner:hover .product-thumb a.product-image:before {
  background-size: 35px 25px ;
  bottom: 0px;
  left: 0px ;
  right: 0px ;
  top: 0px ;
}
.product-items-grid .product-item .product-item-inner:hover .product-thumb .product-over-out .btn-action {
  -webkit-transform: translate(0px, 0px) !important;
  -moz-transform: translate(0px, 0px) !important;
  -o-transform: translate(0px, 0px) !important;
  transform: translate(0px, 0px) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  -ms-opacity: 1 !important;
  -o-opacity: 1 !important;
  opacity: 1 !important;
}
.product-items-grid .product-item .product-item-inner:hover .product-info .product-name a {
  color: #ff4a03;
}
.product-items-grid .product-item .product-item-inner:hover .product-info .product-action .add-to-cart-mt {
  background-color: #ff4a03;
  color: #000;
}
.product-items-grid .product-item .product-item-inner .product-thumb {
  position: relative;
  padding: 15px 0;
  text-align: center;
  margin: 0 auto;
}
.product-items-grid .product-item .product-item-inner .product-thumb .product-image {
  overflow: hidden;
  display: block;
}
.product-items-grid .product-item .product-item-inner .product-thumb .product-image:before {
  background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 55%;
  position: absolute;
  right: 55%;
  z-index: 1;
  top: 0;
  -webkit-transition: all 0.25s ease-in 0s;
  -moz-transition: all 0.25s ease-in 0s;
  -ms-transition: all 0.25s ease-in 0s;
  -o-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
}
.page-style-1 .product-items-grid .product-item .product-item-inner .product-thumb .product-image,
.page-style-2 .product-items-grid .product-item .product-item-inner .product-thumb .product-image {
  background: #fff;
}
.page-style-5 .product-items-grid .product-item .product-item-inner .product-thumb .product-image:after {
  background: rgba(0, 0, 0, 0.043);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  content: "";
}
.product-items-grid .product-item .product-item-inner .product-thumb .product-image img {
  width: 100%;
}
.product-items-grid .product-item .product-item-inner .product-thumb .product-over-out {
  height: 40px;
  left: 0;
  margin-top: -15px;
  position: absolute;
  text-align: center;
  top: 90%;
  width: 100%;
  z-index: 10;
}
.product-items-grid .product-item .product-item-inner .product-thumb .product-over-out .product-item-actions {
  position: relative;
  width: 100%;
  text-align: center;
}
.product-items-grid .product-item .product-item-inner .product-thumb .product-over-out .add-to-links {
  float: left;
  display: inline-block;
}
.product-items-grid .product-item .product-item-inner .product-thumb .product-over-out .btn-action {
  border: none;
  display: inline-block !important;
  margin: 0 2px;
  line-height: 35px;
  text-align: center;
  color: white;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  width: 35px;
  height: 35px;
  vertical-align: top;
  border: 1px solid #f6692a;
  border-radius: 100px;
  background-color: #f6692a;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-transform: translate(20px, 0);
  -moz-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  transform: translate(20px, 0);
}
.product-items-grid .product-item .product-item-inner .product-thumb .product-over-out .btn-action:hover {
  background-color: #ff4a03;
  border-color: #ff4a03;
  color: white;
}
.product-items-grid .product-item .product-item-inner .product-thumb .product-over-out .btn-action.btn-warenkorb {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.product-items-grid .product-item .product-item-inner .product-thumb .product-over-out .btn-action.btn-warenkorb.out-of-stock {
  cursor: no-drop;
}
.product-items-grid .product-item .product-item-inner .product-thumb .product-over-out .btn-action.btn-warenkorb:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 14px;
  content: '\f07a';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
}
.product-items-grid .product-item .product-item-inner .product-thumb .product-over-out .btn-action.link-wishlist {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.product-items-grid .product-item .product-item-inner .product-thumb .product-over-out .btn-action.link-wishlist:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 14px;
  content: '\f08a';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
}
.product-items-grid .product-item .product-item-inner .product-thumb .product-over-out .btn-action span {
  display: none;
}
.product-items-grid .product-item .product-item-inner .product-info {
  padding: 15px 0 5px;
  text-align: center;
}
.product-items-grid .product-item .product-item-inner .product-info .product-action .add-to-cart-mt {
  background: #f8f8f8;
  border: 0 none;
  bottom: 0;
  text-align: center;
  transition: all 0.5s ease-out 0s;
  padding: 0px 15px 0px 0px;
  color: #333333;
  border-radius: 100px;
  border: none;
}
.product-items-grid .product-item .product-item-inner .product-info .product-action i {
  position: relative;
  text-align: center;
  line-height: 30px;
  background-color: #ff4a03;
  filter: alpha(opacity=0);
  color: #fff;
  display: inline-block;
  width: 40px;
  height: 30px;
  border-radius: 100px 0 0 100px;
  font-size: 14px;
}
.product-items-grid .product-item .product-item-inner .product-info .product-action span {
  margin-left: 10px;
}
.product-items-grid .product-item .product-item-inner .product-info .product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 8px 0  ;
}
.product-items-grid .product-item .product-item-inner .product-info .product-name a {
  white-space: nowrap;
  color: #262e31;
  font-size: 100%;
}
.product-items-grid .product-item .product-item-inner .product-info .product-name a:hover {
  color: #ff4a03;
}
.product-items-grid .product-item .product-item-inner .product-info .ratings .rating-box {
  position: relative;
  top: 0px;
  margin: 0 auto;
  float: none;
}
.product-items-grid .product-item .product-item-inner .product-info .ratings .amount {
  display: none;
}
.product-items-grid .product-item .product-item-inner .product-info .no-rating,
.product-items-grid .product-item .product-item-inner .product-info .ratings {
  height: 20px;
  margin: 0px auto 0;
  line-height: 20px;
}
.product-items-grid .product-item .product-item-inner .product-info .price-box {
  height: 28px;
  margin: 0;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.product-items-grid .product-item .product-item-inner .product-info .price-box .old-price {
  margin-left: 5px;
}
.sidebar-product .sidebar-products-list .bs-items {
  margin-bottom: 0;
}
.sidebar-product .sidebar-products-list .bs-items .product-item:last-child {
  margin-bottom: 0;
}
/*==search results==*/
.searchResult-list,
.wishlist-block,
.history-block {
  margin: 0;
}
.searchResult-list .product-item:last-child .product-item-inner,
.wishlist-block .product-item:last-child .product-item-inner,
.history-block .product-item:last-child .product-item-inner {
  border: 0;
}
.searchResult-list .product-item .product-item-inner,
.wishlist-block .product-item .product-item-inner,
.history-block .product-item .product-item-inner {
  background-color: #fff;
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #ebebeb;
}
.searchResult-list .product-item .product-item-inner .product-thumb-list,
.wishlist-block .product-item .product-item-inner .product-thumb-list,
.history-block .product-item .product-item-inner .product-thumb-list {
  width: 120px;
  float: left;
  position: relative;
  background: #f8f8f8;
}
.searchResult-list .product-item .product-item-inner .product-thumb-list .product-image,
.wishlist-block .product-item .product-item-inner .product-thumb-list .product-image,
.history-block .product-item .product-item-inner .product-thumb-list .product-image,
.searchResult-list .product-item .product-item-inner .product-thumb-list .image-slider-product,
.wishlist-block .product-item .product-item-inner .product-thumb-list .image-slider-product,
.history-block .product-item .product-item-inner .product-thumb-list .image-slider-product {
  display: block;
  padding: 20px 0;
  background: #fff;
}
.searchResult-list .product-item .product-item-inner .product-thumb-list .product-image:before,
.wishlist-block .product-item .product-item-inner .product-thumb-list .product-image:before,
.history-block .product-item .product-item-inner .product-thumb-list .product-image:before,
.searchResult-list .product-item .product-item-inner .product-thumb-list .image-slider-product:before,
.wishlist-block .product-item .product-item-inner .product-thumb-list .image-slider-product:before,
.history-block .product-item .product-item-inner .product-thumb-list .image-slider-product:before {
  background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 55%;
  position: absolute;
  right: 55%;
  z-index: 1;
  top: 0;
  -webkit-transition: all 0.25s ease-in 0s;
  -moz-transition: all 0.25s ease-in 0s;
  -ms-transition: all 0.25s ease-in 0s;
  -o-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
}
.searchResult-list .product-item .product-item-inner .product-thumb-list .product-tag,
.wishlist-block .product-item .product-item-inner .product-thumb-list .product-tag,
.history-block .product-item .product-item-inner .product-thumb-list .product-tag {
  top: 8px;
}
.searchResult-list .product-item .product-item-inner .product-thumb-list .product-tag.sale-tag,
.wishlist-block .product-item .product-item-inner .product-thumb-list .product-tag.sale-tag,
.history-block .product-item .product-item-inner .product-thumb-list .product-tag.sale-tag {
  left: 8px;
}
.searchResult-list .product-item .product-item-inner .product-thumb-list .product-tag.new-tag,
.wishlist-block .product-item .product-item-inner .product-thumb-list .product-tag.new-tag,
.history-block .product-item .product-item-inner .product-thumb-list .product-tag.new-tag {
  right: 8px;
}
.searchResult-list .product-item .product-item-inner .product-thumb-list .alphabetisch,
.wishlist-block .product-item .product-item-inner .product-thumb-list .alphabetisch,
.history-block .product-item .product-item-inner .product-thumb-list .alphabetisch {
  position: absolute;
  left: 10px;
  bottom: 5px;
  display: inline-block;
  z-index: 9;
  text-align: center;
}
.searchResult-list .product-item .product-item-inner .product-thumb-list:hover .product-image:before,
.wishlist-block .product-item .product-item-inner .product-thumb-list:hover .product-image:before,
.history-block .product-item .product-item-inner .product-thumb-list:hover .product-image:before {
  background-size: 35px 25px ;
  bottom: 0px;
  left: 0px ;
  right: 0px ;
  top: 0px ;
}
.searchResult-list .product-item .product-item-inner .product-thumb-list:hover .lSAction,
.wishlist-block .product-item .product-item-inner .product-thumb-list:hover .lSAction,
.history-block .product-item .product-item-inner .product-thumb-list:hover .lSAction {
  opacity: 1;
}
.searchResult-list .product-item .product-item-inner .product-info-list,
.wishlist-block .product-item .product-item-inner .product-info-list,
.history-block .product-item .product-item-inner .product-info-list {
  margin-left: 145px;
  padding-top: 20px;
}
.searchResult-list .product-item .product-item-inner .product-info-list .product-name,
.wishlist-block .product-item .product-item-inner .product-info-list .product-name,
.history-block .product-item .product-item-inner .product-info-list .product-name {
  font-size: 115%;
  text-transform: capitalize;
  font-weight: 400;
  margin: 2px 0 8px;
}
.searchResult-list .product-item .product-item-inner .product-info-list .product-name a:hover,
.wishlist-block .product-item .product-item-inner .product-info-list .product-name a:hover,
.history-block .product-item .product-item-inner .product-info-list .product-name a:hover {
  color: #ff4a03;
}
.searchResult-list .product-item .product-item-inner .product-info-list .price-box,
.wishlist-block .product-item .product-item-inner .product-info-list .price-box,
.history-block .product-item .product-item-inner .product-info-list .price-box {
  margin-top: 0px;
  margin-bottom: 8px;
}
.searchResult-list .product-item .product-item-inner .product-info-list .price-box .regular-price .price,
.wishlist-block .product-item .product-item-inner .product-info-list .price-box .regular-price .price,
.history-block .product-item .product-item-inner .product-info-list .price-box .regular-price .price {
  color: #f6692a;
}
.searchResult-list .product-item .product-item-inner .product-info-list .actions,
.wishlist-block .product-item .product-item-inner .product-info-list .actions,
.history-block .product-item .product-item-inner .product-info-list .actions {
  margin-bottom: 5px;
  display: inline-block;
}
.searchResult-list .product-item .product-item-inner .product-info-list .actions .add-to-links,
.wishlist-block .product-item .product-item-inner .product-info-list .actions .add-to-links,
.history-block .product-item .product-item-inner .product-info-list .actions .add-to-links {
  float: left;
  display: inline-block;
}
.searchResult-list .product-item .product-item-inner .product-info-list .actions .btn-action,
.wishlist-block .product-item .product-item-inner .product-info-list .actions .btn-action,
.history-block .product-item .product-item-inner .product-info-list .actions .btn-action {
  background-color: #fff;
  border: 1px solid #ebebeb;
  display: inline-block !important;
  float: left;
  margin: 0 10px 0 0;
  line-height: 35px;
  text-align: center;
  color: #fff;
  width: 35px;
  height: 35px;
  vertical-align: top;
  color: #999999;
}
.searchResult-list .product-item .product-item-inner .product-info-list .actions .btn-action:hover,
.wishlist-block .product-item .product-item-inner .product-info-list .actions .btn-action:hover,
.history-block .product-item .product-item-inner .product-info-list .actions .btn-action:hover {
  background-color: #ff4a03;
  color: #fff;
}
.searchResult-list .product-item .product-item-inner .product-info-list .actions .btn-action.btn-warenkorb,
.wishlist-block .product-item .product-item-inner .product-info-list .actions .btn-action.btn-warenkorb,
.history-block .product-item .product-item-inner .product-info-list .actions .btn-action.btn-warenkorb {
  width: auto !important;
  padding: 0 12px;
}
.searchResult-list .product-item .product-item-inner .product-info-list .actions .btn-action.btn-warenkorb.out-of-stock,
.wishlist-block .product-item .product-item-inner .product-info-list .actions .btn-action.btn-warenkorb.out-of-stock,
.history-block .product-item .product-item-inner .product-info-list .actions .btn-action.btn-warenkorb.out-of-stock {
  cursor: no-drop;
}
.searchResult-list .product-item .product-item-inner .product-info-list .actions .btn-action.btn-warenkorb span,
.wishlist-block .product-item .product-item-inner .product-info-list .actions .btn-action.btn-warenkorb span,
.history-block .product-item .product-item-inner .product-info-list .actions .btn-action.btn-warenkorb span {
  display: block;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 35px;
}
.searchResult-list .product-item .product-item-inner .product-info-list .actions .btn-action.btn-warenkorb span i,
.wishlist-block .product-item .product-item-inner .product-info-list .actions .btn-action.btn-warenkorb span i,
.history-block .product-item .product-item-inner .product-info-list .actions .btn-action.btn-warenkorb span i {
  font-size: 16px;
  padding-right: 5px;
}
.searchResult-list .product-item .product-item-inner .product-info-list .actions .btn-action.btn-warenkorb:hover,
.wishlist-block .product-item .product-item-inner .product-info-list .actions .btn-action.btn-warenkorb:hover,
.history-block .product-item .product-item-inner .product-info-list .actions .btn-action.btn-warenkorb:hover {
  border-color: #ff4a03;
  background-color: #ff4a03;
  color: #fff;
}
.searchResult-list .product-item .product-item-inner .product-info-list .actions .btn-action.link-wishlist:before,
.wishlist-block .product-item .product-item-inner .product-info-list .actions .btn-action.link-wishlist:before,
.history-block .product-item .product-item-inner .product-info-list .actions .btn-action.link-wishlist:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 14px;
  content: '\f08a';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
}
.searchResult-list .product-item .product-item-inner .product-info-list .actions .btn-action span,
.wishlist-block .product-item .product-item-inner .product-info-list .actions .btn-action span,
.history-block .product-item .product-item-inner .product-info-list .actions .btn-action span {
  display: none;
}
.searchResult-list .product-item .product-item-inner .product-info-list .ratings,
.wishlist-block .product-item .product-item-inner .product-info-list .ratings,
.history-block .product-item .product-item-inner .product-info-list .ratings,
.searchResult-list .product-item .product-item-inner .product-info-list .no-rating,
.wishlist-block .product-item .product-item-inner .product-info-list .no-rating,
.history-block .product-item .product-item-inner .product-info-list .no-rating {
  display: inline-block;
  height: 20px;
  margin: 0;
}
.searchResult-list .product-item .product-item-inner .product-info-list .desc,
.wishlist-block .product-item .product-item-inner .product-info-list .desc,
.history-block .product-item .product-item-inner .product-info-list .desc {
  margin-bottom: 18px;
  font-size: 86%;
}
/*==TOOLBAR==*/
.toolbar .toolbar-inner {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 0px;
  background: #fff;
  text-align: center;
}
.toolbar .toolbar-inner .pager {
  margin: 0;
  vertical-align: top;
  display: inline-block;
  margin-right: 20px;
  min-height: 38px;
  line-height: 38px;
  float: right;
}
@media (max-width: 480px) {
  .toolbar .toolbar-inner .pager {
    display: none;
  }
}
.toolbar .toolbar-inner .pager label.page {
  display: none;
}
.toolbar .toolbar-inner .pager > label,
.toolbar .toolbar-inner .pager > div {
  display: inline-block;
  vertical-align: middle;
}
.toolbar .toolbar-inner .pager .pages ol {
  margin: 0;
}
.toolbar .toolbar-inner .pager .pages ol li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  text-align: center;
  height: 38px;
}
.toolbar .toolbar-inner .pager .pages ol li:hover,
.toolbar .toolbar-inner .pager .pages ol li.current {
  line-height: 38px;
  color: #f6692a;
  font-size: 100%;
}
.toolbar .toolbar-inner .pager .pages ol li:hover a,
.toolbar .toolbar-inner .pager .pages ol li.current a {
  color: #f6692a;
}
.toolbar .toolbar-inner .pager .pages ol li .previous:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 14px;
  content: '\f100';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  color: #f6692a;
}
.toolbar .toolbar-inner .pager .pages ol li .previous span {
  display: none;
}
.toolbar .toolbar-inner .pager .pages ol li .next:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 14px;
  content: '\f101';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  color: #f6692a;
}
.toolbar .toolbar-inner .pager .pages ol li .next span {
  display: none;
}
.toolbar .toolbar-inner .pager .pages ol li a {
  border: 0;
  line-height: 38px;
  background: none;
  color: #999999;
  padding: 0;
  font-size: 86%;
}
.toolbar .toolbar-inner .pager .pages ol li a:hover {
  color: #ff4a03;
}
.toolbar .toolbar-inner .selector {
  margin: 9px 0;
}
.toolbar .toolbar-inner .selector span {
  height: 20px;
  line-height: 20px;
}
.toolbar .toolbar-inner .selector span:before {
  line-height: 20px;
}
.toolbar .toolbar-inner label {
  font-size: 86%;
  color: #222222;
  line-height: 22px;
  padding-right: 3px;
}
.toolbar .toolbar-inner .sorter {
  float: left;
  height: 38px;
}
.toolbar .toolbar-inner .sorter > label {
  padding: 10px 15px 0 20px;
  float: left;
}
.toolbar .toolbar-inner .sorter .view-mode {
  margin: 0;
  display: inline-block;
  float: left;
}
.toolbar .toolbar-inner .sorter .view-mode strong,
.toolbar .toolbar-inner .sorter .view-mode a {
  display: inline-block;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  margin-right: 4px;
  position: relative;
}
.toolbar .toolbar-inner .sorter .view-mode strong:before,
.toolbar .toolbar-inner .sorter .view-mode a:before {
  content: "";
  display: inline-block;
  width: 46px;
  height: 46px;
  position: absolute;
  top: -3px;
  left: -3px;
}
.toolbar .toolbar-inner .sorter .view-mode strong span,
.toolbar .toolbar-inner .sorter .view-mode a span {
  display: none;
}
.toolbar .toolbar-inner .sorter .view-mode a.grid:before {
  background-position: center -22px;
  background-color: transparent;
}
.toolbar .toolbar-inner .sorter .view-mode strong.grid:before,
.toolbar .toolbar-inner .sorter .view-mode a.grid:hover:before {
  background-position: center 15px;
  background-color: #f6692a;
}
.toolbar .toolbar-inner .sorter .view-mode a.list:before {
  background-position: center -93px;
  background-color: transparent;
}
.toolbar .toolbar-inner .sorter .view-mode strong.list:before,
.toolbar .toolbar-inner .sorter .view-mode a.list:hover:before {
  background-position: center -58px;
  background-color: #f6692a;
}
.toolbar .toolbar-inner .sort-by {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 480px) {
  .toolbar .toolbar-inner .sort-by {
    display: none;
  }
}
.toolbar .toolbar-inner .sort-by > label {
  padding-left: 12px;
  font-size: 86%;
  color: #222222;
}
.toolbar .toolbar-inner .sort-by > .selector {
  border: 1px solid #ebebeb;
  font-size: 72%;
}
.toolbar .toolbar-inner .sort-by > label,
.toolbar .toolbar-inner .sort-by > .selector,
.toolbar .toolbar-inner .sort-by > a {
  display: inline-block;
  vertical-align: middle;
}
.toolbar .toolbar-inner .sort-by > a {
  padding: 0 11px;
  color: #999999;
}
.toolbar .toolbar-inner .limiter {
  display: inline-block;
  vertical-align: top;
}
.toolbar .toolbar-inner .limiter lablel {
  font-size: 86%;
  color: #222222;
  line-height: 38px;
}
.toolbar .toolbar-inner .limiter > .selector {
  border: 1px solid #ebebeb;
  font-size: 72%;
}
.toolbar .toolbar-inner .limiter > label,
.toolbar .toolbar-inner .limiter > .selector,
.toolbar .toolbar-inner .limiter > a {
  display: inline-block;
  vertical-align: middle;
}
.toolbar-bottom {
  margin-top: 30px;
}
.toolbar-bottom .toolbar-inner {
  margin-bottom: 0px;
}
.group-block #refineSearch {
  margin-bottom: 0;
}
.group-block .box-heading strong {
  display: block;
  border-width: 2px;
}
.group-block .actions {
  background: #fff;
}
.group-block .currently {
  border: 1px solid #ebebeb;
  padding: 0 10px 0;
  background: #fff;
}
.group-block .currently .filter-shopby {
  margin: 0 -10px 10px;
  padding: 3px 10px;
  border-bottom: 1px solid #ebebeb;
  text-transform: capitalize;
  font-size: 100%;
  font-weight: bold;
}
.group-block .currently ol {
  margin-bottom: 4px;
}
.group-block .currently ol li {
  display: inline-block;
  margin-right: 3px;
}
.group-block .currently ol li span,
.group-block .currently ol li .btn-remove {
  display: table-cell;
  border: 1px solid #ebebeb;
  padding: 0 5px;
}
.group-block .currently ol li .btn-remove {
  margin: 0 -1px;
  border-left: none;
}
.group-block .currently ol li .btn-remove:before {
  position: relative;
}
.group-block .actions {
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 5px 10px;
  margin-bottom: 30px;
}
.group-block .actions a {
  float: right;
}
.group-block .block-content .refine-wrap {
  background: #fff;
  padding: 10px 20px;
}
.group-block .block-content .refine-wrap dt {
  text-transform: uppercase;
  font-weight: 500;
  color: #222222;
  margin-bottom: 2px;
  position: relative;
  padding-bottom: 6px;
}
.group-block .block-content .refine-wrap dt:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 40px;
  background: #f6692a;
  content: "";
  display: inline-block;
}
.group-block .block-content .refine-wrap dd ol {
  margin: 0;
}
.group-block .block-content .refine-wrap dd ol li {
  margin-bottom: 0;
  border-bottom: 1px solid #ebebeb;
}
.group-block .block-content .refine-wrap dd ol li .check-shopby {
  display: none;
}
.group-block .block-content .refine-wrap dd ol li a {
  position: relative;
  display: inline-block;
  padding: 5px 0;
  width: 100%;
  font-size: 86%;
}
.group-block .block-content .refine-wrap dd ol li a .product-item-count {
  float: right;
  margin-top: 0;
  margin-left: 4px;
  color: #666;
}
.group-block .block-content .refine-wrap dd ol li a .product-item-count:hover {
  color: #f6692a;
}
.group-block .block-content .refine-wrap dd ol li a:hover,
.group-block .block-content .refine-wrap dd ol li a.checked {
  color: #f6692a;
}
.group-block .block-content .refine-wrap dd ol.alphabetisch li a.has-image {
  padding: 0;
  display: block;
}
.group-block .block-content .refine-wrap dd ol.alphabetisch li a.has-image:before {
  display: none;
}
.group-block .block-content .refine-wrap dd ol.alphabetisch li a.has-image span img {
  margin-top: 2px;
  border: none;
}
.group-block .block-content .refine-wrap dd ol.alphabetisch li a.has-image .label-image {
  text-transform: none;
  margin-left: 20px;
}
.group-block .block-content .refine-wrap dd .wrap-price-shopby {
  overflow: hidden;
}
.group-block .block-content .refine-wrap dd .wrap-price-shopby .price_filter {
  background-color: #f6692a;
  height: 3px;
  position: relative;
  margin: 20px 0 10px;
}
.group-block .block-content .refine-wrap dd .wrap-price-shopby .price_filter .price-from,
.group-block .block-content .refine-wrap dd .wrap-price-shopby .price_filter .price-to {
  background: #f6692a;
  cursor: e-resize;
  display: block;
  height: 10px;
  width: 10px;
  z-index: 15;
  position: absolute;
  top: -4px;
  text-align: center;
  z-index: 0;
}
.group-block .block-content .refine-wrap dd .wrap-price-shopby .price_filter .price-from:after,
.group-block .block-content .refine-wrap dd .wrap-price-shopby .price_filter .price-to:after {
  content: "";
  display: inline-block;
  width: 1000px;
  height: 3px;
  background-color: #dadde1;
  position: absolute;
  top: 4px;
  z-index: 10;
}
.group-block .block-content .refine-wrap dd .wrap-price-shopby .price_filter .price-to:after {
  left: 10px;
}
.group-block .block-content .refine-wrap dd .wrap-price-shopby .price_filter .price-from:after {
  right: 10px;
}
.group-block .block-content .refine-wrap dd .wrap-price-shopby .sp-right {
  float: right;
}
.group-block .block-content .refine-wrap dd .wrap-price-shopby .txt-price-shopby {
  width: 70px;
  margin-right: 5px;
  float: left;
  font-size: 86%;
  background: #fff;
  height: 25px;
  line-height: 25px;
  padding-left: 5px;
  border: 1px solid #ebebeb;
}
.group-block .block-content .refine-wrap dd .wrap-price-shopby .txt-price-shopby span {
  display: table-cell;
  vertical-align: middle;
  margin-top: -2px;
}
.group-block .block-content .refine-wrap dd .wrap-price-shopby .txt-price-shopby .input-text {
  border: none;
  height: 20px;
  padding: 0;
  width: 100%;
  margin-top: -2px;
  line-height: 10px;
}
.group-block .block-content .refine-wrap dd .wrap-price-shopby .txt-price-shopby .input-text:focus {
  background: none;
}
.group-block .block-content .refine-wrap dd .wrap-price-shopby .button {
  height: 25px;
  line-height: 25px;
  text-transform: uppercase;
  background-color: #f6692a;
  color: #fff;
  font-size: 86%;
  padding: 0 15px;
  font-weight: normal;
}
.group-block .block-content .refine-wrap dd .wrap-price-shopby .button:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}
.group-block .block-content .refine-wrap.Size ol.alphabetisch {
  margin: 0 -5px;
}
.group-block .block-content .refine-wrap.Size ol.alphabetisch li {
  width: 25px;
  height: 25px;
  float: left;
  margin: 5px;
  border: 1px solid #e7eaef;
  background: #fff;
}
.group-block .block-content .refine-wrap.Size ol.alphabetisch li a {
  color: #252525;
  text-align: center;
  height: 25px;
  line-height: 25px;
  border: 0;
  padding: 0;
}
.group-block .block-content .refine-wrap.Size ol.alphabetisch li a:before {
  display: none;
}
.group-block .block-content .refine-wrap.Size ol.alphabetisch li a span.product-item-count {
  display: none;
}
.group-block .block-content .refine-wrap.Size ol.alphabetisch li a:hover {
  color: #ff4a03;
}
.group-block .block-content .refine-wrap.Color ol.alphabetisch {
  margin: 0 -5px;
}
.group-block .block-content .refine-wrap.Color ol.alphabetisch li {
  width: 25px;
  height: 25px;
  float: left;
  margin: 5px;
}
.group-block .block-content .refine-wrap.Color ol.alphabetisch li a.has-image {
  padding: 0;
  display: block;
}
.group-block .block-content .refine-wrap.Color ol.alphabetisch li a.has-image:before {
  display: none;
}
.group-block .block-content .refine-wrap.Color ol.alphabetisch li a.has-image span {
  display: none;
}
.group-block .block-content .refine-wrap.Color ol.alphabetisch li a.has-image span.alpha-label {
  width: 25px !important;
  display: block;
}
.group-block .block-content .refine-wrap.Color ol.alphabetisch li a.has-image span.alpha-label img {
  width: 25px;
  height: 25px;
  border: none;
}
.group-block .block-content .refine-wrap.Color ol.alphabetisch li a.has-image .label-image {
  text-transform: none;
  margin-left: 20px;
}
.group-block .block-content .refine-wrap.Color ol.alphabetisch li a.has-image:hover span.alpha-label img {
  opacity: 0.7;
}
.ratings .amount {
  display: none;
}
.scroll-wrapper-default {
  margin-bottom: 30px;
}
.scroll-wrapper-default .scroll-wrapper-items-container {
  border: 1px solid #ebebeb;
}
.scroll-wrapper-default .owl-controls .owl-nav {
  position: absolute;
  right: -4px;
  top: -22px;
  z-index: 9;
}
.scroll-wrapper-default .owl-controls .owl-nav > div {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin: 0px !important;
  padding: 0px !important;
}
.scroll-wrapper-default .owl-controls .owl-nav > div:before {
  color: #999999;
  font-weight: normal !important;
  font-size: 20px !important;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.scroll-wrapper-default .owl-controls .owl-nav > div:hover {
  color: #ff4a03;
  background: transparent;
}
.scroll-wrapper-default .owl-controls .owl-nav > div:hover:before {
  color: #f6692a;
}
.scroll-wrapper-default .product-items-grid .product-item .product-item-inner {
  margin: 0;
}
/**********gallery starts********/
.gallery-box-products {
  margin-bottom: 20px;
}
.gallery-box-products .gallery-items-grid-wrapper {
  overflow: hidden;
  background: #fff;
  border: 1px solid #ebebeb;
}
.gallery-box-products .gallery-items-grid {
  margin: 0 -1px -1px 0px;
  float: right;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.gallery-box-products .gallery-items-grid .gallery-item .gallery-item-inner {
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.gallery-items-grid {
  position: relative;
  margin: 0;
}
.gallery-items-grid .regular-price .price,
.gallery-items-grid .special-price .price .price {
  font-size: 115%;
  color: #f6692a;
}
.gallery-items-grid .gallery-item {
  float: left;
}
.gallery-items-grid .gallery-item .gallery-item-inner {
  padding: 10px;
  background: #fff;
}
.gallery-items-grid .gallery-item .gallery-item-inner:hover .product-thumb a.product-image:before {
  background-size: 35px 25px ;
  bottom: 0px;
  left: 0px ;
  right: 0px ;
  top: 0px ;
}
.gallery-items-grid .gallery-item .gallery-item-inner:hover .product-thumb .product-over-out .btn-action {
  -webkit-transform: translate(0px, 0px) !important;
  -moz-transform: translate(0px, 0px) !important;
  -o-transform: translate(0px, 0px) !important;
  transform: translate(0px, 0px) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  -ms-opacity: 1 !important;
  -o-opacity: 1 !important;
  opacity: 1 !important;
}
.gallery-items-grid .gallery-item .gallery-item-inner:hover .product-thumb .product-info .product-name {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.gallery-items-grid .gallery-item .gallery-item-inner:hover .product-thumb .product-info .product-name a {
  color: white;
}
.gallery-items-grid .gallery-item .gallery-item-inner:hover .product-thumb .product-info .price-box {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  color: white;
}
.gallery-items-grid .gallery-item .gallery-item-inner .product-thumb {
  position: relative;
  padding: 15px 0;
  text-align: center;
  margin: 0 auto;
}
.gallery-items-grid .gallery-item .gallery-item-inner .product-thumb .product-image {
  overflow: hidden;
  display: block;
}
.gallery-items-grid .gallery-item .gallery-item-inner .product-thumb .product-image:before {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 55%;
  position: absolute;
  right: 55%;
  z-index: 1;
  top: 0;
  -webkit-transition: all 0.25s ease-in 0s;
  -moz-transition: all 0.25s ease-in 0s;
  -ms-transition: all 0.25s ease-in 0s;
  -o-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
}
.gallery-items-grid .gallery-item .gallery-item-inner .product-thumb .product-info {
  height: 100px;
  left: 0;
  margin-top: -15px;
  position: absolute;
  top: 5%;
  width: 100%;
  z-index: 10;
  padding: 15px 0 5px;
  text-align: center;
}
.gallery-items-grid .gallery-item .gallery-item-inner .product-thumb .product-info .product-name {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 8px 0  ;
}
.gallery-items-grid .gallery-item .gallery-item-inner .product-thumb .product-info .product-name a {
  white-space: nowrap;
  color: #262e31;
  font-size: 100%;
}
.gallery-items-grid .gallery-item .gallery-item-inner .product-thumb .product-info .product-name a:hover {
  color: #ff4a03;
}
.gallery-items-grid .gallery-item .gallery-item-inner .product-thumb .product-info .price-box {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  height: 28px;
  margin: 0;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.gallery-items-grid .gallery-item .gallery-item-inner .product-thumb .product-info .price-box .old-price {
  margin-left: 5px;
}
.gallery-items-grid .gallery-item .gallery-item-inner .product-thumb .product-over-out {
  height: 40px;
  left: 0;
  margin-top: -15px;
  position: absolute;
  text-align: center;
  top: 90%;
  width: 100%;
  z-index: 10;
}
.gallery-items-grid .gallery-item .gallery-item-inner .product-thumb .product-over-out .product-item-actions {
  position: relative;
  width: 100%;
  text-align: center;
}
.gallery-items-grid .gallery-item .gallery-item-inner .product-thumb .product-over-out .add-to-links {
  float: left;
  display: inline-block;
}
.gallery-items-grid .gallery-item .gallery-item-inner .product-thumb .product-over-out .btn-action {
  border: none;
  display: inline-block !important;
  margin: 0 2px;
  line-height: 35px;
  text-align: center;
  color: white;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  width: 35px;
  height: 35px;
  vertical-align: top;
  border: 1px solid #f6692a;
  border-radius: 100px;
  background-color: #f6692a;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-transform: translate(20px, 0);
  -moz-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  transform: translate(20px, 0);
}
.gallery-items-grid .gallery-item .gallery-item-inner .product-thumb .product-over-out .btn-action:hover {
  background-color: #ff4a03;
  border-color: #ff4a03;
  color: white;
}
.gallery-items-grid .gallery-item .gallery-item-inner .product-thumb .product-over-out .btn-action.btn-warenkorb {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.gallery-items-grid .gallery-item .gallery-item-inner .product-thumb .product-over-out .btn-action.btn-warenkorb.out-of-stock {
  cursor: no-drop;
}
.gallery-items-grid .gallery-item .gallery-item-inner .product-thumb .product-over-out .btn-action.btn-warenkorb:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 14px;
  content: '\f07a';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
}
.gallery-items-grid .gallery-item .gallery-item-inner .product-thumb .product-over-out .btn-action.link-wishlist {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.gallery-items-grid .gallery-item .gallery-item-inner .product-thumb .product-over-out .btn-action.link-wishlist:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 14px;
  content: '\f08a';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
}
.gallery-items-grid .gallery-item .gallery-item-inner .product-thumb .product-over-out .btn-action span {
  display: none;
}
/*****8allery ends*/
/**********searchResult grid starts********/
.sResult-grid-products {
  margin-bottom: 20px;
}
.sResult-grid-products .sResult-grid-wrapper {
  overflow: hidden;
  background: #fff;
  border: 1px solid #ebebeb;
}
.sResult-grid-products .sResult-grid {
  margin: 0 -1px -1px 0px;
  float: right;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.sResult-grid-products .sResult-grid .product-item .product-item-inner {
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.sResult-grid {
  position: relative;
  margin: 0;
}
.sResult-grid .regular-price .price,
.sResult-grid .special-price .price .price {
  font-size: 115%;
  color: #f6692a;
}
.sResult-grid .product-item {
  float: left;
}
.sResult-grid .product-item .product-item-inner {
  padding: 10px;
  background: #fff;
}
.sResult-grid .product-item .product-item-inner .product-thumb-list {
  position: relative;
  padding: 15px 0;
  text-align: center;
  margin: 0 auto;
}
.sResult-grid .product-item .product-item-inner .product-thumb-list .product-image {
  overflow: hidden;
  display: block;
}
.sResult-grid .product-item .product-item-inner .product-thumb-list .product-image:before {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 55%;
  position: absolute;
  right: 55%;
  z-index: 1;
  top: 0;
  -webkit-transition: all 0.25s ease-in 0s;
  -moz-transition: all 0.25s ease-in 0s;
  -ms-transition: all 0.25s ease-in 0s;
  -o-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
}
.sResult-grid .product-item .product-item-inner .product-info-list {
  padding: 15px 0 5px;
  text-align: center;
}
.sResult-grid .product-item .product-item-inner .product-info-list .product-name {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 8px 0;
}
.sResult-grid .product-item .product-item-inner .product-info-list .product-name a {
  white-space: nowrap;
  color: #262e31;
  font-size: 100%;
}
.sResult-grid .product-item .product-item-inner .product-info-list .product-name a:hover {
  color: #ff4a03;
}
/*****searchResult grid ends*/
@media all and (max-width: 639px) {
  .scroll-wrapper-default ul.scroll-items li {
    padding: 0px 10px;
    font-size: 114.87%;
  }
}
@media all and (max-width: 567px) {
  .scroll-wrapper-default ul.scroll-items li {
    padding: 0px 10px;
    font-size: 100%;
  }
}
@media all and (max-width: 480px) {
  .scroll-wrapper-default ul.scroll-items li {
    margin: 0 10px;
  }
}
@media all and (max-width: 479px) {
  .scroll-wrapper-default ul.scroll-items li {
    text-align: left;
  }
  .scroll-wrapper-default ul.scroll-items li.tab-sel::before,
  .scroll-wrapper-default ul.scroll-items li:hover::before {
    display: none;
  }
  .scroll-wrapper-items-container.show-slider .owl-carousel .owl-controls .owl-nav {
    opacity: 1 !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (min-width: 1200px) {
  /*==1 COLUMN==*/
  #mainWrap.col-lg-10 .grid-box-products .product-items-grid .product-item {
    width: 25%;
  }
  #mainWrap.col-lg-12 .grid-box-products .product-items-grid .product-item {
    width: 20%;
  }
  #mainWrap.col-lg-8 .grid-box-products .product-items-grid .product-item {
    width: 33.33333333%;
  }
  #mainWrap .col-lg-10 .gallery-box-products .gallery-items-grid .gallery-item,
  #mainWrap.col-lg-10 .sResult-grid .product-item {
    width: 20%;
  }
  #mainWrap .col-lg-12 .gallery-box-products .gallery-items-grid .gallery-item,
  #mainWrap.col-lg-12 .sResult-grid .product-item {
    width: 16.66666667%;
  }
  #mainWrap .col-lg-9 .gallery-box-products .gallery-items-grid .gallery-item,
 #products-list.sResult-grid .product-item {
    width: 33.33333333%;
  }
  .product-items-grid .product-item .product-item-inner .product-thumb .product-image img,
  .gallery-box-products .gallery-items-grid .gallery-item .product-image img,
  .sResult-grid .product-item .product-image img {
    width: auto;
    max-height: 180px;
    min-height: 180px;
  }
  #leftMenuWrap.col-lg-2,
  #rightMenuWrap.col-lg-2 {
    width: 20%;
  }
  #mainWrap.col-lg-8 {
    width: 60%;
  }
  #mainWrap.col-lg-10 {
    width: 80%;
  }
}
@media (max-width: 480px) {
  #mainWrap.col-lg-10 .grid-box-products .product-items-grid .product-item,
  #mainWrap.col-lg-12 .grid-box-products .product-items-grid .product-item,
  #mainWrap.col-lg-8 .grid-box-products .product-items-grid .product-item,
  #mainWrap.col-lg-10 .gallery-box-products .gallery-items-grid .gallery-item,
  #mainWrap.col-lg-12 .gallery-box-products .gallery-items-grid .gallery-item,
  #mainWrap.col-lg-8 .gallery-box-products .gallery-items-grid .gallery-item,
  #mainWrap .col-lg-10 .sResult-grid .product-item,
  #mainWrap .col-lg-12 .sResult-grid .product-item,
  #mainWrap .col-lg-8 .sResult-grid .product-item {
    width: 100%;
  }
}
.product-options {
  position: relative;
  display: inline-block;
  margin-bottom: 17px;
}
.product-options dt.swatch-attr {
  float: left;
  width: 70px;
  display: inline-block;
  clear: left;
}
.product-options dt.swatch-attr .select-label {
  display: none;
}
.product-options dd.clearfix.swatch-attr {
  clear: none;
  float: left;
}
.product-options dd.clearfix.swatch-attr .alpha-link {
  border: 1px solid transparent;
}
.product-options dd.clearfix.swatch-attr #configurable_swatch_color .alpha-link {
  width: 22px !important;
  height: 22px !important;
}
.product-options dd.clearfix.swatch-attr #configurable_swatch_size .alpha-link span.x {
  border: 1px solid transparent;
}
.product-options dd.clearfix.swatch-attr #configurable_swatch_size .alpha-link:hover span.x {
  border-: 1px solid #f6692a;
}
.product-options dd.clearfix.swatch-attr #configurable_swatch_size .selected .alpha-link.x span {
  border: 1px solid #f6692a;
}
/* arrcodion tab */
#accordionProductDetail .panel-default {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #ebebeb;
}
#accordionProductDetail .panel-default > .panel-heading {
  background: none;
  border: 0;
  padding: 0;
  border-color: #ebebeb;
}
#accordionProductDetail .panel-default > .panel-heading .panel-title {
  font-size: 100%;
  text-transform: uppercase;
  color: #363636;
  padding: 13px 0;
  letter-spacing: 0.2em;
}
#accordionProductDetail .panel-default > .panel-heading .panel-title i {
  color: #ebebeb;
}
#accordionProductDetail .panel-default > .panel-heading .panel-title:hover i {
  color: #f6692a;
}
#accordionProductDetail .panel-default > .panel-heading .panel-title:hover a {
  color: #f6692a;
}
#accordionProductDetail .panel-body {
  padding: 28px 22px;
}
#accordionProductDetail .panel-body h2 {
  font-size: 100%;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#accordionProductDetail .panel-body .std ul {
  margin-left: 17px;
}
#accordionProductDetail .panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebebeb;
  position: relative;
}
#accordionProductDetail .panel-default > .panel-heading + .panel-collapse .panel-body:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  height: 1px;
  width: 69px;
  background: #f6692a;
  z-index: 1;
}
.share-button {
  display: inline-block;
  vertical-align: top;
}
.share-button .addthis_button_compact {
  padding: 0!important;
  display: inline-block;
  width: 50px!important;
  height: 40px!important;
  position: relative;
  text-indent: -999px;
  overflow: hidden;
}
.share-button .addthis_button_compact span {
  display: none!important;
}
.share-button .addthis_button_compact:before {
  width: 50px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
  color: #fff;
  background-color: #b2b2b2;
  vertical-align: middle;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 14px;
  content: '\f1e0';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  line-height: 40px;
}
.share-button:hover .addthis_button_compact:before {
  background-color: #f6692a;
}
.grouped-items-table {
  margin-bottom: 20px;
}
.box-content.padding-box {
  padding: 20px;
}
.detail-style-1 .product-view .product-shop .product-options-bottom .add-to-cart .btn-warenkorb,
.product-view .product-shop .add-to-box .add-to-cart .btn-warenkorb {
  margin-right: 1px;
}
.product-view .product-shop .timer-product {
  border: none;
  padding: 0;
  margin-bottom: 15px;
  margin-top: -5px;
}
.product-view .product-shop .short-description {
  margin-bottom: 20px;
  font-size: 86%;
  color: #666;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
}
.product-view .product-shop .product-options-bottom,
.product-view .product-shop .add-to-box {
  position: relative;
}
.product-view .product-shop .product-options-bottom .add-to-cart,
.product-view .product-shop .add-to-box .add-to-cart {
  margin-right: 5px;
}
.product-view .product-shop .product-options-bottom .add-to-cart > label,
.product-view .product-shop .add-to-box .add-to-cart > label {
  font-weight: normal !important;
  font-size: 100%;
  color: #222222;
}
@media (max-width: 480px) {
  .product-view .product-shop .product-options-bottom .add-to-cart > label,
  .product-view .product-shop .add-to-box .add-to-cart > label {
    display: none;
  }
}
.product-view .product-shop .product-options-bottom .add-to-cart .control-qty,
.product-view .product-shop .add-to-box .add-to-cart .control-qty {
  height: 40px;
  padding: 0 11px;
  border: 1px solid #ebebeb;
}
.product-view .product-shop .product-options-bottom .add-to-cart .control-qty input.input-text,
.product-view .product-shop .add-to-box .add-to-cart .control-qty input.input-text {
  height: 40px;
  background: none;
  border: none;
}
.product-view .product-shop .product-options-bottom .add-to-cart .btn-warenkorb,
.product-view .product-shop .add-to-box .add-to-cart .btn-warenkorb {
  background-color: #f6692a;
  margin-right: 1px;
}
@media (max-width: 480px) {
  .product-view .product-shop .product-options-bottom .add-to-cart .btn-warenkorb,
  .product-view .product-shop .add-to-box .add-to-cart .btn-warenkorb {
    padding: 0 12px;
  }
}
.product-view .product-shop .product-options-bottom .add-to-cart .btn-warenkorb:before,
.product-view .product-shop .add-to-box .add-to-cart .btn-warenkorb:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 19px;
  content: '\f07a';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 19px;
  height: 19px;
  text-align: center;
  line-height: 19px;
  color: #fff;
  margin-right: 10px;
}
.product-view .product-shop .product-options-bottom .add-to-cart .btn-warenkorb:hover,
.product-view .product-shop .add-to-box .add-to-cart .btn-warenkorb:hover {
  background-color: #f6692a;
}
.product-view .product-shop .product-options-bottom .add-to-cart .btn-warenkorb.out-of-stock,
.product-view .product-shop .add-to-box .add-to-cart .btn-warenkorb.out-of-stock {
  cursor: no-drop;
}
.product-view .product-shop .share-button {
  display: none;
}
.product-view .product-shop .socials-wrap {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  display: inline-block;
  width: 100%;
  padding: 19px 0 7px;
}
.product-view .product-shop .socials-wrap .title-follow {
  float: left;
}
.product-view .product-shop .socials-wrap ul {
  float: left;
}
.product-view .product-shop .socials-wrap ul li {
  float: left;
  margin-left: 40px;
}
.product-view .product-shop .socials-wrap ul li a {
  color: #898989;
}
.product-view .product-shop .socials-wrap ul li a .name-social {
  display: none;
}
.product-view .product-shop .socials-wrap ul li a:hover {
  color: #f6692a;
}
.product-view .product-shop .price-box .price-as-configured {
  margin: 0 0 7px;
}
#review-form #product-review-table tbody tr td {
  text-align: center;
}
#review-form #product-review-table tbody tr td .radio {
  float: none;
  margin: 0 auto;
}
#review-form .form-list {
  padding-top: 30px;
}
#review-form .form-list .input-fixwidth {
  max-width: 500px;
}
.tab-product-info h2 {
  font-size: 108.33%;
  font-weight: bold;
  margin-bottom: 10px;
}
/* Product Images */
.product-image-zoom {
  margin-bottom: 20px;
  border: 1px solid #ebebeb;
  background: #fff;
  overflow: hidden;
}
.product-img-box .product-image-zoom img {
  display: none;
}
.product-img-box .product-image-zoom img.visible {
  display: block;
  margin: 0 auto;
}
.product-img-box .more-views li .thumb-link {
  border: 1px solid #ebebeb;
  padding: 2px;
}
.product-img-box .more-views li .thumb-link:hover {
  border-color: #f6692a;
}
.product-img-box .more-views li.active_thumbs .thumb-link {
  border-color: #f6692a;
}
.product-img-box .more-views li a {
  display: block;
}
.product-img-box .more-views li a img {
  width: 100%;
  border: 0;
}
.more-views .lSSlideOuter {
  margin: 0 -5px;
  padding: 0 5px;
}
.more-views .lSSlideOuter .lSSlideWrapper {
  overflow: visible;
  width: 100%;
}
.more-views .lSAction .lSNext,
.more-views .lSAction .lSPrev {
  display: none;
}
.product-image-gallery {
  position: relative;
  background: #fff;
}
.btn-lightbox {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 10px;
  right: 0px;
  z-index: 1;
  text-align: center;
}
.btn-lightbox a {
  display: none;
}
.btn-lightbox #lightbox_btn {
  display: block!important;
}
.btn-lightbox #lightbox_btn:before {
  content: "\f002";
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  font-family: fontawesome;
  color: #999;
}
.btn-lightbox #lightbox_btn:hover:before {
  color: #f6692a;
}
/* Product Shop */
.product-view .product-essential {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
  margin-top: 4px;
}
.product-view .product-essential .add-to-links {
  vertical-align: top;
  float: left;
}
.product-view .product-essential .add-to-links li {
  float: left;
  font-size: 0;
  margin: 0 5px 5px;
}
.product-view .product-essential .add-to-links li a {
  display: inline-block !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #9a9a9a;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
  border: 1px solid #ebebeb;
}
.product-view .product-essential .add-to-links li a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 12px;
  top: 0;
  text-indent: 0;
}
.product-view .product-essential .add-to-links li a.link-wishlist:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 14px;
  content: '\f08a';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  line-height: 40px!important;
}
.product-view .product-essential .add-to-links li a.link-compare:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 14px;
  content: '\f074';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  line-height: 40px!important;
}
.product-view .product-essential .add-to-links li a:hover {
  background-color: #f6692a;
  color: #fff;
  border-color: #f6692a;
}
.product-view .product-shop .product-name {
  font-size: 100%;
  margin-bottom: 13px;
}
.product-view .product-shop .product-name h2 {
  font-size: 115%;
  font-weight: bold;
  color: #222222;
  text-transform: capitalize;
}
.product-view .product-shop .no-rating {
  margin: 8px 0;
}
.product-view .product-shop .ratings .rating-links {
  padding-left: 75px;
}
.product-view .product-shop .ratings .rating-links .separator,
.product-view .product-shop .ratings .rating-links a:last-child {
  display: none;
}
.product-view .product-shop .price-box {
  margin-bottom: 10px;
}
.product-view .product-shop .price-box .regular-price .price {
  font-size: 157.14%;
}
.product-view .product-shop .price-box .special-price {
  margin-left: 0px;
}
.product-view .product-shop .price-box .special-price .price .price {
  font-size: 186%;
  margin-left: 0px;
  font-weight: normal;
  margin-right: 15px;
  color: #f6692a;
}
.product-view .product-shop .price-box .old-price {
  margin-left: -13px;
}
.product-view .product-shop .price-box .old-price .price {
  position: relative;
  margin-right: 0;
  font-size: 186%;
  font-weight: normal;
}
.product-view .product-shop .availability {
  clear: both;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 86%;
  color: 666666;
  border-bottom: 1px solid #ebebeb;
}
.product-view .product-shop .availability.in-stock span {
  color: #f6692a;
}
.product-view .product-shop .availability.in-stock span:after {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 13px;
  content: '\f00c';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 13px;
  height: 13px;
  text-align: center;
  line-height: 13px;
  margin-left: 5px;
}
.product-view .product-shop .product-options select {
  max-width: 370px;
  color: #999999;
  min-width: 160px;
  font-size: 86%;
}
.product-view .product-shop .product-options select.bundle-option-select {
  min-width: 300px;
}
.product-view .product-shop .product-options .alphabetisch {
  margin: 0;
}
.product-view .product-shop .product-options .alphabetisch li {
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  margin-top: 8px;
}
.product-view .product-shop .product-options .alphabetisch li a:hover,
.product-view .product-shop .product-options .alphabetisch li.selected a {
  border-color: #f6692a;
}
.product-view .product-shop .option-product-wrapper {
  display: block;
  padding: 0;
}
.product-view .product-shop .option-product-wrapper label {
  font-weight: 500!important;
  color: #222;
}
.product-view .product-shop .option-product-wrapper .option-content {
  margin: 0 -15px;
}
.product-view .product-shop .option-product-wrapper .option-content .option-product {
  margin-bottom: 8px;
  padding: 0 15px;
}
.product-view .product-shop .product-options-bottom .price-box {
  display: none;
}
/*==DETAIL STYLES==*/
.thumbs-style-horizontal .more-views {
  padding: 0;
  position: relative;
}
.thumbs-style-horizontal .more-views .btn-more {
  display: block;
  width: 20px;
  text-align: center;
  background-color: #ccc;
  color: #fff;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  height: 20px;
  margin-top: 29px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.thumbs-style-horizontal .more-views .btn-more:before {
  width: 100%;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 3px;
  margin-top: -12px;
}
.thumbs-style-horizontal .more-views .btn-more .txt-button {
  display: none;
}
.thumbs-style-horizontal .more-views .btn-more:hover {
  background-color: #f6692a;
  color: #fff;
}
.thumbs-style-horizontal .more-views .btn-more.next-thumb {
  right: -10px;
}
.thumbs-style-horizontal .more-views .btn-more.next-thumb:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 14px;
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  line-height: 23px;
}
.thumbs-style-horizontal .more-views .btn-more.prev-thumb {
  left: -10px;
}
.thumbs-style-horizontal .more-views .btn-more.prev-thumb:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 14px;
  content: '\f104';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  line-height: 23px;
}
.thumbs-style-horizontal .more-views:hover .btn-more {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.case-option-vertical {
  position: relative;
}
.case-option-vertical .product-image {
  margin-left: 98px;
}
.case-option-vertical .more-views {
  width: 80px;
  overflow: hidden;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 35px 0;
}
.case-option-vertical .more-views .btn-more {
  display: block;
  width: 100%;
  text-align: center;
  height: 18px;
  line-height: 18px;
  background-color: #ccc;
  color: #fff;
  z-index: 9;
  cursor: pointer;
  left: 0;
  margin-left: 0;
  position: absolute;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.case-option-vertical .more-views .btn-more .txt-button {
  display: none;
}
.case-option-vertical .more-views .btn-more:hover {
  color: #fff;
  background: #f6692a;
}
.case-option-vertical .more-views .btn-more.next-thumb {
  bottom: 0;
}
.case-option-vertical .more-views .btn-more.next-thumb:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 18px;
  content: '\f107';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 18px;
  height: 18px;
  text-align: center;
  font-size: 24px;
  line-height: 18px;
}
.case-option-vertical .more-views .btn-more.prev-thumb {
  top: 0;
}
.case-option-vertical .more-views .btn-more.prev-thumb:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 18px;
  content: '\f106';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 24px;
  line-height: 14px;
}
.product-view-2.product-view .product-shop .add-to-links li:first-child,
.product-view-3.product-view .product-shop .add-to-links li:first-child {
  margin-left: 0;
}
.product-view-2 .like-social,
.product-view-3 .like-social {
  text-align: left;
}
.product-view-2 .box-up-sell .overflow-slider,
.product-view-3 .box-up-sell .overflow-slider,
.product-view-2 .box-related .overflow-slider,
.product-view-3 .box-related .overflow-slider {
  padding-top: 0;
}
.box-related-upsell .title-view h2 {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #222222;
  font-size: 115%;
  font-weight: bold;
  margin-bottom: 20px;
}
.box-related-upsell .product-items-grid {
  background: #fff;
}
.box-related-upsell .product-items-grid .owl-stage-outer {
  margin-right: 1px !important;
}
.box-related-upsell .product-items-grid .owl-stage-outer .product-item-inner {
  border-right: 1px solid #ebebeb;
}
.box-related-upsell .owl-controls .owl-nav {
  position: absolute;
  right: 0px;
  top: -42px;
  z-index: 9;
}
.box-related-upsell .owl-controls .owl-nav > div {
  background: transparent;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin: 0px !important;
  padding: 0px !important;
}
.box-related-upsell .owl-controls .owl-nav > div:before {
  color: #999999;
  line-height: 25px;
  font-size: 25px;
  font-weight: normal;
}
.box-related-upsell .owl-controls .owl-nav > div:hover {
  color: #f6692a;
  background: transparent;
}
.box-related-upsell .owl-controls .owl-nav > div:hover:before {
  color: #f6692a;
}
/*==QUICK VIEW==*/
.quickview-main .product-view .product-shop .product-options-bottom,
.quickview-main .product-view .product-shop .add-to-box {
  padding-top: 0;
}
.quickview-main .product-essential {
  padding: 10px !important;
  margin-bottom: 0px !important;
}
.quickview-main .product-image-zoom {
  margin-bottom: 10px;
}
.quickview-main .product-img-box .more-views li .thumb-link {
  margin: 1px;
}
.sidebar .category-block-detail .block-content {
  padding-top: 0;
  margin-bottom: -15px;
}
.sidebar .category-block-detail .widget-category-link {
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
  line-height: 50px;
  text-align: left;
}
.sidebar .category-block-detail .widget-category-link:last-child {
  border-bottom: 0;
}
.sidebar .category-block-detail .widget-category-link a {
  padding: 0;
  background: none;
}
.sidebar .category-block-detail .widget-category-link a:hover {
  color: #f6692a;
}
/* For image product is png */
.zoomWindow {
  background-color: #f8f8f8;
}
.link_more {
  border-top: 1px solid #e6e6e6;
  padding: 15px 0 0;
  font-size: 92.86%;
  display: inline-block;
  width: 100%;
}
.link_more > div {
  float: left;
  margin-right: 30px;
}
.link_more > div ul {
  display: inline-block !important;
}
.link_more > div li {
  float: left;
}
.link_more > div li:after {
  content: ",";
  margin-right: 5px;
}
.link_more > div li:last-child:after {
  display: none;
}
.link_more > div label {
  color: #222;
  margin-right: 5px;
  float: left;
}
.link_more > div a:after {
  content: ",";
  margin-right: 5px;
}
.link_more > div a:last-child:after {
  display: none;
}
.product-collateral {
  margin-bottom: 30px;
}
.zoomWindow {
  background: #fff;
}
/* Feel free to change duration  */
.animated {
  -webkit-animation-duration: 1000 ms  ;
  animation-duration: 1000 ms  ;
  -webkit-animation-fill-mode: both  ;
  animation-fill-mode: both  ;
}
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index: 1;
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index: 0;
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
  -webkit-animation-name: fadeOut  ;
  animation-name: fadeOut  ;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1   ;
  }
  100% {
    opacity: 0   ;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1   ;
  }
  100% {
    opacity: 0   ;
  }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 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);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 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);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(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);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(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);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -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);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -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);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(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);
  }
  to {
    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);
  }
  to {
    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-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) 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;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -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;
  }
  to {
    -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;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -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;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    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;
}
@-webkit-keyframes zoomInDown {
  from {
    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 {
  from {
    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;
}
@-webkit-keyframes zoomInLeft {
  from {
    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 {
  from {
    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;
}
@-webkit-keyframes zoomInRight {
  from {
    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 {
  from {
    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;
}
@-webkit-keyframes zoomInUp {
  from {
    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 {
  from {
    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;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-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);
  }
  to {
    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);
  }
  to {
    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;
}
@-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);
  }
  to {
    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);
  }
  to {
    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;
}
@-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);
  }
  to {
    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);
  }
  to {
    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;
}
@-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);
  }
  to {
    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);
  }
  to {
    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;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/*import extension*/
.basic-filer-page .product-items-grid .clear4 {
  clear: both;
}
.basic-filer-page .product-items-grid .product-item {
  float: left;
  width: 25%;
}
/*CSS Responsive*/
/*--------- Other --------------*/
@media all and (max-width: 479px) {
  .shop-domain-products .dom-resp-479-6 .product-item {
    width: 16.650%;
  }
  .shop-domain-products .dom-resp-479-5 .product-item {
    width: 19.958%;
  }
  .shop-domain-products .dom-resp-479-4 .product-item {
    width: 24.995%;
  }
  .shop-domain-products .dom-resp-479-3 .product-item {
    width: 33.315%;
  }
  .shop-domain-products .dom-resp-479-2 .product-item {
    width: 49.985%;
  }
  .shop-domain-products .dom-resp-479-1 .product-item {
    width: 100%;
  }
  .shop-domain-products .dom-resp-479-1 .clear1,
  .shop-domain-products .dom-resp-479-2 .clear2,
  .shop-domain-products .dom-resp-479-3 .clear3,
  .shop-domain-products .dom-resp-479-4 .clear4,
  .shop-domain-products .dom-resp-479-5 .clear5,
  .shop-domain-products .dom-resp-479-6 .clear6 {
    clear: both;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .shop-domain-products .dom-resp-767-6 .product-item {
    width: 16.650%;
  }
  .shop-domain-products .dom-resp-767-5 .product-item {
    width: 19.958%;
  }
  .shop-domain-products .dom-resp-767-4 .product-item {
    width: 24.995%;
  }
  .shop-domain-products .dom-resp-767-3 .product-item {
    width: 33.295%;
  }
  .shop-domain-products .dom-resp-767-2 .product-item {
    width: 49.999%;
  }
  .shop-domain-products .dom-resp-767-1 .product-item {
    width: 100%;
  }
  .shop-domain-products .dom-resp-767-1 .clear1 {
    clear: both;
  }
  .shop-domain-products .dom-resp-767-2 .clear2 {
    clear: both;
  }
  .shop-domain-products .dom-resp-767-3 .clear3 {
    clear: both;
  }
  .shop-domain-products .dom-resp-767-4 .clear4 {
    clear: both;
  }
  .shop-domain-products .dom-resp-767-5 .clear5 {
    clear: both;
  }
  .shop-domain-products .dom-resp-767-6 .clear6 {
    clear: both;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .shop-domain-products .dom-resp-1199-6 .product-item {
    width: 16.650%;
  }
  .shop-domain-products .dom-resp-1199-5 .product-item {
    width: 19.958%;
  }
  .shop-domain-products .dom-resp-1199-4 .product-item {
    width: 24.995%;
  }
  .shop-domain-products .dom-resp-1199-3 .product-item {
    width: 33.315%;
  }
  .shop-domain-products .dom-resp-1199-2 .product-item {
    width: 49.999%;
  }
  .shop-domain-products .dom-resp-1199-1 .product-item {
    width: 100%;
  }
  .shop-domain-products .dom-resp-1199-1 .clear1,
  .shop-domain-products .dom-resp-1199-2 .clear2,
  .shop-domain-products .dom-resp-1199-3 .clear3,
  .shop-domain-products .dom-resp-1199-4 .clear4,
  .shop-domain-products .dom-resp-1199-5 .clear5,
  .shop-domain-products .dom-resp-1199-6 .clear6 {
    clear: both;
  }
}
@media all and (min-width: 1200px) {
  .shop-domain-products .dom-resp-1200-6 .product-item {
    width: 16.650%;
  }
  .shop-domain-products .dom-resp-1200-5 .product-item {
    width: 19.970%;
  }
  .shop-domain-products .dom-resp-1200-4 .product-item {
    width: 24.995%;
  }
  .shop-domain-products .dom-resp-1200-3 .product-item {
    width: 33.315%;
  }
  .shop-domain-products .dom-resp-1200-2 .product-item {
    width: 49.999%;
  }
  .shop-domain-products .dom-resp-1200-1 .product-item {
    width: 100%;
  }
}
/*header*/
.menu-on-top {
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1001;
}
.header-container .menu-larger .megamenu_wrapper_horizontal_menu .megamenu_menu > li.list-parent > div {
  width: 196px !important;
}
/*==POPUP LOGIN==*/
#modal-login {
  overflow-y: auto!important;
}
.mobile-login {
  display: none !important;
}
body .block-popup-login {
  margin-top: 170px;
  width: 600px;
  padding: 0px 20px 0px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
body .block-popup-login .close-login {
  color: #fff;
  font-size: 26px;
  margin: 8px -10px 0 0;
  opacity: 1;
}
body .block-popup-login .close-login:hover {
  opacity: 0.9;
}
body .block-popup-login .close-login:before {
  font-family: fontawesome;
}
body .block-popup-login .tt_popup_login {
  margin: 0 -20px;
  background-color: #f6692a;
  color: #fff;
  line-height: 42px;
  padding: 0 20px 0px 70px;
  text-transform: uppercase;
  font-size: 125%;
}
body .block-popup-login .tt_popup_login strong:before {
  display: inline-block;
  content: "";
  width: 39px;
  position: absolute;
  left: 20px;
  top: 9px;
  height: 25px;
}
body .block-popup-login .block-content {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: normal;
}
body .block-popup-login .block-content .list-log li {
  padding: 2px 0px 2px 14px;
  position: relative;
}
body .block-popup-login .block-content .list-log li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #666666;
  position: absolute;
  left: 0px;
  top: 10px;
}
body .block-popup-login .block-content .btn-reg-popup {
  height: 42px;
  line-height: 42px;
  padding: 0px 30px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 14px;
  color: #fff;
  font-weight: bold;
  background-color: #f6692a;
  font-size: 116.67%;
}
body .block-popup-login .block-content .btn-reg-popup:hover {
  background-color: #ff4a03;
}
body .block-popup-login .block-content .col-reg {
  width: 50%;
  float: left;
  min-height: 188px;
}
body .block-popup-login .block-content .col-reg .list-log {
  margin: 0;
}
body .block-popup-login .block-content .col-reg.registered-account {
  padding-right: 30px;
  border-right: 1px solid #d1d1d1;
}
body .block-popup-login .block-content .col-reg.login-customer {
  padding-left: 30px;
}
body .block-popup-login .block-content .col-reg.login-customer .note-reg {
  margin: 8px 0px;
}
body .block-popup-login .block-content .col-reg.login-customer h2 {
  font-size: 116.67%;
  font-weight: bold;
}
body .block-popup-login .email-input,
body .block-popup-login .pass-input {
  position: relative;
}
body .block-popup-login .email-input:before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
}
body .block-popup-login .pass-input:before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
}
body .block-popup-login #mini-login:-webkit-autofill,
body .block-popup-login #mini-password:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fafafa inset!important;
}
body .block-popup-login .input-text {
  border: none;
  margin-bottom: 14px;
  width: 100%;
  padding: 0 5px 0px 52px;
  height: 40px;
  border: 1px solid #d1d1d1;
  background-color: #f7f7f7;
  color: #909090;
}
body .block-popup-login .submit-login {
  clear: both;
  display: inline-block;
  margin-top: 19px;
  padding: 0;
  height: 42px;
  position: relative;
}
body .block-popup-login .submit-login .btn-submit-login {
  height: 42px;
  font-size: 116.67%;
  font-weight: bold;
}
body .block-popup-login .submit-login:hover .btn-submit-login {
  color: #fff;
}
body .block-popup-login .button-reg:hover {
  text-decoration: underline;
}
body .block-popup-login .more-actions {
  margin: 25px -20px 0px;
}
body .block-popup-login .more-actions .ft-link-p {
  background: #f3f3f3;
  margin-bottom: 1px;
  padding: 0 20px;
}
body .block-popup-login .more-actions .ft-link-p a {
  display: inline-block;
  padding: 10px 0px;
}
/*==MOBILE MENU==*/
.mobile-menu {
  display: none;
}
.active_btn:after {
  position: fixed;
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 99;
}
.mobile-menu-wrapper {
  position: relative;
  margin: 0 -15px;
}
.btn-mobile-wrapper {
  border-right: 1px solid #3b3b3b;
  display: inline-block;
  padding-right: 10px;
  position: relative;
}
.btn-mobile-wrapper select {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.btn-mobile-wrapper .btn-menu-mobile {
  display: block;
  text-align: center;
  cursor: pointer;
}
.btn-mobile-wrapper .btn-menu-mobile:before {
  content: "\f0c9";
  font-family: fontawesome;
  font-size: 28px;
}
.btn-mobile-wrapper .btn-menu-mobile span {
  display: none;
}
.dropdown_collapse {
  position: absolute;
  z-index: 1002;
  width: 100%;
  background-color: #44494e;
  padding: 12px;
  display: none;
}
.dropdown_collapse a {
  color: #fff;
}
.dropdown_collapse .nav-mobile li.level-top {
  padding: 5px 8px;
  border-bottom: 1px solid #6a6d71;
}
.dropdown_collapse .nav-mobile li.level-top a {
  text-transform: uppercase;
}
.dropdown_collapse .nav-mobile li.level-top > ul {
  display: none;
}
.dropdown_collapse .nav-mobile li.level-top.parent-active {
  background-color: #33363a;
}
.dropdown_collapse .nav-mobile li {
  position: relative;
}
.dropdown_collapse .nav-mobile li .touch-button {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  border: 1px solid #6a6d71;
}
.dropdown_collapse .nav-mobile li .touch-button span {
  display: none;
}
.dropdown_collapse .nav-mobile li .touch-button:before {
  font-family: fontawesome;
  content: "\f107";
  font-size: 15px;
}
.dropdown_collapse .nav-mobile li .touch-button:hover {
  color: #fff;
  background-color: #f6692a;
  border-color: #f6692a;
}
.dropdown_collapse .nav-mobile li .touch-button.active:before {
  content: "\f106";
}
.dropdown_collapse .nav-mobile li ul {
  padding-left: 10px;
}
.dropdown_collapse .nav-mobile li ul li {
  padding: 5px 0px;
}
.dropdown_collapse .nav-mobile li ul li a {
  text-transform: none!important;
}
.dropdown_collapse .nav-mobile li ul li a:before {
  content: "\f105";
  font-family: fontawesome;
  margin-right: 5px;
}
.dropdown_sidebar {
  position: fixed;
  top: 0px;
  left: -255px;
  height: 100%;
  z-index: 105;
  width: 255px;
  overflow-y: auto;
  background-color: #44494e;
  padding: 12px;
}
.dropdown_sidebar a {
  color: #fff;
}
.dropdown_sidebar .nav-mobile li.level-top {
  padding: 5px 8px;
  border-bottom: 1px solid #6a6d71;
}
.dropdown_sidebar .nav-mobile li.level-top a {
  text-transform: uppercase;
}
.dropdown_sidebar .nav-mobile li.level-top > ul {
  display: none;
}
.dropdown_sidebar .nav-mobile li.level-top.parent-active {
  background-color: #33363a;
}
.dropdown_sidebar .nav-mobile li {
  position: relative;
}
.dropdown_sidebar .nav-mobile li .touch-button {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  border: 1px solid #6a6d71;
}
.dropdown_sidebar .nav-mobile li .touch-button span {
  display: none;
}
.dropdown_sidebar .nav-mobile li .touch-button:before {
  font-family: fontawesome;
  content: "\f107";
  font-size: 15px;
}
.dropdown_sidebar .nav-mobile li .touch-button:hover {
  color: #fff;
  background-color: #f6692a;
  border-color: #f6692a;
}
.dropdown_sidebar .nav-mobile li .touch-button.active:before {
  content: "\f106";
}
.dropdown_sidebar .nav-mobile li ul {
  padding-left: 10px;
}
.dropdown_sidebar .nav-mobile li ul li {
  padding: 5px 0px;
}
.dropdown_sidebar .nav-mobile li ul li a {
  text-transform: none!important;
}
.dropdown_sidebar .nav-mobile li ul li a:before {
  content: "\f105";
  font-family: fontawesome;
  margin-right: 5px;
}
.dropdown_sidebar.active {
  left: 0px;
}
.active_sidebar .wrapper {
  position: relative;
  left: 255px;
}
.wrapper {
  left: 0px;
  position: relative;
}
.dropdown_sidebar,
.wrapper {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/*==END MOBILE MENU==*/
/*==MEGAMENU==*/
.display-popup {
  display: none;
}
.newsletter-w {
  display: none;
}
.megamenu_wrapper_horizontal_menu .megamenu_menu > li > div .megamenu_title > span {
  display: block;
  text-transform: uppercase;
  color: inherit;
  font-weight: normal;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  margin-top: -15px;
  color: #222;
}
.megamenu_wrapper_horizontal_menu .megamenu_menu > li > div .megamenu_title > a {
  display: inline-block;
  padding: 0;
  color: inherit;
  line-height: 30px;
  font-size: 86%;
}
.megamenu_wrapper_horizontal_menu .megamenu_menu > li > div .megamenu_title > a:hover {
  color: #f6692a;
}
.shop-category-parent > div.megamenu_dropdown_2columns {
  width: 500px!important;
}
.image-bottom {
  padding: 20px 15px 0px 15px;
}
.static-bottom-link {
  margin: 20px 30px 0;
}
.static-bottom-link.static-bottom-link-2 {
  margin: 20px 0 0 15px;
}
/*==SEARCH==*/
.search-autocomplete {
  background: #fff;
  z-index: 50;
  padding: 0 10px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
}
.search-autocomplete ul {
  margin: 0;
}
.search-autocomplete ul li {
  padding: 8px 10px;
  border-bottom: 1px dotted #ebebeb;
}
.search-autocomplete ul li .amount {
  float: right;
}
.search-autocomplete ul li:last-child {
  border: none;
}
/*== MENU GROUP ==*/
.header-inner {
  position: relative;
}
/*==MENU HOME DROPDOWN==*/
.home-menu-dropdown {
  margin: -15px;
}
.home-menu-dropdown .product-item-home-store {
  width: 20%;
  float: left;
  padding: 15px;
}
.home-menu-dropdown .product-item-home-store.col-3 {
  width: 100%;
}
.home-menu-dropdown .product-item-home-store .title-menu-home {
  text-transform: uppercase;
  color: inherit;
  margin-bottom: 15px;
  margin-top: -15px;
  display: block;
  color: #222;
  font-weight: normal;
  position: relative;
  padding-bottom: 14px;
  border-bottom: 1px solid #ebebeb;
}
.home-menu-dropdown .product-item-home-store li a {
  line-height: 36px;
  color: inherit;
  font-size: 86%;
  color: #222;
}
.home-menu-dropdown .product-item-home-store li a:hover {
  color: #f6692a;
}
.home-menu-dropdown .product-item-home-store.theme-color li a {
  position: relative;
}
.home-menu-dropdown .product-item-home-store.theme-color li a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #e1e1e1;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.home-menu-dropdown .product-item-home-store.theme-color li a:hover:before {
  opacity: 0.7;
}
.home-menu-dropdown .product-item-home-store.theme-color li.red a:before {
  background-color: #f55555;
}
.home-menu-dropdown .product-item-home-store.theme-color li.blue a:before {
  background-color: #03a9f5;
}
.home-menu-dropdown .product-item-home-store.theme-color li.brown a:before {
  background-color: #de9c47;
}
.home-menu-dropdown .product-item-home-store.theme-color li.orange a:before {
  background-color: #f6692a;
}
.home-menu-dropdown .product-item-home-store.theme-color li.pink a:before {
  background-color: #fc6c6c;
}
/*==ABOUT - CONTACT ITEM==*/
.megamenu_wrapper_horizontal_menu .product-item-about-contact {
  padding: 6px 0;
}
.megamenu_wrapper_horizontal_menu .product-item-about-contact li a {
  display: block!important;
  padding: 5px 0;
  font-size: 86%;
}
.megamenu_wrapper_horizontal_menu .product-item-about-contact li:last-child a {
  border-bottom: none;
}
._v3 > .megamenu_col_3:last-child .megamenu_head_item .megamenu_title {
  padding-left: 15px;
}
/*==MEGAMENU VERTICAL==*/
.menu-vertical-wrap {
  position: absolute;
  left: 0;
  width: 270px;
  top: -1px;
}
.block.block-megamenu-vertical {
  margin-top: 1px;
}
.page-style-1.domain-page .block.block-megamenu-vertical {
  margin-bottom: 25px;
}
.block.block-megamenu-vertical .block-heading {
  background: #f6692a;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  padding: 8px 20px;
  cursor: pointer;
  z-index: 1;
  border: 0px !important;
}
.block.block-megamenu-vertical .block-heading strong {
  color: #fff;
  font-weight: normal;
}
.block.block-megamenu-vertical .block-heading:after {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 20px;
  content: '\f039';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 19px;
  font-weight: normal;
  position: absolute;
  right: 20px;
  color: #fff;
  top: 11px;
}
.block.block-megamenu-vertical .block-content {
  padding: 0 20px;
  background: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #ebebeb;
  position: relative;
}
.block.block-megamenu-vertical .block-content .megamenu-vertical {
  margin: 0;
}
.block.block-megamenu-vertical .block-content .megamenu-vertical > li {
  border-bottom: 1px solid #ebebeb;
}
.block.block-megamenu-vertical .block-content .megamenu-vertical > li:last-child {
  border: 0px;
}
.block.block-megamenu-vertical .block-content .megamenu-vertical > li > a {
  display: block;
  color: #222222;
  font-size: 86%;
}
.block.block-megamenu-vertical .block-content .megamenu-vertical > li > a > span {
  display: block;
  padding: 10px 0 ;
}
.firefox .block.block-megamenu-vertical .block-content .megamenu-vertical > li > a > span {
  padding: 10px 0 9px;
}
.block.block-megamenu-vertical .block-content .megamenu-vertical > li > a > span > span {
  position: relative;
}
.block.block-megamenu-vertical .block-content .megamenu-vertical > li > a:hover > span > span:before {
  right: 0;
}
.block.block-megamenu-vertical .block-content .megamenu-vertical > li.parent-item > a > span:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 14px;
  content: '\f0da';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
  padding: 4px 0;
  float: right;
  color: #999999;
}
.block.block-megamenu-vertical .block-content .megamenu-vertical > li:hover > a {
  color: #f6692a;
}
.block.block-megamenu-vertical .block-content .megamenu-vertical > li:hover > a > span:before {
  color: #f6692a;
}
.block.block-megamenu-vertical .block-content .megamenu-vertical > li:hover.parent-item > a > span:before {
  color_theme: #f6692a;
}
.block.block-megamenu-vertical:hover .block-content {
  display: block;
}
.domain-page .block.block-megamenu-vertical .block-content {
  display: block;
}
@media (min-width: 1200px) {
  .header-container .menu-larger .megamenu_wrapper_horizontal_menu .megamenu_menu > li._list-parent:last-child > div {
    right: 0 !important;
    left: auto !important;
  }
}
@media (max-width: 1199px) {
  .header-container .menu-larger .megamenu_wrapper_horizontal_menu .megamenu_menu > li > div {
    font-size: 82%;
  }
  ._v3 > .megamenu_col_3 {
    width: 66% !important;
  }
  ._v3 > .megamenu_col_3:last-child {
    width: 34% !important;
  }
  .basic-products-megamenu.product-items-grid .product-item {
    width: 100%;
  }
  .header-container .menu-larger .megamenu_wrapper_horizontal_menu .megamenu_menu > li._list-parent:last-child > div {
    left: auto !important;
    right: -1px !important;
  }
}
@media (max-width: 767px) {
  .menu-on-top .sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products {
    max-height: 140px;
  }
  .mobile-login {
    display: block !important;
  }
  .popup-login {
    display: none !important;
  }
  .active_sidebar .header-style-1 .header-middle {
    z-index: 121;
  }
}
@media (max-width: 479px) {
  .header-container .header-top .dropdown-block.block-mobile .dropdown-list {
    left: 0;
    right: auto;
  }
}
.header-style-1 .header-inner {
  background: #fff;
}
.header-style-1 .headerlinkmenu .links {
  display: inline-block;
  margin-top: 10px;
}
.header-style-1 .headerlinkmenu .links a {
  display: inline-block;
  padding: 0px;
  padding: 0px 10px 0px 8px;
  text-decoration: none;
  color: #ccc;
}
.header-style-1 .menu-on-top {
  position: fixed;
  background-image: url(/content/images/nav-bg.png);
  box-shadow: 3px 0px 15px rgba(0, 0, 0, 0.2);
}
.header-style-1 .header-top {
  border-bottom: 1px solid #ebebeb;
  font-size: 90%;
  position: relative;
  background: #000;
  padding: 0 ;
}
.header-style-1 .header-top .topleft-content .social-footer .socials-wrap {
  margin-left: -10px;
}
.header-style-1 .header-top .topleft-content .social-footer .socials-wrap .title-follow {
  display: none;
}
.header-style-1 .header-top .topleft-content .social-footer .socials-wrap ul {
  margin: 0;
}
.header-style-1 .header-top .topleft-content .social-footer .socials-wrap ul li {
  display: inline-block;
  margin: 8px 5px 5px;
  position: relative;
}
.header-style-1 .header-top .topleft-content .social-footer .socials-wrap ul li a {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #ebebeb;
}
.header-style-1 .header-top .topleft-content .social-footer .socials-wrap ul li a .name-social {
  display: none;
}
.header-style-1 .header-top .topleft-content .social-footer .socials-wrap ul li:hover a {
  color: #f6692a;
}
.header-style-1 .header-middle .content-header-bottom {
  background: #fff;
  padding: 24px 0px ;
}
.header-style-1 .header-middle .minicart-header {
  float: right;
  margin-top: 8px;
  text-align: left;
}
.header-style-1 .main-menu {
  background-image: url(/content/images/nav-bg.png);
}
.header-style-1 .menu-under.menu-on-top .nav-container #nav > li > ul {
  margin-top: 0;
}
#menu-x-horizantal {
  -webkit-box-shadow: 0px 1px 1px #151415;
  -moz-box-shadow: 0px 1px 1px #151415;
  box-shadow: 0px 1px 1px #151415;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-style-1 .menu-larger .megamenu_wrapper_horizontal_menu .sambar-inner .megamenu_menu > li > a {
    padding: 0 14px;
  }
  .header-style-1 .header-middle .search-header-bottom {
    margin-left: 50px;
  }
  .megamenu_wrapper_vertical_menu .megamenu_menu li:hover .megamenu_dropdown_1column,
  .megamenu_wrapper_vertical_menu .megamenu_menu li:hover .megamenu_dropdown_2columns,
  .megamenu_wrapper_vertical_menu .megamenu_menu li:hover .megamenu_dropdown_3columns,
  .megamenu_wrapper_vertical_menu .megamenu_menu li:hover .megamenu_dropdown_4columns,
  .megamenu_wrapper_vertical_menu .megamenu_menu li:hover .megamenu_dropdown_5columns,
  .megamenu_wrapper_vertical_menu .megamenu_menu li:hover .megamenu_dropdown_6columns,
  .megamenu_wrapper_vertical_menu .megamenu_menu li.other-toggle.open .megamenu_dropdown_1column,
  .megamenu_wrapper_vertical_menu .megamenu_menu li.other-toggle.open .megamenu_dropdown_2columns,
  .megamenu_wrapper_vertical_menu .megamenu_menu li.other-toggle.open.megamenu_dropdown_3columns,
  .megamenu_wrapper_vertical_menu .megamenu_menu li.other-toggle.open .megamenu_dropdown_4columns,
  .megamenu_wrapper_vertical_menu .megamenu_menu li.other-toggle.open.megamenu_dropdown_5columns,
  .megamenu_wrapper_vertical_menu .megamenu_menu li.other-toggle.open .megamenu_dropdown_6columns {
    left: 150px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 991px) {
  .megamenu_wrapper_vertical_menu {
    display: none;
  }
  .menu-larger {
    display: none;
  }
  .mobile-menu {
    display: block;
    position: relative;
    background: #f6692a;
  }
  .mobile-menu-wrapper {
    height: 40px;
  }
  .btn-mobile-wrapper {
    border-right: 0;
    float: left;
    position: absolute;
    top: 0px;
    left: 0;
  }
  .btn-mobile-wrapper:before {
    content: "";
    height: 37px;
    position: absolute;
    right: 10px;
    top: 1px;
    width: 1px;
  }
  .btn-mobile-wrapper a {
    color: #fff;
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
  .btn-mobile-wrapper a:before {
    font-size: 21px;
    color: #fff;
  }
  .btn-mobile-wrapper a:hover:before {
    color: #fff;
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    -ms-opacity: 0.75;
    -o-opacity: 0.75;
    opacity: 0.75;
  }
  .active_sidebar .header-style-1 .header-bottom {
    z-index: 121;
  }
}
@media (max-width: 767px) {
  .header-bottom .search-header-bottom {
    position: absolute;
    top: 0;
    right: 52px;
    z-index: 9;
  }
  .header-bottom .search-header-bottom .btn-search {
    display: block;
    height: 20px;
    margin: 10px 0px;
    width: 20px;
  }
  .header-bottom .search-header-bottom .btn-search:before {
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    font-size: 16px;
    content: '\f002';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    color: #fff;
  }
  .header-bottom .search-header-bottom .search-form-action {
    width: 250px;
    visibility: hidden;
    display: block;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    top: 120%;
    background: #fff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    right: -20px;
    height: 35px;
    top: 40px;
  }
  .header-bottom .search-header-bottom .search-form-action .sm-searbox-content {
    height: 36px;
  }
  .header-bottom .search-header-bottom:hover .search-form-action {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    top: 100%;
  }
  .header-bottom .sm-serachbox-pro .sm-searbox-content .form-button.button {
    height: 36px;
  }
  .header-bottom .minicart-header {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 9;
  }
  .header-bottom .minicart-header .cartpro-title {
    width: 40px;
    height: 40px;
    margin: 0 10px;
    padding: 0px;
  }
  .header-bottom .minicart-header .cartpro-title:before {
    top: 2px;
  }
  .header-bottom .minicart-header .cartpro-title .total-price {
    display: none;
  }
  .header-bottom .minicart-header .cartpro-title .cartpro-icon {
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 0px !important;
  }
  .header-bottom .minicart-header .cartpro-content {
    display: none !important;
  }
  .header-bottom .minicart-header:hover .cartpro-content {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .logo-wrapper {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .col-lg-6.col-sm-6.header-topright {
    float: none;
    display: table;
    margin: 0 auto;
    text-align: left;
  }
  .header-topright {
    line-height: 30px;
    position: relative;
    cursor: pointer;
    float: right;
    color: #666666;
    padding: 0 0 0 30px;
  }
}
/*home*/
.domain-page {
  background: #fff;
}
.domain-page .col-main {
  padding-top: 0px;
}
.domain-page .main {
  padding-bottom: 0px;
}
.domain-page .product-items-grid .regular-price .price,
.domain-page .product-items-grid .special-price .price .price {
  color: #222;
}
/*basic product*/
.product-basic-home4 {
  clear: both;
  margin-bottom: 40px;
}
.product-basic-home4 .basicproducts_title_text {
  text-transform: uppercase;
  position: relative;
  color: #222222;
  font-size: 185%;
  font-weight: bold;
  margin-bottom: 20px;
  display: inline-block;
}
@media (max-width: 480px) {
  .product-basic-home4 .basicproducts_title_text {
    font-size: 150%;
  }
}
.product-basic-home4 .basicproducts_title_text:after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 30px;
  background: #f6692a;
  position: absolute;
  top: 18px;
  right: -50px;
}
@media (max-width: 480px) {
  .product-basic-home4 .basicproducts_title_text:after {
    display: none;
  }
}
.product-basic-home4 .shop-domain-products {
  border: 1px solid #ebebeb;
}
.product-basic-home4 .shop-domain-products .row-item {
  border-right: 1px solid #ebebeb;
  margin-right: -1px;
}
.product-basic-home4 .shop-domain-products .row-item .product-item:first-child {
  border-bottom: 1px solid #ebebeb;
}
.product-basic-home4 .shop-domain-products .product-item-inner {
  border: 0px !important;
  padding: 20px 10px !important;
  float: left;
  width: 100%;
}
.product-basic-home4 .shop-domain-products .product-item-inner:hover .product-thumb .quickview_handler {
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  -ms-opacity: 1 !important;
  -o-opacity: 1 !important;
  opacity: 1 !important;
}
.product-basic-home4 .shop-domain-products .product-item-inner .product-thumb {
  float: left;
}
@media (min-width: 1024px) {
  .product-basic-home4 .shop-domain-products .product-item-inner .product-thumb {
    max-width: 195px;
  }
}
.product-basic-home4 .shop-domain-products .product-item-inner .product-thumb .product-image:after {
  background: rgba(0, 0, 0, 0.043);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  content: "";
}
.product-basic-home4 .shop-domain-products .product-item-inner .btn-action {
  border: none;
  display: inline-block !important;
  margin: 0 5px 0 0px;
  text-align: center;
  color: #666666;
  vertical-align: top;
  border: 1px solid #ebebeb;
}
.product-basic-home4 .shop-domain-products .product-item-inner .btn-action:hover {
  background-color: #f6692a;
  border-color: #f6692a;
  color: #fff;
}
.product-basic-home4 .shop-domain-products .product-item-inner .btn-action:hover:before {
  color: #fff !important;
}
.product-basic-home4 .shop-domain-products .product-item-inner .btn-action.btn-warenkorb {
  background: transparent;
  padding: 0 10px;
  height: 35px;
  text-transform: uppercase;
}
.product-basic-home4 .shop-domain-products .product-item-inner .btn-action.btn-warenkorb:hover {
  background-color: #f6692a;
}
.product-basic-home4 .shop-domain-products .product-item-inner .btn-action.btn-warenkorb:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 18px;
  content: '\f07a';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  color: #999999;
  margin-right: 4px;
}
.product-basic-home4 .shop-domain-products .product-item-inner .btn-action.btn-warenkorb span {
  display: inline-block !important;
}
.product-basic-home4 .shop-domain-products .product-item-inner .btn-action.link-compare {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.product-basic-home4 .shop-domain-products .product-item-inner .btn-action.link-compare:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 14px;
  content: '\f074';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
}
.product-basic-home4 .shop-domain-products .product-item-inner .btn-action.link-wishlist {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.product-basic-home4 .shop-domain-products .product-item-inner .btn-action.link-wishlist:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 14px;
  content: '\f08a';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
}
.product-basic-home4 .shop-domain-products .product-item-inner .btn-action.quickview_handler {
  width: 35px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -18px;
  z-index: 9;
  color: #fff;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.product-basic-home4 .shop-domain-products .product-item-inner .btn-action.quickview_handler:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 14px;
  content: '\f06e';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
}
.product-basic-home4 .shop-domain-products .product-item-inner .btn-action span {
  display: none;
}
.product-basic-home4 .shop-domain-products .product-item-inner .product-info {
  margin-left: 230px;
  text-align: left !important;
  padding-top: 25px ;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .product-basic-home4 .shop-domain-products .product-item-inner .product-info {
    margin-left: 208px;
  }
}
@media (max-width: 991px) {
  .product-basic-home4 .shop-domain-products .product-item-inner .product-info {
    margin-left: 0px;
    float: left;
    width: 100%;
  }
}
.product-basic-home4 .shop-domain-products .product-item-inner .product-info .product-name {
  margin: 4px 0 ;
}
.product-basic-home4 .shop-domain-products .product-item-inner .product-info .product-item-actions {
  margin-top: 15px;
}
.product-basic-home4 .owl-nav {
  position: absolute !important;
  right: -5px;
  top: -72px;
}
.product-basic-home4 .owl-nav > div {
  background: #7a7a7a !important;
  height: 40px;
}
.product-basic-home4 .owl-nav > div:before {
  font-size: 25px !important;
  font-weight: normal;
}
.product-basic-home4 .owl-nav > div:hover {
  background: #f6692a !important;
}
@media (max-width: 1199px) {
  .homestyle4 .title-home h2 {
    font-size: 114.86%;
  }
  .homestyle4 .static-image-1-index4 .box-margin-bottom {
    margin-bottom: 13px;
  }
}
@media (max-width: 991px) {
  .homestyle4 .title-home h2 {
    font-size: 114.29%;
  }
}
@media (max-width: 767px) {
  .homestyle4 .static-image-1-index4 .col-lg-4.col-md-4.col-sm-4 {
    width: 34%;
    float: left;
  }
  .homestyle4 .static-image-1-index4 .col-lg-8.col-md-8.col-sm-8 {
    width: 66%;
    float: left;
  }
  .homestyle4 .static-image-1-index4 .col-lg-8.col-md-8.col-sm-8 .col-lg-6.col-md-6.col-sm-6 {
    width: 50%;
    float: left;
  }
  .homestyle4 .static-image-1-index4 .col-lg-8.col-md-8.col-sm-8 .col-lg-6.col-md-6.col-sm-6.box-margin-bottom {
    margin-bottom: 13px;
  }
}
@media (max-width: 567px) {
  .homestyle4 .static-image-1-index4 .col-lg-8.col-md-8.col-sm-8 .col-lg-6.col-md-6.col-sm-6.box-margin-bottom {
    margin-bottom: 7px;
  }
}
/*==foorter style===*/
@media only screen and (min-width: 280px) and (max-width: 479px) {
  .headerlinkmenu .links {
    float: left;
    border: none;
    font-size: 130%;
    padding: 5px 0;
  }
}
/***---Device---***/
@media (min-width: 1200px) {
  .wrapper {
    left: 0!important;
  }
  .container {
    width: 1200px!important;
    max-width: 1200px !important;
  }
}
@media (min-width: 992px) {
  .header .hidden-xs {
    display: inline-block !important;
  }
}
@media (max-width: 1199px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper {
    left: 0!important;
  }
  /*==Detail 2, 3==*/
}
@media (max-width: 991px) {
  .footer .copyright .copyright-footer {
    text-align: center;
  }
  .footer .copyright .payment-footer {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*==Detail 1==*/
  /*==Detail 2, 3==*/
}
@media (max-width: 767px) {
  .products-list .product-item .product-item-inner .product-thumb-list .quickview_handler {
    display: none !important;
  }
  .products-list .product-item .product-item-inner {
    padding: 10px;
  }
  .product-items-grid .product-item .product-item-inner .product-thumb .product-item-actions .btn-action {
    float: none;
  }
  .product-items-grid .product-item .product-item-inner .product-thumb .product-item-actions .btn-action.quickview_handler {
    display: none!important;
  }
  .col2-right-layout .col-main,
  .col2-right-layout .sidebar {
    display: inline-block;
    width: 100%;
  }
  .col2-right-layout .col-right.sidebar {
    margin-top: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .products-list .product-item .product-item-inner .product-thumb-list {
    width: 180px;
  }
  .products-list .product-item .product-item-inner .product-info-list {
    margin-left: 200px;
  }
  .toolbar .toolbar-inner .sortby-limiter {
    float: none;
    width: 100%;
    clear: both;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ebebeb;
  }
  /*==Detail 1==*/
  /*==Detail 2, 3==*/
}
@media (max-width: 640px) {
  /*==Popup Newsletter==*/
  /*==Blog==*/
}
@media (max-width: 479px) {
  .toolbar .toolbar-inner .pager {
    margin-left: 0;
  }
  .searchResult-list .product-item .product-item-inner .product-thumb-list {
    width: 100%;
  }
  .searchResult-list .product-item .product-item-inner .product-thumb-list a {
    display: block;
  }
  .searchResult-list .product-item .product-item-inner .product-thumb-list a img {
    width: 100%;
  }
  .searchResult-list .product-item .product-item-inner .product-info-list {
    margin: 0;
    padding: 10px 0;
    clear: both;
  }
  .searchResult-list .product-item .product-item-inner .product-info-list .actions .btn-action.btn-warenkorb {
    width: 145px;
  }
  .static-image-sidebar img {
    width: 100%;
  }
  /*==Detail 1==*/
  /*==Detail 2, 3==*/
}
/*menu ip*/
#shop_mommenu {
  position: absolute;
  left: 50px;
  top: 3px;
  z-index: 9;
}
#shop_mommenu .btn2 {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 28px;
  display: none;
  color: #fff;
  cursor: pointer;
}
.header-style-3 #shop_mommenu .btn2 {
  color: #f6692a;
}
#shop_mommenu .btn2.leftsidebar,
#shop_mommenu .btn2.rightsidebar {
  display: none;
}
#shop_mommenu .overlay {
  background: #000 ;
  bottom: 0;
  content: "";
  cursor: pointer;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.2;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9998;
}
@media (max-width: 991px) {
  #rightMenuWrap {
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    padding: 15px;
    bottom: 0;
    background: white;
    Z-index: 9999;
    overflow: auto;
    height: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  #rightMenuWrap.active {
    right: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
  #rightMenuWrap .shop-col-inner {
    padding: 0px 0 50px;
  }
  #leftMenuWrap {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    padding: 15px;
    bottom: 0;
    background: white;
    Z-index: 9999;
    overflow: auto;
    height: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  #leftMenuWrap.active {
    left: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
  #leftMenuWrap .ytech-col-inner {
    padding: 30px 0 50px;
  }
}







/*
 * Note that this is toastr v2.1.3, the "latest" version in url has no more maintenance,
 * please go to https://cdnjs.com/libraries/toastr.js and pick a certain version you want to use,
 * make sure you copy the url from the website since the url may change between versions.
 * */
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px ; /*15px 15px 50px;*/
  width: 400px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  /*background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;*/
}
#toast-container > .toast-error {
  /*background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;*/
}
#toast-container > .toast-success {
  /*background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;*/
}
#toast-container > .toast-warning {
  /*background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;*/
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
.preloader {
    background: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 100%;
    z-index: 1;
    opacity: .8;
}

    .preloader.full-preloader {
        position: fixed;
        z-index: 2000;
    }

        .preloader.full-preloader .preloader-animation {
            position: absolute;
            /* top: calc(50% - 3.25em);*/
            top: 10%;
            left: calc(50% - 3.25em);
        }

.preloader-container {
    position: absolute;
    /* top: calc(50% - 3.25em);*/
    top: 10%;
    text-align: center;
    width: 100%;
}


.preloader-animation div {
    background-color: #21DEAB;

}

.preloader-animation>div:nth-child(2n-1) {
    -webkit-animation-delay: -.35s!important;
    animation-delay: -.35s!important;
}

@-webkit-keyframes ball-beat{
    50%{
        opacity:.2;
        -webkit-transform:scale(.75);
        transform:scale(.75)
    }
    100%{
        opacity:1;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ball-beat{
    50%{
        opacity:.2;
        -webkit-transform:scale(.75);
        transform:scale(.75)
    }
    100%{
        opacity:1;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
.preloader-animation>div {
    background-color: #ff8a00;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    display: inline-block;
    -webkit-animation: ball-beat .7s 0s infinite linear;
    animation: ball-beat .7s 0s infinite linear;
}
.mini-50-block .mini-50-block-product .product-item-inner .btn-action.btn-warenkorb.Event-Checkout:before {
    content: '\f274';
}
.mini-50-block .mini-50-block-product .product-item-inner .btn-action.btn-warenkorb.Event-Checkout {
     background-color: #ff3800;
     border: 1px solid #ff3800;
}
.wishlist-groups li{background-color: #F0F2F2; margin-bottom:10px; padding:5px}
.wishlist-groups li:hover{background-color: #ddd;cursor:pointer }
.wishlist-groups li.on{background-color: #999;cursor:pointer; color: #fff; }