.banner-img {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-img:before {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.4) 100%) repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
  width: 50%;
  z-index: 2;
}
/*.banner-img:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}*/
.banner-menu {
  display: inline-block !important;
  overflow: hidden;
}
.banner-menu img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-menu:hover img {
  -webkit-transform: rotate(5deg) scale(1.3);
  -moz-transform: rotate(5deg) scale(1.3);
  -o-transform: rotate(5deg) scale(1.3);
  transform: rotate(5deg) scale(1.3);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}
.banner {
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 0;
  text-align: center;
}
.banner:before {
  background: rgba(0, 0, 0, 0.25);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.banner:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.banner1 {
  overflow: hidden;
  display: block;
}
.banner1 img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.banner1 img:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}
@-webkit-keyframes moveFromBottom {
  from {
    opacity: 0;
    -webkit-transform: translateX(200%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@-moz-keyframes moveFromBottom {
  from {
    opacity: 0;
    -moz-transform: translateY(200%);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0%);
  }
}
@-ms-keyframes moveFromBottom {
  from {
    opacity: 0;
    -ms-transform: translateY(200%);
  }
  to {
    opacity: 1;
    -ms-transform: translateY(0%);
  }
}
@-webkit-keyframes moveFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@-moz-keyframes moveFromTop {
  from {
    opacity: 0;
    -moz-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0%);
  }
}
@-ms-keyframes moveFromTop {
  from {
    opacity: 0;
    -ms-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -ms-transform: translateY(0%);
  }
}
@-webkit-keyframes smallToBig {
  from {
    -webkit-transform: scale(0.1);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes smallToBig {
  from {
    -moz-transform: scale(0.1);
  }
  to {
    -moz-transform: scale(1);
  }
}
@-ms-keyframes smallToBig {
  from {
    -ms-transform: scale(0.1);
  }
  to {
    -ms-transform: scale(1);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.animated {
  -webkit-animation-duration: 1000 ms  ;
  animation-duration: 1000 ms  ;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-animated-out {
  z-index: 1;
}
.owl-animated-in {
  z-index: 0;
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.selector {
  position: relative;
  width: auto !important;
  border: 1px solid #d7d7d7;
  padding: 0px 15px;
}
.selector select {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-size: 100%;
}
.selector span {
  display: block;
  position: relative;
  padding-right: 20px;
  height: 35px;
  line-height: 35px;
  width: auto !important;
  color: #909090;
}
.selector span:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 15px;
  content: '\f107';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  position: absolute;
  right: -5px;
  top: 9px;
  color: #909090;
}
.timmer-action .btn-cart {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn-cart:hover,
.btn-quick-quote:hover,
.personalized-options .button:hover,
.price-action .actions .link-wishlist:hover {
  opacity: 0.8;
}
.category-br .des-cat {
  margin: 0;
}
.zoomLens {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.boxed-layout {
  background-color: #fafafa;
}
.full-content {
  margin: 0 auto;
}
.ratings-table .rating-box {
  margin-top: 7px;
}
.custom-nav-slider .list-nav li {
  display: inline-block;
  margin: 0 3px;
}
.custom-nav-slider .list-nav li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background: url('http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/yellow/icon_theme.png') no-repeat #ffffff;
}
.custom-nav-slider .list-nav li a:hover {
  background-color: #c44c51;
}
.custom-nav-slider .list-nav li.next a {
  background-position: -109px -705px;
}
.custom-nav-slider .list-nav li.prev a {
  background-position: -111px -738px;
}
.pager {
  text-align: left !important;
}
.pager .amount {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.pager .limiter {
  display: inline-block;
  vertical-align: middle;
  float: right;
}
.pager .limiter > * {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.count-review-wrapper {
  clear: both;
  padding-top: 10px;
}
.atm-f {
  height: 28px !important;
}
.col-main,
.sidebar {
  padding-top: 25px;
}
.cms-index-index.cms-page-3 .col-main,
.cms-index-index.cms-page-3 .sidebar {
  padding-top: 20px;
}
.full-wrapper {
  margin-left: -1000px;
  margin-right: -1000px;
}
.category-products .products-grid .item {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 586px;
}
input[type='text'],
.qty,
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.sm-facebook-content iframe {
  border: none;
}
.wrapper {
  overflow-x: hidden;
}
.boxed-layout .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.owl-carousel .item {
  width: 100% !important;
}
.zoomContainer {
  display: none !important;
}
.zoomContainer:last-child {
  display: block !important;
}
#review-form .fieldset {
  padding: 0;
  border: none;
}
.review-product-list .product-essential .product-shop .nobr {
  display: none;
}
.clearfix {
  clear: both;
}
.overflow-table {
  overflow-x: auto;
}
#wishlist-table {
  margin-bottom: 20px;
}
#wishlist-table button {
  margin: 10px 0px;
}
img {
  border: 0;
  vertical-align: top;
  width: auto;
  max-width: 100%;
}
label,
.label {
  font-weight: normal !important;
  font-size: inherit !important;
  margin-bottom: 0 !important;
  color: inherit !important;
  padding: 0 !important;
}
.required em {
  display: none;
}
a {
  text-decoration: none;
}
a:focus,
a:active {
  color: inherit;
  text-decoration: none;
}
body {
  line-height: 1.66 !important;
  overflow-x: hidden;
  overflow-y: auto;
}
body a:hover {
  text-decoration: none;
}
body a:active {
  text-decoration: none;
}
.des-cat {
  margin-bottom: 20px;
}
.empty {
  padding: 10px 0px 0px;
  margin: 0;
}
.compare-table .price-box {
  display: inline-block;
}
.compare-table .price-box .old-price,
.compare-table .price-box .special-price {
  margin: 0 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 5px;
  line-height: 1.35;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: inherit;
}
#wishlist-table .add-to-cart-alt {
  clear: both;
  padding-top: 10px;
}
#wishlist-table .price-box p {
  display: block;
  margin: 0;
}
fieldset {
  border: 0;
}
legend {
  display: none;
}
.special-price {
  margin-left: 0px;
}
.add-to-cart {
  position: relative;
  display: inline-block;
}
.add-to-cart label {
  line-height: 35px;
}
.add-to-cart .qty {
  height: 43px !important;
  background-color: transparent !important;
  width: 64px !important;
  border-right: 1px solid #d7d7d7;
}
.add-to-cart .control-qty {
  float: left;
  margin-right: 12px;
  position: relative;
  border: 1px solid #d7d7d7;
  width: 100px;
}
.add-to-cart .control-qty .input-text {
  color: #909090 !important;
  border: 0px;
  border-right: 1px solid #d7d7d7;
}
.add-to-cart .control-qty .quantity-controls {
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
  cursor: pointer;
}
.add-to-cart .control-qty .quantity-controls:before {
  color: #747474;
}
.add-to-cart .control-qty .quantity-controls:hover:before {
  color: #c44c51;
}
.add-to-cart .control-qty .quantity-controls.quantity-plus {
  top: 0px;
  border: 0px;
}
.add-to-cart .control-qty .quantity-controls.quantity-plus:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 16px;
  content: '\f106';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
}
.add-to-cart .control-qty .quantity-controls.quantity-minus {
  top: 18px;
  position: absolute;
  border: 0px;
}
.add-to-cart .control-qty .quantity-controls.quantity-minus:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 16px;
  content: '\f107';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
}
table {
  border: 0;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}
caption,
th,
td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
p {
  margin: 0 0 10px;
}
strong {
  font-weight: bold;
}
address {
  font-style: normal;
  line-height: 1.35;
}
cite {
  font-style: normal;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after {
  content: '';
}
small,
big {
  font-size: 1em;
}
.price-box .special-price {
  margin-left: 0px;
}
ul,
ol {
  list-style: none;
}
.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.nobr {
  white-space: nowrap !important;
}
.wrap {
  white-space: normal !important;
}
.a-left {
  text-align: left !important;
}
.a-center {
  text-align: center !important;
}
.a-right {
  text-align: right !important;
}
.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.f-left,
.left {
  float: left !important;
}
.f-right,
.right {
  float: right !important;
}
.f-none {
  float: none !important;
}
.f-fix {
  float: left;
  width: 100%;
}
.no-display {
  display: none;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-bg {
  background: none !important;
}
#yt-totop {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #c44c51;
  text-align: center;
  line-height: 40px;
  color: #fff;
  position: fixed;
  bottom: 50px;
  right: 20px;
  opacity: 0.6;
  z-index: 800;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#yt-totop:before {
  content: "\f062";
  font-family: fontawesome;
  font-size: 20px;
}
#yt-totop:hover {
  opacity: 1;
}
.owl-theme .owl-controls .owl-nav > div {
  display: inline-block;
  width: 38px;
  height: 38px;
  position: relative;
  cursor: pointer;
  margin: 0 3px;
  background: #929292;
  font-size: 0px !important;
  background-repeat: no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.owl-theme .owl-controls .owl-nav > div:before {
  position: absolute;
  top: 8px;
  left: 8px;
  color: #bebebe;
  color: #c5c5c5;
}
.owl-theme .owl-controls .owl-nav > div.owl-next {
  right: 0px;
}
.owl-theme .owl-controls .owl-nav > div.owl-next:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 22px;
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
}
.owl-theme .owl-controls .owl-nav > div.owl-next:hover {
  background: #2c2c2c;
}
.owl-theme .owl-controls .owl-nav > div.owl-next:hover:before {
  color: #fff;
}
.owl-theme .owl-controls .owl-nav > div.owl-prev {
  left: 0px;
}
.owl-theme .owl-controls .owl-nav > div.owl-prev:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 22px;
  content: '\f104';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
}
.owl-theme .owl-controls .owl-nav > div.owl-prev:hover {
  background: #2c2c2c;
}
.owl-theme .owl-controls .owl-nav > div.owl-prev:hover:before {
  color: #fff;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #fff;
  display: block;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #c44c51;
}
.block.block-compare .block-content {
  padding-top: 0;
}
.block.block-compare .block-content .item {
  position: relative;
}
.block.block-compare .block-content .item .product-name {
  margin: 0;
}
.block.block-compare .block-content .item .product-name a {
  display: block;
  padding: 7px 0px;
}
.block.block-compare .block-content .item .btn-remove {
  position: absolute;
  right: 14px;
  top: 6px;
  z-index: 9;
}
.block.block-compare .block-content .actions {
  text-align: left;
  border-top: 1px dotted #d7d7d7;
  padding-top: 15px;
}
.block.block-compare .block-content .actions .button {
  color: #272939 !important;
  padding: 0 15px;
}
.home-menu-dropdown {
  padding: 0 20px;
  display: inline-block;
  width: 100%;
}
.home-menu-dropdown .banner-img {
  display: block !important;
}
.home-menu-dropdown .item-home-store {
  width: 50%;
  float: left;
}
.home-menu-dropdown .item-home-store .title-menu-home {
  font-size: 128%;
  font-style: italic;
  padding-bottom: 15px;
  text-transform: capitalize;
  color: #1b1b1b;
}
.home-menu-dropdown .item-home-store li a {
  display: block !important;
  padding: 3px 0px;
}
.home-menu-dropdown .item-home-store li a:hover {
  color: #c44c51;
}
.home-menu-dropdown .item-home-store.theme-color li a {
  position: relative;
}
.home-menu-dropdown .item-home-store.theme-color li a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #e1e1e1;
  margin-right: 10px;
  vertical-align: middle;
}
.home-menu-dropdown .item-home-store.theme-color li.purple a:before {
  background-color: #8E24AA;
}
.home-menu-dropdown .item-home-store.theme-color li.green a:before {
  background-color: #8CC34B;
}
.home-menu-dropdown .item-home-store.theme-color li.pink a:before {
  background-color: #EA1E63;
}
.home-menu-dropdown .item-home-store.theme-color li.orange a:before {
  background-color: #FB8C00;
}
.home-menu-dropdown .item-home-store.theme-color li.lime a:before {
  background-color: #c0ca33;
}
.sm-hot-collections .htc-cat-image a img,
.slider-brand a img,
.static-image-block a img,
.static-image a img {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.sm-hot-collections .htc-cat-image a img:hover,
.slider-brand a img:hover,
.static-image-block a img:hover,
.static-image a img:hover {
  opacity: 0.8;
}
.full-wrapper-blog .slider-blog .info-blog .image-blog a img {
  transform-style: flat !important;
  -webkit-transform-style: flat !important;
}
.static-image-megamenu a img:hover,
.full-wrapper-blog .slider-blog .info-blog .image-blog a img:hover {
  opacity: 0.8;
}
.full-wrapper-brand .owl-nav > div:hover {
  opacity: 0.7;
}
.block {
  margin: 0px 0 30px;
}
.block .block-title {
  padding-bottom: 5px;
  color: #1b1b1b;
  font-size: 157%;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
  text-transform: capitalize;
  font-style: italic;
  border-bottom: 1px solid #c4c4c4;
}
.block .block-title strong {
  font-weight: normal;
}
.block .block-title a {
  text-decoration: none !important;
}
.block .block-content {
  padding-top: 10px;
  display: block !important;
}
.block .actions {
  text-align: right;
}
.block .actions a {
  float: left;
}
.block .actions button.button {
  float: right;
}
.block.block-tags ul.tags-list,
.block.blog-tag ul.tags-list {
  margin-bottom: 30px;
}
.block.block-tags ul.tags-list li a,
.block.blog-tag ul.tags-list li a {
  border: 1px solid #8a8a8a;
  color: #777777;
  display: inline-block;
  font-size: 100% !important;
  margin-bottom: 10px;
  padding: 2px 10px;
}
.block.block-tags ul.tags-list li a:hover,
.block.blog-tag ul.tags-list li a:hover {
  background: #c44c51;
  color: #fff;
  border-color: #c44c51;
}
.block.block-tags .actions,
.block.blog-tag .actions {
  display: none;
}
.tags-list {
  display: block;
  margin: 0;
}
.tags-list li {
  display: inline-block !important;
  margin: 0 5px 0 0;
}
.label-product {
  position: absolute;
  top: 10px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 85%;
  text-align: center;
  text-transform: capitalize;
  z-index: 10;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-weight: normal;
}
.label-product.label-sale {
  right: 10px;
  background: url('http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/icon-sale.png') no-repeat;
  color: #fff;
}
.label-product.label-new {
  left: 10px;
  color: #fff;
  background: url('http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/icon-new.png') no-repeat;
}
.products-grid .item .item-inner {
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background: #fff;
  border: 1px solid #fff;
  margin-bottom: 15px;
}
.products-grid .item .item-inner .box-image {
  position: relative;
  overflow: hidden;
}
.products-grid .item .item-inner .box-image .label-product.label-sale,
.products-grid .item .item-inner .box-image .label-product.label-new {
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.products-grid .item .item-inner .box-image .product-image img {
  width: 100%;
  background: #fff;
}
.products-grid .item .item-inner .box-image .product-image .second-image {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 0;
}
.products-grid .item .item-inner .box-image .product-image:hover .second-image {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.products-grid .item .item-inner .box-image .configurable-swatch-list {
  position: absolute;
  bottom: 20px;
  right: 10px;
  z-index: 11;
}
.products-grid .item .item-inner .box-info {
  padding: 0 10px 10px;
  width: 100%;
  z-index: 9;
}
.products-grid .item .item-inner .box-info .product-name {
  text-overflow: ellipsis;
  padding: 5px 0 10px ;
  text-transform: capitalize;
  font-size: 142%;
  position: relative;
  margin-bottom: 10px;
  line-height: 20px;
}
.products-grid .item .item-inner .box-info .product-name a {
  white-space: nowrap;
  color: #262e31;
  font-weight: normal;
  font-style: italic;
}
.products-grid .item .item-inner .box-info .product-name a:hover {
  color: #c44c51;
}
.products-grid .item .item-inner .box-info .product-name:after {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: -3px;
  width: 30px;
  height: 1px;
  background: #e7edf0;
  content: "";
  display: inline-block;
}
.products-grid .item .item-inner .box-info .price-box {
  display: inline-table;
  margin: 5px auto;
}
.products-grid .item .item-inner .box-info .price-box .price-from {
  margin-right: 2px;
}
.products-grid .item .item-inner .box-info .price-box .price-from .price-label {
  display: none;
}
.products-grid .item .item-inner .box-info .price-box .old-price {
  margin-right: 5px !important;
  margin-top: -2px;
}
.products-grid .item .item-inner .box-info .price-box .special-price {
  float: left;
}
.products-grid .item .item-inner .box-info .actions {
  margin: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 50px;
}
.products-grid .item .item-inner .box-info .actions .btn-cart {
  display: inline-block;
  border: 0px;
  margin: 0px 0px 8px;
  padding: 0px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: top;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  font-size: 0px;
  background: url('http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/icon-item.png') no-repeat 12px center #e2a8aa;
}
.products-grid .item .item-inner .box-info .actions .btn-cart:hover {
  background: url('http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/icon-item.png') no-repeat 12px center #c44c51;
}
.products-grid .item .item-inner .box-info .actions .add-to-links {
  display: inline-block;
  margin-top: 0px;
}
.products-grid .item .item-inner .box-info .actions .add-to-links li {
  float: left;
  margin: 0 0 8px;
  width: 50px;
  height: 50px;
}
.products-grid .item .item-inner .box-info .actions .add-to-links li a {
  width: 50px;
  height: 50px;
  text-align: center;
  display: inline-block;
  line-height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #e2a8aa;
  font-size: 0px;
}
.products-grid .item .item-inner .box-info .actions .add-to-links li .link-wishlist {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.products-grid .item .item-inner .box-info .actions .add-to-links li .link-wishlist:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 15px;
  content: '\f004';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  color: #fff;
  padding: 18px 0;
}
.products-grid .item .item-inner .box-info .actions .add-to-links li .link-compare {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.products-grid .item .item-inner .box-info .actions .add-to-links li .link-compare:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 15px;
  content: '\f0ec';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  color: #fff;
  padding: 18px 0;
}
.products-grid .item .item-inner .box-info .actions .add-to-links li a:hover {
  background: #c44c51;
  border-color: #c44c51;
}
.products-grid .item .item-inner .box-info .actions .add-to-links li a:hover:before {
  color: #fff;
}
.products-grid .item .item-inner .box-info .actions .sm_quickview_handler {
  width: 50px;
  height: 50px;
  text-align: center;
  display: inline-block;
  line-height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  background: #e2a8aa;
  margin-top: -6px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.products-grid .item .item-inner .box-info .actions .sm_quickview_handler:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 15px;
  content: '\f002';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  color: #fff;
}
.products-grid .item .item-inner .box-info .actions .sm_quickview_handler:hover {
  background: #c44c51;
}
.products-grid .item .item-inner .box-info .actions .sm_quickview_handler:hover:before {
  color: #fff;
}
.products-grid .item .item-inner:hover {
  border-color: #e2a8aa;
}
.products-grid .item .item-inner:hover .box-image .label-product.label-sale,
.products-grid .item .item-inner:hover .box-image .label-product.label-new {
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.products-grid .item .item-inner:hover .box-info .actions .btn-cart,
.products-grid .item .item-inner:hover .box-info .actions .add-to-links li a,
.products-grid .item .item-inner:hover .box-info .actions .sm_quickview_handler {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.products-grid .item .image-slider-product {
  width: 100%;
}
.products-grid .item .image-slider-product .lSAction,
.products-grid .item .image-slider-product .lSPager {
  opacity: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.products-grid .item .image-slider-product:hover .lSAction,
.products-grid .item .image-slider-product:hover .lSPager {
  opacity: 1;
}
.products-grid .item .image-slider-product .item {
  padding: 0;
}
.products-grid .item .image-slider-product img {
  width: 100%;
}
.products-grid .item .image-slider-product .lSPager {
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
}
.block-basic-listing .basic-bottom-title {
  background-color: #fff;
  height: 117px;
  border-bottom: 5px solid #272939;
  color: #272939;
  text-transform: uppercase;
}
.block-basic-listing .basic-bottom-title h2 {
  font-size: 342.85%;
  line-height: 112px;
}
.block-basic-listing .content-basic-bottom {
  background-color: #7accc8;
  padding: 60px 0 50px;
}
.block-basic-listing .products-grid .item .item-inner .box-info {
  background-color: #272939;
  color: #fff;
}
.block-basic-listing .products-grid .item .item-inner .box-info a {
  color: #fff;
}
.block-basic-listing .products-grid .item .item-inner .box-info .price-action .actions .btn-cart {
  background-position: -86px -505px;
}
.block-basic-listing .products-grid .item .item-inner .box-info .price-action .actions .link-wishlist {
  background-position: -151px -168px;
}
.block-basic-listing .products-grid .item .item-inner:hover .box-info {
  background-color: #fff;
  color: #272939;
}
.block-basic-listing .products-grid .item .item-inner:hover .box-info a {
  color: #272939;
}
.block-basic-listing .products-grid .item .item-inner:hover .box-info .price-action .actions .btn-cart {
  background-position: -23px -505px;
}
.block-basic-listing .products-grid .item .item-inner:hover .box-info .price-action .actions .link-wishlist {
  background-position: -25px -168px;
}
.block-basic-listing .owl-nav {
  position: absolute;
  right: -3px;
  top: -139px;
}
.block-basic-listing .owl-nav > div {
  background-color: #272939 !important;
  color: #fff !important;
}
.products-list .item .item-inner {
  margin-bottom: 30px;
  position: relative;
  background-color: #fff;
  color: #272939;
  min-height: 290px;
}
.products-list .item .item-inner a {
  color: #272939;
}
.products-list .item .item-inner .box-image-list {
  position: relative;
  float: left;
  max-width: 270px;
}
.products-list .item .item-inner .box-image-list .image-slider-product {
  width: 100%;
  max-height: 300px;
  overflow: hidden;
}
.products-list .item .item-inner .box-image-list .image-slider-product .lSSlideWrapper {
  max-height: 300px;
}
.products-list .item .item-inner .box-image-list .image-slider-product .lSSlideWrapper .item_img {
  width: 270px;
  height: 300px;
  float: left;
}
.products-list .item .item-inner .box-image-list .image-slider-product .lSAction,
.products-list .item .item-inner .box-image-list .image-slider-product .lSPager {
  opacity: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  bottom: 5px;
  width: 100%;
}
.products-list .item .item-inner .box-image-list .image-slider-product:hover .lSAction,
.products-list .item .item-inner .box-image-list .image-slider-product:hover .lSPager {
  opacity: 1;
}
.products-list .item .item-inner .box-image-list .image-slider-product img {
  opacity: 1 !important;
  width: 100%;
}
.products-list .item .item-inner .box-image-list .product-image .second-image {
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 4;
}
.products-list .item .item-inner .box-image-list .product-image:hover .second-image {
  opacity: 1;
}
.products-list .item .item-inner .box-image-list .configurable-swatch-list {
  position: absolute;
  left: 10px;
  bottom: 5px;
  display: inline-block;
  z-index: 9;
  text-align: center;
}
.products-list .item .item-inner .box-info-list {
  margin-left: 325px;
  padding: 0px 10px 0 0;
}
.products-list .item .item-inner .box-info-list .product-name {
  font-weight: normal;
  text-transform: capitalize;
  font-size: 170%;
  margin-bottom: 15px;
  font-style: italic;
  position: relative;
}
.products-list .item .item-inner .box-info-list .product-name a {
  color: #262e31;
}
.products-list .item .item-inner .box-info-list .product-name a:hover {
  color: #c44c51;
}
.products-list .item .item-inner .box-info-list .product-name:after {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 30px;
  height: 1px;
  background: #e7edf0;
  content: "";
  display: inline-block;
}
.products-list .item .item-inner .box-info-list .ratings {
  width: 100%;
  height: 25px;
}
.products-list .item .item-inner .box-info-list .actions {
  float: left;
}
.products-list .item .item-inner .box-info-list .actions .btn-wrapper {
  float: left;
  margin-right: 12px;
  margin-bottom: 5px;
}
.products-list .item .item-inner .box-info-list .actions .btn-cart {
  position: relative;
  color: #fff;
  background: #c44c51;
  border: 0px;
  font-weight: normal;
  text-transform: capitalize;
  padding: 0 35px;
}
.products-list .item .item-inner .box-info-list .actions .btn-cart:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}
.products-list .item .item-inner .box-info-list .actions .add-to-links {
  float: left;
}
.products-list .item .item-inner .box-info-list .actions .add-to-links li {
  float: left;
  margin-right: 12px;
  width: 45px;
  height: 45px;
}
.products-list .item .item-inner .box-info-list .actions .add-to-links li a {
  width: 45px;
  height: 45px;
  text-align: center;
  display: inline-block;
  border: 1px solid #c3c3c3;
  line-height: 45px;
}
.products-list .item .item-inner .box-info-list .actions .add-to-links li .link-wishlist:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 15px;
  content: '\f004';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  color: #c3c3c3;
}
.products-list .item .item-inner .box-info-list .actions .add-to-links li .link-compare:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 15px;
  content: '\f0ec';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  color: #c3c3c3;
}
.products-list .item .item-inner .box-info-list .actions .add-to-links li a:hover {
  background: #c44c51;
  border-color: #c44c51;
}
.products-list .item .item-inner .box-info-list .actions .add-to-links li a:hover:before {
  color: #fff;
}
.products-list .item .item-inner .box-info-list .sm_quickview_handler {
  width: 45px;
  height: 45px;
  text-align: center;
  display: inline-block;
  border: 1px solid #c3c3c3;
  line-height: 45px;
  overflow: hidden;
}
.products-list .item .item-inner .box-info-list .sm_quickview_handler:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 15px;
  content: '\f002';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  color: #c3c3c3;
}
.products-list .item .item-inner .box-info-list .sm_quickview_handler:hover {
  background: #c44c51;
  border-color: #c44c51;
}
.products-list .item .item-inner .box-info-list .sm_quickview_handler:hover:before {
  color: #fff;
}
.products-list .item .item-inner .box-info-list .desc {
  margin-bottom: 20px;
  width: 100%;
  color: #747474;
  font-size: 100%;
}
.products-list .item .item-inner .price-box {
  margin: 0 35px 10px 0;
}
.products-list .item .item-inner .price-box .regular-price .price {
  font-size: 185%;
  color: #262e31;
  font-weight: normal;
}
.products-list .item .item-inner .price-box .special-price .price .price {
  font-size: 185%;
  color: #262e31;
  font-size: normal;
}
.toolbar-top .pager {
  font-size: 85%;
}
.toolbar .toolbar-inner {
  display: inline-block;
  width: 100%;
  padding: 3px 0;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 30px;
}
.toolbar .toolbar-inner .pager {
  float: right;
  margin: 0;
}
.toolbar .toolbar-inner .pager .pages {
  margin-top: 0;
  position: relative;
}
.toolbar .toolbar-inner .pager .pages label {
  display: inline-block;
  left: -42px;
  position: absolute;
  top: 6px;
  color: #1b1b1b !important;
}
.toolbar .toolbar-inner .pager .pages ol {
  margin: 0;
  display: inline-block;
  border-right: 1px solid #d7d7d7;
}
.toolbar .toolbar-inner .pager .pages ol li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  border: 1px solid #d7d7d7;
  border-right: 0px;
  float: left;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.toolbar .toolbar-inner .pager .pages ol li.current {
  text-align: center;
  background: #c44c51;
  color: #fff;
  border-color: #c44c51;
}
.toolbar .toolbar-inner .pager .pages ol li a {
  background: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  display: inline-block;
  padding: 0;
  color: #636363;
  width: 100%;
  height: 100%;
}
.toolbar .toolbar-inner .pager .pages ol li a.next {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.toolbar .toolbar-inner .pager .pages ol li a.next:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 20px;
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
.toolbar .toolbar-inner .pager .pages ol li a.next span {
  display: none;
}
.toolbar .toolbar-inner .pager .pages ol li a.previous {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.toolbar .toolbar-inner .pager .pages ol li a.previous:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 20px;
  content: '\f104';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
.toolbar .toolbar-inner .pager .pages ol li a.previous span {
  display: none;
}
.toolbar .toolbar-inner .pager .pages ol li:hover {
  background: #c44c51;
  border-color: #c44c51;
}
.toolbar .toolbar-inner .pager .pages ol li:hover a {
  color: #fff;
}
.toolbar .toolbar-inner .sorter,
.toolbar .toolbar-inner .sortby-limiter {
  display: inline-block;
  vertical-align: middle;
}
.toolbar .toolbar-inner .sorter .amount {
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 40px 0 0;
  font-size: 115%;
  font-weight: 900;
  color: #636363;
  text-transform: uppercase;
}
.toolbar .toolbar-inner .sorter .amount strong {
  font-weight: normal;
}
.toolbar .toolbar-inner .sorter .view-mode {
  margin: 0 20px 0 0;
  display: inline-block;
  width: 80px;
}
.toolbar .toolbar-inner .sorter .view-mode label {
  float: left;
  margin-right: 10px;
  margin-top: 6px;
  font-size: 85% !important;
  color: #636363;
}
.toolbar .toolbar-inner .sorter .view-mode strong,
.toolbar .toolbar-inner .sorter .view-mode a {
  display: inline-block;
  text-align: center;
  line-height: 35px;
  float: left;
  margin-top: 0px;
  color: #636363;
  font-size: 20px;
  width: 35px;
  height: 35px;
}
.toolbar .toolbar-inner .sorter .view-mode strong span,
.toolbar .toolbar-inner .sorter .view-mode a span {
  display: none;
}
.toolbar .toolbar-inner .sorter .view-mode a.grid {
  background: url('http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/toobar.png') no-repeat center 12px #252525;
}
.toolbar .toolbar-inner .sorter .view-mode a.grid:hover {
  background-color: #c44c51;
}
.toolbar .toolbar-inner .sorter .view-mode strong.grid {
  background: url('http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/toobar.png') no-repeat center 12px #c44c51;
}
.toolbar .toolbar-inner .sorter .view-mode strong.grid:hover {
  background-color: #252525;
}
.toolbar .toolbar-inner .sorter .view-mode strong.list {
  background: url('http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/toobar.png') no-repeat center -20px #c44c51;
}
.toolbar .toolbar-inner .sorter .view-mode strong.list:hover {
  background-color: #252525;
}
.toolbar .toolbar-inner .sorter .view-mode a.list {
  background: url('http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/toobar.png') no-repeat center -20px #252525;
}
.toolbar .toolbar-inner .sorter .view-mode a.list:hover {
  background-color: #c44c51;
}
.toolbar .toolbar-inner .sortby-limiter .sort-by,
.toolbar .toolbar-inner .sortby-limiter .limiter {
  display: inline-block;
  vertical-align: top;
  font-size: 100%;
  color: #1b1b1b;
}
.toolbar .toolbar-inner .sortby-limiter .sort-by > label,
.toolbar .toolbar-inner .sortby-limiter .limiter > label,
.toolbar .toolbar-inner .sortby-limiter .sort-by > .selector,
.toolbar .toolbar-inner .sortby-limiter .limiter > .selector,
.toolbar .toolbar-inner .sortby-limiter .sort-by > a,
.toolbar .toolbar-inner .sortby-limiter .limiter > a {
  display: inline-block;
  vertical-align: middle;
}
.toolbar .toolbar-inner .sortby-limiter select option {
  padding-left: 10px;
}
.toolbar .toolbar-inner .sortby-limiter .sort-by {
  margin-right: 50px;
}
.toolbar .toolbar-inner .sortby-limiter .sort-by a {
  height: 37px;
  margin-left: -4px;
  padding: 5px 12px;
  border: 1px solid #d7d7d7;
  border-left: 0px;
  color: #9b9b9b;
}
.toolbar .toolbar-inner .sortby-limiter .limiter {
  margin-right: 40px;
}
.toolbar-bottom .toolbar-inner {
  border: 0px;
  border-top: 1px solid #d7d7d7;
  padding: 10px 0;
}
#loading {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#loading img {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  padding: 10px;
  margin-left: -22px;
  background-color: black;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.block-layered-nav {
  margin-top: -15px;
}
.block-layered-nav .currently .filter-shopby {
  border-bottom: 1px solid #c4c4c4;
  color: #1b1b1b;
  font-size: 157%;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 10px;
  padding-bottom: 15px;
  padding-left: 0;
  text-transform: capitalize;
}
.block-layered-nav .currently ol {
  margin-bottom: 4px;
}
.block-layered-nav .currently ol li {
  display: inline-block;
  margin-right: 3px;
}
.block-layered-nav .currently ol li span,
.block-layered-nav .currently ol li .btn-remove {
  display: table-cell;
  border: 1px solid #d7d7d7;
  padding: 0 5px;
}
.block-layered-nav .currently ol li .btn-remove {
  margin: 0 -1px;
  border-left: none;
}
.block-layered-nav .currently ol li .btn-remove:before {
  position: relative;
}
.block-layered-nav .actions {
  border-top: none;
  padding: 0px;
}
.block-layered-nav .actions a {
  float: right;
}
.block-layered-nav .block-content .filter-wrapp {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.block-layered-nav .block-content .filter-wrapp:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.block-layered-nav .block-content .filter-wrapp:last-child:before {
  display: none;
}
.block-layered-nav .block-content .filter-wrapp.Manufacturer ol li,
.block-layered-nav .block-content .filter-wrapp.Category ol li,
.block-layered-nav .block-content .filter-wrapp.Size ol li {
  border-bottom: 1px solid  #dedede;
  margin-bottom: 0;
  padding: 9px 0;
  text-transform: capitalize;
}
.block-layered-nav .block-content .filter-wrapp.Manufacturer ol li a:hover,
.block-layered-nav .block-content .filter-wrapp.Category ol li a:hover,
.block-layered-nav .block-content .filter-wrapp.Size ol li a:hover {
  color: #c44c51;
}
.block-layered-nav .block-content .filter-wrapp.Manufacturer ol li:last-child,
.block-layered-nav .block-content .filter-wrapp.Category ol li:last-child,
.block-layered-nav .block-content .filter-wrapp.Size ol li:last-child {
  border: 0;
}
.block-layered-nav .block-content .filter-wrapp dt {
  font-size: 115%;
  margin-bottom: 10px;
  text-transform: uppercase;
  padding-left: 0px;
  color: #1b1b1b;
  font-weight: normal;
  border-bottom: #c4c4c4 1px solid;
  padding-bottom: 15px;
}
.block-layered-nav .block-content .filter-wrapp dd {
  padding-left: 0px;
  margin-top: 15px;
}
.block-layered-nav .block-content .filter-wrapp dd ol {
  margin: 0;
}
.block-layered-nav .block-content .filter-wrapp dd ol li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.block-layered-nav .block-content .filter-wrapp dd ol li .check-shopby {
  display: none;
}
.block-layered-nav .block-content .filter-wrapp dd ol li a {
  position: relative;
  display: block;
  color: #747474;
  font-size: 115%;
  text-transform: capitalize;
}
.block-layered-nav .block-content .filter-wrapp dd ol li a .item-count {
  float: right;
  font-size: 14px;
  color: #747474;
  margin-right: 10px;
}
.block-layered-nav .block-content .filter-wrapp dd ol li a:hover {
  color: #c44c51;
}
.block-layered-nav .block-content .filter-wrapp dd ol li a:hover .item-count {
  color: #c44c51;
}
.block-layered-nav .block-content .filter-wrapp dd ol li a.checked {
  color: #c44c51;
}
.block-layered-nav .block-content .filter-wrapp dd ol.configurable-swatch-list li {
  float: left;
  margin-right: 14px;
  margin-bottom: 11px;
}
.block-layered-nav .block-content .filter-wrapp dd ol.configurable-swatch-list li a.has-image {
  padding: 0;
  display: block;
}
.block-layered-nav .block-content .filter-wrapp dd ol.configurable-swatch-list li a.has-image:before {
  display: none;
}
.block-layered-nav .block-content .filter-wrapp dd ol.configurable-swatch-list li a.has-image span img {
  border: none;
}
.block-layered-nav .block-content .filter-wrapp dd ol.configurable-swatch-list li a.has-image span img:hover {
  opacity: 0.8;
}
.block-layered-nav .block-content .filter-wrapp dd ol.configurable-swatch-list li a.has-image .label-image {
  display: none;
}
.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby {
  overflow: hidden;
  margin-right: 10px;
}
.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .price_filter {
  background-color: #c44c51;
  height: 7px;
  position: relative;
  margin: 20px 0 20px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
}
.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .price_filter .price-from,
.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .price_filter .price-to {
  background: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: e-resize;
  display: block;
  height: 15px;
  width: 15px;
  z-index: 15;
  position: absolute;
  top: -4px;
  text-align: center;
  color: #c44c51;
  border: 1px solid #c44c51;
}
.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .price_filter .price-from:after,
.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .price_filter .price-to:after {
  content: "";
  display: inline-block;
  width: 1000px;
  height: 7px;
  background-color: #161616;
  position: absolute;
  top: 3px;
  z-index: 10;
}
.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .price_filter .price-to:after {
  left: 15px;
}
.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .price_filter .price-from:after {
  right: 15px;
}
.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .sp-right {
  float: right;
}
.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .txt-price-shopby {
  width: 70px;
  margin-right: 7px;
  padding: 0 5px;
  float: left;
  background: #fff;
  color: #898989;
  border: 1px solid #8a8a8a;
}
.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .txt-price-shopby span {
  display: table-cell;
  vertical-align: middle;
}
.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .txt-price-shopby .input-text {
  border: none;
  height: 28px;
  padding: 0;
  width: 100%;
  background: none;
  font-size: 85%;
  color: #262e31;
}
.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .txt-price-shopby .input-text:focus {
  background: none;
}
.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .button {
  height: 30px;
  line-height: 30px;
  text-transform: capitalize;
  background: #2a2a2a;
  color: #fff;
  font-size: 85%;
  padding: 0 15px;
  width: 90px;
  font-weight: normal;
  border: 0px;
}
.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .button:hover {
  background-color: #c44c51;
}
.block-layered-nav .block-content .filter-wrapp.Size .configurable-swatch-list li {
  display: block;
  width: 100%;
  margin: 0px;
}
.block-layered-nav .block-content .filter-wrapp.Size .configurable-swatch-list li a {
  padding: 0px;
}
.block-layered-nav .block-content .filter-wrapp.Color .configurable-swatch-list {
  margin-top: 30px;
}
.block-layered-nav .block-content .filter-wrapp.Color .item-count {
  display: none;
}
.catalog-category-view .note-msg {
  margin-bottom: 60px;
}
.catalog-category-view .category-title,
.catalogsearch-result-index .category-title {
  display: none;
}
.catalog-category-view.header-page-1 .main,
.catalogsearch-result-index.header-page-1 .main {
  padding-top: 0;
}
.toolbar-fix {
  background-color: #ffffff;
  color: #272939;
}
.toolbar-fix .row > div {
  min-height: 0;
}
.toolbar-fix a {
  color: #272939;
}
.catalog-product-view .info-current-category {
  display: none;
}
.info-current-category {
  text-align: center;
  padding-top: 110px;
}
.info-current-category .category-title-top {
  font-size: 300%;
  text-transform: uppercase;
  color: #c44c51;
  font-weight: 900;
  line-height: 50px;
}
.info-current-category .cms-category {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 18px 0;
}
.info-current-category .cms-category .hot-categories {
  margin: 0;
}
.info-current-category .cms-category .hot-categories li {
  display: inline-block;
  margin: 0 3px;
}
.info-current-category .cms-category .hot-categories li a {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #888887;
  padding: 5px 20px;
}
.info-current-category .cms-category .hot-categories li a:hover {
  background-color: #c44c51;
  border-color: #c44c51;
  color: #272939;
}
.basic-products-list {
  margin-bottom: 30px;
}
.basic-products-list .title-home-list h2 {
  color: #1b1b1b;
  font-size: 157%;
  font-weight: normal;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
  text-transform: capitalize;
  font-style: italic;
  border-bottom: 1px solid #c4c4c4;
}
.basic-products-list .owl-controls {
  top: -85px;
  right: 0px;
  width: 60px;
}
.basic-products-list .owl-controls .owl-nav > div {
  width: 30px;
  height: 30px;
  background: transparent;
  padding: 0px !important;
  margin: 0px !important;
  position: absolute;
  top: -70px;
}
.basic-products-list .owl-controls .owl-nav > div:before {
  font-size: 25px !important;
  color: #bebebe;
}
.basic-products-list .owl-controls .owl-nav > div:hover {
  background: transparent !important;
}
.basic-products-list .owl-controls .owl-nav > div:hover:before {
  color: #1b1b1b !important;
}
.basic-products-list .owl-controls .owl-nav > div.owl-prev {
  right: 25px !important;
  left: auto;
}
.basic-products-list .owl-controls .owl-nav > div.owl-next {
  right: 0px;
}
.basic-products-list .item-inner {
  float: left;
  margin-bottom: 25px;
  width: 100%;
}
.basic-products-list .item-inner .bs-image {
  float: left;
  background: #fff;
}
.basic-products-list .item-inner .bs-content {
  margin-left: 85px;
  text-align: center;
}
.basic-products-list .item-inner .bs-content .bs-title {
  line-height: 15px;
  margin-bottom: 10px;
  position: relative;
}
.basic-products-list .item-inner .bs-content .bs-title a {
  color: #262e31;
  font-weight: normal;
  text-transform: capitalize;
  font-size: 100%;
  font-style: italic;
}
.basic-products-list .item-inner .bs-content .bs-title a:hover {
  color: #c44c51;
}
.basic-products-list .item-inner .bs-content .bs-title:after {
  position: absolute;
  left: 50%;
  bottom: -8px;
  margin-left: -15px;
  width: 30px;
  height: 1px;
  background: #e7edf0;
  content: "";
  display: inline-block;
}
.basic-products-list .item-inner .bs-content .price-box {
  margin: 3px 0 0;
}
.basic-products-list .item-inner .bs-content .price-box .old-price {
  top: 2px;
}
.basic-products-list .item-inner .bs-content .regular-price .price,
.basic-products-list .item-inner .bs-content .special-price .price .price,
.basic-products-list .item-inner .bs-content .minimal-price .price,
.basic-products-list .item-inner .bs-content .price-from .price,
.basic-products-list .item-inner .bs-content .price-to .price {
  font-size: 115%;
}
.basic-products-list .item-inner .bs-content .no-rating {
  margin-top: 4px;
  height: 25px;
}
.basic-products-list .item-inner .bs-content .ratings {
  margin-top: 0px;
  height: 25px;
  width: 100%;
}
.basic-products-list .item-inner .bs-content .ratings .rating-box {
  margin-top: 4px;
}
.basic-products-list .item-inner .bs-content .ratings .amount {
  display: none !important;
}
.col-main .cart,
.col-main .opc-wrapper-opc,
.col-main .account-login,
.col-main .account-create {
  background: #fff;
  padding: 15px;
}
* {
  margin: 0;
  padding: 0;
  outline: none !important;
}
.msrp-price-hide-message {
  display: block;
  clear: both;
  padding: 10px 0px;
}
.page-print {
  background: #fff;
  padding: 25px 30px;
  text-align: left;
}
.page-empty {
  background: #fff;
  text-align: left;
}
.page-popup {
  padding: 25px 30px;
  text-align: left;
}
.compare-table .std ul {
  margin-left: 12px;
}
.main {
  margin: 0 auto;
  min-height: 400px;
  padding: 0px 0px 40px;
  text-align: left;
}
.cms-page-2 .main {
  padding-bottom: 60px;
}
.col1-layout .col-main {
  float: none;
  width: auto;
}
.col2-set .col-1 {
  float: left;
  width: 48.5%;
}
.col2-set .col-2 {
  float: right;
  width: 48.5%;
}
.col2-set .col-narrow {
  width: 32%;
}
.col2-set .col-wide {
  width: 65%;
}
.col3-set .col-1 {
  float: left;
  width: 32%;
}
.col3-set .col-2 {
  float: left;
  width: 32%;
  margin-left: 2%;
}
.col3-set .col-3 {
  float: right;
  width: 32%;
}
.col4-set .col-1 {
  float: left;
  width: 23.5%;
}
.col4-set .col-2 {
  float: left;
  width: 23.5%;
  margin: 0 2%;
}
.col4-set .col-3 {
  float: left;
  width: 23.5%;
}
.col4-set .col-4 {
  float: right;
  width: 23.5%;
}
input,
select,
button {
  vertical-align: middle;
  color: #2f2f2f;
}
body input.input-text {
  color: inherit !important;
  height: 45px;
  padding: 0 5px;
  width: 100%;
}
input.input-text,
select,
textarea {
  background: transparent;
  border: 1px solid #d7d7d7;
  color: inherit;
}
input.input-text,
textarea {
  padding: 5px;
}
select {
  width: 100%;
  height: 40px;
  padding: 0 20px 0 5px;
  min-width: 60px;
  background: url(http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/bg-select.png) no-repeat right center transparent !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  margin-bottom: 15px;
}
select option {
  padding-right: 10px;
  background: #fff;
  color: #272939;
}
select::-ms-expand {
  display: none;
}
select.multiselect option {
  border-bottom: 1px solid #b6b6b6;
  padding: 2px 5px;
}
.advanced-search select.multiselect option {
  border: 0px;
  padding: 7px 5px;
}
select.multiselect option:last-child {
  border-bottom: 0;
}
textarea {
  overflow: auto;
}
input.radio {
  margin-right: 3px;
}
input.checkbox {
  margin-right: 3px;
}
input.qty {
  width: 64px !important;
  text-align: center;
  font-size: 114.285%;
  font-weight: 700;
}
.button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.button {
  -webkit-border-fit: lines;
}
.button {
  overflow: visible;
  width: auto;
  border: 0;
  margin: 0;
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  white-space: nowrap;
  color: #707070;
  font-size: 100%;
  font-weight: normal;
  text-transform: capitalize;
  background: #fff;
  border: 1px solid #d7d7d7;
}
.button:hover {
  color: #fff;
  background: #c44c51;
  border-color: #c44c51;
}
p.control input.checkbox,
p.control input.radio {
  margin-right: 6px;
}
/* Form lists */
.form-list li {
  margin-bottom: 8px;
}
.form-list label {
  float: left;
  font-weight: 700 !important;
  position: relative;
  z-index: 0;
  margin-bottom: 0px;
}
.form-list label.required em {
  display: none;
}
.form-list li.control label {
  float: none;
}
.form-list li.control .input-box {
  clear: none;
  display: inline;
  width: auto;
}
.required:after {
  content: "*";
  font-family: arial, sans-serif;
  color: #eb340a;
}
body input.checkbox {
  float: left;
  margin: 1px 5px 0 0;
}
body input.radio {
  float: left;
  margin: 0px 5px 0 0;
}
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box {
  display: block;
  clear: both;
}
.form-list select {
  width: 100%;
  height: 45px;
}
.form-list li.additional-row {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 7px;
}
.form-list li.additional-row .btn-remove {
  float: right;
  margin: 5px 0 0;
}
.form-list .input-range input.input-text {
  width: 74px;
}
textarea {
  height: 10em;
  width: 100%;
}
.form-list-narrow li {
  margin-bottom: 0;
}
.form-list-narrow li .input-box {
  margin-bottom: 6px;
}
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
  width: auto;
}
.form-list .name-prefix {
  width: 65px;
}
.form-list .name-prefix select {
  width: 55px;
}
.form-list .name-prefix input.input-text {
  width: 49px;
}
.form-list .name-suffix {
  width: 65px;
}
.form-list .name-suffix select {
  width: 55px;
}
.form-list .name-suffix input.input-text {
  width: 49px;
}
.form-list .customer-dob input.input-text {
  display: block;
  width: 74px;
}
.form-list .customer-dob label {
  font-size: 10px;
  font-weight: normal;
  color: #888;
}
.form-list .customer-dob .dob-year {
  width: 140px;
}
.form-list .customer-dob .dob-year input.input-text {
  width: 134px;
}
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
  float: left;
  width: 85px;
}
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
  width: 60px;
}
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
  width: 46px;
}
.buttons-set {
  clear: both;
  text-align: right;
}
.buttons-set p.required {
  margin: 0 0 10px;
}
.buttons-set .back-link {
  float: left;
  margin: 0;
}
.buttons-set button.button {
  float: right;
  margin-left: 5px;
}
.buttons-set-order {
  margin: 10px 0 0;
}
.buttons-set-order .please-wait {
  padding: 12px 7px 0 0;
}
.fieldset {
  border: 1px solid #d7d7d7;
  padding: 20px;
  margin-bottom: 20px;
}
.fieldset .legend {
  border-bottom: 1px solid #d7d7d7;
  font-size: 108.03%;
  font-weight: bold;
  margin: 0 0 14px;
  padding: 0 0 5px;
  text-transform: uppercase;
}
.account-create .fieldset {
  min-height: 282px;
}
.account-create .input-box {
  width: 100%;
}
.account-create .form-list .input-text {
  width: 100%;
}
/* Form Validation */
.validation-advice {
  margin: 3px 0 0;
  font-size: 91.67%;
  line-height: 13px;
  color: #eb340a;
}
.validation-failed {
  border: 1px dashed #eb340a !important;
  background: #faebe7 !important;
}
p.required {
  font-size: 11px;
  text-align: right;
  color: #EB340A;
}
.v-fix {
  float: left;
}
.v-fix .validation-advice {
  display: block;
  width: 12em;
  margin-right: -12em;
  position: relative;
}
.success {
  color: #3d6611;
  font-weight: bold;
}
.error {
  color: #df280a;
  font-weight: bold;
}
.notice {
  color: #e26703;
}
.messages,
.messages ul {
  list-style: none !important;
  margin: 15px 0 0 !important;
  padding: 0 !important;
}
.messages {
  width: 100%;
  overflow: hidden;
}
.messages ul:first-child {
  margin-top: 0 !important;
}
.messages li {
  margin: 0 0 10px !important;
}
.messages li li {
  margin: 0 !important;
}
.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  border-style: solid !important;
  border-width: 1px !important;
  background-position: 10px 9px !important;
  background-repeat: no-repeat !important;
  min-height: 24px !important;
  padding: 8px 5px !important;
  font-size: 100% px !important;
  font-weight: bold !important;
}
.error-msg {
  border-color: #f97979;
  background-color: #f97979;
  color: #fff;
}
.error-msg ul li span:before {
  content: "\f057";
  font-family: fontawesome;
  color: #fff;
  font-size: 21px;
  margin: 0 8px;
  vertical-align: top;
  line-height: 100%;
}
.success-msg {
  border-color: #2bca32;
  background-color: #2bca32;
  color: #fff;
}
.success-msg ul li span:before {
  content: "\f058";
  font-family: fontawesome;
  color: #fff;
  font-size: 21px;
  margin: 0 8px;
  vertical-align: top;
  line-height: 100%;
}
.note-msg,
.notice-msg {
  border-color: #fcd344;
  background-color: #fcd344;
  color: #fff;
}
.note-msg ul li span:before,
.notice-msg ul li span:before {
  content: "\f05a";
  font-family: fontawesome;
  color: #fff;
  font-size: 21px;
  margin: 0 8px;
  vertical-align: top;
  line-height: 100%;
}
/* BreadCrumbs */
.breadcrumbs {
  float: left;
  width: 100%;
  border-bottom: #dedede 1px solid;
}
.breadcrumbs ul {
  float: left;
  margin-left: -25px;
  width: 100%;
  margin-bottom: 0px;
}
.breadcrumbs ul li {
  float: left;
  margin-right: -10px;
  padding: 0 25px;
  position: relative;
}
.breadcrumbs ul li:after {
  content: "__";
  display: inline-block;
  width: 34px;
  color: #747474;
  height: 7px;
  position: absolute;
  right: -20px;
  top: 10px;
  margin-top: 0;
}
.breadcrumbs ul li a {
  display: block;
  padding: 15px 0px;
  text-transform: capitalize;
  font-size: 100%;
  color: #747474;
}
.breadcrumbs ul li a:hover {
  color: #c44c51;
}
.breadcrumbs ul li:last-child:after {
  display: none;
}
.breadcrumbs ul li:last-child strong {
  font-weight: normal;
  padding: 5px 0px;
  color: #1b1b1b;
}
/* Page Heading */
.page-title {
  width: 100%;
  overflow: hidden;
  margin: 0 0 15px;
}
.page-title h1 {
  font-size: 180%;
  text-transform: uppercase;
  padding-bottom: 3px;
  font-weight: 900;
}
.page-title .separator {
  margin: 0 3px;
}
.page-title .link-rss {
  float: right;
  margin: 7px 0 0;
}
.title-buttons > .button {
  margin: 10px 0px;
}
.subtitle,
.sub-title {
  clear: both;
  padding: 15px 0 0;
  font-size: 125%;
  font-weight: bold;
  margin: 0 0 6px;
  color: #c44c51;
}
/* Data Table */
.data-table {
  width: 100%;
  border: 1px solid #d7d7d7;
}
.data-table td {
  padding: 3px 8px;
}
.data-table thead th {
  font-weight: bold;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 8px 8px;
  white-space: nowrap;
  vertical-align: middle;
  text-transform: uppercase;
}
.data-table thead th .tax-flag {
  font-size: 11px;
  white-space: nowrap;
}
.data-table thead th.wrap {
  white-space: normal;
}
.data-table tfoot td {
  padding-top: 1px;
  padding-bottom: 1px;
  border-bottom: 0;
}
.data-table tfoot strong {
  font-size: 16px;
}
.data-table tbody td .product-image img {
  min-width: 100px;
}
.data-table tbody td .option-label {
  font-weight: bold;
  font-style: italic;
}
.data-table tbody td .option-value {
  padding-left: 10px;
}
.data-table thead th a,
.data-table thead th a:hover {
  color: #fff;
}
.data-table tbody th,
.data-table tbody td {
  border-bottom: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  display: table-cell;
  line-height: 1.66 !important;
  text-align: left;
  vertical-align: middle;
  padding: 10px;
}
.data-table tbody th.label {
  padding: 10px !important;
}
.data-table tbody.odd tr td,
.data-table tbody.even tr td {
  border-bottom: 0;
}
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
  border-bottom: 1px solid #d7d7d7;
}
.info-box {
  padding: 12px 15px;
  margin: 0 0 15px;
}
.info-box h2 {
  font-weight: bold;
  font-size: 13px;
}
.info-table th {
  font-weight: bold;
  padding: 2px 15px 2px 0;
}
.info-table td {
  padding: 2px 0;
}
tr.summary-total {
  cursor: pointer;
}
tr.summary-total .summary-collapse {
  float: right;
  text-align: right;
  padding-left: 20px;
  background: url(http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/bkg_collapse.gif) 0 5px no-repeat;
  cursor: pointer;
}
tr.show-details .summary-collapse {
  background-position: 0 -52px;
}
tr.summary-details td {
  font-size: 11px;
  background-color: #dae1e4;
  color: #626465;
}
tr.summary-details-first td {
  border-top: 1px solid #d2d8db;
}
tr.summary-details-excluded {
  font-style: italic;
}
.cart-tax-info {
  display: block;
}
.cart-tax-info,
.cart-tax-info .cart-price {
  padding-right: 20px;
}
.cart-tax-total {
  display: block;
  padding-right: 20px;
  background: url(http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/bkg_collapse.gif) 100% 5px no-repeat;
  cursor: pointer;
}
.cart-tax-info .price,
.cart-tax-total .price {
  display: inline !important;
  font-weight: normal !important;
}
.cart-tax-total-expanded {
  background-position: 100% -52px;
}
.std .subtitle {
  padding: 0;
}
.std ol.ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}
.std ul.disc {
  list-style: disc outside;
  padding-left: 18px;
  margin: 0 0 10px;
}
.std dl dt {
  font-weight: bold;
}
.std dl dd {
  margin: 0 0 10px;
}
.std ul {
  list-style: disc outside;
  padding-left: 1.5em;
}
.std ul ul {
  list-style-type: circle;
}
.std ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}
.std dt {
  font-weight: bold;
}
.std dd {
  padding: 0 0 0 1.5em;
}
.std blockquote {
  font-style: italic;
  padding: 0 0 0 1.5em;
}
.std address {
  font-style: normal;
}
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
  margin: 0 0 1em;
  padding: 0;
}
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
  margin: .5em 0;
}
.std b,
.std strong {
  font-weight: bold;
}
.std i,
.std em {
  font-style: italic;
}
.box-content address {
  padding-top: 10px;
}
.link-print {
  color: #c44c51;
}
.link-rss {
  padding-left: 18px;
  line-height: 14px;
  white-space: nowrap;
}
.btn-remove {
  position: relative;
}
.btn-remove:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f00d";
  font-size: 14px;
  font-family: fontawesome;
  padding: 4px;
  display: inline-block;
}
.btn-previous {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/btn_previous.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}
.btn-remove2 {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 10px;
  overflow: hidden;
}
.cards-list dt {
  margin: 5px 0 0;
}
.cards-list .offset {
  padding: 2px 0 2px 20px;
}
.separator {
  margin: 0 3px;
}
.divider {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  margin: 10px 0;
  background: url(http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/bkg_divider1.gif) 0 50% repeat-x;
  text-indent: -999em;
  overflow: hidden;
}
.global-site-notice {
  border: 1px solid #cfcfcf;
  border-width: 0 0 1px;
  background: #ffff90;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: #2f2f2f;
}
.global-site-notice .notice-inner {
  width: 860px;
  margin: 0 auto;
  padding: 12px 0 12px 80px;
  background: url(http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/i_notice.gif) 20px 25px no-repeat;
  text-align: left;
}
.global-site-notice .notice-inner p {
  margin: 0;
  border: 1px dotted #cccc73;
  padding: 10px;
}
.global-site-notice .notice-inner .actions {
  padding-top: 10px;
}
.notice-cookie {
  position: fixed;
  z-index: 9999;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  opacity: 0.95;
}
.demo-notice {
  margin: 0;
  padding: 6px 10px;
  background: #d75f07;
  font-size: 12px;
  line-height: 1.15;
  border: 0;
  text-align: center;
  color: #fff;
}
.demo-notice .notice-inner {
  width: auto;
  padding: 0;
  background: none;
  text-align: center;
}
.demo-notice .notice-inner p {
  padding: 0;
  border: 0;
}
/* ======================================================================================= */
/* Header ================================================================================ */
.header {
  position: relative;
}
.header .logo strong {
  position: absolute;
  top: -999em;
  left: -999em;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}
/* ======================================================================================= */
/* Sidebar =============================================================================== */
.mini-products-list .product-image {
  float: left;
  width: 50px;
  border: 1px solid #a9a9a9;
}
.mini-products-list .product-details {
  margin-left: 60px;
}
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small {
  word-wrap: break-word;
}
.block-cart .mini-products-list .product-details .nobr {
  white-space: normal !important;
}
.block-viewed #recently-viewed-items {
  margin: 0;
}
.block-viewed #recently-viewed-items li .product-name a {
  display: inline-block;
  padding: 5px 0px;
}
.block-viewed #recently-viewed-items li:last-child .product-name {
  margin-bottom: 0;
}
.block-viewed #recently-viewed-items li:first-child .product-name a {
  padding-top: 0px;
}
.block-viewed #recently-viewed-items li:last-child .product-name a {
  padding-bottom: 0px;
}
/* Block: Account */
.block-account .block-content li a {
  display: block;
  border-bottom: 1px dashed #d7d7d7;
  padding: 5px 0;
  text-decoration: none !important;
}
.block-account .block-content li a:hover {
  color: #c44c51;
}
.block-account .block-content li.last a {
  border-bottom: 0;
}
.block-account .block-content li.current {
  border-bottom: 1px dashed #d7d7d7;
  padding: 3px 0;
  font-weight: normal;
  color: #c44c51;
}
.block-account .block-content li.current strong {
  font-weight: normal;
}
.block-account .block-content li.current.last {
  border-bottom: 0;
}
/* Block: Cart */
.block-cart .summary {
  background: #fff;
  padding: 2px 8px 8px;
  margin: -1px 0 0;
  position: relative;
  z-index: 1;
}
.block-cart .amount {
  margin: 0;
}
.block-cart .amount a {
  font-weight: bold;
}
.block-cart .subtotal {
  margin: 5px 0 0;
  padding: 2px 0;
  background: #fbebd9;
  text-align: center;
}
.block-cart .subtotal .price {
  font-weight: bold;
}
.block-cart .actions {
  border-bottom: 1px solid #c2c2c2;
}
.block-cart .actions .paypal-logo {
  float: left;
  width: 100%;
  margin: 3px 0 0;
  text-align: right;
}
.block-cart .actions .paypal-logo .paypal-or {
  clear: both;
  display: block;
  padding: 0 55px 8px 0;
}
.block-wishlist .actions {
  text-align: right;
}
.block-wishlist .actions a {
  float: none;
}
.block-related .block-title strong {
  background-position: 0 1px;
}
.block-related input.checkbox {
  float: left;
}
.block-related .product {
  margin-left: 20px;
}
.block-compare .block-title strong {
  background-position: 0 1px;
}
.page-popup.catalog-product-compare-index {
  direction: ltr;
  background: #fff;
}
.compare-table {
  border: 0;
  margin-bottom: 10px;
}
.compare-table .btn-remove {
  float: right;
  width: 72px;
  height: 15px;
}
.compare-table tbody td.last {
  border-right: 1px solid #ccc;
}
.compare-table tr.add-to-row td {
  text-align: center;
}
.compare-table tr.first td {
  text-align: center;
}
.compare-table tr.first td .product-name {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 5px;
  padding-top: 10px;
}
.compare-table tr.first td .ratings .rating-box {
  display: none;
}
.compare-table tr.first td .add-to-links {
  padding-top: 10px;
}
.compare-table thead tr.first th,
.compare-table thead tr.first td {
  border: 0;
  background: none;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.compare-table tbody th,
.compare-table tbody td {
  padding: 10px;
  border: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  vertical-align: top;
}
.compare-table tbody tr.last th,
.compare-table tbody tr.last td {
  border-bottom: 1px solid #ccc !important;
}
.compare-table tr.first td p,
.compare-table tr.add-to-row td p {
  margin: 0;
}
.block-compared .block-title strong {
  background-position: 0 1px;
}
.block-poll .block-subtitle {
  font-size: 12px;
}
.block-poll label {
  color: #777;
  font-weight: bold;
}
.block-poll input.radio {
  float: left;
}
.block-poll .label {
  text-align: left;
  position: relative;
  top: 3px;
}
.block-poll .actions {
  margin: 5px 0 0;
}
.block-poll .answer {
  font-weight: bold;
}
.block-poll .votes {
  float: right;
  margin-left: 10px;
}
.block-gr-search li {
  padding: 3px 9px;
}
.block-tags .actions {
  text-align: right;
  padding-top: 0;
}
.block-tags .actions a {
  float: none;
}
.block-subscribe .block-content {
  padding: 5px 10px;
}
.block-subscribe label {
  font-weight: bold;
  color: #666;
}
.block-subscribe .actions {
  background: none;
  padding: 0;
  margin: 3px 0 0;
  text-align: left;
}
.block-reorder input.checkbox {
  float: left;
  margin: 2px -20px 0 0;
}
.block-reorder .product-name {
  margin-left: 20px;
}
.block-reorder .validation-advice {
  margin: 3px 9px 7px;
}
.block-banner {
  border: 0;
}
.block-banner .block-content {
  padding: 0;
  text-align: center;
}
/* Block: Login */
.block-login .block-content {
  padding: 5px 10px;
}
.block-login label {
  font-weight: bold;
  color: #666;
}
.block-login input.input-text {
  display: block;
  width: 167px;
  margin: 3px 0;
}
.block-login .actions {
  background: none;
  padding: 0;
  margin: 3px 0 0;
}
.sidebar .paypal-logo {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.sidebar .paypal-logo a {
  float: none;
}
/* ======================================================================================= */
/* Category Page ========================================================================= */
.category-image {
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px;
  text-align: center;
}
.category-description {
  margin: 30px 0 25px;
}
/* ======================================================================================= */
/* Product View ========================================================================== */
/* Rating */
.no-rating {
  display: inline-block;
  margin: 8px 0 0;
  line-height: 8px;
}
.no-rating a {
  float: none;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  color: #e1e8ec;
  line-height: 20px;
}
.no-rating a:before {
  content: '\f005\f005\f005\f005\f005';
  white-space: nowrap;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  letter-spacing: 5px;
  font-size: 13px;
  color: #e1e8ec;
}
.rating-box {
  font-size: 0;
  position: relative;
  margin: 7px 0 0;
  display: inline-block;
}
.rating-box:before {
  content: '\f005\f005\f005\f005\f005';
  white-space: nowrap;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  letter-spacing: 5px;
  font-size: 13px;
  color: #e1e8ec;
}
.rating-box .rating {
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  overflow: hidden;
}
.rating-box .rating:before {
  content: '\f005\f005\f005\f005\f005';
  white-space: nowrap;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  letter-spacing: 5px;
  font-size: 13px;
  color: #c44c51;
}
.ratings-table th,
.ratings-table td {
  font-size: 91.67%;
  line-height: 1.15;
  padding: 3px 0;
}
.ratings-table th {
  font-weight: bold;
  padding-right: 8px;
}
.box-reviews .ratings-table th {
  display: block;
  margin-top: 7px;
}
.availability {
  margin: 0;
}
.availability.out-of-stock span {
  color: #d83820;
}
.availability-only {
  margin: 10px 0 7px;
  line-height: 16px;
  padding-left: 15px;
}
.availability-only a {
  cursor: pointer;
  padding-right: 15px;
  text-decoration: none;
}
.availability-only .expanded {
  background-position: 100% -15px;
}
.availability-only strong {
  color: #be2c00;
}
.availability-only span,
.availability-only a {
  border-bottom: 1px dashed #751d02;
  color: #000;
}
.availability-only-details {
  margin: 0 0 7px;
}
.availability-only-details th {
  background: #d2d6d9;
  font-size: 10px;
  padding: 0 8px;
}
.availability-only-details td {
  background: #ebf0f3;
  border-bottom: 1px solid #fff;
  font-size: 11px;
  padding: 2px 8px 1px;
}
.availability-only-details tr.odd td.last {
  color: #d95e00;
  font-weight: bold;
}
/* Email to a Friend */
.email-friend {
  margin: 0;
}
/* Alerts */
.alert-price {
  margin: 0;
  font-size: 11px;
}
.alert-stock {
  margin: 0;
  font-size: 11px;
}
/********** < Product Prices */
.price {
  white-space: nowrap !important;
}
.price-box {
  margin: 5px 0;
}
.price-box p {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 0;
}
.price-box .old-price .price-label,
.price-box .special-price .price-label {
  display: none;
}
.price-box .minimal-price span {
  display: inline-block;
}
.regular-price .price,
.special-price .price .price,
.minimal-price .price,
.price-from .price,
.price-to .price {
  font-size: 142%;
  font-weight: normal;
  color: #262e31;
}
.old-price {
  position: relative;
  top: 9px;
  margin: 0;
}
.old-price .price-label {
  white-space: nowrap;
}
.old-price .price {
  text-decoration: line-through;
  font-weight: normal;
  color: #98a4a9;
}
.minimal-price {
  margin: 0;
}
.minimal-price .price-label {
  white-space: nowrap;
}
.minimal-price-link {
  display: block;
}
.minimal-price-link .label {
  color: #1e7ec8;
}
.minimal-price-link .price {
  font-weight: normal;
  color: #1e7ec8;
}
.price-excluding-tax {
  display: block;
  color: #999;
}
.price-excluding-tax .label {
  white-space: nowrap;
  color: #999;
}
.price-excluding-tax .price {
  font-size: 14px;
  font-weight: normal;
  color: #c76200;
}
.price-including-tax {
  display: block;
  color: #999;
}
.price-including-tax .label {
  white-space: nowrap;
  color: #999;
}
.price-including-tax .price {
  font-size: 14px;
  font-weight: bold;
  color: #c76200;
}
.configured-price {
  margin: 0;
}
.configured-price .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.configured-price .price {
  font-weight: bold;
}
.weee {
  display: block;
  font-size: 11px;
  color: #444;
}
.weee .price {
  font-size: 11px;
  font-weight: normal;
}
.price-excl-tax .label {
  display: block;
  white-space: nowrap;
}
.my-tag-edit .btn-remove {
  display: inline-block;
  top: -10px;
  position: relative;
  width: 10px;
  height: 10px;
}
.price-incl-tax {
  display: block;
}
.price-incl-tax .label {
  display: block;
  white-space: nowrap;
}
.price-incl-tax .price {
  display: block;
  font-weight: bold;
}
.price-from {
  margin: 0;
}
.price-from .price-label {
  white-space: nowrap;
}
.price-to {
  margin: 0;
}
.price-to .price-label {
  white-space: nowrap;
}
.price-notice {
  padding-left: 10px;
  color: #999;
}
.price-notice .price {
  font-weight: bold;
  color: #2f2f2f;
}
.price-as-configured {
  margin: 0;
}
.price-as-configured .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.price-box-bundle {
  padding: 0 0 10px 0;
}
.price-box-bundle .price-box {
  margin: 0 !important;
  padding: 0 !important;
}
.price-box-bundle .price {
  color: #555;
}
.product-pricing,
.tier-prices {
  margin: 10px 0;
  padding: 10px;
  background-color: #f4f7f7;
  border: 1px solid #dadddd;
  color: #424242;
}
.tier-prices li {
  line-height: 1.4;
  background: url(http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/i_tier.gif) no-repeat 0 3px;
  padding: 2px 0 2px 10px;
}
.tier-prices .benefit {
  font-style: italic;
  font-weight: bold;
  color: #2f2f2f;
}
.tier-prices .price {
  font-weight: bold;
  color: #2f2f2f;
}
.tier-prices-grouped li {
  padding: 2px 0;
  color: #e26703;
}
.tier-prices-grouped li .price {
  font-weight: bold;
}
.add-to-links {
  margin: 0 !important;
  list-style: none !important;
}
.add-to-links .separator {
  display: none;
}
.add-to-cart label {
  float: left;
  margin-right: 5px;
  line-height: 45px;
}
.add-to-cart button.button {
  float: left;
  margin-right: 7px;
}
.add-to-cart .paypal-logo {
  clear: left;
  margin: 0;
  text-align: left;
}
.add-to-cart .paypal-logo .paypal-or {
  clear: both;
  display: block;
  margin: 5px 60px 5px 60px;
}
.product-view .add-to-cart .paypal-logo {
  margin: 0;
}
.bml-checkout-type {
  list-style: none;
}
.bml-checkout-type .bml_button {
  width: 150px;
  display: inline-table;
}
.product-options-bottom .add-to-cart,
.add-to-box .add-to-cart {
  padding: 0px 0 15px;
  margin-bottom: 15px;
  float: left;
}
.add-to-box .or {
  float: left;
  font-weight: bold;
  margin: 0 7px;
  color: #666;
}
.add-to-box .add-to-links li .separator {
  display: none !important;
}
/* Product Options */
.product-options {
  position: relative;
}
.product-options dt {
  padding: 10px 0 0;
  font-weight: normal;
}
.product-options dt .qty-disabled {
  background: none;
  border: 0;
  padding: 3px;
  color: #2f2f2f;
}
.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0;
}
.product-options dd .qty-holder label {
  vertical-align: middle;
}
.product-options dd input.datetime-picker {
  width: 150px;
}
.product-options dd .time-picker {
  display: -moz-inline-box;
  display: inline-block;
  padding: 2px 0;
  vertical-align: middle;
}
.product-options dd .multiselect option {
  border-bottom: 1px dotted #d9e5ee;
  padding: 2px 4px;
}
.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.product-options ul.options-list {
  margin-right: 5px;
}
.product-options ul.options-list li {
  line-height: 1.5;
  padding: 2px 0;
}
.product-options ul.options-list input.radio {
  float: left;
  margin-top: 3px;
}
.product-options ul.options-list input.checkbox {
  float: left;
}
.product-options ul.options-list .label {
  padding: 0;
}
.product-options ul.options-list label {
  font-weight: normal;
}
.product-options ul.validation-failed {
  padding: 0 7px;
}
.product-options p.note {
  margin: 0;
  font-size: 11px;
}
.product-options p.required {
  position: absolute;
  right: 20px;
  top: 20px;
}
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #e26703;
}
.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}
.product-options-bottom .price-label {
  float: left;
  padding-right: 5px;
}
.product-options-bottom .price-tax {
  float: left;
}
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
  color: #e26703;
}
.product-shop .product-options-bottom {
  margin: 0 0 10px;
}
.product-shop .product-options-bottom .price-box {
  float: none;
  margin: 0 0 5px;
}
.product-shop .product-options-bottom .price-label {
  float: none;
  padding-right: 0;
}
.product-shop .product-options-bottom .price-tax {
  float: none;
}
.product-shop .product-options-bottom .add-to-cart-box {
  clear: both;
  float: left;
  padding-top: 12px;
}
/* Grouped Product */
.product-view .grouped-items-table .price-box {
  margin: 0;
  padding: 0;
}
.product-view .box-tags {
  margin: 0;
}
.product-view .box-tags h3 {
  font-size: 100%;
  margin-bottom: 10px;
}
.product-view .box-tags .product-tags {
  display: block;
  margin: 0 0 15px;
}
.product-view .box-tags .product-tags li {
  display: inline;
  padding: 0;
}
.product-view .box-tags .product-tags li.first {
  padding-left: 0;
}
.product-view .box-tags .product-tags li.last {
  background: none;
  padding-right: 0;
}
.product-view .box-tags .form-add label {
  display: block;
}
.product-view .box-tags .form-add .input-box {
  float: left;
}
.product-view .box-tags .form-add input.input-text {
  width: 250px;
  margin-right: -1px;
}
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td {
  line-height: 1.25;
}
/* Block: Reviews */
.product-view .box-reviews dl {
  margin: 15px 0;
}
.product-view .box-reviews dd {
  margin: 0 0 15px;
}
.product-view .box-reviews dd small {
  font-style: italic;
}
.product-view .box-reviews .form-add {
  margin: 15px 0 0;
}
.product-view .box-reviews .form-add h3 {
  font-size: 13px;
  font-weight: normal;
}
.product-view .box-reviews .form-add h3 span {
  font-weight: bold;
}
.product-view .box-reviews .form-add h4 {
  font-size: 12px;
}
.product-view .box-reviews .form-add .data-table td {
  text-align: center;
}
.product-view .box-reviews .form-add .form-list {
  margin: 15px 0 0;
}
.product-view .box-reviews dt a,
.product-view .box-reviews dt span {
  font-weight: bold;
}
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea {
  width: 354px;
}
.send-friend .form-list {
  width: 615px;
  overflow: hidden;
}
.send-friend .form-list li {
  margin-right: -15px;
}
.send-friend .form-list li p {
  margin: 0 15px 0 0;
}
.send-friend .form-list .field {
  width: 315px;
}
.send-friend .form-list .input-box {
  width: 300px;
}
.send-friend .form-list li.wide .input-box {
  width: 612px;
}
.send-friend .form-list li.wide textarea {
  width: 609px;
}
.send-friend .buttons-set .limit {
  float: right;
  margin: 0 7px 0 0;
  font-size: 11px;
  line-height: 21px;
}
.send-friend .form-list input.input-text,
.send-friend .form-list textarea {
  width: 294px;
}
/* ======================================================================================= */
/* Content Styles ================================================================= */
/* Advanced Search */
.advanced-search .form-list label {
  width: 160px;
  padding-right: 10px;
}
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range {
  float: left;
  clear: none;
}
.advanced-search-amount {
  margin: 0 0 10px;
}
.advanced-search-summary {
  margin: 10px 0;
  border: 1px solid #e9d7c9;
  background: #fff6f1;
  padding: 10px;
}
.advanced-search-summary ul {
  float: left;
  width: 49%;
}
.advanced-search-summary strong {
  color: #E17C24;
  padding-left: 15px;
  background: url(http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/i_search_criteria.gif) 0 3px no-repeat;
}
.advanced-search-summary p {
  clear: both;
  font-weight: bold;
  margin: 0;
}
.page-sitemap .links {
  text-align: right;
  margin: 0 8px -22px 0;
}
.page-sitemap .links a {
  text-decoration: none;
  position: relative;
}
.page-sitemap .links a:hover {
  text-decoration: underline;
}
.page-sitemap .sitemap {
  margin: 12px;
}
.page-sitemap .sitemap a {
  color: #1b2d3b;
}
.page-sitemap .sitemap li {
  margin: 3px 0;
}
.page-sitemap .sitemap li.level-0 {
  margin: 10px 0 0;
  font-weight: bold;
}
.page-sitemap .sitemap li.level-0 a {
  color: #1e7ec8;
}
/* RSS */
.rss-title h1 {
  background: url(http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/i_rss-big.png) 0 4px no-repeat;
  padding-left: 27px;
}
.rss-table .link-rss {
  display: block;
  line-height: 1.55;
  background-position: 0 4px;
}
/* ======================================================================================= */
/* ======================================================================================= */
/* Checkout ============================================================================== */
.sp-methods {
  margin: 0 0 8px;
}
.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
}
.sp-methods dd li {
  margin: 5px 0;
}
.sp-methods label {
  font-weight: bold;
  color: #666;
}
.sp-methods .price {
  font-weight: bold;
}
.sp-methods .form-list {
  padding-left: 20px;
  max-width: 285px;
}
.sp-methods .form-list li {
  margin: 0 0 8px;
}
.sp-methods select.month {
  width: 154px;
  margin-right: 10px;
}
.sp-methods select.year {
  width: 96px;
}
.sp-methods input.cvv {
  width: 3em !important;
}
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
}
.sp-methods .checkmo-list label {
  width: 135px;
  padding-right: 10px;
  text-align: right;
}
.sp-methods .checkmo-list address {
  float: left;
}
.sp-methods .centinel-logos a {
  margin-right: 3px;
}
.sp-methods .centinel-logos img {
  vertical-align: middle;
}
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}
.please-wait {
  float: right;
}
.please-wait img {
  vertical-align: middle;
}
.cvv-what-is-this {
  font-size: 11px;
  cursor: help;
  margin-left: 10px;
}
/* Tooltip */
.tool-tip {
  border: 1px solid #7BA7C9;
  background: #EAF6FF;
  padding: 15px 20px;
  position: absolute;
  z-index: 9999;
}
.tool-tip .btn-close {
  margin: -9px -14px 0;
  text-align: right;
}
.tool-tip .btn-close a {
  display: block;
  margin: 0 0 0 auto;
  width: 15px;
  height: 15px;
  /*background: url(http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/btn_window_close.gif) 100% 0 no-repeat;*/
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
}
.tool-tip .tool-tip-content {
  padding: 5px;
}
/* Gift Messages */
.gift-messages h3 {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 5px;
}
.gift-messages-form {
  position: relative;
}
.gift-messages-form label {
  float: none !important;
  position: static !important;
}
.gift-messages-form h4 {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 5px;
}
.gift-messages-form .whole-order {
  margin: 0 0 25px;
}
.gift-messages-form .item {
  margin: 0 0 10px;
}
.gift-messages-form .item .product-img-box {
  float: left;
  width: 75px;
}
.gift-messages-form .item .product-image {
  margin: 0 0 7px;
  border: 1px solid #d7d7d7;
}
.gift-messages-form .item .number {
  margin: 0;
  font-weight: bold;
  text-align: center;
  color: #8a8987;
}
.gift-messages-form .item .details {
  margin-left: 90px;
}
.gift-messages-form .item .details .product-name {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
}
.gift-message-link {
  font-size: 11px;
  background: url(http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/bkg_collapse-gm.gif) 100% 6px no-repeat;
  padding-right: 7px;
}
.gift-message-link.expanded {
  background-position: 100% -40px;
}
.gift-message-row {
  background: #f2efe9;
}
.gift-message-row .btn-close {
  float: right;
  width: 16px;
  height: 16px;
  background: url(http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/btn_gm-close.gif) 0 0 no-repeat;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}
/* Checkout Agreements */
.checkout-agreements li {
  margin: 30px 0;
}
.checkout-agreements .agreement-content {
  overflow: auto;
  height: 12em;
  padding: 10px;
  background-color: #fbfaf6;
  border: 1px solid #bbb6a5;
}
.checkout-agreements .agree {
  margin: 0;
  padding: 10px 0 10px 11px;
}
.checkout-agreements .agree input.checkbox {
  margin-right: 6px;
}
.checkout-agreements .agree label {
  font-weight: bold;
  color: #666;
}
.opc .checkout-agreements {
  border: 1px solid #d9dde3;
  border-width: 0 1px;
  padding: 5px 30px;
}
.opc .checkout-agreements li {
  margin: 20px 0 0;
}
.opc .checkout-agreements .agreement-content {
  background-color: #fff;
  border-color: #e4e4e4;
  padding: 5px;
}
.opc .checkout-agreements .agree {
  padding-left: 6px;
}
.opc .centinel {
  border: 1px solid #bbb6a5;
  border-width: 0 1px 1px;
  padding: 10px 30px;
}
.centinel .authentication {
  border: 1px solid #ddd;
  background: #fff;
}
.centinel .authentication iframe {
  width: 99%;
  height: 400px;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.info-set {
  border: 1px solid #bbb6a5;
  margin: 0 0 25px;
  padding: 20px;
}
.info-set h2 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
}
.info-set h2.legend {
  margin: -20px -20px 15px;
  padding: 5px 10px;
  background: #f9f3e3;
  border-bottom: 1px solid #bbafa0;
  position: relative;
}
.info-set h3.legend {
  margin: 0 0 10px;
  color: #0a263c;
}
.info-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative;
}
.info-set .box {
  margin: 0 0 15px;
}
.info-set .box h2 {
  color: #e26703;
}
.info-set .data-table .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
  color: #1e7ec8 !important;
}
.info-set .data-table .product-name a {
  font-weight: bold !important;
}
.info-set .data-table .item-options {
  margin: 5px 0 0;
}
.info-set h3,
.info-set h4 {
  font-size: 13px;
  font-weight: bold;
  color: #E26703;
}
.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
  font-weight: normal;
}
/********** Common Checkout Styles > */
/* Multiple Addresses Checkout */
.checkout-progress {
  padding: 0 90px;
  margin: 0 0 20px;
}
.checkout-progress li {
  float: left;
  width: 19%;
  margin: 0 3px 0 0;
  border-top: 10px solid #999;
  padding: 2px 0 0;
  font-weight: bold;
  text-align: center;
  color: #abb5ba;
}
.checkout-progress li.active {
  border-top-color: #e96200;
  color: #e96200;
}
.multiple-checkout h2 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
}
.multiple-checkout .data-table .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
  color: #1e7ec8 !important;
}
.multiple-checkout .data-table .product-name a {
  font-weight: bold !important;
}
.multiple-checkout .data-table .item-options {
  margin: 5px 0 0;
}
.multiple-checkout .gift-messages {
  margin: 15px 0 0;
}
.multiple-checkout .tool-tip {
  top: 50%;
  margin-top: -120px;
  right: 20px;
}
.multiple-checkout .col2-set h2.legend {
  margin: -20px -20px 15px;
  padding: 5px 10px;
  background: #f9f3e3;
  border-bottom: 1px solid #bbafa0;
  position: relative;
}
.multiple-checkout .col2-set h3.legend {
  margin: 0 0 10px;
  color: #0a263c;
}
.multiple-checkout .col2-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative;
}
.multiple-checkout .box {
  margin: 0 0 15px;
}
.multiple-checkout .box h2 {
  color: #e26703;
}
.multiple-checkout .place-order .please-wait {
  float: right;
  padding: 27px 7px 0 0;
}
.multiple-checkout .place-order .grand-total {
  float: right;
  height: 71px;
  font-size: 1.5em;
  padding: 0 0 0 21px;
  background: url(http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/bkg_grand-total.gif) 0 0 no-repeat;
  overflow: hidden;
}
.multiple-checkout .place-order .grand-total .inner {
  float: left;
  height: 57px;
  padding: 14px 21px 0 0;
  background: url(http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/bkg_grand-total.gif) 100% 0 no-repeat;
}
.multiple-checkout .place-order .grand-total .inner div {
  display: inline;
}
.multiple-checkout .place-order .grand-total big {
  display: inline;
  margin-right: 12px;
}
.multiple-checkout .place-order .grand-total .price {
  color: #E26703;
}
.multiple-checkout .place-order .grand-total button.button span {
  font-size: 16px;
}
.multiple-checkout .place-order .grand-total button.button span span {
  padding: 0 45px 0 36px;
}
.multiple-checkout h3,
.multiple-checkout h4 {
  font-size: 13px;
  font-weight: bold;
  color: #E26703;
}
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a {
  font-weight: normal;
}
.multiple-checkout .col2-set,
.multiple-checkout .col3-set {
  background: #fbfaf6 url(http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/bkg_checkout.gif) 0 0 repeat-x;
  border: 1px solid #bbb6a5;
  margin: 0 0 25px;
  padding: 20px;
}
/* Step 1 */
#multiship-addresses-table td {
  padding: 10px;
}
#multiship-addresses-table tfoot td {
  padding: 5px 10px;
}
.multiple-checkout .gift-messages-form .item .details .form-list {
  width: 100%;
  overflow: hidden;
}
.multiple-checkout .gift-messages-form .item .details .form-list li {
  margin-right: -15px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .field {
  width: 230px;
}
.checkout-multishipping-shipping .box-sp-methods {
  border: 1px solid #d9d2be;
  background: #f9f3e3;
  padding: 13px;
  position: relative;
}
.checkout-multishipping-shipping .box-sp-methods .pointer {
  position: absolute;
  top: -20px;
  right: -40px;
  width: 178px;
  height: 41px;
  background: url(http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/bkg_sp-methods.gif) 0 0 no-repeat;
  overflow: hidden;
}
.checkout-multishipping-billing .multiple-checkout {
  position: relative;
}
/* ======================================================================================= */
/* Account Login/Create Pages ============================================================ */
.account-login .content {
  min-height: 345px;
  padding: 14px 21px;
  border: 1px solid #d7d7d7;
}
.account-login .content h2 {
  font-weight: 700;
  font-size: 108.03%;
  margin: 0 0 14px;
  padding: 0 0 5px 0px;
  border-bottom: 1px solid #d7d7d7;
  text-transform: uppercase;
}
/* Captcha ================================================================================ */
.captcha-note {
  clear: left;
  padding-top: 5px;
}
.captcha-image {
  float: left;
  display: inline;
  margin: 0;
  position: relative;
  width: 258px;
}
.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%;
}
.registered-users .captcha-image {
  margin: 0;
}
.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}
.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
  }
  0% {
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0);
  }
  0% {
    -moz-transform: rotate(-360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  0% {
    transform: rotate(-360deg);
  }
}
/* Remember Me Popup ===================================================================== */
.window-overlay {
  background: url(http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/window_overlay.png) repeat;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 990;
}
.remember-me label {
  float: none;
  margin: 0 6px;
}
.remember-me-popup {
  background: #fff;
  border: 1px solid #ccc;
  left: 50%;
  top: 50%;
  position: absolute;
  margin: -85px 0 0 -200px;
  width: 400px;
  text-align: left;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  -box-shadow: 0 0 6px #ccc;
  z-index: 1000;
}
.remember-me-popup h3 {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  padding: 5px 10px;
}
.remember-me-popup .remember-me-popup-head {
  position: relative;
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
  /*background: url(http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/btn_window_close.gif) no-repeat;*/
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
}
.remember-me-popup .remember-me-popup-body {
  padding: 10px;
}
.remember-me-popup .remember-me-popup-body a {
  display: inline-block;
  height: 19px;
  border: 1px solid #de5400;
  background: #f18200;
  padding: 0 8px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
}
/* Remember Me Popup ===================================================================== */
/* MAP Popup============================================================================== */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}
.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
  text-shadow: 0 1px 0 #fff;
}
.map-popup {
  background: #fff;
  border: 1px solid #aaa;
  margin: 12px 0 0;
  position: absolute;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #ccc;
  text-align: left;
  width: 300px;
  z-index: 100;
}
.map-popup-heading {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  padding: 5px 30px 5px 10px;
  width: 260px;
}
.map-popup-heading h2 {
  font-size: 16px;
  margin: 0;
  text-shadow: 0 1px 0 #f6f6f6;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
.map-popup-arrow {
  background: url(http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/map_popup_arrow.gif) no-repeat;
  position: absolute;
  left: 50%;
  top: -10px;
  height: 10px;
  width: 19px;
}
.map-popup-close {
  /*background: url(http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/btn_window_close.gif) no-repeat;*/
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.map-popup-content {
  border-top: 1px solid #eee;
  padding: 10px;
  overflow: hidden;
  text-align: left;
  width: 280px;
}
.map-popup-checkout {
  display: inline;
  float: right;
  text-align: right;
  text-align: center;
}
.map-popup-checkout span {
  display: block;
}
.map-popup-checkout .paypal-or {
  clear: both;
  display: block;
}
.map-popup-checkout .paypal-logo {
  margin: 0 0 5px;
}
.map-popup-checkout li {
  list-style: none;
}
.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
  margin: 0;
  padding: 0;
}
.map-popup-price {
  margin: 5px 0 0;
}
.map-popup-text {
  clear: right;
  margin: 0 10px;
  padding: 10px 0;
  text-align: left;
  word-wrap: break-word;
}
.map-popup-only-text {
  border-top: 1px solid #ddd;
}
/* ======================================================================================= */
/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
/* ======================================================================================= */
.guest-select {
  width: 305px !important;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-wrapper-outer {
  overflow-x: hidden;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/css/path/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-theme .owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/*=====================================================*/
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index: 1;
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index: 0;
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lightSlider:before,
.lightSlider:after {
  content: " ";
  display: table;
}
.lightSlider {
  overflow: hidden;
  margin: 0;
  height: auto !important;
}
.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}
.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform, height;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-timing-function: inherit;
  transition-timing-function: inherit;
}
.lSSlideWrapper .lSFade {
  position: relative;
}
.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit;
  transition-timing-function: inherit;
}
.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 2px;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #c44c51;
}
.lSSlideOuter .media {
  opacity: 0.8;
}
.lSSlideOuter .media.active {
  opacity: 1;
}
/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
  opacity: 0.7;
  overflow: hidden;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  opacity: 1;
}
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}
/* End of Gallery*/
/* slider actions */
.lSAction > a {
  display: block !important;
  top: 35%;
  cursor: pointer;
  position: absolute;
  z-index: 9;
  margin-top: -13px;
  text-align: center;
  width: 38px;
  height: 38px;
  margin: 0 3px;
  background: #929292;
  font-size: 0px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.lSAction > a:before {
  position: absolute;
  top: 8px;
  left: 8px;
  color: #bebebe;
  color: #c5c5c5;
}
.lSAction > .lSPrev {
  left: 0px;
}
.lSAction > .lSPrev:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 22px;
  content: '\f104';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
}
.lSAction > .lSPrev:hover {
  background: #2c2c2c;
}
.lSAction > .lSPrev:hover:before {
  color: #fff;
}
.lSAction > .lSNext {
  right: 0px;
}
.lSAction > .lSNext:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 22px;
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
}
.lSAction > .lSNext:hover {
  background: #2c2c2c;
}
.lSAction > .lSNext:hover:before {
  color: #fff;
}
.lSAction > a.disabled {
  pointer-events: none;
}
.cS-hidden {
  height: 1px;
  opacity: 0;
  overflow: hidden;
}
/* vertical */
.lSSlideOuter.vertical {
  position: relative;
}
.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}
/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}
.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}
.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
  float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}
/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #fff;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -30px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.5);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  height: 30px;
  line-height: 30px;
  margin-top: -30px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
ul.resp-tabs-list,
p {
  margin: 0px;
  padding: 0px;
}
ul.resp-tabs-list {
  display: table;
  margin: 0 auto;
  text-align: center;
  width: auto;
}
.resp-tabs-list li {
  padding: 5px 0px;
  list-style: none;
  cursor: pointer;
  float: left;
  margin-right: 40px;
  font-size: 200%;
  font-weight: normal;
  text-transform: capitalize;
  position: relative;
  bottom: -1px;
  font-style: italic;
}
.resp-tabs-list li:hover {
  color: #1b1b1b;
}
.resp-tabs-container {
  padding: 0px;
  clear: left;
}
h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
.resp-tab-content {
  display: none;
  padding: 20px 0;
}
.resp-tab-content .std ul {
  list-style: none;
}
.resp-tab-content .std ul li:before {
  content: " ";
  display: inline-block;
  margin-right: 20px;
  width: 5px;
  height: 2px;
  background-color: #fff;
  vertical-align: middle;
}
.resp-tab-active {
  border-color: #c44c51 !important;
  color: #c44c51;
}
.resp-content-active,
.resp-accordion-active {
  display: block;
}
h2.resp-accordion {
  font-size: 108.33%;
  text-transform: uppercase;
  border: 1px solid #d7d7d7;
  margin-top: -1px;
  padding: 10px 15px;
}
h2.resp-tab-active {
  border-bottom: 0px solid #d7d7d7 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #d7d7d7 !important;
  background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}
.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}
.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}
.resp-vtabs .resp-tab-content {
  border: none;
}
.resp-vtabs li.resp-tab-active {
  border: 1px solid #d7d7d7;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}
.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #d7d7d7;
}
h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #c44c51;
}
/*-----------Accordion styles-----------*/
.resp-easy-accordion h2.resp-accordion {
  display: block;
}
.resp-easy-accordion .resp-tab-content {
  border: 1px solid #d7d7d7;
}
.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #d7d7d7 !important;
}
.resp-jfit {
  width: 100%;
  margin: 0px;
}
.resp-tab-content-active {
  display: block;
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 767px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #d7d7d7;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #d7d7d7 !important;
  }
}
/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}
/* General Swatch Styling */
.swatch-link,
.swatch-label {
  text-transform: uppercase;
}
.swatch-link {
  border: 1px solid #d7d7d7;
  display: inline-block;
  padding: 1px;
}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;
}
.swatch-link.has-image img {
  width: 100%;
  height: 100%;
}
.configurable-swatch-list {
  clear: both;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}
#narrow-by-list dd .swatch-link {
  border: none;
  display: block;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #df280a;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}
.configurable-swatch-list .has-image:before {
  display: none !important;
}
.grouped-items-table {
  margin-bottom: 20px;
}
.price-box-bundle {
  margin: 0 -5px;
}
.product-view .product-shop .price-box .price-as-configured {
  margin: 14px 0 7px;
}
#review-form #product-review-table tbody tr td {
  text-align: center;
}
#review-form #product-review-table tbody tr td .radio {
  float: none;
  margin: 0 auto;
}
#review-form .form-list {
  padding-top: 30px;
}
#review-form .form-list .input-fixwidth {
  max-width: 500px;
}
.tab-product-info {
  border-top: 1px solid #dedede;
  margin-bottom: 40px !important;
  padding-top: 25px;
}
.tab-product-info h2 {
  font-size: 123%;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}
/* Product Images */
.image-box-wrapper {
  overflow: hidden;
}
.product-image-zoom {
  margin-bottom: 0px;
  background: #fff;
}
.product-image-zoom .product-image-gallery {
  position: relative;
}
.product-img-box .product-image-zoom img {
  display: none;
}
.product-img-box .product-image-zoom img.visible {
  display: block;
  margin: 0 auto;
}
.product-img-box .more-views li a {
  display: inline-block;
}
.product-img-box .more-views li a img {
  height: 100%;
  width: 100%;
}
.product-img-box .more-views .lSAction > a {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.product-img-box .more-views:hover .lSAction > a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.more-views {
  background: #fff;
}
.more-views .lSSlideOuter:hover .lSSlideOuter .lSNext,
.more-views .lSSlideOuter:hover .lSSlideOuter .lSPrev {
  display: block;
}
.more-views .lSSlideOuter .lSSlideWrapper {
  max-width: inherit;
  overflow: visible;
}
.more-views .lSAction {
  display: none;
}
.more-views .lSAction .lSNext,
.more-views .lSAction .lSPrev {
  display: none;
}
.more-views .lSAction .lSNext {
  right: 0px;
}
.more-views .lSAction .lSPrev {
  left: 0px;
}
.more-views:hover .lSAction .lSNext,
.more-views:hover .lSAction .lSPrev {
  display: block;
}
.btn-lightbox {
  top: 40%;
  height: 95px;
  position: absolute;
  right: 38%;
  text-align: center;
  width: 95px;
  z-index: 1000;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn-lightbox a {
  display: none;
}
.btn-lightbox #lightbox_btn {
  display: block;
  width: 95px;
  height: 95px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
}
.btn-lightbox #lightbox_btn:before {
  content: "+";
  color: #bababd;
  font: 60px/60px FontAwesome;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 20px;
}
.btn-lightbox #lightbox_btn:hover {
  background: #000;
}
.product-image-gallery {
  position: relative;
}
.product-image-gallery:hover .btn-lightbox {
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  -ms-opacity: 1 !important;
  -o-opacity: 1 !important;
  opacity: 1 !important;
}
/* Product Shop */
.product-view .data-table thead th,
.product-view input.input-text,
.product-view select,
.product-view textarea {
  background: transparent;
  color: #898989;
}
.product-view .product-images {
  margin-bottom: 30px;
}
.product-view .product-images .product-image {
  background: #fff;
  margin-bottom: 1px;
}
.product-view .product-essential {
  margin-top: 0px;
  margin-bottom: 70px;
  padding: 0;
}
.product-view .product-shop .product-name {
  margin: 28px 0 15px;
  position: relative;
}
.product-view .product-shop .product-name:after {
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 30px;
  height: 1px;
  background: #e7edf0;
  content: "";
  display: inline-block;
}
.product-view .product-shop .product-name h2 {
  font-size: 200%;
  color: #262e31;
  font-weight: normal;
  text-transform: capitalize;
  font-style: italic;
}
.product-view .product-shop .no-rating {
  margin-bottom: 5px;
  float: left;
  width: 100%;
}
.product-view .product-shop .no-rating:before {
  display: none !important;
}
.product-view .product-shop .no-rating a {
  display: block !important;
  color: #636363;
  font-size: 100%;
}
.product-view .product-shop .no-rating a:hover {
  color: #c44c51;
}
.product-view .product-shop .ratings {
  margin-bottom: 0px;
  width: 100%;
}
.product-view .product-shop .ratings .rating-box {
  float: left;
  margin: 4px 0;
}
.product-view .product-shop .rating-links {
  display: inline-block;
  padding-left: 12px;
  font-size: 93%;
  margin-bottom: 0;
}
.product-view .product-shop .rating-links a {
  color: #898989;
}
.product-view .product-shop .price-box .regular-price .price {
  font-size: 170%;
  color: #363636;
  font-weight: bolder;
}
.product-view .product-shop .price-box .special-price {
  margin-left: 0px;
  float: left;
}
.product-view .product-shop .price-box .special-price .price .price {
  font-size: 215%;
  margin-left: 0px;
  color: #262e31;
  font-weight: normal;
}
.product-view .product-shop .price-box .old-price {
  margin-top: 2px;
}
.product-view .product-shop .price-box .old-price .price {
  font-size: 128%;
  position: relative;
  color: #98a4a9;
}
.product-view .product-shop .price-box .price-from .price,
.product-view .product-shop .price-box .price-to .price,
.product-view .product-shop .full-product-price .price {
  font-size: 150%;
  color: #363636;
  font-weight: bold;
}
.product-view .product-shop .price-label {
  color: #898989;
  font-size: 100%;
  font-weight: normal;
}
.product-view .product-shop .price-box-bundle {
  line-height: 20px;
}
.product-view .product-shop .availability {
  margin: 5px 0 10px  ;
  color: #1b1b1b;
  font-size: 114%;
  float: left;
  position: relative;
  width: 100%;
  font-weight: normal;
  clear: both;
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
}
.product-view .product-shop .availability span {
  font-weight: normal !important;
  font-size: 100%;
  color: #747474;
}
.product-view .product-shop label,
.product-view .product-shop .label {
  color: #1b1b1b !important;
  font-size: 114% !important;
  font-weight: normal !important;
}
.product-view .product-shop .addthis_native_toolbox {
  clear: both;
  margin-bottom: 20px;
}
.product-view .product-shop .short-description {
  font-size: 100%;
  color: #747474;
  padding-bottom: 15px;
  margin-top: 15px;
  clear: both;
  border-bottom: 1px solid #dedede;
}
.product-view .product-shop .short-description h2 {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 123%;
  margin-bottom: 10px;
}
.product-view .product-shop .option-product-wrapper {
  padding-top: 15px;
}
.product-view .product-shop .product-options select {
  max-width: 370px;
}
.product-view .product-shop .product-options .configurable-swatch-list {
  margin: 0;
}
.product-view .product-shop .product-options .configurable-swatch-list li {
  display: inline-block;
  text-align: center;
}
.product-view .product-shop .grouped-items-table {
  float: left;
  width: 100%;
}
.product-view .product-shop .grouped-items-table .regular-price .price {
  font-size: 171% !important;
}
.product-view .product-shop .product-options-bottom .price-box {
  display: none;
}
.product-view .product-shop .product-options-bottom .add-to-cart {
  display: inline-block;
  float: left;
}
.product-view .product-shop .add-to-box,
.product-view .product-shop .product-options-bottom {
  clear: both;
  position: relative;
  padding-top: 25px;
  margin-top: 0px;
}
.product-view .product-shop .attribute-icons {
    margin: 0 0 30px 0;
}
.product-view .product-shop .wrapper-button {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.product-view .product-shop .wrapper-button button.button {
  border: 1px solid #c3c3c3;
  color: #c3c3c3;
  height: 45px;
  line-height: 45px;
  font-weight: normal;
  font-size: 108%;
  padding: 0 20px;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-view .product-shop .wrapper-button button.button {
    padding: 0 10px;
    font-size: 93%;
  }
}
.product-view .product-shop .wrapper-button button.button:hover {
  background: #c44c51;
  color: #fff;
  border-color: #c44c51;
}
.product-view .product-shop .wrapper-button button.button.out-of-stock {
  background: #c44c51;
  color: #fff;
  cursor: no-drop;
}
.product-view .product-shop .add-to-links {
  display: inline-block;
  margin-top: 0px;
  height: 45px;
  margin-bottom: 20px;
}
.product-view .product-shop .add-to-links li {
  display: inline-block;
}
.product-view .product-shop .add-to-links li a {
  width: 45px;
  height: 45px;
  text-align: center;
  display: inline-block;
  border: 1px solid #c3c3c3;
  line-height: 45px;
  font-size: 0px;
  margin: 0 8px 0 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-view .product-shop .add-to-links li a {
    margin: 0 4px 0 0;
  }
}
.product-view .product-shop .add-to-links li a.link-wishlist:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 18px;
  content: '\f004';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  color: #c3c3c3;
  line-height: 45px;
}
.product-view .product-shop .add-to-links li a.link-compare:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 18px;
  content: '\f0ec';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  color: #c3c3c3;
  line-height: 45px;
}
.product-view .product-shop .add-to-links li a:hover {
  background: #c44c51;
  border-color: #c44c51;
}
.product-view .product-shop .add-to-links li a:hover:before {
  color: #fff;
}
.product-view .product-shop .product-options-bottom .add-to-cart {
  margin-bottom: 10px;
  float: left;
}
.product-view .product-shop .social-details {
  border-bottom: 1px solid #dedede;
  padding: 15px 0 10px;
}
.product-view .product-shop .social-details .socials-wrap {
  display: inline-block;
}
.product-view .product-shop .social-details .socials-wrap .title-follow {
  display: none;
}
.product-view .product-shop .social-details .socials-wrap ul {
  margin: 0px;
}
.product-view .product-shop .social-details .socials-wrap .li-social {
  display: inline-block;
  margin: -3px 2px 2px;
  vertical-align: top;
}
.product-view .product-shop .social-details .socials-wrap .li-social a .icon-social {
  text-align: center;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  color: #898989;
  font-size: 100%;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.product-view .product-shop .social-details .socials-wrap .li-social a .icon-social:hover {
  color: #c44c51;
}
.product-view .product-shop .social-details .socials-wrap .li-social a .name-social {
  display: none;
}
.like-social {
  padding-top: 20px;
  text-align: center;
}
.like-social .addthis_default_style .addthis_separator,
.like-social .addthis_button_compact,
.like-social .addthis_default_style .at300b,
.like-social .addthis_default_style .at4-icon,
.like-social .addthis_default_style .at300bo,
.like-social .addthis_default_style .at300m,
.like-social .addthis_default_style .at300bs {
  float: none !important;
  display: inline-block;
  vertical-align: top;
}
.like-social .addthis_button_compact {
  position: relative;
  top: -1px;
}
/*==DETAIL STYLES==*/
.case-option-vertical {
  position: relative;
}
.case-option-vertical .lSSlideOuter {
  padding: 0;
}
.case-option-vertical .product-image {
  margin-left: 98px;
}
.case-option-vertical .more-views {
  width: 98px;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0;
  background: transparent;
}
.case-option-vertical .more-views .lSAction .lSNext,
.case-option-vertical .more-views .lSAction .lSPrev {
  left: 30%;
  margin-left: -5px;
  margin-top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin: 0px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.case-option-vertical .more-views .lSAction .lSNext {
  bottom: 0px;
  top: auto;
  right: auto;
}
.case-option-vertical .more-views .lSAction .lSNext:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 22px;
  content: '\f107';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
}
.case-option-vertical .more-views .lSAction .lSPrev {
  top: 0px;
  bottom: auto;
  right: auto;
}
.case-option-vertical .more-views .lSAction .lSPrev:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 22px;
  content: '\f106';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
}
.case-option-vertical .more-views:hover {
  display: block;
}
.case-option-vertical .more-views:hover .lSAction .lSNext,
.case-option-vertical .more-views:hover .lSAction .lSPrev {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.case-option-vertical .more-views li {
  background: #fff;
}
.product-view-1 .short-description {
  position: relative;
}
.product-view-1 .product-shop .price-box {
  float: left;
  width: 100%;
}
.product-view-1 .product-img-box .more-views li {
  text-align: center;
}
.product-view-1 .box-up-sell,
.product-view-1 .box-related {
  margin-bottom: 10px;
}
.product-view-2,
.product-view-3 {
  background: transparent;
}
.product-view-2 .product-img-box,
.product-view-3 .product-img-box {
  padding-right: 0px !important;
}
.product-view-2 .product-shop,
.product-view-3 .product-shop {
  padding-left: 20px;
}
.product-view-2 .box-up-sell,
.product-view-3 .box-up-sell,
.product-view-2 .box-related,
.product-view-3 .box-related {
  margin-bottom: 10px;
  clear: both;
}
.product-view-2 .like-social,
.product-view-3 .like-social {
  text-align: left;
}
.product-view-2 .box-up-sell .overflow-slider,
.product-view-3 .box-up-sell .overflow-slider,
.product-view-2 .box-related .overflow-slider,
.product-view-3 .box-related .overflow-slider {
  padding-top: 0;
}
.product-view-2 .more-views .lSAction .lSNext,
.product-view-3 .more-views .lSAction .lSNext {
  bottom: 0px;
}
/*==basic menu vetical ===*/
.basic-products-menu {
  float: left;
  margin-top: 8px;
  padding-top: 15px;
  position: relative;
  width: 100%;
}
.basic-products-menu:before {
  content: "";
  display: inline-block;
  background: url('http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/dotte11.png') repeat;
  width: 100%;
  position: absolute;
  height: 1px;
  left: 0;
  top: 0;
}
.basic-products-menu .bs-item-menu {
  float: left;
  width: 50%;
  padding: 12px 40px 5px 0;
}
.basic-products-menu .bs-item-menu .box-image {
  float: left;
  margin-right: 8px;
}
.basic-products-menu .bs-item-menu .box-info-pro .product-namepro {
  font-size: 100%;
  text-transform: uppercase;
  font-weight: bold;
  border: 0px !important;
  margin-bottom: 8px;
}
.basic-products-menu .bs-item-menu .box-info-pro .product-namepro a {
  color: #555555;
}
.basic-products-menu .bs-item-menu .box-info-pro .product-namepro a:hover {
  color: #c44c51;
}
.basic-products-menu .bs-item-menu .box-info-pro .bs-review {
  float: right;
}
.basic-products-menu .bs-item-menu .box-info-pro .bs-review .amount {
  display: none;
}
.basic-products-menu .bs-item-menu .box-info-pro .bs-price {
  float: left;
  line-height: 20px;
}
.basic-products-menu .bs-item-menu .box-info-pro .old-price {
  margin-right: 5px;
}
/*==custom menu===*/
.images-vetical {
  position: relative;
}
.images-vetical:hover .cat-image a:before,
.images-vetical:hover .title-img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.images-vetical .cat-image a {
  position: relative;
  display: block !important;
}
.images-vetical .cat-image a:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  background: #c44c51;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  -ms-opacity: 0.75;
  -o-opacity: 0.75;
  opacity: 0.75;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.images-vetical .cat-image a:after {
  content: "";
  display: inline-block;
  background: url('http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/dotte11.png') repeat;
  width: 90%;
  position: absolute;
  height: 1px;
  right: -52%;
  top: 90px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.images-vetical .title-img {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  position: absolute;
  left: 0px;
  top: 40%;
  font-size: 150% !important;
  font-weight: bold !important;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0px !important;
  margin: 0px !important;
}
.images-vetical.last .cat-image a:after {
  display: none;
}
.catalog-product-view #box-related .margin-slider {
  margin-bottom: 30px;
}
/*==QUICK VIEW==*/
.quickview-main .product-essential {
  margin: 0px;
}
.quickview-main .product-essential .product-name {
  margin: 20px 0 !important;
}
.quickview-main .product-essential .availability {
  float: left;
  width: 100%;
  margin: 15px 0 !important;
}
.quickview-main .price-box .regular-price .price {
  font-size: 214%;
}
.quickview-main .price-box .special-price {
  margin-left: 0px;
}
.quickview-main .price-box .special-price .price .price {
  font-size: 214%;
}
.quickview-main .price-box .old-price .price {
  font-size: 100%;
}
/*tabs details*/
.tab-product-info ul.resp-tabs-list li.resp-tab-item,
.product-bottom ul.resp-tabs-list li.resp-tab-item {
  color: #aaaaaa;
}
.tab-product-info ul.resp-tabs-list li.resp-tab-item:after,
.product-bottom ul.resp-tabs-list li.resp-tab-item:after {
  background: #e1e1e1;
  content: "";
  display: inline-block;
  height: 20px;
  position: absolute;
  right: -20px;
  top: 20px;
  width: 1px;
}
.tab-product-info ul.resp-tabs-list li.resp-tab-item:hover,
.product-bottom ul.resp-tabs-list li.resp-tab-item:hover,
.tab-product-info ul.resp-tabs-list li.resp-tab-item.resp-tab-active,
.product-bottom ul.resp-tabs-list li.resp-tab-item.resp-tab-active {
  color: #1b1b1b;
}
.tab-product-info ul.resp-tabs-list li.resp-tab-item:last-child,
.product-bottom ul.resp-tabs-list li.resp-tab-item:last-child {
  border-top-right-radius: 6px;
}
.tab-product-info ul.resp-tabs-list li.resp-tab-item:last-child:after,
.product-bottom ul.resp-tabs-list li.resp-tab-item:last-child:after {
  display: none;
}
.tab-product-info .resp-tab-content .std ul li:before,
.product-bottom .resp-tab-content .std ul li:before {
  background-color: #898989;
}
.product-bottom {
  border-top: 1px solid #dedede;
  padding-top: 25px;
}
.product-bottom .descrip {
  color: #666666;
  font-style: italic;
  text-align: center;
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .product-bottom .descrip {
    margin-top: -5px;
  }
}
.product-bottom .block-title h2 {
  text-align: center;
  color: #252525;
  font-size: 228%;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-style: italic;
}
.product-bottom h2.resp-tab-active {
  border-bottom: 1px solid #c44c51 !important;
}
.product-bottom .resp-tab-content {
  padding: 0px;
  border: 0;
  height: 0;
  padding: 0;
  display: block !important;
  overflow: hidden;
  width: 100%;
}
.product-bottom .resp-tab-content.resp-tab-content-active {
  height: auto;
  overflow: visible;
}
.product-bottom .products-grid {
  margin-top: 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-bottom .products-grid .item .item-inner {
    width: 99%;
  }
  .product-bottom .products-grid .item .item-inner .actions {
    top: 2px !important;
  }
}
.product-bottom .products-grid .owl-controls {
  position: static;
}
.product-bottom .products-grid .owl-controls .owl-nav > div {
  position: absolute;
  top: 58%;
  margin: 0px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.product-bottom .products-grid:hover .owl-controls .owl-nav > div {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/*==ABOUT US==*/
.category-about-us .page-title {
  display: none;
}
.about-us {
  background: #fff;
  padding: 15px;
}
.about-us .about-title {
  font-size: 250%;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
.about-us .name-member {
  font-size: 116.67%;
  font-weight: bold;
}
.about-us .job-member {
  margin: 7px 0 5px;
  font-style: italic;
}
.about-us .job-member:before,
.about-us .job-member:after {
  content: "---";
  margin: 0 5px;
}
.about-us .social-member {
  list-style: none;
  padding-top: 13px;
}
.about-us .social-member .social-icon {
  display: inline-block;
  margin: 0 3px;
}
.about-us .social-member .social-icon a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.about-us .social-member .social-icon a span {
  display: none;
}
.about-us .social-member .social-icon a:hover {
  background-color: #c44c51 !important;
}
.about-us .social-member .social-icon.rss a {
  background-color: #f8bc2e;
}
.about-us .social-member .social-icon.facebook a {
  background-color: #39599f;
}
.about-us .social-member .social-icon.twitter a {
  background-color: #45b0e3;
}
.about-us .social-member .social-icon.google a {
  background-color: #1872bf;
}
.about-us .des-member.des-client {
  max-width: 950px;
  margin: 0 auto;
  font-style: italic;
  margin-bottom: 10px;
}
.about-us .member-info {
  text-align: center;
  padding-top: 15px;
}
.about-us .client-say-content {
  text-align: center;
  border-top: 1px dashed #d7d7d7;
  border-bottom: 1px dashed #d7d7d7;
  position: relative;
  padding-bottom: 15px;
}
.about-us .client-say-content .about-title {
  position: relative;
  top: -26px;
  background-color: #fff;
  padding: 0 10px;
  display: inline-block;
}
.about-us .client-say-content .client-say-slider {
  padding-top: 15px;
}
.about-us .client-say-content .client-say-slider .owl-dots {
  position: absolute;
  left: 0;
  top: -23px;
  width: 100%;
}
.about-us .client-say-content .client-say-slider .owl-dots span {
  width: 16px;
  height: 16px;
  background-color: #d9d9d9;
  border: none;
  margin: 0 2px;
  opacity: 1;
}
.about-us .client-say-content .client-say-slider .owl-dots .owl-dot.active span {
  background-color: #c44c51 !important;
}
.about-us .client-say-content .client-say-slider .owl-dots .owl-dot span:hover {
  background-color: #c44c51 !important;
}
.about-us .about-us-center {
  text-align: center;
}
.about-us .about-us-center .content-description {
  padding-top: 25px;
  clear: both;
  margin-bottom: 30px;
}
.about-us .client-logo-content {
  border-bottom: 1px dashed #d7d7d7;
  border-top: 1px dashed #d7d7d7;
  padding-bottom: 30px;
  text-align: center;
}
.about-us .client-logo-content .about-title {
  background: #fff;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  position: relative;
  text-align: center;
  top: -24px;
}
.about-us .owl-controls {
  position: static;
}
.about-us .owl-controls .owl-nav div {
  width: 38px;
  height: 38px;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  top: 29%;
}
.about-us .owl-controls .owl-nav div.owl-next {
  right: -22px;
}
.about-us .owl-controls .owl-nav div.owl-prev {
  left: -22px;
}
.about-us .owl-controls .owl-nav div:before {
  width: 100%;
  height: 100%;
  line-height: 32px;
}
.about-us .owl-controls .owl-nav div:hover:before {
  color: #fff;
}
.about-us .client-logo-slider {
  padding: 0 25px;
}
.about-us .about-image-slider {
  max-width: 570px;
  margin: 0 auto;
}
.about-us .about-image-slider .owl-controls .owl-nav div {
  top: 50%;
  margin-top: -15px;
  border: none !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.about-us .about-image-slider .owl-controls .owl-nav div:before {
  border-radius: 0;
  -webkit-border-radius: 0;
  background-color: transparent;
  color: #c8c8c8;
}
.about-us .about-image-slider .owl-controls .owl-nav div.owl-next {
  right: 10px;
}
.about-us .about-image-slider .owl-controls .owl-nav div.owl-prev {
  left: 10px;
}
.about-us .about-image-slider .owl-controls .owl-nav div:hover {
  border-color: #c44c51;
}
.about-us .about-image-slider .owl-controls .owl-nav div:hover:before {
  color: #fff;
}
.about-us .skills-value {
  padding-top: 52px;
}
.about-us .skills-value .label-skill {
  font-weight: bold;
}
.about-us .skills-value .range-value {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  height: 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.about-us .skills-value .range-value .rating-skills {
  position: absolute;
  top: 0;
  left: 0px;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  text-indent: -9999px;
}
.about-us .skills-value .range-value .rating-skills.skill-1 {
  background-image: url(http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/skill-style-1.png);
  background-position: -28px 0;
}
.about-us .skills-value .range-value .rating-skills.skill-2 {
  background-image: url(http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/skill-style-2.png);
  background-position: 20px 0;
}
.about-us .skills-value .range-value .rating-skills.skill-3 {
  background-image: url(http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/skill-style-3.png);
  background-position: 20px 0;
}
.about-us .about-us-content .description-about {
  padding: 20px 0;
}
.about-us .content-faq {
  position: relative;
  top: -15px;
}
.about-us .content-faq .panel {
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0;
}
.about-us .content-faq .panel .panel-title {
  font-size: 100%;
  font-weight: bold;
}
.about-us .content-faq .panel .panel-title a {
  display: block;
  padding: 15px 0 15px 25px;
  position: relative;
}
.about-us .content-faq .panel .panel-title a:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: 6px;
  background-color: #c44c51;
}
.about-us .content-faq .panel .panel-title a:before {
  background-color: #c44c51;
  content: "-";
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -8px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #000;
  text-align: center;
  line-height: 16px;
}
.about-us .content-faq .panel .panel-title a.collapsed:after {
  background-color: #737373;
}
.about-us .content-faq .panel .panel-title a.collapsed:before {
  background-color: #737373;
  content: "?";
}
.about-us .content-faq .panel .panel-body {
  padding: 0 0 13px;
}
.about-demo-1 .about-image,
.about-demo-1 .about-info {
  margin-bottom: 40px;
}
.about-demo-1 .about-info {
  position: relative;
  top: -8px;
}
.about-demo-1 .what-client-say {
  margin-bottom: 40px;
}
.about-demo-1 .our-team .about-title {
  text-align: center;
  margin-bottom: 45px;
}
.about-demo-2 .our-team {
  margin-bottom: 60px;
}
.about-demo-3 .about-image,
.about-demo-3 .about-info {
  margin-bottom: 30px;
}
/*==END ABOUT US==*/
/*==CONTACT US==*/
.category-contact-us .page-title {
  display: none;
}
.title-contact h2 {
  font-size: 180%;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
.title-contact-normal h2 {
  font-size: 128%;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.google-map {
  border: 5px solid #d7d7d7;
}
.google-map #map {
  width: 100%;
  height: 294px;
}
.contact-info .address-info {
  margin-bottom: 15px;
}
.contact-info .address-info li {
  padding: 10px 0px 10px 30px;
  border-bottom: 1px dashed #d7d7d7;
  position: relative;
}
.contact-info .address-info li:first-child {
  border-top: 1px dashed #d7d7d7;
}
.contact-info .address-info li:before {
  position: absolute;
  left: 0px;
  top: 7px;
  font-family: fontawesome;
}
.contact-info .address-info li.add-icon:before {
  content: "\f041";
  font-size: 21px;
  padding-left: 3px;
}
.contact-info .address-info li.email-icon:before {
  content: "\f0e0";
  font-size: 16px;
}
.contact-info .address-info li.phone-icon:before {
  content: "\f095";
  font-size: 18px;
}
.contact-info .social-list li {
  display: inline-block;
  margin-right: 5px;
}
.contact-info .social-list li .icon-social {
  border: 1px solid #d7d7d7;
  font-size: 18px;
  color: #b3b3b3;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.contact-info .social-list li .icon-social:hover {
  background-color: #c44c51;
  border-color: #c44c51;
  color: #272939;
}
.contact-info .social-list li .icon-social span {
  display: none;
}
.contact-form .buttons-set .button {
  float: left;
  margin: 0;
}
.contact-form .buttons-set .button i {
  font-size: 13px;
  margin-right: 5px;
}
.description-contact-dm4 {
  margin-bottom: 30px;
}
.list-contact-wrapper {
  padding: 10px 0;
  border-top: 1px dashed #d7d7d7;
  border-bottom: 1px dashed #d7d7d7;
  margin-bottom: 30px;
}
.list-contact-wrapper .list-info-contact {
  margin: 0;
  display: inline-block;
  width: 100%;
}
.list-contact-wrapper .list-info-contact li > div {
  padding-left: 64px;
  position: relative;
}
.list-contact-wrapper .list-info-contact li > div:before {
  font-family: fontawesome;
  display: inline-block;
  width: 42px;
  height: 42px;
  background-color: #5b5b5b;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  line-height: 42px;
}
.list-contact-wrapper .list-info-contact li > div.address-contact:before {
  content: "\f041";
  font-size: 21px;
}
.list-contact-wrapper .list-info-contact li > div.email-contact:before {
  content: "\f0e0";
  font-size: 17px;
}
.list-contact-wrapper .list-info-contact li > div.hotline-contact:before {
  content: "\f095";
  font-size: 21px;
}
.list-contact-wrapper .list-info-contact li > div p {
  display: inline-table;
  margin: 0;
}
.contact-demo-2 .form-wrapper .wide .input-box .input-text {
  height: 116px;
}
.contact-demo-4 .form-wrapper .wide .input-box .input-text {
  height: 122px;
}
.contact-demo-1 .request-form,
.contact-demo-2 .request-form,
.contact-demo-4 .request-form {
  position: relative;
  top: -9px;
}
.contact-demo-1 .google-map,
.contact-demo-2 .google-map,
.contact-demo-4 .google-map {
  margin-bottom: 35px;
}
.contact-demo-1 .contact-info,
.contact-demo-2 .contact-info,
.contact-demo-4 .contact-info {
  margin-bottom: 30px;
}
.contact-demo-1 .form-wrapper .fields,
.contact-demo-2 .form-wrapper .fields,
.contact-demo-4 .form-wrapper .fields {
  max-width: 390px;
}
.contact-demo-1 .form-wrapper .fields .input-box .input-text,
.contact-demo-2 .form-wrapper .fields .input-box .input-text,
.contact-demo-4 .form-wrapper .fields .input-box .input-text {
  height: 40px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px dashed #d7d7d7;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
.contact-demo-1 .form-wrapper .wide,
.contact-demo-2 .form-wrapper .wide,
.contact-demo-4 .form-wrapper .wide {
  margin-bottom: 15px;
}
.contact-demo-1 .form-wrapper .wide .input-box .input-text,
.contact-demo-2 .form-wrapper .wide .input-box .input-text,
.contact-demo-4 .form-wrapper .wide .input-box .input-text {
  border: 1px dashed #d7d7d7;
  background-color: transparent;
}
.contact-demo-1 .form-wrapper .wide .input-box .comment-label,
.contact-demo-2 .form-wrapper .wide .input-box .comment-label,
.contact-demo-4 .form-wrapper .wide .input-box .comment-label {
  margin-bottom: 9px !important;
}
.contact-description {
  margin-bottom: 15px;
}
.contact-demo-2 .google-map #map {
  height: 376px;
}
.contact-demo-2 .request-form {
  margin-bottom: 30px;
}
.contact-demo-4 .google-map #map {
  height: 382px;
}
.contact-demo-4 .contact-description {
  margin-bottom: 25px;
}
.contact-demo-3 .google-map {
  margin-bottom: 25px;
}
.contact-demo-3 .form-wrapper .field {
  margin-bottom: 10px;
}
.contact-demo-3 .form-wrapper .field:last-child {
  margin: 0;
}
.contact-demo-3 .form-wrapper .field .input-text {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.contact-demo-3 .form-wrapper .wide .input-box .input-text {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 176px;
}
/*==END CONTACT US==*/
/*==SHOPPING CART==*/
.cart .page-title {
  border-bottom: 0;
  margin: 0 0 12px;
}
.cart .page-title h1 {
  margin: 10px 0 0;
}
.cart .page-title .checkout-types li {
  margin: 0 0 5px;
}
.cart .title-buttons .checkout-types {
  float: right;
}
.cart .title-buttons .checkout-types li {
  float: left;
  margin: 0 0 5px 5px;
}
.cart .checkout-types .paypal-or {
  margin: 0 8px;
  line-height: 2.3;
  vertical-align: top;
}
.cart .checkout-types .bml_button {
  display: inline-table;
  width: 150px;
  margin: 0 0 5px;
}
.cart .cart-collaterals {
  padding: 25px 0 0;
}
.cart .cart-collaterals .col2-set {
  float: left;
  width: 605px;
}
.cart .cart-collaterals .col2-set .col-2 {
  width: 294px;
}
.cart .crosssell {
  border: 1px solid #d7d7d7;
  padding: 12px 15px;
}
.cart .crosssell .price-box {
  display: table;
}
.cart .crosssell .product-name {
  font-size: 100%;
}
.cart .crosssell h2 {
  font-size: 100%;
  line-height: 1.6em;
  margin-bottom: 10px;
}
.cart .crosssell .product-image {
  float: left;
  width: 80px;
}
.cart .crosssell .product-details {
  margin-left: 90px;
}
.cart .crosssell .product-details .btn-cart {
  margin-bottom: 3px;
}
.cart .crosssell ul {
  margin: 0px;
}
.cart .crosssell li.item {
  margin-bottom: 20px;
}
.cart .crosssell li.item.last {
  margin-bottom: 0px;
}
.cart .crosssell .link-compare {
  font-weight: normal;
}
.cart .crosssell .button {
  height: 33px;
  line-height: 33px;
  padding: 0 20px;
}
.checkout-types .paypal-or {
  clear: both;
  display: block;
  padding: 8px 55px 0 0;
  line-height: 1.0;
  font-size: 11px;
}
.cart-table th {
  padding: 2px 10px;
}
.cart-table .product-name {
  padding: 10px 0px ;
  text-transform: capitalize;
  font-size: 142%;
  position: relative;
  margin-bottom: 10px;
  font-style: italic;
}
.cart-table .item-msg {
  margin: 5px 0;
  font-size: 11px;
  font-weight: bold;
  color: #df280a;
}
.cart-table tfoot td {
  padding: 5px 10px;
}
.cart-table .btn-continue {
  float: left;
}
.cart-table .btn-update {
  margin-left: 10px;
}
.cart-table .btn-update,
.cart-table .btn-empty {
  float: right;
}
.cart .crosssell .btn-cart,
.cart .crosssell .add-to-links {
  display: inline-block;
  vertical-align: top;
}
.cart .crosssell .add-to-links li {
  float: left;
  margin: 0  3px;
  width: 33px;
  height: 33px;
}
.cart .crosssell .add-to-links li a {
  width: 33px;
  height: 33px;
  text-align: center;
  display: inline-block;
  line-height: 33px;
  background: #c44c51;
  font-size: 0px;
}
.cart .crosssell .add-to-links li .link-wishlist:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 15px;
  content: '\f004';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  color: #fff;
  line-height: 33px;
}
.cart .crosssell .add-to-links li .link-compare:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 15px;
  content: '\f0ec';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  color: #fff;
  line-height: 33px;
}
.cart .crosssell .add-to-links li a:hover {
  background: #c44c51;
  border-color: #c44c51;
}
.cart .crosssell .add-to-links li a:hover:before {
  color: #fff;
}
/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {
  border: 1px solid #d7d7d7;
  padding: 12px 15px;
}
.cart .discount,
.cart .shipping,
.crosssell {
  margin-bottom: 30px;
}
.cart .discount h2,
.cart .shipping h2 {
  border-bottom: 1px solid #d7d7d7;
  font-size: 103.08%;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 0 7px;
  text-transform: uppercase;
}
.cart .discount .input-box,
.cart .shipping .input-box,
.cart .discount .input-text,
.cart .shipping .input-text,
.cart .discount select,
.cart .shipping select {
  width: 100%;
}
.cart .discount .buttons-set,
.cart .shipping .buttons-set {
  margin: 10px 0 0;
  border: 0;
  padding: 0;
  text-align: left;
}
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button {
  margin-left: 0;
}
.cart .discount .input-box {
  margin: 8px 0 0;
}
.cart .shipping .sp-methods {
  margin: 10px 0 0;
  padding: 5px 0 0;
}
.cart .totals {
  border: 1px solid #d7d7d7;
}
.cart .totals table {
  width: 100%;
  margin: 15px 0 0;
}
.cart .totals td {
  padding: 1px 15px 1px 7px;
}
.cart .totals tfoot th {
  padding: 5px 15px 5px 7px;
}
.cart .totals tfoot td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.cart .totals .checkout-types {
  margin: 0;
  padding: 0px 15px 15px;
  text-align: right;
}
.cart .totals .checkout-types li {
  clear: both;
  margin: 10px 0;
}
.cart .totals tfoot th strong,
.cart .totals tfoot td strong {
  font-size: 125%;
}
.item-options dt {
  font-weight: bold;
  font-style: italic;
  clear: left;
  float: left;
  margin-right: 7px;
}
.item-options dd {
  padding-left: 10px;
  margin: 0 0 6px;
}
.truncated {
  cursor: help;
}
.truncated a.dots {
  cursor: help;
}
.truncated a.details {
  cursor: help;
}
.truncated .truncated_full_value {
  position: relative;
  z-index: 999;
}
.truncated .truncated_full_value .item-options {
  position: absolute;
  top: -99999em;
  left: -99999em;
  z-index: 999;
  width: 250px;
  padding: 8px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
}
.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
}
.truncated .show .item-options {
  top: -20px;
  left: 50%;
}
.col-left .truncated .show .item-options {
  left: 15px;
  top: 7px;
}
.col-right .truncated .show .item-options {
  left: -240px;
  top: 7px;
}
/*==MY ACCOUNT==*/
.my-account .title-buttons .link-rss {
  float: none;
  margin: 0;
}
.dashboard .welcome-msg {
  margin: 0 0em 1.5em 0;
}
.dashboard .welcome-msg p {
  margin: 0;
}
.dashboard .col2-set {
  margin: 0 0 15px;
}
.dashboard .box .box-title {
  padding: 0 0 2px;
  margin: 0;
  text-align: right;
}
.box-account {
  border: 1px solid #d7d7d7;
  padding: 15px;
  margin: 0 0 20px;
}
.box-account .box-head {
  border-bottom: 1px solid #d7d7d7;
  margin: 0 0 10px;
  text-align: right;
  padding-bottom: 5px;
}
.box-account .box-head h2 {
  float: left;
  margin: 0;
  font-size: 108.33%;
  font-weight: bold;
  text-transform: uppercase;
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #c44c51;
}
.dashboard .box .title-add {
  border-bottom: 1px solid #d7d7d7;
  padding: 0px;
  margin-bottom: 10px;
}
.dashboard .box .title-add > h3 {
  text-transform: uppercase;
  color: #c44c51;
}
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
  float: left;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
}
.dashboard .box-info h4 {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.dashboard .box-reviews .number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #0a263c;
}
.dashboard .box-reviews .details {
  margin-left: 20px;
}
.dashboard .box-reviews li.item {
  margin: 0 0 7px;
}
.dashboard .box-reviews li.item.last {
  margin: 0;
}
.dashboard .box-reviews .ratings {
  margin: 7px 0 0;
}
.dashboard .box-tags .number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin-right: 5px;
  padding: 2px 3px;
  background: #0a263c;
}
.dashboard .box-tags .details {
  margin-left: 20px;
}
.dashboard .box-tags li.item {
  margin: 0 0 7px;
}
.dashboard .box-tags li.item.last {
  margin: 0;
}
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
  display: inline;
}
.addresses-list h2 {
  font-weight: bold;
  font-size: 108.33%;
  color: #c44c51;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.addresses-list h3 {
  font-weight: bold;
  font-size: 13px;
}
.addresses-list address {
  margin: 0 0 3px;
}
.addresses-list p {
  margin: 0;
}
.addresses-list a {
  font-weight: bold;
}
.addresses-list .link-remove {
  color: #646464;
}
.addresses-list .separator {
  margin: 0 3px;
}
.addresses-list li.item {
  border: 1px solid #d7d7d7;
  padding: 10px 13px;
  margin: 0 0 10px;
}
.addresses-list li.empty {
  background: none;
  border: 0;
  padding: 0;
}
.addresses-list li.empty p {
  font-weight: bold;
}
.addresses-list .addresses-additional li.item {
  background: none;
  border: 0;
  padding: 0;
}
.fix-min-height {
  min-height: 292px;
}
.order-info {
  border: 1px solid #d7d7d7;
  padding: 4px 8px;
  margin: 0 0 8px;
}
.order-info .current {
  font-weight: bold;
}
.order-info li {
  margin: 0 3px;
}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}
.order-date {
  margin: 10px 0;
}
.order-info-box {
  border: 1px solid #d7d7d7;
  padding: 12px 15px;
  margin: 0 0 15px;
}
.order-info-box h2 {
  font-weight: bold;
  font-size: 13px;
}
.order-info-box .box-payment p {
  margin: 0 0 3px;
}
.order-info-box .box-payment th {
  font-weight: bold;
  padding-right: 7px;
}
.order-items {
  width: 100%;
  overflow-x: auto;
}
.order-items .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
}
.order-items .link-print {
  color: #1e7ec8;
  font-weight: normal;
}
.order-items .order-links {
  text-align: right;
}
.order-items h2,
.order-items h3 {
  clear: none;
  font-weight: bold;
  font-size: 13px;
  padding: 0;
  margin: 0 0 5px;
}
.order-additional {
  margin: 15px 0;
}
.gift-message dt strong {
  color: #666;
}
.gift-message dd {
  font-size: 13px;
  margin: 5px 0 0;
}
.order-about dt {
  font-weight: bold;
}
.order-about dd {
  font-size: 13px;
  margin: 0 0 7px;
}
.tracking-table {
  margin: 0 0 15px;
}
.tracking-table th {
  font-weight: bold;
  white-space: nowrap;
}
.tracking-table-popup {
  width: 100%;
}
.tracking-table-popup th {
  font-weight: bold;
  white-space: nowrap;
}
.tracking-table-popup th,
.tracking-table-popup td {
  padding: 1px 8px;
}
.page-print .print-head {
  margin: 0 0 15px;
}
.page-print .print-head .logo {
  float: left;
}
.page-print .print-head address {
  float: left;
  margin-left: 15px;
}
.page-print h1 {
  font-size: 16px;
  font-weight: bold;
}
.page-print h2.h2 {
  font-size: 16px;
  font-weight: bold;
}
.page-print .order-date {
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.page-print .col2-set {
  margin: 0 0 10px;
}
.page-print .gift-message-link {
  display: none;
}
.page-print h2,
.page-print h3 {
  font-size: 13px;
  font-weight: bold;
}
.page-print .price-excl-tax,
.page-print .price-incl-tax {
  display: block;
  white-space: nowrap;
}
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
  display: inline;
}
.my-wishlist .data-table td {
  padding: 10px;
}
.my-wishlist .product-image {
  display: block;
  width: 113px;
  height: 113px;
  margin: 0 0 5px;
}
.my-wishlist textarea {
  display: block;
  width: 97%;
  height: 109px;
}
.my-wishlist .buttons-set button.button {
  float: none;
  margin-bottom: 8px;
}
.buttons-set.buttons-set2 {
  border: none;
}
#wishlist-table .add-to-links {
  white-space: nowrap;
}
.my-tag-edit {
  float: left;
  margin: 0 0 10px;
}
#my-tags-table {
  clear: both;
}
#my-tags-table td {
  padding: 10px;
}
#my-tags-table .add-to-links {
  white-space: nowrap;
}
#my-reviews-table td {
  padding: 10px;
}
.product-review .product-img-box {
  float: left;
  width: 140px;
}
.product-review .product-img-box .product-image {
  display: block;
  width: 125px;
  height: 125px;
}
.product-review .product-img-box .product-image img {
  border: 1px solid #d7d7d7;
}
.product-review .product-img-box .label {
  font-size: 11px;
  margin: 0 0 3px;
}
.product-review .product-img-box .ratings .rating-box {
  float: none;
  display: block;
  margin: 0 0 3px;
}
.product-review .product-details {
  margin-left: 150px;
}
.product-review .product-name {
  font-size: 133.33%;
  font-weight: bold;
  margin: 0 0 10px;
}
.product-review h3 {
  font-size: 12px;
  margin: 0 0 3px;
  color: #2f2f2f;
}
.product-review .ratings-table {
  margin: 0 0 10px;
}
.product-review dt {
  font-weight: bold;
}
.product-review dd {
  margin: 5px 0 0;
}
.billing-agreements .info-box {
  margin: 15px 0;
}
.billing-agreements .form-list li select {
  float: left;
}
.billing-agreements .form-list li button.button {
  float: left;
  margin-left: 10px;
}
.billing-agreements .table-caption {
  font-weight: bold;
  font-size: 13px;
}
/*==ONEPAGE CHECKOUT==*/
.block-progress .block-content {
  background: none;
}
.block-progress dt {
  font-size: 108.33%;
  line-height: 1.35;
  font-weight: normal;
  border: 1px solid #d7d7d7;
  margin: 0 0 10px;
  padding: 5px 13px;
}
.block-progress dd {
  border: 1px solid #d7d7d7;
  border-top: 0;
  padding: 8px 13px;
  margin: 0 0 10px;
}
.block-progress dt.complete {
  margin: 0;
}
.block-progress p {
  margin: 0;
}
.block-progress .cards-list dt {
  background: none;
  border: 0 none;
  color: inherit;
  font-size: 12px;
  margin: 5px 0;
  padding: 0;
}
.block-progress .cards-list dd {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.block-progress .cards-list .info-table th {
  font-weight: normal;
}
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline;
}
.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none;
}
.opc {
  position: relative;
}
.opc .buttons-set {
  margin-top: 0;
}
.opc .buttons-set p.required {
  margin: 0;
  padding: 0 0 10px;
}
.opc .buttons-set .back-link small {
  display: none;
}
.opc .buttons-set .please-wait {
  height: 21px;
  line-height: 21px;
}
.opc .buttons-set.disabled button.button {
  display: none;
}
.opc .ul {
  list-style: disc outside;
  padding-left: 12px;
}
.opc .input-box .input-text {
  width: 100%;
}
.opc .step-title {
  padding: 10px;
  border: 1px solid #d7d7d7;
  border-top: none;
}
.opc .step-title .number {
  background-color: #ddd;
  border-radius: 50%;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  text-align: center;
  width: 26px;
  margin: 0px 5px;
}
.opc .step-title h2 {
  display: inline-block;
  margin: 0;
  font-size: 113.67%;
  text-transform: uppercase;
}
.opc .step-title a {
  display: none;
  font-size: 11px;
  line-height: 16px;
}
.opc .allow .step-title {
  border-top: 1px solid #d7d7d7;
  border-bottom: none;
  cursor: pointer;
}
.opc .allow .step-title a {
  display: inline;
  line-height: 26px;
  float: right;
}
.opc .allow.active .step-title a {
  display: none;
}
.opc .active .step-title {
  background: #c44c51;
  border: 1px solid #c44c51;
  cursor: default;
}
.opc .active .step-title h2 {
  color: #fff;
}
.opc .active .step-title .number {
  background-color: #fff;
  color: #000;
}
.opc .step {
  border: 1px solid #d7d7d7;
  border-top: 0;
  padding: 15px 19px;
  position: relative;
}
.opc .step .tool-tip {
  right: 30px;
}
#opc-login .buttons-set {
  border-top: 0;
}
#opc-login h3 {
  font-size: 108.33%;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#opc-login h4 {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
}
#opc-shipping_method .buttons-set {
  border-top: 0;
}
#opc-review .step {
  border: 0;
  padding: 0;
}
#opc-review .product-name {
  font-weight: bold;
  color: #0a263c;
}
#opc-review .item-options {
  margin: 5px 0 0;
}
#opc-review .buttons-set {
  padding: 10px;
  border: 1px solid #d9dde3;
  border-width: 0 1px 1px;
}
#opc-review .buttons-set p {
  margin: 0;
  line-height: 30px;
}
#opc-review .buttons-set .please-wait {
  height: 40px;
  line-height: 40px;
}
#opc-review .authentication {
  margin: 0 auto;
  width: 570px;
}
#opc-review .warning-message {
  color: #222;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px 0;
}
/*==404PAGE==*/
.wrapper_404page {
  background-color: #eeeeee;
  border-radius: 3px;
  padding: 0 15px;
  display: inline-block;
  width: 100%;
  color: #272939;
}
.wrapper_404page .content-404page {
  max-width: 500px;
  float: right;
  text-align: center;
  margin-top: 40px;
}
.wrapper_404page .content-404page .top-text,
.wrapper_404page .content-404page .bottom-text {
  font-size: 133.33%;
}
.wrapper_404page .content-404page .img-404 {
  margin: 30px 0px;
}
.wrapper_404page .content-404page .img-404 img {
  width: auto;
  max-width: 100%;
}
.wrapper_404page .content-404page .button-404 {
  padding-top: 40px;
}
.wrapper_404page .content-404page .btn-404 {
  height: 38px;
  line-height: 38px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: inline-block;
  vert-align: top;
  padding: 0 20px;
  color: #fff;
  margin: 0 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.wrapper_404page .content-404page .prev-page-btn {
  background-color: #ea3a3c;
}
.wrapper_404page .content-404page .prev-page-btn:hover {
  background-color: #c43031;
}
.wrapper_404page .content-404page .back2home {
  background-color: #3cb7e7;
}
.wrapper_404page .content-404page .back2home:hover {
  background-color: #3094bb;
}
.wrapper_404page .img-right-404 {
  margin-top: 60px;
}
/*==RESPONSIVE BONUS PAGE==*/
@media (min-width: 1200px) {
  /*==ABOUT US==*/
  /*==CONTACT US==*/
  .contact-demo-3 .form-wrapper .wide .input-box {
    margin-left: -20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*==ABOUT US==*/
  /*==CONTACT US==*/
  .contact-demo-3 .form-wrapper .wide .input-box {
    margin-left: -20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart .total-wrapper {
    clear: both;
  }
  /*==ABOUT US==*/
  .about-us .skills-value {
    padding-top: 20px;
  }
  /*==CONTACT US==*/
  .contact-demo-3 .list-info-contact li {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  /*==LOGIN PAGE==*/
  .account-login .new-users {
    margin-bottom: 30px;
  }
  .account-login .new-users .content {
    min-height: auto;
  }
  /*==ABOUT US==*/
  .about-us .skills-value {
    padding-top: 20px;
  }
  /*==CONTACT US==*/
  .contact-demo-3 .list-info-contact li {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
  }
}
.before-footer {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 990px) {
  .before-footer .col-xs-12 {
    float: left;
  }
  .before-footer .col-xs-12:last-child {
    border-top: 1px solid #e6e6e6;
  }
}
.before-footer .form-subscribe-footer .title-subscribe {
  float: left;
  color: #2a2a2a;
  font-style: italic;
  text-transform: capitalize;
  font-size: 142%;
  padding: 10px 0;
}
@media (max-width: 480px) {
  .before-footer .form-subscribe-footer .title-subscribe {
    display: none;
  }
}
.before-footer .form-subscribe-footer .input-box {
  position: relative;
  width: 80%;
  float: right;
}
@media (min-width: 640px) and (max-width: 990px) {
  .before-footer .form-subscribe-footer .input-box {
    width: 72%;
  }
}
@media (max-width: 360px) {
  .before-footer .form-subscribe-footer .input-box {
    width: 100%;
  }
}
.before-footer .form-subscribe-footer .input-box .input-text {
  background: rgba(255, 255, 255, 0.1);
  border: 0px;
  border-left: 1px solid #e6e6e6;
  height: 60px;
  color: #cdcdcd !important;
  padding-left: 25px;
  font-size: 85%;
  text-transform: capitalize;
  padding-right: 160px;
}
.before-footer .form-subscribe-footer .input-box button.button {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  font-style: italic;
  border: 0px;
  font-size: 100%;
  padding: 0 45px;
  background: #2a2a2a;
  text-transform: capitalize;
}
.before-footer .form-subscribe-footer .input-box button.button:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 16px;
  content: '\f003';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  color: #fff;
  margin-right: 8px;
}
.before-footer .form-subscribe-footer .input-box button.button:hover {
  background: #c44c51;
}
.before-footer .socials-wrap {
  float: left;
  border-left: 1px solid #e6e6e6;
}
.before-footer .socials-wrap .title-follow {
  display: none;
}
.before-footer .socials-wrap ul {
  margin: 0px;
}
.before-footer .socials-wrap .li-social {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  border-right: 1px solid #e6e6e6;
  float: left;
}
.before-footer .socials-wrap .li-social a .icon-social {
  text-align: center;
  height: 60px;
  width: 70px;
  display: inline-block;
  line-height: 60px;
  color: #898989;
  font-size: 16px;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
@media (max-width: 990px) {
  .before-footer .socials-wrap .li-social a .icon-social {
    width: 60px;
  }
}
.before-footer .socials-wrap .li-social a .icon-social:hover {
  background: #c44c51;
  color: #fff;
}
.before-footer .socials-wrap .li-social a .name-social {
  display: none;
}
.footer-container {
  background: #f4f4f4;
  color: #545454;
  position: relative;
}
.footer-container .footer-top .footer-about-us {
  float: left;
  padding: 25px 0;
  width: 100%;
}
.footer-container .footer-top .footer-about-us .footer-logo {
  display: inline-block;
  float: left;
}
@media (max-width: 640px) {
  .footer-container .footer-top .footer-about-us .footer-logo {
    margin: 40px 0;
    max-width: 150px;
    overflow: hidden;
  }
}
.footer-container .footer-top .footer-about-us .des-about {
  border-left: 1px solid #d9d9d9;
  margin-left: 240px;
  margin-top: 15px;
  padding-left: 35px;
}
@media (max-width: 640px) {
  .footer-container .footer-top .footer-about-us .des-about {
    margin-left: 160px;
    padding: 0px;
    border: 0;
  }
}
@media (max-width: 360px) {
  .footer-container .footer-top .footer-about-us .des-about {
    margin-left: 0;
  }
}
.footer-container .footer-middle {
  background: #ebebeb;
  padding: 22px 0;
  text-align: center;
}
.footer-container .footer-middle .banner-img {
  display: inline-block;
}
.footer-container .footer-bottom {
  padding-top: 55px;
}
.footer-container .footer-bottom .title-footer h3 {
  font-size: 142%;
  color: #272727;
  text-transform: capitalize;
  font-style: italic;
  margin-bottom: 20px;
}
.footer-container .footer-bottom .col-lg-3 {
  padding-left: 0px;
}
.footer-container .footer-bottom .content-block-footer {
  margin-bottom: 40px;
}
.footer-container .footer-bottom .content-block-footer ul li {
  margin: 0 0 8px 0;
}
.footer-container .footer-bottom .content-block-footer ul li a {
  color: #545454;
  font-size: 100%;
}
.footer-container .footer-bottom .content-block-footer ul li a:hover {
  color: #c44c51;
}
.col-xs-12.contact {
  float: left;
}
ul.info-store-footer li .fa {
  width: 35px;
  height: 35px;
  float: left;
  font-size: 15px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-top: -3px;
}
ul.info-store-footer li.mail .fa {
  font-size: 13px;
}
.footer-copyright {
  background: #ebebeb;
}
.footer-copyright .footer-copyright-content {
  margin: 15px 0;
}
.footer-copyright .footer-copyright-content .copyright-footer a {
  color: #343434;
}
.footer-copyright .footer-copyright-content .copyright-footer a:hover {
  color: #c44c51;
}
@media (max-width: 990px) {
  .footer-copyright .footer-copyright-content .copyright-footer {
    font-size: 93%;
  }
}
@media (max-width: 640px) {
  .footer-copyright .footer-copyright-content .copyright-footer {
    text-align: center;
  }
}
.footer-copyright .footer-copyright-content .payment-footer {
  text-align: right;
}
@media (max-width: 640px) {
  .footer-copyright .footer-copyright-content .payment-footer {
    text-align: center;
  }
}
.address {
  display: inline-block !important;
}
.address-footer {
  float: left;
}
.menu-on-top {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.mr35 {
  margin-bottom: 35px;
}
.mr30 {
  margin-bottom: 30px;
}
.mr40 {
  margin-bottom: 40px;
}
.mr50 {
  margin-bottom: 50px;
}
/*==blog==*/
.cms-page-1 .latest-post-home,
.cms-page-2 .latest-post-home {
  border-top: 1px solid #d3d3d3;
}
.latest-post-home .title-post {
  text-align: center;
  margin-bottom: 50px;
  padding: 30px 0 0;
}
.latest-post-home .title-post h2 {
  margin-bottom: 0px;
  text-transform: capitalize;
  font-style: italic;
  color: #1b1b1b;
}
.cms-page-2 .latest-post-home .title-post h2,
.cms-page-3 .latest-post-home .title-post h2,
.cms-page-4 .latest-post-home .title-post h2,
.cms-page-5 .latest-post-home .title-post h2 {
  color: #1b1b1b;
  display: inline-block;
  font-size: 215%;
  font-style: italic;
  padding: 0;
  position: relative;
  text-transform: capitalize;
}
.cms-page-2 .latest-post-home .title-post h2:before,
.cms-page-3 .latest-post-home .title-post h2:before,
.cms-page-4 .latest-post-home .title-post h2:before,
.cms-page-5 .latest-post-home .title-post h2:before,
.cms-page-2 .latest-post-home .title-post h2:after,
.cms-page-3 .latest-post-home .title-post h2:after,
.cms-page-4 .latest-post-home .title-post h2:after,
.cms-page-5 .latest-post-home .title-post h2:after {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 12px;
  content: "";
  background: url('http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/icon-title.png') no-repeat 0 0;
}
.cms-page-2 .latest-post-home .title-post h2:before,
.cms-page-3 .latest-post-home .title-post h2:before,
.cms-page-4 .latest-post-home .title-post h2:before,
.cms-page-5 .latest-post-home .title-post h2:before {
  left: -30px;
}
.cms-page-2 .latest-post-home .title-post h2:after,
.cms-page-3 .latest-post-home .title-post h2:after,
.cms-page-4 .latest-post-home .title-post h2:after,
.cms-page-5 .latest-post-home .title-post h2:after {
  right: -30px;
}
.latest-post-home .item {
  text-align: center;
  position: relative;
}
.latest-post-home .item .image-blog {
  position: relative;
}
.latest-post-home .item .image-blog img:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}
.latest-post-home .item .tabs-post {
  background: #fff;
  color: #575757;
  font-style: italic;
  height: 65px;
  line-height: 20px;
  padding: 12px;
  position: absolute;
  right: 15px;
  text-align: center;
  text-transform: capitalize;
  top: 15px;
  width: 60px;
}
.latest-post-home .item .tabs-post .d-day {
  font-size: 170%;
  font-weight: 900;
}
.latest-post-home .item .tabs-post .d-month {
  font-size: 100%;
  color: #a2a2a2;
}
.latest-post-home .item .postContent {
  background: #fff;
  color: #7b7b7b;
  -webkit-transform: translate(0px, -40px);
  -moz-transform: translate(0px, -40px);
  -o-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
  width: 91%;
  margin: 0 auto;
}
.latest-post-home .item .postContent h2.postTitle {
  font-size: 143%;
  text-transform: capitalize;
  margin-bottom: 15px;
  padding: 20px 10px 0;
  font-style: italic;
}
.latest-post-home .item .postContent h2.postTitle a {
  color: #282828;
}
.latest-post-home .item .postContent h2.postTitle a:hover {
  color: #c44c51;
}
.latest-post-home .item .postContent .read-more a {
  color: #bbbbbb;
  display: block;
  margin-top: 25px;
  margin-bottom: 5px;
}
.latest-post-home .item .postContent .read-more a:after {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 14px;
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
}
.latest-post-home .item .postContent .read-more a:hover {
  color: #c44c51;
}
.latest-post-home .item .postContent .read-more a:hover:after {
  color: #c44c51;
}
.latest-post-home .owl-controls .owl-nav > div {
  position: absolute;
  top: 45%;
}
.latest-post-home .owl-controls .owl-nav > div.owl-prev {
  left: 0px;
}
.latest-post-home .owl-controls .owl-nav > div.owl-next {
  right: 0px;
}
@media (min-width: 1200px) {
  .latest-post-home .owl-controls .owl-nav {
    display: none;
  }
}
.cms-index-index .fancybox-close {
  background: url('http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/newletter1.png') no-repeat center center #c44c51;
  width: 30px;
  height: 30px;
  right: -1px;
  top: -30px;
}
/*import extension*/
.sm_megamenu_wrapper_horizontal_menu {
  width: 100%;
  display: block;
  position: relative;
  clear: both;
}
.sm_megamenu_wrapper_horizontal_menu .digital-music,
.sm_megamenu_wrapper_horizontal_menu .group-2 {
  padding-left: 0 !important;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu {
  margin: 0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.fullwidth {
  position: static !important;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover a.sm_megamenu_head {
  text-shadow: none;
  position: relative;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover div a {
  display: inline-block;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth {
  left: 21px;
  top: 33px;
  display: block;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_align_right {
  left: auto;
  right: 0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_right {
  float: right;
  right: 0;
  margin-right: 0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover {
  margin-right: 0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover .sm_megamenu_dropdown_fullwidth {
  right: 18px;
  top: 33px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
  width: 16.66%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
  width: 33.33%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
  width: 50%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
  width: 75.66%;
}
@media (max-width: 1200px) {
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
    width: 100%;
  }
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
  width: 92%;
}
@media (max-width: 1200px) {
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
    width: 100%;
  }
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
  width: 100%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_first_fullwidth {
  -moz-border-radius: 0px 5px 5px 5px;
  -webkit-border-radius: 0px 5px 5px 5px;
  border-radius: 0px 5px 5px 5px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_align_right {
  left: auto;
  right: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1 {
  width: 16.6666666667%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2 {
  width: 25%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3 {
  width: 33%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4 {
  width: 66.6666666667%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5 {
  width: 83.3333333333%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  width: 100%;
}
.sm_megamenu_wrapper_menu_full {
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
  z-index: 9999;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_menu {
  list-style: none;
  width: 940px;
  margin: 0px auto 0px auto;
  height: 43px;
  padding: 0px 20px 0px 20px;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth {
  left: 50%;
  margin-left: -470px;
  top: 32px;
  display: block;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  margin: 0px auto;
  visibility: hidden;
  display: block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  top: 120%;
  overflow: hidden;
  position: absolute;
  z-index: 1001;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  display: inline;
  float: left;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns  > .sm_megamenu_firstcolumn {
  width: 100%;
  padding: 40px 15px;
}
.sm_megamenu_dropdown_1column .sm_megamenu_col_1.sm_megamenu_firstcolumn {
  width: 100%;
}
.sm_megamenu_dropdown_1column .sm_megamenu_col_1.sm_megamenu_firstcolumn .sm_megamenu_title {
  border-bottom: 1px dotted #d7d7d7;
  padding: 5px 0px;
}
.sm_megamenu_dropdown_1column .sm_megamenu_col_1.sm_megamenu_firstcolumn .sm_megamenu_title > a:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border: 1px solid #d7d7d7;
}
.sm_megamenu_dropdown_1column .sm_megamenu_col_1.sm_megamenu_firstcolumn .sm_megamenu_title > a:hover:before {
  border-color: #c44c51;
  background-color: #c44c51;
}
.wrapper-megamenu .mega-col {
  display: inline-block;
  margin: 0 0 0 8px;
  width: 19%;
  float: left;
}
.wrapper-megamenu .title-cat {
  font-size: 128%;
  color: #1b1b1b;
  text-transform: capitalize;
  font-style: italic;
  padding-bottom: 20px;
}
.wrapper-megamenu ul.list-item {
  margin: 20px 0;
}
.wrapper-megamenu ul.list-item li a {
  color: #737373 !important;
  display: inline-block !important;
  margin: 5px 0;
}
.wrapper-megamenu ul.list-item li a:hover {
  color: #c44c51 !important;
}
.wrapper-megamenu .col-sm-4 .banner-img {
  margin-left: 5px;
}
.sm_megamenu_content .content-basic-menu .owl-nav > div {
  position: absolute !important;
  top: 54% !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.sm_megamenu_content .content-basic-menu:hover .owl-nav > div {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.menu-pro-parent .sm_megamenu_col_3 {
  border-left: 1px solid #e6e6e6;
}
/* 01 MENU BAR */
.sm_megamenu_wrapper_vertical_menu {
  margin: 0 0 40px;
  display: block;
  position: relative;
  z-index: 11;
}
@media (max-width: 990px) {
  .sm_megamenu_wrapper_vertical_menu {
    display: none;
  }
}
.sm_megamenu_wrapper_vertical_menu .content_vetical {
  width: 100%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_block-title {
  font-weight: normal;
  text-transform: capitalize;
  font-size: 158%;
  color: #fff;
  font-style: italic;
  padding: 15px 20px;
  background: #c44c51;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_block-title:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 28px;
  content: '\f0c9';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  color: #fff;
  margin-right: 15px;
}
.sm_megamenu_wrapper_vertical_menu .static-image-menu {
  padding-top: 20px;
}
.sm_megamenu_wrapper_vertical_menu .basic-product {
  padding: 0 !important;
}
.sm_megamenu_wrapper_vertical_menu .basic-product .list-items {
  list-style: none !important;
}
.sm_megamenu_wrapper_vertical_menu .basic-product .list-items .item-inner {
  margin-bottom: 0;
  padding-left: 40px;
}
.sm_megamenu_wrapper_vertical_menu .basic-product .list-items .item-inner .box-image a img:hover {
  opacity: 0.8;
}
.sm_megamenu_wrapper_vertical_menu .basic-product .list-items .sm_quickview_handler {
  display: none !important;
}
.sm_megamenu_wrapper_vertical_menu .basic-product .basicproduct-content-menu {
  padding-top: 15px;
}
.sm_megamenu_wrapper_vertical_menu .basic-product .basicproduct-content-menu .list-items {
  margin: 0 -15px;
}
.sm_megamenu_wrapper_vertical_menu .basic-product .basicproduct-content-menu .list-items .item {
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33%;
  float: left;
}
.sm_megamenu_wrapper_vertical_menu .basic-product .basicproduct-content-menu .list-items .item .item-inner {
  padding-left: 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_firstcolumn .sm_megamenu_firstcolumn {
  padding: 0 !important;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
  border: 1px solid #ececec;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
  width: 125px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
  width: 250px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
  width: 375px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
  width: 500px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
  width: 630px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
  width: 720px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  width: 732px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li {
  position: relative;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.parent-item > a:after {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 14px;
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  color: #767676;
  position: absolute;
  top: 12px;
  right: 0px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li:first-child > a {
  padding-top: 18px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > a {
  border-bottom: 1px solid #ecf0f1;
  color: #1c1c1c;
  display: block;
  font-size: 100%;
  margin: 0 20px;
  padding: 10px 0;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > a:hover {
  color: #c44c51;
  padding-left: 8px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > a:hover:after {
  color: #c44c51;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li:last-child > a {
  border: 0px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li:hover {
  background: transparent;
  box-shadow: 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li:hover:hover {
  color: #c44c51;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > div .margin_top {
  margin-top: 30px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > div .image-list {
  list-style: none !important;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > div .image-list li {
  margin-bottom: 35px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > div .image-list li:last-child {
  margin-bottom: 10px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > div .sm_megamenu_title > span {
  color: #c44c51;
  display: block;
  font-size: 135%;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > div .sm_megamenu_title > a {
  display: inline-block;
  padding: 3px 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li:hover > a {
  color: #c44c51;
  padding-left: 8px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li:hover > a:after {
  color: #c44c51;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li:hover > div {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  top: 0;
  left: 90%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  margin: 0px auto;
  visibility: hidden;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  top: 0;
  left: 120%;
  position: absolute;
  text-align: left;
  z-index: 999;
}
/* Showing Drop Down on Mouse Hover - Left aligned */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
  left: 269px;
  top: -2px;
  background-color: #fff;
}
@media (min-width: 900px) and (max-width: 1024px) {
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
    left: 245px;
  }
}
@media (max-width: 768px) {
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
    display: none;
  }
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns > div {
  padding: 25px 20px;
  font-family: inherit;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.open .sm_megamenu_dropdown_fullwidth {
  left: 138px;
  top: -1px;
}
/* Columns Sizes */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  display: inline;
  float: left;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1 {
  width: 16.66%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2 {
  width: 33.33%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3 {
  width: 50%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4 {
  width: 66.66%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5 {
  width: 83.33%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  width: 100%;
  padding: 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn {
  width: 125px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn {
  width: 250px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn {
  width: 375px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn {
  width: 500px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn {
  width: 630px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
  width: 720px;
}
ul.image-list li a {
  margin: 10px 0px 10px 35px;
  padding: 0 !important;
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.image-list li a:before {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.4) 100%) repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
  width: 50%;
  z-index: 2;
}
ul.image-list li a:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.clear {
  clear: both;
}
.categories-title-text {
  color: #1b1b1b;
  font-size: 157%;
  font-weight: normal;
  padding: 0px 0 13px;
  text-transform: capitalize;
  font-style: italic;
  border-bottom: 1px solid #c4c4c4;
}
.sm-categories {
  margin: 15px 0 45px;
}
.sm-categories .cat-wrap {
  width: 100%;
  display: inline-block;
}
.sm-categories .intro_text,
.sm-categories .footer_text {
  margin: 10px 0px;
}
.content-box {
  margin-bottom: 30px;
}
.product-view #catrgory1 {
  margin-bottom: 30px;
}
.sm-categories.theme1 .categories-title-text {
  color: #1b1b1b;
  font-size: 157%;
  font-weight: normal;
  padding: 35px 0 15px;
  text-transform: capitalize;
  font-style: italic;
  border-bottom: 1px solid #c4c4c4;
}
.sm-categories.theme1 .cat-wrap.theme1 .content-box {
  float: left;
  padding: 0;
  width: 100% !important;
  margin: 0px;
}
.sm-categories.theme1 .cat-wrap.theme1 .content-box .num_items {
  float: right;
  margin-top: 12px;
}
.sm-categories.theme1 .cat-wrap.theme1 .content-box .child-cat {
  margin: 0px;
}
.sm-categories.theme1 .cat-wrap.theme1 .content-box .child-cat .child-cat-title {
  border-bottom: 1px solid #dedede;
}
.sm-categories.theme1 .cat-wrap.theme1 .content-box .child-cat .child-cat-title a {
  display: inline-block;
  font-size: 115%;
  color: #747474;
  padding: 11px 15px 11px 0;
  position: relative;
  width: 100%;
  text-transform: capitalize;
}
.sm-categories.theme1 .cat-wrap.theme1 .content-box .child-cat .child-cat-title a:after {
  position: absolute;
  top: 17px;
  right: 0px;
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #b1b1b1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.sm-categories.theme1 .cat-wrap.theme1 .content-box .child-cat .child-cat-title a:before {
  position: absolute;
  top: 21px;
  right: 4px;
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #252525;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.sm-categories.theme1 .cat-wrap.theme1 .content-box .child-cat .child-cat-title a:hover {
  color: #c44c51;
}
.sm-categories.theme1 .cat-wrap.theme1 .content-box .child-cat .child-cat-title a:hover:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.sm-categories.theme1 .cat-wrap.theme1 .content-box .child-cat .child-cat-title:last-child {
  border: 0px;
}
.sm-categories.theme1 .more-w {
  border-bottom: 1px solid #f06292;
  cursor: pointer;
  float: left;
  margin-bottom: 30px;
  margin-top: 35px;
  text-align: center;
  width: 100%;
  line-height: 30px;
}
.sm-categories.theme1 .more-w span {
  color: #fff;
  background: #c44c51;
  font-size: 93% !important;
  padding: 8px 25px !important;
  text-transform: none !important;
}
/*############################################## Css Device ##################################*/
.sm-categories.lt-ie9.preset01-1 .clr1,
.sm-categories.lt-ie9.preset01-2 .clr2,
.sm-categories.lt-ie9.preset01-3 .clr3,
.sm-categories.lt-ie9.preset01-4 .clr4,
.sm-categories.lt-ie9.preset01-5 .clr5,
.sm-categories.lt-ie9.preset01-6 .clr6 {
  clear: both;
}
@media all and (max-width: 320px) {
  .sm-categories.preset05-2 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset05-3 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset05-4 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset05-5 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset05-6 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset05-1 .clr1,
  .sm-categories.preset05-2 .clr2,
  .sm-categories.preset05-3 .clr3,
  .sm-categories.preset05-4 .clr4,
  .sm-categories.preset05-5 .clr5,
  .sm-categories.preset05-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 321px) and (max-width: 480px) {
  .sm-categories.preset04-1 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 100%;
  }
  .sm-categories.preset04-2 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset04-3 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset04-4 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset04-5 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset04-6 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset04-1 .clr1,
  .sm-categories.preset04-2 .clr2,
  .sm-categories.preset04-3 .clr3,
  .sm-categories.preset04-4 .clr4,
  .sm-categories.preset04-5 .clr5,
  .sm-categories.preset04-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .sm-categories.preset03-1 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 100%;
  }
  .sm-categories.preset03-2 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset03-3 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset03-4 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset03-5 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset03-6 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset03-1 .clr1,
  .sm-categories.preset03-2 .clr2,
  .sm-categories.preset03-3 .clr3,
  .sm-categories.preset03-4 .clr4,
  .sm-categories.preset03-5 .clr5,
  .sm-categories.preset03-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 769px) and (max-width: 1200px) {
  .sm-categories.preset02-1 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 100%;
  }
  .sm-categories.preset02-2 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset02-3 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset02-4 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset02-5 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset02-6 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset02-1 .clr1,
  .sm-categories.preset02-2 .clr2,
  .sm-categories.preset02-3 .clr3,
  .sm-categories.preset02-4 .clr4,
  .sm-categories.preset02-5 .clr5,
  .sm-categories.preset02-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 1201px) {
  .sm-categories.preset01-1 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 100%;
  }
  .sm-categories.preset01-2 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset01-3 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset01-4 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset01-6 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.preset01-1 .clr1,
  .sm-categories.preset01-2 .clr2,
  .sm-categories.preset01-3 .clr3,
  .sm-categories.preset01-4 .clr4,
  .sm-categories.preset01-5 .clr5,
  .sm-categories.preset01-6 .clr6 {
    clear: both;
  }
}
/*################################# End css Device #############################################*/
.sm-categories .cat-wrap .content-box {
  overflow: hidden;
  line-height: 20px;
  padding-bottom: 15px;
}
.sm-categories .cat-wrap .image-cat {
  overflow: hidden;
}
.sm-categories .cat-wrap.theme1 .content-box .child-cat .child-cat-title {
  float: none;
  padding: 0;
}
.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-info .image-cat {
  float: left;
  margin: 0;
  margin: 0 13px 0 0;
  overflow: hidden;
  padding-top: 5px;
}
.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-info .image-cat a {
  display: block;
  border: 0;
  width: 100%;
  float: left;
  overflow: hidden;
}
.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-info .image-cat img {
  width: 100%;
  display: block;
  max-width: 100%;
  box-shadow: #000 0em 0em 0em;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sm-categories .cat-wrap.theme2 .arrow {
  background: url(http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/arrow.png) no-repeat;
  margin-top: 6px;
  width: 6px;
  height: 7px;
  float: left;
  padding-right: 5px;
}
.sm-categories .cat-wrap.theme2 .content-box .parent-cat {
  float: left;
  margin: 0 10px 10px 0;
  max-width: 50%;
}
.sm-categories .cat-wrap.theme2 .content-box .parent-cat .cat-title {
  padding-bottom: 5px;
}
.sm-categories .cat-wrap.theme2 .content-box .child-cat {
  padding-top: 20px;
}
.sm-categories .cat-wrap.theme2 .content-box .child-cat .child-cat-title {
  float: none;
  overflow: hidden;
  padding-left: 5px;
}
.sm-categories .cat-wrap.theme2 .content-box img,
.sm-categories .cat-wrap.theme3 .content-box img {
  width: 100%;
  display: block;
  max-width: 100%;
  box-shadow: #000 0em 0em 0em;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/*#################### css for theme 3 ######################*/
.theme3 .content-box {
  padding: 0px 1px 0px 0px!important;
}
.theme3 .content-box .cat-title {
  font-size: 93%;
  text-transform: uppercase;
  padding: 10px 0px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
}
.theme3 .content-box .child-cat {
  margin: 0 -7px;
}
.theme3 .content-box .child-cat li a {
  font-size: 93%;
  display: inline-block;
  padding: 2px 0px;
}
.theme3 .content-box .child-cat li a:before {
  content: "";
  display: inline-block;
  height: 5px;
  margin: 0 7px;
  vertical-align: middle;
  width: 11px;
  background: url("http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/bl-br.png") no-repeat left top;
}
/*#################### css for theme 4 ######################*/
.sm-categories.theme4 {
  padding: 1px;
}
.sm-categories .cat-wrap.theme4 {
  border: 1px solid #CCCCCC;
  width: 100%;
  margin: 0 -1px;
  height: auto;
}
.sm-categories .cat-wrap.theme4 .sm-categories-inner {
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
}
.sm-categories .cat-wrap.theme4 .sm-categories-heading {
  background: url(http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/bk.gif) repeat-x;
  height: 24px;
  cursor: pointer;
}
.sm-categories .cat-wrap.theme4 .sm-categories-heading .icon_left {
  background: url(http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/icon.png) no-repeat;
  margin-top: 8px;
  width: 7px;
  height: 7px;
  margin-left: 5px;
  float: left;
}
.sm-categories .cat-wrap.theme4 .sm-categories-heading .icon_right {
  background: url(http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/plus.gif) no-repeat;
  margin-top: 5px;
  margin-right: 5px;
  width: 13px;
  height: 13px;
  float: right;
}
.sm-categories .cat-wrap.theme4 .sm-categories-heading .cat-title {
  padding-left: 5px;
  line-height: 24px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 75%;
}
.sm-categories .cat-wrap.theme4 .sm-categories-inner.selected .icon_right {
  background: url(http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/minus.gif) no-repeat;
}
.sm-categories .cat-wrap.theme4 .sm-categories-content {
  height: 0;
  overflow: hidden;
  width: 100%;
}
.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat {
  padding: 15px;
  padding-bottom: 0px;
  overflow: hidden;
}
.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-info {
  display: block;
}
.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .image-cat {
  float: left;
  margin-right: 10px;
  overflow: hidden;
}
.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat.cat-lastitem {
  padding-bottom: 15px;
}
.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat.subcat-empty {
  padding: 10px;
}
.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-desc .child-cat-title,
.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-desc .child-cat-title a {
  float: left;
  font-weight: bold;
  padding-right: 3px;
}
@media all and (max-width: 480px) {
  .sm-categories .cat-wrap.theme2 .content-box .parent-cat {
    margin: 0 0 10px 0;
    width: 100%;
    float: none;
    max-width: 100%;
  }
  .sm-categories .cat-wrap.theme2 .content-box img {
    width: 100%;
    display: block;
    max-width: 100%;
  }
}
.sm-deal {
  overflow: hidden;
}
.deal-detail {
  margin-bottom: 10px;
}
.timer-product {
  padding-left: 40px;
  padding-right: 10px;
  background-color: #c44c51;
  color: #fff;
  position: relative;
  text-align: center;
}
.timer-product > div {
  display: inline-block;
  width: 100%;
}
.timer-product:before {
  content: "\f017";
  font-family: fontawesome;
  font-size: 26px;
  margin: 0 5px;
  position: absolute;
  left: 3px;
  padding-left: 2px;
}
.timer-product .time-item {
  width: 25%;
  display: inline-block;
  float: left;
  padding: 0 3px;
}
.timer-product .time-item .num-time {
  border-bottom: 1px solid #fff;
  font-weight: bold;
}
.timer-product .time-item .name-time {
  font-size: 71.428%;
}
.sm-deal .deal-items {
  margin: 0;
  width: 100%;
  overflow: hidden;
}
.sm-deal .deal-items .deal-item {
  overflow: hidden;
  margin-bottom: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sm-deal .deal-items .deal-item .deal-item-inner {
  padding: 0px;
  overflow: hidden;
}
.sm-deal .deal-items .deal-item .deal-image {
  max-width: 100%;
  margin: 0;
  padding: 10px;
}
.sm-deal .deal-items .deal-item .deal-image img {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.sm-deal .deal-items .deal-item .deal-detail {
  text-align: right;
}
.sm-deal .deal-items .deal-image:hover {
  opacity: 0.7;
}
.sm-deal .deal-title {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 3px 0px ;
  text-transform: uppercase;
  font-size: 100%;
}
.sm-deal .deal-title a {
  white-space: nowrap;
  color: #252525;
  font-weight: 900;
}
.sm-deal .deal-title a:hover {
  color: #c44c51;
}
.sm-deal .deal-description {
  margin-bottom: 5px;
  line-height: 18px;
  word-wrap: break-word;
}
.sm-deal .deal-review {
  margin-bottom: 0px;
}
.sm-deal .deal-review .ratings {
  margin: 0;
}
.sm-deal .deal-review .rating-box {
  margin-right: 5px;
}
.sm-deal .deal-review .rating-links {
  padding-top: 1px;
}
.sm-deal .deal-btn-addtocart {
  margin-bottom: 10px;
}
.sm-deal .add-to-links {
  margin: 0;
}
/*CSS Responsive*/
@media all and (max-width: 767px) {
  .sm-deal .deal-resp04-6 .deal-item {
    width: 16.666%;
  }
  .sm-deal .deal-resp04-5 .deal-item {
    width: 20%;
  }
  .sm-deal .deal-resp04-4 .deal-item {
    width: 25%;
  }
  .sm-deal .deal-resp04-3 .deal-item {
    width: 33.333%;
  }
  .sm-deal .deal-resp04-2 .deal-item {
    width: 50%;
  }
  .sm-deal .deal-resp04-1 .deal-item {
    width: 100%;
  }
  .sm-deal .deal-resp04-1 .clr1,
  .sm-deal .deal-resp04-2 .clr2,
  .sm-deal .deal-resp04-3 .clr3,
  .sm-deal .deal-resp04-4 .clr4,
  .sm-deal .deal-resp04-5 .clr5,
  .sm-deal .deal-resp04-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .sm-deal .deal-resp03-6 .deal-item {
    width: 16.666%;
  }
  .sm-deal .deal-resp03-5 .deal-item {
    width: 20%;
  }
  .sm-deal .deal-resp03-4 .deal-item {
    width: 25%;
  }
  .sm-deal .deal-resp03-3 .deal-item {
    width: 33.333%;
  }
  .sm-deal .deal-resp03-2 .deal-item {
    width: 50%;
  }
  .sm-deal .deal-resp03-1 .deal-item {
    width: 100%;
  }
  .sm-deal .deal-resp03-1 .clr1 {
    clear: both;
  }
  .sm-deal .deal-resp03-2 .clr2 {
    clear: both;
  }
  .sm-deal .deal-resp03-3 .clr3 {
    clear: both;
  }
  .sm-deal .deal-resp03-4 .clr4 {
    clear: both;
  }
  .sm-deal .deal-resp03-5 .clr5 {
    clear: both;
  }
  .sm-deal .deal-resp03-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .sm-deal .deal-resp02-6 .deal-item {
    width: 16.666%;
  }
  .sm-deal .deal-resp02-5 .deal-item {
    width: 20%;
  }
  .sm-deal .deal-resp02-4 .deal-item {
    width: 25%;
  }
  .sm-deal .deal-resp02-3 .deal-item {
    width: 33.333%;
  }
  .sm-deal .deal-resp02-2 .deal-item {
    width: 50%;
  }
  .sm-deal .deal-resp02-1 .deal-item {
    width: 100%;
  }
  .sm-deal .deal-resp02-1 .clr1,
  .sm-deal .deal-resp02-2 .clr2,
  .sm-deal .deal-resp02-3 .clr3,
  .sm-deal .deal-resp02-4 .clr4,
  .sm-deal .deal-resp02-5 .clr5,
  .sm-deal .deal-resp02-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 1200px) {
  .sm-deal .deal-resp01-6 .deal-item {
    width: 16.666%;
  }
  .sm-deal .deal-resp01-5 .deal-item {
    width: 20%;
  }
  .sm-deal .deal-resp01-4 .deal-item {
    width: 25%;
  }
  .sm-deal .deal-resp01-3 .deal-item {
    width: 33.333%;
  }
  .sm-deal .deal-resp01-2 .deal-item {
    width: 50%;
  }
  .sm-deal .deal-resp01-1 .deal-item {
    width: 100%;
  }
  .sm-deal .deal-resp01-1 .clr1,
  .sm-deal .deal-resp01-2 .clr2,
  .sm-deal .deal-resp01-3 .clr3,
  .sm-deal .deal-resp01-4 .clr4,
  .sm-deal .deal-resp01-5 .clr5,
  .sm-deal .deal-resp01-6 .clr6 {
    clear: both;
  }
}
.blog-post-view .postContent img {
  margin-bottom: 15px;
}
.date-blog-post {
  background-color: #c44c51;
  color: #272939;
  text-transform: uppercase;
  text-align: center;
  width: 95px;
  height: 95px;
  font-weight: 700;
  padding-top: 13px;
  position: absolute;
  top: 48px;
  right: -48px;
}
.date-blog-post .d-post {
  font-size: 171.42%;
}
.blog-listingpage .toolbar-bottom .toolbar-inner .sortby-limiter,
.blog-listingpage .toolbar-bottom .toolbar-inner .pager label {
  display: none;
}
.blog-listingpage .toolbar-bottom .toolbar-inner .pages {
  float: right;
}
.blog-listingpage {
  margin: 0 -15px;
}
.blog-listingpage .postWrapper {
  display: inline-block;
  width: 50%;
  margin: 10px 0;
  padding: 0 15px;
  text-align: center;
  float: left;
  position: relative;
}
@media (max-width: 480px) {
  .blog-listingpage .postWrapper {
    width: 100%;
  }
}
.blog-listingpage .postWrapper .image-blog {
  position: relative;
}
.blog-listingpage .postWrapper .image-blog img:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}
.blog-listingpage .postWrapper .tabs-post {
  background: #fff;
  color: #575757;
  font-style: italic;
  height: 65px;
  line-height: 20px;
  padding: 12px;
  position: absolute;
  right: 15px;
  text-align: center;
  text-transform: capitalize;
  top: 15px;
  width: 60px;
}
.blog-listingpage .postWrapper .tabs-post .d-day {
  font-size: 170%;
  font-weight: 900;
}
.blog-listingpage .postWrapper .tabs-post .d-month {
  font-size: 100%;
  color: #a2a2a2;
}
.blog-listingpage .postWrapper .postContent {
  background: #fff;
  color: #7b7b7b;
  -webkit-transform: translate(0px, -40px);
  -moz-transform: translate(0px, -40px);
  -o-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
  width: 90%;
  margin: 0 auto;
}
.blog-listingpage .postWrapper .postContent h2.postTitle {
  font-size: 143%;
  text-transform: capitalize;
  margin-bottom: 15px;
  padding: 20px 10px 0;
  text-overflow: ellipsis;
  font-style: italic;
  overflow: hidden;
}
.blog-listingpage .postWrapper .postContent h2.postTitle a {
  color: #282828;
  white-space: nowrap;
}
.blog-listingpage .postWrapper .postContent h2.postTitle a:hover {
  color: #c44c51;
}
.blog-listingpage .postWrapper .postContent .read-more a {
  color: #c44c51;
  display: block;
  margin-top: 35px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.blog-listingpage .postWrapper .postContent .read-more a:after {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 14px;
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  color: #c44c51;
}
.blog-listingpage .postWrapper .postContent .read-more a:hover {
  margin-left: 8px;
}
.poster {
  display: inline;
  font-size: 100%;
}
.detail-blog .postTitle {
  margin-bottom: 17px;
}
.detail-blog .postTitle h2 {
  color: #252525;
  font-size: 150%;
  font-style: italic;
  font-weight: normal;
  text-transform: capitalize;
}
.detail-blog .postTitle h3 {
  font-size: 91.67%;
  color: #909090;
  padding: 10px 0px;
}
.detail-blog .postBookmarks {
  margin-bottom: 10px;
}
.detail-blog .postBookmarks h4,
.detail-blog .tags h4 {
  font-size: 100%;
  font-weight: bold;
}
.detail-blog .postBookmarks .tags li,
.detail-blog .tags .tags li {
  display: inline-block;
}
.non-category .toolbar-bottom .sorter {
  display: none;
}
.non-category .toolbar-bottom .toolbar .toolbar-inner .pager {
  float: none;
  display: block;
}
.non-category .toolbar-bottom .toolbar .toolbar-inner .pager .pages ol {
  text-align: center;
}
.aw-blog-comment-area {
  padding-top: 10px;
}
.commentWrapper {
  border: 1px solid #e1e1e1;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.commentWrapper .commentDetails .username {
  font-size: 100%;
  text-transform: uppercase;
}
.commentWrapper .commentDetails h3 {
  font-size: 91.67%;
  color: #909090;
  padding: 8px 0 5px;
}
.blog-category .block-title {
  margin: 0px;
}
.blog-category .list-item-blog {
  margin: 0;
}
.blog-category .list-item-blog li {
  border-bottom: 1px solid #dedede;
}
.blog-category .list-item-blog li a {
  color: #747474;
  display: block;
  font-size: 115%;
  padding: 11px 15px 11px 0;
  position: relative;
  text-transform: capitalize;
  width: 100%;
}
.blog-category .list-item-blog li a:before {
  background: #252525 none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 4px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  position: absolute;
  right: 4px;
  top: 21px;
  width: 4px;
}
.blog-category .list-item-blog li a:after {
  border: 1px solid #b1b1b1;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 12px;
  position: absolute;
  right: 0;
  top: 17px;
  width: 12px;
}
.blog-category .list-item-blog li a:hover {
  color: #c44c51;
}
.blog-category .list-item-blog li a:hover:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.blog-category .list-item-blog li:last-child {
  border: 0px;
}
.blog-recent .list-item-blog li {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.blog-recent .list-item-blog li .image-blog {
  float: left;
  max-width: 85px;
  max-height: 85px;
  overflow: hidden;
}
.blog-recent .list-item-blog li .info-blog {
  margin-left: 95px;
}
.blog-recent .list-item-blog li .info-blog h2 {
  font-size: 100%;
  margin-bottom: 8px;
}
.blog-recent .list-item-blog li .info-blog h2 a {
  color: #1b1b1b;
  font-style: italic;
}
.blog-recent .list-item-blog li .info-blog h2 a:hover {
  color: #c44c51;
}
.blog-recent .list-item-blog li .info-blog .date-time {
  color: #a4a4a4;
  font-size: 85%;
}
.postTitleComment h2 {
  font-size: 116.67%;
  text-transform: uppercase;
  padding: 20px 0px 10px 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .postWrapper .info-blog {
    padding: 10px 30px 0!important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .postWrapper .image-blog,
  .postWrapper .info-blog {
    width: 100%;
    text-align: center;
  }
  .postWrapper .info-blog {
    padding: 10px 30px 0!important;
  }
}
@media (max-width: 767px) {
  .postWrapper .image-blog,
  .postWrapper .info-blog {
    width: 100%;
    text-align: center;
  }
  .postWrapper .info-blog {
    padding: 10px 30px 0!important;
  }
}
/*CSS Responsive*/
/*--------- Other --------------*/
@media all and (max-width: 479px) {
  .sm-basic-products .bs-resp04-6 .bs-item {
    width: 16.650%;
  }
  .sm-basic-products .bs-resp04-5 .bs-item {
    width: 19.958%;
  }
  .sm-basic-products .bs-resp04-4 .bs-item {
    width: 24.995%;
  }
  .sm-basic-products .bs-resp04-3 .bs-item {
    width: 33.315%;
  }
  .sm-basic-products .bs-resp04-2 .bs-item {
    width: 49.985%;
  }
  .sm-basic-products .bs-resp04-1 .bs-item {
    width: 100%;
  }
  .sm-basic-products .bs-resp04-1 .clr1,
  .sm-basic-products .bs-resp04-2 .clr2,
  .sm-basic-products .bs-resp04-3 .clr3,
  .sm-basic-products .bs-resp04-4 .clr4,
  .sm-basic-products .bs-resp04-5 .clr5,
  .sm-basic-products .bs-resp04-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .sm-basic-products .bs-resp03-6 .bs-item {
    width: 16.650%;
  }
  .sm-basic-products .bs-resp03-5 .bs-item {
    width: 19.958%;
  }
  .sm-basic-products .bs-resp03-4 .bs-item {
    width: 24.995%;
  }
  .sm-basic-products .bs-resp03-3 .bs-item {
    width: 33.295%;
  }
  .sm-basic-products .bs-resp03-2 .bs-item {
    width: 49.999%;
  }
  .sm-basic-products .bs-resp03-1 .bs-item {
    width: 100%;
  }
  .sm-basic-products .bs-resp03-1 .clr1 {
    clear: both;
  }
  .sm-basic-products .bs-resp03-2 .clr2 {
    clear: both;
  }
  .sm-basic-products .bs-resp03-3 .clr3 {
    clear: both;
  }
  .sm-basic-products .bs-resp03-4 .clr4 {
    clear: both;
  }
  .sm-basic-products .bs-resp03-5 .clr5 {
    clear: both;
  }
  .sm-basic-products .bs-resp03-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .sm-basic-products .bs-resp02-6 .bs-item {
    width: 16.650%;
  }
  .sm-basic-products .bs-resp02-5 .bs-item {
    width: 19.958%;
  }
  .sm-basic-products .bs-resp02-4 .bs-item {
    width: 24.995%;
  }
  .sm-basic-products .bs-resp02-3 .bs-item {
    width: 33.315%;
  }
  .sm-basic-products .bs-resp02-2 .bs-item {
    width: 49.999%;
  }
  .sm-basic-products .bs-resp02-1 .bs-item {
    width: 100%;
  }
  .sm-basic-products .bs-resp02-1 .clr1,
  .sm-basic-products .bs-resp02-2 .clr2,
  .sm-basic-products .bs-resp02-3 .clr3,
  .sm-basic-products .bs-resp02-4 .clr4,
  .sm-basic-products .bs-resp02-5 .clr5,
  .sm-basic-products .bs-resp02-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 1200px) {
  .sm-basic-products .bs-resp01-6 .bs-item {
    width: 16.650%;
  }
  .sm-basic-products .bs-resp01-5 .bs-item {
    width: 19.970%;
  }
  .sm-basic-products .bs-resp01-4 .bs-item {
    width: 24.995%;
  }
  .sm-basic-products .bs-resp01-3 .bs-item {
    width: 33.315%;
  }
  .sm-basic-products .bs-resp01-2 .bs-item {
    width: 49.999%;
  }
  .sm-basic-products .bs-resp01-1 .bs-item {
    width: 100%;
  }
}
.show-loadmore {
  margin: 0 -15px !important;
}
.show-loadmore .ltabs-items-inner .ltabs-item .item-inner {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
/*-----------------------Css for Tabs ----------------------------*/
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs {
  display: block;
  margin: 0;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-all:hover .cat-all {
  margin-top: -48px;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-all .cat-all {
  margin-top: 0px;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-sel .cat-all {
  margin-top: -48px;
}
.sj-listing-tabs .ltabs-tab-img {
  float: left;
  margin-right: 10px;
  overflow: hidden;
}
.sj-listing-tabs .hits {
  float: left;
  overflow: hidden;
  border-top: 1px solid #e9e9e9;
  width: 53%;
  padding: 2% 0 2% 3%;
  color: #909090;
  border-bottom: 1px solid #e9e9e9;
}
.sj-listing-tabs .created-date {
  margin-bottom: 10px;
  color: #909090;
}
.sj-listing-tabs .item-desc {
  margin-bottom: 5px;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-arrow,
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-selected {
  display: none;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox {
  position: relative;
  display: inline-block;
  text-align: left;
  line-height: 30px;
  clear: both;
  color: #888;
  cursor: pointer;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
  width: 100%;
  padding-right: 30px;
  text-indent: 20px;
  border: 1px solid #d7d7d7;
  border-right: none;
  background: #fff;
  overflow: hidden;
  min-width: 200px;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow {
  width: 30px;
  border: 1px solid #d7d7d7;
  text-align: center;
  font-size: 12px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: #ddd;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow {
  position: absolute !important;
  top: 0;
  right: 0;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow,
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
  position: relative;
  float: left;
  height: 30px;
  z-index: 1;
  display: inline-block;
}
.sj-listing-tabs .add-loadmore {
  float: right;
  margin-left: 10px;
  vertical: middle;
  margin-top: 2px;
}
.sj-listing-tabs .loaded .add-loadmore {
  display: none;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs {
  position: absolute;
  top: 29px;
  bottom: auto;
  left: 0;
  width: 100%;
  padding: 5px;
  border: 1px solid #d7d7d7;
  overflow: hidden;
  background: #fff;
  display: none;
  z-index: 13;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs.ltabs-open {
  display: block;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs li {
  margin: 0 0 1px;
  padding: 0;
  float: none;
  border: none !important;
  text-transform: none;
  display: block;
  font-weight: normal;
  font-size: 100%;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tab span {
  display: block;
  padding: 0 15px;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs li:hover,
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs li.tab-sel {
  color: #fff;
  background-color: #c44c51;
}
/*-----------------------------Css for Content----------------------*/
.sj-listing-tabs .ltabs-items-container .ltabs-items {
  width: 100%;
  display: none;
}
.sj-listing-tabs .ltabs-items-container .ltabs-items-inner {
  width: 100%;
}
.sj-listing-tabs .ltabs-items-container .ltabs-items-selected {
  display: block;
}
.sj-listing-tabs .ltabs-items-container .ltabs-item-wrap {
  opacity: 0;
}
.sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item {
  float: left;
  opacity: 0;
}
.sj-listing-tabs .ltabs-items .ltabs-loading {
  width: 100%;
  max-width: 100%;
  padding: 0;
  position: relative;
  background: url(http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/477.gif) no-repeat scroll center center transparent;
  min-height: 300px;
  display: block;
  z-index: 0;
}
.sj-listing-tabs .ltabs-items-container .ltabs-loadmore {
  display: block;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
.sj-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn {
  padding: 8px 12px;
  display: inline-block;
  border: 1px solid #d7d7d7;
  text-transform: uppercase;
  margin-bottom: 30px;
  cursor: pointer;
}
.sj-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn:hover {
  border-color: #c44c51;
}
.sj-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn .ltabs-image-loading {
  background: url('http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/301.gif') no-repeat scroll center center transparent;
  width: 22px;
  height: 22px;
  display: none;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.sj-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn:after {
  content: attr(data-label);
}
.sj-listing-tabs .ltabs-items.ltabs-process .ltabs-loadmore {
  display: none;
}
/*class show-slider*/
.sj-listing-tabs .ltabs-items-container.show-slider .new-box {
  top: 1px;
}
.sj-listing-tabs .ltabs-items-container.show-slider .ltabs-item {
  width: 100%;
}
.sj-listing-tabs .ltabs-items-container.show-slider .ltabs-items .ltabs-item {
  opacity: 1;
}
/*end class show-slider*/
/*-----------------------------Css for Responsive ----------------------*/
@media all and (max-width: 479px) {
  .sj-listing-tabs .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .ltabs-tabs-container .ltabs-tabs li {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
  }
  .sj-listing-tabs .ltabs-item .hits {
    width: 100%;
    padding-left: 0;
  }
  .sj-listing-tabs .ltabs-tab-img {
    display: none;
  }
  .sj-listing-tabs .ltabs04-6 .ltabs-item {
    width: 16.64%;
  }
  .sj-listing-tabs .ltabs04-5 .ltabs-item {
    width: 19.958%;
  }
  .sj-listing-tabs .ltabs04-4 .ltabs-item {
    width: 24.995%;
  }
  .sj-listing-tabs .ltabs04-3 .ltabs-item {
    width: 33.315%;
  }
  .sj-listing-tabs .ltabs04-2 .ltabs-item {
    width: 49.985%;
  }
  .sj-listing-tabs .ltabs04-1 .ltabs-item {
    width: 100%;
  }
  .sj-listing-tabs .ltabs04-1 .clr1,
  .sj-listing-tabs .ltabs04-2 .clr2,
  .sj-listing-tabs .ltabs04-3 .clr3,
  .sj-listing-tabs .ltabs04-4 .clr4,
  .sj-listing-tabs .ltabs04-5 .clr5,
  .sj-listing-tabs .ltabs04-6 .clr6 {
    clear: both;
  }
  .sj-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sj-listing-tabs .ltabs01-3 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-4 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-5 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-6 .ltabs-item .hits {
    width: 100%;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .sj-listing-tabs .ltabs03-6 .ltabs-item {
    width: 16.64%;
  }
  .sj-listing-tabs .ltabs03-5 .ltabs-item {
    width: 19.958%;
  }
  .sj-listing-tabs .ltabs03-4 .ltabs-item {
    width: 24.995%;
  }
  .sj-listing-tabs .ltabs02-5 .ltabs-item .hits {
    width: 100%;
  }
  .sj-listing-tabs .ltabs02-5 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sj-listing-tabs .ltabs02-6 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sj-listing-tabs .ltabs03-3 .ltabs-item {
    width: 33.295%;
  }
  .sj-listing-tabs .ltabs03-2 .ltabs-item {
    width: 49.999%;
  }
  .sj-listing-tabs .ltabs03-1 .ltabs-item {
    width: 100%;
  }
  .sj-listing-tabs .ltabs03-1 .clr1,
  .sj-listing-tabs .ltabs03-2 .clr2,
  .sj-listing-tabs .ltabs03-3 .clr3,
  .sj-listing-tabs .ltabs03-4 .clr4,
  .sj-listing-tabs .ltabs03-5 .clr5,
  .sj-listing-tabs .ltabs03-6 .clr6 {
    clear: both;
  }
  .sj-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sj-listing-tabs .ltabs01-3 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-4 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-5 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-6 .ltabs-item .hits {
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .sj-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sj-listing-tabs .ltabs01-3 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-4 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-5 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-6 .ltabs-item .hits {
    width: 100%;
    padding-left: 0;
  }
  .sj-listing-tabs .ltabs02-6 .ltabs-item {
    width: 16.64%;
  }
  .sj-listing-tabs .ltabs02-5 .ltabs-item {
    width: 19.958%;
  }
  .sj-listing-tabs .ltabs02-4 .ltabs-item {
    width: 24.995%;
  }
  .sj-listing-tabs .ltabs02-3 .ltabs-item {
    width: 33.315%;
  }
  .sj-listing-tabs .ltabs02-2 .ltabs-item {
    width: 49.999%;
  }
  .sj-listing-tabs .ltabs02-1 .ltabs-item {
    width: 100%;
  }
  .sj-listing-tabs .ltabs02-4 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sj-listing-tabs .ltabs02-4 .ltabs-item .hits,
  .sj-listing-tabs .ltabs02-5 .ltabs-item .hits,
  .sj-listing-tabs .ltabs02-6 .ltabs-item .hits {
    width: 100%;
    padding-left: 0;
  }
  .sj-listing-tabs .ltabs02-5 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sj-listing-tabs .ltabs02-6 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sj-listing-tabs .ltabs02-1 .clr1,
  .sj-listing-tabs .ltabs02-2 .clr2,
  .sj-listing-tabs .ltabs02-3 .clr3,
  .sj-listing-tabs .ltabs02-4 .clr4,
  .sj-listing-tabs .ltabs02-5 .clr5,
  .sj-listing-tabs .ltabs02-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 1200px) and (max-width: 1599px) {
  .sj-listing-tabs .ltabs01-6 .ltabs-item {
    width: 16.64%;
  }
  .sj-listing-tabs .ltabs01-5 .ltabs-item {
    width: 20%;
  }
  .sj-listing-tabs .ltabs01-4 .ltabs-item {
    width: 25%;
  }
  .sj-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sj-listing-tabs .ltabs01-3 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-4 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-5 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-6 .ltabs-item .hits {
    width: 100%;
    padding-left: 0;
  }
  .sj-listing-tabs .ltabs01-3 .ltabs-item {
    width: 33.315%;
  }
  .sj-listing-tabs .ltabs01-2 .ltabs-item {
    width: 49.999%;
  }
  .sj-listing-tabs .ltabs01-1 .ltabs-item {
    width: 100%;
  }
  .sj-listing-tabs .ltabs01-1 .clr1,
  .sj-listing-tabs .ltabs01-2 .clr2,
  .sj-listing-tabs .ltabs01-3 .clr3,
  .sj-listing-tabs .ltabs01-4 .clr4,
  .sj-listing-tabs .ltabs01-5 .clr5,
  .sj-listing-tabs .ltabs01-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 1600px) {
  .sj-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sj-listing-tabs .ltabs01-3 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-4 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-5 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-6 .ltabs-item .hits {
    width: 100%;
    padding-left: 0;
  }
  .sj-listing-tabs .ltabs00-6 .ltabs-item {
    width: 16.64%;
  }
  .sj-listing-tabs .ltabs00-5 .ltabs-item {
    width: 20%;
  }
  .sj-listing-tabs .ltabs00-4 .ltabs-item {
    width: 25%;
  }
  .sj-listing-tabs .ltabs00-3 .ltabs-item {
    width: 33.315%;
  }
  .sj-listing-tabs .ltabs00-2 .ltabs-item {
    width: 49.999%;
  }
  .sj-listing-tabs .ltabs00-1 .ltabs-item {
    width: 100%;
  }
  .sj-listing-tabs .ltabs00-1 .clr1,
  .sj-listing-tabs .ltabs00-2 .clr2,
  .sj-listing-tabs .ltabs00-3 .clr3,
  .sj-listing-tabs .ltabs00-4 .clr4,
  .sj-listing-tabs .ltabs00-5 .clr5,
  .sj-listing-tabs .ltabs00-6 .clr6 {
    clear: both;
  }
}
.sj-listing-tabs .ltabs-item .item-readmore {
  text-align: right;
}
.sj-listing-tabs .ltabs-item .item-desc + .item-readmore {
  margin-top: 10px;
}
/*-----------------------------ClearFix----------------------*/
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
.sj-listing-tabs .pre-text,
.sj-listing-tabs .post-text {
  margin: 10px;
}
.quickview-main .product-essential {
  margin-bottom: 0;
}
.quickview-main .product-view .product-shop .product-options select {
  color: #525461;
}
.quickview-main .product-options-bottom .add-to-cart,
.quickview-main .add-to-box .add-to-cart {
  margin-bottom: 0;
}
.quickview-main a {
  color: #272939 !important;
}
.quickview-main a:hover {
  text-decoration: none;
}
.quickview-main .product-view .product-shop .ratings .count-review-wrapper {
  padding-top: 0;
}
.quickview-main .lSAction > .lSPrev,
.quickview-main .lSAction > .lSNext {
  color: #fff !important;
}
.quickview-main .lSAction > .lSPrev:hover,
.quickview-main .lSAction > .lSNext:hover {
  text-decoration: none;
}
.fancybox-lock .zoomContainer {
  -webkit-transform: none !important;
}
.fancybox-lock .zoomContainer .zoomLens,
.fancybox-lock .zoomContainer .zoomWindow {
  z-index: 8021 !important;
}
.quickview-main .product-image-thumbs li:first-child {
  margin-left: 0;
}
.quickview-main .product-collateral {
  display: none;
}
.products-list li.item .f-fix .sm_quickview_handler {
  float: left;
}
.quickview-main .product-view #product_addtocart_form > .row {
  margin: 0px;
}
.quickview-main .btn-lightbox {
  display: none !important;
}
.quickview-main .product-img-box {
  padding-left: 3px;
  width: 50%;
}
.quickview-main .product-shop {
  padding-right: 20px;
  width: 50%;
  float: left;
  clear: none;
  padding-top: 0;
}
.cartpro-modal .cpmodal-button.cartpro-hidden {
  display: none;
}
.cpmodal-action {
  text-align: center;
}
.product-view.cartpro-product {
  color: #272939;
}
.product-view.cartpro-product .product-name:after {
  display: none;
}
.product-view.cartpro-product a,
.product-view.cartpro-product select {
  color: #272939;
}
.product-view.cartpro-product .old-price {
  top: 1px;
}
.mini-cart-header {
  display: inline-block;
}
.block.sm-cartpro {
  display: inline-block;
  margin: 0;
}
.sm-cartpro .cartpro-message {
  display: none;
  text-align: center;
  padding: 0 0 10px 0;
}
.sm-cartpro .cartpro-success {
  color: green;
}
.sm-cartpro .cartpro-error {
  color: #FF0000;
}
.sm-cartpro .cartpro-title .cartpro-label {
  display: inline;
}
.sm-cartpro {
  position: relative;
  cursor: pointer;
}
.sm-cartpro .empty {
  margin: 0;
}
.sm-cartpro .cartpro-content {
  display: none;
  width: 360px;
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: 9999;
  background-color: #fff;
  padding: 15px 20px;
  color: #272939;
  cursor: default;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 480px) {
  .sm-cartpro .cartpro-content {
    width: 320px;
  }
}
.sm-cartpro .cartpro-content a {
  color: #272939;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .label-recent {
  border-bottom: 1px solid  #ebebeb;
  padding-bottom: 5px;
  margin-bottom: 0;
  text-align: left;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .label-recent span {
  color: #c44c51;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products {
  max-height: 350px;
  overflow: auto;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner {
  margin-bottom: 0;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item {
  overflow: hidden;
  margin: 5px 0;
  padding: 10px 0 15px;
  border-bottom: 1px solid #ebebeb;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-image {
  float: left;
  min-width: 100px;
  display: block;
  position: relative;
  z-index: 9;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-image img:hover {
  opacity: 0.8;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details {
  position: relative;
  margin-left: 110px;
  padding-right: 20px;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-name {
  position: relative;
  font-weight: normal;
  color: #262e31;
  font-style: italic;
  margin: 0 0 10px;
  text-transform: capitalize;
  padding: 0;
  text-align: center;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-name:after {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: -3px;
  width: 30px;
  height: 1px;
  background: #e7edf0;
  content: "";
  display: inline-block;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-name a:hover {
  color: #c44c51;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .rating-product {
  margin-top: -5px;
  margin-bottom: 5px;
  float: left;
  width: 100%;
  text-align: center;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .rating-product .amount {
  position: relative;
  top: -3px;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-price,
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-qty {
  display: inline-block;
  vertical-align: top;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-price {
  margin-bottom: 6px;
  font-size: 114.285%;
  font-weight: normal;
  width: 100%;
  text-align: center;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-action {
  position: absolute;
  right: 5px;
  top: -5px;
  width: 15px;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-action a {
  font-size: 14px;
  color: #c5c5c5;
  display: inline-block;
  padding: 0 3px;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-action a:hover {
  color: #252525;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .truncated-cart dl {
  display: table;
  margin: 15px auto 0;
  text-align: center;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-subtotal {
  padding: 13px 0 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-subtotal .label {
  text-align: left;
  font-weight: normal;
  text-transform: capitalize;
  font-size: 100%;
  float: left;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-subtotal .price {
  color: #c44c51;
  font-weight: normal;
  font-size: 115%;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-actions {
  margin-bottom: 10px;
  text-align: center;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-actions a {
  display: inline-block;
  padding: 0 30px;
  margin-right: 10px;
  height: 35px;
  line-height: 35px;
  background: #2a2a2a;
  color: #fff;
  border: 0px;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-actions a:hover {
  background: #c44c51;
}
.sm-cartpro.cartpro-hover:hover .cartpro-content,
.sm-cartpro.cartpro-hover .cartpro-content {
  display: block;
}
.sm-cartpro .cartpro-content:before,
.sm-cartpro .cartpro-content:after {
  content: "";
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.sm-cartpro .cartpro-content:after {
  background: url(http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/ajax_loading.gif) no-repeat scroll center center transparent;
  z-index: 3;
}
.sm-cartpro .cartpro-content.loading:before,
.sm-cartpro .cartpro-content.loading:after {
  display: block;
}
.sm-cartpro .cartpro-content .empty {
  text-align: center;
  padding: 10px 0;
}
.sm-cartpro .cartpro-products-inner .qty-label {
  padding-right: 10px;
  font-size: 85.71%;
}
.sm-cartpro .cartpro-products-inner .qty-value input {
  width: 3.2em;
  height: 25px;
  border-color: #ebebeb;
  font-weight: normal;
}
.sm-cartpro .cartpro-products-inner .quantity-button {
  opacity: 0;
  height: 25px;
  line-height: 25px;
  text-transform: uppercase;
  padding: 0 12px;
}
.sm-cartpro .cartpro-products-inner .quantity-button.visible {
  opacity: 1;
  cursor: pointer;
}
.sm-cartpro .cartpro-actions {
  overflow: hidden;
  padding-top: 20px;
}
.sm-cartpro .cartpro-actions .cartpro-checkout {
  float: none;
  text-align: center;
  max-width: 100%;
}
.sm-cartpro .cartpro-actions .cartpro-checkout li {
  margin: 0 0 5px 5px;
  vertical-align: top;
  text-transform: uppercase;
}
.sm-cartpro .cartpro-actions .cartpro-checkout li:first-child {
  margin-left: 0;
}
.sm-cartpro .cartpro-actions .cartpro-checkout li:after {
  clear: both;
  content: "";
  display: table;
}
/* ============================================ *
 * Item Options
 * ============================================ */
.sm-cartpro .item-options:after {
  content: '';
  display: table;
  clear: both;
}
.sm-cartpro .item-options dt {
  float: left;
  clear: left;
  font-weight: 600;
  margin-right: 0;
}
.sm-cartpro .item-options dt:after {
  content: ': ';
}
.sm-cartpro .item-options dd {
  float: left;
  padding-left: 10px;
  margin: 0 0 6px;
}
.sm-cartpro .truncated,
.sm-cartpro .truncated a.dots {
  cursor: help;
  display: inline-block;
}
.sm-cartpro .truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
}
.sm-cartpro .truncated a.details:hover {
  text-decoration: none;
}
.sm-cartpro .truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}
.sm-cartpro .truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #3399cc;
  background-color: #F6F6F6;
  top: auto;
  left: 0;
  bottom: 5px;
}
.sm-cartpro .truncated .truncated_full_value .item-options:after {
  border-color: #3399cc transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0;
  bottom: -10px;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
  top: auto;
}
.sm-cartpro .truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.sm-cartpro .truncated .show .item-options {
  display: block;
}
.cartpro-process {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1005;
  display: none;
}
.cartpro-process.cartpro-show {
  display: block;
}
.product-view.cartpro-product {
  padding-top: 0;
}
.product-view.cartpro-product input.input-text {
  height: 35px;
}
.cartpro-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 4000;
  width: 100%;
  height: 100%;
}
.cartpro-modal.cartpro-show {
  display: block;
}
.cartprooptoins-index-product #_atssh {
  display: none;
}
.cartpro-modal .cpmodal-wrapper,
.cartpro-process .cartpro-loadmark {
  width: 200px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
}
.cartpro-process .cartpro-imageload {
  background: #fff4e9;
  border: 2px solid #f1af73;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  color: #f1af73;
  padding: 15px 20px;
  opacity: 0.8;
  font-family: arial, sans-serif;
}
.cartpro-process .cartpro-imageload img {
  display: inline-block;
  vertical-align: middle;
}
.cartpro-modal .cpmodal-wrapper {
  width: 400px;
  background: none repeat scroll 0 0 #FFF;
  text-align: center;
  padding: 15px 10px 10px;
  position: relative;
  color: #272939;
}
.cartpro-modal .cpmodal-message {
  padding: 15px 0 10px 0;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 10px;
  text-align: center;
}
.cartpro-modal .cpmodal-close {
  color: #666;
  display: inline-block;
  font-size: 17px;
  height: 30px;
  line-height: 24px;
  position: absolute;
  right: -4px;
  top: -4px;
  width: 30px;
  text-align: center;
}
.cartpro-modal .cpmodal-close:hover {
  color: red;
}
.cartpro-modal .cpmodal-time:before {
  content: " (";
}
.cartpro-modal .cpmodal-time:after {
  content: ")";
}
.cartpro-modal .cpmodal-time.cptime-hidden {
  display: none;
}
.cartpro-modal .cpmodal-button {
  background: #272939;
  border: none;
  color: #fff;
  display: inline-block;
  line-height: 30px;
  margin: 0 0 5px;
  padding: 5px 10px;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.cartpro-modal .cpmodal-button:hover {
  background: #c44c51;
  color: #fff;
}
.cartpro-modal .cpmodal-button.noitem-wishlist,
.cartpro-modal .cpmodal-button.noitem-compare {
  display: none;
}
.cartpro-modal.cartpro-options .cpmodal-message,
.cartpro-modal.cartpro-options .cpmodal-action {
  display: none;
}
.cartpro-modal .cpmodal-message.cp-error {
  display: block;
  color: #FF0000;
}
@media only screen and (max-width: 499px) {
  .cartpro-modal .cpmodal-wrapper {
    width: 300px;
  }
  .cartpro-modal .cpmodal-button {
    white-space: nowrap;
  }
}
/* style for IFrame */
.product-view.cartpro-product select {
  height: 30px;
}
.product-view.cartpro-product .share-button {
  display: none;
}
.product-view.cartpro-product .product-shop,
.cartpro-modal .product-view .product-shop {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0px 0px 5px 0px;
}
.product-view.cartpro-product .add-to-cart-wrapper {
  float: none;
  width: 100%;
  padding: 0 0 2px 0;
}
.product-view.cartpro-product .add-to-cart-wrapper .price-box,
.product-view.cartpro-product .add-to-cart-wrapper .availability {
  display: none;
}
.product-view.cartpro-product .product-shop .product-name {
  font-size: 133.33%;
  text-transform: uppercase;
  margin-bottom: 0;
}
.product-view.cartpro-product .product-shop .extra-info {
  float: none;
  margin: 0;
}
.cartpro-modal .cartpro-frame {
  border: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.cartpro-modal .cartpro-frame html,
.cartpro-modal .cartpro-frame body {
  height: auto;
  -webkit-overflow-scrolling: touch;
}
.product-view.cartpro-product .grouped-items-table-wrapper {
  padding: 0;
  margin: 0 0 0 0;
}
.product-view.cartpro-product .product-shop .availability {
  font-size: 12px;
  text-transform: uppercase;
}
.product-view.cartpro-product .product-shop .extra-info,
.product-view.cartpro-product .product-shop .price-info {
  margin: 0 0 5px 0;
}
.product-view.cartpro-product .product-shop .price-box {
  margin-bottom: 0;
}
.product-view.cartpro-product .product-options {
  border: 1px solid #cccccc;
  clear: both;
  margin: 0;
  padding: 10px;
  position: relative;
  width: 100%;
}
.product-view.cartpro-product .product-options dl {
  margin-bottom: 10px;
}
.product-view.cartpro-product .product-options-bottom {
  border: 1px solid #ccc;
  border-top: 0;
  margin: 0;
  padding: 10px;
}
.product-view.cartpro-product .product-shop .option-product-wrapper {
  border-bottom: none;
}
.product-view.cartpro-product .add-to-links,
.product-view.cartpro-product .or {
  display: none;
}
.product-view.cartpro-product .add-to-cart {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.product-view.cartpro-product .product-shop .product-options-bottom {
  margin-bottom: 2px;
}
.product-view.cartpro-product .product-essential {
  margin-bottom: 0;
}
.product-view.cartpro-product .grouped-items-table {
  margin-bottom: 0;
}
.product-view.cartpro-product .add-to-box {
  padding: 10px;
  border: 1px solid #d7d7d7;
  border-top: 0;
  background-color: #eeeeee;
  margin: 0 0 5px;
}
.product-view.cartpro-product .add-to-box .add-to-cart {
  padding: 5px 0;
}
.page-empty.cartprooptoins-index-product {
  padding: 5px;
}
#cpanel_wrapper {
  background: #e5e5e5;
  border: 1px solid #f3f3f3;
  border-right: none;
  color: #555;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding: 8px;
  position: fixed;
  top: 40px;
  width: 300px;
  z-index: 2001;
  right: -302px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}
#cpanel_wrapper #cpanel_btn {
  background: url(http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/bg-cpanel-head.png) left top #666666;
  width: 40px;
  border-right: none;
  position: absolute;
  left: -41px;
  top: 8px;
  padding: 8px 0 9px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border-radius: 3px 0 0 3px;
  display: block !important;
  height: 37px !important;
  opacity: 1 !important;
}
#cpanel_wrapper #cpanel_btn i {
  font-size: 20px;
}
#cpanel_wrapper .cpanel-head {
  background: url(http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/bg-cpanel-head.png) left top #666666;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  padding: 3px 10px 0 10px;
  float: left;
  color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
}
#cpanel_wrapper .cpanel-head > span {
  float: left;
  margin-top: 5px;
  text-transform: uppercase;
}
#cpanel_wrapper .cpanel-reset {
  float: right;
  margin: -3px -10px 0 0;
  position: relative;
  z-index: 1;
}
#cpanel_wrapper .cpanel-reset:before {
  border-color: rgba(0, 0, 0, 0) #0291ff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 8px 8px 8px 0;
  content: "";
  left: 3px;
  position: absolute;
  top: 9px;
}
#cpanel_wrapper .cpanel-reset .btn {
  background: none repeat scroll 0 0 #0291FF;
  border: medium none;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
  font-weight: normal;
  padding: 8px 15px;
  text-transform: none;
  transition: all 0.2s ease 0s;
  color: #fff !important;
}
#cpanel_wrapper .cpanel-reset:hover .btn {
  padding-right: 25px;
  outline: none;
}
#cpanel_wrapper .cpanel-reset > a {
  margin: 0 0 0 10px;
}
#cpanel_wrapper .cpanel-content {
  float: left;
  margin-top: 10px;
  width: 100%;
}
#cpanel_wrapper .cpanel-content .item-cpanel-group {
  border: 1px solid #bcbcbc;
  margin-bottom: 5px;
}
#cpanel_wrapper .cpanel-content .item-cpanel-group .item-cpanel-inner {
  padding: 15px 10px 10px;
  border: none;
  background: #fff;
}
#cpanel_wrapper .cpanel-content .item-cpanel-group.cpanel-theme-color .theme-color {
  background-color: #CCC;
  width: 38px;
  height: 25px;
  line-height: 35px;
  text-align: center;
  float: left;
  margin: 0 4px 5px 0;
  cursor: pointer;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#cpanel_wrapper .cpanel-content .item-cpanel-group.cpanel-theme-color .theme-color.active {
  box-shadow: 0 0 0 2px #ad2323 inset;
}
#cpanel_wrapper .cpanel-content .item-cpanel-group.cpanel-theme-color .theme-color:hover {
  opacity: 0.7;
}
#cpanel_wrapper .cpanel-content .item-cpanel-group.cpanel-theme-color .theme-color.red {
  background-color: #f03939;
}
#cpanel_wrapper .cpanel-content .item-cpanel-group.cpanel-theme-color .theme-color.lime {
  background-color: #8CC34B;
}
#cpanel_wrapper .cpanel-content .item-cpanel-group.cpanel-theme-color .theme-color.green {
  background-color: #c0ca33;
}
#cpanel_wrapper .cpanel-content .item-cpanel-group.cpanel-theme-color .theme-color.orange {
  background-color: #FB8C00;
}
#cpanel_wrapper .cpanel-content .item-cpanel-group.cpanel-theme-color .theme-color.cyan {
  background-color: #33b7ad;
}
#cpanel_wrapper .cpanel-content .item-cpanel-group.cpanel-theme-color .theme-color.purple {
  background-color: #8E24AA;
}
#cpanel_wrapper .cpanel-content .item-cpanel-heading {
  background-color: #F9F9F9;
  background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
  background-repeat: repeat-x;
  border: 1px solid #BCBCBC;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;
  margin: -1px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: bold;
}
#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050;
}
#fancybox-buttons.top {
  top: 10px;
}
#fancybox-buttons.bottom {
  bottom: 10px;
}
#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 32px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: -moz-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -o-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -ms-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
}
#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0;
}
#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url('http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/fancybox_buttons.png');
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8;
}
#fancybox-buttons a:hover {
  opacity: 1;
}
#fancybox-buttons a.btnPrev {
  background-position: 5px 0;
}
#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e;
}
#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}
#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}
#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px;
}
#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}
#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0px;
}
#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default;
}
.minicart-header {
  display: inline-block;
}
.minicart-header .sm-cartpro {
  margin-right: 0;
  padding-right: 15px;
  position: relative;
}
.minicart-header .sm-cartpro:before {
  background: transparent;
  content: "";
  height: 30px;
  left: -18px;
  position: absolute;
  top: 10px;
  width: 50px;
}
@media (min-width: 480px) {
  .minicart-header .sm-cartpro {
    padding: 12px 15px 12px 0;
  }
}
@media (min-width: 1024px) {
  .header-style-1 .minicart-header .sm-cartpro {
    height: 40px;
  }
}
.minicart-header .sm-cartpro:hover .cartpro-content {
  display: block;
}
.minicart-header .sm-cartpro .cartpro-title i {
  color: #363636;
  font-size: 17px;
}
.header-style-3 .minicart-header .sm-cartpro .cartpro-title i {
  color: #727272;
}
.header-style-5 .minicart-header .sm-cartpro .cartpro-title i {
  color: #202020;
}
.minicart-header .sm-cartpro .cartpro-title .cartpro-count {
  display: inline-block;
  margin: 0 0 0 5px;
  font-size: 93%;
}
.header-style-1 .minicart-header .sm-cartpro .cartpro-title .cartpro-count,
.header-style-3 .minicart-header .sm-cartpro .cartpro-title .cartpro-count,
.header-style-5 .minicart-header .sm-cartpro .cartpro-title .cartpro-count {
  display: none;
}
.minicart-header .sm-cartpro .cartpro-title:hover i {
  color: #c44c51;
}
.minicart-header .sm-cartpro.cartpro-hover .cartpro-title:before {
  opacity: 0.8;
}
.link-wislist {
  border-right: 1px solid #e1e1e1;
  display: inline-block;
  line-height: 15px;
  margin: 4px 15px;
  padding: 0 18px;
}
.header-style-2 .link-wislist,
.header-style-4 .link-wislist {
  margin: 4px 10px 0 0;
  border-color: #a2b5bf;
  padding: 0 12px;
}
.header-style-3 .link-wislist {
  color: #727272;
}
.header-style-5 .link-wislist {
  color: #202020;
}
.link-wislist .qty,
.link-wislist .count-item {
  font-size: 93%;
  margin-left: 3px;
}
.link-wislist:hover {
  color: #c44c51 !important;
}
.logo-ontop {
  display: none;
  z-index: 10;
}
.dropdown-block {
  position: relative;
}
.dropdown-list {
  box-shadow: 4px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 4px 1px 2px rgba(0, 0, 0, 0.2);
  position: absolute;
  visibility: hidden;
  display: block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  top: 120%;
  overflow: hidden;
  width: auto;
  min-width: 100%;
  padding: 15px;
  min-width: 95px;
  background-color: #fff;
  z-index: 100;
  text-transform: capitalize;
  left: 0px;
  text-align: left;
  border: 1px solid #f3f3f3;
}
.dropdown-list li {
  line-height: 20px;
  font-size: 14px;
}
.dropdown-list li.current {
  color: #c44c51;
  padding: 4px 0;
}
.dropdown-list li a {
  color: #666666;
  display: block;
  white-space: nowrap;
  padding: 4px 0;
}
.header-style-3 .dropdown-list li a {
  color: #727272;
}
.dropdown-list li a:before {
  margin-right: 6px;
}
.dropdown-list li a:hover {
  color: #c44c51;
}
.dropdown-list li a:hover:before {
  color: #c44c51;
}
/*==POPUP LOGIN==*/
#modal-login {
  overflow-y: auto !important;
}
body .block-popup-login {
  margin-top: 170px;
  width: 600px;
  padding: 0px 20px 0px;
  background: #fff;
  color: #272939;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
body .block-popup-login .ft-link-p a:hover {
  text-decoration: underline;
}
body .block-popup-login .close-login {
  color: #666;
  font-size: 26px;
  margin: 8px -10px 0 0;
  opacity: 1;
}
body .block-popup-login .close-login:hover {
  opacity: 0.9;
}
body .block-popup-login .close-login:before {
  font-family: fontawesome;
}
body .block-popup-login .tt_popup_login {
  margin: 0 -20px;
  color: #272939;
  line-height: 42px;
  padding: 0 20px 0px 70px;
  text-transform: uppercase;
  font-size: 125%;
  border-bottom: 1px solid #d7d7d7;
}
body .block-popup-login .tt_popup_login strong:before {
  display: inline-block;
  content: "";
  width: 39px;
  position: absolute;
  left: 20px;
  top: 9px;
  height: 25px;
  background: url(http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/icon-login-popup.png) no-repeat top left;
}
body .block-popup-login .block-content {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: normal;
}
body .block-popup-login .block-content .list-log li {
  padding: 2px 0px 2px 14px;
  position: relative;
}
body .block-popup-login .block-content .list-log li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #666666;
  position: absolute;
  left: 0px;
  top: 10px;
}
body .block-popup-login .block-content .btn-reg-popup {
  height: 42px;
  line-height: 42px;
  padding: 0px 20px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 8px;
  color: #666;
  font-weight: bold;
  border: 1px solid #d7d7d7;
}
body .block-popup-login .block-content .btn-reg-popup:hover {
  background-color: #c44c51;
  border-color: #c44c51;
  color: #fff;
}
body .block-popup-login .block-content .col-reg {
  width: 50%;
  float: left;
  min-height: 188px;
}
body .block-popup-login .block-content .col-reg .list-log {
  margin: 0;
}
body .block-popup-login .block-content .col-reg.registered-account {
  padding-right: 30px;
  border-right: 1px solid #d1d1d1;
}
body .block-popup-login .block-content .col-reg.login-customer {
  padding-left: 30px;
}
body .block-popup-login .block-content .col-reg.login-customer .note-reg {
  margin: 8px 0px;
}
body .block-popup-login .block-content .col-reg.login-customer h2 {
  font-size: 116.67%;
  font-weight: bold;
}
body .block-popup-login .email-input,
body .block-popup-login .pass-input {
  position: relative;
}
body .block-popup-login .email-input:before {
  background: url(http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/icon-username.png) no-repeat top left #f7f7f7;
  content: "";
  display: inline-block;
  width: 42px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
}
body .block-popup-login .pass-input:before {
  background: url(http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/icon-pass.png) no-repeat top left #f7f7f7;
  content: "";
  display: inline-block;
  width: 42px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
}
body .block-popup-login #mini-login:-webkit-autofill,
body .block-popup-login #mini-password:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fafafa inset!important;
}
body .block-popup-login .input-text {
  margin-bottom: 14px;
  width: 100%;
  padding: 0 5px 0px 52px;
  height: 40px;
  border: 1px solid #d1d1d1;
  background-color: #f7f7f7;
  color: #909090;
}
body .block-popup-login .submit-login {
  clear: both;
  display: inline-block;
  margin-top: 19px;
  padding: 0;
  height: 42px;
  position: relative;
}
body .block-popup-login .submit-login .btn-submit-login {
  height: 42px;
  line-height: 42px;
  font-size: 116.67%;
  font-weight: bold;
}
body .block-popup-login .button-reg:hover {
  text-decoration: underline;
}
body .block-popup-login .more-actions {
  margin: 25px -20px 0px;
}
body .block-popup-login .more-actions .ft-link-p {
  background: #f3f3f3;
  margin-bottom: 1px;
  padding: 0 20px;
}
body .block-popup-login .more-actions .ft-link-p a {
  display: inline-block;
  padding: 10px 0px;
}
/*==MOBILE MENU==*/
.mobile-menu {
  display: none;
}
.active_btn:after {
  position: fixed;
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 99;
}
.mobile-menu-wrapper {
  position: relative;
}
.btn-mobile-wrapper {
  position: relative;
  display: inline-block;
  width: 76px;
  height: 55px;
}
.btn-mobile-wrapper select {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.btn-mobile-wrapper .btn-menu-mobile {
  display: block;
  text-align: center;
  cursor: pointer;
  line-height: 50px;
}
.btn-mobile-wrapper .btn-menu-mobile:before {
  content: "\f0c9";
  font-family: fontawesome;
  font-size: 41px;
  color: #272939;
}
.btn-mobile-wrapper .btn-menu-mobile span {
  display: none;
}
.dropdown_collapse {
  position: absolute;
  z-index: 1002;
  width: 100%;
  background-color: #44494e;
  padding: 12px;
  display: none;
}
.dropdown_collapse a {
  color: #fff;
}
.dropdown_collapse .nav-mobile li.level-top {
  padding: 5px 8px;
  border-bottom: 1px solid #6a6d71;
}
.dropdown_collapse .nav-mobile li.level-top a {
  text-transform: uppercase;
}
.dropdown_collapse .nav-mobile li.level-top > ul {
  display: none;
}
.dropdown_collapse .nav-mobile li.level-top.parent-active {
  background-color: #33363a;
}
.dropdown_collapse .nav-mobile li {
  position: relative;
}
.dropdown_collapse .nav-mobile li .touch-button {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  border: 1px solid #6a6d71;
}
.dropdown_collapse .nav-mobile li .touch-button span {
  display: none;
}
.dropdown_collapse .nav-mobile li .touch-button:before {
  font-family: fontawesome;
  content: "\f107";
  font-size: 15px;
}
.dropdown_collapse .nav-mobile li .touch-button:hover {
  color: #fff;
  background-color: #c44c51;
  border-color: #c44c51;
}
.dropdown_collapse .nav-mobile li .touch-button.active:before {
  content: "\f106";
}
.dropdown_collapse .nav-mobile li ul {
  padding-left: 10px;
}
.dropdown_collapse .nav-mobile li ul li {
  padding: 5px 0px;
}
.dropdown_collapse .nav-mobile li ul li a {
  text-transform: none !important;
}
.dropdown_collapse .nav-mobile li ul li a:before {
  content: "\f105";
  font-family: fontawesome;
  margin-right: 5px;
}
.dropdown_sidebar {
  position: fixed;
  top: 0px;
  left: -255px;
  height: 100%;
  z-index: 105;
  width: 255px;
  overflow-y: auto;
  background-color: #44494e;
  padding: 12px;
}
.dropdown_sidebar a {
  color: #fff;
}
.dropdown_sidebar .nav-mobile li.level-top {
  padding: 5px 8px;
  border-bottom: 1px solid #6a6d71;
}
.dropdown_sidebar .nav-mobile li.level-top a {
  text-transform: uppercase;
}
.dropdown_sidebar .nav-mobile li.level-top > ul {
  display: none;
}
.dropdown_sidebar .nav-mobile li.level-top.parent-active {
  background-color: #33363a;
}
.dropdown_sidebar .nav-mobile li {
  position: relative;
}
.dropdown_sidebar .nav-mobile li .touch-button {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  border: 1px solid #6a6d71;
}
.dropdown_sidebar .nav-mobile li .touch-button span {
  display: none;
}
.dropdown_sidebar .nav-mobile li .touch-button:before {
  font-family: fontawesome;
  content: "\f107";
  font-size: 15px;
}
.dropdown_sidebar .nav-mobile li .touch-button:hover {
  color: #fff;
  background-color: #c44c51;
  border-color: #c44c51;
}
.dropdown_sidebar .nav-mobile li .touch-button.active:before {
  content: "\f106";
}
.dropdown_sidebar .nav-mobile li ul {
  padding-left: 10px;
}
.dropdown_sidebar .nav-mobile li ul li {
  padding: 5px 0px;
}
.dropdown_sidebar .nav-mobile li ul li a {
  text-transform: none !important;
}
.dropdown_sidebar .nav-mobile li ul li a:before {
  content: "\f105";
  font-family: fontawesome;
  margin-right: 5px;
}
.dropdown_sidebar.active {
  left: 0px;
}
.active_sidebar .wrapper {
  position: relative;
  left: 255px;
}
.wrapper {
  left: 0px;
  position: relative;
}
.dropdown_sidebar,
.wrapper {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/*==END MOBILE MENU==*/
/*==MEGAMENU==*/
.display-popup {
  display: none;
}
.home-menu-dropdown .item-home-store {
  width: 20%;
}
.drop1columns .home-menu-dropdown .item-home-store {
  width: 100%;
}
.newsletter-w {
  display: none;
}
.mobile-menu {
  display: none;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div {
  background-color: #fff;
  color: #737373;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div a {
  color: #363636;
  font-size: 100%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .sm_megamenu_title > span {
  border-bottom: 1px solid #e6e6e6;
  display: block;
  font-size: 128%;
  font-style: italic;
  margin-bottom: 10px;
  padding-bottom: 15px;
  text-transform: capitalize;
  color: #1b1b1b;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .sm_megamenu_title > a {
  padding: 6px 0px;
  display: inline-block;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .sm_megamenu_title > a:hover {
  color: #c44c51;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .see-all {
  border-top: #e6e6e6 1px solid;
  color: #444444;
  margin-top: 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .see-all .sm_megamenu_nodrop {
  position: relative;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .see-all .sm_megamenu_nodrop:after {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 14px;
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  color: #444444;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .see-all:hover {
  color: #c44c51;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .see-all:hover .sm_megamenu_nodrop:after {
  color: #c44c51;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .sm_megamenu_content > a.banner-menu {
  margin-bottom: 20px;
}
.shop-category-parent > div.sm_megamenu_dropdown_2columns {
  width: 500px !important;
}
.static-image-megamenu {
  position: relative;
  right: -11px;
}
.static-image-megamenu .banner-img {
  display: inline-block !important;
}
.image-bottom {
  padding: 20px 15px 0px 15px;
}
.static-bottom-link {
  background-color: #f1f1f1;
  margin: 20px 30px 0;
  padding: 10px 15px;
}
.static-bottom-link .link-bottom li {
  display: inline-block;
  margin: 0 5px;
}
.static-bottom-link .link-bottom li.label-color {
  color: #c44c51;
}
/*==SEARCH==*/
.search-autocomplete {
  background: #fff;
  z-index: 50;
  padding: 0 10px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
}
.search-autocomplete ul {
  margin: 0;
}
.search-autocomplete ul li {
  padding: 8px 10px;
  border-bottom: 1px dotted #d7d7d7;
}
.search-autocomplete ul li .amount {
  float: right;
}
.search-autocomplete ul li:last-child {
  border: none;
}
/*==ABOUT - CONTACT ITEM==*/
.sm_megamenu_wrapper_horizontal_menu .item-about-contact {
  padding: 15px 0;
}
.sm_megamenu_wrapper_horizontal_menu .item-about-contact li a {
  display: block !important;
  padding: 5px 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.sm_megamenu_wrapper_horizontal_menu .item-about-contact li a:hover {
  color: #c44c51;
}
.sm_megamenu_wrapper_horizontal_menu .item-about-contact li:last-child a {
  border-bottom: none;
}
.cms-index-index .home-item-parent > a > span,
.cms-index-index #nav > li:first-child > a > span {
  color: #fff;
  border-color: #fff;
}
.header-style-1 .header .header-top1 {
  border-bottom: #dedede 1px solid;
  float: left;
  width: 100%;
}
.header-style-1 .header .header-top1 .contect {
  font-size: 85%;
  color: #747474;
  margin-left: -15px;
  padding: 14px 0 12px;
}
@media (max-width: 640px) {
  .header-style-1 .header .header-top1 .contect {
    text-align: center;
    padding: 12px 0 0;
  }
}
.header-style-1 .header .header-top1 .delivery {
  text-align: center;
  color: #4b4b4b;
  font-style: italic;
  padding: 12px 0;
}
@media (max-width: 990px) {
  .header-style-1 .header .header-top1 .delivery {
    font-size: 85%;
  }
}
@media (max-width: 640px) {
  .header-style-1 .header .header-top1 .delivery {
    padding: 8px 0;
  }
}
.header-style-1 .header .header-top1 .address {
  float: right;
  margin-right: -15px;
  text-align: right;
  text-transform: uppercase;
  width: 100%;
  font-size: 85%;
  padding: 14px 0 12px;
}
@media (max-width: 990px) {
  .header-style-1 .header .header-top1 .address {
    font-size: 85%;
  }
}
@media (max-width: 640px) {
  .header-style-1 .header .header-top1 .address {
    text-align: center;
    float: none;
    padding: 0 0 12px;
  }
}
.header-style-1 .header .header-top1 .address a {
  color: #747474;
}
.header-style-1 .header .header-top1 .address a:hover {
  color: #c44c51;
}
.header-style-1 .header .logo {
  text-align: center;
}
@media (max-width: 640px) {
  .header-style-1 .header .logo {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .header-style-1 .header .logo {
    padding: 15px 0;
  }
}
.header-style-1 .header .wrapper-bottom {
  position: relative;
  padding: 12px 0;
  float: left;
  width: 100%;
}
@media (max-width: 360px) {
  .header-style-1 .header .wrapper-bottom {
    border-bottom: 1px solid #dedede;
  }
}
.header-style-1 .header .wrapper-bottom .header-col-left {
  margin-top: 30px;
  padding: 0px;
}
.header-style-1 .header .wrapper-bottom .header-col-right {
  margin-top: 18px;
}
.header-style-1 .header .wrapper-bottom .header-col-right .header-top-icon {
  text-align: right;
}
@media (max-width: 360px) {
  .header-style-1 .header .action-block {
    text-align: center;
  }
}
.header-style-1 .header .action-block.search-box-wrapper {
  position: absolute;
  top: 8px;
  right: 100px;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.header-style-1 .header .action-block.search-box-wrapper:before {
  background: transparent;
  content: "";
  height: 32px;
  left: -8px;
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1024px) {
  .header-style-1 .header .action-block.search-box-wrapper {
    right: 50px;
  }
}
@media (max-width: 360px) {
  .header-style-1 .header .action-block.search-box-wrapper {
    right: 30px;
  }
}
.header-style-1 .header .action-block.search-box-wrapper .fa-search {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 0;
  top: 8px;
}
.header-style-1 .header .action-block.search-box-wrapper .fa-search:hover {
  color: #c44c51;
}
.header-style-1 .header .action-block.search-box-wrapper .dropdown-search {
  border: none;
  position: absolute;
  right: 0;
  top: 45px;
  width: 375px;
  z-index: 20;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  visibility: hidden;
  top: 110%;
}
@media (max-width: 360px) {
  .header-style-1 .header .action-block.search-box-wrapper .dropdown-search {
    width: 290px;
    right: -15px;
  }
}
.header-style-1 .header .action-block.search-box-wrapper .dropdown-search .form-search {
  border: 1px solid #e1e1e1;
  background: #fff;
}
.header-style-1 .header .action-block.search-box-wrapper .dropdown-search .form-search .input-text {
  background: none;
  border: none;
  width: 100%;
  padding-right: 40px;
  line-height: 30px;
  padding-left: 15px;
  height: 32px;
  color: #939393 !important;
  font-size: 85%;
  text-transform: capitalize;
  font-style: italic;
  font-weight: normal;
}
.header-style-1 .header .action-block.search-box-wrapper .dropdown-search .form-search .button-search {
  background: transparent;
  border: 0px;
  position: absolute;
  right: 10px;
  top: 5px;
}
.header-style-1 .header .action-block.search-box-wrapper .dropdown-search .form-search .button-search:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 14px;
  content: '\f002';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  color: #494949;
}
.header-style-1 .header .action-block.search-box-wrapper .dropdown-search .form-search .button-search span {
  display: none;
}
.header-style-1 .header .action-block.search-box-wrapper .dropdown-search .form-search .button-search:hover:before {
  color: #c44c51;
}
.header-style-1 .header .action-block.search-box-wrapper:hover .fa-search {
  color: #c44c51;
}
.header-style-1 .header .action-block.search-box-wrapper:hover .dropdown-search {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
.header-style-1 .header .action-block.currency-language .dropdown-block,
.header-style-1 .header .action-block.myaccount-header .dropdown-block {
  display: inline-block;
}
.header-style-1 .header .action-block.currency-language .dropdown-block .dropdown-toggle,
.header-style-1 .header .action-block.myaccount-header .dropdown-block .dropdown-toggle {
  line-height: 28px;
  color: #545454;
  cursor: pointer;
  font-size: 85%;
  position: relative;
}
.header-style-1 .header .action-block.currency-language .dropdown-block .dropdown-toggle:before,
.header-style-1 .header .action-block.myaccount-header .dropdown-block .dropdown-toggle:before {
  background: transparent;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 100%;
}
.header-style-1 .header .action-block.currency-language .dropdown-block .dropdown-toggle .value,
.header-style-1 .header .action-block.myaccount-header .dropdown-block .dropdown-toggle .value {
  font-weight: normal;
  text-transform: capitalize;
  padding-right: 15px;
  margin-right: 12px;
}
.header-style-1 .header .action-block.currency-language .dropdown-block .dropdown-toggle .value:after,
.header-style-1 .header .action-block.myaccount-header .dropdown-block .dropdown-toggle .value:after {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 14px;
  content: '\f107';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  color: #545454;
  padding-left: 5px;
}
.header-style-1 .header .action-block.currency-language .dropdown-block .currency-switcher .dropdown-toggle:after,
.header-style-1 .header .action-block.myaccount-header .dropdown-block .currency-switcher .dropdown-toggle:after {
  position: absolute;
  right: 12px;
  height: 15px;
  width: 1px;
  background: #e1e1e1;
  content: "";
  display: inline-block;
  top: 5px;
}
.header-style-1 .header .action-block.currency-language .dropdown-block .lang-switcher .flag,
.header-style-1 .header .action-block.myaccount-header .dropdown-block .lang-switcher .flag {
  background-position: 0 center;
}
.header-style-1 .header .action-block.currency-language .dropdown-block .dropdown-list,
.header-style-1 .header .action-block.myaccount-header .dropdown-block .dropdown-list {
  font-size: 93%;
}
.header-style-1 .header .action-block.myaccount-header {
  display: inline-block;
}
.header-style-1 .header .action-block.myaccount-header .dropdown-block .account-switcher .dropdown-toggle {
  border-right: 0px;
  margin-left: 0px;
  padding-left: 15px;
}
.header-style-1 .header .action-block.myaccount-header .dropdown-block .account-switcher .dropdown-toggle:after {
  position: absolute;
  left: -2px;
  height: 15px;
  width: 1px;
  background: #e1e1e1;
  content: "";
  display: inline-block;
  top: 5px;
}
.header-style-1 .header .action-block.myaccount-header .dropdown-block .account-switcher .dropdown-toggle .value {
  margin: 0px;
  padding: 0px;
}
.header-style-1 .header .action-block.myaccount-header .dropdown-block .account-switcher .dropdown-toggle .value a {
  position: relative;
}
.header-style-1 .header .action-block.myaccount-header .dropdown-block .account-switcher .dropdown-toggle .value a i {
  font-size: 16px;
  color: #363636;
}
.header-style-1 .header .action-block.myaccount-header .dropdown-block .account-switcher .dropdown-toggle .value:after {
  display: none;
}
.header-style-1 .header .action-block.myaccount-header .dropdown-block .account-switcher .dropdown-list {
  right: 0px;
  left: auto;
}
.header-style-1 .header .action-block.myaccount-header .dropdown-block .account-switcher .dropdown-list .account-links {
  margin: 0;
}
.header-style-1 .header .action-block.myaccount-header .dropdown-block .account-switcher .dropdown-list .account-links li .account_icon {
  position: relative;
}
.header-style-1 .header .action-block.myaccount-header .dropdown-block .account-switcher .dropdown-list .account-links li .account_icon:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 12px;
  content: '\f007';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
}
.header-style-1 .header .action-block.myaccount-header .dropdown-block .account-switcher .dropdown-list .account-links li .cus-btn {
  position: relative;
  cursor: pointer;
}
.header-style-1 .header .action-block.myaccount-header .dropdown-block .account-switcher .dropdown-list .account-links li .cus-btn:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 12px;
  content: '\f13e';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
}
.header-style-1 .header .action-block.myaccount-header .dropdown-block .account-switcher .dropdown-list .links {
  margin: 0;
}
.header-style-1 .header .action-block.myaccount-header .dropdown-block .account-switcher .dropdown-list .links li a {
  position: relative;
}
.header-style-1 .header .action-block.myaccount-header .dropdown-block .account-switcher .dropdown-list .links li a.my-wishlist {
  white-space: nowrap;
}
.header-style-1 .header .action-block.myaccount-header .dropdown-block .account-switcher .dropdown-list .links li a.my-wishlist:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 12px;
  content: '\f08a';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
}
.header-style-1 .header .action-block.myaccount-header .dropdown-block .account-switcher .dropdown-list .links li a.top-link-checkout:before {
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  font-size: 12px;
  content: '\f090';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
}
.header-style-1 .header .action-block .dropdown-block > div:hover .value,
.header-style-1 .header .action-block .dropdown-block > div:hover i {
  color: #c44c51 !important;
}
.header-style-1 .header .action-block .dropdown-block > div:hover .value:after,
.header-style-1 .header .action-block .dropdown-block > div:hover i:after {
  color: #c44c51 !important;
}
.header-style-1 .header .action-block .dropdown-block > div:hover .dropdown-list {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  top: 100%;
  overflow: auto;
  top: 120%;
}
.header-style-1 .yt-menu .menu-under {
  background: #000;
}
.header-style-1 .yt-menu .menu-under .menu-larger {
  /*==CSS MENU==*/
}
.header-style-1 .yt-menu .menu-under .menu-larger .sm_megamenu_wrapper_horizontal_menu {
  width: 100%;
}
.header-style-1 .yt-menu .menu-under .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu {
  display: table;
  margin: 0 auto;
  width: auto;
}
.header-style-1 .yt-menu .menu-under .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li {
  float: left;
  margin-right: 1px;
}
.cms-index-index .header-style-1 .yt-menu .menu-under .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.rw-url > a {
  border-color: #fff;
}
.header-style-1 .yt-menu .menu-under .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a {
  color: #fffefe;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-block;
  font-size: 93%;
  line-height: 45px;
  position: relative;
  border-bottom: 2px solid transparent;
  margin: 0 20px;
}
.header-style-1 .yt-menu .menu-under .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a > span {
  display: inline;
  margin: 0;
  padding: 8px 0;
}
.header-style-1 .yt-menu .menu-under .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.sm_megamenu_drop:hover > a {
  position: relative;
}
.header-style-1 .yt-menu .menu-under .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu.css_effect .sm_megamenu_actived > a {
  border-color: #fff;
}
.header-style-1 .yt-menu .menu-under .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu.css_effect > li:hover > a {
  border-color: #fff;
}
.header-style-1 .yt-menu .menu-under .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu.css_effect > li:hover > a > span {
  color: #fff;
}
.header-style-1 .yt-menu .menu-under .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu.css_effect > li:hover > div {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  top: 100%;
  overflow: auto;
}
.header-style-1 .yt-menu .menu-under .menu-larger .big-nav .nav-container #nav {
  display: table;
  margin: 0 auto;
  width: auto;
}
.header-style-1 .yt-menu .menu-under .menu-larger .big-nav .nav-container #nav > li {
  float: left;
  margin-right: 1px;
}
.header-style-1 .yt-menu .menu-under .menu-larger .big-nav .nav-container #nav > li > a {
  color: #fffefe;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-block;
  font-size: 100%;
  line-height: 45px;
  border-bottom: 2px solid transparent;
  margin: 0 20px;
}
.header-style-1 .yt-menu .menu-under .menu-larger .big-nav .nav-container #nav > li > a > span {
  display: inline;
  margin: 0px;
  padding: 8px 0px;
}
.header-style-1 .yt-menu .menu-under .menu-larger .big-nav .nav-container #nav > li > a:hover {
  border-color: #fff;
}
.header-style-1 .yt-menu .menu-under .menu-larger .big-nav .nav-container #nav > li ul {
  display: none;
  width: 248px;
  background-color: #fbfafa;
  position: absolute;
  left: 0;
  top: 48px;
  padding: 15px 25px;
  z-index: 90;
  box-shadow: 2 0 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.5);
}
.header-style-1 .yt-menu .menu-under .menu-larger .big-nav .nav-container #nav > li ul li a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 100%;
  text-transform: capitalize;
}
.header-style-1 .yt-menu .menu-under .menu-larger .big-nav .nav-container #nav > li ul li a:hover {
  color: #c44c51;
}
.header-style-1 .yt-menu .menu-under .menu-larger .big-nav .nav-container #nav > li ul li:last-child > a {
  border-bottom: none;
}
.header-style-1 .yt-menu .menu-under .menu-larger .big-nav .nav-container #nav > li ul a {
  color: #252525;
}
.header-style-1 .yt-menu .menu-under .menu-larger .big-nav .nav-container #nav > li:hover > a,
.header-style-1 .yt-menu .menu-under .menu-larger .big-nav .nav-container #nav > li.active > a {
  border-color: #fff;
}
.header-style-1 .yt-menu .menu-under .menu-larger .big-nav .nav-container #nav > li:hover > a > span,
.header-style-1 .yt-menu .menu-under .menu-larger .big-nav .nav-container #nav > li.active > a > span {
  color: #fff;
}
.header-style-1 .yt-menu .menu-under .menu-larger .big-nav .nav-container #nav > li.parent:hover > a {
  position: relative;
}
.header-style-1 .yt-menu .menu-under .menu-larger .big-nav .nav-container #nav li {
  position: relative;
}
.header-style-1 .yt-menu .menu-under .menu-larger .big-nav .nav-container #nav li:hover > ul {
  display: block;
}
.header-style-1 .yt-menu .menu-under .menu-larger .big-nav .nav-container #nav li:hover > ul li.parent:hover > a,
.header-style-1 .yt-menu .menu-under .menu-larger .big-nav .nav-container #nav li:hover > ul li.parent.over > a {
  color: #c44c51;
}
.header-style-1 .yt-menu .menu-under .menu-larger .big-nav .nav-container #nav li:hover > ul li.parent:hover ul,
.header-style-1 .yt-menu .menu-under .menu-larger .big-nav .nav-container #nav li:hover > ul li.parent.over ul {
  left: 230px;
  top: 0;
  box-shadow: 2 0 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.5);
}
/*.menu-on-top*/
.menu-on-top .menu-larger {
  max-width: 1170px;
  margin: 0 auto;
}
.menu-on-top .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > ul,
.menu-on-top .big-nav .nav-container #nav > li > ul {
  top: 60px !important;
}
.menu-on-top .logo {
  display: none !important;
}
.cms-index-index .col-main {
  padding-top: 0;
}
.cms-index-index .main {
  padding-bottom: 0;
}
.cms-index-index.cms-page-1,
.cms-index-index.boxed-layout.cms-page-1 .wrapper {
  background: #fff;
}
/*==slidéhow==*/
.sm-imageslider {
  overflow: hidden;
}
.sm-imageslider a.lear-more {
  border: 1px solid #fff;
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  bottom: 28%;
  color: #fff;
  font-size: 85%;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  background: transparent;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sm-imageslider a.lear-more:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #c44c51;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.sm-imageslider a.lear-more:hover {
  border-color: #c44c51;
}
.sm-imageslider a.lear-more:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.sm-imageslider .owl-nav > div {
  position: absolute !important;
  top: 42% !important;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.sm-imageslider .owl-nav > div:hover {
  background: #262525 !important;
}
.sm-imageslider .owl-nav > div.owl-prev {
  left: 30px !important;
}
.sm-imageslider .owl-nav > div.owl-next {
  right: 30px !important;
}
.sm-imageslider .owl-dots {
  bottom: 15px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.sm-imageslider .owl-dots .owl-dot span {
  border: 0px !important;
  background: rgba(255, 255, 255, 0.7);
}
.sm-imageslider .owl-dots .owl-dot.active span,
.sm-imageslider .owl-dots .owl-dot:hover span {
  background: #fff !important;
}
.sm-imageslider:hover .owl-nav > div {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.wrappertop-conent {
  margin-top: 15px;
}
.wrappertop-conent .col-md-6 {
  margin-bottom: 45px;
}
@media (min-width: 990px) {
  .wrappertop-conent .static-image-block1 {
    margin-left: -15px;
  }
}
.wrappertop-conent .static-image-block1 .category {
  border-bottom: #d3d3d3 1px solid;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media (max-width: 360px) {
  .wrappertop-conent .static-image-block1 .category .col-xs-6 {
    width: 100% !important;
    text-align: center;
  }
  .wrappertop-conent .static-image-block1 .category .col-xs-6 .banner-img.pull-right {
    float: none !important;
  }
}
.wrappertop-conent .static-image-block1 .category:last-child {
  border: 0px;
}
.wrappertop-conent .static-image-block1 .category .content-category {
  margin: 15px auto 0;
  text-align: center;
  width: 62%;
}
.wrappertop-conent .static-image-block1 .category .content-category .price {
  color: #454545;
}
.wrappertop-conent .static-image-block1 .category .content-category h2 {
  color: #0e0e0e;
  font-size: 215%;
  font-style: italic;
  line-height: 35px;
  margin: 5px 0;
}
.wrappertop-conent .static-image-block1 .category .content-category a.shop-now {
  color: #454545;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.wrappertop-conent .static-image-block1 .category .content-category a.shop-now i {
  color: #c44c51;
  padding-left: 8px;
}
.wrappertop-conent .static-image-block1 .category .content-category a.shop-now:hover {
  color: #c44c51;
  margin-left: 8px;
}
/*==banner 2==*/
.banner-home2 {
  border-top: #d3d3d3 1px solid;
  margin-bottom: 30px;
}
.banner-home2 .title-block {
  color: #1b1b1b;
  font-size: 215%;
  text-transform: capitalize;
  font-style: italic;
  text-align: center;
  padding: 28px 0 35px;
}
@media (max-width: 480px) {
  .banner-home2 .title-block {
    font-size: 200%;
  }
}
@media (max-width: 640px) {
  .banner-home2 .banner-img {
    text-align: center;
  }
}
.banner-home2 .col-sm-4 {
  margin-bottom: 20px;
}
.banner-home2 .content-bn {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-align: center;
  -webkit-transform: translate(0px, -35px);
  -moz-transform: translate(0px, -35px);
  -o-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
  width: 70%;
}
@media (max-width: 990px) {
  .banner-home2 .content-bn {
    width: 100%;
    padding: 0px;
  }
}
.banner-home2 .content-bn h2 {
  font-size: 142%;
  text-transform: uppercase;
  font-weight: bold;
}
.banner-home2 .content-bn h2 a {
  color: #202020;
}
.banner-home2 .content-bn h2 a:hover {
  color: #c44c51;
}
.banner-home2 .content-bn > p {
  line-height: 20px;
  margin: 8px 0;
  color: #727272;
}
.banner-home2 a.shop-now {
  border: 1px solid #363636;
  line-height: 35px;
  height: 35px;
  padding: 0 30px;
  color: #393939;
  font-size: 85%;
  display: inline-block;
  background: #fff;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  margin-top: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-home2 a.shop-now.shopnow-center {
  background: transparent;
  border-color: #fff;
  bottom: 50px;
  color: #fff;
  left: 50%;
  margin-left: -70px;
  position: absolute;
  line-height: 40px;
  height: 40px;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .banner-home2 a.shop-now.shopnow-center {
    bottom: 35px;
  }
}
.banner-home2 a.shop-now:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #c44c51;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.banner-home2 a.shop-now:hover {
  border-color: #c44c51;
  color: #fff;
}
.banner-home2 a.shop-now:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
/*==basic-product==*/
.content-basic-bottom {
  border-top: 1px solid #d3d3d3;
  margin-bottom: 32px;
}
.content-basic-bottom .info-basic {
  margin-bottom: 30px;
}
.content-basic-bottom .info-basic .basic-home-title h2 {
  color: #1b1b1b;
  font-size: 215%;
  font-style: italic;
  padding: 35px 0 0;
  text-align: center;
  text-transform: capitalize;
}
.content-basic-bottom .bs-pretext {
  color: #666666;
  font-style: italic;
  margin: 8px 0 20px;
  text-align: center;
}
.content-basic-bottom .owl-nav > div {
  position: absolute !important;
  top: 42% !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
@media (min-width: 990px) {
  .content-basic-bottom .owl-nav > div.owl-prev {
    left: -40px !important;
  }
  .boxed-layout.cms-index-index .content-basic-bottom .owl-nav > div.owl-prev {
    left: 0px !important;
  }
}
@media (min-width: 990px) {
  .content-basic-bottom .owl-nav > div.owl-next {
    right: -40px !important;
  }
  .boxed-layout.cms-index-index .content-basic-bottom .owl-nav > div.owl-next {
    right: 0px !important;
  }
}
.content-basic-bottom:hover .owl-nav > div {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/*==video==*/
.fa.fa-step-forward {
  cursor: pointer;
  top: 55%;
  left: 50%;
  margin-left: -25px !important;
  position: absolute;
}
@media (max-width: 360px) {
  .fa.fa-step-forward {
    border: 0px;
  }
}
@media (max-width: 640px) {
  .fa.fa-step-forward {
    top: 45%;
  }
}
@media (max-width: 360px) {
  .fa.fa-step-forward {
    top: 0;
  }
}
.fa.fa-step-forward:before {
  background: url(http://dev.ytcvn.com/ytc_templates/magento/p2/skin/frontend/sm-paradise/default/images/icon-play.png) no-repeat center top;
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 33px;
}
.static-surround.is_play .fa.fa-step-forward {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}
.static-surround.is_play .fa.fa-step-forward:before {
  display: none;
}
.static-surround.is_play .fa.fa-step-forward:after {
  content: "\f051";
  display: inline-block;
  font-size: 30px;
  height: 30px;
  width: 30px;
  top: 5px;
  color: #fff;
  position: relative;
}
.static-surround.is_play .static-content2,
.static-surround.is_play .static-content1 {
  display: none;
}
.static-surround.is_play #static_video {
  display: block;
  width: 100%;
}
.static-surround.is_play img {
  display: none;
}
.full-block-info-video1 {
  position: relative;
  margin-bottom: 50px;
  max-height: 400px;
  overflow: hidden;
}
.full-block-info-video1 .static-content1 {
  position: absolute;
  top: 20%;
  width: 100%;
  text-align: center;
}
@media (max-width: 640px) {
  .full-block-info-video1 .static-content1 {
    top: 12%;
  }
}
@media (max-width: 360px) {
  .full-block-info-video1 .static-content1 {
    display: none;
  }
}
.full-block-info-video1 .static-content1 h2 {
  color: #fff;
  font-size: 428%;
  font-weight: 900;
  text-transform: capitalize;
  font-style: italic;
  font-weight: normal;
}
@media (max-width: 640px) {
  .full-block-info-video1 .static-content1 h2 {
    font-size: 200%;
  }
}
.full-block-info-video1 .static-content1 p {
  color: #fff;
  font-size: 128%;
  margin: 10px 0;
}
@media (max-width: 640px) {
  .full-block-info-video1 .static-content1 p {
    font-size: 100%;
  }
}
.full-block-info-video1 #static_video {
  display: none;
}
/*==lissting tabs==*/
.sj-listing-tabs {
  margin-bottom: 40px;
}
.sj-listing-tabs .ltabs-tabs-wrap {
  display: table;
  margin: 0 auto;
}
.sj-listing-tabs .ltabs-tabs-wrap li.ltabs-tab {
  display: inline-block;
  color: #aaaaaa;
  font-size: 215%;
  font-style: italic;
  cursor: pointer;
  padding: 0 20px;
  position: relative;
}
.sj-listing-tabs .ltabs-tabs-wrap li.ltabs-tab:after {
  position: absolute;
  top: 15px;
  right: -6px;
  content: "";
  height: 22px;
  width: 1px;
  display: inline-block;
  background: #e1e1e1;
}
.sj-listing-tabs .ltabs-tabs-wrap li.ltabs-tab.tab-sel,
.sj-listing-tabs .ltabs-tabs-wrap li.ltabs-tab:hover {
  color: #1b1b1b;
}
.sj-listing-tabs .ltabs-tabs-wrap li.ltabs-tab:last-child:after {
  display: none;
}
.sj-listing-tabs .pre-text {
  text-align: center;
  color: #666666;
  font-style: italic;
  margin: 5px 0 20px;
}
.btn-mobile-wrapper {
  height: 50px;
}
.btn-mobile-wrapper .btn-menu-mobile {
  line-height: 50px;
}
.btn-mobile-wrapper .btn-menu-mobile:before {
  color: #fff;
}
@media (min-width: 1200px) {
  .menu-on-top {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1001;
    background-color: #fff;
  }
  .menu-on-top .menu-larger {
    background-color: transparent !important;
  }
  .menu-on-top .logo-ontop {
    display: block;
    position: absolute;
    left: 15px;
    top: 12px;
    z-index: 10px;
  }
}
@media (max-width: 360px) {
  .sm-cartpro .cartpro-content {
    right: -150px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu-on-top {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1001;
    background-color: #fff;
  }
  .menu-on-top .menu-larger {
    background-color: transparent !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .logo-wrapper {
    width: 30%;
    float: left;
  }
  .header-action-wrapper {
    width: 70%;
    float: left;
  }
  .big-nav {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  .big-nav {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .logo-wrapper {
    text-align: center;
  }
  .header-action-wrapper {
    text-align: center;
  }
  .header-style-1 .header .header-inner .header-top .header-action-wrapper .action-block {
    display: inline-block;
    float: none;
    text-align: left;
  }
  .header-style-1 .header .header-inner .yt-menu {
    position: relative;
  }
  .header-page-1 .breadcrumbs {
    padding-top: 0;
  }
  .header-style-1 .header .header-inner .header-top .header-action-wrapper .action-block.myaccount-header {
    margin-right: 0;
  }
  .header-style-1 .header .header-inner .header-top .header-action-wrapper .action-block.myaccount-header .dropdown-block {
    margin-right: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .dropdown-list {
    top: 59px;
    z-index: 3000;
  }
  .header-style-1 .header .header-inner .header-top .header-action-wrapper {
    margin-top: 20px;
  }
  .header-style-1 .header .header-inner .header-top .header-action-wrapper .action-block.search-box-wrapper {
    position: absolute;
    z-index: 2000;
    bottom: -81px;
    left: 100px;
  }
  .header-style-1 .header .header-inner .header-top .header-action-wrapper .action-block.search-box-wrapper .dropdown-search {
    left: 32px;
    border-right: 1px solid #252525;
    border-left: none;
    background-color: transparent;
  }
  .header-style-1 .header .header-inner .header-top .header-action-wrapper .action-block.search-box-wrapper .dropdown-search .button-search {
    left: -32px;
    border-right: none;
    border-left: 1px solid #252525;
  }
  .header-style-1 .header .header-inner .header-top .header-action-wrapper .action-block.search-box-wrapper:hover .dropdown-search,
  .header-style-1 .header .header-inner .header-top .header-action-wrapper .action-block.search-box-wrapper.active-search .dropdown-search {
    width: 183px;
  }
}
@media (max-width: 480px) {
  .dropdown-list {
    top: 59px;
    z-index: 3000;
  }
  .header-style-1 .header .header-inner .header-top .header-action-wrapper {
    margin-top: 20px;
  }
  .header-style-1 .header .header-inner .header-top .header-action-wrapper .action-block.search-box-wrapper {
    position: absolute;
    z-index: 2000;
    bottom: -81px;
    left: 113px;
  }
  .header-style-1 .header .header-inner .header-top .header-action-wrapper .action-block.search-box-wrapper .dropdown-search {
    left: 32px;
    border-right: 1px solid #252525;
    border-left: none;
    background-color: transparent;
  }
  .header-style-1 .header .header-inner .header-top .header-action-wrapper .action-block.search-box-wrapper .dropdown-search .button-search {
    left: -32px;
    border-right: none;
    border-left: 1px solid #252525;
  }
  .header-style-1 .header .header-inner .header-top .header-action-wrapper .action-block.myaccount-header,
  .header-style-1 .header .header-inner .header-top .header-action-wrapper .action-block.currency-language,
  .header-style-1 .header .header-inner .header-top .header-action-wrapper .action-block.currency-language .dropdown-block,
  .header-style-1 .header .header-inner .header-top .header-action-wrapper .action-block.myaccount-header .dropdown-block {
    margin-right: 0;
  }
  .header-style-1 .header .header-inner .header-top .header-action-wrapper .action-block.myaccount-header .dropdown-block .account-switcher .dropdown-toggle .value a::before {
    display: none;
  }
  .header-style-1 .header .header-inner .header-top .header-action-wrapper .action-block.search-box-wrapper .dropdown-search {
    background-color: #fff;
    border: none;
    left: -98px;
    top: 54px;
    width: 290px !important;
    display: none;
  }
  .header-style-1 .header .header-inner .header-top .header-action-wrapper .action-block.search-box-wrapper .dropdown-search .input-text {
    height: 55px;
  }
  .header-style-1 .header .header-inner .header-top .header-action-wrapper .action-block.search-box-wrapper .btn-search {
    display: block !important;
    opacity: 1 !important;
  }
  .header-style-1 .header .header-inner .header-top .header-action-wrapper .action-block.search-box-wrapper .dropdown-search .button-search {
    border: none;
    right: 9px;
    top: 13px;
    display: block;
    left: auto;
  }
  .header-style-1 .header .header-inner .header-top .header-action-wrapper .action-block.search-box-wrapper:hover .dropdown-search {
    display: block;
  }
  .header-style-1 .header .header-inner .header-top .header-action-wrapper .action-block.search-box-wrapper:hover .btn-search:before {
    content: "";
    display: inline-block;
    width: 68px;
    height: 40px;
    position: absolute;
    top: 27px;
    left: -18px;
  }
  .header-style-1 .header .header-inner .header-top .header-action-wrapper .action-block.search-box-wrapper .dropdown-search {
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 640px) {
  .header-col-left {
    margin-top: 15px !important;
  }
  .header-col-right {
    margin-top: 0px !important;
  }
}
@media (max-width: 360px) {
  .wrapper-bottom .col-xs-4 {
    float: left;
    width: 100%;
  }
  .wrapper-bottom .col-xs-4 .header-top-icon {
    text-align: center !important;
    margin-left: -25px;
    width: 100%;
    line-height: 30px;
    padding: 10px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sj-listing-tabs .ltabs-items-container .ltabs-items-inner .row-item .ltabs-item .item-inner {
    margin: 0 0 120px !important;
  }
  .wrapper-contenttop2 .recommed-product ul > li > a {
    max-width: 285px;
  }
}
@media (max-width: 600px) {
  .ltabs-tabs-container {
    text-align: center;
  }
  .sm-gallery3d .gal-wrapper .gal-left,
  .sm-gallery3d .gal-wrapper .gal-right {
    display: none;
  }
}
@media (max-width: 360px) {
  .wrapper-contenttop1 .col-xs-4 {
    width: 100%;
  }
  .sm-gallery3d {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .products-grid .item .item-inner .box-image .sm_quickview_handler {
    display: block !important;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
  }
  .products-grid .item .item-inner .box-image:hover .sm_quickview_handler {
    opacity: 1;
  }
  /*==COLUMN PRODUCT==*/
  .category-5-product-columns .products-grid .item .item-inner .box-info .price-action .actions,
  .category-6-product-columns .products-grid .item .item-inner .box-info .price-action .actions {
    clear: both;
    padding: 5px 0 15px;
    float: left;
  }
  .category-5-product-columns .products-grid .item .item-inner .box-info .price-action .actions .btn-cart,
  .category-6-product-columns .products-grid .item .item-inner .box-info .price-action .actions .btn-cart {
    float: left;
    margin-right: 10px;
  }
  .category-5-product-columns .products-grid .item .item-inner .box-info .product-name,
  .category-6-product-columns .products-grid .item .item-inner .box-info .product-name {
    padding-bottom: 0;
  }
  .category-5-product-columns .price-box p,
  .category-6-product-columns .price-box p {
    margin-right: 5px;
  }
  .category-5-product-columns .regular-price .price,
  .category-6-product-columns .regular-price .price,
  .category-5-product-columns .special-price .price .price,
  .category-6-product-columns .special-price .price .price {
    font-size: 133.33%;
  }
  .col3-layout .products-list .item .item-inner {
    padding-right: 10px;
    padding-bottom: 0;
    margin-left: 0;
  }
  .col3-layout .products-list .item .item-inner .box-image-list {
    position: relative;
    left: auto;
    top: auto;
    width: 200px;
  }
  .col3-layout .products-list .item .item-inner .box-info-list {
    margin-left: 220px;
    padding-top: 10px;
  }
  .col3-layout .products-list .item .item-inner .box-info-list .desc {
    margin-bottom: 5px;
  }
  .col3-layout .products-list .item .item-inner .box-info-list .actions {
    position: relative;
    bottom: auto;
    display: inline-block;
    margin-bottom: 7px;
  }
  .col3-layout .products-list .item .item-inner .action-listing {
    position: relative;
    width: auto;
    margin-right: -10px;
    clear: both;
    padding: 5px 200px 10px 27px;
  }
  .col3-layout .products-list .item .item-inner .action-listing .btn-wrapper {
    top: 33px;
    bottom: auto;
    right: 27px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col2-left-layout .sidebar,
  .col2-right-layout .sidebar {
    width: 30%;
  }
  .col2-left-layout .col-main,
  .col2-right-layout .col-main {
    width: 70%;
  }
  .toolbar-fix .pager {
    display: none;
  }
  .category-left-right-sidebar .products-grid .item .item-inner .box-info .price-action .actions {
    float: none;
    clear: both;
    text-align: left;
    padding: 10px 0 15px;
    display: inline-block;
    width: 100%;
  }
  .category-left-right-sidebar .products-grid .item .item-inner .box-info .price-action .actions .btn-cart {
    float: left;
    margin-right: 10px;
  }
  .toolbar .toolbar-inner .sorter .amount {
    display: none;
  }
  .block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .txt-price-shopby {
    width: 140px;
    margin-bottom: 5px;
  }
  .block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .button {
    height: 65px;
  }
  .products-list .item .item-inner {
    padding-right: 10px;
    padding-bottom: 0;
    margin-left: 0;
  }
  .products-list .item .item-inner .box-image-list {
    position: relative;
    left: auto;
    top: auto;
    width: 200px;
  }
  .products-list .item .item-inner .box-info-list {
    margin-left: 220px;
    padding-top: 10px;
  }
  .products-list .item .item-inner .box-info-list .desc {
    margin-bottom: 5px;
  }
  .products-list .item .item-inner .box-info-list .actions {
    position: relative;
    bottom: auto;
    display: inline-block;
    margin-bottom: 10px;
  }
  .products-list .item .item-inner .action-listing {
    position: relative;
    width: auto;
    margin-right: -10px;
    clear: both;
    padding: 5px 200px 10px 27px;
  }
  .products-list .item .item-inner .action-listing .btn-wrapper {
    top: 33px;
    bottom: auto;
    right: 27px;
  }
  .block.block-compare .block-content .actions .button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
  .col3-layout .block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .txt-price-shopby {
    width: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .toolbar-fix .pager {
    display: none;
  }
  .toolbar .toolbar-inner .sorter .amount {
    display: none;
  }
  .toolbar .toolbar-inner .sortby-limiter .limiter {
    margin-right: 20px;
  }
  .products-list .item .item-inner .box-image-list {
    width: 180px;
  }
  .products-list .item .item-inner .box-info-list {
    margin-left: 200px;
  }
}
@media (max-width: 767px) {
  .toolbar .toolbar-inner .sorter .amount {
    display: none;
  }
  .toolbar .toolbar-inner .pager {
    display: none;
  }
  .toolbar-bottom .toolbar .toolbar-inner .pager {
    display: block;
  }
  .products-list .item .item-inner {
    padding-right: 10px;
    padding-bottom: 0;
    margin-left: 0;
  }
  .products-list .item .item-inner .box-image-list {
    position: relative;
    left: auto;
    top: auto;
    width: 200px;
  }
  .products-list .item .item-inner .box-info-list {
    margin-left: 220px;
    padding-top: 10px;
  }
  .products-list .item .item-inner .box-info-list .desc {
    margin-bottom: 5px;
  }
  .products-list .item .item-inner .box-info-list .actions {
    position: relative;
    bottom: auto;
    display: inline-block;
    margin-bottom: 10px;
  }
  .products-list .item .item-inner .action-listing {
    position: relative;
    width: auto;
    margin-right: -10px;
    clear: both;
    padding: 5px 200px 10px 27px;
  }
  .products-list .item .item-inner .action-listing .btn-wrapper {
    top: 33px;
    bottom: auto;
    right: 27px;
  }
}
@media (max-width: 480px) {
  .toolbar .toolbar-inner .sortby-limiter .sort-by {
    display: none;
  }
  .block-basic-listing .basic-bottom-title h2 {
    font-size: 200%;
  }
  .products-list .item .item-inner {
    padding-right: 0;
  }
  .products-list .item .item-inner .box-info-list {
    padding: 10px 20px!important;
  }
  .products-list .item .item-inner .action-listing {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .products-list .item .item-inner .action-listing .btn-wrapper {
    position: relative;
    right: auto;
    top: auto;
    left: auto;
    bottom: auto;
    padding: 15px 0;
  }
}
@media (min-width: 1200px) {
  /*==DETAIL PAGE==*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  .case-option-vertical .more-views .lSAction .lSNext {
    bottom: 3px;
  }
  .product-view-2 .case-option-vertical .more-views .lSAction .lSNext,
  .product-view-3 .case-option-vertical .more-views .lSAction .lSNext {
    bottom: 5px;
  }
  .detail-style-2 .product-view .product-shop .ratings .count-review-wrapper,
  .detail-style-3 .product-view .product-shop .ratings .count-review-wrapper {
    padding-top: 15px;
  }
  .detail-style-2 .product-view .product-shop .option-product-wrapper .option-content .option-product,
  .detail-style-3 .product-view .product-shop .option-product-wrapper .option-content .option-product {
    width: 100%;
    margin-bottom: 10px;
  }
  .detail-style-2 .resp-tabs-list li,
  .detail-style-3 .resp-tabs-list li {
    margin-right: 30px;
  }
  .detail-style-2 .resp-tabs-list li:last-child,
  .detail-style-3 .resp-tabs-list li:last-child {
    margin-right: 0;
  }
  .detail-style-2 .basic-products-list .list-items .item .item-inner .info-product-box .bs-title,
  .detail-style-3 .basic-products-list .list-items .item .item-inner .info-product-box .bs-title {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-image.product-image-zoom {
    max-width: 600px;
  }
  .case-option-vertical .more-views .lSAction .lSNext {
    bottom: 9px;
  }
  .product-view .product-shop .ratings .count-review-wrapper {
    padding-top: 10px;
  }
  .full-product-detail .title-product-detail .list-pd-detail li {
    font-size: 190%;
  }
  .product-img-box {
    width: 100%;
    max-width: 600px;
    float: left;
  }
  .product-shop {
    clear: both;
    width: 100%;
    padding-top: 40px;
  }
  .detail-style-2 .sidebar-view-wrapper,
  .detail-style-2 .info-view-wrapper {
    float: none;
  }
  .detail-style-2 .product-view .product-shop .ratings .count-review-wrapper,
  .detail-style-3 .product-view .product-shop .ratings .count-review-wrapper {
    padding-top: 15px;
  }
  .detail-style-2 .product-view .product-shop .option-product-wrapper .option-content .option-product,
  .detail-style-3 .product-view .product-shop .option-product-wrapper .option-content .option-product {
    width: 100%;
    margin-bottom: 10px;
  }
  .detail-style-2 .resp-tabs-list li,
  .detail-style-3 .resp-tabs-list li {
    margin-right: 30px;
  }
  .detail-style-2 .resp-tabs-list li:last-child,
  .detail-style-3 .resp-tabs-list li:last-child {
    margin-right: 0;
  }
  .detail-style-2 .basic-products-list .list-items .item .item-inner .info-product-box .bs-title,
  .detail-style-3 .basic-products-list .list-items .item .item-inner .info-product-box .bs-title {
    margin-bottom: 0;
  }
  .resp-tabs-list li {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .detail-style-2 .sidebar-view-wrapper,
  .detail-style-2 .info-view-wrapper {
    float: none;
  }
  .product-view-2 .case-option-vertical .more-views .lSAction .lSNext,
  .product-view-3 .case-option-vertical .more-views .lSAction .lSNext {
    bottom: 2px;
  }
  .resp-tab-content-active {
    border-top: 1px solid #c44c51;
    margin-bottom: 20px;
  }
  .case-option-vertical .more-views .lSAction .lSNext {
    bottom: 2px;
  }
  .product-img-box {
    max-width: 600px;
    float: left;
  }
  .product-shop {
    clear: both;
    padding-top: 40px;
  }
  .detail-style-2 .full-wrapper,
  .detail-style-3 .full-wrapper {
    padding: 0 15px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .full-product-detail .title-product-detail .list-pd-detail li {
    font-size: 120%;
  }
  .full-product-detail .title-product-detail .list-pd-detail li.related-tab {
    margin-right: 10px;
    padding-right: 14px;
  }
  .box-related .owl-controls .owl-nav,
  .box-up-sell .owl-controls .owl-nav {
    top: -123px;
  }
}
@media (max-width: 480px) {
  .product-view .product-shop .option-product-wrapper .option-content .option-product {
    width: 100%;
  }
  .product-view .product-shop .ratings .count-review-wrapper {
    padding-top: 10px;
  }
  .full-product-detail .title-product-detail .list-pd-detail li {
    font-size: 140%;
    padding: 5px 0!important;
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .full-product-detail .title-product-detail .list-pd-detail.border-tab li:first-child::before {
    display: none;
  }
  .full-product-detail .title-product-detail .list-pd-detail {
    padding-bottom: 60px;
    padding-top: 5px;
  }
  .box-related .owl-controls .owl-nav,
  .box-up-sell .owl-controls .owl-nav {
    right: 50%;
    margin-right: -42px;
    top: -116px;
  }
  .case-option-vertical .more-views .lSAction .lSNext {
    bottom: 5px;
  }
  .product-view-2 .case-option-vertical .more-views .lSAction .lSNext,
  .product-view-3 .case-option-vertical .more-views .lSAction .lSNext {
    bottom: 5px;
  }
}
/***---Device---***/
@media (min-width: 1200px) {
  .wrapper {
    left: 0 !important;
  }
  .container {
    width: 1200px !important;
    max-width: 1200px !important;
  }
  .client-say-wrapper .border-block {
    min-height: 320px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper {
    left: 0 !important;
  }
  .menu-under .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu.sm-megamenu-hover.css_effect > li.hover_item > div {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart #shopping-cart-table .button {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  #cpanel_wrapper {
    display: none;
  }
  .sm_quickview_handler {
    display: none !important;
  }
  #shopping-cart-table .button {
    margin: 5px 0;
    float: none;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .sm_quickview_handler {
    display: none !important;
  }
  .products-list .item .item-inner .box-image-list {
    width: 100%;
  }
  .products-list .item .item-inner .box-image-list a {
    display: block;
  }
  .products-list .item .item-inner .box-image-list a img {
    width: 100%;
  }
  .products-list .item .item-inner .box-info-list {
    margin: 0;
    padding: 10px;
    clear: both;
  }
  .product-view .box-tags .form-add .input-box {
    margin-bottom: 5px;
    width: 100%;
  }
  .product-view .box-tags .form-add .input-box .input-text {
    width: 100%;
  }
  .sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-actions a {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .product-view.cartpro-product .product-shop .add-to-cart .btn-cart {
    font-size: 100%;
    padding: 0 15px;
    margin: 0;
  }
  .product-view.cartpro-product .product-shop .price-box .old-price {
    position: relative;
    width: 100%;
  }
  .product-view.cartpro-product .product-shop .price-box .old-price .price {
    top: 10px;
  }
}
