/*
*	Universal E-Commerce Template
*/
@import url("europa.css");
/*$font-family-base: Lato, 'Roboto Condensed', Helvetica, Arial, sans-serif;*/
/*rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
/*$product-card-details-height: 6em;*/
/*$nav-collapse: 1340px;*/
.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  padding: 13px 0 !important;
  border: 1px solid #f3f3f3;
  background-color: #ffffff;
  -webkit-box-shadow: 0 13px 15px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 13px 15px -5px rgba(0, 0, 0, 0.2);
}
.sub-menu > li {
  display: block;
  position: relative;
}
.sub-menu > li > a {
  display: block;
  padding: 4px 20px;
  white-space: nowrap;
  text-transform: unset !important;
  font-size: 14px;
  font-weight: 400 !important;
}
.sub-menu > li.has-children > a::after {
  display: inline-block;
  margin-top: -3px;
  margin-left: 8px;
  font-family: "Font Awesome 5 Pro";
  font-size: 0.9em;
  content: "\f054";
  vertical-align: middle;
}
.sub-menu > li.has-children > .sub-menu {
  top: -2px;
  left: 100%;
  margin-top: -12px !important;
  margin-left: -15px;
}
.sub-menu > li.has-children:hover > .sub-menu {
  display: block;
  -webkit-animation: slideRight 0.35s;
          animation: slideRight 0.35s;
}
.p-0.sub-menu {
  padding: 0 !important;
}

.mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 15px 10px 10px 10px !important;
  border: 1px solid #f3f3f3;
  background-color: #ffffff;
  -webkit-box-shadow: 0 13px 15px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 13px 15px -5px rgba(0, 0, 0, 0.2);
}
.mega-menu div > li {
  display: block;
  margin-bottom: 5px;
  vertical-align: top;
}
.mega-menu div > li:last-child {
  padding-right: 40px !important;
}
.mega-menu div > li:first-child {
  border: 0;
}
.mega-menu div > li > .mega-menu-title {
  display: block;
  padding-right: 20px;
  padding-bottom: 0px;
  color: #000000;
  font-size: 17px;
  font-weight: 700;
}
.mega-menu div > li .mega-menu-title {
  line-height: 1.2em;
  margin-bottom: 4px;
  font-size: 15px;
  white-space: nowrap;
}
.mega-menu div > li a {
  display: block;
  padding: 0px;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  line-height: 1.6em;
}
.mega-menu div > li a .miniimage {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
  width: 30px;
  height: 30px;
}
.mega-menu div > li.banner-column {
  position: relative;
  padding: 25px !important;
  border: 1px solid red;
}
.mega-menu div > li.banner-column > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mega-menu .widget {
  padding: 0;
  border: 0;
}
.mega-menu .widget > ul > li {
  margin-bottom: 0;
}
.mega-menu .widget > ul > li:first-child {
  margin-top: 0;
}

.slideable-menu {
  position: relative;
  margin-right: -30px;
  margin-left: -30px;
  border-top: 1px solid #f3f3f3;
  overflow: hidden;
}
.slideable-menu ul {
  margin: 0;
  padding: 0;
}
.slideable-menu .menu {
  display: block;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.slideable-menu .menu.off-view {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.slideable-menu .menu.in-view {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideable-menu .menu li {
  display: block;
}
.slideable-menu .menu li a:not(.btn) {
  /* Styles */
  display: block;
  padding: 15px 20px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  border-bottom: 1px solid #f3f3f3;
  border-left: 2px solid transparent;
  color: #000000;
  font-size: 16px;
  /*font-weight: $sub-menu-link-font-weight !important;*/
  font-weight: 800 !important;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  text-decoration: none;
}
.slideable-menu .menu li a:not(.btn):hover {
  color: #d40037;
}
.slideable-menu .menu li.active > a, .slideable-menu .menu li.active > span > a {
  border-left-color: #d40037;
  color: #d40037;
}
.slideable-menu .menu li.has-children > span {
  display: block;
  position: relative;
  width: 100%;
}
.slideable-menu .menu li.has-children .sub-menu-toggle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  height: calc(100% - 1px);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-left: 1px solid #f3f3f3;
  color: #000000 !important;
  cursor: pointer;
  z-index: 1;
}
.slideable-menu .menu li.has-children .sub-menu-toggle::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -11px;
  font-family: "Font Awesome 5 Pro";
  font-size: 22px;
  line-height: 1;
  text-align: center;
  content: "\f054";
}
.slideable-menu .menu li.has-children .sub-menu-toggle:hover {
  background-color: #f5f5f5;
}
.slideable-menu .menu li.has-children .slideable-submenu {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: auto;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.slideable-menu .menu li.has-children .slideable-submenu.in-view {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideable-menu .menu li.has-children .slideable-submenu.off-view {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.slideable-menu .menu li.back-btn > a {
  background-color: #f5f5f5;
}
.slideable-menu .menu li.back-btn > a:hover {
  color: #000000;
}
.slideable-menu .menu li.back-btn > a::before {
  display: inline-block;
  margin-right: 12px;
  font-family: "Font Awesome 5 Pro";
  font-size: 22px;
  line-height: 1;
  content: "\f053";
  vertical-align: middle;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes slideUpLong {
  0% {
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes slideUpLong {
  0% {
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translate3d(-15px, 0, 0);
            transform: translate3d(-15px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    -webkit-transform: translate3d(-15px, 0, 0);
            transform: translate3d(-15px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.dropzone {
  border: 1;
  background-color: white;
  border: 1px solid #e0e0e0;
  -webkit-transition: border-color 300ms, background-color 300ms;
  transition: border-color 300ms, background-color 300ms;
  min-height: 50px;
  position: relative;
}
.dropzone:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f22a";
  font-size: 2rem;
  color: #606060;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.dropzone .dz-preview.dz-file-preview .dz-image, .dropzone .dz-preview.dz-image-preview .dz-image {
  border-radius: 0px;
}
.dropzone .dz-preview .dz-details {
  display: none;
}
.dropzone .dz-preview .dz-image {
  width: inherit;
  height: inherit;
}
.dropzone .dz-preview .dz-remove {
  position: absolute;
  top: -3px;
  right: -4px;
  z-index: 20;
  font-size: 0;
  width: 22px;
  height: 22px;
  background-color: #ef0505;
  border-radius: 50%;
  border: 2px solid #ffffff;
  text-decoration: none;
}
.dropzone .dz-preview .dz-remove:hover {
  background-color: #d60404;
  text-decoration: none;
}
.dropzone .dz-preview .dz-remove:before {
  content: "\f00d";
  font-size: 0.8rem;
  font-family: "Font Awesome 5 Pro";
  color: #ffffff;
  font-weight: normal;
  line-height: 19px;
  padding: 0;
  text-decoration: none;
}
.dropzone .dz-message {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.dropzone .dz-message span {
  font-size: 1.2rem;
  color: #868686;
  display: inline-block;
  border-radius: 0px;
  -webkit-transition: color 300ms, 300ms, -webkit-box-shadow;
  transition: color 300ms, 300ms, -webkit-box-shadow;
  transition: color 300ms, box-shadow, 300ms;
  transition: color 300ms, box-shadow, 300ms, -webkit-box-shadow;
  padding: 0.5rem 1.4rem 0.8rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
}
.dropzone .dz-message span:before {
  content: "\f21e";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.6rem;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 0.8rem;
}
.dropzone:hover .dz-message span {
  color: #606060;
}
.dropzone:hover, .dropzone.dz-drag-hover {
  background-color: #fafafa;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0;
}
.dropzone.dz-drag-hover:before {
  opacity: 1;
}

html * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-position: center;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  color: #606060;
  font-family: "Europa", sans-serif, Helvetica, Arial;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
  text-transform: none;
}

a {
  color: #d40037;
  text-decoration: none;
}
a:hover {
  color: #d40037;
  text-decoration: none;
}
a:focus {
  outline: none;
}

.iconlink i {
  font-size: 0.9em;
  padding-right: 8px;
}

.small, small {
  font-size: 80%;
}

.navi-link,
.navi-link-light {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #000000;
  text-decoration: none;
}
.navi-link:hover,
.navi-link-light:hover {
  color: #d40037 !important;
}

.navi-link-light {
  color: #ffffff;
}

.navi-link i {
  font-size: 0.9em;
  padding-left: 4px;
}

img,
figure {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg {
  max-width: 100%;
}

/* Responsive iframes */
iframe {
  width: 100%;
}

/* Box Model */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

hr {
  margin: 0;
  border: 0;
  border-top: 1px solid #f3f3f3;
}
hr.hr-light {
  border-top-color: rgba(255, 255, 255, 0.14);
}

pre {
  display: block;
  padding: 15px;
  border: 1px solid #f3f3f3;
  border-radius: 0px;
  background-color: #f5f5f5;
}

::-moz-selection {
  background: #404040;
  color: #ffffff;
}

::selection {
  background: #404040;
  color: #ffffff;
}

::-moz-selection {
  background: #404040;
  color: #ffffff;
}

figure {
  position: relative;
  margin: 0;
}
figure figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 6px;
  font-size: 13px;
}

/* Bootstrap Overrides */
@media (min-width: 1200px) {
  .container {
    width: 1170px;
    max-width: 1170px;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.container-fluid {
  max-width: 1536px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media (max-width: 1200px) {
  .container-fluid {
    padding: 0 15px;
  }
}

.container-full {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 1200px) {
  .container-full {
    padding: 0 15px;
  }
}

.modal-backdrop {
  background-color: #f3f3f3;
}

.modal-backdrop.show {
  opacity: 0.3;
}

#spinner-modal .modal-content {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#spinner-modal .modal-body {
  border: none;
}

.row.no-pad {
  margin-right: -1px;
  margin-left: -1px;
}

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

[class*=col-] {
  padding: 0 7px;
}

.row {
  margin: 0 -7px;
}

div[class^=col-]:not(:first-child) {
  padding-left: 7px;
}

div[class^=col-]:not(:last-child) {
  padding-right: 7px;
}

/*@media (min-width: 768px) {
    .order-md-1 {
        -ms-flex-order:unset;
        order: unset;
    }
}
@media (min-width: 769px) {
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

}
*/
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  vertical-align: middle;
}

.close {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  border: 0;
  background: 0;
  color: #606060;
  font-family: sans-serif;
  font-size: 16px;
  cursor: pointer;
}
.close:hover {
  opacity: 0.6;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-static {
  position: static !important;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.w-20 {
  width: 20px !important;
}

.w-50 {
  width: 50px !important;
}

.w-60 {
  width: 60px !important;
}

.w-70 {
  width: 70px !important;
}

.w-80 {
  width: 80px !important;
}

.w-90 {
  width: 90px !important;
}

.w-110 {
  width: 110px !important;
}

.w-150 {
  width: 150px !important;
}

.w-200 {
  width: 200px !important;
}

.w-250 {
  width: 250px !important;
}

.w-270 {
  width: 270px !important;
}

.w-300 {
  width: 300px !important;
}

.w-400 {
  width: 400px !important;
}

.mh-50 {
  min-height: 50px !important;
}

.mh-60 {
  min-height: 60px !important;
}

.mh-70 {
  min-height: 70px !important;
}

.mh-80 {
  min-height: 80px !important;
}

.mh-100 {
  min-height: 100px !important;
}

.mh-125 {
  min-height: 125px !important;
}

.mh-150 {
  min-height: 150px !important;
}

.mh-175 {
  min-height: 175px !important;
}

.mh-200 {
  min-height: 200px !important;
}

.mh-250 {
  min-height: 250px !important;
}

.mh-270 {
  min-height: 270px !important;
}

.mh-300 {
  min-height: 300px !important;
}

.mh-350 {
  min-height: 350px !important;
}

.mh-400 {
  min-height: 400px !important;
}

.mh-450 {
  min-height: 450px !important;
}

.mh-500 {
  min-height: 500px !important;
}

.mxh-100 {
  max-height: 100px !important;
}

.mxh-125 {
  max-height: 125px !important;
}

.mxh-150 {
  max-height: 150px !important;
}

.mxh-175 {
  max-height: 175px !important;
}

.mxh-200 {
  max-height: 200px !important;
}

.mxh-250 {
  max-height: 250px !important;
}

.mxh-270 {
  max-height: 270px !important;
}

.mxh-300 {
  max-height: 300px !important;
}

.mxh-350 {
  max-height: 350px !important;
}

.mxh-400 {
  max-height: 400px !important;
}

.mxh-450 {
  max-height: 450px !important;
}

.mxh-500 {
  max-height: 500px !important;
}

.h-100 {
  height: 100px !important;
}

.h-125 {
  height: 125px !important;
}

.h-150 {
  height: 150px !important;
}

.h-175 {
  height: 175px !important;
}

.h-200 {
  height: 200px !important;
}

.h-250 {
  height: 250px !important;
}

.h-270 {
  height: 270px !important;
}

.h-300 {
  height: 300px !important;
}

.h-350 {
  height: 350px !important;
}

.h-400 {
  height: 400px !important;
}

.h-450 {
  height: 450px !important;
}

.h-500 {
  height: 500px !important;
}

.no-wrap {
  white-space: nowrap;
}

.img-thumbnail {
  padding: 5px !important;
  border: 2px solid #f3f3f3;
  border-radius: 0;
  background-color: #ffffff;
}
.img-thumbnail.rounded-circle {
  border-radius: 50%;
}

.border-default {
  border: 1px solid #f3f3f3;
}
.border-default.border-light {
  border-color: rgba(255, 255, 255, 0.14);
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.rounded {
  border-radius: 0px;
}

.rounded-top {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.rounded-right {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.rounded-bottom {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.rounded-left {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-circle {
  border-radius: 50%;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-bottom-0 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-left-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.box-shadow {
  -webkit-box-shadow: 0 7px 22px -5px rgba(54, 54, 54, 0.2);
          box-shadow: 0 7px 22px -5px rgba(54, 54, 54, 0.2);
}

.img-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

[class^=col-] .img-cover {
  left: 15px;
  width: calc(100% - 30px);
}

.opacity-100 {
  opacity: 1 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-15 {
  opacity: 0.15 !important;
}

.i-width-100 {
  display: inline-block;
  width: 100px !important;
}

.i-width-150 {
  display: inline-block;
  width: 150px !important;
}

.i-width-200 {
  display: inline-block;
  width: 200px !important;
}

.i-width-400 {
  display: inline-block;
  width: 400px !important;
}

.float-right {
  float: right;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-muted {
  color: #999999 !important;
}

.text-primary {
  color: #d40037 !important;
}

.text-primary2 {
  color: #b2d1e6 !important;
}

.text-secondary {
  color: #f5f5f5 !important;
}

.text-info {
  color: #93c4ef !important;
}

.text-warning {
  color: #f8c313 !important;
}

.text-success {
  color: #a7c04d !important;
}

.text-danger {
  color: #ef0505 !important;
}

.text-black {
  color: #000000;
}

.text-gray-dark,
.text-dark {
  color: #404040 !important;
}

.text-gray-light {
  color: #dfdfdf !important;
}

.text-body {
  color: #606060 !important;
}

.text-light,
.text-white {
  color: #ffffff !important;
}

.text-highlighted {
  background-color: #fff8b0 !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-crossed {
  text-decoration: line-through !important;
}

.text-shadow {
  text-shadow: 0 1px rgba(0, 0, 0, 0.5) !important;
}

.text-bold {
  font-weight: bold !important;
}

.text-medium {
  font-weight: 700 !important;
}

.text-normal {
  font-weight: normal !important;
}

.text-thin {
  font-weight: 300 !important;
}

.text-uppercase {
  letter-spacing: 0.025em;
}

.bg-primary {
  background-color: #d40037 !important;
}

.bg-secondary {
  background-color: #f5f5f5 !important;
}

.bg-success {
  background-color: #a7c04d !important;
}

.bg-info {
  background-color: #93c4ef !important;
}

.bg-warning {
  background-color: #f8c313 !important;
}

.bg-danger {
  background-color: #ef0505 !important;
}

.bg-inverse {
  background-color: #404040 !important;
}

.bg-faded {
  background-color: #f5f5f5 !important;
}

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

.bg-white {
  background-color: #ffffff !important;
}

.bg-gray-light {
  background-color: #f3f3f3;
}

.bg-status-1 {
  background-color: #fb9f00 !important;
}

.bg-status-2 {
  background-color: #009ecb !important;
}

.bg-status-3 {
  background-color: #303133 !important;
}

.bg-status-4 {
  background-color: #7aab01 !important;
}

.bg-status-5 {
  background-color: #006300 !important;
}

.bg-status-6 {
  background-color: #aa002d !important;
}

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

.bg-repeat {
  background-repeat: repeat;
}

.bg-center {
  background-position: center;
}

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

.border-primary {
  border-color: #d40037 !important;
}

.border-success {
  border-color: #a7c04d !important;
}

.border-info {
  border-color: #93c4ef !important;
}

.border-warning {
  border-color: #f8c313 !important;
}

.border-danger {
  border-color: #ef0505 !important;
}

.border-secondary {
  border-color: #f5f5f5 !important;
}

.border-dark {
  border-color: #404040 !important;
}

.padding-top-1x {
  padding-top: 12px !important;
}
@media (max-width: 768px) {
  .padding-top-1x {
    padding-top: 8px !important;
  }
}

.padding-top-2x {
  padding-top: 24px !important;
}
@media (max-width: 768px) {
  .padding-top-2x {
    padding-top: 16px !important;
  }
}

.padding-top-3x {
  padding-top: 36px !important;
}
@media (max-width: 768px) {
  .padding-top-3x {
    padding-top: 24px !important;
  }
}

.padding-top-4x {
  padding-top: 48px !important;
}
@media (max-width: 768px) {
  .padding-top-4x {
    padding-top: 32px !important;
  }
}

.padding-top-5x {
  padding-top: 60px !important;
}
@media (max-width: 768px) {
  .padding-top-5x {
    padding-top: 40px !important;
  }
}

.padding-top-6x {
  padding-top: 72px !important;
}
@media (max-width: 768px) {
  .padding-top-6x {
    padding-top: 48px !important;
  }
}

.padding-top-7x {
  padding-top: 84px !important;
}
@media (max-width: 768px) {
  .padding-top-7x {
    padding-top: 56px !important;
  }
}

.padding-top-8x {
  padding-top: 96px !important;
}
@media (max-width: 768px) {
  .padding-top-8x {
    padding-top: 64px !important;
  }
}

.padding-top-9x {
  padding-top: 108px !important;
}
@media (max-width: 768px) {
  .padding-top-9x {
    padding-top: 72px !important;
  }
}

.padding-top-10x {
  padding-top: 120px !important;
}
@media (max-width: 768px) {
  .padding-top-10x {
    padding-top: 80px !important;
  }
}

.padding-bottom-1x {
  padding-bottom: 12px !important;
}
@media (max-width: 768px) {
  .padding-bottom-1x {
    padding-bottom: 8px !important;
  }
}

.padding-bottom-2x {
  padding-bottom: 24px !important;
}
@media (max-width: 768px) {
  .padding-bottom-2x {
    padding-bottom: 16px !important;
  }
}

.padding-bottom-3x {
  padding-bottom: 36px !important;
}
@media (max-width: 768px) {
  .padding-bottom-3x {
    padding-bottom: 24px !important;
  }
}

.padding-bottom-4x {
  padding-bottom: 48px !important;
}
@media (max-width: 768px) {
  .padding-bottom-4x {
    padding-bottom: 32px !important;
  }
}

.padding-bottom-5x {
  padding-bottom: 60px !important;
}
@media (max-width: 768px) {
  .padding-bottom-5x {
    padding-bottom: 40px !important;
  }
}

.padding-bottom-6x {
  padding-bottom: 72px !important;
}
@media (max-width: 768px) {
  .padding-bottom-6x {
    padding-bottom: 48px !important;
  }
}

.padding-bottom-7x {
  padding-bottom: 84px !important;
}
@media (max-width: 768px) {
  .padding-bottom-7x {
    padding-bottom: 56px !important;
  }
}

.padding-bottom-8x {
  padding-bottom: 96px !important;
}
@media (max-width: 768px) {
  .padding-bottom-8x {
    padding-bottom: 64px !important;
  }
}

.padding-bottom-9x {
  padding-bottom: 108px !important;
}
@media (max-width: 768px) {
  .padding-bottom-9x {
    padding-bottom: 72px !important;
  }
}

.padding-bottom-10x {
  padding-bottom: 120px !important;
}
@media (max-width: 768px) {
  .padding-bottom-10x {
    padding-bottom: 80px !important;
  }
}

.padding-right-1x {
  padding-right: 12px !important;
}
@media (max-width: 768px) {
  .padding-right-1x {
    padding-right: 8px !important;
  }
}

.padding-right-2x {
  padding-right: 24px !important;
}
@media (max-width: 768px) {
  .padding-right-2x {
    padding-right: 16px !important;
  }
}

.padding-right-3x {
  padding-right: 36px !important;
}
@media (max-width: 768px) {
  .padding-right-3x {
    padding-right: 24px !important;
  }
}

.padding-right-4x {
  padding-right: 48px !important;
}
@media (max-width: 768px) {
  .padding-right-4x {
    padding-right: 32px !important;
  }
}

.padding-right-5x {
  padding-right: 60px !important;
}
@media (max-width: 768px) {
  .padding-right-5x {
    padding-right: 40px !important;
  }
}

.padding-right-6x {
  padding-right: 72px !important;
}
@media (max-width: 768px) {
  .padding-right-6x {
    padding-right: 48px !important;
  }
}

.padding-right-7x {
  padding-right: 84px !important;
}
@media (max-width: 768px) {
  .padding-right-7x {
    padding-right: 56px !important;
  }
}

.padding-right-8x {
  padding-right: 96px !important;
}
@media (max-width: 768px) {
  .padding-right-8x {
    padding-right: 64px !important;
  }
}

.padding-right-9x {
  padding-right: 108px !important;
}
@media (max-width: 768px) {
  .padding-right-9x {
    padding-right: 72px !important;
  }
}

.padding-right-10x {
  padding-right: 120px !important;
}
@media (max-width: 768px) {
  .padding-right-10x {
    padding-right: 80px !important;
  }
}

.margin-top-1x {
  margin-top: 12px !important;
}
@media (max-width: 768px) {
  .margin-top-1x {
    margin-top: 8px !important;
  }
}

.margin-top-2x {
  margin-top: 24px !important;
}
@media (max-width: 768px) {
  .margin-top-2x {
    margin-top: 16px !important;
  }
}

.margin-top-3x {
  margin-top: 36px !important;
}
@media (max-width: 768px) {
  .margin-top-3x {
    margin-top: 24px !important;
  }
}

.margin-top-4x {
  margin-top: 48px !important;
}
@media (max-width: 768px) {
  .margin-top-4x {
    margin-top: 32px !important;
  }
}

.margin-top-5x {
  margin-top: 60px !important;
}
@media (max-width: 768px) {
  .margin-top-5x {
    margin-top: 40px !important;
  }
}

.margin-top-6x {
  margin-top: 72px !important;
}
@media (max-width: 768px) {
  .margin-top-6x {
    margin-top: 48px !important;
  }
}

.margin-top-7x {
  margin-top: 84px !important;
}
@media (max-width: 768px) {
  .margin-top-7x {
    margin-top: 56px !important;
  }
}

.margin-top-8x {
  margin-top: 96px !important;
}
@media (max-width: 768px) {
  .margin-top-8x {
    margin-top: 64px !important;
  }
}

.margin-top-9x {
  margin-top: 108px !important;
}
@media (max-width: 768px) {
  .margin-top-9x {
    margin-top: 72px !important;
  }
}

.margin-top-10x {
  margin-top: 120px !important;
}
@media (max-width: 768px) {
  .margin-top-10x {
    margin-top: 80px !important;
  }
}

.margin-bottom-1x {
  margin-bottom: 12px !important;
}
@media (max-width: 768px) {
  .margin-bottom-1x {
    margin-bottom: 8px !important;
  }
}

.margin-bottom-2x {
  margin-bottom: 24px !important;
}
@media (max-width: 768px) {
  .margin-bottom-2x {
    margin-bottom: 16px !important;
  }
}

.margin-bottom-3x {
  margin-bottom: 36px !important;
}
@media (max-width: 768px) {
  .margin-bottom-3x {
    margin-bottom: 24px !important;
  }
}

.margin-bottom-4x {
  margin-bottom: 48px !important;
}
@media (max-width: 768px) {
  .margin-bottom-4x {
    margin-bottom: 32px !important;
  }
}

.margin-bottom-5x {
  margin-bottom: 60px !important;
}
@media (max-width: 768px) {
  .margin-bottom-5x {
    margin-bottom: 40px !important;
  }
}

.margin-bottom-6x {
  margin-bottom: 72px !important;
}
@media (max-width: 768px) {
  .margin-bottom-6x {
    margin-bottom: 48px !important;
  }
}

.margin-bottom-7x {
  margin-bottom: 84px !important;
}
@media (max-width: 768px) {
  .margin-bottom-7x {
    margin-bottom: 56px !important;
  }
}

.margin-bottom-8x {
  margin-bottom: 96px !important;
}
@media (max-width: 768px) {
  .margin-bottom-8x {
    margin-bottom: 64px !important;
  }
}

.margin-bottom-9x {
  margin-bottom: 108px !important;
}
@media (max-width: 768px) {
  .margin-bottom-9x {
    margin-bottom: 72px !important;
  }
}

.margin-bottom-10x {
  margin-bottom: 120px !important;
}
@media (max-width: 768px) {
  .margin-bottom-10x {
    margin-bottom: 80px !important;
  }
}

.margin-right-1x {
  margin-right: 12px !important;
}
@media (max-width: 768px) {
  .margin-right-1x {
    margin-right: 8px !important;
  }
}

.margin-right-2x {
  margin-right: 24px !important;
}
@media (max-width: 768px) {
  .margin-right-2x {
    margin-right: 16px !important;
  }
}

.margin-right-3x {
  margin-right: 36px !important;
}
@media (max-width: 768px) {
  .margin-right-3x {
    margin-right: 24px !important;
  }
}

.margin-right-4x {
  margin-right: 48px !important;
}
@media (max-width: 768px) {
  .margin-right-4x {
    margin-right: 32px !important;
  }
}

.margin-right-5x {
  margin-right: 60px !important;
}
@media (max-width: 768px) {
  .margin-right-5x {
    margin-right: 40px !important;
  }
}

.margin-right-6x {
  margin-right: 72px !important;
}
@media (max-width: 768px) {
  .margin-right-6x {
    margin-right: 48px !important;
  }
}

.margin-right-7x {
  margin-right: 84px !important;
}
@media (max-width: 768px) {
  .margin-right-7x {
    margin-right: 56px !important;
  }
}

.margin-right-8x {
  margin-right: 96px !important;
}
@media (max-width: 768px) {
  .margin-right-8x {
    margin-right: 64px !important;
  }
}

.margin-right-9x {
  margin-right: 108px !important;
}
@media (max-width: 768px) {
  .margin-right-9x {
    margin-right: 72px !important;
  }
}

.margin-right-10x {
  margin-right: 120px !important;
}
@media (max-width: 768px) {
  .margin-right-10x {
    margin-right: 80px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.margin-top-none {
  margin-top: 0 !important;
}

.margin-bottom-none {
  margin-bottom: 0 !important;
}

.padding-top-none {
  padding-top: 0 !important;
}

.padding-bottom-none {
  padding-bottom: 0 !important;
}

.margin-right-none {
  margin-right: 0 !important;
}

.margin-left-none {
  margin-left: 0 !important;
}

.padding-right-none {
  padding-right: 0 !important;
}

.padding-left-none {
  padding-left: 0 !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}
@media (max-width: 1340px) {
  .hidden-xl-down {
    display: none !important;
  }
}
.d-inline-block img {
  width: 100%;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  letter-spacing: initial;
  margin: 0;
  color: #404040;
  font-family: inherit;
  font-style: normal;
  text-transform: none;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
  display: block;
  padding-top: 3px;
  color: #999999;
}

h1, .h1 {
  margin-bottom: 24px;
  font-size: 35px;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 768px) {
  h1, .h1 {
    font-size: 30px;
  }
}

h2, .h2 {
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.25;
}
@media (max-width: 768px) {
  h2, .h2 {
    font-size: 26px;
  }
}

h3, .h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
}
@media (max-width: 768px) {
  h3, .h3 {
    font-size: 22px;
  }
}

h4, .h4 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

h5, .h5 {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}

h6, .h6 {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.display-1, .display-2,
.display-3, .display-4 {
  font-weight: 300;
  line-height: 1.15;
}

.display-1 {
  font-size: 67px;
}
@media (max-width: 576px) {
  .display-1 {
    font-size: 53px;
  }
}

.display-2 {
  font-size: 56px;
}
@media (max-width: 576px) {
  .display-2 {
    font-size: 39px;
  }
}

.display-3 {
  font-size: 46px;
}
@media (max-width: 576px) {
  .display-3 {
    font-size: 39px;
  }
}

.display-4 {
  font-size: 37px;
}
@media (max-width: 576px) {
  .display-4 {
    font-size: 33px;
  }
}

.display-404 {
  color: #ffffff;
  font-size: 345px;
  font-weight: 900;
  line-height: 1.12;
  text-shadow: 12px 12px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .display-404 {
    font-size: 280px;
  }
}
@media (max-width: 768px) {
  .display-404 {
    font-size: 200px;
  }
}
@media (max-width: 576px) {
  .display-404 {
    font-size: 135px;
  }
}

* {
  letter-spacing: initial;
}

p {
  margin: 0 0 15px;
}

.lead {
  font-size: 16px;
  font-weight: 600;
}

.text-sm {
  font-size: 13px;
}

.text-xs {
  font-size: 12px;
}

.text-xxs {
  font-size: 12px;
}

strong {
  font-weight: 700;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 8px;
  padding-left: 18px;
  line-height: 1.8;
}
ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0;
}

li.media {
  line-height: 1.5;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.list-icon {
  padding: 0;
  list-style: none;
}
.list-icon > li {
  position: relative;
  margin-bottom: 3px;
  padding-left: 22px;
}
.list-icon > li > i {
  display: block;
  position: absolute;
  left: 0;
  margin-top: 1px;
  margin-right: 10px;
  line-height: inherit;
}
.list-icon.text-lg > li {
  padding-left: 25px;
}
.list-icon.text-sm > li {
  padding-left: 18px;
}
.list-icon.lead > li {
  padding-left: 26px;
}

dl {
  margin-top: 0;
  margin-bottom: 8px;
}

dt, dd {
  line-height: 1.5;
}

dt {
  padding-top: 4px;
  border-top: 1px solid #f3f3f3;
  color: #404040;
  font-weight: 500;
}
dt:first-child {
  padding-top: 0;
  border: 0;
}

dd {
  margin-top: 3px;
  margin-bottom: 15px;
  margin-left: 0;
  color: #999999;
}

blockquote {
  position: relative;
  margin: 0;
  margin-bottom: 12px;
  padding: 6px 0 6px 25px;
  border-left: 5px solid #f3f3f3;
  color: #606060;
  font-size: 16px;
  font-weight: 300;
}
blockquote cite {
  display: block;
  margin-top: 4px;
  color: #999999;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
}
blockquote cite::before {
  display: inline-block;
  width: 20px;
  height: 1px;
  margin-right: 9px;
  background-color: #999999;
  content: "";
  vertical-align: middle;
}
blockquote p {
  margin-bottom: 0;
}
blockquote.blockquote-reverse {
  padding: 6px 25px 6px 0;
  border-right: 5px solid #f3f3f3;
  border-left: 0;
  text-align: right;
}

kbd {
  background-color: #404040;
}

mark {
  color: #404040;
}

.form-control {
  border: 1px solid #dcdcdc;
  border-radius: 0px;
  background-color: #ffffff;
  color: #606060;
  font-family: "Europa", sans-serif, Helvetica, Arial;
  font-size: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-control:not(textarea) {
  height: 46px;
}
.form-control::-moz-placeholder {
  color: #606060;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #606060;
}
.form-control::-webkit-input-placeholder {
  color: #606060;
}
.form-control:focus {
  border: 1px solid #d40037;
  outline: none;
  color: #606060;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.form-control[type=color] {
  padding-bottom: 0 !important;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #f5f5f5;
  color: #999999;
  cursor: not-allowed;
}
.form-control:disabled::-moz-placeholder, .form-control[readonly]::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:disabled:-ms-input-placeholder, .form-control[readonly]:-ms-input-placeholder {
  color: #999999;
}
.form-control:disabled::-webkit-input-placeholder, .form-control[readonly]::-webkit-input-placeholder {
  color: #999999;
}
.form-control.form-border-bottom {
  border-right: none !important;
  border-top: none !important;
  border-left: none !important;
}

textarea.form-control {
  padding-top: 12px;
  padding-bottom: 12px;
}

select.form-control {
  padding-right: 38px;
  background-position: center right 17px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI5Mi4zNjIgMjkyLjM2MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjkyLjM2MiAyOTIuMzYyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTI4Ni45MzUsNjkuMzc3Yy0zLjYxNC0zLjYxNy03Ljg5OC01LjQyNC0xMi44NDgtNS40MjRIMTguMjc0Yy00Ljk1MiwwLTkuMjMzLDEuODA3LTEyLjg1LDUuNDI0ICAgQzEuODA3LDcyLjk5OCwwLDc3LjI3OSwwLDgyLjIyOGMwLDQuOTQ4LDEuODA3LDkuMjI5LDUuNDI0LDEyLjg0N2wxMjcuOTA3LDEyNy45MDdjMy42MjEsMy42MTcsNy45MDIsNS40MjgsMTIuODUsNS40MjggICBzOS4yMzMtMS44MTEsMTIuODQ3LTUuNDI4TDI4Ni45MzUsOTUuMDc0YzMuNjEzLTMuNjE3LDUuNDI3LTcuODk4LDUuNDI3LTEyLjg0N0MyOTIuMzYyLDc3LjI3OSwyOTAuNTQ4LDcyLjk5OCwyODYuOTM1LDY5LjM3N3oiIGZpbGw9IiM2MDYwNjAiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-size: 9px 9px;
}
select.form-control:not([size]):not([multiple]) {
  height: 46px;
}

.form-group {
  margin-bottom: 10px !important;
}
.form-group label {
  margin-bottom: 7px;
  padding-left: 2px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  cursor: pointer;
}
.form-group label.col-form-label {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
  margin-bottom: 0;
}
.form-group.mb-0 {
  margin-bottom: 0 !important;
}

.form-control-lg {
  border-radius: 0px;
  font-size: 15px;
}
.form-control-lg:not(textarea) {
  height: 54px;
}
.form-control-lg.form-control-pill {
  border-radius: 27px;
}
.form-control-lg.form-control-square {
  border-radius: 0;
}

select.form-control.form-control-lg:not([size]):not([multiple]) {
  height: 54px;
}

.form-control-sm {
  padding-bottom: 2px;
  border-radius: 0px;
}
.form-control-sm:not(textarea) {
  height: 36px;
}
.form-control-sm.form-control-pill {
  border-radius: 18px;
}
.form-control-sm.form-control-square {
  border-radius: 0;
}

select.form-control.form-control-sm:not([size]):not([multiple]) {
  height: 36px;
}

.custom-control {
  margin-bottom: 8px;
  padding-left: 1.5rem !important;
  color: #606060 !important;
  font-size: 13px !important;
  font-weight: normal !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.custom-control:focus {
  outline: 0;
}
.custom-control .custom-control-label {
  margin: 0;
  padding-left: 0;
  font-size: 13px;
  text-transform: none;
}
.custom-control .custom-control-label::before {
  border: 2px solid #d4d4d4;
  background-color: #ffffff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-top: -2px;
}
.custom-control .custom-control-input:checked ~ .custom-control-label::before {
  border: 0;
  border-color: #dcdcdc;
  background-color: #d40037;
}
.custom-control .custom-control-input:disabled ~ .custom-control-label::before {
  border-color: rgba(220, 220, 220, 0.9);
  background-color: #ffffff;
}
.custom-control .custom-control-label::after {
  margin-top: -2px;
}
.custom-control .custom-control-input:disabled ~ .custom-control-label {
  color: #999999;
  cursor: not-allowed;
}

.custom-control-inline {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-file,
.custom-file-input {
  height: 46px;
  border-radius: 23px;
  cursor: pointer;
}

.custom-file-label,
.custom-file-label::after {
  height: 46px;
  border: 2px solid #dcdcdc;
  border-radius: 0px;
  color: #606060;
  font-size: 13px;
  line-height: 2.1;
}

.custom-file-label::after {
  height: 42px;
  margin: 0;
  border: 0;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background-color: #f5f5f5;
}

.form-control-pill {
  border-radius: 23px;
}
.form-control-pill .custom-file-control,
.form-control-pill .custom-file-control::before {
  border-radius: 0px;
}

.form-control-square {
  border-radius: 0;
}
.form-control-square .custom-file-control,
.form-control-square .custom-file-control::before {
  border-radius: 0;
}

.input-group {
  display: block;
  position: relative;
}
.input-group .input-group-addon,
.input-group .input-group-btn {
  display: inline-block;
  position: absolute;
  font-size: 16px;
}
.input-group .input-group-addon {
  left: 15px;
  top: 12px;
  font-size: 15px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  background-color: transparent !important;
  color: #999999;
}
.input-group .form-control {
  padding-left: 38px;
}
.input-group .form-control:focus ~ .input-group-addon {
  color: #d40037;
}
.input-group .input-group-btn {
  right: 8px;
  margin-top: -1px;
}
.input-group .input-group-btn button {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  border: 0;
  background: 0;
  color: #606060;
  font-size: 1.2em;
  cursor: pointer;
}
.input-group .input-group-btn button:hover {
  color: #d40037;
}
.input-group .input-group-btn .btn {
  margin: 0;
  margin-right: 3px;
  padding: 0;
}
.input-group .input-group-btn ~ .form-control {
  padding-right: 35px;
  padding-left: 18px;
}

.input-light.form-control,
.input-light .form-control {
  border-color: rgba(255, 255, 255, 0.17) !important;
  background-color: transparent;
  color: #ffffff;
}
.input-light.form-control::-moz-placeholder,
.input-light .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.input-light.form-control:-ms-input-placeholder,
.input-light .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.input-light.form-control::-webkit-input-placeholder,
.input-light .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.input-light.form-control:focus,
.input-light .form-control:focus {
  border-color: #d40037 !important;
  color: #ffffff;
}
.input-light.input-group .input-group-addon {
  color: rgba(255, 255, 255, 0.65);
}
.input-light.input-group .input-group-btn button {
  color: #ffffff;
}
.input-light.input-group .input-group-btn button:hover {
  color: #d40037;
}

.input-light select.form-control option,
select.form-control.input-light option {
  color: #606060 !important;
}

.search-form {
  position: relative;
  padding: 5px 0;
  background: #f3f3f3;
}
.search-form > i {
  display: block;
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 22px;
  margin-top: 14px;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
  color: #999999;
  font-size: 21px;
  padding: 6px;
  font-weight: 900;
  border-radius: 5px;
}
.search-form > i.btn-super-search.active {
  background: #d40037;
  color: #ffffff;
}
.search-form > i.btn-super-search-reset {
  right: 64px;
}
.search-form > i.btn-super-search-reset.active {
  color: #d40037;
}
.search-form > input {
  display: block;
  width: 100%;
  height: 50px;
  padding-left: 23px;
  -webkit-transition: border-color 0.35s;
  transition: border-color 0.35s;
  border: 0;
  /*border-bottom: 2px solid $border-form-color;*/
  border-radius: 0;
  color: #606060;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-form > input::-moz-placeholder {
  color: #606060;
  opacity: 1;
}
.search-form > input:-ms-input-placeholder {
  color: #606060;
}
.search-form > input::-webkit-input-placeholder {
  color: #606060;
}
.search-form > input:focus {
  border-color: #d40037;
  outline: none;
  /*& + i {
      color: $brand-primary;
  }*/
}

.subscribe-form .input-group {
  width: calc(100% - 88px);
  float: left;
}
.subscribe-form .btn {
  margin: 0;
  float: right;
}
.subscribe-form .btn > i {
  margin-top: -6px;
  font-size: 1.5em;
}
.subscribe-form .form-text {
  padding-top: 6px;
}

.shop-search-box {
  width: 60%;
}
@media (max-width: 576px) {
  .shop-search-box {
    width: 100%;
  }
}

.container-fluid .shop-search-box {
  width: 40%;
}
@media (max-width: 1200px) {
  .container-fluid .shop-search-box {
    width: 60%;
  }
}
@media (max-width: 576px) {
  .container-fluid .shop-search-box {
    width: 100%;
  }
}

.coupon-form .form-control {
  display: inline-block;
  width: 100%;
  max-width: 235px;
  margin-right: 12px;
}
.coupon-form .btn {
  margin: 0;
  vertical-align: top;
}
@media (max-width: 768px) {
  .coupon-form .form-control {
    display: block;
    max-width: 100%;
  }
}

.card-wrapper {
  margin: 30px 0;
}

@media (max-width: 576px) {
  .jp-card-container {
    width: 285px !important;
  }
  .jp-card {
    min-width: 250px !important;
  }
}
.was-validated .form-control:valid, .was-validated .form-control.is-valid {
  border-color: #dcdcdc !important;
}
.was-validated .form-control:valid:focus, .was-validated .form-control.is-valid:focus {
  border-color: #d40037 !important;
}
.was-validated .form-control:invalid, .was-validated .form-control.is-invalid {
  border-color: #ef0505 !important;
}
.was-validated .form-control.input-light:valid, .was-validated .form-control.input-light.is-valid {
  border-color: rgba(255, 255, 255, 0.17) !important;
}
.was-validated .form-control.input-light:valid:focus, .was-validated .form-control.input-light.is-valid:focus {
  border-color: #d40037 !important;
}
.was-validated .form-control.input-light:invalid, .was-validated .form-control.input-light.is-invalid {
  border-color: #ef0505 !important;
}
.was-validated .form-control:valid, .was-validated .form-control.is-valid,
.was-validated .fotm-control.input-light:valid,
.was-validated .fotm-control.input-light.is-valid {
  padding-right: 42px;
  background-position: center right 15px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI2IDI2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNiAyNiIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CiAgPHBhdGggZD0ibS4zLDE0Yy0wLjItMC4yLTAuMy0wLjUtMC4zLTAuN3MwLjEtMC41IDAuMy0wLjdsMS40LTEuNGMwLjQtMC40IDEtMC40IDEuNCwwbC4xLC4xIDUuNSw1LjljMC4yLDAuMiAwLjUsMC4yIDAuNywwbDEzLjQtMTMuOWgwLjF2LTguODgxNzhlLTE2YzAuNC0wLjQgMS0wLjQgMS40LDBsMS40LDEuNGMwLjQsMC40IDAuNCwxIDAsMS40bDAsMC0xNiwxNi42Yy0wLjIsMC4yLTAuNCwwLjMtMC43LDAuMy0wLjMsMC0wLjUtMC4xLTAuNy0wLjNsLTcuOC04LjQtLjItLjN6IiBmaWxsPSIjYTdjMDRkIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: 14px 14px;
}
.was-validated .form-control:invalid, .was-validated .form-control.is-invalid,
.was-validated .fotm-control.input-light:invalid,
.was-validated .fotm-control.input-light.is-invalid {
  padding-right: 42px;
  background-position: center right 15px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDIxMi45ODIgMjEyLjk4MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjEyLjk4MiAyMTIuOTgyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnIGlkPSJDbG9zZSI+Cgk8cGF0aCBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7IiBkPSJNMTMxLjgwNCwxMDYuNDkxbDc1LjkzNi03NS45MzZjNi45OS02Ljk5LDYuOTktMTguMzIzLDAtMjUuMzEyICAgYy02Ljk5LTYuOTktMTguMzIyLTYuOTktMjUuMzEyLDBsLTc1LjkzNyw3NS45MzdMMzAuNTU0LDUuMjQyYy02Ljk5LTYuOTktMTguMzIyLTYuOTktMjUuMzEyLDBjLTYuOTg5LDYuOTktNi45ODksMTguMzIzLDAsMjUuMzEyICAgbDc1LjkzNyw3NS45MzZMNS4yNDIsMTgyLjQyN2MtNi45ODksNi45OS02Ljk4OSwxOC4zMjMsMCwyNS4zMTJjNi45OSw2Ljk5LDE4LjMyMiw2Ljk5LDI1LjMxMiwwbDc1LjkzNy03NS45MzdsNzUuOTM3LDc1LjkzNyAgIGM2Ljk4OSw2Ljk5LDE4LjMyMiw2Ljk5LDI1LjMxMiwwYzYuOTktNi45OSw2Ljk5LTE4LjMyMiwwLTI1LjMxMkwxMzEuODA0LDEwNi40OTF6IiBmaWxsPSIjZWYwNTY4Ii8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: 11px 11px;
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.was-validated .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #d9d9d9 !important;
}
.was-validated .form-control-light-skin:valid:focus, .was-validated .form-control-light-skin.is-valid:focus, .was-validated .form-control-light-skin:invalid:focus, .was-validated .form-control-light-skin.is-invalid:focus {
  border-color: transparent !important;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .was-validated .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ef0505;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .was-validated .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ef0505;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .was-validated .custom-control-input.is-valid ~ .custom-control-label {
  color: #606060;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .was-validated .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #dee2e6;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label, .was-validated .custom-control-input.is-valid:checked ~ .custom-control-label {
  color: #606060;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #d40037;
}

.valid-feedback,
.invalid-feedback {
  margin-top: 5px;
  font-size: 80% !important;
}

.valid-tooltip,
.invalid-tooltip {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 80%;
}

.valid-feedback {
  color: #a7c04d;
}

.invalid-feedback {
  color: #ef0505;
}

.valid-tooltip {
  background-color: #a7c04d;
}

.invalid-tooltip {
  background-color: #ef0505;
}

.table {
  border-color: #f3f3f3;
}
.table thead th {
  border-bottom: 1px;
  border-top: 0;
  font-weight: bold;
}
.table.table-inverse {
  background-color: #404040;
  color: #ffffff;
}
.table.table-inverse thead th, .table.table-inverse td, .table.table-inverse th {
  border-color: rgba(255, 255, 255, 0.14);
}
.table th {
  font-weight: 500;
}
.table:not(.table-inverse) th {
  color: #404040;
}
.table td i {
  font-size: 20px;
}

.table-inverse td {
  color: rgba(255, 255, 255, 0.75);
}

.thead-inverse th {
  background-color: #404040;
  color: #ffffff !important;
  font-weight: 600;
}

.thead-default th {
  background-color: #f5f5f5;
  color: #606060;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}
.table-striped.table-inverse tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.08);
}

.table-hover tbody tr:hover {
  background-color: #f5f5f5;
}
.table-hover.table-inverse tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

.table-active,
.table-active td,
.table-active th {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-success,
.table-success td,
.table-success th {
  background-color: rgba(167, 192, 77, 0.09);
}

.table-info,
.table-info td,
.table-info th {
  background-color: rgba(147, 196, 239, 0.09);
}

.table-warning,
.table-warning td,
.table-warning th {
  background-color: rgba(248, 195, 19, 0.09);
}

.table-danger,
.table-danger td,
.table-danger th {
  background-color: rgba(239, 5, 5, 0.09);
}

.btn {
  display: inline-block;
  position: relative;
  height: 46px;
  margin-top: 4px;
  margin-right: 6px;
  margin-bottom: 4px;
  padding: 0 30px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  border: 2px solid transparent;
  border-radius: 0px;
  background-color: transparent;
  background-image: none;
  color: #606060;
  font-family: "Europa", sans-serif, Helvetica, Arial;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 42px;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:hover, .btn:focus .btn:active, .btn.active {
  outline: none;
  background-image: none;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:hover {
  color: #d40037;
}
.btn > i {
  display: inline-block;
  margin-top: -2px;
  margin-left: 6px;
  margin-right: 6px;
  font-size: 1em;
  vertical-align: middle;
}
.btn > span {
  background: red;
  margin-left: 6px;
}
.btn[disabled], .btn.disabled {
  cursor: not-allowed;
  opacity: 0.55;
  pointer-events: none;
}

button:focus {
  outline: none;
}

.btn-lg {
  height: 54px;
  border-radius: 0px;
  line-height: 50px;
}

.btn-sm {
  height: 36px;
  padding: 0 12px;
  border-radius: 0px;
  font-size: 11px;
  line-height: 32px;
}

.btn-pill {
  border-radius: 23px;
}
.btn-pill.btn-lg {
  border-radius: 27px;
}
.btn-pill.btn-sm {
  border-radius: 18px;
}

.btn-square {
  border-radius: 0;
}

.btn-secondary {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
}
.btn-secondary:hover {
  border-color: #e8e8e8;
  background-color: #e8e8e8;
}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-slider,
.btn-danger {
  color: #ffffff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus,
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-info:hover,
.btn-info:active,
.btn-info:focus,
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-slider:hover,
.btn-slider:active,
.btn-slider:focus,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
  color: #ffffff;
}

.btn-primary {
  background-color: #d40037;
}
.btn-primary:hover {
  background-color: #404040;
}

.btn-success {
  background-color: #a7c04d;
}
.btn-success:hover {
  background-color: #8aa139;
}

.btn-info {
  background-color: #93c4ef;
}
.btn-info:hover {
  background-color: #67ace8;
}

.btn-warning {
  background-color: #f8c313;
}
.btn-warning:hover {
  background-color: #d2a306;
}

.btn-danger {
  background-color: #ef0505;
}
.btn-danger:hover {
  background-color: #bd0404;
}

.btn-white {
  background-color: #ffffff;
}
.btn-white:hover {
  background-color: #e6e6e6;
}

.btn-black {
  background-color: #000000;
}
.btn-black:hover {
  background-color: black;
}

.btn-slider {
  background-color: #ff4c00;
}
.btn-slider:hover {
  background-color: #cc3d00;
}

.btn-outline-secondary {
  border-color: #f3f3f3;
}
.btn-outline-secondary:hover {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
}

.btn-outline-primary {
  border-color: #d40037;
  color: #d40037;
}
.btn-outline-primary:hover {
  border-color: #404040;
  color: #404040;
}

.btn-outline-success {
  border-color: #a7c04d;
  background-color: transparent;
  color: #a7c04d;
}
.btn-outline-success:hover {
  background-color: #a7c04d;
  color: #ffffff;
}

.btn-outline-info {
  border-color: #93c4ef;
  background-color: transparent;
  color: #93c4ef;
}
.btn-outline-info:hover {
  background-color: #93c4ef;
  color: #ffffff;
}

.btn-outline-warning {
  border-color: #f8c313;
  background-color: transparent;
  color: #f8c313;
}
.btn-outline-warning:hover {
  background-color: #f8c313;
  color: #ffffff;
}

.btn-outline-danger {
  border-color: #ef0505;
  background-color: transparent;
  color: #ef0505;
}
.btn-outline-danger:hover {
  background-color: #ef0505;
  color: #ffffff;
}

.btn-outline-white {
  border-color: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}
.btn-outline-white:hover {
  border-color: #ffffff;
  color: #ffffff;
}

.btn-outline-black {
  border-color: #000000;
  color: #000000;
}
.btn-outline-black:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

.btn-link-secondary {
  color: #606060;
}
.btn-link-secondary:hover {
  color: #474747;
}

.btn-link-primary {
  color: #d40037;
}
.btn-link-primary:hover {
  color: #a1002a;
}

.btn-link-success {
  color: #a7c04d;
}
.btn-link-success:hover {
  color: #8aa139;
}

.btn-link-info {
  color: #93c4ef;
}
.btn-link-info:hover {
  color: #67ace8;
}

.btn-link-warning {
  color: #f8c313;
}
.btn-link-warning:hover {
  color: #d2a306;
}

.btn-link-danger {
  color: #ef0505;
}
.btn-link-danger:hover {
  color: #bd0404;
}

.btn-link-white {
  color: #ffffff;
}
.btn-link-white:hover {
  color: #e6e6e6;
}

.btn-link-secondary > i,
.btn-link-primary > i,
.btn-link-success > i,
.btn-link-info > i,
.btn-link-warning > i,
.btn-link-danger > i,
.btn-link-white > i {
  margin-top: -4px;
}

.btn-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-top: 4px;
  margin-right: 6px;
  margin-bottom: 4px;
  vertical-align: middle;
}
.btn-group .btn {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0;
}
.btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  margin-right: -2px;
  padding-right: 12px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle).btn-secondary, .btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle).btn-outline-secondary {
  border-right: 0;
}
.btn-group .btn:hover {
  z-index: 1;
}
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn + .dropdown-toggle-split {
  padding-right: 15px;
  padding-left: 8px;
}

.text-center .btn, .text-center .btn-group {
  margin-right: 3px;
  margin-left: 3px;
}

.text-right .btn, .text-right .btn-group {
  margin-right: 0;
  margin-left: 6px;
}

.btn-block {
  display: block;
  width: 100%;
  margin-top: 6px;
  margin-right: 0 !important;
  margin-bottom: 6px;
  margin-left: 0 !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.scroll-to-top-btn {
  display: block;
  position: fixed;
  right: 16px;
  bottom: -92px;
  padding-top: 2px;
  width: 46px;
  height: 46px;
  -webkit-transition: bottom 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, color 0.3s;
  transition: bottom 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, color 0.3s;
  border: none;
  border-radius: 0px;
  background-color: #d40037;
  color: #ffffff;
  font-size: 20px;
  line-height: 41px;
  opacity: 0;
  z-index: 2000;
  text-align: center;
  text-decoration: none;
}
.scroll-to-top-btn:hover {
  color: #f5f5f5;
}
.scroll-to-top-btn.visible {
  bottom: 14px;
  opacity: 1;
}
@media (max-width: 768px) {
  .scroll-to-top-btn {
    bottom: -72px;
    width: 36px;
    height: 36px;
    line-height: 31px;
  }
}

.market-button {
  display: inline-block;
  margin-right: 14px;
  margin-bottom: 14px;
  padding: 5px 14px 5px 45px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: 0;
  border-radius: 0px;
  background-position: center left 12px;
  background-color: #f5f5f5;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  text-decoration: none;
}
.market-button .mb-subtitle {
  display: block;
  margin-bottom: -4px;
  color: #999999;
  font-size: 11px;
}
.market-button .mb-title {
  display: block;
  color: #606060;
  font-size: 16px;
}
.market-button.apple-button {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMDUgMzA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDUgMzA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnIGlkPSJYTUxJRF8yMjhfIj4KCTxwYXRoIGlkPSJYTUxJRF8yMjlfIiBkPSJNNDAuNzM4LDExMi4xMTljLTI1Ljc4NSw0NC43NDUtOS4zOTMsMTEyLjY0OCwxOS4xMjEsMTUzLjgyQzc0LjA5MiwyODYuNTIzLDg4LjUwMiwzMDUsMTA4LjIzOSwzMDUgICBjMC4zNzIsMCwwLjc0NS0wLjAwNywxLjEyNy0wLjAyMmM5LjI3My0wLjM3LDE1Ljk3NC0zLjIyNSwyMi40NTMtNS45ODRjNy4yNzQtMy4xLDE0Ljc5Ny02LjMwNSwyNi41OTctNi4zMDUgICBjMTEuMjI2LDAsMTguMzksMy4xMDEsMjUuMzE4LDYuMDk5YzYuODI4LDIuOTU0LDEzLjg2MSw2LjAxLDI0LjI1Myw1LjgxNWMyMi4yMzItMC40MTQsMzUuODgyLTIwLjM1Miw0Ny45MjUtMzcuOTQxICAgYzEyLjU2Ny0xOC4zNjUsMTguODcxLTM2LjE5NiwyMC45OTgtNDMuMDFsMC4wODYtMC4yNzFjMC40MDUtMS4yMTEtMC4xNjctMi41MzMtMS4zMjgtMy4wNjZjLTAuMDMyLTAuMDE1LTAuMTUtMC4wNjQtMC4xODMtMC4wNzggICBjLTMuOTE1LTEuNjAxLTM4LjI1Ny0xNi44MzYtMzguNjE4LTU4LjM2Yy0wLjMzNS0zMy43MzYsMjUuNzYzLTUxLjYwMSwzMC45OTctNTQuODM5bDAuMjQ0LTAuMTUyICAgYzAuNTY3LTAuMzY1LDAuOTYyLTAuOTQ0LDEuMDk2LTEuNjA2YzAuMTM0LTAuNjYxLTAuMDA2LTEuMzQ5LTAuMzg2LTEuOTA1Yy0xOC4wMTQtMjYuMzYyLTQ1LjYyNC0zMC4zMzUtNTYuNzQtMzAuODEzICAgYy0xLjYxMy0wLjE2MS0zLjI3OC0wLjI0Mi00Ljk1LTAuMjQyYy0xMy4wNTYsMC0yNS41NjMsNC45MzEtMzUuNjExLDguODkzYy02LjkzNiwyLjczNS0xMi45MjcsNS4wOTctMTcuMDU5LDUuMDk3ICAgYy00LjY0MywwLTEwLjY2OC0yLjM5MS0xNy42NDUtNS4xNTljLTkuMzMtMy43MDMtMTkuOTA1LTcuODk5LTMxLjEtNy44OTljLTAuMjY3LDAtMC41MywwLjAwMy0wLjc4OSwwLjAwOCAgIEM3OC44OTQsNzMuNjQzLDU0LjI5OCw4OC41MzUsNDAuNzM4LDExMi4xMTl6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8cGF0aCBpZD0iWE1MSURfMjMwXyIgZD0iTTIxMi4xMDEsMC4wMDJjLTE1Ljc2MywwLjY0Mi0zNC42NzIsMTAuMzQ1LTQ1Ljk3NCwyMy41ODNjLTkuNjA1LDExLjEyNy0xOC45ODgsMjkuNjc5LTE2LjUxNiw0OC4zNzkgICBjMC4xNTUsMS4xNywxLjEwNywyLjA3MywyLjI4NCwyLjE2NGMxLjA2NCwwLjA4MywyLjE1LDAuMTI1LDMuMjMyLDAuMTI2YzE1LjQxMywwLDMyLjA0LTguNTI3LDQzLjM5NS0yMi4yNTcgICBjMTEuOTUxLTE0LjQ5OCwxNy45OTQtMzMuMTA0LDE2LjE2Ni00OS43N0MyMTQuNTQ0LDAuOTIxLDIxMy4zOTUtMC4wNDksMjEyLjEwMSwwLjAwMnoiIGZpbGw9IiMyZTJlMmUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}
.market-button.google-button {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPHBvbHlnb24gc3R5bGU9ImZpbGw6IzVDREFERDsiIHBvaW50cz0iMjkuNTMsMCAyOS41MywyNTEuNTA5IDI5LjUzLDUxMiAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNCREVDQzQ7IiBwb2ludHM9IjM2OS4wNjcsMTgwLjU0NyAyNjIuMTc1LDExOS40NjcgMjkuNTMsMCAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNEQzY4QTE7IiBwb2ludHM9IjI5LjUzLDUxMiAyOS41Myw1MTIgMjYyLjE3NSwzODMuNTUxIDM2OS4wNjcsMzIyLjQ3IDI5OS4wMDQsMjUxLjUwOSAiLz4KPHBhdGggc3R5bGU9ImZpbGw6I0ZGQ0E5NjsiIGQ9Ik0zNjkuMDY3LDE4MC41NDdsLTcwLjA2Myw3MC45NjFsNzAuMDYzLDcwLjk2MWwxMDguNjg4LTYyLjg3N2M2LjI4OC0zLjU5Myw2LjI4OC0xMS42NzcsMC0xNS4yNyAgTDM2OS4wNjcsMTgwLjU0N3oiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
.market-button.windows-button {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDQ4MCA0ODAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4MCA0ODA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNMC4xNzYsMjI0TDAuMDAxLDY3Ljk2M2wxOTItMjYuMDcyVjIyNEgwLjE3NnogTTIyNC4wMDEsMzcuMjQxTDQ3OS45MzcsMHYyMjRIMjI0LjAwMVYzNy4yNDF6IE00NzkuOTk5LDI1NmwtMC4wNjIsMjI0ICAgbC0yNTUuOTM2LTM2LjAwOFYyNTZINDc5Ljk5OXogTTE5Mi4wMDEsNDM5LjkxOEwwLjE1Nyw0MTMuNjIxTDAuMTQ3LDI1NmgxOTEuODU0VjQzOS45MTh6IiBmaWxsPSIjMDBiY2YyIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
.market-button.blackberry-button {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MDMuMzIyIDUwMy4zMjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUwMy4zMjIgNTAzLjMyMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0xMTYuMjg1LDYwLjc0Nkg0NS45OTNsLTIwLjgyNyw5NS40NThoNzMuNzYzYzU3LjI3NSwwLDczLjc2My0yOC42MzcsNzMuNzYzLTUzLjgwMyAgICBDMTczLjU1OSw4NC4xNzYsMTYyLjI3OCw2MC43NDYsMTE2LjI4NSw2MC43NDZ6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMjM4LjY0NCwzNDcuMTE5aC03MS4xNTlsLTE5Ljk1OSw5NS40NThoNzMuNzYzYzU3LjI3NSwwLDczLjc2My0yOC42MzcsNzMuNzYzLTUzLjgwMyAgICBDMjk1LjA1MSwzNzAuNTQ5LDI4NC42MzcsMzQ3LjExOSwyMzguNjQ0LDM0Ny4xMTl6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNOTEuMTE5LDE5OS41OTNIMTkuOTU5TDAsMjk1LjA1MWg3My43NjNjNTcuMjc1LDAsNzMuNzYzLTI4LjYzNyw3My43NjMtNTMuODAzICAgIEMxNDcuNTI1LDIyMy4wMjQsMTM3LjExMiwxOTkuNTkzLDkxLjExOSwxOTkuNTkzeiIgZmlsbD0iIzJlMmUyZSIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQyMC44ODEsMjk1LjA1MWgtNzEuMTU5bC0xOS45NTksODYuNzhoNzMuNzYzYzU3LjI3NSwwLDczLjc2My0yNC4yOTgsNzMuNzYzLTQ5LjQ2NCAgICBDNDc3LjI4OCwzMTQuMTQyLDQ2Ni44NzUsMjk1LjA1MSw0MjAuODgxLDI5NS4wNTF6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNDQ2LjkxNSwxNDcuNTI1aC03MS4xNTlsLTE5Ljk1OSw4Ni43OGg3My43NjNjNTcuMjc1LDAsNzMuNzYzLTI0LjI5OCw3My43NjMtNDkuNDY0ICAgIEM1MDMuMzIyLDE2Ni42MTcsNDkyLjkwOCwxNDcuNTI1LDQ0Ni45MTUsMTQ3LjUyNXoiIGZpbGw9IiMyZTJlMmUiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yNjUuNTQ2LDE5OS41OTNoLTcxLjE1OWwtMTkuOTU5LDk1LjQ1OGg3My43NjNjNTcuMjc1LDAsNzMuNzYzLTI4LjYzNyw3My43NjMtNTMuODAzICAgIEMzMjIuODIsMjIzLjAyNCwzMTEuNTM5LDE5OS41OTMsMjY1LjU0NiwxOTkuNTkzeiIgZmlsbD0iIzJlMmUyZSIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTI5MS41OCw2MC43NDZIMjIwLjQybC0xOS45NTksOTUuNDU4aDczLjc2M2M1Ny4yNzUsMCw3My43NjMtMjguNjM3LDczLjc2My01My44MDMgICAgQzM0Ny45ODYsODQuMTc2LDMzNy41NzMsNjAuNzQ2LDI5MS41OCw2MC43NDZ6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
.market-button.amazon-button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0idXVpZDo1RDIwODkyNDkzQkZEQjExOTE0QTg1OTBEMzE1MDhDOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGQUJGNjhGNDRGNkMxMUU3OUY5REJEQzBGNkVBQUI5QiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGQUJGNjhGMzRGNkMxMUU3OUY5REJEQzBGNkVBQUI5QiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QUM1ODJFMkIxNEExMUUzQkY1NEUzQkNCRjlEODA1RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QUM1ODJFM0IxNEExMUUzQkY1NEUzQkNCRjlEODA1RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgNXCVIAAAc7SURBVHja5FwJbFRVFH0tQimgUCiubKJCWWSwKIooVhG3aESkETRqBEEEEURExBXiVhElkRiIEFwTQEHciQiIMQhFkUGFihErIJjWUgg0LFXqPf4z9jvMTOe/v9ebnEw78+//b85/y7n33T8ZNTU1yo5FIhEdtxMEXQRtBGcLOglO5ftoUKagSrBLUCLYKCgVbBEcNJ8oGo0qN+045Z2dJCgU9BdcJ2igcY4DgsWC9wTvetHoTA+u0ZlfCL3hJcFATXJgzQS3C5YIKgWT3G58hotDDMNlvmCQy9+hAj1ThtqqMPWgywXlHpADayVYKTfq0bAQdJ9guaCR8tamCUlPBZ2gcYIXlH82RUgaFlSCCgQzlf82T0hqFzSCGgreUsGxqUEj6BkKvaBYofSi5kERihCAE2z4rxYs4qp3WNBY0F0wVtBC85xNKUrnBoGgUdBTGn4IH24UbEvwGQh7TDBdMNGGQA3EELtGw2eh4Jwk5JjtAcFDmu0633clLeMcweYOi24IOLta9CnR6BF/CE4Whf2Xnz3oKg2fJzR8PtTwyaXK9nWIHbF4PFIYn2hcZ6Vm+5r4SpB039c5T5RwqO0VHE3hgoByv8alSm3oM99XsecJxSUaUXyOoKPgTOIMEjdK8xrVYSbIbIeIMsGPDp43Q/lkmap+W0bQepDTliU43oam+bM+EIT5qZcyEve5nL9aCtpzHmtq49zVYSOoraCv4AZBHgPc3P/7EOsgGCoYzt4SKnOTIAyZGYJrwzzLu0XQi4Lx9WEZdJqg0wVfqmAlzwJDUB/BmvompJwiqLND5FQwXtuujJ3TA1TlmM8eDytB2P9absMfaVbshryN+DeJuDsrzATNor7RMezV3xvkWMwWQZFIpIe8jNB0v0kZuedAm91gdaSm31iL5NSEjiDuO92h4bqGwzIUMaOdHnSe0ktpztfwaRwqgqT3QAheqHnNZZoyIlQ9COT00/BDzrpcwy9fs51ZfhEEXdJRw+8AdY9XBPm2q4HyklM0/HRqE7H3f4mN2NAXgrKUXgUZihGsVl0Mt7GKDfKLIAyTIxp+2cqoj7bSeybb+H5DZEE5zQ+CsEn4u6avlb2x2cpI2tuxiX4Q9JOquzIjmaHOuXcax6H0ZaADK/V46UW9vCYIavgLG43+XHBRks9QLP6B3TsfZ6/pOmqXv8hdGSAvn9psOIiap4zcD5bkQsINQ+agKBqN/uZVjFOsjAdLsm2co4DwwhAgY5/sfk9iMbkT++TlVRUus7zTajfdMcvjL7hEWa9oi9llclMf9JQgueBmVVv64rY9p4yiz9kW/VC01U33YRcnqjtQQLXWZXIeFsTu/tOC9Wn6oR6yPW+kljmViOrDRp/rMDEourpeHVujiJ60VaXOEy0TYq72K9RIZEigLXbwfNBZJ6rEBZw7Uugo2CtOkOM0QbDBmAyVveqybwUDGMFXpDjuG5W4bmiKkDPSqS/0r1A8PEfvAZneL+ck+wgJNVR1RIhEuRkEvHhUcyNJhWwosdgElNEsYGA7pnh05ZI0fJARRSF7W8Z6hxhbQtv9+k+64q7tx8xBmEca2gwh4odIMYce5qaWJKkBswEQbfvZIPSGn1XqCtnEanV0ZYncpNHKKLz6uI7DeyojGwr0IlHZvFEoPF/H6AAPDO+J70GLKPNxwC10qC92heBJ3qx0rEh60OT4HnQrleZQ3s1xIVTKiexKVbtRUEEgL76XqyBSx/GZx6aJlnl0+5s5JlH0hO2Z25i/2RpigjaRgHKKxkTWjcMrRsy+VKsYHvp/n39fyskTlWKtQ0rQbmVU6lelOOYHwXem/0vrWuYhzpaa/p9A7TFJ+biJ55BlUZVv4nSiuHDE6icxOa9KRwehEnVu3ImLBDuV8Qhm85AR04TtRvufVcZvhtzNz9qYRshazsFpCUVUbsTX5eARI8zwSDwh2ZUfcGIwv8yh3kK7c00TdkxQ9jcdP9Oqkp7GSbsqwUw/jBpmC4dh94CQAvF4D1X59ySieZwK72wSpbGNhF9UXDFYusHqR7woqsAuSNKgGSaBCE21QfCVh6REGHoMZqiSzCBdzFUpOaYg+0470fxOqu0pglQ/AdFP1e7bl/IubuHEt07pPS8Wbw05tLHK9mDYkFeHTzV7/Jtx76PCLYOB9kqnYrF8jtWLLX4xSPrNXHrLuWJgQizj31Uc9kd58zBf4PmzTozsWzPm6mJxkXiHwndX3PvNTOFOh/8sdQliMSu2gb1kiDJ+qyPdffpGjId6ejTs0HORrF+R5PNWXKnHuJXuWMCAD3tY21Rw7GtGAV1TkKPYc0aoFNvoTuWDZlBoTWLj/LIV7NUISt8IYsJsOhtXoIxk/l4PSNlMZYzJGj/stNDJk7tVHLmaeIQTeV9qqTxOjHasjAm2pZwL17nJvtvVo8gQfEZMZXKqHXVHPlekFswgNFK1JXPwO8gVZg/lwnpKht1ejtm/BRgAKCaVSdcawG4AAAAASUVORK5CYII=);
}
.market-button.mb-light-skin, .market-button.mb-alt {
  background-color: rgba(255, 255, 255, 0.07);
}
.market-button.mb-light-skin .mb-subtitle,
.market-button.mb-light-skin .mb-title, .market-button.mb-alt .mb-subtitle,
.market-button.mb-alt .mb-title {
  color: #ffffff;
}
.market-button.mb-light-skin .mb-subtitle, .market-button.mb-alt .mb-subtitle {
  opacity: 0.55;
}
.market-button.mb-light-skin.apple-button, .market-button.mb-alt.apple-button {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMDUgMzA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDUgMzA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnIGlkPSJYTUxJRF8yMjhfIj4KCTxwYXRoIGlkPSJYTUxJRF8yMjlfIiBkPSJNNDAuNzM4LDExMi4xMTljLTI1Ljc4NSw0NC43NDUtOS4zOTMsMTEyLjY0OCwxOS4xMjEsMTUzLjgyQzc0LjA5MiwyODYuNTIzLDg4LjUwMiwzMDUsMTA4LjIzOSwzMDUgICBjMC4zNzIsMCwwLjc0NS0wLjAwNywxLjEyNy0wLjAyMmM5LjI3My0wLjM3LDE1Ljk3NC0zLjIyNSwyMi40NTMtNS45ODRjNy4yNzQtMy4xLDE0Ljc5Ny02LjMwNSwyNi41OTctNi4zMDUgICBjMTEuMjI2LDAsMTguMzksMy4xMDEsMjUuMzE4LDYuMDk5YzYuODI4LDIuOTU0LDEzLjg2MSw2LjAxLDI0LjI1Myw1LjgxNWMyMi4yMzItMC40MTQsMzUuODgyLTIwLjM1Miw0Ny45MjUtMzcuOTQxICAgYzEyLjU2Ny0xOC4zNjUsMTguODcxLTM2LjE5NiwyMC45OTgtNDMuMDFsMC4wODYtMC4yNzFjMC40MDUtMS4yMTEtMC4xNjctMi41MzMtMS4zMjgtMy4wNjZjLTAuMDMyLTAuMDE1LTAuMTUtMC4wNjQtMC4xODMtMC4wNzggICBjLTMuOTE1LTEuNjAxLTM4LjI1Ny0xNi44MzYtMzguNjE4LTU4LjM2Yy0wLjMzNS0zMy43MzYsMjUuNzYzLTUxLjYwMSwzMC45OTctNTQuODM5bDAuMjQ0LTAuMTUyICAgYzAuNTY3LTAuMzY1LDAuOTYyLTAuOTQ0LDEuMDk2LTEuNjA2YzAuMTM0LTAuNjYxLTAuMDA2LTEuMzQ5LTAuMzg2LTEuOTA1Yy0xOC4wMTQtMjYuMzYyLTQ1LjYyNC0zMC4zMzUtNTYuNzQtMzAuODEzICAgYy0xLjYxMy0wLjE2MS0zLjI3OC0wLjI0Mi00Ljk1LTAuMjQyYy0xMy4wNTYsMC0yNS41NjMsNC45MzEtMzUuNjExLDguODkzYy02LjkzNiwyLjczNS0xMi45MjcsNS4wOTctMTcuMDU5LDUuMDk3ICAgYy00LjY0MywwLTEwLjY2OC0yLjM5MS0xNy42NDUtNS4xNTljLTkuMzMtMy43MDMtMTkuOTA1LTcuODk5LTMxLjEtNy44OTljLTAuMjY3LDAtMC41MywwLjAwMy0wLjc4OSwwLjAwOCAgIEM3OC44OTQsNzMuNjQzLDU0LjI5OCw4OC41MzUsNDAuNzM4LDExMi4xMTl6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8cGF0aCBpZD0iWE1MSURfMjMwXyIgZD0iTTIxMi4xMDEsMC4wMDJjLTE1Ljc2MywwLjY0Mi0zNC42NzIsMTAuMzQ1LTQ1Ljk3NCwyMy41ODNjLTkuNjA1LDExLjEyNy0xOC45ODgsMjkuNjc5LTE2LjUxNiw0OC4zNzkgICBjMC4xNTUsMS4xNywxLjEwNywyLjA3MywyLjI4NCwyLjE2NGMxLjA2NCwwLjA4MywyLjE1LDAuMTI1LDMuMjMyLDAuMTI2YzE1LjQxMywwLDMyLjA0LTguNTI3LDQzLjM5NS0yMi4yNTcgICBjMTEuOTUxLTE0LjQ5OCwxNy45OTQtMzMuMTA0LDE2LjE2Ni00OS43N0MyMTQuNTQ0LDAuOTIxLDIxMy4zOTUtMC4wNDksMjEyLjEwMSwwLjAwMnoiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}
.market-button.mb-light-skin.blackberry-button, .market-button.mb-alt.blackberry-button {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MDMuMzIyIDUwMy4zMjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUwMy4zMjIgNTAzLjMyMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0xMTYuMjg1LDYwLjc0Nkg0NS45OTNsLTIwLjgyNyw5NS40NThoNzMuNzYzYzU3LjI3NSwwLDczLjc2My0yOC42MzcsNzMuNzYzLTUzLjgwMyAgICBDMTczLjU1OSw4NC4xNzYsMTYyLjI3OCw2MC43NDYsMTE2LjI4NSw2MC43NDZ6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMjM4LjY0NCwzNDcuMTE5aC03MS4xNTlsLTE5Ljk1OSw5NS40NThoNzMuNzYzYzU3LjI3NSwwLDczLjc2My0yOC42MzcsNzMuNzYzLTUzLjgwMyAgICBDMjk1LjA1MSwzNzAuNTQ5LDI4NC42MzcsMzQ3LjExOSwyMzguNjQ0LDM0Ny4xMTl6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNOTEuMTE5LDE5OS41OTNIMTkuOTU5TDAsMjk1LjA1MWg3My43NjNjNTcuMjc1LDAsNzMuNzYzLTI4LjYzNyw3My43NjMtNTMuODAzICAgIEMxNDcuNTI1LDIyMy4wMjQsMTM3LjExMiwxOTkuNTkzLDkxLjExOSwxOTkuNTkzeiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQyMC44ODEsMjk1LjA1MWgtNzEuMTU5bC0xOS45NTksODYuNzhoNzMuNzYzYzU3LjI3NSwwLDczLjc2My0yNC4yOTgsNzMuNzYzLTQ5LjQ2NCAgICBDNDc3LjI4OCwzMTQuMTQyLDQ2Ni44NzUsMjk1LjA1MSw0MjAuODgxLDI5NS4wNTF6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNDQ2LjkxNSwxNDcuNTI1aC03MS4xNTlsLTE5Ljk1OSw4Ni43OGg3My43NjNjNTcuMjc1LDAsNzMuNzYzLTI0LjI5OCw3My43NjMtNDkuNDY0ICAgIEM1MDMuMzIyLDE2Ni42MTcsNDkyLjkwOCwxNDcuNTI1LDQ0Ni45MTUsMTQ3LjUyNXoiIGZpbGw9IiNGRkZGRkYiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yNjUuNTQ2LDE5OS41OTNoLTcxLjE1OWwtMTkuOTU5LDk1LjQ1OGg3My43NjNjNTcuMjc1LDAsNzMuNzYzLTI4LjYzNyw3My43NjMtNTMuODAzICAgIEMzMjIuODIsMjIzLjAyNCwzMTEuNTM5LDE5OS41OTMsMjY1LjU0NiwxOTkuNTkzeiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTI5MS41OCw2MC43NDZIMjIwLjQybC0xOS45NTksOTUuNDU4aDczLjc2M2M1Ny4yNzUsMCw3My43NjMtMjguNjM3LDczLjc2My01My44MDMgICAgQzM0Ny45ODYsODQuMTc2LDMzNy41NzMsNjAuNzQ2LDI5MS41OCw2MC43NDZ6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
.market-button.mb-light-skin.amazon-button, .market-button.mb-alt.amazon-button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0idXVpZDo1RDIwODkyNDkzQkZEQjExOTE0QTg1OTBEMzE1MDhDOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1QjFCQzQ2QjRGNkQxMUU3OUY5REJEQzBGNkVBQUI5QiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1QjFCQzQ2QTRGNkQxMUU3OUY5REJEQzBGNkVBQUI5QiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QUM1ODJFMkIxNEExMUUzQkY1NEUzQkNCRjlEODA1RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QUM1ODJFM0IxNEExMUUzQkY1NEUzQkNCRjlEODA1RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk2CzRIAAAcFSURBVHja5FxpbBZVFH2ULlhQCq2oiBWLWqCI0AoqKILgGo2KEqlGjSKKIuJaC9EgRKNYURL9YQ2KawKICO5RqZYYsKDFtS1VsSpaU2ypgQYo0HpP5lTGz2/pvNnrTU7yLXNn3px5775777tvurW3tysf5DDBEMEAwUmCEwX9+TsalCRoEfwuqBF8KagTVAt2e9nQZA+vdYRgimCi4GJBd41z7BK8LlgjeMOTVqMHuYxcwRrBgXZnZYegyO32d3NxiGG4LBVMdvkZN7JnfuzGyZNcavQkwXYPyIFkCsoED4SFoDsFHwpSPTb8CwQPO31Sp4fYbMFi5a9MEzwfRILGu2UHNORYwS9BGmIpgldVcGR+0GzQI3T0giKY1XoHZYjBAazHuTT1ywUrOOvtFfQQDBPMEmTYaNd0wZIgOIrzNB29zYKcBOcuseFIljjhKDoxxC7U0FkuGCnYmuC4ewVzNNt1ahCGGILNXy3qIOAcalEHAWuuRZ0/BUcKDvhppM/X0HlQQ+dtDZ0setm+zmKtFo9HCuM9jeuUabYv3e90x0uCfvReewoOZZAai3g4kjs1rlNnwz8LVKjRgwT1EeQIjicGCdoEM5gEsyonCGo19PIEVUFKmO0hGgRbnIwZ/fI4k1TXFtvEJgf8BtNo13R9mv1dgSDYpwJlJO6zaL/6MiLPofHXlX1hI+gYwVjBZYLBDHCz/u9DbKCgkK7AoLAZMTcJwpBZJLgozFbeLYKeFNzRFaZBpwk6TvCpClbyLDAEnS5Y39UcKacIynWInEbGa0i471DGUnMD7dk8XzxNB2IxrH/9wClcR5BmxVLRa4KvYjh3urEY4sAf/e5BT9sg5ynB7UGOxewSNFwZyXEduVIZyfpAi91g9SZNvVkWyWkPI0FYd7peQ289h2UoYkY7BI1SeinNpRo6PcJGEBzBMZq672u6EaEiCOSM09BrVsYKqlXJ12xnml8EwS/J0dDbRb/HK4LS/SIoW3CUhp5O4SbW/s+yERv6QlCa0qsgy1DWqy6m2ZjFJvtFEIZJq4beIcqoj7bSe4pt3N9UwdF+EIT1+D80dWdYOPYZZSTt7cg9fhD0vUpcmRFLrhOM7sRxJYJLHZipkbgr8JogeMPrbDT6E8EZMf7rJXjL7pOPkBf9SHecI/jAZsNB1HPKyP1gSp5CuCHIHCwU/OYVQZiN6ml4wyJPCO72Khb7S/CCCpfs93KIQVAp9p2HN7iKQbJOgu5spVHHbTcfhNKSxz0i5zHB5Zz6rQiKtvKUbpG7Q9uGNrS7K3Mjrrexk3pVgsygbIfaJDjF4V6DoqtL1H9rFDHEahPkiZBWucB2CxzegLbSwV5TnuDpF8TRfdape3Jjl94EQY0NYioFkzp5rdFR9Oe4suNwb2m2Xlh/c8xNNUiooarjZCJabgYBL2oWsWl3C92GGotNQBnNMga2M+U+VnVCBxnRkRyqiPX2MLbcKPjZfF/mNAKWjlNshhBmWccLjqJt6kuSujMbgOKmnWzQF8pY4GuznFYoza6Rm7lVGYVX7yY4fASzoWMYn/Wno4sHhcLzCkYH2DDc9C8/SC60gm4+DriaCl1FzhU8xIfVGVkopBdH9qBr6GkW8mnODqGnHE3OUwcXChoJ5MWbOQvmRMk8/lP2lxyRBLuKYxJFT1ieuZb5m9oQE/Q1CdhOpzGa5HF49TSFUTE9aWz6f5OfJ9B4olLs8JAShIC6Lg45iuHSN6bvdYlCDThnq03f72IWsUj5uIjnkCCffh97ViF/w8TRUT/ZZA5L4sViqERdEnFi5FO2KWMLZu+QEZPOdqP9jyrjnSG38L8BphHymTKVzCQKVlG5EVm4hC1GxUw8IdmVH3BiYF9K6W+h3Vkmg91RfDHRdPxiq9H8AhrtliiW/gb6MNUchsMCQgqcx9sEmwXfkghzj0ebc01OacdCwk/KeCmCijaLxZN3eFFUgZ0Wo0GLTA4ifKpKwQYPSYG3ji0LVzAdHEvgupirUvqYguwbIw+2siC3jd72XBX/FRDj1MF1+zo+xWoavgqlt18sUlI4tDHLDmfYMDiBzj72+FcifkeFGyrY8NqdspgZRYuxWD7H6pkWb6yVSbZ6+iVNNIgN/NzCYd/Ghwd7gf1nKOLsR0OKmGuIxUliJR3fyL1qvUzhzsBoMabukm4le8lUJsI7u06fynhohEfDDj0X1WxrY/yfyZl6plsp12UM+LCGtVUFRz5nFDA0DjmKPWe6irOM7tSGukV0tIrYOL9kLXs1gtKXnTih0zsOS9i48cpI5jd7QEoVPWMYa7zYabmTJ3erOLKcuJ+GfCx9qcE0jHakgQm21bSFFW6y73b1KDIEHxHzmZzKpt+RzxkpgxmEVHWwZA56uznDNNFd2ESXod7LMfu3AAMA3eQjZHI91/8AAAAASUVORK5CYII=);
}
.market-button.mb-alt {
  background-color: #404040;
}

.media-btn {
  display: block;
  position: relative;
  width: 240px;
  height: 46px;
  margin-bottom: 6px;
  padding-left: 64px;
  color: #ffffff;
  font-size: 13px;
  line-height: 46px;
  text-decoration: none;
}
.media-btn > i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  background-color: rgba(255, 255, 255, 0.12);
  font-size: 15px;
  line-height: 46px;
  text-align: center;
}
.media-btn > i::before {
  line-height: 46px;
}
.media-btn > i.socicon-googleplus {
  font-size: 16px;
}
.media-btn > span {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 1;
}
.media-btn:focus, .media-btn:active {
  color: #ffffff;
  text-decoration: none;
}
.media-btn:hover {
  color: #ffffff;
}
.media-btn:hover > i {
  width: 100%;
}
.media-btn:hover > span {
  opacity: 0;
}
.media-btn.media-facebook {
  background-color: #3b5998;
}
.media-btn.media-google {
  background-color: #dd4b39;
}
.media-btn.media-twitter {
  background-color: #55acee;
}

/*@import 'components/social-buttons';*/
.nav-tabs {
  border-bottom: 1px solid #f3f3f3;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  padding: 10px 18px;
  /*transition: all .3s;*/
  border: 0;
  border-bottom: 1px solid transparent;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  text-decoration: none;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: transparent;
}
.nav-tabs .nav-link.active {
  background-color: transparent;
}
.nav-tabs .nav-link.disabled {
  cursor: not-allowed;
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:hover {
  color: #999999;
}
.nav-tabs .nav-link > i {
  margin-top: -3px;
  margin-right: 5px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #999999;
  font-size: 1.1em;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:hover > i {
  color: #d40037;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item.show .nav-link > i,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active > i {
  border-bottom-color: #d40037;
  color: #d40037;
}

.nav-link.dropdown-toggle {
  position: relative;
  z-index: 1001;
}

.tab-content {
  padding: 0;
  padding-top: 12px;
  border: 0;
  overflow: hidden;
}
.tab-content p:last-child, .tab-content ul:last-child, .tab-content ol:last-child {
  margin-bottom: 0;
}

.nav-pills .nav-link {
  margin-right: 5px;
  padding: 8px 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0px;
  color: #606060;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
}
.nav-pills .nav-link:hover:not(.disabled) {
  background-color: #f5f5f5;
}
.nav-pills .nav-link.disabled {
  color: #999999;
  cursor: not-allowed;
}
.nav-pills .nav-link > i {
  margin-top: -4px;
  margin-right: 5px;
}
.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
  background-color: #d40037 !important;
  color: #ffffff;
  cursor: default;
}
.nav-pills + .tab-content {
  padding: 12px 0 0;
  border: 0;
  border-radius: 0;
}
.nav-pills.nav-justified .nav-link {
  margin-right: 0;
}
.nav-pills.justify-content-center .nav-link {
  margin: 0 3px;
}
.nav-pills.justify-content-end .nav-link {
  margin: 0 0 0 5px;
}
.nav-pills.flex-column .nav-link {
  margin: 0 0 5px;
}

.nav-filters {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-filters > li {
  display: inline-block;
  margin: 0 22px 10px 0;
}
.nav-filters > li > a {
  padding-bottom: 8px;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  border-bottom: 1px solid transparent;
  color: #000000;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
}
.nav-filters > li > a:hover {
  color: #d40037;
}
.nav-filters > li > sup {
  margin-left: 4px;
  color: #999999;
}
.nav-filters > li.active > a {
  border-color: #d40037;
  color: #d40037;
  cursor: default;
  pointer-events: none;
}

.transition.fade {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.transition.fade.show {
  opacity: 1;
}
.transition.scale.fade {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.transition.scaledown.fade {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.transition.scale.fade.show, .transition.scaledown.fade.show {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.transition.left.fade {
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
.transition.right.fade {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
.transition.left.fade.show, .transition.right.fade.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.transition.top.fade {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
.transition.bottom.fade {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.transition.top.fade.show, .transition.bottom.fade.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.transition.flip.fade {
  -webkit-transform: rotateY(-90deg) scale(1.1);
          transform: rotateY(-90deg) scale(1.1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.transition.flip.fade.show {
  -webkit-transform: rotateY(0deg) scale(1);
          transform: rotateY(0deg) scale(1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.card:not([class*=border-]) {
  border: 0;
  background-color: #f5f5f5;
}

.card {
  border-radius: 0;
}

.card-img-top,
.card-img-bottom {
  border-radius: 0;
}

.card-text {
  margin-bottom: 6px;
  color: #999999;
  font-size: 13px;
}

.card-header,
.card-footer {
  border: 0;
  border-radius: 0 !important;
  background-color: #ededed;
}
.card-header h1, .card-header .h1, .card-header h2, .card-header .h2, .card-header h3, .card-header .h3,
.card-header h4, .card-header .h4, .card-header h5, .card-header .h5, .card-header h6, .card-header .h6,
.card-footer h1,
.card-footer .h1,
.card-footer h2,
.card-footer .h2,
.card-footer h3,
.card-footer .h3,
.card-footer h4,
.card-footer .h4,
.card-footer h5,
.card-footer .h5,
.card-footer h6,
.card-footer .h6 {
  margin-bottom: 0;
}

.card-body p:last-child, .card-body ol:last-child, .card-body ul:last-child {
  margin-bottom: 0;
}
.card-body .tab-content {
  padding: 0;
  border: 0;
}

.card.bg-primary .card-header {
  background-color: #c00032;
}

.card.bg-secondary .card-header,
.card.bg-faded .card-header {
  background-color: #ebebeb;
}

.card.bg-success .card-header {
  background-color: #94ac3d;
}

.card.bg-info .card-header {
  background-color: #6fb1ea;
}

.card.bg-warning .card-header {
  background-color: #c89b06;
}

.card.bg-danger .card-header {
  background-color: #d10404;
}

.card.bg-dark .card-header {
  background-color: #313131;
}

.text-white .card-title,
.text-light .card-title {
  color: #ffffff;
}
.text-white .card-text,
.text-light .card-text {
  color: rgba(255, 255, 255, 0.85);
}

.card-group .card .card-footer {
  border-radius: 0;
}
.card-group .card:first-child .card-footer {
  border-bottom-left-radius: 0px;
}
.card-group .card:last-child .card-footer {
  border-bottom-right-radius: 0px;
}

.card .hoverinfo {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0.7;
}
.card:hover .hoverinfo {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.accordion .card {
  background-color: #ffffff;
}
.accordion .card .card-header {
  padding: 0;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  background-color: #f5f5f5;
}
.accordion .card .card-body {
  padding: 1rem 1.25rem;
}
.accordion .btn.accordien-toggle {
  /*background: red !important;*/
  padding: 0px 54px 30px 10px !important;
  text-align: left !important;
  color: #fff !important;
  background-color: #d40037 !important;
  text-transform: initial;
}
.accordion .btn.accordien-toggle::after {
  position: absolute;
  top: 50%;
  right: 1.15rem;
  margin-top: -16px;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  content: "\f077";
}
.accordion [data-toggle=collapse] {
  display: block;
  position: relative;
  padding: 15px 1.2rem;
  padding-right: 40px;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  background-color: #f5f5f5;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  text-decoration: none;
}
.accordion [data-toggle=collapse]::after {
  position: absolute;
  top: 50%;
  right: 1.15rem;
  margin-top: -11px;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  content: "\f077";
}
.accordion [data-toggle=collapse].collapsed {
  background-color: transparent;
}
.accordion [data-toggle=collapse].collapsed:hover {
  background-color: #f5f5f5;
}
.accordion [data-toggle=collapse].collapsed::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.accordion [data-toggle=collapse] > i {
  margin-top: -3px;
  margin-right: 7px;
  color: #999999;
  font-size: 1.1em;
}
.accordion [data-toggle=collapse] > i.socicon-paypal {
  display: inline-block;
  margin-top: 1px;
  font-size: 0.8em;
  vertical-align: middle;
}

.pagination {
  display: table;
  width: 100%;
  padding: 0 7px 15px 0;
}
.pagination > .column {
  display: table-cell;
  padding-top: 0;
  vertical-align: middle;
}
.pagination .pages {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination .pages > li {
  display: inline-block;
  width: 36px;
  height: 36px;
  font-size: 13px;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
  background: #ffffff;
  margin-right: 6px;
}
.pagination .pages > li > a {
  display: block;
  width: 36px;
  height: 36px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid transparent;
  border-radius: 0px;
  color: #606060;
  line-height: 32px;
  text-decoration: none;
}
.pagination .pages > li > a:hover {
  border-color: #f3f3f3;
}
.pagination .pages > li.active > a {
  border-color: #d40037;
  color: #d40037;
}
.pagination .text-right .btn {
  padding-right: 12px;
  background: #ffffff;
}
.pagination .text-left .btn {
  padding-left: 12px;
  background: #ffffff;
}

.entry-navigation {
  display: table;
  width: 100%;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  table-layout: fixed;
}
.entry-navigation > .column {
  display: table-cell;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  vertical-align: middle;
}
.entry-navigation .btn {
  margin: 0;
}
.entry-navigation .btn > i {
  font-size: 1.2em;
}
.entry-navigation .btn.view-all {
  width: 46px;
  padding-right: 0;
  padding-left: 1px;
}
.entry-navigation .btn.view-all > i {
  margin-top: -5px;
  font-size: 1.4em;
}
.entry-navigation .text-right .btn {
  padding-right: 12px;
}
.entry-navigation .text-left .btn {
  padding-left: 12px;
}

/*@import 'components/comments';*/
.tooltip {
  font-family: "Europa", sans-serif, Helvetica, Arial;
}
.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #363636;
}
.tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #363636;
}
.tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #363636;
}
.tooltip.bs-tooltip-left .arrow::before {
  border-left-color: #363636;
}
.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  border-radius: 0;
  background-color: #363636;
  color: #ffffff;
  font-size: 12px;
}

.popover {
  border: 0;
  border-radius: 0;
  font-family: "Europa", sans-serif, Helvetica, Arial;
}
.popover.bs-popover-top .arrow::before {
  border-top-color: transparent;
}
.popover.bs-popover-top .arrow::after {
  border-top-color: #404040;
}
.popover.bs-popover-right .arrow::before {
  border-right-color: transparent;
}
.popover.bs-popover-right .arrow::after {
  border-right-color: #404040;
}
.popover.bs-popover-bottom .arrow::before {
  border-bottom-color: transparent;
}
.popover.bs-popover-bottom .arrow::after {
  border-bottom-color: #363636;
}
.popover.bs-popover-left .arrow::before {
  border-left-color: transparent;
}
.popover.bs-popover-left .arrow::after {
  border-left-color: #404040;
}

.popover-header {
  border: 0;
  border-radius: 0;
  background-color: #333333;
  color: #ffffff;
  font-family: inherit;
  font-weight: 500;
}

.popover-body {
  border: 0;
  background-color: #404040;
  color: rgba(255, 255, 255, 0.75);
}

.example-tooltip .tooltip {
  display: inline-block;
  position: relative;
  margin: 10px 20px;
  opacity: 1;
}

.example-popover .popover {
  display: block;
  position: relative;
  width: 260px;
  margin: 1.25rem;
  float: left;
}

.bs-tooltip-bottom-demo .arrow,
.bs-tooltip-top-demo .arrow {
  left: 50%;
  margin-left: -2px;
}

.bs-tooltip-left-demo .arrow,
.bs-tooltip-right-demo .arrow {
  top: 50%;
  margin-top: -2px;
}

.bs-popover-bottom-demo .arrow,
.bs-popover-top-demo .arrow {
  left: 50%;
  margin-left: -11px;
}

.bs-popover-left-demo .arrow,
.bs-popover-right-demo .arrow {
  top: 50%;
  margin-top: -8px;
}

.popover.bs-popover-bottom .popover-header::before,
.popover.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom: 0;
}

.dropdown-menu {
  border-color: #f3f3f3;
  border-radius: 0;
  font-size: 16px;
  min-width: 12rem;
  -webkit-box-shadow: 0 13px 15px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 13px 15px -5px rgba(0, 0, 0, 0.2);
}
.dropdown-menu .dropdown-item {
  padding: 10px 20px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  text-decoration: none;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:active {
  background: 0;
}
.dropdown-menu .dropdown-item:hover {
  color: #d40037;
}
.dropdown-menu .dropdown-item.active {
  color: #d40037;
}

.dropdown-toggle::after {
  margin-top: 1px;
  margin-left: 0.3em;
  vertical-align: 0.2em;
}

.btn.dropdown-toggle::after {
  vertical-align: 0.2em;
}

.show .dropdown-menu {
  -webkit-animation: dropdown-show 0.25s;
          animation: dropdown-show 0.25s;
}

@-webkit-keyframes dropdown-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes dropdown-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.list-group-item {
  border: 0;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-radius: 0 !important;
  background-color: #f5f5f5;
  font-size: 16px;
  /*transform: uppercase;*/
  text-letter-spacing: 0.025em;
  text-decoration: none;
}
.list-group-item i {
  margin-top: -4px;
  margin-right: 8px;
  font-size: 1.1em;
}
.list-group-item p, .list-group-item ul, .list-group-item ol, .list-group-item li, .list-group-item span, .list-group-item small {
  font-weight: normal !important;
  letter-spacing: 0;
  text-transform: none;
}
.list-group-item h1, .list-group-item .h1, .list-group-item h2, .list-group-item .h2, .list-group-item h3, .list-group-item .h3,
.list-group-item h4, .list-group-item .h4, .list-group-item h5, .list-group-item .h5, .list-group-item h6, .list-group-item .h6 {
  letter-spacing: 0;
  text-transform: none;
}
.list-group-item::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: transparent;
  content: "";
}

a.list-group-item,
.list-group-item-action {
  color: #000000;
}
a.list-group-item:hover, a.list-group-item:focus, a.list-group-item:active,
.list-group-item-action:hover,
.list-group-item-action:focus,
.list-group-item-action:active {
  background-color: #f5f5f5;
  color: #d40037;
}

a.list-group-item {
  padding-top: 0.87rem;
  padding-bottom: 0.87rem;
}

.with-badge {
  position: relative;
  padding-right: 3.3rem;
}
.with-badge .badge {
  position: absolute;
  top: 50%;
  right: 1.15rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.badge {
  color: #ffffff;
  font-size: 90%;
  font-weight: 500;
}
.badge.badge-default {
  /*background-color: $white-color;*/
  color: #999999;
}
.badge.badge-primary {
  background-color: #d40037;
}
.badge.badge-info {
  background-color: #93c4ef;
}
.badge.badge-success {
  background-color: #a7c04d;
}
.badge.badge-warning {
  background-color: #f8c313;
}
.badge.badge-danger {
  background-color: #ef0505;
}

.list-group-item.active {
  border-color: #ffffff;
  background-color: #f5f5f5;
  color: #d40037;
  cursor: default;
  pointer-events: none;
}
.list-group-item.active::before {
  background-color: #d40037;
}
.list-group-item.active p, .list-group-item.active ul, .list-group-item.active ol, .list-group-item.active li, .list-group-item.active span, .list-group-item.active small,
.list-group-item.active h1, .list-group-item.active .h1, .list-group-item.active h2, .list-group-item.active .h2, .list-group-item.active h3, .list-group-item.active .h3,
.list-group-item.active h4, .list-group-item.active .h4, .list-group-item.active h5, .list-group-item.active .h5, .list-group-item.active h6, .list-group-item.active .h6 {
  color: #606060;
}

.list-group-item-info {
  background-color: rgba(147, 196, 239, 0.15);
  color: #93c4ef !important;
}
.list-group-item-info > *,
.list-group-item-info h1, .list-group-item-info h2, .list-group-item-info h3, .list-group-item-info h4, .list-group-item-info h5, .list-group-item-info h6, .list-group-item-info p, .list-group-item-info ul, .list-group-item-info ol, .list-group-item-info a {
  color: #93c4ef !important;
}

.list-group-item-success {
  background-color: rgba(167, 192, 77, 0.15);
  color: #a1bb42 !important;
}
.list-group-item-success > *,
.list-group-item-success h1, .list-group-item-success h2, .list-group-item-success h3, .list-group-item-success h4, .list-group-item-success h5, .list-group-item-success h6, .list-group-item-success p, .list-group-item-success ul, .list-group-item-success ol, .list-group-item-success a {
  color: #a1bb42 !important;
}

.list-group-item-warning {
  background-color: rgba(248, 195, 19, 0.15);
  color: #f4be07 !important;
}
.list-group-item-warning > *,
.list-group-item-warning h1, .list-group-item-warning h2, .list-group-item-warning h3, .list-group-item-warning h4, .list-group-item-warning h5, .list-group-item-warning h6, .list-group-item-warning p, .list-group-item-warning ul, .list-group-item-warning ol, .list-group-item-warning a {
  color: #f4be07 !important;
}

.list-group-item-danger {
  background-color: rgba(239, 5, 5, 0.15);
  color: #ef0505 !important;
}
.list-group-item-danger > *,
.list-group-item-danger h1, .list-group-item-danger h2, .list-group-item-danger h3, .list-group-item-danger h4, .list-group-item-danger h5, .list-group-item-danger h6, .list-group-item-danger p, .list-group-item-danger ul, .list-group-item-danger ol, .list-group-item-danger a {
  color: #ef0505 !important;
}

.list-group-item-action:hover.list-group-item-info,
.list-group-item-action.active.list-group-item-info {
  background-color: rgba(147, 196, 239, 0.3);
}
.list-group-item-action:hover.list-group-item-success,
.list-group-item-action.active.list-group-item-success {
  background-color: rgba(167, 192, 77, 0.3);
}
.list-group-item-action:hover.list-group-item-warning,
.list-group-item-action.active.list-group-item-warning {
  background-color: rgba(248, 195, 19, 0.3);
}
.list-group-item-action:hover.list-group-item-danger,
.list-group-item-action.active.list-group-item-danger {
  background-color: rgba(239, 5, 5, 0.3);
}

.card:not([class*=mb-]):not([class*=margin-bottom-]) + .list-group {
  margin-top: 1px;
}

.alert {
  display: block;
  position: relative;
  padding: 12px;
  border: 5px solid transparent;
  border-radius: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: padding-box;
  /*  &::before {
      display: block;
      position: absolute;
      top: -6px;
      right: -6px;
      bottom: -6px;
      left: -6px;
      border: 1px solid transparent;
      border-radius: 0;
      content: '';
      z-index: -1;
    }*/
}
.alert i {
  display: inline-block;
  margin-top: -2px;
  vertical-align: middle;
}
.alert > *:last-child:not(.btn),
.alert h1:last-child:not(.btn), .alert h2:last-child:not(.btn), .alert h3:last-child:not(.btn), .alert h4:last-child:not(.btn), .alert h5:last-child:not(.btn), .alert h6:last-child:not(.btn), .alert p:last-child:not(.btn), .alert ul:last-child:not(.btn), .alert ol:last-child:not(.btn), .alert a:last-child:not(.btn) {
  margin: 0;
}
.alert .alert-dismissible {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.alert .alert-dismissible.fade.show {
  opacity: 1;
}
.alert .alert-close {
  display: block;
  position: absolute;
  top: 7px;
  right: 9px;
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  cursor: pointer;
}
.alert .alert-close::before {
  content: "\f00d";
}

.alert-default {
  background-color: rgba(96, 96, 96, 0.05);
  color: #606060;
}
.alert-default::before {
  border-color: rgba(96, 96, 96, 0.13);
}
.alert-default > *:not(.text-white), .alert-default > *:not(.text-light),
.alert-default h1:not(.text-white),
.alert-default h1:not(.text-light), .alert-default h2:not(.text-white), .alert-default h2:not(.text-light), .alert-default h3:not(.text-white), .alert-default h3:not(.text-light), .alert-default h4:not(.text-white), .alert-default h4:not(.text-light), .alert-default h5:not(.text-white), .alert-default h5:not(.text-light), .alert-default h6:not(.text-white), .alert-default h6:not(.text-light), .alert-default p:not(.text-white), .alert-default p:not(.text-light), .alert-default ul:not(.text-white), .alert-default ul:not(.text-light), .alert-default ol:not(.text-white), .alert-default ol:not(.text-light), .alert-default a:not(.text-white), .alert-default a:not(.text-light) {
  color: #606060;
}
.alert-default .alert-close {
  color: #606060;
}

.alert-primary {
  background-color: rgba(212, 0, 55, 0.12);
  color: #d40037;
}
.alert-primary::before {
  border-color: rgba(212, 0, 55, 0.25);
}
.alert-primary > *:not(.text-white), .alert-primary > *:not(.text-light),
.alert-primary h1:not(.text-white),
.alert-primary h1:not(.text-light), .alert-primary h2:not(.text-white), .alert-primary h2:not(.text-light), .alert-primary h3:not(.text-white), .alert-primary h3:not(.text-light), .alert-primary h4:not(.text-white), .alert-primary h4:not(.text-light), .alert-primary h5:not(.text-white), .alert-primary h5:not(.text-light), .alert-primary h6:not(.text-white), .alert-primary h6:not(.text-light), .alert-primary p:not(.text-white), .alert-primary p:not(.text-light), .alert-primary ul:not(.text-white), .alert-primary ul:not(.text-light), .alert-primary ol:not(.text-white), .alert-primary ol:not(.text-light), .alert-primary a:not(.text-white), .alert-primary a:not(.text-light) {
  color: #d40037;
}
.alert-primary .alert-close {
  color: #d40037;
}

.alert-info {
  background-color: rgba(147, 196, 239, 0.12);
  color: #93c4ef;
}
.alert-info::before {
  border-color: rgba(147, 196, 239, 0.3);
}
.alert-info > *:not(.text-white), .alert-info > *:not(.text-light),
.alert-info h1:not(.text-white),
.alert-info h1:not(.text-light), .alert-info h2:not(.text-white), .alert-info h2:not(.text-light), .alert-info h3:not(.text-white), .alert-info h3:not(.text-light), .alert-info h4:not(.text-white), .alert-info h4:not(.text-light), .alert-info h5:not(.text-white), .alert-info h5:not(.text-light), .alert-info h6:not(.text-white), .alert-info h6:not(.text-light), .alert-info p:not(.text-white), .alert-info p:not(.text-light), .alert-info ul:not(.text-white), .alert-info ul:not(.text-light), .alert-info ol:not(.text-white), .alert-info ol:not(.text-light), .alert-info a:not(.text-white), .alert-info a:not(.text-light) {
  color: #93c4ef;
}
.alert-info .alert-close {
  color: #93c4ef;
}

.alert-success {
  background-color: rgba(167, 192, 77, 0.12);
  color: #a1bb42;
}
.alert-success::before {
  border-color: rgba(167, 192, 77, 0.25);
}
.alert-success > *:not(.text-white), .alert-success > *:not(.text-light),
.alert-success h1:not(.text-white),
.alert-success h1:not(.text-light), .alert-success h2:not(.text-white), .alert-success h2:not(.text-light), .alert-success h3:not(.text-white), .alert-success h3:not(.text-light), .alert-success h4:not(.text-white), .alert-success h4:not(.text-light), .alert-success h5:not(.text-white), .alert-success h5:not(.text-light), .alert-success h6:not(.text-white), .alert-success h6:not(.text-light), .alert-success p:not(.text-white), .alert-success p:not(.text-light), .alert-success ul:not(.text-white), .alert-success ul:not(.text-light), .alert-success ol:not(.text-white), .alert-success ol:not(.text-light), .alert-success a:not(.text-white), .alert-success a:not(.text-light) {
  color: #a1bb42;
}
.alert-success .alert-close {
  color: #a1bb42;
}

.alert-warning {
  background-color: rgba(248, 195, 19, 0.12);
  color: #f4be07;
}
.alert-warning::before {
  border-color: rgba(248, 195, 19, 0.25);
}
.alert-warning > *:not(.text-white), .alert-warning > *:not(.text-light),
.alert-warning h1:not(.text-white),
.alert-warning h1:not(.text-light), .alert-warning h2:not(.text-white), .alert-warning h2:not(.text-light), .alert-warning h3:not(.text-white), .alert-warning h3:not(.text-light), .alert-warning h4:not(.text-white), .alert-warning h4:not(.text-light), .alert-warning h5:not(.text-white), .alert-warning h5:not(.text-light), .alert-warning h6:not(.text-white), .alert-warning h6:not(.text-light), .alert-warning p:not(.text-white), .alert-warning p:not(.text-light), .alert-warning ul:not(.text-white), .alert-warning ul:not(.text-light), .alert-warning ol:not(.text-white), .alert-warning ol:not(.text-light), .alert-warning a:not(.text-white), .alert-warning a:not(.text-light) {
  color: #f4be07;
}
.alert-warning .alert-close {
  color: #f4be07;
}

.alert-danger {
  background-color: rgba(239, 5, 5, 0.12);
  color: #ef0505;
}
.alert-danger::before {
  border-color: rgba(239, 5, 5, 0.25);
}
.alert-danger > *:not(.text-white), .alert-danger > *:not(.text-light),
.alert-danger h1:not(.text-white),
.alert-danger h1:not(.text-light), .alert-danger h2:not(.text-white), .alert-danger h2:not(.text-light), .alert-danger h3:not(.text-white), .alert-danger h3:not(.text-light), .alert-danger h4:not(.text-white), .alert-danger h4:not(.text-light), .alert-danger h5:not(.text-white), .alert-danger h5:not(.text-light), .alert-danger h6:not(.text-white), .alert-danger h6:not(.text-light), .alert-danger p:not(.text-white), .alert-danger p:not(.text-light), .alert-danger ul:not(.text-white), .alert-danger ul:not(.text-light), .alert-danger ol:not(.text-white), .alert-danger ol:not(.text-light), .alert-danger a:not(.text-white), .alert-danger a:not(.text-light) {
  color: #ef0505;
}
.alert-danger .alert-close {
  color: #ef0505;
}

.alert-image-bg {
  border: 0;
}
.alert-image-bg::before {
  display: none;
}

.iziToast-wrapper-topRight {
  top: 110px;
}

.iziToast {
  border: 0;
  border-radius: 0;
  background: #404040;
  width: 33%;
}
.iziToast::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -webkit-box-shadow: 0 8px 10px -4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 10px -4px rgba(0, 0, 0, 0.2);
  content: "";
  z-index: -1;
}
.iziToast > .iziToast-body {
  margin-left: 15px;
}
.iziToast > .iziToast-body > .iziToast-icon {
  margin-top: -10px;
  color: #ffffff;
}
.iziToast > .iziToast-body > p {
  font-size: 15px;
  color: #ffffff;
  line-height: 1.4em;
}
.iziToast > .iziToast-close {
  width: 40px;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  background: none;
  color: #ffffff;
}
.iziToast > .iziToast-close::before {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-size: 13px;
  text-align: center;
  content: "\f00d";
}
.iziToast.iziToast-info {
  background-color: #c8e1f7;
  color: #5ea7e7;
}
.iziToast.iziToast-info > .iziToast-close {
  color: #2487df;
}
.iziToast.iziToast-success {
  background-color: #d40037;
}
.iziToast.iziToast-warning {
  background-color: #fce69e;
}
.iziToast.iziToast-warning > .iziToast-body > p {
  color: #000000;
}
.iziToast.iziToast-warning > .iziToast-body > .iziToast-icon {
  color: #000000;
}
.iziToast.iziToast-warning > .iziToast-close {
  color: #000000;
}
.iziToast.iziToast-danger {
  background-color: #fd9a9a;
  color: #ef0505;
}
.iziToast.iziToast-danger > .iziToast-close {
  color: #bd0404;
}

.toast {
  border-color: #f3f3f3;
  border-radius: 0;
}

.toast.position-fixed {
  min-width: 300px;
  z-index: 9900;
}
.toast.position-fixed.top-center {
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.toast.position-fixed.top-right {
  top: 30px;
  right: 30px;
}
.toast.position-fixed.top-left {
  top: 30px;
  left: 30px;
}
.toast.position-fixed.bottom-center {
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.toast.position-fixed.bottom-right {
  bottom: 30px;
  right: 30px;
}
.toast.position-fixed.bottom-left {
  bottom: 30px;
  left: 30px;
}

@media (max-width: 1200px) {
  .iziToast {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .iziToast {
    width: 75%;
  }
}
@media (max-width: 576px) {
  .iziToast {
    width: 100%;
  }
}
.modal {
  z-index: 9999;
}

.modal-content {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 13px 15px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 13px 15px -5px rgba(0, 0, 0, 0.2);
}

.modal-header,
.modal-footer {
  border: 0;
  border-radius: 0;
}

.modal-header,
.modal-body,
.modal-footer {
  padding-right: 20px;
  padding-left: 20px;
}

.modal-body {
  border-right: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
}

.modal-footer {
  padding-top: 4px;
  padding-bottom: 4px;
}
.modal-footer .btn {
  margin-right: 0;
  margin-left: 12px;
}

.modal-open.hasScrollbar .navbar-stuck {
  width: calc(100% - 15px);
}

.modal-backdrop {
  z-index: 9990;
}

.example-modal .modal {
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
}
.example-modal .modal .modal-content {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*@import 'components/progress';*/
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
  /* @media (max-width: $screen-sm) {
       .owl-nav{
           display:none;
       }
   }*/
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage::after {
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  content: ".";
  visibility: hidden;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  overflow: hidden;
  background: #ffffff;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item .owl-lazy {
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  opacity: 0;
}
.owl-carousel .owl-item .from-top, .owl-carousel .owl-item .from-bottom,
.owl-carousel .owl-item .from-left, .owl-carousel .owl-item .from-right,
.owl-carousel .owl-item .scale-up, .owl-carousel .owl-item .scale-down {
  -webkit-transition: all 0.45s 0.3s ease-in-out;
  transition: all 0.45s 0.3s ease-in-out;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.owl-carousel .owl-item .from-top {
  -webkit-transform: translateY(-45px);
          transform: translateY(-45px);
}
.owl-carousel .owl-item .from-bottom {
  -webkit-transform: translateY(45px);
          transform: translateY(45px);
}
.owl-carousel .owl-item .from-left {
  -webkit-transform: translateX(-45px);
          transform: translateX(-45px);
}
.owl-carousel .owl-item .from-right {
  -webkit-transform: translateX(45px);
          transform: translateX(45px);
}
.owl-carousel .owl-item .scale-up {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.owl-carousel .owl-item .scale-down {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.owl-carousel .owl-item .delay-1 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.owl-carousel .owl-item .delay-2 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.owl-carousel .owl-item .delay-3 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.owl-carousel .owl-item .delay-4 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.owl-carousel .owl-item.active .from-top, .owl-carousel .owl-item.active .from-bottom {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.owl-carousel .owl-item.active .from-left, .owl-carousel .owl-item.active .from-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.owl-carousel .owl-item.active .scale-up, .owl-carousel .owl-item.active .scale-down {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.owl-carousel .owl-item > img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-item > img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  display: block;
  opacity: 0;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.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;
}
.owl-carousel .owl-dots {
  display: block;
  width: 100%;
  margin: 0 10px;
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 6px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-radius: 50%;
  border: 3px solid #999999;
  background-color: #999999;
}
.owl-carousel .owl-dots .owl-dot.active {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  border-width: 1px;
  background-color: transparent;
}
@media (max-width: 576px) {
  .owl-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border: none;
    background-color: transparent;
  }
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -45px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #d40037;
  line-height: 46px;
  text-align: center;
}
.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
  opacity: 1;
}
.owl-carousel .owl-prev::before,
.owl-carousel .owl-next::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 38px;
  font-weight: 700;
  content: "\f053";
}
.owl-carousel .owl-prev {
  left: 20px;
}
.owl-carousel .owl-prev::before {
  content: "\f053";
}
.owl-carousel .owl-next {
  right: 20px;
}
.owl-carousel .owl-next::before {
  content: "\f054";
}
.owl-carousel.large-controls .owl-prev,
.owl-carousel.large-controls .owl-next {
  width: 54px;
  height: 54px;
  margin-top: -47px;
  line-height: 50px;
}
.owl-carousel.large-controls .owl-prev {
  left: 0;
}
.owl-carousel.large-controls .owl-next {
  right: 0;
}
.owl-carousel.dots-inside .owl-dots {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding-bottom: 12px;
}
.owl-carousel.dots-inside .owl-dots .owl-dot {
  background-color: #ffffff;
  opacity: 0.5;
}
.owl-carousel.dots-inside .owl-dots .owl-dot.active {
  opacity: 1;
}
.owl-carousel.dots-inside .owl-prev,
.owl-carousel.dots-inside .owl-next {
  margin-top: -25px;
}
.owl-carousel.dots-inside.large-controls .owl-prev,
.owl-carousel.dots-inside.large-controls .owl-next {
  margin-top: -27px;
}
.owl-carousel .widget {
  margin-bottom: 0;
}
.owl-carousel .widget.widget-featured-posts > .entry {
  margin-bottom: 0;
}

.no-js .owl-carousel {
  display: block;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.hero-slider {
  width: 100%;
  min-height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  /*    @media (max-width: 1100px) {
          min-height: $hero-slider-min-height - 150;

          > .owl-carousel {
              min-height: $hero-slider-min-height - 150;
          }
      }
  */
}
.hero-slider > .owl-carousel {
  min-height: 500px;
  /* @media (max-width: $screen-lg) {
       .owl-prev,
       .owl-next {
           display: none;
       }
   }*/
}
.hero-slider > .owl-carousel.dots-inside .owl-dots {
  display: inline-block;
  left: 50%;
  width: auto;
  padding: 10px 22px 14px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #606060;
}
.hero-slider > .owl-carousel .item {
  height: 500px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: cover;
}
.hero-slider > .owl-carousel .owl-prev,
.hero-slider > .owl-carousel .owl-next {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.hero-slider > .owl-carousel .owl-prev {
  -webkit-transform: translateX(-150px);
          transform: translateX(-150px);
}
.hero-slider > .owl-carousel .owl-next {
  -webkit-transform: translateX(150px);
          transform: translateX(150px);
}
.hero-slider > .owl-carousel:hover .owl-prev,
.hero-slider > .owl-carousel:hover .owl-next {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media (max-width: 576px) {
  .hero-slider {
    min-height: 500px;
  }
  .hero-slider > .owl-carousel {
    min-height: 500px;
  }
  .hero-slider > .owl-carousel .item {
    height: 500px;
  }
}
/*@import 'components/gallery';
@import 'components/countdown';*/
.spinner-border {
  border-width: 0.15em;
}

.spinner-border-sm {
  border-width: 0.1em;
}

.sidebar {
  width: 100%;
}

.sidebar-toggle,
.sidebar-close {
  display: none;
  -webkit-transition: none;
  transition: none;
}

@media (max-width: 766px) {
  .sidebar-offcanvas {
    position: fixed;
    top: 0;
    width: 300px;
    height: 100%;
    padding: 50px 12px 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
    z-index: 9910;
    overflow-y: auto;
    -ms-overflow-style: none;
  }
  .sidebar-offcanvas.position-right {
    right: -300px;
    -webkit-transition: right 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, -webkit-box-shadow 0.3s 0.3s;
    transition: right 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, -webkit-box-shadow 0.3s 0.3s;
    transition: right 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, box-shadow 0.3s 0.3s;
    transition: right 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, box-shadow 0.3s 0.3s, -webkit-box-shadow 0.3s 0.3s;
  }
  .sidebar-offcanvas.position-left {
    left: -300px;
    -webkit-transition: left 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s, -webkit-box-shadow 0.1s 0.1s;
    transition: left 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s, -webkit-box-shadow 0.1s 0.1s;
    transition: left 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s, box-shadow 0.1s 0.1s;
    transition: left 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s, box-shadow 0.1s 0.1s, -webkit-box-shadow 0.1s 0.1s;
  }
  .sidebar-offcanvas.open {
    -webkit-box-shadow: 0 0 50px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 50px 3px rgba(0, 0, 0, 0.15);
  }
  .sidebar-offcanvas.open.position-right {
    right: 0;
  }
  .sidebar-offcanvas.open.position-left {
    left: 0;
  }
  .sidebar-close {
    display: block;
    position: absolute;
    top: 8px;
    right: 15px;
    color: #606060;
    font-size: 24px;
    cursor: pointer;
  }
  .sidebar-offcanvas::-webkit-scrollbar {
    display: none;
  }
  .sidebar-background {
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #999999;
    -webkit-transition: opacity 100ms, display 500ms, z-index 500ms;
    transition: opacity 100ms, display 500ms, z-index 500ms;
    z-index: -1;
  }
  .sidebar-background.sidebar-background-open {
    z-index: 9909;
    -webkit-transition: opacity 500ms, display 500ms;
    transition: opacity 500ms, display 500ms;
    opacity: 0.2;
  }
  .sidebar-toggle {
    display: block;
    position: fixed;
    top: 200px;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    background-color: #f8c313;
    color: #ffffff;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    cursor: pointer;
    z-index: 9;
  }
  .sidebar-toggle.position-right {
    right: 0;
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
  }
  .sidebar-toggle.position-right.sidebar-open {
    right: -48px;
  }
  .sidebar-toggle.position-left {
    left: 0;
    -webkit-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
  }
  .sidebar-toggle.position-left.sidebar-open {
    left: -48px;
  }
}
.widget-title {
  margin-bottom: 6px;
  position: relative;
  color: #404040;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.widget-title small {
  display: block;
  margin-top: 10px;
  color: #999999;
  font-size: 12px;
  text-transform: none;
}

.widget {
  /*padding: floor($grid-vertical-step * 1.2) 0 floor($grid-vertical-step * 0.6) 0;*/
  padding: 0;
  margin-bottom: 14px;
  border-bottom: 1px solid #f3f3f3;
}
.widget:first-child {
  padding-top: 0;
}
.widget:last-child {
  border-bottom: 0;
}
.widget .form-group {
  margin-bottom: 0;
}
.widget ul {
  margin-bottom: 6px;
}
.widget .market-button:last-child {
  margin-bottom: 0;
}
.widget .custom-control:last-child {
  margin-bottom: 0 !important;
}

.widget-categories ul,
.widget-links ul,
.widget-colors ul,
.widget-icon-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-categories ul > li,
.widget-links ul > li,
.widget-colors ul > li,
.widget-icon-list ul > li {
  position: relative;
  padding-left: 14px;
}
.widget-categories ul > li:last-child,
.widget-links ul > li:last-child,
.widget-colors ul > li:last-child,
.widget-icon-list ul > li:last-child {
  margin-bottom: 0;
}
.widget-categories ul > li::before,
.widget-links ul > li::before,
.widget-colors ul > li::before,
.widget-icon-list ul > li::before {
  display: block;
  position: absolute;
  top: 4px;
  left: -4px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  line-height: 16px;
  content: "\f054";
}
.widget-categories ul > li > a,
.widget-links ul > li > a,
.widget-colors ul > li > a,
.widget-icon-list ul > li > a {
  display: inline-block;
  text-decoration: none;
}
.widget-categories ul > li > span,
.widget-links ul > li > span,
.widget-colors ul > li > span,
.widget-icon-list ul > li > span {
  margin-left: 4px;
  color: #999999;
}
.widget-categories ul > li.has-children ul,
.widget-links ul > li.has-children ul,
.widget-colors ul > li.has-children ul,
.widget-icon-list ul > li.has-children ul {
  border-left: 1px solid #f0f0f0;
}
.widget-categories ul > li.has-children ul li::before,
.widget-links ul > li.has-children ul li::before,
.widget-colors ul > li.has-children ul li::before,
.widget-icon-list ul > li.has-children ul li::before {
  top: 14px;
  left: 0;
  width: 8px;
  height: 1px;
  -webkit-transform: none;
          transform: none;
  border: 0;
  background-color: #eeeeee;
  color: transparent;
}
.widget-categories ul > li.has-children ul li a,
.widget-links ul > li.has-children ul li a,
.widget-colors ul > li.has-children ul li a,
.widget-icon-list ul > li.has-children ul li a {
  font-size: 12px;
}
.widget-categories ul > li.has-children ul ul > li,
.widget-links ul > li.has-children ul ul > li,
.widget-colors ul > li.has-children ul ul > li,
.widget-icon-list ul > li.has-children ul ul > li {
  margin-bottom: 0;
}
.widget-categories ul > li.has-children > ul,
.widget-links ul > li.has-children > ul,
.widget-colors ul > li.has-children > ul,
.widget-icon-list ul > li.has-children > ul {
  max-height: 0;
  -webkit-transition: max-height 0.6s;
  transition: max-height 0.6s;
  overflow: hidden;
}
.widget-categories ul > li.has-children.expanded::before,
.widget-links ul > li.has-children.expanded::before,
.widget-colors ul > li.has-children.expanded::before,
.widget-icon-list ul > li.has-children.expanded::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.widget-categories ul > li.has-children.expanded > ul,
.widget-links ul > li.has-children.expanded > ul,
.widget-colors ul > li.has-children.expanded > ul,
.widget-icon-list ul > li.has-children.expanded > ul {
  max-height: 800px;
}

.widget-colors ul > li {
  padding-left: 0;
  /*&:first-child { margin-top: -5px; }*/
}
.widget-colors ul > li::before {
  display: none;
}
.widget-colors ul > li > a > span {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-top: -2px;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #f3f3f3;
  vertical-align: middle;
}
.widget-colors ul > li.active > a > span {
  border: 2px solid #000000;
}

.widget-icon-list ul > li {
  padding-left: 0;
}
.widget-icon-list ul > li::before {
  display: none;
}
.widget-icon-list ul > li > a > i {
  margin-right: 6px;
  font-size: 15px;
  width: 16px;
}

.widget-featured-products > .entry,
.widget-featured-posts > .entry {
  display: table;
  width: 100%;
  margin-bottom: 6px;
  border-bottom: 1px solid #f3f3f3;
  height: 65px;
}
.widget-featured-products > .entry .entry-thumb,
.widget-featured-products > .entry .entry-content,
.widget-featured-posts > .entry .entry-thumb,
.widget-featured-posts > .entry .entry-content {
  display: table-cell;
  vertical-align: top;
}
.widget-featured-products > .entry .entry-thumb,
.widget-featured-posts > .entry .entry-thumb {
  width: 62px;
  padding-right: 12px;
}
.widget-featured-products > .entry .entry-thumb > a,
.widget-featured-posts > .entry .entry-thumb > a {
  display: block;
  overflow: hidden;
}
.widget-featured-products > .entry .entry-thumb > a > img,
.widget-featured-posts > .entry .entry-thumb > a > img {
  width: 100%;
}
.widget-featured-products > .entry .entry-title,
.widget-featured-posts > .entry .entry-title {
  margin-bottom: 0;
  font-size: 13px;
  max-height: 2.6em;
  overflow: hidden;
}
.widget-featured-products > .entry .entry-title > a,
.widget-featured-posts > .entry .entry-title > a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #000000;
  font-weight: 500;
  text-decoration: none;
}
.widget-featured-products > .entry .entry-title > a:hover,
.widget-featured-posts > .entry .entry-title > a:hover {
  color: #d40037;
}
.widget-featured-products > .entry .entry-meta,
.widget-featured-posts > .entry .entry-meta {
  display: block;
  margin-bottom: 0;
  padding-top: 4px;
  color: #999999;
  font-size: 12px;
}

.tag {
  display: inline-block;
  height: 30px;
  margin-right: 6px;
  margin-bottom: 8px;
  padding: 0 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #f3f3f3;
  border-radius: 0px;
  color: #000000 !important;
  font-size: 12px;
  line-height: 26px;
  text-decoration: none !important;
  white-space: nowrap;
}
.tag:hover {
  border-color: #000000;
}
.tag.active {
  border-color: #d40037;
  color: #d40037 !important;
  cursor: default;
}

.text-right .tag {
  margin-right: 0;
  margin-left: 6px;
}

.text-center .tag {
  margin-right: 3px;
  margin-left: 3px;
}

.widget-order-summary .table td {
  padding: 6px 0;
  border: 0;
}
.widget-order-summary .table td:last-child {
  text-align: right;
}
.widget-order-summary .table tr:first-child > td {
  padding-top: 0;
}
.widget-order-summary .table tr:last-child > td {
  padding-top: 12px;
  border-top: 1px solid #f3f3f3;
}
.widget-order-summary .table tr:nth-last-child(2) > td {
  padding-bottom: 12px;
}

.noUi-target,
.noUi-target * {
  -ms-touch-action: none;
      touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.noUi-target {
  position: relative;
  border-radius: 0px;
  direction: ltr;
}

.noUi-base {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1; /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
  height: 3px;
}

.noUi-horizontal .noUi-handle {
  top: -7px;
  left: -8px;
  width: 17px;
  height: 17px;
}

.noUi-background {
  background: #ededed;
}

.noUi-connect {
  -webkit-transition: background 0.45s;
  transition: background 0.45s;
  background: #606060;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: #606060;
  cursor: default;
}

.price-range-slider {
  padding-top: 9px;
}
.price-range-slider .ui-range-slider-footer {
  display: table;
  width: 100%;
  padding-top: 30px;
}
.price-range-slider .ui-range-slider-footer > .column {
  display: table-cell;
  vertical-align: middle;
}
.price-range-slider .ui-range-slider-footer > .column:first-child {
  width: 40%;
}
.price-range-slider .ui-range-slider-footer > .column:last-child {
  width: 60%;
  padding-left: 15px;
  text-align: right;
}
.price-range-slider .ui-range-slider-footer .btn {
  height: 30px;
  margin: 0;
  padding: 0 15px;
  font-weight: 500;
  line-height: 26px;
}
.price-range-slider .ui-range-values {
  display: inline-block;
}
.price-range-slider .ui-range-values .ui-range-value-min,
.price-range-slider .ui-range-values .ui-range-value-max {
  display: inline-block;
  font-size: 13px;
}

.widget-light-skin .widget-title {
  border-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.5);
}
.widget-light-skin.widget-categories ul > li::before, .widget-light-skin.widget-links ul > li::before, .widget-light-skin.widget-colors ul > li::before, .widget-light-skin.widget-icon-list ul > li::before {
  color: rgba(255, 255, 255, 0.5);
}
.widget-light-skin.widget-categories ul > li > a, .widget-light-skin.widget-links ul > li > a, .widget-light-skin.widget-colors ul > li > a, .widget-light-skin.widget-icon-list ul > li > a {
  color: #ffffff;
}
.widget-light-skin.widget-categories ul > li > a:hover, .widget-light-skin.widget-links ul > li > a:hover, .widget-light-skin.widget-colors ul > li > a:hover, .widget-light-skin.widget-icon-list ul > li > a:hover {
  color: #d40037;
}
.widget-light-skin.widget-categories ul > li.active > a, .widget-light-skin.widget-links ul > li.active > a, .widget-light-skin.widget-colors ul > li.active > a, .widget-light-skin.widget-icon-list ul > li.active > a {
  color: #d40037;
}
.widget-light-skin.widget-categories ul > li > span, .widget-light-skin.widget-links ul > li > span, .widget-light-skin.widget-colors ul > li > span, .widget-light-skin.widget-icon-list ul > li > span {
  color: rgba(255, 255, 255, 0.5);
}
.widget-light-skin.widget-featured-posts > .entry .entry-title > a, .widget-light-skin.widget-featured-products > .entry .entry-title > a {
  color: #ffffff;
}
.widget-light-skin.widget-featured-posts > .entry .entry-title > a:hover, .widget-light-skin.widget-featured-products > .entry .entry-title > a:hover {
  color: #d40037;
}
.widget-light-skin.widget-featured-posts > .entry .entry-meta, .widget-light-skin.widget-featured-products > .entry .entry-meta {
  color: rgba(255, 255, 255, 0.5);
}
.widget-light-skin .tag {
  border-color: rgba(255, 255, 255, 0.14);
  color: #ffffff !important;
}
.widget-light-skin .tag:hover {
  border-color: #ffffff !important;
}
.widget-light-skin .tag.active {
  border-color: #d40037;
  color: #d40037 !important;
}

.steps .step {
  display: block;
  width: 100%;
  margin-bottom: 35px;
  text-align: center;
}
.steps .step .step-icon-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 80px;
  text-align: center;
}
.steps .step .step-icon-wrap::before, .steps .step .step-icon-wrap::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 50%;
  height: 3px;
  margin-top: -1px;
  background-color: #f3f3f3;
  content: "";
  z-index: 1;
}
.steps .step .step-icon-wrap::before {
  left: 0;
}
.steps .step .step-icon-wrap::after {
  right: 0;
}
.steps .step .step-icon {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  border: 0px solid #f3f3f3;
  border-radius: 50%;
  background-color: #f5f5f5;
  color: #404040;
  font-size: 38px;
  line-height: 80px;
  z-index: 5;
}
.steps .step .step-title {
  margin-top: 8px;
  margin-bottom: 0;
  color: #606060;
  font-size: 13px;
  font-weight: 500;
}
.steps .step:first-child .step-icon-wrap::before {
  display: none;
}
.steps .step:last-child .step-icon-wrap::after {
  display: none;
}
.steps .step.completed .step-icon-wrap::before, .steps .step.completed .step-icon-wrap::after {
  background-color: #d40037;
}
.steps .step.completed .step-icon {
  border-color: #d40037;
  background-color: #d40037;
  color: #ffffff;
}

@media (max-width: 576px) {
  .flex-sm-nowrap .step .step-icon-wrap::before, .flex-sm-nowrap .step .step-icon-wrap::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .flex-md-nowrap .step .step-icon-wrap::before, .flex-md-nowrap .step .step-icon-wrap::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .flex-lg-nowrap .step .step-icon-wrap::before, .flex-lg-nowrap .step .step-icon-wrap::after {
    display: none;
  }
}
@media (max-width: 1200px) {
  .flex-xl-nowrap .step .step-icon-wrap::before, .flex-xl-nowrap .step .step-icon-wrap::after {
    display: none;
  }
}
@-webkit-keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.21176);
    transform: scale(1.21176);
  }
  100% {
    opacity: 1;
  }
}
@keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.21176);
    transform: scale(1.21176);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes kenburns-2 {
  23.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  26.5625% {
    opacity: 1;
  }
  48.4375% {
    opacity: 1;
  }
  51.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes kenburns-2 {
  23.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  26.5625% {
    opacity: 1;
  }
  48.4375% {
    opacity: 1;
  }
  51.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes kenburns-3 {
  48.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  51.5625% {
    opacity: 1;
  }
  73.4375% {
    opacity: 1;
  }
  76.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes kenburns-3 {
  48.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  51.5625% {
    opacity: 1;
  }
  73.4375% {
    opacity: 1;
  }
  76.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes kenburns-4 {
  73.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes kenburns-4 {
  73.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*@import 'components/select2';*/
.fw-section,
.fh-section {
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.fw-section > .overlay,
.fh-section > .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  content: "";
  opacity: 0.6;
  z-index: 1;
}
.fw-section > .container,
.fw-section > .container-fluid,
.fw-section > div,
.fh-section > .container,
.fh-section > .container-fluid,
.fh-section > div {
  position: relative;
  z-index: 5;
}
.fw-section.bg-fixed,
.fh-section.bg-fixed {
  background-attachment: fixed;
}
.fw-section.no-cover-bg,
.fh-section.no-cover-bg {
  background-size: auto;
}

.fw-section {
  width: 100%;
}

.fh-section {
  height: 100vh;
}

.isotope-grid {
  position: relative;
  overflow: hidden;
}
.isotope-grid:not(.filter-grid) {
  min-height: 180px;
  background-position: center;
  background-image: url(../img/preloader.gif);
  background-repeat: no-repeat;
  background-size: 64px;
}
.isotope-grid:not(.filter-grid) > .grid-item {
  display: none;
}
.isotope-grid:not(.filter-grid)[style] {
  background: none;
}
.isotope-grid:not(.filter-grid)[style] > .grid-item {
  display: inline-block;
  -webkit-animation: showGrid 0.6s;
          animation: showGrid 0.6s;
}
.isotope-grid .gutter-sizer {
  width: 30px;
}
.isotope-grid .grid-item {
  margin-bottom: 30px;
}
.isotope-grid .grid-item .post-tile,
.isotope-grid .grid-item .portfolio-tile {
  margin-bottom: 0;
}
.isotope-grid.cols-1 .gutter-sizer {
  width: 0;
}
.isotope-grid.cols-1 .grid-sizer,
.isotope-grid.cols-1 .grid-item {
  width: 100%;
}
.isotope-grid.cols-2 .grid-sizer,
.isotope-grid.cols-2 .grid-item {
  width: calc(50% - 15px);
}
.isotope-grid.cols-3 .grid-sizer,
.isotope-grid.cols-3 .grid-item {
  width: calc(33.3333333333% - 20px);
}
.isotope-grid.cols-4 .grid-sizer,
.isotope-grid.cols-4 .grid-item {
  width: calc(25% - 22.5px);
}
.isotope-grid.cols-5 .grid-sizer,
.isotope-grid.cols-5 .grid-item {
  width: calc(20% - 24px);
}
.isotope-grid.cols-6 .grid-sizer,
.isotope-grid.cols-6 .grid-item {
  width: calc(16.6666666667% - 25px);
}
@media (max-width: 1200px) {
  .isotope-grid.cols-6 .grid-sizer,
  .isotope-grid.cols-6 .grid-item, .isotope-grid.cols-5 .grid-sizer,
  .isotope-grid.cols-5 .grid-item, .isotope-grid.cols-4 .grid-sizer,
  .isotope-grid.cols-4 .grid-item, .isotope-grid.cols-3 .grid-sizer,
  .isotope-grid.cols-3 .grid-item {
    width: calc(33.3333333333% - 22.5px);
  }
}
@media (max-width: 768px) {
  .isotope-grid.cols-6 .grid-sizer,
  .isotope-grid.cols-6 .grid-item, .isotope-grid.cols-5 .grid-sizer,
  .isotope-grid.cols-5 .grid-item, .isotope-grid.cols-4 .grid-sizer,
  .isotope-grid.cols-4 .grid-item, .isotope-grid.cols-3 .grid-sizer,
  .isotope-grid.cols-3 .grid-item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 576px) {
  .isotope-grid.cols-6 .gutter-sizer, .isotope-grid.cols-5 .gutter-sizer, .isotope-grid.cols-4 .gutter-sizer, .isotope-grid.cols-3 .gutter-sizer, .isotope-grid.cols-2 .gutter-sizer {
    width: 0;
  }
  .isotope-grid.cols-6 .grid-sizer,
  .isotope-grid.cols-6 .grid-item, .isotope-grid.cols-5 .grid-sizer,
  .isotope-grid.cols-5 .grid-item, .isotope-grid.cols-4 .grid-sizer,
  .isotope-grid.cols-4 .grid-item, .isotope-grid.cols-3 .grid-sizer,
  .isotope-grid.cols-3 .grid-item, .isotope-grid.cols-2 .grid-sizer,
  .isotope-grid.cols-2 .grid-item {
    width: 100%;
  }
}
.isotope-grid.grid-no-gap .gutter-sizer {
  width: 0;
}
.isotope-grid.grid-no-gap .grid-item {
  margin-bottom: 0;
}
.isotope-grid.grid-no-gap.cols-2 .grid-sizer,
.isotope-grid.grid-no-gap.cols-2 .grid-item {
  width: 50%;
}
.isotope-grid.grid-no-gap.cols-3 .grid-sizer,
.isotope-grid.grid-no-gap.cols-3 .grid-item {
  width: 33.3333333333%;
}
.isotope-grid.grid-no-gap.cols-4 .grid-sizer,
.isotope-grid.grid-no-gap.cols-4 .grid-item {
  width: 25%;
}
.isotope-grid.grid-no-gap.cols-5 .grid-sizer,
.isotope-grid.grid-no-gap.cols-5 .grid-item {
  width: 20%;
}
.isotope-grid.grid-no-gap.cols-6 .grid-sizer,
.isotope-grid.grid-no-gap.cols-6 .grid-item {
  width: 16.6666666667%;
}
@media (max-width: 1200px) {
  .isotope-grid.grid-no-gap.cols-6 .grid-sizer,
  .isotope-grid.grid-no-gap.cols-6 .grid-item, .isotope-grid.grid-no-gap.cols-5 .grid-sizer,
  .isotope-grid.grid-no-gap.cols-5 .grid-item, .isotope-grid.grid-no-gap.cols-4 .grid-sizer,
  .isotope-grid.grid-no-gap.cols-4 .grid-item, .isotope-grid.grid-no-gap.cols-3 .grid-sizer,
  .isotope-grid.grid-no-gap.cols-3 .grid-item {
    width: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .isotope-grid.grid-no-gap.cols-6 .grid-sizer,
  .isotope-grid.grid-no-gap.cols-6 .grid-item, .isotope-grid.grid-no-gap.cols-5 .grid-sizer,
  .isotope-grid.grid-no-gap.cols-5 .grid-item, .isotope-grid.grid-no-gap.cols-4 .grid-sizer,
  .isotope-grid.grid-no-gap.cols-4 .grid-item, .isotope-grid.grid-no-gap.cols-3 .grid-sizer,
  .isotope-grid.grid-no-gap.cols-3 .grid-item {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .isotope-grid.grid-no-gap.cols-6 .grid-sizer,
  .isotope-grid.grid-no-gap.cols-6 .grid-item, .isotope-grid.grid-no-gap.cols-5 .grid-sizer,
  .isotope-grid.grid-no-gap.cols-5 .grid-item, .isotope-grid.grid-no-gap.cols-4 .grid-sizer,
  .isotope-grid.grid-no-gap.cols-4 .grid-item, .isotope-grid.grid-no-gap.cols-3 .grid-sizer,
  .isotope-grid.grid-no-gap.cols-3 .grid-item, .isotope-grid.grid-no-gap.cols-2 .grid-sizer,
  .isotope-grid.grid-no-gap.cols-2 .grid-item {
    width: 100%;
  }
}

@-webkit-keyframes showGrid {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes showGrid {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@supports (-ms-ime-align: auto) {
  .isotope-grid:not(.filter-grid) {
    min-height: auto;
    background: none;
  }
  .isotope-grid:not(.filter-grid) > .grid-item {
    display: inline-block;
  }
  .isotope-grid:not(.filter-grid)[style] > .grid-item {
    -webkit-animation: none;
            animation: none;
  }
}
.navbar {
  position: relative;
  top: 0;
  left: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 80px;
  background-color: #ffffff;
  border-bottom: 1px solid #f3f3f3;
  z-index: 9000;
}
.navbar.navbar-stuck {
  position: fixed;
  -webkit-box-shadow: 0 7px 30px -6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 7px 30px -6px rgba(0, 0, 0, 0.15);
  z-index: 9010;
}

.site-branding {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  line-height: 80px;
  padding: 0 0 0 20px;
  z-index: 4;
}

.site-logo {
  display: inline-block;
  position: relative;
  margin-right: 18px;
  text-decoration: none;
  z-index: 99999;
}
.site-logo > img {
  width: 100%;
  max-width: 180px;
}
.site-logo.logo-sm > img {
  max-width: 150px !important;
}
.site-logo.logo-stuck {
  display: none;
}

.topbar-menu-switcher {
  position: relative;
  vertical-align: middle;
  z-index: 10;
}
.topbar-menu-switcher .lang-currency-toggle {
  cursor: pointer;
}
.topbar-menu-switcher .lang-currency-toggle > img, .topbar-menu-switcher .lang-currency-toggle > i, .topbar-menu-switcher .lang-currency-toggle span {
  display: inline-block;
  vertical-align: middle;
}
.topbar-menu-switcher .lang-currency-toggle > img {
  width: 24px;
}
.topbar-menu-switcher .lang-currency-toggle > span {
  margin-left: 6px;
  font-size: 13px;
  text-transform: uppercase;
}
.topbar-menu-switcher .lang-currency-toggle > i {
  margin-left: -1px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #606060;
  font-size: 22px;
  line-height: 1;
}
.topbar-menu-switcher .lang-currency-dropdown {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 160px;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: -80px;
  padding: 20px 22px;
  -webkit-transform: translateY(-15px) scale(0.95);
          transform: translateY(-15px) scale(0.95);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background-color: #ffffff;
  list-style: none;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
}
.topbar-menu-switcher .lang-currency-dropdown > li {
  margin-bottom: 6px;
}
.topbar-menu-switcher .lang-currency-dropdown > li:last-child {
  margin-bottom: 0;
}
.topbar-menu-switcher .lang-currency-dropdown > li > a {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  color: #606060;
  font-size: 13px;
  text-decoration: none;
  opacity: 1;
}
.topbar-menu-switcher .lang-currency-dropdown > li > a > img {
  display: inline-block;
  width: 24px;
  margin-right: 7px;
  vertical-align: middle;
}
.topbar-menu-switcher .lang-currency-dropdown > li > a:hover {
  color: #999999;
}
.topbar-menu-switcher.open .lang-currency-toggle > i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.topbar-menu-switcher.open .lang-currency-dropdown {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 1;
  visibility: visible;
}

.site-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.site-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-menu li > a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #000000;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-decoration: none;
  text-transform: uppercase;
}
.site-menu li:hover > a {
  color: #d40037;
}
.site-menu li.active > a {
  color: #d40037;
}
.site-menu > ul {
  display: table;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
}
.site-menu > ul > li {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.site-menu > ul > li > a {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0 16px;
  font-size: 16px;
}
.site-menu > ul > li > a > span {
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
  padding-top: 4px;
}
.site-menu > ul > li:hover > .sub-menu {
  display: block;
  -webkit-animation: fadeIn 0.35s;
          animation: fadeIn 0.35s;
}
.site-menu > ul > li:hover > .mega-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-animation: fadeIn 0.35s;
          animation: fadeIn 0.35s;
}

.site-menu > ul > li.has-megamenu {
  position: static;
}

.toolbar {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  z-index: 5;
}
.toolbar .inner {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  z-index: 10;
}
.toolbar .toolbar-toggle {
  display: table-cell;
  color: #000000;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
}
.toolbar .toolbar-toggle:last-child {
  border-right: 0;
}
.toolbar .toolbar-toggle > i {
  display: inline-block;
  position: relative;
  font-style: normal;
  opacity: 1;
}
.toolbar .toolbar-toggle::after {
  display: block;
  margin-top: -24px;
  font-family: "Font Awesome 5 Pro";
  content: "\f00d";
  font-weight: 100;
  opacity: 0;
}
.toolbar .toolbar-toggle:hover {
  color: #999999;
}
.toolbar .toolbar-toggle.active {
  background-color: #ffffff;
  color: red;
}
.toolbar .toolbar-toggle.active > i {
  -webkit-transform: translateY(-20px) scale(0.7);
          transform: translateY(-20px) scale(0.7);
  opacity: 0;
}
.toolbar .toolbar-toggle.active::after {
  opacity: 1;
}
.toolbar .toolbar-toggle.setactive > i {
  color: #d40037;
}
.toolbar .toolbar-toggle .count {
  display: none;
  position: absolute;
  top: -2px;
  right: -10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #d40037;
  color: #ffffff;
  font-size: 11px;
  line-height: 19px;
  text-align: center;
}
.toolbar .toolbar-toggle.mobile-menu-toggle {
  display: none;
}
@media (max-width: 991px) {
  .toolbar .toolbar-toggle.mobile-menu-toggle {
    display: table-cell;
  }
}

.toolbar-dropdown {
  position: fixed;
  top: 0;
  right: 0;
  width: 600px;
  height: 100%;
  padding-top: 80px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 50px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 50px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  overflow-y: auto;
  -ms-overflow-style: none;
}
.toolbar-dropdown.open {
  opacity: 1;
  visibility: visible;
}
.toolbar-dropdown .toolbar-section {
  display: none;
  width: 100%;
  padding: 30px;
}
.toolbar-dropdown .toolbar-section.current {
  display: block;
  -webkit-animation: slideUpLong 0.4s;
          animation: slideUpLong 0.4s;
}
.toolbar-dropdown .shopping-cart thead > tr > th, .toolbar-dropdown .wishlist-cart thead > tr > th {
  width: 50%;
  padding-right: 0;
  padding-left: 0;
}
.toolbar-dropdown .shopping-cart > table > tbody > tr > td, .toolbar-dropdown .wishlist-cart > table > tbody > tr > td {
  padding-right: 0;
  padding-left: 0;
}
.toolbar-dropdown .shopping-cart .product-item .product-info, .toolbar-dropdown .wishlist-cart .product-item .product-info {
  padding-top: 0;
}
.toolbar-dropdown .shopping-cart .product-item .product-thumb, .toolbar-dropdown .wishlist-cart .product-item .product-thumb {
  display: table-cell !important;
  width: 75px;
  height: auto;
  padding-right: 15px;
}
.toolbar-dropdown .shopping-cart .product-item .product-title, .toolbar-dropdown .wishlist-cart .product-item .product-title {
  padding-top: 0;
  font-size: 13px !important;
}
.toolbar-dropdown .shopping-cart .product-item .product-title small, .toolbar-dropdown .wishlist-cart .product-item .product-title small {
  font-size: 1.1em;
}

.toolbar-dropdown::-webkit-scrollbar {
  width: 0 !important;
}

@media (max-width: 991px) {
  .site-branding {
    padding-left: 15px;
  }
  .topbar-menu-switcher,
  .site-menu {
    display: none;
  }
  .toolbar-section .topbar-menu-switcher {
    display: inline-block;
  }
}
@media (max-width: 576px) {
  .toolbar-dropdown {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .toolbar .toolbar-toggle {
    font-size: 20px;
  }
  .toolbar {
    width: 160px;
  }
  .site-branding {
    padding-left: 10px;
  }
  .site-logo {
    margin-top: 3px;
  }
  .site-logo.logo-sm > img {
    max-width: 160px;
  }
}
.topbar {
  display: table;
  position: relative;
  width: 100%;
  padding: 0 20px;
  background-color: #d40037;
  z-index: 9010;
}
.topbar .topbar-column {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  font-size: 14px;
}
.topbar .topbar-column:last-child {
  text-align: right;
}
.topbar .topbar-column:first-child {
  text-align: left;
}
.topbar .topbar-column a:not(.social-button), .topbar .topbar-column span, .topbar .topbar-column p {
  color: #000000;
}
.topbar .topbar-column > a:not(.social-button), .topbar .topbar-column > span, .topbar .topbar-column > p {
  display: inline-block;
  margin-top: 6px;
  margin-bottom: 5px;
}
.topbar .topbar-column > a:not(.social-button) > i, .topbar .topbar-column > span > i, .topbar .topbar-column > p > i {
  margin-top: -3px;
}
.topbar .topbar-column > a:not(.social-button) > i.icon-download, .topbar .topbar-column > span > i.icon-download, .topbar .topbar-column > p > i.icon-download {
  margin-top: -4px;
}
.topbar .topbar-column a:not(.social-button) {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
}
.topbar .topbar-column a:not(.social-button):hover {
  color: #d40037;
}
@media (max-width: 1200px) {
  .topbar .topbar-column:first-child {
    font-size: 13px;
  }
}
.topbar .infotext {
  padding-top: 1px;
}
.topbar .topbar-column:last-child > a:not(.social-button), .topbar .topbar-column:last-child > span, .topbar .topbar-column:last-child > p {
  margin-left: 20px;
}
.topbar .topbar-column:first-child {
  /*.topbar .topbar-column */
}
.topbar .topbar-column:first-child > a:not(.social-button), .topbar .topbar-column:first-child > span, .topbar .topbar-column:first-child > p {
  margin-right: 20px;
}
.topbar.topbar-ghost, .topbar.topbar-dark {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom-color: rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.05);
}
.topbar.topbar-ghost .topbar-column a:not(.social-button):not(.dropdown-item), .topbar.topbar-ghost .topbar-column span, .topbar.topbar-ghost .topbar-column p, .topbar.topbar-dark .topbar-column a:not(.social-button):not(.dropdown-item), .topbar.topbar-dark .topbar-column span, .topbar.topbar-dark .topbar-column p {
  color: #ffffff;
}
.topbar.topbar-ghost .topbar-column a:not(.social-button):not(.dropdown-item):hover, .topbar.topbar-dark .topbar-column a:not(.social-button):not(.dropdown-item):hover {
  color: #d40037;
}
.topbar.topbar-ghost .topbar-menu-switcher-wrap .topbar-menu-switcher > .currency, .topbar.topbar-dark .topbar-menu-switcher-wrap .topbar-menu-switcher > .currency {
  border-left-color: rgba(255, 255, 255, 0.15);
}
.topbar.topbar-ghost .dropdown-toggle::after, .topbar.topbar-dark .dropdown-toggle::after {
  color: #ffffff;
}
.topbar.topbar-dark {
  position: relative;
}

.topbar-menu-switcher-wrap {
  display: inline-block;
  position: relative;
  margin-left: 22px;
  cursor: pointer;
  text-transform: uppercase;
}
.topbar-menu-switcher-wrap .topbar-menu-switcher > .language, .topbar-menu-switcher-wrap .topbar-menu-switcher > .currency, .topbar-menu-switcher-wrap .topbar-menu-switcher::after {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: middle;
}
.topbar-menu-switcher-wrap .topbar-menu-switcher > .language {
  width: 20px;
}
.topbar-menu-switcher-wrap .topbar-menu-switcher > .currency {
  margin-left: 12px;
  font-size: 14px;
  padding: 4px 0 4px 12px;
}
.topbar-menu-switcher-wrap .topbar-menu-switcher::after {
  margin-left: 6px;
}
.topbar-menu-switcher-wrap .topbar-menu-switcher:hover > .language, .topbar-menu-switcher-wrap .topbar-menu-switcher:hover > .currency, .topbar-menu-switcher-wrap .topbar-menu-switcher:hover::after {
  color: #d40037;
}
.topbar-menu-switcher-wrap.show > .topbar-menu-switcher .currency,
.topbar-menu-switcher-wrap.show > .topbar-menu-switcher::after {
  color: #d40037;
}
.topbar-menu-switcher-wrap .dropdown-menu {
  right: 0;
  left: auto;
  padding-bottom: 12px;
}
.topbar-menu-switcher-wrap .dropdown-item {
  padding-top: 4px;
  padding-bottom: 4px;
}
.topbar-menu-switcher-wrap .dropdown-item > img {
  display: inline-block;
  width: 17px;
  margin-top: -1px;
  margin-right: 7px;
  vertical-align: middle;
}
.topbar-menu-switcher-wrap .currency-select {
  padding-top: 7px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.page-title {
  width: 100%;
  margin-bottom: 6px;
  padding: 18px 0;
  background-color: #ffffff;
}
.page-title > .container,
.page-title > .container-fluid {
  display: table;
}
.page-title .column {
  display: table-cell;
  vertical-align: middle;
  /*    &:first-child {
        width: 50%;
        padding-right: 20px;
      }*/
}
.page-title h1, .page-title h2, .page-title h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}
.page-title h1 span {
  font-size: 20px;
}

.page-title-product h2 {
  /*font-size: $font-size-h3;*/
  margin-top: -1px;
  margin-bottom: 7px;
  padding: 0;
}
.page-title-product h2 span {
  font-size: 85%;
  color: #999999;
}

.breadcrumbs {
  display: block;
  margin: 0;
  padding: 15px 0 15px 0;
  list-style: none;
  text-align: left;
}
.breadcrumbs > li {
  display: inline-block;
  padding: 5px 0;
  color: #999999;
  font-size: 13px;
  cursor: default;
  vertical-align: middle;
}
.breadcrumbs > li.separator {
  margin-top: 0px;
  margin-left: 6px;
  margin-right: 6px;
  color: #000000;
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
}
.breadcrumbs > li.separator::before {
  content: "\f054";
}
.breadcrumbs > li > a {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  color: #000000;
  text-decoration: none;
}
.breadcrumbs > li > a:hover {
  color: #d40037;
}

@-moz-document url-prefix() {
  .breadcrumbs > li.separator {
    margin-top: 1px;
  }
  .breadcrumbs > li:first-child > a::before {
    margin-top: -2px;
  }
}
@media (max-width: 768px) {
  .page-title {
    margin-bottom: 27px;
  }
  .page-title > .container,
  .page-title > .container-fluid {
    display: block;
  }
  .page-title .column {
    display: block;
    width: 100%;
    text-align: center;
  }
  .page-title .column:first-child {
    width: 100%;
    padding-right: 0;
  }
  .page-title-product {
    text-align: center;
  }
  .page-title-product h1 span {
    display: block;
  }
  .breadcrumbs {
    padding: 15px 0 10px 0;
    text-align: center;
  }
  .breadcrumbs > li {
    margin-left: 3px;
    margin-margin-right: 3px;
  }
}
.site-footer {
  padding-top: 24px;
  background-position: center bottom;
  background-color: #242424;
  background-repeat: no-repeat;
  /*   .footer-creditcards {
         width: 250px;
         height: auto;
     }*/
}
.site-footer a {
  color: #ffffff;
  font-size: 15px;
}
.site-footer a:hover {
  color: #d40037;
}
.site-footer .widget-title {
  margin-top: 10px;
}
.site-footer .footer-languages a {
  background: #f5f5f5;
  padding: 3px 10px;
  margin-right: 15px;
  font-weight: 600;
  border: 1px solid #f3f3f3;
}
.site-footer .footer-copyright {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 12px;
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  /*.footer-logo-indx {
      width: 80px;
      height: auto;
      margin-top: -3px
  }*/
}
.site-footer .footer-copyright > a {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.site-footer .footer-copyright > a:hover {
  color: #ffffff;
}
@media (max-width: 768px) {
  .site-footer {
    padding-top: 24px;
  }
}

.footer-light {
  background-color: #f5f5f5;
}
.footer-light .footer-copyright {
  color: #999999;
}
.footer-light .footer-copyright > a {
  color: #999999;
}
.footer-light .footer-copyright > a:hover {
  color: #d40037;
}

.user-info-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: -2px;
  padding-bottom: 12px;
  border: 0px solid #f3f3f3;
  overflow: hidden;
}
.user-info-wrapper .user-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-position: center;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-size: cover;
}
.user-info-wrapper .user-cover .tooltip .tooltip-inner {
  width: 230px;
  max-width: 100%;
  padding: 10px 15px;
}
.user-info-wrapper .info-label {
  display: block;
  position: absolute;
  top: 18px;
  right: 18px;
  height: 26px;
  padding: 0 12px;
  border-radius: 0px;
  background-color: #ffffff;
  color: #606060;
  font-size: 11px;
  line-height: 26px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.18);
  cursor: pointer;
}
.user-info-wrapper .info-label > i {
  display: inline-block;
  margin-right: 3px;
  font-size: 1.2em;
  vertical-align: middle;
}
.user-info-wrapper .user-info {
  display: table;
  position: relative;
  width: 100%;
  padding: 12px 6px 0 12px;
  z-index: 5;
}
.user-info-wrapper .user-info .user-avatar,
.user-info-wrapper .user-info .user-data {
  display: table-cell;
  vertical-align: top;
}
.user-info-wrapper .user-info .user-avatar {
  position: relative;
  width: 80px;
  height: 80px;
}
.user-info-wrapper .user-info .user-avatar > img {
  display: block;
  width: 100%;
  border-radius: 0px;
}
.user-info-wrapper .user-info .user-avatar .edit-avatar {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 26px;
  margin-top: -13px;
  padding: 0 12px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-radius: 0px;
  background-color: #ffffff;
  color: #606060;
  font-size: 12px;
  line-height: 26px;
  white-space: nowrap;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  opacity: 0;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
.user-info-wrapper .user-info .user-avatar .edit-avatar > i {
  margin-top: -1px;
  margin-right: 3px;
  font-size: 1.2em;
}
.user-info-wrapper .user-info .user-avatar:hover .edit-avatar {
  opacity: 1;
}
.user-info-wrapper .user-info .user-data {
  padding-top: 30px;
  padding-left: 12px;
}
.user-info-wrapper .user-info .user-data h5 {
  margin-bottom: 2px;
}
.user-info-wrapper .user-info .user-data span {
  display: block;
  color: #999999;
  font-size: 12px;
}
.user-info-wrapper + .list-group .list-group-item:first-child {
  border-radius: 0;
}

.warning-top-header {
  background: #52565a;
  color: #fff;
  padding: 10px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  display: none;
}

body noscript .warning-top-header {
  display: block;
}

body noscript {
  display: block !important;
}

.page-title-product {
  margin-bottom: 20px;
}

.product-list-bg {
  background: #f3f3f3;
  min-height: 600px;
  overflow: hidden;
  display: block;
}

.product-card {
  border: 1px solid #f3f3f3;
  background: #ffffff;
  padding: 10px 10px 4px 10px;
  margin-bottom: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product-card .product-card-thumb {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.product-card .product-card-thumb .product-card-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.product-card .product-card-thumb > img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  /*padding: 20px;*/
}
.product-card .product-card-details {
  overflow: hidden;
  /*@media (max-width: $screen-lg) {
      height: 6.4em;
  }*/
}
.product-card .product-card-details .product-card-link {
  display: block;
  text-decoration: none;
}
.product-card .product-card-details .product-card-brand {
  font-size: 16px;
  color: #000000;
}
.product-card .product-card-details .product-card-title {
  padding: 0px;
  margin-bottom: 0;
  letter-spacing: inherit;
  height: 6em;
  text-transform: none;
  font-size: 15px;
  font-weight: 300;
  color: #000000;
  background: #ffffff;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
}
.product-card .product-card-details .product-card-title:hover {
  color: #d40037;
}
@media (max-width: 1200px) {
  .product-card .product-card-details .product-card-title {
    height: 6em;
  }
}
@media (max-width: 576px) {
  .product-card .product-card-details .product-card-title {
    height: 6em;
  }
}
.product-card .product-card-details .product-card-subtitle {
  color: #999999;
  padding: 0px;
  min-height: 1.5em;
  font-size: 15px;
  font-weight: normal;
}
.product-card .product-card-price {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #606060;
  font-size: 15px;
  font-weight: normal;
}
.product-card .product-card-price > del {
  margin-right: 6px;
  font-size: 0.9em;
}
.product-card .product-card-price .stock {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-card .product-card-price .stock.st1 i {
  color: #06c61d;
}
.product-card .product-card-price .price {
  margin-bottom: 0;
  font-size: 20px;
}
.product-card .product-button-group {
  text-align: right;
  position: relative;
  /* .product-card-buttons {
      position: absolute;
      right: 20px;
      bottom: 20px;
      transition: opacity .35s;
      text-align: right;
      opacity: 0;
      z-index: 2;

      .btn {
          margin: 0;
          margin-left: 7px;
          padding: 0 12px;
      }



      .btn-wishlist {
          width: $btn-sm-height;
          padding: 0;
          transition: color .3s;
          background-color: $white-color;
          color: $gray-dark;
          text-decoration: none;
          vertical-align: middle;

          > i {
              font-size: $font-size-base;
          }

          &:hover {
              background-color: $white-color;
              color: $brand-danger;
          }
      }
  }*/
}
.product-card .product-button-group .img-brand {
  position: absolute;
  left: 0;
  width: auto;
  height: 35px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  bottom: 5px;
}
@media (max-width: 576px) {
  .product-card .product-button-group .img-brand {
    display: none;
  }
  .product-card .product-button-group .btn {
    padding: 0 8px;
  }
}
.product-card .product-button-group .btn-quickproduct {
  display: none;
}
.product-card.product-list {
  display: table;
  width: 100%;
  padding: 10px 15px 0 10px;
  /* .product-card-body {
      padding: 32px 22px 18px;
      text-align: left;
  }*/
}
.product-card.product-list .product-card-thumb {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 200px;
  border-top-right-radius: 0;
}
.product-card.product-list .product-card-details {
  overflow: hidden;
  max-height: 10em;
  height: inherit;
  padding: 10px 0;
}
.product-card.product-list .product-card-descr {
  font-size: 12px;
  color: #999999;
  max-height: 6em;
  margin: 0 0 10px 0;
  overflow: hidden;
}
.product-card.product-list .product-card-price .stock {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.product-card.product-list .product-card-price .price {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 20px;
  font-size: 19px;
}
.product-card.product-list .btn-quickproduct {
  display: inline-block;
}
.product-card:hover {
  border: 1px solid #d40037;
}

.touch .product-card .product-card-buttons {
  opacity: 1;
}

.product-badge {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  padding: 0 14px;
  border-radius: 12px;
  background-color: #f5f5f5;
  font-size: 12px;
  line-height: 24px;
  z-index: 1;
}

.product-rating {
  display: block;
  position: absolute;
  top: 16px;
  right: 15px;
  z-index: 2;
}
.product-rating::after {
  display: block;
  clear: both;
  content: "";
}
.product-rating i {
  display: block;
  float: left;
  font-size: 13px;
  line-height: 1;
}

/*.category-card-home {
    display: flex;
    position: relative;
    justify-content: space-between;
    padding: 0;
    background-color: $gray-lighter;
    text-decoration: none;

    .category-card-info {
        margin: 0 auto;
        position: absolute;
        left: 20px;
        bottom: 20px;
        max-width: 300px;
    }

    .category-card-title {
        margin-bottom: 0;
        color: $headings-color;
        font-size: $font-size-h4;
        font-weight: 500;
    }

    .category-card-subtitle {
        margin: 0;
        color: $gray;

        font: {
            size: $font-size-h6;
            weight: normal;
        }
    }

    .category-card-thumb {
        display: inline-block;
        width: 100%;
        height: 300px;
        overflow: hidden;

        > img {
            display: block;
            width: 100%;
            transition: all .4s;
            backface-visibility: hidden;
        }
    }

    &:hover .category-card-thumb > img {
        transform: scale(1.04);
    }

    @media (max-width: $screen-sm) {
        padding: 25px;
    }
}*/
.category-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  background-color: #ffffff;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.category-card .category-card-info {
  /*margin: 10px auto;*/
  padding: 0 20px;
  height: 3em;
}
.category-card .category-card-title {
  margin-bottom: 0;
  color: #404040;
  font-size: 16px;
  font-weight: 500;
  padding-top: 0px;
}
.category-card .category-card-subtitle {
  margin: 0;
  color: #999999;
  font-size: 13px;
  font-weight: normal;
}
.category-card .category-card-thumb {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 1em;
}
.category-card .category-card-thumb > img {
  display: block;
  width: 80%;
  margin: 0 auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  /*@media (max-width: $screen-sm) {
      width:90%;
  }*/
}
.category-card.card-small {
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
}
.category-card.card-small .category-card-title {
  font-size: 14px !important;
  line-height: 1.2em;
}
.category-card.card-small .category-card-thumb {
  padding: 5px;
  width: 44px;
}
.category-card.card-small .category-card-thumb > img {
  width: 100%;
}
.category-card.card-small .category-card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  min-height: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 70px);
  text-align: left;
}
.category-card.card-small:hover, .category-card.card-small.active {
  background: #dcdcdc;
}
.category-card:hover .category-card-thumb > img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.category-home-list .card {
  background: #f5f5f5;
}
.category-home-list .card .card-body {
  padding: 8px;
}
.category-home-list .card .card-body img {
  width: 60px;
  height: 60px;
  float: left;
  padding: 5px;
  margin-right: 10px;
}
.category-home-list .card.category-level-1 {
  margin-bottom: 4px;
  background: #f3f3f3;
}
.category-home-list .card.category-level-1 h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}
.category-home-list .card.category-level-2 {
  min-height: 76px;
  margin-bottom: 4px !important;
  margin-right: 4px !important;
}
.category-home-list .card.category-level-2 .category-list-text {
  display: block;
  overflow: hidden;
}
.category-home-list .card.category-level-2 .category-list-text h4 {
  font-size: 17px;
  margin: 0;
}
.category-home-list .card .category-level-3 {
  float: left;
  line-height: 1.4;
  font-size: 14px;
}
.category-home-list .card .category-level-3::after {
  padding: 0 5px;
  content: "|";
}
.category-home-list .card .category-level-3:last-child::after {
  display: none;
}

.touchevents .category-card .view-button {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.filters-toggle {
  display: inline-block;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  color: #000000;
  font-size: 13px;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: none;
}
.filters-toggle > i {
  display: inline-block;
  margin-top: -2px;
  margin-right: 3px;
  font-size: 1.2em;
}
.filters-toggle:hover, .filters-toggle.active {
  color: #d40037;
}

.filters-toggle-search {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-left: 18px;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  border: 2px solid #f3f3f3;
  border-radius: 0px;
  color: #000000 !important;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
}
.filters-toggle-search:hover, .filters-toggle-search.active {
  background-color: #f5f5f5;
}

.filters-wrap {
  position: relative;
  height: 0;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
  overflow: hidden;
}

.filters-pane {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
}
.filters-pane.open {
  opacity: 1;
  visibility: visible;
}
.filters-pane .widget,
.filters-pane .widget:first-child {
  padding-top: 0;
}

.shop-toolbar {
  display: table;
  width: 100%;
  /*box-shadow: $product-card-shadow;*/
  /*border: $product-card-border;*/
  margin-bottom: 15px;
  padding: 0;
  text-align: right;
}
.shop-toolbar > .column {
  display: table-cell;
  vertical-align: middle;
}
.shop-toolbar > .column:last-child {
  text-align: right;
}
@media (max-width: 576px) {
  .shop-toolbar > .column {
    /* display: block;
        width: 100%;
        text-align: center;*/
  }
  .shop-toolbar > .column:last-child {
    /*                    padding-top: $grid-vertical-step;
                        text-align: center;
    */
  }
}

.shop-sorting {
  /*border:1px solid red;*/
}
.shop-sorting label,
.shop-sorting .form-control,
.shop-sorting span {
  display: inline-block;
  vertical-align: middle;
}
.shop-sorting span {
  padding: 8px 0;
}
.shop-sorting label {
  margin: 0;
  padding: 8px 5px 8px 0;
  color: #999999;
  font-size: 13px;
  font-weight: normal;
}
.shop-sorting .form-control {
  width: 100%;
  max-width: 186px;
  margin-right: 10px;
}
@media (max-width: 576px) {
  .shop-sorting label, .shop-sorting .form-control {
    /*display: block;*/
    /*width: 100%;*/
    /*max-width: 100%;*/
    margin: 0;
    padding-top: 0;
    padding-right: 0;
  }
}

.shop-view {
  display: inline-block;
}
.shop-view::after {
  display: block;
  clear: both;
  content: "";
}
.shop-view > a {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  margin-left: -1px;
  padding: 13px;
  float: left;
  margin-top: 4px;
  /*transition: background-color .35s;*/
  /*border: 1px solid $border-color;*/
  /*border-radius: $border-radius-base;*/
  /*background-color: $shop-view-bg-color;*/
  color: #606060;
  /*span {
    display: block;
    position: relative;
    width: 3px;
    height: 3px;
    margin-bottom: 3px;
    background-color: $shop-view-color;
    &::before,
    &::after {
      display: block;
      position: absolute;
      background-color: $shop-view-color;
    }
    &:last-child { margin-bottom: 0; }
  }*/
}
.shop-view > a:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.shop-view > a:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.shop-view > a i {
  display: block;
  position: absolute;
  left: 11px;
  top: 12px;
}
.shop-view > a:hover {
  color: #d40037;
}
.shop-view > a.active {
  color: #d40037;
  /*            border-color: $shop-view-active-bg-color;
  background-color: $shop-view-active-bg-color;
  */
  cursor: default;
  pointer-events: none;
}
.shop-view > a.active span,
.shop-view > a.active span::before,
.shop-view > a.active span::after {
  /*background-color: $white-color;*/
}
.shop-view > a.grid-view span::before, .shop-view > a.grid-view span::after {
  top: 0;
  width: 3px;
  height: 3px;
  content: "";
}
.shop-view > a.grid-view span::before {
  left: 6px;
}
.shop-view > a.grid-view span::after {
  left: 12px;
}
.shop-view > a.list-view span::before {
  top: 1px;
  left: 6px;
  width: 9px;
  height: 1px;
  content: "";
}

.shopping-cart,
.wishlist-cart,
.address-table,
.wishlist-table,
.order-table {
  margin-bottom: 10px;
}
.shopping-cart .table,
.wishlist-cart .table,
.address-table .table,
.wishlist-table .table,
.order-table .table {
  margin-bottom: 0;
}
.shopping-cart .btn,
.wishlist-cart .btn,
.address-table .btn,
.wishlist-table .btn,
.order-table .btn {
  margin: 0;
}
.shopping-cart > table > thead > tr > th,
.shopping-cart > table > thead > tr > td,
.shopping-cart > table > tbody > tr > th,
.shopping-cart > table > tbody > tr > td,
.wishlist-cart > table > thead > tr > th,
.wishlist-cart > table > thead > tr > td,
.wishlist-cart > table > tbody > tr > th,
.wishlist-cart > table > tbody > tr > td,
.address-table > table > thead > tr > th,
.address-table > table > thead > tr > td,
.address-table > table > tbody > tr > th,
.address-table > table > tbody > tr > td,
.wishlist-table > table > thead > tr > th,
.wishlist-table > table > thead > tr > td,
.wishlist-table > table > tbody > tr > th,
.wishlist-table > table > tbody > tr > td,
.order-table > table > thead > tr > th,
.order-table > table > thead > tr > td,
.order-table > table > tbody > tr > th,
.order-table > table > tbody > tr > td {
  vertical-align: middle !important;
}
.shopping-cart > table thead th,
.wishlist-cart > table thead th,
.address-table > table thead th,
.wishlist-table > table thead th,
.order-table > table thead th {
  padding-top: 17px;
  padding-bottom: 17px;
  border-width: 1px;
}
.shopping-cart .remove-from-cart, .shopping-cart .add-to-basket,
.wishlist-cart .remove-from-cart,
.wishlist-cart .add-to-basket,
.address-table .remove-from-cart,
.address-table .add-to-basket,
.wishlist-table .remove-from-cart,
.wishlist-table .add-to-basket,
.order-table .remove-from-cart,
.order-table .add-to-basket {
  display: inline-block;
  color: #ef0505;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}
.shopping-cart .add-to-basket,
.wishlist-cart .add-to-basket,
.address-table .add-to-basket,
.wishlist-table .add-to-basket,
.order-table .add-to-basket {
  color: #d40037;
}
.shopping-cart .count-input,
.wishlist-cart .count-input,
.address-table .count-input,
.wishlist-table .count-input,
.order-table .count-input {
  display: inline-block;
  width: 100%;
  width: 86px;
}
.shopping-cart .product-item,
.wishlist-cart .product-item,
.address-table .product-item,
.wishlist-table .product-item,
.order-table .product-item {
  display: table;
  width: 100%;
  min-width: 150px;
  margin-top: 5px;
  margin-bottom: 3px;
}
.shopping-cart .product-item .product-thumb,
.shopping-cart .product-item .product-info,
.wishlist-cart .product-item .product-thumb,
.wishlist-cart .product-item .product-info,
.address-table .product-item .product-thumb,
.address-table .product-item .product-info,
.wishlist-table .product-item .product-thumb,
.wishlist-table .product-item .product-info,
.order-table .product-item .product-thumb,
.order-table .product-item .product-info {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 860px) {
  .shopping-cart .product-item .product-thumb,
  .shopping-cart .product-item .product-info,
  .wishlist-cart .product-item .product-thumb,
  .wishlist-cart .product-item .product-info,
  .address-table .product-item .product-thumb,
  .address-table .product-item .product-info,
  .wishlist-table .product-item .product-thumb,
  .wishlist-table .product-item .product-info,
  .order-table .product-item .product-thumb,
  .order-table .product-item .product-info {
    display: block;
  }
}
.shopping-cart .product-item .product-thumb,
.wishlist-cart .product-item .product-thumb,
.address-table .product-item .product-thumb,
.wishlist-table .product-item .product-thumb,
.order-table .product-item .product-thumb {
  width: 100px;
  height: 80px;
  padding-right: 20px;
}
.shopping-cart .product-item .product-thumb > img,
.wishlist-cart .product-item .product-thumb > img,
.address-table .product-item .product-thumb > img,
.wishlist-table .product-item .product-thumb > img,
.order-table .product-item .product-thumb > img {
  display: block;
  width: 100%;
}
.shopping-cart .product-item .product-info,
.wishlist-cart .product-item .product-info,
.address-table .product-item .product-info,
.wishlist-table .product-item .product-info,
.order-table .product-item .product-info {
  padding-top: 5px;
}
.shopping-cart .product-item .product-info span,
.wishlist-cart .product-item .product-info span,
.address-table .product-item .product-info span,
.wishlist-table .product-item .product-info span,
.order-table .product-item .product-info span {
  display: block;
  font-size: 12px;
}
.shopping-cart .product-item .product-info span > em,
.wishlist-cart .product-item .product-info span > em,
.address-table .product-item .product-info span > em,
.wishlist-table .product-item .product-info span > em,
.order-table .product-item .product-info span > em {
  font-weight: 500;
  font-style: normal;
}
.shopping-cart .product-item .product-title,
.wishlist-cart .product-item .product-title,
.address-table .product-item .product-title,
.wishlist-table .product-item .product-title,
.order-table .product-item .product-title {
  margin-bottom: 3px;
  padding-top: 5px;
  font-size: 15px;
  font-weight: 500;
}
.shopping-cart .product-item .product-title > a,
.wishlist-cart .product-item .product-title > a,
.address-table .product-item .product-title > a,
.wishlist-table .product-item .product-title > a,
.order-table .product-item .product-title > a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #404040;
  line-height: 1.5;
  text-decoration: none;
}
.shopping-cart .product-item .product-title > a:hover,
.wishlist-cart .product-item .product-title > a:hover,
.address-table .product-item .product-title > a:hover,
.wishlist-table .product-item .product-title > a:hover,
.order-table .product-item .product-title > a:hover {
  color: #d40037;
}
.shopping-cart .product-item .product-title small,
.wishlist-cart .product-item .product-title small,
.address-table .product-item .product-title small,
.wishlist-table .product-item .product-title small,
.order-table .product-item .product-title small {
  display: inline;
  margin-left: 6px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .shopping-cart .product-item .product-title,
  .wishlist-cart .product-item .product-title,
  .address-table .product-item .product-title,
  .wishlist-table .product-item .product-title,
  .order-table .product-item .product-title {
    font-size: 13px;
    font-weight: 500;
  }
}

.shopping-cart-footer {
  display: table;
  width: 100%;
  padding: 5px 0;
  border-top: 1px solid #f3f3f3;
}
.shopping-cart-footer > .column {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
  text-align: right;
  width: 50%;
}
.shopping-cart-footer > .column.w100 {
  width: 100%;
}
.shopping-cart-footer > .column table {
  font-size: 15px;
  width: 100%;
}
.shopping-cart-footer > .column table tbody td {
  background: #ffffff;
}
.shopping-cart-footer > .column table tbody tr {
  border-bottom: 1px solid #f3f3f3;
}
.shopping-cart-footer > .column table tbody tr td {
  padding: 5px 10px;
}
.shopping-cart-footer > .column table tbody tr td:first-child {
  width: 50px;
}
.shopping-cart-footer > .column table tbody tr td.price {
  width: 120px;
  text-align: right;
  white-space: nowrap;
}
.shopping-cart-footer > .column table tbody tr td.price.line-through {
  text-decoration: line-through;
}
.shopping-cart-footer > .column table img {
  display: block;
  vertical-align: middle;
  line-height: 1;
  width: 40px;
  height: auto;
  /*margin-right: 10px*/
}
.shopping-cart-footer > .column table a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #404040;
  line-height: 1.5;
  text-decoration: none;
  padding: 10px 0;
  display: block;
}
.shopping-cart-footer > .column table a:hover {
  color: #d40037;
}
.shopping-cart-footer > .column:last-child .btn {
  margin-right: 0;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .shopping-cart-footer > .column {
    /*display: block;*/
    /*width: 100%;*/
    /*text-align: right;*/
  }
  .shopping-cart-footer > .column .btn {
    width: 100%;
    margin: 6px 0 !important;
  }
}

.product-gallery {
  position: relative;
}
.product-gallery .product-badge {
  top: 10px;
  left: 10px;
  z-index: 10;
}
.product-gallery .product-thumbnails {
  display: block;
  margin: 0;
  margin-top: 12px;
  padding: 0;
  list-style: none;
  text-align: left;
}
.product-gallery .product-thumbnails img {
  padding: 10px;
}
.product-gallery .product-thumbnails > li {
  display: inline-block;
  margin: 0 3px 10px;
  background: #ffffff;
}
.product-gallery .product-thumbnails > li > a {
  display: block;
  width: 75px;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
  border: 1px solid #ebebeb;
  cursor: pointer;
}
.product-gallery .product-thumbnails > li.active > a {
  border-color: #d40037;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .product-gallery .gallery-item:hover {
    cursor: default !important;
  }
}
@supports (-ms-ime-align: auto) {
  .product-gallery .gallery-item:hover {
    cursor: default !important;
  }
}
#productinfo .stock.st1 {
  color: #4dc03e;
}
#productinfo .stock.st2 {
  color: #ffb600;
}
#productinfo .stock.st3 {
  color: #ff3300;
}
#productinfo .stock.st4 {
  color: #ffb600;
}
#productinfo .stock.st5 {
  color: #0098ff;
}
#productinfo .stock.st6 {
  color: #ffb600;
}
#productinfo .img-brand {
  width: 80px;
  margin-bottom: 7px;
  border: 1px solid #f3f3f3;
  padding: 5px;
}
#productinfo .detail-product-title {
  font-size: 28px;
}
#productinfo .detail-product-price {
  font-size: 26px;
  font-weight: 700;
  color: #606060;
}
#productinfo .linkproduct {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
#productinfo .linkproduct li {
  display: inline-block;
  margin: 0 3px 10px;
}
#productinfo .linkproduct li img {
  width: 70px;
  padding: 10px;
  background: #ffffff;
  border-radius: 50%;
  border: 2px solid #f3f3f3;
}
#productinfo .linkproduct li img:hover {
  border: 2px solid #d40037;
}

.detail-productinfo {
  background: #ffffff;
  font-size: 17px;
  padding: 15px;
}
.detail-productinfo h4 {
  font-size: 24px;
  font-weight: 500;
}
.detail-productinfo p.lead {
  font-size: 18px;
}

#treesearch-field .input-group-btn {
  right: 0;
  font-size: 17px;
}

#sorting {
  border: 0;
  padding-left: 15px;
  margin-right: 0;
  cursor: pointer;
}

/*// 08.02.2021 Overwrite Toolbar Toogle
@media (max-width: 769px) {
    .sidebar-toggle.position-left {
    left: 0;
    transition: left .3s ease-in-out;
}}
*/
/*Sidebar*/
/*-------------------------------------*/
.toggle-panel-outer .list-group {
  /*padding-bottom: 14px;*/
  width: 100%;
  margin-bottom: 0;
  display: block;
}

.toggle-panel-outer > h3 {
  font-size: 20px;
  cursor: pointer;
}

/*.toggle-panel-outer.t-close {
    padding: 0;
}
*/
/*.toggle-panel-outer .toggle-icon {
                color: black;
            }*/
.toggle-panel-outer .toggle-title::after {
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.2em;
  font-weight: 300;
  content: "\f077";
  position: absolute;
  right: 10px;
  cursor: pointer;
  width: 36px;
  line-height: 32px;
  text-align: center;
  /*top: -4px;*/
}

.toggle-panel-outer .toggle-panel {
  /*border: 1px solid red;*/
  display: block;
  overflow: hidden;
}

.toggle-panel-outer.t-close .toggle-title::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.toggle-panel-outer.t-close .toggle-panel {
  display: none;
}

.close-filter {
  position: absolute;
  right: 0px;
  font-size: 1.2em;
  cursor: pointer;
  width: 36px;
  line-height: 50px !important;
  text-align: center;
  /*top: -1px;*/
}
.close-filter.active {
  color: red;
  cursor: pointer;
}

.sidebar .list-group-item {
  background: none;
  border: 0;
  margin: 0 0 0 0;
  padding: 0;
  cursor: pointer;
  line-height: 36px;
  font-size: 14px;
  background: #ffffff;
  border-bottom: 4px solid #f3f3f3;
}

.sidebar .list-group-item.active {
  background-color: #dcdcdc;
}

.sidebar .list-group-item:hover {
  background: #dcdcdc;
}

.sidebar .list-group-item a {
  color: #000000;
  display: block;
}
.sidebar .list-group-item a span {
  margin-left: 8px;
}

.sidebar .list-group-item img {
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-right: 8px;
  /*background: #ffffff;*/
}

.sidebar .list-group-item i {
  font-size: 1.4em;
  margin-right: 18px;
  position: relative;
  top: 2px;
  left: 8px;
}

.sidebar .specialtyp {
  padding: 4px 0;
}

.sidebar .list-group-item.specialtyp i {
  font-size: 2em;
  margin-right: 32px;
  position: relative;
  top: 7px;
  left: 18px;
}

.sidebar .list-group-item.specialtyp i::before {
  content: "\f054";
}

.sidebar .list-group-item.specialtyp.active i::before {
  content: "\f054";
}

.sidebar .list-group-item i::before {
  content: "\f0c8";
}

.sidebar .list-group-item.active i::before {
  content: "\f14a";
}

.sidebar .list-group-item .title {
  line-height: 1.2em;
  /*font-size: 16px;*/
  display: inline-block;
  /*text-transform: uppercase;*/
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: calc(100% - 80px);
}

.sidebar .list-group-item .badge {
  margin-left: 10px;
  font-size: 10px;
  position: relative;
  top: 14px;
  position: absolute;
  right: 8px;
}

.sidebar .list-group-item::before {
  display: none;
}

/*-------------------------------------*/
#product-category-scroll {
  position: relative;
  background-color: #ffffff;
  /*  top: 0;
    left: 0;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;

      min-height: $navbar-min-height;
      background-color: red;
      border-bottom: 1px solid $navbar-border;
  */
  z-index: 99;
}
#product-category-scroll .categoryitem {
  display: block;
  overflow: hidden;
}
#product-category-scroll .categoryitem img {
  display: block;
  margin: 0 auto;
}
#product-category-scroll.navbar-stuck {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  -webkit-box-shadow: 0 7px 30px -6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 7px 30px -6px rgba(0, 0, 0, 0.15);
  z-index: 9010;
}
#product-category-scroll.navbar-stuck img {
  display: none;
}

/*Coverfinder*/
/*-------------------------------------*/
.coverfinder-top {
  padding: 0;
  border-bottom: none;
  background: #ffffff;
  /*Outer toggle*/
  /*Coverfinder*/
  /*    .nav-tabs {
      position: relative;

      .close-filter {
          line-height: 50px;
      }
  }

  .tab-content {
      padding: 10px 0;

      .column-4 {
          column-count: 4;
          list-style-position: inside; //this is important addition
      }

      @media (max-width: $screen-lg) {
          .column-4 {
              column-count: 3;
          }
      }

      @media (max-width: $screen-md) {
          .column-4 {
              column-count: 3;
          }
      }

      @media (max-width: $screen-sm) {
          .column-4 {
              column-count: 2;
          }
      }
  }
  */
  /*Devicelist*/
  /*    .nav-link {
          font-size: 14px;
      }

      .list-group-item {
          border-bottom: none;
          padding: 0 10px;

          img {
              width: 32px;
              height: 32px;
          }
      }
  */
  /*General Device*/
  /* .category-quick-search-result {
      width: 100%;
  }*/
}
.coverfinder-top .sidebar .list-group-item {
  border-bottom: none;
}
.coverfinder-top .sidebar .list-group-item .title {
  width: calc(100% - 50px);
}
.coverfinder-top .sidebar .list-group-item img {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 8px;
  /*background: #ffffff;*/
}
.coverfinder-top.no-border {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
.coverfinder-top .toggle-title::after {
  line-height: 51px;
}
.coverfinder-top .toggle-panel {
  /*border-bottom: 1px solid $border-color;*/
}
.coverfinder-top .widget-title {
  text-transform: none;
  font-weight: 500;
  /*border-bottom: 1px solid #eaeaea;*/
  margin: 0;
  padding: 0 10px;
  line-height: 51px;
}
.coverfinder-top .device-outer-wrap {
  display: block;
  overflow: hidden;
  padding: 10px;
  background: #ffffff;
}
.coverfinder-top .device-outer-wrap.closepanel {
  max-height: 0;
  display: none;
}
.coverfinder-top .device-outer-wrap .devicebrand-wrap {
  /*border-top: 1px solid $border-color;
  border-left: 1px solid $border-color;*/
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  /*padding: 1px;*/
  margin-right: 0px;
  max-height: 300px;
  /*@media (max-width: $screen-lg) {
      margin-right: 12px;
  }*/
}
.coverfinder-top .device-outer-wrap .devicebrand-wrap::-webkit-scrollbar {
  /*width: 8px;*/
}
.coverfinder-top .device-outer-wrap .devicebrand-wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #dcdcdc;
}
.coverfinder-top .device-outer-wrap .devicebrand-wrap::-webkit-scrollbar-track {
  background-color: #f3f3f3;
  border-left: 1px solid #f3f3f3;
}
.coverfinder-top .device-outer-wrap .device-wrap {
  /*border: 1px solid $border-color;*/
  position: relative;
  max-height: 0;
  overflow: hidden;
  overflow-y: auto;
  padding: 1px;
  max-height: 300px;
  /*Scrollbar*/
}
.coverfinder-top .device-outer-wrap .device-wrap.no-border {
  border: none;
}
.coverfinder-top .device-outer-wrap .device-wrap.open {
  display: block;
  /* @media (max-width: $screen-lg) {
      max-height: 400px;
  }*/
}
.coverfinder-top .device-outer-wrap .device-wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #dcdcdc;
  /*background: -webkit-gradient(linear,left top,left bottom,from(#ff8a00),to(#da1b60));*/
  /*box-shadow: inset 2px 2px 2px rgba(255,255,255,.25), inset -2px -2px 2px rgba(0,0,0,.25);*/
}
.coverfinder-top .device-outer-wrap .device-wrap::-webkit-scrollbar-track {
  background-color: #f3f3f3;
  border-left: 1px solid #f3f3f3;
  /*background: linear-gradient(to right,#201c29,#201c29 1px,#100e17 1px,#100e17);*/
}
.coverfinder-top .device-outer-wrap .qs-item {
  background: #ffffff;
  border: 1px solid #f3f3f3;
  /*border-right: 1px solid $border-color;*/
  font-size: 13px;
  line-height: 1.4em;
  overflow: hidden;
  /*  margin-top: -1px;
  margin-bottom: -1px;
  margin-right: -1px;
  margin-left: -1px;*/
  /*.title a {
      cursor: default;
  }*/
  /*&.title img {
      width: 50px;
      height: 50px;
      max-width: 50px;
  }*/
  /* &.title:hover {
      background: inherit;
  }*/
  /*            a:hover {
              color: black;
          }

          .badge {
              margin-left: 10px;
              font-size: 10px;
              position: relative;
              top: 22px;
              position: absolute;
              right: 16px;
          }
  */
}
.coverfinder-top .device-outer-wrap .qs-item:hover {
  background: #f3f3f3;
}
.coverfinder-top .device-outer-wrap .qs-item.active {
  background: #f3f3f3;
  border-bottom: 1px solid #d40037;
}
.coverfinder-top .device-outer-wrap .qs-item.title {
  font-size: 16px;
  font-weight: 500;
  /*line-height: 51px;*/
  /*padding: 0;*/
}
.coverfinder-top .device-outer-wrap .qs-item a {
  color: black;
  display: table;
  /*line-height: 60px;*/
  cursor: pointer;
}
.coverfinder-top .device-outer-wrap .qs-item .text-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.coverfinder-top .device-outer-wrap .qs-item img {
  width: 40px;
  height: 40px;
  max-width: 40px;
  margin: 0 5px 0 5px;
  float: left;
  display: table-cell;
}
.coverfinder-top .qs-item-selected {
  background: #ffffff;
  /*border: 1px solid $border-color;*/
  height: 61px;
  font-size: 16px;
  overflow: hidden;
}
.coverfinder-top .qs-item-selected span {
  color: black;
  display: inline-block;
  line-height: 60px;
}
.coverfinder-top .qs-item-selected .more-accessories {
  font-size: 14px;
  margin-left: 20px;
  color: #d40037;
}
@media (max-width: 991px) {
  .coverfinder-top .qs-item-selected .more-accessories {
    display: none;
  }
}
.coverfinder-top .qs-item-selected img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  float: left;
}
.coverfinder-top .qs-item-selected i {
  float: right;
  font-size: 1.2em;
  line-height: 60px;
  width: 45px;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  cursor: pointer;
}
.coverfinder-top .qs-item-selected i.close-device-selected {
  color: red;
}
.coverfinder-top .qs-item-selected i.toggle {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.coverfinder-top .btn-device-search-reset.active {
  color: red;
}
.coverfinder-top .btn-search-submit.active {
  color: #d40037;
}
.coverfinder-top .tab-content {
  padding: 0;
}
.coverfinder-top .tab-content .column-5 {
  -webkit-column-count: 5;
     -moz-column-count: 5;
          column-count: 5;
  list-style-position: inside;
}
.coverfinder-top .tab-content .column-4 {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  list-style-position: inside;
}
.coverfinder-top .tab-content .column-2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  list-style-position: inside;
}
@media (max-width: 991px) {
  .coverfinder-top .tab-content .column-4 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  .coverfinder-top .tab-content .column-5 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media (max-width: 768px) {
  .coverfinder-top .tab-content .column-4 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  .coverfinder-top .tab-content .column-5 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media (max-width: 576px) {
  .coverfinder-top .tab-content .column-4 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .coverfinder-top .tab-content .column-5 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

/*Main Content
/*-------------------------------------*/
#main-content {
  min-height: 900px;
}

img.grayscale {
  -o-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/*Category Tree*/
/*-------------------------------------*/
/*.device-more-btn {
    text-align: center;
    background: #efefef;*/
/*border-right: 1px solid silver;
            border-bottom: 1px solid silver;
            border-left: 1px solid silver;*/
/*height: 50px;
    position: relative;
}
.device-more-btn::after {
    transition: transform .25s;
    font-family: 'Font Awesome 5 Pro';
    content: '\f078';
    position: absolute;
    font-size: 40px;
    line-height: 50px;
    transform: rotate(0);
}
.device-more-btn.more::after {
    transform: rotate(-180deg);
}*/
/*-------------------------------------*/
/*ProductNews Slider
/*-------------------------------------*/
.product-news-slider {
  /*.owl-prev,
      .owl-next {
          top: unset;
          bottom: -15px;
      }*/
}

.clearfix::before {
  display: block;
  clear: both;
  content: "";
}

/*-------------------------------------*/
/*Data-Filter*/
/*-------------------------------------*/
#data-filter {
  display: none;
}

.modal-full {
  min-width: 100%;
  margin: 0;
}

.modal-full .modal-content {
  min-height: 100vh;
}

/*-------------------------------------*/
.btn-more-products {
  height: 90px;
  color: #fff;
  background: #d40037;
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 90px;
  cursor: pointer;
  font-size: 2em;
}

.btn-more-products:hover {
  color: #fff;
}

/*-------------------------------------*/
.blog-post {
  margin-bottom: 30px;
  border: 1px solid #f3f3f3;
  border-radius: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.blog-post .post-body {
  padding: 22px;
}
.blog-post .post-body > p {
  margin-bottom: 0;
  color: #999999;
  font-size: 13px;
}

.grid-item .blog-post {
  margin-bottom: 0;
}

.post-meta {
  display: block;
  margin: 0 0 20px;
  padding: 0 0 14px;
  border-bottom: 1px solid #f3f3f3;
  list-style: none;
}
.post-meta > li {
  display: inline-block;
  margin-right: 14px;
  padding-bottom: 6px;
  color: #606060;
  font-size: 12px;
  cursor: default;
}
.post-meta > li:last-child {
  border-bottom: 0;
}
.post-meta > li > i, .post-meta > li > a {
  display: inline-block;
  vertical-align: middle;
}
.post-meta > li > i {
  margin-top: -1px;
  margin-right: 5px;
  color: #999999;
  font-size: 13px;
}
.post-meta > li > a {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  color: #606060;
  text-decoration: none;
}
.post-meta > li > a:hover {
  color: #d40037;
}

.post-thumb {
  display: block;
}
.post-thumb > img {
  display: block;
  width: 100%;
}

.post-title {
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
}
.post-title > a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #404040;
  text-decoration: none;
}
.post-title > a:hover {
  color: #d40037;
}

.category-cardhover .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
}
.category-cardhover .hoverinfo {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  z-index: 2;
}
.category-cardhover:hover .overlay {
  background-color: #d40037 !important;
  opacity: 0.9;
}
.category-cardhover:hover .hoverinfo {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media (max-width: 768px) {
  .category-cardhover .overlay {
    background-color: #d40037 !important;
    opacity: 0.9;
  }
  .category-cardhover .hoverinfo {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .category-card .view-button {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
/*// RR
@media (max-width: $screen-md) {
	.category-cardhover {
		border-bottom: 1px solid $brand-primary;
	}
	.category-cardhover img {
		display: none
	}
	.category-cardhover .overlay {
		display: none
	}
	.category-cardhover .hoverinfo {
		display: none
	}
	//.category-cardhover {
	//.overlay {
	//	background-color:$black-color!important;
	//	opacity: 0.2;}
	//.hoverinfo {
	//  transform: translateY(0);
	//	opacity: 1;
	//	}
	//}
	.category-card .view-button {
		transform: translateY(0);
		opacity: 1;
	}
}
*/
.contentblocks .carditem {
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  position: relative;
}
.contentblocks .carditem .kenburns {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: no-repeat 50% 50%;
  background-size: cover;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-name: kenburns-4;
          animation-name: kenburns-4;
}
.contentblocks .carditem .kenbourns-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: no-repeat 50% 50%;
  background-size: cover;
  /*opacity: 1;*/
}
.contentblocks .carditem .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  background-color: #ffffff;
  z-index: 1;
}
.contentblocks .carditem .hoverinfo {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  z-index: 2;
}
.contentblocks .carditem .cardcontent {
  position: relative;
  z-index: 5;
  padding: 1.25rem;
}
.contentblocks .carditem .cardcontent.h200 {
  height: 200px;
}
.contentblocks .carditem .cardcontent.h250 {
  height: 250px;
}
.contentblocks .carditem .cardcontent.h300 {
  height: 300px;
}
.contentblocks .carditem .cardcontent.h350 {
  height: 350px;
}
.contentblocks .carditem .cardcontent.h400 {
  height: 400px;
}
.contentblocks .carditem .cardcontent h2, .contentblocks .carditem .cardcontent .h2, .contentblocks .carditem .cardcontent h3, .contentblocks .carditem .cardcontent .h3 {
  font-weight: 600;
}
.contentblocks .carditem .cardcontent h2:after, .contentblocks .carditem .cardcontent .h2:after, .contentblocks .carditem .cardcontent h3:after, .contentblocks .carditem .cardcontent .h3:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 2px solid #ede8e8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
}
.contentblocks .carditem:hover .overlay {
  background-color: #000000;
  opacity: 0.8;
}
.contentblocks .carditem:hover .hoverinfo {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.contentblocks .carditem:hover .kenbourns-hover {
  -webkit-animation-name: kenburns-4;
          animation-name: kenburns-4;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
.contentblocks .carditem:hover h2::after {
  width: 100%;
  height: 2px;
}
.contentblocks .carditem:hover h3::after {
  width: 100%;
  height: 2px;
}
@media (max-width: 991px) {
  .contentblocks {
    /*.carditem {
        //width: 100%;
        min-height: 200px;
    }*/
  }
}

.contentblocks-header {
  position: relative;
  /* @media (max-width: 991px) {
      .parallax {
          background-position: center;
      }
  }

  @media (max-width: 1050px) {
      .parallax {
          background-attachment: inherit;
      }
  }*/
}
.contentblocks-header .kenburns {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: no-repeat 50% 50%;
  background-size: cover;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 25s;
          animation-duration: 25s;
  -webkit-animation-name: kenburns-4;
          animation-name: kenburns-4;
}
.contentblocks-header .videobackground {
  overflow: hidden;
  position: relative;
}
.contentblocks-header .videobackground video {
  position: absolute;
  z-index: -1;
  width: 100% !important;
  height: 300% !important;
  left: auto;
  top: -100%;
}
@media (max-width: 1200px) {
  .contentblocks-header .videobackground video {
    width: 300% !important;
  }
}
@media (max-width: 576px) {
  .contentblocks-header .videobackground video {
    width: 500% !important;
  }
}
.contentblocks-header .parallax, .contentblocks-header.parallax {
  background-size: cover;
  overflow: hidden;
  background-attachment: fixed;
}

[data-overlay-dark], [data-overlay-light] {
  position: relative;
}

[data-overlay-dark] .position-unset, [data-overlay-light] .position-unset {
  position: unset !important;
}

[data-overlay-dark] .container, [data-overlay-light] .container {
  position: relative;
  z-index: 2;
}

[data-overlay-dark]:hover::before {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

[data-overlay-light]:hover::before {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

[data-overlay-dark]:before, [data-overlay-light]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

[data-overlay-dark]:before {
  background: #000;
}

[data-overlay-light]:before {
  background: #fff;
}

[data-overlay-dark="0"]:before, [data-overlay-light="0"]:before {
  opacity: 0;
}

[data-overlay-dark="1"]:before, [data-overlay-light="1"]:before {
  opacity: 0.1;
}

[data-overlay-dark="2"]:before, [data-overlay-light="2"]:before {
  opacity: 0.2;
}

[data-overlay-dark="3"]:before, [data-overlay-light="3"]:before {
  opacity: 0.3;
}

[data-overlay-dark="4"]:before, [data-overlay-light="4"]:before {
  opacity: 0.4;
}

[data-overlay-dark="5"]:before, [data-overlay-light="5"]:before {
  opacity: 0.5;
}

[data-overlay-dark="6"]:before, [data-overlay-light="6"]:before {
  opacity: 0.6;
}

[data-overlay-dark="7"]:before, [data-overlay-light="7"]:before {
  opacity: 0.7;
}

[data-overlay-dark="8"]:before, [data-overlay-light="8"]:before {
  opacity: 0.8;
}

[data-overlay-dark="9"]:before, [data-overlay-light="9"]:before {
  opacity: 0.9;
}

[data-overlay-dark="10"]:before, [data-overlay-light="10"]:before {
  opacity: 1;
}

/*
[data-aos="hero__animation"].loaded.aos-animate .hero__title .animation-contents,.hero.loaded.aos-animate .slideshow__slide.slick-active .hero__title .animation-contents {
    -webkit-animation: rise-up 0.8s cubic-bezier(0.26, 0.54, 0.32, 1) 0.3s forwards;
    animation: rise-up 0.8s cubic-bezier(0.26, 0.54, 0.32, 1) 0.3s forwards
}

[data-aos="hero__animation"].loaded.aos-animate .hero__subtitle .animation-contents,.hero.loaded.aos-animate .slideshow__slide.slick-active .hero__subtitle .animation-contents {
    -webkit-animation: rise-up 1s cubic-bezier(0.26, 0.54, 0.32, 1) 0.7s forwards;
    animation: rise-up 1s cubic-bezier(0.26, 0.54, 0.32, 1) 0.7s forwards
}

[data-aos="hero__animation"].loaded.aos-animate .hero__link .animation-contents,.hero.loaded.aos-animate .slideshow__slide.slick-active .hero__link .animation-contents {
    -webkit-animation: fade-in 2s ease 1.5s forwards;
    animation: fade-in 2s ease 1.5s forwards
}

[data-aos="hero__animation"].loaded.aos-animate .hero__media,[data-aos="hero__animation"].loaded.aos-animate .hero__image.lazyloaded,[data-aos="hero__animation"].loaded.aos-animate .hero__image--svg,.hero.loaded.aos-animate .slideshow__slide.slick-active .hero__media,.hero.loaded.aos-animate .slideshow__slide.slick-active .hero__image.lazyloaded,.hero.loaded.aos-animate .slideshow__slide.slick-active .hero__image--svg {
    -webkit-animation: zoom-fade 2.5s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
    animation: zoom-fade 2.5s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
    transition: none
}
*/
h1, h2, h3 {
  /*padding-top: 24px;*/
  margin-bottom: 12px;
  font-weight: normal;
  /*text-transform: uppercase;*/
  letter-spacing: 0.025em;
  color: #606060;
}

h1 {
  margin-bottom: 24px;
}

.offcanvas {
  position: fixed;
  background-color: #000000;
  display: none;
  bottom: -100%;
  left: 0;
  right: 0;
  z-index: 999999;
  -webkit-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
}

.offcanvas.open {
  display: block;
  bottom: 0;
}

.offcanvas a {
  color: #d40037;
}

.detailcontainer .accordion .card .card-header {
  background: #ffffff;
  border-top: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
}
.detailcontainer .accordion .card .card-header a {
  font-size: 26px !important;
}

.detailcontainer .accordion [data-toggle=collapse] {
  background: #ffffff;
}

header .navbar-inner {
  min-height: 80px;
  max-width: 1536px;
  position: relative;
  margin: 0 auto;
}

/*footer {
	border-top: 1px solid $gray-light;
	border-bottom: 1px solid $gray-light;
}
*/
.jstree-proton .jstree-search {
  color: #d40037 !important;
}

.owl-item .product-card .product-card-subtitle {
  height: 3em;
}

/*
// Spezielles Menu unten wenn nicht passend
@media (max-width: 1300px) {
	.site-logo {
		height: 140px;
	}

	.site-menu > ul {
		margin: 120px 0 0 50px;
		//background: red;
	}

	header .navbar-inner {
		min-height: initial;
	}

	header .sub-menu {
		top: 39px;
	}

	.toolbar {
		height: 126px;
	}

	.site-branding {
		top: -15px
	}
}

@media (max-width: 991px) {
	.toolbar {
		height: 100%;
	}

	.site-branding {
		top: 0
	}
}
*/
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.topbar .topbar-column a:not(.social-button), .topbar .topbar-column span {
  color: #ffffff;
}

.topbar a.dropdown-item {
  color: #000000 !important;
}

.topbar a.dropdown-item:hover {
  color: #d40037 !important;
}

.navbar {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.site-menu li a span {
  font-weight: 500;
  font-size: 18px !important;
  text-transform: initial;
}

.btn {
  border-radius: 5px;
}

.form-control {
  border-radius: 5px;
}

.category-card {
  border-radius: 5px;
}

.product-card {
  border-radius: 5px;
}

.pagination .pages > li {
  border-radius: 5px !important;
}

.pagination .pages > li.active > a {
  border-radius: 5px !important;
}

.owl-carousel .owl-stage-outer {
  background: transparent;
}

.owl-carousel .owl-item .product-card {
  border-radius: 5px;
}

#main-content {
  background-color: #ededed !important;
}

.page-title {
  background-color: transparent;
}

.list-group-item {
  border: 0;
  background: #ffffff;
  border-top: 2px solid #ededed;
  border-bottom: 2px solid #ededed;
}

.list-group-item.active {
  border-color: #ededed;
}

.table-responsive.shopping-cart {
  background: white !important;
}

footer {
  color: #ffffff;
}

footer .widget-title {
  color: #ffffff;
}

footer .widget-links ul > li::before {
  color: #ffffff;
}