@charset "UTF-8";
/* Main Style Structure - Don't write css code, just import scss */
/* Common Styles */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&amp;subset=latin-ext&display=swap");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&amp;subset=latin-ext&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i&amp;subset=latin-ext&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;subset=latin-ext&display=swap");


.debuggerCssjquery.fancybox.min {
  clear: both; }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s,visibility 0s linear .25s;
  -o-transition: opacity .25s,visibility 0s linear .25s;
  transition: opacity .25s,visibility 0s linear .25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s,visibility 0s;
  -o-transition: opacity .25s,visibility 0s;
  transition: opacity .25s,visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
  top: 0;
  right: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
  background: #e5e3df; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > div {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%; }

.fancybox-error, .fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff; }

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-button, .fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button:after, .fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]:after, .fancybox-button[disabled]:before {
  opacity: .3; }

.fancybox-button--left:after, .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor; }

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close:after, .fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s; }

.fancybox-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px; }

.fancybox-arrow--right {
  right: 0; }

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.fancybox-arrow--left:after, .fancybox-arrow--right:after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: .6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: .3; }

.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1; }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1; }

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1; }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

@media (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }
  .fancybox-button--left, .fancybox-button--right {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

.fancybox-button--pause:before, .fancybox-button--play:before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px; }

.fancybox-button--thumbs, .fancybox-thumbs {
  display: none; }

@media (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }
  .fancybox-button--thumbs span {
    font-size: 23px; }
  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    -webkit-box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0;
    box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0; }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99995; }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }

.debuggerCssfonts {
  clear: both; }

@font-face {
  font-family: 'Interstate-Light';
  src: url("../fonts/Interstate-Light.woff") format("woff"); }

@font-face {
  font-family: 'Interstate-Regular';
  src: url("../fonts/Interstate-Regular.woff") format("woff"); }

@font-face {
  font-family: 'Interstate-Bold';
  src: url("../fonts/Interstate-Bold.woff") format("woff"); }

@font-face {
  font-family: 'Interstate-BoldItalic';
  src: url("../fonts/Interstate-BoldItalic.woff") format("woff"); }

@font-face {
  font-family: 'Caslon224Std-Book';
  src: url("../fonts/Caslon224Std-Book.woff") format("woff"); }

@font-face {
  font-family: 'Caslon224Std-BookItalic';
  src: url("../fonts/Caslon224Std-BookItalic.woff") format("woff"); }

@font-face {
  font-family: 'decomeco';
  src: url("../fonts/decomeco.eot?kwo7p5");
  src: url("../fonts/decomeco.eot?kwo7p5#iefix") format("embedded-opentype"), url("../fonts/decomeco.woff2?kwo7p5") format("woff2"), url("../fonts/decomeco.ttf?kwo7p5") format("truetype"), url("../fonts/decomeco.woff?kwo7p5") format("woff"), url("../fonts/decomeco.svg?kwo7p5#decomeco") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="deco-"], .sbFix:after, .owl-theme .owl-nav .owl-prev:before, .slider .owl-nav .owl-prev:before, .owl-theme .owl-nav .owl-next:before, .slider .owl-nav .owl-next:before, .breadCrumb ol li a:after, .pagination .nextBtn:before, .pagination .prevBtn:before, .cart tbody tr td.delete-product .removecarttrigger:before, .cart thead tr td.delete-product .removecarttrigger:before, .cart tfoot tr td.delete-product .removecarttrigger:before, .siteHeader .topBar .wishlist:before, .siteHeader .topBar .links li a.book:before, .siteHeader .topBar .links li a.blog:before, .siteHeader .topBar .links li a.tv:before, .siteHeader .topBar .links li a.store:before, .siteHeader .topBar .links li a.help:before, .siteHeader .catBar .catNav > ul > li > a.all:before, .siteHeader .catBar .userNav > li a.login:before, .siteHeader .catBar .userNav > li a.basket:before, header.mobile-menu ul.mobile-menu li a.login:before, .social > li > a:before, .social > li > a.tw:before, .social > li > a.ins:before, .social > li > a.wa:before, .social > li > a.pin:before, .social > li > a.yt:before, .siteFooter .footerBar .benefits li.people:before, .siteFooter .footerBar .benefits li.return:before, .siteFooter .footerBar .benefits li.machine:before, .siteFooter .footerBar .benefits li.expert:before, .siteFooter .footerBox li div i.safe:before, .siteFooter .footerBox li div i.return:before, .siteFooter .footerBox li div i.cr:before, .siteFooter .footerBox li div i.card:before, .badges .item.freeshipping:before, .addToWishlist:before, .addToBasketIco:before, .prodList li a figure .quickView:before, .favoriteLists li .deleteWishlist:before, .filterList > li .filterTitleCt .title:after, .mFilterCt .item.sortBtn:before, .mFilterCt .item.filterBtn:before, .moreFilterBtn:after, .filterSide .closeFilter:after, .filterSide .filterList > li .filterTitleCt .title:after, .filterSide .filterList > li.collapsed .filterTitleCt .title:after, .btnQtyNew .minus:before, .btnQtyNew .plus:before, .stars li:before, .tabsCt .tab .tabTitle:after, .tabsCt .tab.active .tabTitle:after, .prodDetailCt .imgCt .item a:before, .prodDetailCt.quickView .goProdDetail:after, .prodDetailCt .detailCt .actionsCt .btnQty:after, .prodDetailCt .detailCt .actionsCt .btnAddToBasket:before, .prodDetailCt .detailCt .actionsCt .notify-me-back-in-stock:before, .prodDetailCt .detailCt .actionsCt .btnReserve:before, .prodDetailCt .detailCt .actionsCt .btnWishlist:before, .prodDetailCt .detailCt .actionsCt .btnTryInStore:before, .resultCt.success:before, .fancybox-slide > div.resultCt.success:before, .resultCt.error:before, .fancybox-slide > div.resultCt.error:before, .selectListCt .listslist.quickAdd li a:before, .box.roomBox .roomList li a span:after, .instagram.widget ul li a:before, .inspItem .tags .tag:before, [class*=" deco-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'decomeco' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.deco-sepet-ikon:before, .addToBasketIco:before {
  content: "\e928"; }

.deco-filter1:before, .mFilterCt .item.filterBtn:before {
  content: "\e925"; }

.deco-Group-1321:before, .siteFooter .footerBar .benefits li.people:before {
  content: "\e91f";
  color: #fff; }

.deco-Group-1341:before, .siteFooter .footerBar .benefits li.machine:before {
  content: "\e920";
  color: #fff; }

.deco-tekli:before, .siteHeader .catBar .userNav > li a.login:before {
  content: "\e91d";
  color: #fff; }

.deco-Group-91:before, .siteFooter .footerBox li div i.card:before {
  content: "\e918";
  color: #df0022; }

.deco-Group-90:before, .siteFooter .footerBox li div i.cr:before {
  content: "\e919";
  color: #df0022; }

.deco-Path-42:before, .siteFooter .footerBox li div i.return:before {
  content: "\e91a";
  color: #df0022; }

.deco-Group-86:before, .siteFooter .footerBox li div i.safe:before {
  content: "\e91b";
  color: #df0022; }

.deco-Group-134:before, .siteFooter .footerBar .benefits li.expert:before {
  content: "\e91c";
  color: #fff; }

.deco-Group-132:before, .siteFooter .footerBar .benefits li.return:before {
  content: "\e91e";
  color: #fff; }

.deco-new-basket:before, .siteHeader .catBar .userNav > li a.basket:before {
  content: "\e917"; }

.deco-arrowR:before, .breadCrumb ol li a:after, .pagination .nextBtn:before, .prodDetailCt.quickView .goProdDetail:after {
  content: "\e903"; }

.deco-arrowL:before, .pagination .prevBtn:before {
  content: "\e904"; }

.deco-shopping-cart:before {
  content: "\e926"; }

.deco-question:before, .siteHeader .topBar .links li a.help:before {
  content: "\e924"; }

.deco-cart:before, .prodDetailCt .detailCt .actionsCt .btnAddToBasket:before {
  content: "\e927"; }

.deco-shopping:before {
  content: "\e927"; }

.deco-ecommerce:before {
  content: "\e927"; }

.deco-buy:before {
  content: "\e927"; }

.deco-purchase:before {
  content: "\e927"; }

.deco-eye:before, .prodList li a figure .quickView:before {
  content: "\e921"; }

.deco-edit:before {
  content: "\e912"; }

.deco-people:before {
  content: "\e913"; }

.deco-settings:before {
  content: "\e914";
  color: #fff; }

.deco-trash:before {
  content: "\e915"; }

.deco-arrowNewL:before {
  content: "\e911"; }

.deco-arrowNew:before, .box.roomBox .roomList li a span:after {
  content: "\e910"; }

.deco-menu2:before {
  content: "\e90f"; }

.deco-zoom-in2:before, .prodDetailCt .imgCt .item a:before {
  content: "\e90d"; }

.deco-arrowThinR:before {
  content: "\e90c"; }

.deco-menu:before, .siteHeader .catBar .catNav > ul > li > a.all:before {
  content: "\e90b"; }

.deco-plus:before, .filterSide .filterList > li.collapsed .filterTitleCt .title:after, .btnQtyNew .plus:before {
  content: "\e909"; }

.deco-minus:before, .filterSide .filterList > li .filterTitleCt .title:after, .btnQtyNew .minus:before, .tabsCt .tab.active .tabTitle:after {
  content: "\e90a"; }

.deco-arrowLL:before {
  content: "\e908"; }

.deco-arrowRL:before {
  content: "\e907"; }

.deco-arrowD:before, .sbFix:after, .filterList > li .filterTitleCt .title:after, .prodDetailCt .detailCt .actionsCt .btnQty:after {
  content: "\e906"; }

.deco-search:before {
  content: "\e905"; }

.deco-star:before, .stars li:before {
  content: "\e900"; }

.deco-arrowRT:before, .owl-theme .owl-nav .owl-next:before, .slider .owl-nav .owl-next:before {
  content: "\e901"; }

.deco-arrowLT:before, .owl-theme .owl-nav .owl-prev:before, .slider .owl-nav .owl-prev:before {
  content: "\e902"; }

.deco-cart1:before {
  content: "\e93a"; }

.deco-phone:before {
  content: "\e942"; }

.deco-user:before, header.mobile-menu ul.mobile-menu li a.login:before {
  content: "\e971"; }

.deco-truck:before, .badges .item.freeshipping:before {
  content: "\e9b0"; }

.deco-star-half:before {
  content: "\e9d8"; }

.deco-star-full:before {
  content: "\e9d9"; }

.deco-heart:before, .siteHeader .topBar .wishlist:before, .addToWishlist:before, .prodDetailCt .detailCt .actionsCt .btnWishlist:before {
  content: "\e9da"; }

.deco-cross:before, .cart tbody tr td.delete-product .removecarttrigger:before, .cart thead tr td.delete-product .removecarttrigger:before, .cart tfoot tr td.delete-product .removecarttrigger:before, .filterSide .closeFilter:after {
  content: "\ea0f"; }

.deco-checkmark:before, .resultCt.success:before, .fancybox-slide > div.resultCt.success:before {
  content: "\ea10"; }

.deco-mail:before {
  content: "\ea83"; }

.deco-google-plus:before {
  content: "\ea8b"; }

.deco-facebook:before, .social > li > a:before {
  content: "\ea90"; }

.deco-instagram:before, .social > li > a.ins:before, .instagram.widget ul li a:before {
  content: "\ea92"; }

.deco-whatsapp:before, .social > li > a.wa:before {
  content: "\ea93"; }

.deco-twitter:before, .social > li > a.tw:before {
  content: "\ea96"; }

.deco-newspaper:before, .siteHeader .topBar .links li a.book:before {
  content: "\e922"; }

.deco-pencil:before {
  content: "\e90e"; }

.deco-camera:before {
  content: "\e916"; }

.deco-book:before {
  content: "\e923"; }

.deco-folder-open:before, .selectListCt .listslist.quickAdd li a:before {
  content: "\e930"; }

.deco-price-tag:before, .inspItem .tags .tag:before {
  content: "\e935"; }

.deco-pushpin:before {
  content: "\e946"; }

.deco-location:before, .siteHeader .topBar .links li a.store:before, .prodDetailCt .detailCt .actionsCt .btnReserve:before {
  content: "\e947"; }

.deco-location2:before {
  content: "\e948"; }

.deco-clock:before {
  content: "\e94e"; }

.deco-bell:before, .prodDetailCt .detailCt .actionsCt .notify-me-back-in-stock:before {
  content: "\e951"; }

.deco-tv:before, .siteHeader .topBar .links li a.tv:before {
  content: "\e95b"; }

.deco-zoom-in:before {
  content: "\e987"; }

.deco-equalizer:before {
  content: "\e992"; }

.deco-bin:before, .favoriteLists li .deleteWishlist:before {
  content: "\e9ac"; }

.deco-list2:before {
  content: "\e9bb"; }

.deco-warning:before, .resultCt.error:before, .fancybox-slide > div.resultCt.error:before {
  content: "\ea07"; }

.deco-plus2:before, .tabsCt .tab .tabTitle:after {
  content: "\ea0a"; }

.deco-info:before, .prodDetailCt .detailCt .actionsCt .btnTryInStore:before {
  content: "\ea0c"; }

.deco-cancel-circle:before {
  content: "\ea0d"; }

.deco-checkmark2:before {
  content: "\ea11"; }

.deco-sort-amount-asc:before, .mFilterCt .item.sortBtn:before {
  content: "\ea4c"; }

.deco-filter:before, .moreFilterBtn:after {
  content: "\ea5b"; }

.deco-rss2:before, .siteHeader .topBar .links li a.blog:before {
  content: "\ea9c"; }

.deco-youtube:before, .social > li > a.yt:before {
  content: "\ea9d"; }

.deco-pinterest:before, .social > li > a.pin:before {
  content: "\ead1"; }

.debuggerCssvariables {
  clear: both; }

/* No Code, Just Variables */
/* Fonts */
/* Screen Sizes */
/* Colors */
/*Container Width */
.debuggerCssmixins {
  clear: both; }

/* Mixins */
/* media queries */
/* Screen Sizes */
.debuggerCssdefault {
  clear: both; }

/* Default Styles Here */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  background-color: #fff!important;
  color: #313131;
  /*-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    
    text-rendering: optimizeLegibility;*/ }
  body.gray {
    background: #efefef; }

body, html {
  min-height: 100%; }

a {
  color: #313131;
  outline: none !important; }
  a:hover {
    color: #666;
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

img {
  max-width: 100%; }

ul, ol {
  margin: 0; }

ul {
  list-style: none;
  padding-left: 0; }

em {
  font-style: normal; }

b, strong {
  font-weight: 700; }

button {
  outline: none !important; }

.seoTxt {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.red {
  color: #E00023; }

.decoFontIco {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'decomeco' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.sbFix {
  position: relative;
  overflow: hidden;
  color: #424242;
  letter-spacing: .6px;
  margin-bottom: 11px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-align: center;
  border: none;
  padding: 13px 23px;
  padding-right: 50px;
  height: auto;
  background: #fff;
  border: 2px solid #eaeaea;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  width: auto; }
  .sbFix select {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    background: none;
    padding: 0; }
    .sbFix select, .sbFix select:hover, .sbFix select:focus {
      -webkit-appearance: none;
      text-decoration: none;
      outline: 0; }
  .sbFix:after {
    float: right;
    font-size: 9px;
    margin-top: 7px;
    position: absolute;
    right: 23px; }

.listStyle {
  list-style: disc;
  padding-left: 30px; }

.hiddenelement {
  display: none !important;
  visibility: hidden !important; }

.btn, button, .sbFix {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

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

.btn-white {
  background: #fff;
  color: #424242;
  border: 1px solid #eaeaea; }

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #575757;
  border-color: #575757; }

.pagination > li > a, .pagination > li > span {
  font-weight: 400;
  color: #313131; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #E00023;
  border-color: #E00023; }

.fancybox-arrow:active, .fancybox-arrow:hover, .fancybox-arrow:focus, .fancybox-arrow[disabled], .fancybox-arrow[disabled]:active, .fancybox-arrow[disabled]:hover, .fancybox-arrow[disabled]:focus {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }



.debuggerCssform {
  clear: both; }



.debuggerCssbasket {
  clear: both; }

.cart {
  font-family: "Open Sans", sans-serif;
  font-weight: 400; }
  .cart tbody tr, .cart thead tr, .cart tfoot tr {
    border-bottom: 8px solid #fff; }
    .cart tbody tr td, .cart tbody tr th, .cart thead tr td, .cart thead tr th, .cart tfoot tr td, .cart tfoot tr th {
      font-weight: 400;
      border: none;
      text-align: center;
      background: #fff;
      border-bottom: 1px solid #eaeaea!important;
      vertical-align: middle; }
    .cart tbody tr td, .cart thead tr td, .cart tfoot tr td {
      padding: 16px; }
      .cart tbody tr td.item-image img, .cart thead tr td.item-image img, .cart tfoot tr td.item-image img {
        max-width: 102px; }
      .cart tbody tr td.product-desc, .cart thead tr td.product-desc, .cart tfoot tr td.product-desc {
        text-align: left; }
        .cart tbody tr td.product-desc h3, .cart thead tr td.product-desc h3, .cart tfoot tr td.product-desc h3 {
          font-size: 14px;
          margin-top: 0; }
          .cart tbody tr td.product-desc h3 a .brand, .cart thead tr td.product-desc h3 a .brand, .cart tfoot tr td.product-desc h3 a .brand {
            color: #999;
            font-weight: 400;
            font-size: 12px; }
      .cart tbody tr td.product-subtotal .amount, .cart thead tr td.product-subtotal .amount, .cart tfoot tr td.product-subtotal .amount {
        font-weight: 600;
        color: #313131;
        font-size: 13px; }
      .cart tbody tr td.delete-product .removecarttrigger, .cart thead tr td.delete-product .removecarttrigger, .cart tfoot tr td.delete-product .removecarttrigger {
        border: 2px solid;
        height: 21px;
        width: 21px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        font-size: 8px;
        display: block;
        color: #c8c8c8;
        margin: auto; }
        .cart tbody tr td.delete-product .removecarttrigger:before, .cart thead tr td.delete-product .removecarttrigger:before, .cart tfoot tr td.delete-product .removecarttrigger:before {
           }
    .cart tbody tr th, .cart thead tr th, .cart tfoot tr th {
      text-align: center;
      background: none;
      color: #313131; }

.cart-bottom-details h2 {
  font-size: 15px;
  color: #313131;
  font-weight: 400; }

.cart-bottom-details h5 {
  font-weight: 400;
  font-size: 12px; }

.cart-bottom-details .cart_totals table {
  text-align: right; }
  .cart-bottom-details .cart_totals table th {
    color: #313131;
    font-weight: 400; }




.debuggerCsscategory {
  clear: both; }

.listImgSlider.owl-carousel .owl-stage, .listImgSlider.slider .owl-stage {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.listImgSlider.owl-carousel img + img, .listImgSlider.slider img + img {
  display: none; }

.listImgSlider.owl-carousel, .listImgSlider.slider {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.listImgSlider.owl-carousel .owl-dots, .listImgSlider.slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  display: none; }

.prodList li a:hover .listImgSlider.owl-carousel .owl-dots, .prodList li a:hover .listImgSlider.slider .owl-dots {
  display: block; }

.slideInit figure {
  margin-bottom: 25px;
  overflow: visible !important; }

.slideInit figure img {
  position: static !important;
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important; }

.mDetected .slideInit figure {
  overflow: hidden;
  margin-bottom: 0; }

/* Big Image Fix Start*/
.listImgSlider.owl-carousel, .listImgSlider.slider, .listImgSlider.slider {
  bottom: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  /* width: auto!important; */ }

.prodList li a figure img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto !important; }

/* Big Image Fix End */
.adge {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  font-weight: 900;
  font-size: 13px;
  padding: 6px 10px;
  letter-spacing: 0.3px;
  margin: 2px 0; }
  .adge.red {
    background-color: #E00023;
    color: #fff; }
  .adge.green {
    background-color: #7f8b31; }

.badges {
  margin-top: 12px; }
  .badges .item {
    display: inline-block;
    min-width: 10px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    letter-spacing: 0.1px;
    -webkit-font-smoothing: antialiased; }
    .badges .item.freeshipping {
      color: #009311; }
      .badges .item.freeshipping:before {
        margin-right: 5px;
        font-size: 13px;
        position: relative;
        top: 2px; }

.badgeOver {
  position: absolute;
  left: 3px;
  background: red;
  z-index: 1;
  padding: 2px 10px;
  font-size: 11px;
  color: #fff;
  font-weight: 600;
  bottom: 3px;
  border: 1px solid transparent;
  letter-spacing: .2px;
  border-radius: 2px;
  opacity: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  body:not(.mDetected) .prodList li a:hover figure .badgeOver {
    opacity: 0; }
  .badgeOver + .badgeOver {
    bottom: 26px; }
    @media (max-width: 767px) {
      .badgeOver + .badgeOver {
        bottom: 20px; } }
  .badgeOver + .badgeOver + .badgeOver {
    bottom: 49px; }
    @media (max-width: 767px) {
      .badgeOver + .badgeOver + .badgeOver {
        bottom: 37px; } }
  .badgeOver + .badgeOver + .badgeOver + .badgeOver {
    bottom: 74px; }
    @media (max-width: 767px) {
      .badgeOver + .badgeOver + .badgeOver + .badgeOver {
        bottom: 56px; } }
  .badgeOver.green {
    background: #39b54a; }
  .badgeOver.white {
    background: #fff;
    color: #E00023;
    border: 1px solid #E00023; }
  @media (max-width: 767px) {
    .badgeOver {
      font-size: 8px;
      padding: 2px 5px; } }

.showGridCt {
  display: inline-block;
  margin-right: 10px; }
  .showGridCt .showGrid {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 3px;
    font-size: 0;
    text-align: center; }
    .showGridCt .showGrid i {
      display: inline-block;
      background: #999;
      width: 7px;
      height: 12px;
      margin-left: 2px; }
      .showGridCt .showGrid i:first-child {
        margin-left: 0; }
    .showGridCt .showGrid.sgBtn4 i {
      width: 6px;
      height: 10px;
      margin-bottom: 1px;
      margin-top: 1px; }
    .showGridCt .showGrid.active {
      border-color: #333; }
    .showGridCt .showGrid:hover i, .showGridCt .showGrid.active i {
      background: #333; }

.addToWishlist {
  position: absolute;
  z-index: 2;
  text-align: center;
  right: 0;
  bottom: -30px;
  width: 50%;
  background-color: rgba(49, 49, 49, 0.6);
  color: #fff;
  letter-spacing: .2px;
  border: none;
  padding: 5px 5px;
  line-height: 1;
  opacity: 0;
  width: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  @media (max-width: 767px) {
    .addToWishlist {
      display: none; } }
  .mDetected .addToWishlist {
    display: none; }
  @media (max-width: 479px) {
    .addToWishlist {
      top: 15px;
      right: 15px;
      font-size: 14px; } }
  .addToWishlist:before {
    display: block;
    font-size: 11px;
    margin-bottom: 3px; }
  .addToWishlist:hover {
    background-color: #313131; }

.addToBasketIco {
  font-size: 19px;
  display: block;
  position: absolute;
  right: 5px;
  bottom: 5px;
  background: #E00023;
  color: #fff;
  padding: 5px 4px 1px 3px;
  border-radius: 3px; }
  @media (min-width: 768px) {
    .addToBasketIco em {
      font-size: 12px;
      margin-left: 3px;
      margin-right: 3px;
      width: 0;
      overflow: hidden;
      display: inline-block;
      height: 0;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; } }
  @media (max-width: 767px) {
    .addToBasketIco {
      display: block;
      position: static;
      margin-top: 8px;
      text-align: center;
      font-size: 12px;
      padding: 4px;
      background: #fff;
      border: 1px solid #E00023;
      color: #E00023; }
      .addToBasketIco em {
        display: inline; } }
  @media (max-width: 767px) {
    .addToBasketIco:before {
      display: none; } }
  body:not(.mDetected) .addToBasketIco:hover {
    background: #333; }
    body:not(.mDetected) .addToBasketIco:hover em {
      width: auto;
      height: auto; }

.priceCt {
  margin-top: 23px;
  height: 45px; }
  .prodList .priceCt {
    margin-top: 10px; }
  @media (max-width: 767px) {
    .prodList .priceCt {
      margin-top: 15px;
      height: 36px; } }
  .priceCt .percent {
    color: #E00023;
    font-size: 17px;
    display: inline-block;
    border: 1px solid #E00023;
    font-weight: 600;
    padding: 4px 8px;
    margin-right: 24px;
    border-right: 0;
    position: relative;
    padding-right: 0px;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .prodList .priceCt .percent {
        font-size: 12px;
        padding: 2px 3px;
        margin-right: 13px; } }
    @media (min-width: 992px) {
      .detailCt .priceCt .percent {
        font-size: 29px;
        margin-right: 34px; } }
    .priceCt .percent:after {
      content: '';
      display: block;
      position: absolute;
      top: 4px;
      right: -12px;
      width: 24px;
      height: 24px;
      border-right: 1px solid #E00023;
      border-bottom: 1px solid #E00023;
      transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg); }
      @media (max-width: 767px) {
        .prodList .priceCt .percent:after {
          top: 3px;
          right: -8px;
          width: 16px;
          height: 16px; } }
      @media (min-width: 992px) {
        .detailCt .priceCt .percent:after {
          top: 6px;
          right: -18px;
          width: 36px;
          height: 36px; } }
  .priceCt .priceBox {
    display: inline-block;
    vertical-align: middle; }
    .priceCt .priceBox .price {
      display: block;
      font-weight: 600;
      font-size: 20px;
      color: #000;
      margin-top: 6px; }
      @media (max-width: 767px) {
        .prodList .priceCt .priceBox .price {
          font-size: 14px; } }
      @media (min-width: 992px) {
        .detailCt .priceCt .priceBox .price {
          font-size: 30px; } }
      .priceCt .priceBox .price.old {
        color: #939292;
        font-size: 16px;
        text-decoration: none;
        position: relative;
        margin-bottom: -5px;
        float: left; }
        @media (max-width: 767px) {
          .prodList .priceCt .priceBox .price.old {
            font-size: 12px; } }
        @media (min-width: 992px) {
          .detailCt .priceCt .priceBox .price.old {
            font-size: 24px;
            margin-bottom: -8px; } }
        .priceCt .priceBox .price.old:before {
          height: 1px;
          background: #E00023;
          display: block;
          content: "";
          top: 50%;
          position: absolute;
          width: 100%; }
      .priceCt .priceBox .price.new {
        margin-top: 0; }

.prodList {
  margin-left: -10px;
  margin-right: -10px; }
  .prodList li {
    padding: 15px; }
    .prodList li a {
      display: block;
      background: #fff;
      padding: 7px 0 20px 0; }
      .prodBox .prodList li a {
        padding: 7px; }
      .prodList li a figure {
        overflow: hidden;
        position: relative;
        padding-top: 100%;
        font-size: 11px; }
        .prodList li a figure img {
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          -webkit-transition: all 1.3s;
          -moz-transition: all 1.3s;
          -o-transition: all 1.3s;
          transition: all 1.3s; }
        .prodList li a figure .quickView {
          position: absolute;
          z-index: 2;
          text-align: center;
          left: 0;
          bottom: -30px;
          width: 50%;
          background-color: rgba(224, 0, 35, 0.6);
          color: #fff;
          letter-spacing: .2px;
          border: none;
          padding: 5px 5px;
          line-height: 1;
          opacity: 0;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          @media (max-width: 767px) {
            .prodList li a figure .quickView {
              display: none; } }
          .mDetected .prodList li a figure .quickView {
            display: none; }
          .prodList li a figure .quickView:hover {
            background-color: #e00023; }
          .prodList li a figure .quickView:before {
            display: block;
            margin-bottom: 1px;
            font-size: 14px;
            margin-top: -1px; }
      .prodList li a:hover figure img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2); }
      .prodList li a:hover figure .quickView, .prodList li a:hover figure .addToWishlist {
        opacity: 1;
        bottom: 0; }
      .prodList li a .prodDetail {
        height: 141px; }
        @media (max-width: 767px) {
          .prodList li a .prodDetail {
            padding: 0 7px;
            height: 182px; } }
        .prodList li a .prodDetail .titleCt {
          height: 34px; }
          @media (max-width: 767px) {
            .prodList li a .prodDetail .titleCt {
              height: 51px; } }
          .prodList li a .prodDetail .titleCt .prodName {
            margin-top: 9px;
            margin-bottom: 2px;
            max-height: 26px;
            overflow: hidden;
            color: #4a4a4a;
            font-weight: 500;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            font-size: 16px; }
            @media (max-width: 767px) {
              .prodList li a .prodDetail .titleCt .prodName {
                max-height: 26px;
                -o-text-overflow: clip;
                text-overflow: clip;
                white-space: normal; } }
            .prodList li a .prodDetail .titleCt .prodName.sub {
              font-size: 15px;
              margin-top: 0;
              font-weight: 600;
              display: none; }
          .prodList li a .prodDetail .titleCt .subInfo {
            font-size: 11px;
            font-weight: 400;
            color: #E00023;
            height: 15px;
            display: block; }
        .prodList li a .prodDetail .colorList li {
          padding: 1px; }
          .prodList li a .prodDetail .colorList li a, .prodList li a .prodDetail .colorList li span {
            width: 30px;
            height: 30px;
            border: 1px solid #ccc;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none; }
        .prodList li a .prodDetail .viewProduct {
          border: 2px solid #eaeaea;
          display: none;
          text-align: center;
          color: #fff;
          font-size: 13px;
          font-weight: 700;
          margin-top: 18px;
          padding: 6px;
          margin-left: auto;
          margin-right: auto;
          max-width: 140px;
          letter-spacing: -0.4px;
          border: none;
          background-color: #E00023;
          -webkit-border-radius: 25px;
          -moz-border-radius: 25px;
          -ms-border-radius: 25px;
          -o-border-radius: 25px;
          border-radius: 25px; }
          .prodList li a .prodDetail .viewProduct:hover {
            background-color: #f60; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .prodList li a .prodDetail .badges .badge {
            font-weight: 600;
            font-size: 12px;
            padding: 6px 8px; } }
    @media (max-width: 479px) {
      .prodList li {
        padding: 5px; }
        .prodList li a {
          /*padding: 10px;*/ }
          .prodList li a .prodDetail .viewProduct {
            padding: 6px;
            font-size: 12px; }
          .prodList li a .prodDetail .colorList {
            white-space: nowrap;
            overflow-x: auto;
            overflow-y: hidden; } }
  .prodList.bordered {
    border: 1px solid #eaeaea;
    border-width: 0 0 1px 1px; }
    .prodList.bordered > li {
      border: 1px solid #eaeaea;
      border-width: 1px 1px 0 0;
      padding: 0; }
      .prodList.bordered > li a {
        padding: 0 0 15px 0; }
        .prodList.bordered > li a .prodDetail {
          padding: 0 15px; }
          @media (max-width: 767px) {
            .prodList.bordered > li a .prodDetail {
              padding: 0 7px; } }
  .prodList .stars {
    margin-top: 5px; }
    .prodList .stars li {
      font-size: 13px; }
  @media (min-width: 1200px) {
    .prodList.sg4 > li {
      width: 25%; } }

.favoriteLists li .deleteWishlist {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 22px;
  right: 22px;
  font-size: 21px;
  z-index: 1;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  background: rgba(255, 255, 255, 0.8);
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 32px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  color: #000; }
  @media (max-width: 479px) {
    .favoriteLists li .deleteWishlist {
      top: 15px;
      right: 15px;
      font-size: 14px; } }
  .favoriteLists li .deleteWishlist:before {
    margin-left: 1.5px; }
  .favoriteLists li .deleteWishlist:hover {
    color: #E00023;
    font-size: 24px; }

.favoriteLists li a {
  padding: 20px; }
  .favoriteLists li a figure img {
    width: 25%;
    display: block;
    float: left;
    border: 2px solid #fff; }
  .favoriteLists li a .prodDetail {
    text-align: left; }
    .favoriteLists li a .prodDetail h4.prodName {
      margin-top: 0 !important;
      color: #444;
      font-weight: 600 !important; }
    .favoriteLists li a .prodDetail .viewProduct {
      color: #f60;
      display: inline-block;
      max-width: none;
      text-align: left;
      background: none;
      margin: 0;
      padding: 0; }
      .favoriteLists li a .prodDetail .viewProduct:hover {
        background: none; }
  .favoriteLists li a:hover figure img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .favoriteLists li a:hover .viewProduct {
    text-decoration: underline; }

.p10 {
  padding-left: 10px;
  padding-right: 10px; }

.sideBar {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px; }
  .sideBar .catListSide {
    list-style: none;
    padding: 0; }
    .sideBar .catListSide li a {
      color: #2a2a2a;
      font-size: 16px;
      font-family: "Open Sans", sans-serif;
      padding: 9px 0;
      display: block;
      font-weight: 600;
      letter-spacing: .2px; }
      .sideBar .catListSide li a:hover, .sideBar .catListSide li a.special {
        color: #E00023; }

.catListImg {
  margin: 10px -5px;
  margin-top: 0; }
  .catListImg li {
    padding: 5px; }
    .catListImg li a figure img {
      width: 100%; }
    .catListImg li a .titleCt {
      text-align: center;
      height: 55px;
      line-height: 55px;
      background: #fff;
      overflow: hidden;
      padding: 0 5px; }
      .catListImg li a .titleCt .prodName {
        margin: 0;
        font-size: 16px;
        font-weight: 700;
        display: inline-block;
        vertical-align: middle;
        line-height: normal; }
        @media (max-width: 767px) {
          .catListImg li a .titleCt .prodName {
            font-size: 14px;
            font-weight: 500; } }
  @media (min-width: 768px) {
    .catListImg {
      margin: 10px -10px;
      margin-top: 0; }
      .catListImg li {
        padding: 10px; } }

.catBanner {
  margin-bottom: 10px; }

.debuggerCssfilter {
  clear: both; }

.filterList {
  margin: 0 -10px; }
  .filterList > li {
    padding: 10px; }
    .filterList > li .filterTitleCt {
      background: #fff;
      border: 1px solid #dedede;
      display: block;
      font-size: 12px;
      color: #666;
      padding: 14px;
      position: relative; }
      .filterList > li .filterTitleCt .title {
        display: block;
        position: relative; }
        .filterList > li .filterTitleCt .title:after {
          font-size: 9px;
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          transform: translate(0, -50%); }
      .filterList > li .filterTitleCt .filterNode li label {
        display: block;
        padding: 3px 0;
        margin-bottom: 0; }
        .filterList > li .filterTitleCt .filterNode li label input[type=checkbox] {
          position: relative;
          top: 0;
          margin-right: 3px; }
        .filterList > li .filterTitleCt .filterNode li label span {
          font-weight: 400;
          color: #444; }
          .filterList > li .filterTitleCt .filterNode li label span a {
            padding-left: 20px;
            margin-left: -20px;
            position: relative;
            z-index: 1; }
      .filterList > li .filterTitleCt:hover .filterNode, .filterList > li .filterTitleCt.hover .filterNode {
        display: block; }

.filterBar {
  margin-left: -10px;
  margin-right: -10px; }
  .filterBar .filterList {
    display: none; }
    @media (min-width: 768px) {
      .filterBar .filterList {
        display: block; } }
  .filterBar .filterNode {
    position: absolute;
    background: #fff;
    left: -1px;
    right: -1px;
    top: 45px;
    padding: 20px;
    z-index: 2;
    display: none;
    border: 1px solid #aaa;
    border-top: 0; }
  .filterBar .sortCt {
    text-align: right;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    margin-bottom: 10px;
    border: 1px solid #dedede; }
    @media (max-width: 767px) {
      .filterBar .sortCt {
        text-align: center;
        margin-bottom: 20px;
        display: none; }
        .sortOpened .filterBar .sortCt {
          display: block; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .filterBar .sortCt {
        display: none; }
        .sortOpened .filterBar .sortCt {
          display: block; } }
    .filterBar .sortCt .freeShipping {
      font-size: 12px;
      color: #E00023;
      font-weight: 900;
      margin-right: 55px; }
      .filterBar .sortCt .freeShipping .underline {
        border-bottom: 2px solid #ffadba; }
  .filterBar .sortLbl {
    font-weight: 400;
    color: #555; }
    @media (max-width: 767px) {
      .filterBar .sortLbl {
        display: none; } }
  .filterBar .sortList {
    display: inline-block;
    margin-left: 5px; }
    @media (max-width: 767px) {
      .filterBar .sortList {
        display: block; } }
    .filterBar .sortList a {
      border-bottom: 2px solid transparent;
      margin-right: 14px;
      font-weight: 600;
      font-size: 13px; }
      @media (max-width: 767px) {
        .filterBar .sortList a {
          font-size: 16px;
          display: block;
          padding: 10px;
          font-weight: normal; } }
      .filterBar .sortList a.active {
        border-bottom: 2px solid #d5d5d5; }
        @media (max-width: 767px) {
          .filterBar .sortList a.active {
            background: #f4f4f4;
            border: none; } }
      @media (max-width: 479px) {
        .filterBar .sortList a {
          border: none;
          margin-right: 0;
          font-size: 13px; } }

.mFilterCt {
  background: #f4f4f4;
  overflow: hidden;
  margin-bottom: 10px; }
  .mFilterCt .item {
    width: 50%;
    display: block;
    float: left;
    text-align: center;
    padding: 8px 10px;
    font-size: 16px;
    position: relative; }
    .mFilterCt .item.sortBtn:before {
      margin-right: 5px; }
    .mFilterCt .item.sortBtn:after {
      content: "";
      position: absolute;
      right: 0;
      top: 10px;
      bottom: 10px;
      background: #bbb;
      width: 2px; }
    .mFilterCt .item.filterBtn:before {
      margin-right: 5px; }

.moreFilterBtn {
  font-size: 16px;
  margin-top: -5px;
  display: block;
  float: none;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px;
  text-align: center; }
  .moreFilterBtn:after {
    font-size: 16px;
    margin-left: 6px;
    position: relative;
    top: 0px; }

body.filterOpened {
  overflow: hidden; }

.filterOverlay {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  opacity: 0;
  visibility: hidden; }
  .filterOpened .filterOverlay {
    opacity: 1;
    visibility: visible; }

.filterSide {
  /*width: 85%;
  max-width: 350px;
  background: #fff;
  position: fixed;
  z-index: 1001;
  top:0;
  bottom:0;
  right: -350px;
  @include transition(all .3s);*/
  padding-right: 5px;
  padding-left: 5px; }
  .filterOpened .filterSide {
    right: 0; }
  .filterSide .closeFilter {
    position: absolute;
    display: none;
    width: 20px;
    height: 20px;
    left: -45px;
    top: 15px;
    color: #fff;
    border: 2px solid;
    line-height: 34px;
    height: 34px;
    width: 34px;
    text-align: center;
    border-radius: 50%; }
    .filterOpened .filterSide .closeFilter {
      /*display: block;*/ }
  @media (max-width: 767px) {
    .filterSide .filterInner {
      display: none; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .filterSide .filterInner {
      display: none; } }
  .filterOpened .filterSide .filterInner {
    display: block; }
  .filterSide .filterHead {
    margin-bottom: 10px; }
    .filterSide .filterHead .clearFilter {
      float: right; }
  .filterSide .filterList {
    margin: 0; }
    .filterSide .filterList > li {
      margin-bottom: 10px;
      background: #fff;
      padding: 0; }
      .filterSide .filterList > li .filterTitleCt .title {
        margin-bottom: 10px;
        cursor: pointer;
        font-weight: 600;
        font-size: 13px; }
        .filterSide .filterList > li .filterTitleCt .title:after {
          font-size: 2px; }
      .filterSide .filterList > li.collapsed .filterTitleCt .title {
        margin-bottom: 0; }
        .filterSide .filterList > li.collapsed .filterTitleCt .title:after {
          font-size: 12px; }
      .filterSide .filterList > li.collapsed .filterTitleCt .filterBox {
        display: none; }

.sortOpened .category-banners, .filterOpened .category-banners {
  display: none; }

.debuggerCssproductDetail {
  clear: both; }

@media (min-width: 768px) {
  .detailPage {
    margin-top: 30px; } }

.detailPage .breadCrumb {
  margin-top: 42px; }
  @media (max-width: 767px) {
    .detailPage .breadCrumb {
      margin-top: 13px; } }

.btnQtyNew {
  position: relative;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto; }
  .btnQtyNew .txbQty[type="text"] {
    border: 1px solid #eaeaea;
    padding: 14px 10px !important;
    width: 100%;
    max-width: 300px;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btnQtyNew .minus {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 2px;
    bottom: 0;
    line-height: 47px;
    padding: 0 10px;
    background: #efefef; }
  .btnQtyNew .plus {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 11px;
    bottom: 0;
    line-height: 47px;
    padding: 0 10px;
    background: #efefef; }

.stars {
  margin-left: 0; }
  .stars li {
    font-size: 15px;
    padding: 0;
    color: #dedfdc; }
    .stars li.fill {
      color: #FF9800; }

.commentBtn {
  font-weight: 700;
  color: #484848;
  font-size: 11px; }

.colorList {
  margin-top: 8px;
  font-size: 0;
  letter-spacing: 0; }
  .colorList li a, .colorList li span {
    width: 35px;
    height: 35px;
    display: block;
    border: 1px solid #eaeaea; }
    .colorList li a.selected, .colorList li span.selected {
      border-color: #000; }

/* TODO Size Variaton - Start */
.sizeList li a {
  min-width: 35px !important;
  height: 35px !important;
  background-color: white;
  border: 1px solid #eaeaea;
  color: #999;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  line-height: 35px;
  white-space: nowrap;
  text-transform: uppercase;
  display: block;
  padding: 0 10px; }

.detailRow.variation.size {
  margin-top: 10px; }

.sizeList li a.selected, .sizeList li a:hover {
  border-color: #000; }

/* Size Variaton - End */
@media (min-width: 768px) {
  .tabsCt {
    border: 1px solid #eaeaea; } }

.tabsCt .tabList {
  display: none; }
  @media (min-width: 768px) {
    .tabsCt .tabList {
      display: block;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      position: relative;
      font-size: 0; } }
  .tabsCt .tabList li {
    vertical-align: middle;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 0; }
    .tabsCt .tabList li a {
      display: block;
      background: #909090;
      padding: 13px;
      text-align: center;
      font-weight: 600;
      font-size: 13px;
      color: #fff;
      position: relative;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      overflow: hidden; }
      .tabsCt .tabList li a:before, .tabsCt .tabList li a:after {
        content: "";
        width: 1px;
        height: 24px;
        background-color: #9f9f9f;
        position: absolute;
        top: 10px;
        right: 0; }
      .tabsCt .tabList li a:before {
        left: 0;
        right: inherit; }
      .tabsCt .tabList li a:hover {
        background: #777; }
    .tabsCt .tabList li.active a {
      background: #fff;
      color: #333; }
      .tabsCt .tabList li.active a:before, .tabsCt .tabList li.active a:after {
        background-color: #fff; }

.detailPage .tabsCt {
  margin-top: 66px; }

.tabsCt .tab .tabTitle {
  display: block;
  padding: 16px;
  font-size: 12px;
  font-weight: 600;
  background: #ddd;
  color: #484848;
  border-bottom: 1px solid #fff;
  margin-left: -15px;
  margin-right: -15px; }
  .tabsCt .tab .tabTitle:after {
    font-size: 11px;
    float: right;
    margin-top: 5px; }
  @media (min-width: 768px) {
    .tabsCt .tab .tabTitle {
      padding: 16px 20px;
      display: none; } }

.tabsCt .tab .tabDetail {
  display: none;
  padding: 20px 0 30px 0; }
  @media (min-width: 768px) {
    .tabsCt .tab .tabDetail {
      padding: 30px 20px 30px 20px; } }
  .tabsCt .tab .tabDetail.deliveryTab h4, .tabsCt .tab .tabDetail.deliveryTab strong {
    font-weight: 500;
    color: #313131; }
  .tabsCt .tab .tabDetail.deliveryTab h4 {
    font-size: 12px; }

.tabsCt .tab.active .tabTitle:after {
  font-size: 2px;
  margin-top: 8px; }

.tabsCt .tab.active .tabDetail {
  display: block; }

.prodDetailCt {
  /* .imgCt */ }
  @media (max-width: 767px) {
    .prodDetailCt .imgCt {
      padding: 0; } }
  .prodDetailCt .imgCt .item a {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    height: 415px;
    display: block;

     }
     .prodDetailCt .imgCt .item img {
      display: block;
      width: 100%;
      object-fit: contain;
      height: 100%;
    }
    .prodDetailCt .imgCt .item a:before {
      position: absolute;
      right: 15px;
      bottom: 15px;
      font-size: 20px;
      color: #555; }
  .prodDetailCt .imgCt .owl-theme .owl-dots .owl-dot span, .prodDetailCt .imgCt .slider .owl-dots .owl-dot span {
    display: none; }
  .prodDetailCt .imgCt .owl-dots {
    display: none; }
    @media (min-width: 768px) {
      .prodDetailCt .imgCt .owl-dots {
        display: block; }
        .prodDetailCt .imgCt .owl-dots .owl-dot {
          margin: 7px;
          border: 1px solid #eaeaea;
          max-width: 90px; }
          .prodDetailCt .imgCt .owl-dots .owl-dot.active {
            border: 2px solid #7f8b31; } }
    @media (max-width: 767px) {
      .prodDetailCt .imgCt .owl-dots {
        display: block; }
        .prodDetailCt .imgCt .owl-dots .owl-dot {
          width: 10px;
          height: 10px;
          margin: 0 6px;
          background-color: #eaeaea;
          border-radius: 25px; }
          .prodDetailCt .imgCt .owl-dots .owl-dot img {
            display: none; }
          .prodDetailCt .imgCt .owl-dots .owl-dot.active {
            background-color: #313131; } }
  .prodDetailCt.quickView {
    width: 100%;
    max-width: 800px; }
    @media (max-width: 767px) {
      .prodDetailCt.quickView {
        padding-bottom: 45px; } }
    .prodDetailCt.quickView .goProdDetail {
      position: absolute;
      bottom: 10px;
      left: 15px; }
      .prodDetailCt.quickView .goProdDetail:after {
        font-size: 11px;
        padding-left: 2px; }
    .prodDetailCt.quickView .imgCt .owl-dots .owl-dot {
      max-width: 60px;
      margin: 6px; }
    .prodDetailCt.quickView .detailCt .prodDesc {
      max-height: 200px;
      overflow-y: scroll; }
  .prodDetailCt .detailCt {
    margin-top: 20px;
    /* .priceBox */
    /* .variation */ }
    @media (min-width: 992px) {
      .prodDetailCt .detailCt {
        margin-top: -4px; } }
    .prodDetailCt .detailCt .prodHead {
      margin-bottom: 12px;
      text-align: left; }
      .prodDetailCt .detailCt .prodHead .title {
        font-size: 18px;
        color: #484848;
        margin: 0 0 15px;
        line-height: 1.6em;
        font-weight: 600;
        text-align: left; }
        .prodDetailCt .detailCt .prodHead .title.sub {
          font-weight: 600;
          letter-spacing: 0.8px;
          margin-top: -20px;
          font-size: 14px;
          color: #537ecf;
          display: block; }
      .prodDetailCt .detailCt .prodHead .brandTxt {
        font-size: 12px; }
    .prodDetailCt .detailCt .stars {
      float: left;
      margin-bottom: 12px;
      margin-right: 6px; }
    .prodDetailCt .detailCt .priceBox---Old {
      margin-bottom: 10px; }
      .prodDetailCt .detailCt .priceBox---Old .priceRow {
        margin-bottom: 2px; }
        .prodDetailCt .detailCt .priceBox---Old .priceRow .price {
          font-size: 20px;
          font-weight: 400;
          color: #313131;
          display: inline-block;
          margin-top: 0;
          margin-bottom: 0;
          float: left; }
          .prodDetailCt .detailCt .priceBox---Old .priceRow .price.old {
            font-size: 15px;
            color: #666; }
            .prodDetailCt .detailCt .priceBox---Old .priceRow .price.old + .badge {
              margin-top: -3px;
              margin-left: 10px; }
        .prodDetailCt .detailCt .priceBox---Old .priceRow .badge {
          display: none;
          float: left;
          margin-top: 4px;
          margin-left: 20px; }
    .prodDetailCt .detailCt .priceCt {
      margin-top: 0;
      height: auto;
      margin-bottom: 20px;
      clear: both; }
    .prodDetailCt .detailCt .detailRow {
      padding: 10px 0; }
      .prodDetailCt .detailCt .detailRow.prodDesc {
        line-height: 1.6em;
        padding: 15px 0;
        border-top: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
        margin-bottom: 20px; }
        .prodDetailCt .detailCt .detailRow.prodDesc p {
          margin-bottom: 0; }
      .prodDetailCt .detailCt .detailRow.share {
        margin-top: 20px;
        max-width: 335px;
        text-align: center; }
        .prodDetailCt .detailCt .detailRow.share .social {
          display: inline-block;
          margin-left: 5px; }
          .prodDetailCt .detailCt .detailRow.share .social li a {
            font-size: 26px;
            position: relative;
            top: 7px; }
            .prodDetailCt .detailCt .detailRow.share .social li a.fb {
              color: #3b60af; }
            .prodDetailCt .detailCt .detailRow.share .social li a.tw {
              color: #17b9ff; }
            .prodDetailCt .detailCt .detailRow.share .social li a.gp {
              color: #f73936; }
            .prodDetailCt .detailCt .detailRow.share .social li a.wa {
              color: #26a85c; }
            .prodDetailCt .detailCt .detailRow.share .social li a.pin {
              color: #fc1b29;
              font-size: 28px; }
            .prodDetailCt .detailCt .detailRow.share .social li a:hover {
              opacity: .8; }
      .prodDetailCt .detailCt .detailRow .proAttr {
        margin: 0px 0px 5px;
        font-size: 11px; }
        .prodDetailCt .detailCt .detailRow .proAttr label {
          color: #999;
          font-weight: 400;
          margin: 0;
          min-width: 110px; }
        .prodDetailCt .detailCt .detailRow .proAttr.instock {
          color: #53B14F; }
        .prodDetailCt .detailCt .detailRow .proAttr.outofstock {
          color: #E00023; }
    .prodDetailCt .detailCt .variation > strong {
      font-weight: 400;
      color: #313131; }
    .prodDetailCt .detailCt .variation > ul {
      margin-top: 8px; }
    .prodDetailCt .detailCt .actionsCt {
      max-width: 335px;
      margin-top: 33px; }
      .prodDetailCt .detailCt .actionsCt .btn, .prodDetailCt .detailCt .actionsCt button, .prodDetailCt .detailCt .actionsCt .sbFix {
        color: #424242;
        letter-spacing: .6px;
        margin-bottom: 11px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        font-size: 12px;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        text-align: center;
        border: none;
        padding: 13px 23px;
        height: auto;
        background: #fff;
        border: 1px solid #eaeaea;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0; }
        .prodDetailCt .detailCt .actionsCt .btn:before, .prodDetailCt .detailCt .actionsCt button:before, .prodDetailCt .detailCt .actionsCt .sbFix:before {
          float: left;
          margin-top: 4px; }
      .prodDetailCt .detailCt .actionsCt .addToCartCt {
        overflow: hidden; }
      .prodDetailCt .detailCt .actionsCt .btnQty {
        width: 28%;
        text-align: left;
        padding-left: 10px;
        font-size: 11px;
        padding: 14px 10px;
        float: left; }
        .prodDetailCt .detailCt .actionsCt .btnQty:after {
          float: right;
          font-size: 7px;
          margin-top: 5px;
          right: 6px; }
      .prodDetailCt .detailCt .actionsCt .btnQtyNew {
        width: 28%;
        text-align: left;
        font-size: 11px;
        float: left; }
      .prodDetailCt .detailCt .actionsCt .btnAddToBasket {
        background-color: #E00023;
        color: #fff;
        width: 70%;
        float: right;
        padding-left: 10px;
        padding-right: 10px; }
        .prodDetailCt .detailCt .actionsCt .btnAddToBasket:before {
          float: none;
          position: relative;
          margin-right: 5px; }
      .prodDetailCt .detailCt .actionsCt .notify-me-back-in-stock {
        color: #E00023;
        border-color: #E00023;
        font-weight: 600; }
        .prodDetailCt .detailCt .actionsCt .notify-me-back-in-stock:before {
          float: none;
          position: relative;
          margin-right: 5px; }
      .prodDetailCt .detailCt .actionsCt .btnReserve {
        background-color: #424242;
        color: #fff; }
        .prodDetailCt .detailCt .actionsCt .btnReserve:before {
          float: none;
          position: relative;
          margin-right: 5px; }
      .prodDetailCt .detailCt .actionsCt .btnWishlist {
        width: 49%;
        float: left;
        font-size: 11px;
        padding-left: 20px; }
        @media (max-width: 767px) {
          .prodDetailCt .detailCt .actionsCt .btnWishlist {
            font-size: 10px;
            padding-left: 10px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .prodDetailCt .detailCt .actionsCt .btnWishlist {
            font-size: 10px;
            padding-left: 10px; } }
        .prodDetailCt .detailCt .actionsCt .btnWishlist:before {
          margin-right: 5px; }
      .prodDetailCt .detailCt .actionsCt .btnTryInStore {
        width: 49%;
        float: right;
        font-size: 11px;
        background: #fafafa; }
        @media (max-width: 767px) {
          .prodDetailCt .detailCt .actionsCt .btnTryInStore {
            font-size: 10px;
            padding-left: 10px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .prodDetailCt .detailCt .actionsCt .btnTryInStore {
            font-size: 10px;
            padding-left: 10px; } }
        .prodDetailCt .detailCt .actionsCt .btnTryInStore:before {
          margin-right: 5px;
          font-size: 13px;
          margin-top: 1px; }

.resultCt, .fancybox-slide > div.resultCt {
  text-align: center;
  font-size: 20px;
  font-weight: bold; }
  .resultCt.success:before, .fancybox-slide > div.resultCt.success:before {
    font-size: 50px;
    display: block;
    color: green;
    margin-bottom: 10px; }
  .resultCt.error:before, .fancybox-slide > div.resultCt.error:before {
    font-size: 50px;
    display: block;
    color: #bbb;
    margin-bottom: 10px; }

.selectListCt {
  width: 660px;
  max-width: 100%; }
  .selectListCt .itemCt {
    padding: 60px; }
    .selectListCt .itemCt .productTitle {
      font-size: 30px;
      color: #000;
      font-weight: 900;
      font-family: "Source Sans Pro", sans-serif;
      letter-spacing: 0px;
      margin: 10px 0 10px; }
    .selectListCt .itemCt h3.productTitle {
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 0.8px;
      margin-top: 0; }
  .selectListCt .title {
    font-size: 21px;
    display: block; }
  .selectListCt .listTitle {
    display: block;
    margin-top: 20px;
    margin-bottom: 5px; }
  .selectListCt .listslist {
    border: 1px solid #eee; }
    .selectListCt .listslist li a {
      padding: 6px;
      background: #fafafa;
      display: block;
      border-top: 1px solid #eee; }
      .selectListCt .listslist li a img {
        width: 36px;
        margin-right: 10px; }
    .selectListCt .listslist li:first-child a {
      border-top: none; }
    .selectListCt .listslist.quickAdd li a:before {
      font-size: 20px;
      margin-right: 5px; }



/* *************** */
/* *************** */
/* *************** */
/* *************** */
/* *************** */
/* *************** */
/* *************** */
/* *************** */
/* *************** */



.homeBlogFrame .blog .blogBox img {
    height: 100%;
} /* blog img height fix safari */
.storySlider:not(.owl-loaded) .circleText {
    display: none;
} /* story text block fix */

.storySlider:not(.owl-loaded) .circleFrame img {
    width: 96px;
} /* story img fullsize fix */
body.gray {
    background: #f6f5f1;
}


.homeSlider.owl-carousel.owl-drag .owl-item .item {
   border-radius: 6px;
    overflow: hidden;
    display: block;
}
.homeSlider.owl-carousel.owl-drag .owl-item .item:before {
    /*content: "";
    border: 7px solid #c00;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    opacity: .8;*/
}
.searchMenuCt {
    position: relative;
    padding-left: 160px;
    padding-right: 38px;
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #ddd;
    height: 40px;
    display: flex;
    max-width: 50%;
    width: 100%;
}

.searchMenuCt .catList {
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    margin: 0;
    bottom: 0;
    border: none!important;
    border-right: 1px solid #ddd!important;
    border-radius: 0;
    background-color: transparent;
    outline: none;
    font-size: 12px;
    font-weight: 600;
    color: #444;
    padding-left: 20px;
}
.searchMenuCt .searchFormCt {
    width: 100%;
}
.searchMenuCt .searchTxb {
    border: none!important;
    box-shadow: none;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    height: 38px;
}

.searchMenuCt .searchBtn {
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    border: none!important;
    outline: none!important;
    background: #c00;
    box-shadow: none!important;
    border-radius: 15px;
    padding: 8px 10px;
    font-size: 11px;
    text-align: center;
    width: 32px;
}
.memberLogin .etamamla-file-text {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 2px;
}
body:not(.gray) .headerTop .headerRight .noEntry, body:not(.gray) .headerTop .headerRight .dropdown button, body:not(.gray) .search, body:not(.gray) .navBasket {
    background: #efefef;
}

@media (min-width: 992px) {
.search, .navBasket {
    margin-left: 5px;
    margin-right: 0;
}

.headerTop .headerRight .loggedIn.visible .dropdown button span {
    max-width: 105px;
    width: auto;
}
}
/* Kategori */
.products .card {
    padding-bottom: 50px;
    background: none;
}
.fastFilter .filterList li a {
    
}

.productFeatures {
    font-size: 14px;
    line-height: 1.43;
}
.filterUl .alt-list li a {padding-left: 30px;margin-left: -30px;position: relative;z-index: 1;}

/* Favorite */
.activityText {
    letter-spacing: .4px;
}
.selectListCt .resultCt > span {
    display: block;
}
ul.prodList.favoriteLists {
    display: flex;
	    flex-wrap: wrap;
}
ul.prodList.favoriteLists li {
    position: relative;
}
.products .card .card-bottom .addMiniBasket {
    position: absolute;
    right: 0;
    bottom: 7px;
}
.products .card .card-bottom .addMiniBasket:before {
    content: "\e928";
    font-family: 'decomeco'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
}

.products .card .card-bottom .card-basket {
    position: relative;
}

.products .card .card-bottom .basket {
    padding: 0;
    margin-right: 40px;
    width: auto;
}
.products .card .card-bottom .basket .basket-text {
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px 11px;
}

/* Urun */
.detailSeperator {
    text-align: center;
    max-width: 70%;
    padding: 10px;
    position: relative;
}

.detailSeperator:before {content: "";height: 1px;width: 100%;display: block;background: #999;top: 50%;position: absolute;left: 0;}

.detailSeperator span {
    display: inline-block;
    background: #fff;
    position: relative;
    padding: 0 7px;
}

button.btn.red.btnAddToBasketDetail {
    background: #555;
}

.contributeBtn a {
  
}
.qrCt {text-align: center;}
.qrCt img {max-width: 200px;}
.resetModal {top:0;transform: none;}
.homeBlogFrame h4 {
  color: #c00;
}
.prodDetailCt .imgCt .owl-dots .owl-dot.active {
    border: 2px solid #c3272c;
    background: #c3272c;
}
/* Mobile Start */
@media (max-width: 767px) {
  .searchMenuCt {display: none;}
  .fastFilter .filterList li {
    margin-bottom: 0;
    padding: 2px 0;
    margin-right: 2px;
    margin-left: 2px;
} 
  .fastFilter .filterList li a {
    padding: 5px 8px;
    font-size: 9px;
}
.gifCt {}
}



/* FIXXX ZF */
.filterBox > ul > li .inp-bottomList li a {position:relative;z-index:1;}

.icon-star-full::before {
  content: "\f586";
  display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
}