
img {
  border: 0;
  vertical-align: top;
  width: auto;
  /* max-width: 100%; */
}










/*=====================================================*/
/* .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: #ffaa00;
}
.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 {
  width: 25px;
  display: block;
  top: 50%;
  height: 25px;
  cursor: pointer;
  position: absolute;
  z-index: 9;
  margin-top: -13px;
  border: 1px solid #eaeaea;
  background-color: #fff;
  text-align: center;
  line-height: 23px;
  font-family: fontawesome;
  font-size: 14px;
}
.lSAction > a:hover {
  border-color: #ffaa00;
}
.lSAction > .lSPrev {
  left: 10px;
}
.lSAction > .lSPrev:before {
  content: "\f104";
}
.lSAction > .lSNext {
  right: 10px;
}
.lSAction > .lSNext:before {
  content: "\f105";
}
.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://demo.magentech.com/themes/sm_etrostore/skin/frontend/sm-etrostore/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://demo.magentech.com/themes/sm_etrostore/skin/frontend/sm-etrostore/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://demo.magentech.com/themes/sm_etrostore/skin/frontend/sm-etrostore/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-y: scroll !important;
  width: auto;
  margin: 0 !important;
}
.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: auto;
}
/* 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://demo.magentech.com/themes/sm_etrostore/skin/frontend/sm-etrostore/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://demo.magentech.com/themes/sm_etrostore/skin/frontend/sm-etrostore/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;
  width: 100%;
  position: relative;
  bottom: -1px;
}
.product-collateral .resp-tabs-list li {
  padding: 5px 20px;
  border: 1px solid #eaeaea;
  list-style: none;
  cursor: pointer;
  line-height: 32px;
  float: right;
  font-size: 133.33%;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  margin: -2px 0 0 -1px;
  transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  -ms-transition: 0.1s ease-in-out;
}
.product-collateral .resp-tabs-list li:hover {
  background: #fec107;
  border-color:  #fec107;
  border-left-color:  #fec107;
  color: #fff;
}
.tab-related-up-sell .resp-tabs-container .resp-tab-content {
  padding: 0;
}
.resp-tabs-container {
  padding: 0px;
  clear: left;
}
.resp-tabs-container .resp-tab-content {
  padding: 33px 30px 25px;
  border: 1px solid #eaeaea;
  
  }
.resp-tabs-container .std {
  margin-bottom: -10px;
}
.resp-tabs-container .std ul {
  list-style: none;
}
.resp-tabs-container .std ul li:before {
  content: '\f00c';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  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;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
  color: #e04f67;
  margin-right: 5px;
}
h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
.resp-tab-content {
  display: none;
  color: #666;
}
.product-collateral .resp-tabs-list .resp-tab-active {
  color: #fff;
  text-transform: uppercase;
  background:  #fec107;
  border-color:  #fec107;
}
.resp-content-active,
.resp-accordion-active {
  display: block;
}
h2.resp-accordion {
  font-size: 108.33%;
  text-transform: uppercase;
  border: 1px solid #eaeaea;
  margin-top: -1px;
  padding: 10px 15px;
}
h2.resp-tab-active {
  border-bottom: 0px solid #eaeaea !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #eaeaea !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 #eaeaea;
  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 #eaeaea;
  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: left;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #eaeaea;
}
h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #e04f67;
}
/*-----------Accordion styles-----------*/
.resp-easy-accordion h2.resp-accordion {
  display: block;
}
.resp-easy-accordion .resp-tab-content {
  border: 1px solid #eaeaea;
}
.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #eaeaea !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: 768px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #eaeaea;
  }
  .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 #eaeaea !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;
}
.selected .has-image {
  border-color: #ffaa00;
}
.swatch-link {
  border: 1px solid #eaeaea;
  display: inline-block;
}
.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://demo.magentech.com/themes/sm_etrostore/skin/frontend/sm-etrostore/default/images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;
  display: inline-block;
}
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}
.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;
  background: #fff;
}
.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;
}
/*RELATE UPPSEL*/
.tab-related-up-sell {
  padding: 30px 0 0;
  /*BOX PRODUCT*/
}
.tab-related-up-sell ul.resp-tabs-list {
  text-align: left;
  border: none;
  border-top: 4px solid #ffaa00;
  background: #f8f8f8;
}
.tab-related-up-sell ul.resp-tabs-list li {
  display: inline-block;
  float: left;
  text-transform: uppercase;
  font-weight: 600;
  background: transparent;
  font-size: 183.333%;
  padding: 0px 15px 0 20px;
  cursor: pointer;
  line-height: 50px;
  background: #ffbc56;
  position: relative;
}
.tab-related-up-sell ul.resp-tabs-list li:last-child {
  border-left: 2px solid #fff;
}
.tab-related-up-sell ul.resp-tabs-list li span:last-child {
  color: #fff;
  position: relative;
}
.tab-related-up-sell ul.resp-tabs-list li .first-sub {
  position: absolute;
  line-height: 50px;
  font-size: 70px;
  top: 3px;
  left: 10px;
  color: #ffaa00;
}
.tab-related-up-sell ul.resp-tabs-list li:hover {
  background: #ffaa00;
}
.tab-related-up-sell ul.resp-tabs-list li:hover .first-sub {
  color: #ffbc56;
}
.tab-related-up-sell ul.resp-tabs-list li.resp-tab-active {
  background: #ffaa00;
}
.tab-related-up-sell ul.resp-tabs-list li.resp-tab-active .first-sub {
  color: #ffbc56;
}
.tab-related-up-sell .resp-tabs-container {
  margin-top: 3px;
}
.tab-related-up-sell .resp-tab-content.resp-tab-content-active {
  height: auto !important;
}
.tab-related-up-sell .resp-tab-content {
  display: block !important;
  overflow: hidden;
  height: 0;
}
.detail-style-2 .box-related .margin-slider,
.detail-style-3 .box-related .margin-slider {
  margin-top: 65px;
}
.detail-style-2 .box-related .margin-slider:hover .owl-nav,
.detail-style-3 .box-related .margin-slider:hover .owl-nav {
  opacity: 1;
  filter: alpha(opacity=100);
  overflow: visible;
}
.detail-style-2 .box-related .margin-slider .owl-nav,
.detail-style-3 .box-related .margin-slider .owl-nav {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  overflow: hidden;
  position: static;
}
.detail-style-2 .box-related .margin-slider .owl-nav .owl-prev,
.detail-style-3 .box-related .margin-slider .owl-nav .owl-prev {
  position: absolute;
  left: -5px;
  top: 30%;
}
.detail-style-2 .box-related .margin-slider .owl-nav .owl-next,
.detail-style-3 .box-related .margin-slider .owl-nav .owl-next {
  position: absolute;
  right: -5px;
  top: 30%;
}
.detail-style-2 .box-related .title-view,
.detail-style-3 .box-related .title-view {
  text-align: center;
  padding-bottom: 0;
}
.detail-style-2 .box-related .title-view h2,
.detail-style-3 .box-related .title-view h2 {
  font-size: 200%;
  color: #000;
}
.grouped-items-table {
  margin-bottom: 20px;
}
.box-content {
  background-color: #fff;
  margin-bottom: 30px;
  text-align: right;
}
.box-content.padding-box {
  /*padding:20px;*/
}
.product-view .sidebar-view .block.block-megamenu-vertical .block-content .megamenu-vertical > li.parent > a > span:before {
  display: none !important;
}
.product-view .product-shop .timer-product {
  border: none;
  padding: 0;
  margin-bottom: 15px;
  margin-top: -5px;
}
.product-view .product-shop .short-description {
  margin-bottom: 20px;
}
.product-view .product-shop .add-to-cart {
  margin-right: 1px;
}
.product-view .product-shop .add-to-cart .btn-cart {
  background-color: #ffaa00;
}
.product-view .product-shop .add-to-cart .btn-cart:hover {
  background-color: rgba(255, 170, 0, 0.6);
}
.product-view .product-shop .price-box .price-as-configured {
  margin: 0 0 7px;
}
#review-form #product-review-table tbody tr td {
  text-align: center;
}
#review-form #product-review-table tbody tr td .radio {
  float: none;
  margin: 0 auto;
}
#review-form .form-list {
  padding-top: 30px;
}
#review-form .form-list .input-fixwidth {
  max-width: 500px;
}
.tab-product-info {
/*  border: 1px solid #eaeaea;
*/}
.tab-product-info h2 {
  font-size: 108.33%;
  font-weight: bold;
  margin-bottom: 10px;
}
.title-view {
  padding: 20px 20px 18px;
}
.title-view h2 {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #444;
  font-size: 138.46%;
  font-weight: 700;
}
.box-up-sell .overflow-slider .owl-controls .owl-buttons,
.box-related .overflow-slider .owl-controls .owl-buttons {
  position: absolute;
  right: 0;
  top: -47px;
}
.box-up-sell .overflow-slider .owl-controls .owl-buttons .owl-prev,
.box-related .overflow-slider .owl-controls .owl-buttons .owl-prev {
  right: 55px;
  left: auto;
}
/* Product Images */
.product-image-zoom {
  margin-bottom: 10px;
}
.product-img-box .product-image-zoom img {
  display: none;
}
.product-img-box .product-image-zoom img.visible {
  display: block;
  margin: 0 auto;
}
.product-img-box .more-views li .thumb-link {
  border: 1px solid #eaeaea;
}
.product-img-box .more-views li .thumb-link:hover {
  border-color: #ffaa00;
}
.product-img-box .more-views li.active_thumbs .thumb-link {
  border-color: #ffaa00;
}
.product-img-box .more-views li a {
  display: block;
}
.product-img-box .more-views li a img {
  width: 100%;
}
.resp-tab-content-active strong {
  font-weight: normal;
}
.more-views .lSSlideOuter {
  margin: 0 -5px;
  padding: 0 5px;
}
.more-views .lSSlideOuter .lSSlideWrapper {
  overflow: visible;
  width: 100%;
}
.more-views .lSAction .lSNext,
.more-views .lSAction .lSPrev {
  display: none;
}
.product-image-gallery {
  position: relative;
  border: 1px solid #eaeaea;
}
.btn-lightbox {
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1000;
  text-align: center;
  background: #7f7f7f;
}
.btn-lightbox a {
  display: none;
}
.btn-lightbox #lightbox_btn {
  display: block !important;
}
.btn-lightbox #lightbox_btn:before {
  content: "\f00e";
  line-height: 35px;
  text-align: center;
  font-size: 17px;
  font-family: fontawesome;
  color: #fff;
}
.btn-lightbox #lightbox_btn:hover {
  background: #ffaa00;
}
.btn-lightbox #lightbox_btn:hover:before {
  color: #fff;
}
/* Product Shop */
.product-view .product-essential {
  margin-bottom: 50px;
}
.product-view .product-essential .add-to-links {
  vertical-align: top;
  float: left;
}
.product-view .product-essential .add-to-links li {
  float: left;
  margin-right: 1px;
  margin-bottom: 5px;
}
.product-view .product-essential .add-to-links li a {
  display: inline-block !important;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: #000000;
  border: 1px solid #eaeaea;
  position: relative;
  transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  -ms-transition: 0.1s ease-in-out;
}
.product-view .product-essential .add-to-links li a.link-wishlist:before {
  content: '\f08a';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  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;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  line-height: 33px !important;
}
.product-view .product-essential .add-to-links li a.link-compare:before {
  content: '\f079';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  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;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  line-height: 33px !important;
}
.product-view .product-essential .add-to-links li a:hover {
  border-color: #ffaa00;
  color: #fff;
  background: #ffaa00;
}
.product-view .product-shop {
  /*LABEL*/
  /*CART*/
  /*SOCIAL*/
}
.product-view .product-shop .product-name {
  font-size: 100%;
  margin-bottom: 10px;
  top: -4px;
  position: relative;
  cursor: pointer;
}
.product-view .product-shop .product-name h2 {
  font-size: 166.666%;
  color: #464646;
  font-weight: 400;
}
.product-view .product-shop .product-name h2:hover {
  color: #ffaa00;
}
.product-view .product-shop .ratings {
  margin-bottom: 0;
}
.product-view .product-shop .ratings .rating-links span {
  position: relative;
  top: 2px;
}
.product-view .product-shop .ratings .rating-links a {
  color: #b3b3b3;
  font-weight: 400;
  top: 2px;
}
.product-view .product-shop .ratings .rating-links a:first-child {
  padding-left: 10px;
}
.product-view .product-shop .ratings .rating-links a:hover {
  color: #ffaa00;
}
.product-view .product-shop .price-box {
  margin: 13px 0;
}
.product-view .product-shop .price-box .regular-price .price {
  font-size: 200%;
}
.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: 16px;
  margin-left: 0px;
  font-weight: 500;
  margin-right: 5px;
  color: #000;
}
.product-view .product-shop .price-box .old-price .price {
  font-size: 108.333%;
  position: relative;
  margin-left: 0px;
  color: #666666;
  top: 2px;
}
.product-view .product-shop .box-sku {
  padding: 25px 0 20px;
  text-transform: uppercase;
  border-top: 1px solid #e5e5e5;
  color: #666666;
}
.product-view .product-shop .short-description {
  color: #666666;
}
.product-view .product-shop .availability {
  clear: both;
  margin-bottom: 23px;
}
.product-view .product-shop .availability.in-stock .fa-check-square-o {
  color: #518412;
}
.product-view .product-shop .availability.in-stock span {
  color: #666666;
  text-transform: uppercase;
  margin-left: 7px;
}
.product-view .product-shop .product-options .required.font-etro {
  float: left;
  font-size: 133.33%;
  line-height: 33px;
}
.product-view .product-shop .product-options select {
  max-width: 300px;
  color: #666666;
  text-transform: uppercase;
  font-size: 91.66%;
  padding-left: 10px;
}
.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 .product-options .configurable-swatch-list li a:hover,
.product-view .product-shop .product-options .configurable-swatch-list li.selected a {
  border-color: #ffaa00;
}
.product-view .product-shop .option-product-wrapper {
  display: block;
  padding: 0px 0 30px;
}
.product-view .product-shop .option-product-wrapper label {
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 15px;
}
.product-view .product-shop .option-product-wrapper .option-content {
  margin: 0 -15px;
}
.product-view .product-shop .option-product-wrapper .option-content .option-product {
  width: 50%;
  padding: 0 15px;
  float: left;
}
.product-view .product-shop .product-options-bottom .price-box {
  display: none;
}
.product-view .product-shop .product-options-bottom label,
.product-view .product-shop .add-to-box label {
  color: #000;
  float: left;
  font-weight: bold !important;
  line-height: 33px;
  padding-right: 33px;
  text-transform: uppercase;
  font-size: 107%;
}
.product-view .product-shop .product-options-bottom input,
.product-view .product-shop .add-to-box input {
  color: #323232;
  font-size: 133.33%;
  border: none;
  background: transparent;
}
.product-view .product-shop .product-options-bottom .control-qty,
.product-view .product-shop .add-to-box .control-qty {
  position: relative;
  border: 1px solid #eaeaea;
  padding: 0 5px;
  height: 33px;
}
.product-view .product-shop .product-options-bottom .control-qty .quantity-controls,
.product-view .product-shop .add-to-box .control-qty .quantity-controls {
  color: #898989;
}
.product-view .product-shop .product-options-bottom .control-qty .quantity-controls:hover,
.product-view .product-shop .add-to-box .control-qty .quantity-controls:hover {
  color: #ffaa00;
}
.product-view .product-shop .add-to-cart {
  clear: both;
}
.product-view .product-shop .add-to-cart .btn-cart {
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 0 10px;
}
.product-view .product-shop .add-to-cart .btn-cart:hover {
  background: #ffbc56;
}
.product-view .product-shop .social-catalog .footer-title {
  color: #000;
  float: left;
  font-weight: bold !important;
  line-height: 35px;
  padding-right: 15px;
  text-transform: uppercase;
  font-size: 133.33%;
}
.product-view .product-shop .social-catalog ul .fa {
  border: 1px solid #eaeaea;
  color: #646464;
  font-size: 18px;
  height: 35px;
  margin: 0 10px 10px 0;
  text-align: center;
  width: 35px;
  float: left;
  line-height: 35px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
.product-view .product-shop .social-catalog ul .fa:hover {
  border-color: #ffaa00;
  background: #ffaa00;
  color: #fff;
}
.product-view .product-shop .social-catalog ul .li-social.linkedin-social {
  clear: none;
}
.product-view .product-shop .social-catalog ul .name-social {
  display: none;
}
.price-box .price-from {
  font-size: 10px;
  margin-right: 5px !important;
}
.price-box .price-to {
  font-size: 10px;
  margin-right: 0px !important;
}
/*DETAIL2,3*/
.product-view.product-view-2 .product-shop .option-product-wrapper .option-content .option-product,
.product-view.product-view-3 .product-shop .option-product-wrapper .option-content .option-product {
  width: 100%;
  padding: 5px 15px;
}
.box-related .overflow-slider,
.box-up-sell .overflow-slider {
  overflow-x: hidden;
}
.box-related .owl-controls .owl-nav,
.box-up-sell .owl-controls .owl-nav {
  position: absolute;
  right: -3px;
  top: -80px;
}
/*==DETAIL STYLES==*/
.thumbs-style-horizontal .more-views {
  padding: 0 30px;
  position: relative;
}
.thumbs-style-horizontal .more-views .btn-more {
  display: block;
  width: 20px;
  text-align: center;
  background-color: #cccccc;
  color: #fff;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  height: 100%;
}
.thumbs-style-horizontal .more-views .btn-more:before {
  width: 100%;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}
.thumbs-style-horizontal .more-views .btn-more .txt-button {
  display: none;
}
.thumbs-style-horizontal .more-views .btn-more:hover {
  background-color: #ffaa00;
}
.thumbs-style-horizontal .more-views .btn-more.next-thumb {
  top: 0;
  right: 0;
}
.thumbs-style-horizontal .more-views .btn-more.next-thumb:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  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;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
}
.thumbs-style-horizontal .more-views .btn-more.prev-thumb {
  top: 0;
  left: 0;
}
.thumbs-style-horizontal .more-views .btn-more.prev-thumb:before {
  content: '\f104';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  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;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
}
.case-option-vertical {
  position: relative;
}
.case-option-vertical .product-image {
  margin-left: 100px;
}
.case-option-vertical .more-views {
  width: 85px;
  overflow: hidden;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 34px 0;
}
.case-option-vertical .more-views .btn-more {
  display: block;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 44px;
  background-color: rgba(255, 170, 0, 0.6);
  color: #fff;
  z-index: 9;
  cursor: pointer;
  margin: 0 23px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.case-option-vertical .more-views .btn-more .txt-button {
  display: none;
}
.case-option-vertical .more-views .btn-more:hover {
  background-color: #ffaa00;
}
.case-option-vertical .more-views .btn-more.next-thumb {
  position: absolute;
  bottom: 0;
  left: 0;
}
.case-option-vertical .more-views .btn-more.next-thumb:before {
  content: '\f107';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  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;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 20px;
}
.case-option-vertical .more-views .btn-more.prev-thumb {
  position: absolute;
  top: 0;
  left: 0;
}
.case-option-vertical .more-views .btn-more.prev-thumb:before {
  content: '\f106';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  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;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 20px;
}
.product-view-2,
.product-view-3 {
  /*lightSlider{
    overflow: visible;
  }*/
}
.product-view-2.product-view .product-shop .add-to-links li:first-child,
.product-view-3.product-view .product-shop .add-to-links li:first-child {
  margin-left: 0;
}
.product-view-2 .like-social,
.product-view-3 .like-social {
  text-align: left;
}
.product-view-2 .box-up-sell .overflow-slider,
.product-view-3 .box-up-sell .overflow-slider,
.product-view-2 .box-related .overflow-slider,
.product-view-3 .box-related .overflow-slider {
  padding-top: 0;
}
/*==QUICK VIEW==*/
.quickview-main .add-to-cart .control-qty {
  margin-right: 10px;
}
/*PAGE CATEGORIES*/
.cms-categories1 .cat-item {
  margin-bottom: 30px;
}
.cms-categories1 .content-cat .cat-inner {
  border: 1px solid #eaeaea;
  text-align: center;
  padding-top: 15px;
}
.cms-categories1 .content-cat .img-cat img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.cms-categories1 .content-cat .name-cat {
  line-height: 50px;
  font-size: 116.66%;
  text-transform: uppercase;
  font-weight: 500;
}
.cms-categories1 .content-cat .name-cat a {
  color: #000;
}
.cms-categories1 .content-cat .name-cat a:hover {
  color: #ffaa00;
}
/*==ABOUT US==*/
.category-about-us .page-title {
  display: none;
}
.about-us {
  background-color: #fff;
  padding: 20px;
  margin-bottom: -20px;
  color: #666;
}
.about-us .about-title {
  font-size: 200%;
  color: #000;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
.about-us .about-info {
  padding-right: 0;
}
.about-us .about-info .about-text {
  text-align: justify;
}
.about-us .name-member {
  font-size: 116.67%;
  font-weight: bold;
}
.about-us .job-member {
  margin: 7px 0 10px;
  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: 10px;
}
.about-us .social-member .social-icon {
  display: inline-block;
  margin: 0 3px;
}
.about-us .social-member .social-icon a {
  display: inline-block;
  color: #545454;
  font-size: 16px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #ddd;
}
.about-us .social-member .social-icon a span {
  display: none;
}
.about-us .social-member .social-icon a:hover {
  border-color: #ffaa00 !important;
  color: #ffaa00;
}
.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;
  position: relative;
}
.about-us .client-say-content .about-title {
  position: relative;
  top: -12px;
  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: -13px;
  width: 100%;
}
.about-us .client-say-content .client-say-slider .owl-dots span {
  width: 8px;
  height: 8px;
  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: #929292;
}
.about-us .client-say-content .client-say-slider .owl-dots .owl-dot span:hover {
  background-color: #929292;
}
.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 #eaeaea;
  border-top: 1px dashed #eaeaea;
  padding-bottom: 10px;
  text-align: center;
}
.about-us .client-logo-content .about-title {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  position: relative;
  text-align: center;
  top: -11px;
}
.about-us .owl-controls .owl-nav div {
  width: 40px;
  height: 40px;
  background-color: #ffaa00;
  color: #fff;
  position: absolute;
  top: 29%;
}
.about-us .owl-controls .owl-nav div:hover {
  background-color: #ffaa00;
  color: #fff;
}
.about-us .owl-controls .owl-nav div.owl-next {
  right: -19px;
}
.about-us .owl-controls .owl-nav div.owl-prev {
  left: -19px;
}
.about-us .owl-controls .owl-nav div:before {
  width: 100%;
  height: 100%;
  background-color: #ffaa00;
  line-height: 40px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.about-us .owl-controls .owl-nav div:hover:before {
  background-color: #ffaa00;
  opacity: 1;
  filter: alpha(opacity=100);
}
.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: #fff;
}
.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: #ffaa00;
}
.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://demo.magentech.com/themes/sm_etrostore/skin/frontend/sm-etrostore/default/images/skill-style-1.png);
  background-position: -28px 0;
}
.about-us .skills-value .range-value .rating-skills.skill-2 {
  background-image: url(http://demo.magentech.com/themes/sm_etrostore/skin/frontend/sm-etrostore/default/images/skill-style-2.png);
  background-position: 20px 0;
}
.about-us .skills-value .range-value .rating-skills.skill-3 {
  background-image: url(http://demo.magentech.com/themes/sm_etrostore/skin/frontend/sm-etrostore/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 {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-bottom: 1px solid #eaeaea;
  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: #ffaa00;
}
.about-us .content-faq .panel .panel-title a:before {
  background-color: #ffaa00;
  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: #fff;
  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: 80px;
}
.about-demo-1 .about-info {
  position: relative;
  top: -4px;
}
.about-demo-1 .what-client-say {
  margin-bottom: 80px;
}
.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==*/
.contact-us {
  margin-bottom: -50px;
  color: #666;
}
.contacts-index-index .contact-form {
  background-color: #fff;
  padding: 20px;
}
.contacts-index-index .contact-form .form-list .fields .field {
  margin-bottom: 10px;
}
.category-contact-us .page-title {
  display: none;
}
.title-contact h2 {
  font-size: 128.57%;
  color: #444;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.title-contact-normal h2 {
  font-size: 128.57%;
  color: #444;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.google-map {
  border: 5px solid #eaeaea;
}
.google-map #map {
  width: 100%;
  height: 294px;
}
.contact-info .address-info {
  margin-bottom: 10px;
  margin-top: 8px;
}
.contact-info .address-info li {
  padding: 10px 0px 10px 30px;
  border-bottom: 1px dashed #eaeaea;
  position: relative;
}
.contact-info .address-info li:first-child {
  border-top: 1px dashed #eaeaea;
}
.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 #eaeaea;
  font-size: 18px;
  color: #b3b3b3;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
}
.contact-info .social-list li .icon-social:hover {
  background-color: #ffaa00;
  border-color: #ffaa00;
  color: #fff;
}
.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;
}
.list-contact-wrapper {
  padding: 10px 0;
  border-top: 1px dashed #eaeaea;
  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-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;
  background-color: #fff;
  padding: 20px;
}
.contact-demo-1 .contact-form,
.contact-demo-2 .contact-form,
.contact-demo-4 .contact-form {
  padding: 20px;
  background-color: #fff;
}
.contact-demo-1 .contact-form .contact-form,
.contact-demo-2 .contact-form .contact-form,
.contact-demo-4 .contact-form .contact-form {
  padding: 0;
}
.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 #eaeaea;
  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-top: 1px dashed #eaeaea;
  border-left: none;
  border-right: none;
  background-color: #f3f3f3;
  border-bottom: none;
}
.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-demo-2 .google-map #map {
  height: 413px;
}
.contact-demo-4 .google-map #map {
  height: 409px;
}
.contact-demo-4 .contact-description {
  margin-bottom: 25px;
}
.contact-demo-4 #comment {
  height: 126px;
}
.contact-demo-3 .google-map {
  margin-bottom: 25px;
}
.contact-demo-3 .description-contact-dm4,
.contact-demo-3 .list-contact-wrapper,
.contact-demo-3 .contact-form {
  padding: 20px;
  background-color: #fff;
}
.contact-demo-3 .contact-form {
  margin-bottom: 30px !important;
}
.contact-demo-3 .contact-form .contact-form {
  padding: 0;
  margin-bottom: 0 !important;
}
.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: 128px;
}
/*==END CONTACT US==*/


































@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;
    margin: 0 1%;
    width: 48%;
  }
  .sm-categories.preset01-3 .cat-wrap .content-box {
    float: left;
    margin: 0 1%;
    width: 31.3333%;
  }
  .sm-categories.preset01-4 .cat-wrap .content-box {
    float: left;
    margin: 0 1%;
    width: 23%;
  }
  .sm-categories.preset01-5 .cat-wrap .content-box {
    float: left;
    /*margin: 0 1%;
		width: 18%;*/
  }
  .sm-categories.preset01-6 .cat-wrap .content-box {
    float: left;
    margin: 0 1%;
    width: 14.6666%;
  }
  .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 .content-box .cat-title a {
  font-weight: 600;
}
.sm-categories .cat-wrap.theme1 .content-box .child-cat .child-cat-title {
  float: none;
  padding: 0;
}
.sm-categories .cat-wrap .content-box .child-cat .child-cat-title {
  float: left;
  padding-right: 5px;
}
.sm-categories .cat-wrap.theme3 .content-box .child-cat .child-cat-title {
  float: none;
  display: block;
}
.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;
}
.sm-categories .cat-wrap .image-cat {
  overflow: hidden;
}
.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-info .image-cat {
  float: left;
  /*width: 30%;*/
  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 img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  box-shadow: #000 0em 0em 0em;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
/*#################### css for theme 2 ######################*/
.sm-categories .cat-wrap.theme2 .arrow {
  background: url(http://demo.magentech.com/themes/sm_etrostore/skin/frontend/sm-etrostore/default/css/path/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 .child-cat-title {
  float: none;
  overflow: hidden;
  padding-left: 5px;
}
.sm-categories .cat-wrap.theme2 .content-box .child-cat {
  padding-top: 20px;
}
/*#################### css for theme 3 ######################*/
.sm-categories .cat-wrap.theme3 .content-box .cat-title {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 166.666%;
  text-transform: uppercase;
  background: #ffaa00;
}
.sm-categories .cat-wrap.theme3 .content-box .cat-title a {
  color: #fff;
}
.sm-categories .cat-wrap.theme3 .content-box .cat-title.box3 {
  background: #f034ca;
}
.sm-categories .cat-wrap.theme3 .content-box .cat-title.box5 {
  background: #7ac143;
}
.sm-categories .cat-wrap.theme3 .content-box .cat-title.box7 {
  background: #356acb;
}
/*#################### 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://demo.magentech.com/themes/sm_etrostore/skin/frontend/sm-etrostore/default/css/path/images/bk.gif) repeat-x;
  height: 24px;
  cursor: pointer;
}
.sm-categories .cat-wrap.theme4 .sm-categories-heading .icon_left {
  background: url(http://demo.magentech.com/themes/sm_etrostore/skin/frontend/sm-etrostore/default/css/path/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://demo.magentech.com/themes/sm_etrostore/skin/frontend/sm-etrostore/default/css/path/images/plus.gif) no-repeat;
  margin-top: 5px;
  margin-right: 5px;
  width: 13px;
  height: 13px;
  float: right;
}
.sm-categories .cat-wrap.theme4 .sm-categories-inner.selected .icon_right {
  background: url(http://demo.magentech.com/themes/sm_etrostore/skin/frontend/sm-etrostore/default/css/path/images/minus.gif) no-repeat;
}
.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-content {
  height: 0;
  overflow: hidden;
  width: 100%;
}
/* .sm-categories .cat-wrap.theme4 .sm-categories-inner.selected .sm-categories-content{
	margin:10px;
    margin-bottom:10px;
} */
.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.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-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 .child-cat-desc{
	float:left;
} */
.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%;
  }
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
#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: 100;
  right: -302px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}
#cpanel_wrapper #cpanel_btn {
  background: url(http://demo.magentech.com/themes/sm_etrostore/skin/frontend/sm-etrostore/default/images/bg-cpanel-head.png) left top #666666;
  width: 40px;
  border-right: none;
  position: absolute;
  left: -41px;
  top: 20px;
  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://demo.magentech.com/themes/sm_etrostore/skin/frontend/sm-etrostore/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.yellow {
  background-color: #ffaa00;
}
#cpanel_wrapper .cpanel-content .item-cpanel-group.cpanel-theme-color .theme-color.magenta {
  background-color: #FF2653;
}
#cpanel_wrapper .cpanel-content .item-cpanel-group.cpanel-theme-color .theme-color.blue {
  background-color: #0277BD;
}
#cpanel_wrapper .cpanel-content .item-cpanel-group.cpanel-theme-color .theme-color.green {
  background-color: #1B8289;
}
#cpanel_wrapper .cpanel-content .item-cpanel-group.cpanel-theme-color .theme-color.tan {
  background-color: #BF9B61;
}
#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://demo.magentech.com/themes/sm_etrostore/skin/frontend/sm-etrostore/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;
}
.header-top .dropdown-block .currency-switcher .dropdown-list {
  left: 0 !important;
  right: auto !important;
}
.menu-on-top {
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1001;
}
/*==POPUP LOGIN==*/
.header-top .topleft-content .toplink-title a {
  color: #ffaa00 !important;
}
.footer .footer-center .footer-block-content .footer-contact-content p.phone a {
  color: #a8a8a8;
}
.footer .footer-center .footer-block-content .footer-contact-content p.phone a:hover {
  color: #ffaa00;
}
#modal-login {
  overflow-y: auto !important;
}
/*HEADER*/
.wishlist-compare-cart .sn .fa {
  position: relative;
}
.header-compare span {
  background: #ffaa00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 15px;
  height: 23px;
  left: 23px;
  line-height: 23px;
  position: absolute;
  text-align: center;
  top: -11px;
  width: 23px;
}
body .block-popup-login {
  margin-top: 170px;
  width: 600px;
  padding: 0px 20px 0px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
body .block-popup-login .close-login {
  color: #fff;
  font-size: 26px;
  margin: 8px -10px 0 0;
  opacity: 1;
}
body .block-popup-login .close-login:hover {
  opacity: 0.9;
}
body .block-popup-login .close-login:before {
  font-family: fontawesome;
}
body .block-popup-login .tt_popup_login {
  margin: 0 -20px;
  background-color: #ffaa00;
  color: #fff;
  line-height: 42px;
  padding: 0 20px 0px 70px;
  text-transform: uppercase;
  font-size: 125%;
}
body .block-popup-login .tt_popup_login strong:before {
  display: inline-block;
  content: "";
  width: 39px;
  position: absolute;
  left: 20px;
  top: 9px;
  height: 25px;
  background: url(http://demo.magentech.com/themes/sm_etrostore/skin/frontend/sm-etrostore/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 42px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 14px;
  color: #fff;
  font-weight: bold;
  background-color: #ffaa00;
  font-size: 116.67%;
}
body .block-popup-login .block-content .btn-reg-popup:hover {
  background-color: #ffbc56;
}
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://demo.magentech.com/themes/sm_etrostore/skin/frontend/sm-etrostore/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://demo.magentech.com/themes/sm_etrostore/skin/frontend/sm-etrostore/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 {
  border: none;
  margin-bottom: 14px;
  width: 100%;
  padding: 0 5px 0px 52px;
  height: 40px;
  border: 1px solid #d1d1d1;
  background-color: #f7f7f7;
  color: #909090;
}
body .block-popup-login .submit-login {
  clear: both;
  display: inline-block;
  margin-top: 19px;
  padding: 0;
  height: 42px;
  position: relative;
}
body .block-popup-login .submit-login .btn-submit-login {
  height: 42px;
  font-size: 116.67%;
  font-weight: bold;
}
body .block-popup-login .submit-login:hover .btn-submit-login {
  color: #fff;
}
body .block-popup-login .button-reg:hover {
  text-decoration: underline;
}
body .block-popup-login .more-actions {
  margin: 25px -20px 0px;
}
body .block-popup-login .more-actions .ft-link-p {
  background: #f3f3f3;
  margin-bottom: 1px;
  padding: 0 20px;
}
body .block-popup-login .more-actions .ft-link-p a {
  display: inline-block;
  padding: 10px 0px;
}
/*==MOBILE MENU==*/
.mobile-menu {
  display: none;
  background: transparent !important;
}
.mobile-menu .mobile-menu-wrapper {
  background: #282421;
}
.mobile-menu .mobile-menu-wrapper .btn-menu-mobile {
  line-height: 42px !important;
  height: 42px !important;
}
.btn-mobile-title {
  color: #fff;
  float: right;
  line-height: 42px;
  padding-right: 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.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;
}
.btn-mobile-wrapper select {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.btn-mobile-wrapper .btn-menu-mobile {
  display: block;
  text-align: center;
  cursor: pointer;
}
.btn-mobile-wrapper .btn-menu-mobile:before {
  content: "\f036";
  font-family: fontawesome;
  font-size: 19px;
  position: relative;
  left: 15px;
  color: #ffaa00;
}
.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: #ffaa00;
  border-color: #ffaa00;
}
.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: #ffaa00;
  border-color: #ffaa00;
}
.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: 18%;
  margin: 0 1%;
}
.newsletter-w {
  display: none;
}
.shop-category-parent > div.sm_megamenu_dropdown_2columns {
  width: 500px !important;
}
.image-bottom {
  padding: 20px 15px 0px 15px;
}
.static-bottom-link {
  margin: 20px 30px 0;
}
.static-bottom-link.static-bottom-link-2 {
  margin: 20px 0 0 15px;
}
/*==SEARCH==*/
.search-autocomplete {
  background: #fff;
  z-index: 50;
  padding: 0 10px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
}
.search-autocomplete ul {
  margin: 0;
}
.search-autocomplete ul li {
  padding: 8px 10px;
  border-bottom: 1px dotted #eaeaea;
}
.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: 5px 0;
}
.sm_megamenu_wrapper_horizontal_menu .item-about-contact li a {
  display: block !important;
  line-height: 36px;
  font-size: 116.66%;
}
.sm_megamenu_wrapper_horizontal_menu .item-about-contact li:last-child a {
  border-bottom: none;
}
@media (min-width: 1200px) {
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1 {
    padding: 0 30px 15px;
  }
}
.cms-index-index .nav-container #nav > li:first-child > a {
  color: #ffaa00;
}
/*CURRENTY TOP LINK*/
.header-style-1 .header-top .dropdown-block.currency-block:after {
  display: none;
}
.header-style-1 .header-top .dropdown-block.currency-block .title-dropdown {
  line-height: 38px;
  padding-right: 5px;
  display: inline-block;
  float: left;
}
.header-style-1 .header-top .dropdown-block.currency-block .currency-switcher {
  float: left;
}
/*MY ACCOUT*/
.dropdown-block.block-myacount .dropdown-list .fa {
  padding-right: 10px;
}
.dropdown-block.block-myacount .dropdown-list li:hover .fa {
  color: #ffaa00;
}
/*END*/
.header-style-1 {
  /*HEADER TOP */
  /*HEADER CENTER*/
  /*END*/
  /*Menu CSS*/
}
.header-style-1 .mobile-login {
  display: none;
}
.header-style-1 .header {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.header-style-1 .header-top {
  background-color: #413e3c;
  color: #f2f2f2;
  /*TOPLINK LEFT*/
  /*TOP SEARCH*/
  /*TOPLINK*/
  /*END*/
}
.header-style-1 .header-top .topleft-content {
  line-height: 38px;
  color: #f2f2f2;
  float: left;
}
.header-style-1 .header-top .topleft-content .toplink-title span {
  float: left;
  text-transform: uppercase;
  padding-right: 5px;
  padding-top: 2px;
}
.header-style-1 .header-top .topleft-content .toplink-title p {
  float: left;
  color: #ffaa00;
  padding-top: 2px;
  padding-right: 2px;
}
.header-style-1 .header-top .topleft-content .toplink-title p a {
  color: #ffaa00;
}
.header-style-1 .header-top .lang-switcher:before {
  content: "";
  height: 20%;
  width: 100%;
  position: absolute;
  top: 36px;
  left: 0px;
  z-index: 2;
}
.header-style-1 .header-top .account-links > .dropdown-list {
  width: 155px;
}
.header-style-1 .header-top .account-links:before {
  content: "";
  height: 20%;
  width: 100%;
  position: absolute;
  top: 36px;
  left: 0px;
  z-index: 2;
}
.header-style-1 .header-top .block-top-search {
  height: 40px;
  width: 40px;
  position: relative;
  fload: right;
  padding-right: 30px;
  line-height: 20px;
}
.header-style-1 .header-top .block-top-search .header-search-icon {
  position: absolute;
  top: 10px;
  border-right: 1px solid #333333;
  padding: 3px 20px 0px 0px;
  color: #dadada;
  font-size: 14px;
}
.header-style-1 .header-top .block-top-search .form-search {
  display: none;
  width: 955%;
  border-bottom: 2px solid #ffaa00;
}
.header-style-1 .header-top .block-top-search:hover .form-search {
  display: block;
  position: absolute;
  top: 40px;
  right: -14px;
  z-index: 999;
}
.header-style-1 .header-top .block-top-search .input-text-search {
  border: 0 none;
  color: #939393;
  font-style: italic;
  font-size: 100%;
  font-weight: 300;
  height: 40px;
}
.header-style-1 .header-top .block-top-search .button-search {
  background: none;
  border: none;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  color: #a2a2a2;
  font-size: 13px;
}
.header-style-1 .header-top .block-top-search .button-search span {
  display: none;
}
.header-style-1 .header-top .block-top-search .button-search:hover {
  color: #ffaa00;
}
.header-style-1 .header-top .dropdown-block.block-base {
  line-height: 40px;
  padding-right: 0;
}
.header-style-1 .header-top .dropdown-block.block-base:after {
  display: none;
}
.header-style-1 .header-top .dropdown-block.block-base ul {
  margin: 0;
}
.header-style-1 .header-top .dropdown-block.block-base ul li {
  float: left;
}
.header-style-1 .header-top .dropdown-block.block-base ul li a {
  color: #f2f2f2;
}
.header-style-1 .header-top .dropdown-block.block-base ul li a:hover {
  color: #ffaa00;
}
.header-style-1 .header-top .dropdown-block.block-base ul .last {
  padding-left: 15px;
}
.header-style-1 .header-top .dropdown-block.block-base ul .first {
  padding-right: 15px;
  position: relative;
}
.header-style-1 .header-top .dropdown-block.block-base ul .first:after {
  content: "";
  height: 12px;
  background: #a8a8a8;
  position: absolute;
  width: 1px;
  display: inline-block;
  top: 14px;
  right: 0;
}
.header-style-1 .header-top .dropdown-block {
  padding: 0;
  line-height: 38px;
  position: relative;
  cursor: pointer;
  float: left;
  padding: 0px 15px;
  /*CURENTY*/
  /*LANGUAGE*/
}
.header-style-1 .header-top .dropdown-block:after {
  content: "";
  height: 12px;
  background: #a8a8a8;
  position: absolute;
  width: 1px;
  display: inline-block;
  top: 14px;
  right: 0;
}
.header-style-1 .header-top .dropdown-block .title-dropdown-block {
  display: none;
}
.header-style-1 .header-top .dropdown-block .dropdown-toggle {
  padding: 0 15px 0 0px;
  position: relative;
  line-height: 40px;
}
.header-style-1 .header-top .dropdown-block .dropdown-toggle > a {
  color: #f2f2f2;
}
.header-style-1 .header-top .dropdown-block .dropdown-toggle > a:hover {
  color: #ffaa00;
}
.header-style-1 .header-top .dropdown-block .dropdown-toggle:hover:before {
  color: #ffaa00;
}
.header-style-1 .header-top .dropdown-block .dropdown-toggle:before {
  font-family: fontawesome;
  content: "\f107";
  font-size: 12px;
  position: absolute;
  right: 0;
}
.header-style-1 .header-top .dropdown-block .dropdown-list {
  visibility: hidden;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 120%;
  background-color: #413e3c;
  z-index: 33;
  min-width: 101%;
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: auto;
  cursor: default;
  right: 0;
}
@media (min-width: 1200px) {
  .header-style-1 .header-top .dropdown-block .dropdown-list {
    width: 185px;
  }
}
.header-style-1 .header-top .dropdown-block .dropdown-list > li {
  padding: 0 20px;
  border-top: 1px solid #33302b;
  line-height: 36px;
}
.header-style-1 .header-top .dropdown-block .dropdown-list > li > a {
  color: #f3f3f3;
  cursor: pointer;
}
.header-style-1 .header-top .dropdown-block .dropdown-list > li > a:hover {
  color: #ffaa00;
}
.header-style-1 .header-top .dropdown-block .currency-switcher .dropdown-list {
  right: 0;
  left: auto;
}
.header-style-1 .header-top .dropdown-block .currency-switcher .dropdown-list .current {
  color: #ffaa00;
}
.header-style-1 .header-top .dropdown-block .currency-switcher:before {
  content: "";
  height: 20%;
  width: 100%;
  position: absolute;
  top: 36px;
  left: 0px;
  z-index: 2;
}
.header-style-1 .header-top .dropdown-block .lang-switcher .dropdown-toggle .flag {
  background-repeat: no-repeat;
  background-position: left 13px;
  padding-left: 24px;
}
.header-style-1 .header-top .dropdown-block .lang-switcher .dropdown-list li a span,
.header-style-1 .header-top .dropdown-block .lang-switcher .dropdown-list .current span {
  background-position: left center;
  display: inline-block;
  background-repeat: no-repeat;
  padding-left: 20px;
  font-weight: 300;
}
.header-style-1 .header-top .dropdown-block .lang-switcher .dropdown-list .current {
  color: #ffaa00;
}
.header-style-1 .header-top .dropdown-block:hover .dropdown-toggle a,
.header-style-1 .header-top .dropdown-block:hover .dropdown-toggle .value {
  color: #ffaa00;
}
.header-style-1 .header-top .dropdown-block:hover .dropdown-toggle:after {
  display: block;
}
.header-style-1 .header-top .dropdown-block:hover .dropdown-list {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 100%;
}
.header-style-1 .header-center {
  background: #33302b;
  padding: 30px 0 26px;
  /*WISHT_COMPARE*/
  /*TOP MINI CART*/
}
.header-style-1 .header-center .header-right {
  padding-top: 6px;
}
.header-style-1 .header-center .wishlist-compare-cart .header-wishlist {
  float: right;
  margin: 0 15px;
}
.header-style-1 .header-center .wishlist-compare-cart .header-compare {
  float: right;
}
.header-style-1 .header-center .wishlist-compare-cart .sn .fa {
  height: 42px;
  width: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  font-size: 25px;
  border: 1px solid #fff;
}
.header-style-1 .header-center .top-minicart {
  float: right;
}
.header-style-1 .header-center .top-minicart .item-info {
  background: url(http://demo.magentech.com/themes/sm_etrostore/skin/frontend/sm-etrostore/default/images/icon-header.png) 7px 9px no-repeat;
  height: 42px;
  width: 42px;
  line-height: 42px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  border: 1px solid #fff;
  position: relative;
}
.header-style-1 .header-center .top-minicart .item-info .cartpro-count {
  background-color: #ffaa00;
  color: #fff;
  position: absolute;
  top: -10px;
  left: 25px;
  width: 23px;
  height: 23px;
  font-size: 108.333%;
  line-height: 23px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
}
.header-style-1 .header-bottom {
  background: #33302b;
}
.header-style-1 .header-bottom .menu-under .menu-larger {
  background: #272420;
}
.header-style-1 .header-bottom .menu-under .content-header-bottom {
  position: relative;
  /*MEGAMENU*/
}
.header-style-1 .header-bottom .menu-under .content-header-bottom .logo-wrapper {
  position: absolute;
  left: 0;
  top: 20px;
}
.header-style-1 .header-bottom .menu-under .content-header-bottom .logo-wrapper img {
  height: 39px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.header-style-1 .header-bottom .menu-under .content-header-bottom .logo-wrapper .logo-small {
  display: none;
}
.header-style-1 .header-bottom .menu-under .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .basicproduct-content-menu .products-grid .item .item-inner {
  margin-right: 15px;
  margin-top: 4px;
}
.header-style-1 .header-bottom .menu-under .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_drop > a:after {
  content: '\f0d7';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  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;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 12px;
  position: absolute;
  transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  -ms-transition: 0.1s ease-in-out;
  top: 19px;
  right: 5px;
  color: #b3b3b3;
}
.header-style-1 .header-bottom .menu-under .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li {
  float: left;
}
.header-style-1 .header-bottom .menu-under .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div {
  top: 50px;
}
.header-style-1 .header-bottom .menu-under .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a {
  display: block;
  line-height: 50px;
  height: 50px;
  padding: 0 18px;
  margin-right: 1px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.2px;
  position: relative;
  transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  -ms-transition: 0.1s ease-in-out;
}
.header-style-1 .header-bottom .menu-under .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.sm_megamenu_actived > a,
.header-style-1 .header-bottom .menu-under .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a {
  color: #ffaa00;
  background: #413e3c;
}
.header-style-1 .header-bottom .menu-under .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.sm_megamenu_actived > a:after,
.header-style-1 .header-bottom .menu-under .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a:after {
  color: #ffaa00;
}
.header-style-1 .header-bottom .menu-under .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu.hidden-block {
  opacity: 0;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
}
.header-style-1 .nav-container #nav > li.parent > a:after {
  content: '\f0d7';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  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;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 12px;
  position: absolute;
  transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  -ms-transition: 0.1s ease-in-out;
  top: 19px;
  right: 5px;
  color: #b3b3b3;
}
.header-style-1 .nav-container #nav > li {
  float: left;
}
.header-style-1 .nav-container #nav > li:hover > a {
  color: #ffaa00;
  background: #413e3c;
}
.header-style-1 .nav-container #nav > li:hover > a span {
  color: #ffaa00;
}
.header-style-1 .nav-container #nav > li > ul {
  top: 100%;
}
.header-style-1 .nav-container #nav > li ul {
  display: none;
  width: 200px;
  background-color: #fff;
  position: absolute;
  z-index: 30;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
}
.header-style-1 .nav-container #nav > li > a {
  display: block;
  line-height: 50px;
  height: 50px;
  padding: 0 18px;
  margin-right: 1px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.2px;
  position: relative;
  transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  -ms-transition: 0.1s ease-in-out;
}
.header-style-1 .nav-container #nav > li > a:hover {
  color: #fff;
}
.header-style-1 .nav-container #nav li {
  position: relative;
}
.header-style-1 .nav-container #nav li:hover > ul {
  display: block;
}
.header-style-1 .nav-container #nav li ul {
  padding: 10px 0;
}
.header-style-1 .nav-container #nav li ul li {
  margin: 0 20px;
}
.header-style-1 .nav-container #nav li ul li a {
  display: block;
  line-height: 44px;
  font-weight: 300;
}
.header-style-1 .nav-container #nav li ul li:last-child > a {
  border: none;
}
.header-style-1 .nav-container #nav li ul li:hover:before {
  display: inline-block;
  width: 45px;
  height: 100%;
  content: "";
  position: absolute;
  right: -45px;
  top: 0;
}
.header-style-1 .nav-container #nav li ul li:hover > a {
  color: #ffaa00;
}
.header-style-1 .nav-container #nav li ul li:hover > ul {
  left: 180px;
  top: 0;
}
.header-style-1 .nav-container #nav .active > a {
  color: #ffaa00;
  background: #413e3c;
}
.header-style-1 .menu-under.menu-on-top .nav-container #nav > li > a {
  line-height: 50px;
}
/****Active Home, Menu Css****/
.cms-index-index .nav-container #nav > li:first-child > a {
  color: #ffaa00;
  background: #413e3c;
  margin-left: -1px;
}
#nav .level0 li {
  border-top: 1px solid #f0f0f0;
}
#nav .level0 li:first-child {
  border: none;
}
/*CMS PAGE*/
.cms-index-index .col-main {
  padding-top: 0px;
}
.cms-index-index .main {
  padding-bottom: 10px;
}
.pix_slideshow {
  margin-bottom: 15px;
}
#at4-share,
#at4-soc {
  top: 30% !important;
}
.cms-index-index .products-grid .item .item-inner .box-info .no-rating,
.cms-index-index .products-grid .item .item-inner .box-info .ratings {
  margin: 0;
}
.cms-index-index .products-grid .item .item-inner {
  overflow: hidden;
  position: relative;
}
.cms-index-index .products-grid .item .item-inner .box-info {
  padding-top: 14px;
}
.cms-index-index.cms-page-1 .sm-imageslider .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
/*VERTICAL MENU*/
.cms-page-5 .sm_megamenu_wrapper_horizontal_menu {
  padding-left: 200px;
}
.cms-page-5 .header-bottom .menu-under .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a {
  font-size: 100%;
  padding: 0 18px !important;
}
.cms-index-index .block-megamenu-vertical.header-vertical .block-content {
  display: block;
}
.sm_megamenu_wrapper_horizontal_menu {
  padding-left: 200px;
}
/*END*/
.cms-index-index .col-main {
  position: relative;
}
.cms-index-index .products-grid .item .item-inner .box-info {
  position: relative;
  overflow: hidden;
}
/*HOME STYLE 1*/
.homestyle1 {
  /*BLOCK SEVIRCES*/
  /*END*/
  /*BLOCK CONTENT TOP*/
  /* BOCK IMAGE SLIDE*/
  /*BASICPRODUCT*/
  /*BLOCK CATEGORIES*/
  /*END*/
  /*BLOCK BASIC PRODUCT*/
  /*END*/
  /*BLOCK DEAL*/
  /*BLOCK LETTER HOME*/
  /*END*/
  /*END*/
  /*OW CAROUSEL*/
  /*BANNER CONTENT*/
  /*END*/
  /*LISTING TAB*/
  /*LISTING TAB CUSTOM*/
  /*SUPPER CATEGORIES*/
  /*SUPPER CATE V2*/
  /*SUPPER CATE V3*/
  /*SUPPER CATE V4*/
  /*TITLE HOME*/
}
.homestyle1 .content-home {
  padding-top: 30px;
  clear: both;
}
@media (min-width: 1200px) {
  .homestyle1 .content-home {
    padding-top: 60px;
  }
}
.homestyle1 .services-wrapper .block-services {
  /*BOX PADDING*/
  /*END*/
  /*CSS BOX IMG*/
  /*END*/
  /*CONTENT INFO*/
}
.homestyle1 .services-wrapper .block-services .put-pading {
  min-height: 70px;
  line-height: 70px;
}
@media (min-width: 1200px) {
  .homestyle1 .services-wrapper .block-services .put-pading {
    border-bottom: 2px solid #fff;
  }
}
.homestyle1 .services-wrapper .block-services .put-pading1 {
  background: #4fb2f5;
  padding-right: 18px;
}
.homestyle1 .services-wrapper .block-services .put-pading2 {
  background: #ff4f6b;
  padding: 0 12px;
  border-left: 2px solid #fff;
}
.homestyle1 .services-wrapper .block-services .put-pading3 {
  background: #8fd900;
  padding-left: 18px;
  border-left: 2px solid #fff;
}
.homestyle1 .services-wrapper .block-services .img-box1 {
  background: url(http://demo.magentech.com/themes/sm_etrostore/skin/frontend/sm-etrostore/default/images/icon-services.png) 1px 15px no-repeat;
  width: 50px;
  height: 56px;
  float: left;
}
.homestyle1 .services-wrapper .block-services .img-box2 {
  background: url(http://demo.magentech.com/themes/sm_etrostore/skin/frontend/sm-etrostore/default/images/icon-services.png) -87px 15px no-repeat;
  width: 50px;
  height: 56px;
  float: left;
}
.homestyle1 .services-wrapper .block-services .img-box3 {
  background: url(http://demo.magentech.com/themes/sm_etrostore/skin/frontend/sm-etrostore/default/images/icon-services.png) -191px 15px no-repeat;
  width: 50px;
  height: 56px;
  float: left;
}
.homestyle1 .services-wrapper .block-services .services-info {
  padding-left: 65px;
}
.homestyle1 .services-wrapper .block-services .services-info span {
  color: #000;
  font-size: 116.66%;
  text-transform: uppercase;
}
.homestyle1 .block-content-top {
  padding-bottom: 0px;
  /*VERTICAL MENU*/
  /*IMG SLIDE*/
  /*BLOCK BOTTOM*/
  /*BANNER LEFT*/
  /*MODULE BASIC*/
}
@media (min-width: 1200px) {
  .homestyle1 .block-content-top {
    padding-bottom: 40px;
  }
}
.homestyle1 .block-content-top .box-padding-1 {
  padding: 0;
  border-right: 2px solid #fff;
}
@media (min-width: 1200px) {
  .homestyle1 .block-content-top .box-padding-1 {
    width: 197px;
  }
}
.homestyle1 .block-content-top .box-padding-1 .block-megamenu-vertical.header-vertical {
  /*TITLE MEGA*/
  /*CONTENT MEGA*/
}
.homestyle1 .block-content-top .box-padding-1 .block-megamenu-vertical.header-vertical .block-title {
  background: #2f2e2e;
}
.homestyle1 .block-content-top .box-padding-1 .block-megamenu-vertical.header-vertical .block-title strong {
  font-weight: 600;
}
.homestyle1 .block-content-top .box-padding-1 .block-megamenu-vertical.header-vertical .block-title strong .fa {
  font-style: normal;
  color: #ffaa00;
}
.homestyle1 .block-content-top .box-padding-1 .block-megamenu-vertical.header-vertical .block-content {
  display: block;
}
.homestyle1 .block-content-top .box-padding-2 {
  padding: 0;
  border-right: 2px solid #fff;
}
@media (min-width: 1200px) {
  .homestyle1 .block-content-top .box-padding-2 {
    width: 585px;
  }
}
.homestyle1 .block-content-top .block-baner-bottom {
  border-top: 2px solid #fff;
}
.homestyle1 .block-content-top .block-baner-bottom li {
  float: left;
  list-style: none;
}
@media (min-width: 1200px) {
  .homestyle1 .block-content-top .block-baner-bottom li.padding-img2 {
    border-width: 0 2px 0 2px;
    border-style: solid;
    border-color: #fff;
  }
}
.homestyle1 .block-content-top .box-padding-3 {
  padding: 0;
  border-right: 2px solid #fff;
}
.homestyle1 .block-content-top .box-padding-3 ul {
  margin: 0;
}
.homestyle1 .block-content-top .box-padding-3 li {
  list-style: none;
}
.homestyle1 .block-content-top .box-padding-3 li:last-child {
  border-top: 2px solid #fff;
}
@media (min-width: 1200px) {
  .homestyle1 .block-content-top .box-padding-3 {
    width: 195px;
  }
}
@media (min-width: 1200px) {
  .homestyle1 .block-content-top .box-padding-4 {
    width: 193px;
    padding: 0;
  }
}
.homestyle1 .block-content-top .box-padding-4 .slider-basic-wrapper {
  /*NEXT*/
}
.homestyle1 .block-content-top .box-padding-4 .slider-basic-wrapper .title-home {
  background: #ffaa00;
  height: 50px;
}
.homestyle1 .block-content-top .box-padding-4 .slider-basic-wrapper .title-home h2 {
  font-size: 150%;
  text-align: left;
  padding-left: 19px;
  color: #fff;
  letter-spacing: 0.2px;
  line-height: 50px;
}
.homestyle1 .block-content-top .box-padding-4 .slider-basic-wrapper .products-grid .item .item-inner {
  border-top: none;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.homestyle1 .block-content-top .box-padding-4 .slider-basic-wrapper .item-product:first-child .item-inner {
  min-height: 303px;
  max-height: 303px;
}
.homestyle1 .block-content-top .box-padding-4 .slider-basic-wrapper .item-product:last-child .item-inner {
  max-height: 176px;
}
.homestyle1 .block-content-top .box-padding-4 .slider-basic-wrapper .item-product:last-child .item-inner .box-info {
  padding-top: 15px;
}
.homestyle1 .block-content-top .box-padding-4 .slider-basic-wrapper .item-product:last-child .item-inner .box-image {
  width: 105px;
  height: 115px;
  float: right;
  position: relative;
  top: -45px;
}
.homestyle1 .block-content-top .box-padding-4 .slider-basic-wrapper .owl-nav > div {
  position: absolute;
  top: -39px;
  background: transparent;
  border: 1px solid #ffbc56;
  width: 27px;
  height: 27px;
}
.homestyle1 .block-content-top .box-padding-4 .slider-basic-wrapper .owl-nav > div:hover {
  background: #ffbc56;
  border: 1px solid #ffbc56;
}
.homestyle1 .block-content-top .box-padding-4 .slider-basic-wrapper .owl-nav > div:before {
  width: 27px;
  height: 27px;
  line-height: 27px;
  font-size: 14px;
}
.homestyle1 .block-content-top .box-padding-4 .slider-basic-wrapper .owl-nav .owl-prev {
  right: 41px;
}
.homestyle1 .block-content-top .box-padding-4 .slider-basic-wrapper .owl-nav .owl-next {
  right: 12px;
}
.homestyle1 .full-wrapper.full-wrapper-slide {
  background: url(http://demo.magentech.com/themes/sm_etrostore/skin/frontend/sm-etrostore/default/images/bg-slide-home5.jpg) no-repeat center center;
}
@media (min-width: 1200px) {
  .homestyle1 .full-wrapper.full-wrapper-slide .group-right {
    margin-left: 195px;
    width: 778px;
  }
}
@media (min-width: 1200px) {
  .homestyle1 .full-wrapper.full-wrapper-slide .group-left {
    width: 197px;
    max-height: 529px;
    overflow: hidden;
  }
}
.homestyle1 .full-wrapper.full-wrapper-slide .group-left .bs-home2 {
  /*NEXT*/
}
.homestyle1 .full-wrapper.full-wrapper-slide .group-left .bs-home2 .products-grid .item .item-inner .box-info {
  background: #fff;
}
.homestyle1 .full-wrapper.full-wrapper-slide .group-left .bs-home2 .products-grid .item .item-inner {
  border: none;
  margin: 0;
}
.homestyle1 .full-wrapper.full-wrapper-slide .group-left .bs-home2 .products-grid .item .item-inner:hover .bottom-action {
  bottom: 190px;
}
.homestyle1 .full-wrapper.full-wrapper-slide .group-left .bs-home2 .owl-nav > div {
  position: absolute;
  top: -39px;
  background: transparent;
  border: 1px solid #ffbc56;
  width: 27px;
  height: 27px;
}
.homestyle1 .full-wrapper.full-wrapper-slide .group-left .bs-home2 .owl-nav > div:hover {
  background: #ffbc56;
  border: 1px solid #ffbc56;
}
.homestyle1 .full-wrapper.full-wrapper-slide .group-left .bs-home2 .owl-nav > div:before {
  width: 27px;
  height: 27px;
  line-height: 27px;
  font-size: 14px;
}
.homestyle1 .full-wrapper.full-wrapper-slide .group-left .bs-home2 .owl-nav .owl-prev {
  right: 41px;
}
.homestyle1 .full-wrapper.full-wrapper-slide .group-left .bs-home2 .owl-nav .owl-next {
  right: 12px;
}
.homestyle1 .full-wrapper.full-wrapper-slide .group-left .bs-home2 .bottom-info {
  display: inline-block;
  background: #fff;
  padding-top: 6px;
}
@media (min-width: 1200px) {
  .homestyle1 .full-wrapper.full-wrapper-slide .group-left .bs-home2 .bottom-info {
    width: 197px;
  }
}
.homestyle1 .full-wrapper.full-wrapper-slide .group-left .bs-home2 .bottom-info ul {
  list-style: none;
}
.homestyle1 .full-wrapper.full-wrapper-slide .group-left .bs-home2 .bottom-info ul i {
  font-style: normal;
}
.homestyle1 .full-wrapper.full-wrapper-slide .group-left .bs-home2 .bottom-info li:nth-child(1) {
  border-width: 1px 0 0 0;
}
.homestyle1 .full-wrapper.full-wrapper-slide .group-left .bs-home2 .bottom-info li:nth-child(2) {
  border-width: 1px 1px 0 ;
}
.homestyle1 .full-wrapper.full-wrapper-slide .group-left .bs-home2 .bottom-info li:nth-child(3) {
  border-width: 1px 0 0 0;
}
.homestyle1 .full-wrapper.full-wrapper-slide .group-left .bs-home2 .bottom-info li:nth-child(5) {
  border-width: 1px 0 1px 0;
}
.homestyle1 .full-wrapper.full-wrapper-slide .group-left .bs-home2 .bottom-info li:nth-child(6) {
  border-width: 1px 1px ;
}
.homestyle1 .full-wrapper.full-wrapper-slide .group-left .bs-home2 .bottom-info li:nth-child(7) {
  border-width: 1px 0 1px 0;
}
.homestyle1 .full-wrapper.full-wrapper-slide .group-left .bs-home2 .bottom-info li {
  float: left;
  height: 87px;
  line-height: 87px;
  text-align: center;
  width: 33.3333%;
  font-size: 24px;
  border: 1px solid #eaeaea;
}
.homestyle1 .full-wrapper.full-wrapper-slide .group-left .bs-home2 .title-home {
  position: relative;
  background: #ffaa00;
  height: 50px;
  z-index: 1;
  padding-left: 20px;
}
.homestyle1 .full-wrapper.full-wrapper-slide .group-left .bs-home2 .title-home h2 {
  text-align: left;
  font-size: 150%;
  color: #fff;
  line-height: 50px;
}
.homestyle1 .bs-home2 .title-home {
  position: relative;
  background: #ffaa00;
  height: 50px;
  z-index: 1;
  padding-left: 20px;
  text-align: left;
}
.homestyle1 .bs-home2 .title-home h2 {
  font-size: 150%;
  color: #fff;
  line-height: 50px;
}
.homestyle1 .full-wrapper-categories.block-categories {
  background: #DEDEDE;
}
.homestyle1 .full-wrapper-categories.block-categories .sm-categories {
  position: relative;
  z-index: 9;
  margin-top: -50px;
}
.homestyle1 .block-basic-slide {
  padding-bottom: 30px;
}
.homestyle1 .full-wrapper.full-wrapper-img {
  background: url(http://demo.magentech.com/themes/sm_etrostore/skin/frontend/sm-etrostore/default/images/bg-block-deal.jpg) no-repeat center center;
}
.homestyle1 .full-wrapper.full-wrapper-img .sm-listing-deals {
  padding-top: 39px;
}
@media (min-width: 1200px) {
  .homestyle1 .full-wrapper.full-wrapper-img .box-img-deal .style-effect img {
    width: 100%;
  }
}
.homestyle1 .full-wrapper.full-wrapper-img .page-title-home {
  margin: 0;
  border-top: 4px solid #EA3335;
}
.homestyle1 .full-wrapper.full-wrapper-img .page-title-home > span {
  float: left;
  background: #EA3335;
}
.homestyle1 .full-wrapper.full-wrapper-img .page-title-home > span span:last-child {
  font-size: 22px;
}
@media (min-width: 1200px) {
  .homestyle1 .full-wrapper.full-wrapper-img .page-title-home > span {
    padding-right: 34px;
  }
  .homestyle1 .full-wrapper.full-wrapper-img .page-title-home > span:after {
    width: 25px !important;
  }
}
.homestyle1 .full-wrapper.full-wrapper-img .ltabs-items-container {
  background: #fff;
  margin-bottom: 40px;
}
.homestyle1 .block-leter-joi-our {
  /*APP JOI*/
  /*LETTER*/
}
.homestyle1 .block-leter-joi-our .box-joi-our .info-button {
  position: absolute;
  top: 60%;
  padding-left: 20px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
.homestyle1 .block-leter-joi-our .box-joi-our .info-button a:first-child {
  padding-right: 7px;
}
.homestyle1 .block-leter-joi-our .box-joi-our .info-button a:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.homestyle1 .block-leter-joi-our .content-newsletter {
  background: url(http://demo.magentech.com/themes/sm_etrostore/skin/frontend/sm-etrostore/default/images/bg-letter.jpg) no-repeat;
  padding: 20px;
  width: 100%;
}
@media (min-width: 1200px) {
  .homestyle1 .block-leter-joi-our .content-newsletter {
    padding-top: 66px;
    min-height: 235px;
  }
}
.homestyle1 .block-leter-joi-our .content-newsletter .footer-title {
  width: auto;
  color: #fff;
  margin: 0;
  letter-spacing: 0.2px;
}
.homestyle1 .block-leter-joi-our .content-newsletter .footer-title strong {
  line-height: 24px;
  color: #ffaa00;
  font-size: 200%;
}
.homestyle1 .block-leter-joi-our .content-newsletter .footer-title strong span {
  color: #fff;
}
.homestyle1 .block-leter-joi-our .content-newsletter .footer-title p {
  display: block;
  text-transform: uppercase;
  font-size: 116.66%;
  line-height: 24px;
  font-weight: 300;
}
.homestyle1 .block-leter-joi-our .content-newsletter .form-subscribe-header {
  padding-bottom: 25px;
}
.homestyle1 .block-leter-joi-our .content-newsletter #newsletter-validate-detail-ct {
  display: inline-block;
  padding-bottom: 10px;
  width: 100%;
}
.homestyle1 .block-leter-joi-our .content-newsletter #newsletter-validate-detail-ct .box-email {
  display: inline-block;
  width: 100%;
  position: relative;
}
.homestyle1 .block-leter-joi-our .content-newsletter #newsletter-validate-detail-ct .box-email .input-email {
  position: relative;
}
.homestyle1 .block-leter-joi-our .content-newsletter #newsletter-validate-detail-ct .box-email .input-email .input-text {
  color: #b3b3b3;
  height: 35px;
  padding: 0px 50px 0px 15px;
  width: 280px;
  background: #fff;
  border: none;
}
.homestyle1 .block-leter-joi-our .content-newsletter #newsletter-validate-detail-ct .box-email .action {
  position: absolute;
  top: 0px;
}
@media (min-width: 1200px) {
  .homestyle1 .block-leter-joi-our .content-newsletter #newsletter-validate-detail-ct .box-email .action {
    right: 115px;
  }
}
.homestyle1 .block-leter-joi-our .content-newsletter #newsletter-validate-detail-ct .box-email .action > .button {
  background-color: #ffaa00;
  border: 0 none;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  height: 35px;
  line-height: 38px;
  transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  -ms-transition: 0.1s ease-in-out;
  margin: 0;
  overflow: visible;
  padding: 0 21px;
  white-space: nowrap;
  letter-spacing: 2px;
  font-weight: 500;
}
.homestyle1 .block-leter-joi-our .content-newsletter #newsletter-validate-detail-ct .box-email .action > .button:hover {
  background-color: #fff;
  color: #ffaa00;
}
.homestyle1 .block-basic-slide .owl-nav > div,
.homestyle1 .block-listingtabs .owl-nav > div {
  position: absolute;
  top: -39px;
  background: #ffbc56;
  width: 27px;
  height: 27px;
}
.homestyle1 .block-basic-slide .owl-nav > div:before,
.homestyle1 .block-listingtabs .owl-nav > div:before {
  width: 27px;
  height: 27px;
  line-height: 27px;
  font-size: 14px;
}
.homestyle1 .block-basic-slide .owl-nav .owl-prev,
.homestyle1 .block-listingtabs .owl-nav .owl-prev {
  right: 41px;
}
.homestyle1 .block-basic-slide .owl-nav .owl-next,
.homestyle1 .block-listingtabs .owl-nav .owl-next {
  right: 12px;
}
.homestyle1 .block-img-content li {
  list-style: none;
}
.homestyle1 .block-img-content li:first-child {
  margin-bottom: 30px;
}
.homestyle1 .title-home {
  text-align: center;
}
.homestyle1 .title-home h2 {
  position: relative;
  color: #121212;
  font-size: 200%;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.homestyle1 .block-listingtabs .products-grid .item .item-inner {
  margin-bottom: 0 !important;
}
.homestyle1 .block-listingtabs .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs {
  text-align: left;
  border: none;
  border-top: 4px solid #ffaa00;
  background: #f8f8f8;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
.homestyle1 .block-listingtabs .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li {
  display: inline-block;
  float: left;
  text-transform: uppercase;
  font-weight: 600;
  background: transparent;
  font-size: 183.333%;
  padding: 0px 15px 0 20px;
  cursor: pointer;
  line-height: 50px;
  background: #ffbc56;
  position: relative;
  border-left: 2px solid #fff;
}
.homestyle1 .block-listingtabs .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li:first-child {
  border-left: none;
}
.homestyle1 .block-listingtabs .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li span:last-child {
  color: #fff;
  position: relative;
}
.homestyle1 .block-listingtabs .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li .first-sub {
  position: absolute;
  line-height: 50px;
  font-size: 75px;
  top: 3px;
  left: 10px;
  color: #ffaa00;
}
.homestyle1 .block-listingtabs .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li:hover {
  background: #ffaa00;
}
.homestyle1 .block-listingtabs .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li:hover .first-sub {
  color: #ffbc56;
}
.homestyle1 .block-listingtabs .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li.tab-sel {
  background: #ffaa00;
}
.homestyle1 .block-listingtabs .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li.tab-sel .first-sub {
  color: #ffbc56;
}
.homestyle1 .block-listingtabs .sj-listing-tabs .ltabs-wrap .ltabs-items-container {
  margin-top: 2px;
  overflow: visible;
}
.homestyle1 .block-listingtabs .sj-listing-tabs .ltabs-wrap .ltabs-items-container .owl-stage-outer {
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}
.homestyle1 .block-listingtabs .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .item .item-inner {
  border-left: none;
}
.homestyle1 .box-listingtab .sj-listing-tabs-custom {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #eaeaea;
}
.homestyle1 .box-listingtab .sj-listing-tabs-custom .first-sub {
  display: none !important;
}
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container {
  display: inline-block;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
@media (min-width: 1200px) {
  .homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container {
    min-height: 487px;
    min-width: 245px;
  }
}
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-tabs-container .ltabs-tabs {
  margin: 0;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-tabs-container .ltabs-tabs .ltabs-tab {
  list-style: none;
  display: inline-block;
  cursor: pointer;
}
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-tabs-container .ltabs-tabs .ltabs-tab:before {
  display: none;
}
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-tabs-container .ltabs-tabs .ltabs-tab:hover span {
  color: #FF9901;
  border-bottom: 2px solid #FF9901;
}
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-tabs-container .ltabs-tabs .ltabs-tab .ltabs-tab-label {
  display: inline-block;
  padding: 0;
  margin: 0 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  color: #646464;
}
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-tabs-container .ltabs-tab.tab-sel span {
  border-bottom: 2px solid #FF9901;
  color: #FF9901 !important;
}
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-tabs-container .ltabs-tab.tab-sel:before {
  display: none;
}
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .item-inner {
  max-height: 96px;
  border-width: 1px 0 0 0;
}
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .item-inner .box-label,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .item-inner .bottom-action {
  display: none;
}
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .item-inner .box-info {
  z-index: 9;
}
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .item-inner .box-image {
  float: right;
  width: 95px;
  height: 120px;
  top: -125px;
  right: -13px;
}
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products1 .item-inner {
  border-width: 0;
}
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products1,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products2 {
  padding: 0 15px;
  /* border-right: 1px solid @border-color;*/
}
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products1 .item-inner,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products2 .item-inner {
  margin: 0;
}
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products1 .product-name > span,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products2 .product-name > span {
  display: inline !important;
  font-weight: 600;
  position: absolute;
  top: 13px;
  left: 0;
  color: #000;
}
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products9 {
  /* border-bottom: 1px solid @border-color;*/
}
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products3,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products4,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products5,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products6,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products7,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products8,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products9 {
  /*border-right: 1px solid @border-color;*/
  padding: 0 15px;
}
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products3 .item-inner,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products4 .item-inner,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products5 .item-inner,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products6 .item-inner,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products7 .item-inner,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products8 .item-inner,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products9 .item-inner {
  margin: 0;
  height: 42px;
  line-height: 42px;
  border-width: 1px 0 0 0;
}
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products3 .box-image,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products4 .box-image,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products5 .box-image,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products6 .box-image,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products7 .box-image,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products8 .box-image,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products9 .box-image,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products3 .box-label,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products4 .box-label,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products5 .box-label,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products6 .box-label,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products7 .box-label,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products8 .box-label,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products9 .box-label,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products3 .ratings,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products4 .ratings,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products5 .ratings,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products6 .ratings,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products7 .ratings,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products8 .ratings,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products9 .ratings,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products3 .no-rating,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products4 .no-rating,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products5 .no-rating,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products6 .no-rating,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products7 .no-rating,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products8 .no-rating,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products9 .no-rating {
  display: none;
}
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products3 .box-info,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products4 .box-info,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products5 .box-info,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products6 .box-info,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products7 .box-info,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products8 .box-info,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products9 .box-info {
  padding: 0;
}
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products3 .box-info .product-name,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products4 .box-info .product-name,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products5 .box-info .product-name,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products6 .box-info .product-name,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products7 .box-info .product-name,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products8 .box-info .product-name,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products9 .box-info .product-name {
  float: left;
  line-height: 40px;
}
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products3 .box-info .product-name > span,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products4 .box-info .product-name > span,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products5 .box-info .product-name > span,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products6 .box-info .product-name > span,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products7 .box-info .product-name > span,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products8 .box-info .product-name > span,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products9 .box-info .product-name > span {
  display: inline !important;
  font-weight: 600;
  color: #000;
  padding-right: 5px;
}
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products3 .box-info .price-box,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products4 .box-info .price-box,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products5 .box-info .price-box,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products6 .box-info .price-box,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products7 .box-info .price-box,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products8 .box-info .price-box,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products9 .box-info .price-box {
  float: right;
  height: auto;
  margin: 0;
}
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products3 .box-info .price-box p,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products4 .box-info .price-box p,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products5 .box-info .price-box p,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products6 .box-info .price-box p,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products7 .box-info .price-box p,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products8 .box-info .price-box p,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products9 .box-info .price-box p {
  margin: 0 !important;
}
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products3 .box-info .price-box .old-price,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products4 .box-info .price-box .old-price,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products5 .box-info .price-box .old-price,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products6 .box-info .price-box .old-price,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products7 .box-info .price-box .old-price,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products8 .box-info .price-box .old-price,
.homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .products9 .box-info .price-box .old-price {
  display: none;
}
.homestyle1 .block-suppercategories {
  /*TAB CATTE*/
  /*CATTE*/
  /*BRAND*/
}
.homestyle1 .block-suppercategories .title-home {
  text-align: left;
  border: none;
  border-top: 4px solid #ff9901;
  background: #f8f8f8;
}
.homestyle1 .block-suppercategories .title-home > span {
  background: #ff9901;
  padding: 0px 15px 0 20px;
}
@media (min-width: 1200px) {
  .homestyle1 .block-suppercategories .title-home > span {
    padding-right: 40px;
  }
  .homestyle1 .block-suppercategories .title-home > span:after {
    width: 30px !important;
  }
}
.homestyle1 .block-suppercategories .title-home > span:before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  height: 2px;
  left: 0;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 10px;
}
.homestyle1 .block-suppercategories .title-home > span:after {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  height: 2px;
  right: 0;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 25px;
}
.homestyle1 .block-suppercategories .title-home span {
  display: inline-block;
  float: left;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
  line-height: 50px;
  position: relative;
}
.homestyle1 .block-suppercategories .title-home span:last-child {
  color: #fff;
  position: relative;
}
.homestyle1 .block-suppercategories .title-home .first-sub {
  position: absolute;
  line-height: 54px;
  font-size: 76px;
  top: 0px;
  left: 8px;
  color: rgba(255, 255, 255, 0.3);
}
.homestyle1 .block-suppercategories .cate-banner a:first-child {
  float: left;
  display: inline-block;
  border-right: 2px solid #fff;
}
.homestyle1 .block-suppercategories .cate-banner a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.homestyle1 .block-suppercategories .sm-supercategories {
  background: #EFEFEF;
}
.homestyle1 .block-suppercategories .bg-img {
  background: url(http://demo.magentech.com/themes/sm_etrostore/skin/frontend/sm-etrostore/default/images/bg-supper-1-home5.jpg) no-repeat;
  min-height: 529px;
}
.homestyle1 .block-suppercategories .spc-tabs-container .spc-tabs {
  border: none;
}
.homestyle1 .block-suppercategories .spc-tabs-container .spc-tab {
  display: inline-block;
  position: relative;
}
.homestyle1 .block-suppercategories .spc-tabs-container .spc-tab:first-child {
  padding-left: 5px;
}
.homestyle1 .block-suppercategories .spc-tabs-container .spc-tab:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #FF9901;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -5px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.homestyle1 .block-suppercategories .spc-tabs-container .spc-tab span {
  cursor: pointer;
  color: #000;
  font-size: 116.66%;
  font-weight: 500;
  padding: 0 10px;
  position: relative;
  height: 50px;
  line-height: 50px;
  transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  -ms-transition: 0.1s ease-in-out;
}
.homestyle1 .block-suppercategories .spc-tabs-container .spc-tab.tab-sel {
  background: transparent;
}
.homestyle1 .block-suppercategories .spc-tabs-container .spc-tab.tab-sel span {
  color: #FF9901;
}
.homestyle1 .block-suppercategories .spc-tabs-container .spc-tab.tab-sel:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.homestyle1 .block-suppercategories .spc-tabs-container .spc-tab {
  transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  -ms-transition: 0.1s ease-in-out;
}
.homestyle1 .block-suppercategories .spc-tabs-container .spc-tab:hover {
  background: transparent;
}
.homestyle1 .block-suppercategories .spc-tabs-container .spc-tab:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.homestyle1 .block-suppercategories .spc-tabs-container .spc-tab:hover span {
  color: #FF9901;
}
.homestyle1 .block-suppercategories .category-wrap {
  display: none;
}
.homestyle1 .block-suppercategories .category-wrap .item {
  display: inline-block;
}
.homestyle1 .block-suppercategories .category-wrap .item:first-child {
  padding-left: 5px;
}
.homestyle1 .block-suppercategories .category-wrap .item a {
  color: #000;
  font-size: 116.66%;
  font-weight: 500;
  padding: 0 10px;
  position: relative;
  height: 50px;
  line-height: 50px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
.homestyle1 .block-suppercategories .category-wrap .item a:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffaa00;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -5px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.homestyle1 .block-suppercategories .category-wrap .item a:hover {
  color: #ffaa00;
}
.homestyle1 .block-suppercategories .category-wrap .item a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.homestyle1 .block-suppercategories .box-brand {
  position: absolute;
  top: 48%;
  margin: 0 15px;
}
.homestyle1 .block-suppercategories .box-brand .title-brand {
  background: #FE9901;
  height: 40px;
  padding-left: 15px;
  margin-bottom: 2px;
}
.homestyle1 .block-suppercategories .box-brand .title-brand h2 {
  font-size: 150%;
  text-transform: uppercase;
  color: #fff;
  line-height: 40px;
}
.homestyle1 .block-suppercategories .super-border {
  margin-top: 2px;
  /*BOX LEFT*/
  /*BOX CENTER*/
  /*BOX RIGHT*/
  /*END*/
}
@media (min-width: 1200px) {
  .homestyle1 .block-suppercategories .super-border .box-super-left {
    width: 195px;
  }
}
@media (min-width: 1200px) {
  .homestyle1 .block-suppercategories .super-border .box-super-right {
    width: 245px;
  }
}
@media (min-width: 1200px) {
  .homestyle1 .block-suppercategories .super-border .box-super-center {
    width: 730px;
  }
}
.homestyle1 .block-suppercategories .super-border .box-super-center .product-super .spc-item {
  border-left: 1px solid #eaeaea;
}
.homestyle1 .block-suppercategories .super-border .box-super-center .product-super .spc-item .item-inner {
  border-left: none;
  overflow: hidden;
}
.homestyle1 .block-suppercategories .super-border .box-super-center .product-super .spc-item .item-inner .box-info {
  z-index: 9;
}
.homestyle1 .block-suppercategories .super-border .box-super-center .product-super .spc-item .item-inner .box-info .price-box {
  margin: 8px 0;
}
.homestyle1 .block-suppercategories .super-border .box-super-center .product-super .spc-item .item-inner:nth-child(1),
.homestyle1 .block-suppercategories .super-border .box-super-center .product-super .spc-item .item-inner:nth-child(2),
.homestyle1 .block-suppercategories .super-border .box-super-center .product-super .spc-item .item-inner:nth-child(3) {
  max-height: 265px;
}
@media (min-width: 1200px) {
  .homestyle1 .block-suppercategories .super-border .box-super-center .product-super .spc-item .item-inner:nth-child(1) .box-image,
  .homestyle1 .block-suppercategories .super-border .box-super-center .product-super .spc-item .item-inner:nth-child(2) .box-image,
  .homestyle1 .block-suppercategories .super-border .box-super-center .product-super .spc-item .item-inner:nth-child(3) .box-image {
    width: 160px;
    height: 185px;
    left: 15%;
    top: -35px;
  }
}
.homestyle1 .block-suppercategories .super-border .box-super-center .product-super .spc-item .item-inner:nth-child(4),
.homestyle1 .block-suppercategories .super-border .box-super-center .product-super .spc-item .item-inner:nth-child(5),
.homestyle1 .block-suppercategories .super-border .box-super-center .product-super .spc-item .item-inner:nth-child(6) {
  margin-top: -1px;
  max-height: 265px;
  min-height: 265px;
}
@media (min-width: 1200px) {
  .homestyle1 .block-suppercategories .super-border .box-super-center .product-super .spc-item .item-inner:nth-child(4) .box-image,
  .homestyle1 .block-suppercategories .super-border .box-super-center .product-super .spc-item .item-inner:nth-child(5) .box-image,
  .homestyle1 .block-suppercategories .super-border .box-super-center .product-super .spc-item .item-inner:nth-child(6) .box-image {
    width: 160px;
    height: 185px;
    left: 15%;
    top: -35px;
  }
}
.homestyle1 .block-suppercategories .super-border .category-wrap {
  border: 1px solid #eaeaea;
  border-left: 4px solid #fe9901;
  min-height: 529px;
}
.homestyle1 .block-suppercategories .super-border .category-wrap .title-cat {
  height: 40px;
  background: #ffaa00;
  padding-left: 15px;
}
.homestyle1 .block-suppercategories .super-border .category-wrap .title-cat span {
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  font-size: 150%;
  font-weight: 600;
}
.homestyle1 .block-suppercategories .super-border .category-wrap .container-slider .slider .vpo-wrap .vp .item {
  display: block;
  white-space: normal;
  vertical-align: top;
  float: none;
  text-align: left;
  line-height: 40px;
  padding-left: 15px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
.homestyle1 .block-suppercategories .super-border .category-wrap .container-slider .slider .vpo-wrap .vp .item a {
  color: #000;
  font-size: 116.66%;
  font-weight: 500;
}
.homestyle1 .block-suppercategories .super-border .category-wrap .container-slider .slider .vpo-wrap .vp .item:hover {
  background: #FE9901;
}
.homestyle1 .block-suppercategories .super-border .category-wrap .container-slider .slider .vpo-wrap .vp .item:hover a {
  color: #fff;
}
.homestyle1 .block-suppercategories.block-suppercategories-v2 .spc-tab.tab-sel span {
  color: #F034C9;
}
.homestyle1 .block-suppercategories.block-suppercategories-v2 .spc-tab::before {
  border-top: 5px solid #F034C9;
}
.homestyle1 .block-suppercategories.block-suppercategories-v2 .spc-tabs-container .spc-tab:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  border-top: 5px solid #F034C9;
}
.homestyle1 .block-suppercategories.block-suppercategories-v2 .spc-tabs-container .spc-tab:hover span {
  color: #F034C9;
}
.homestyle1 .block-suppercategories.block-suppercategories-v2 .box-listingtab .ltabs-tabs-container .ltabs-tab:hover span {
  border-bottom: 2px solid  #F034C9;
  color: #F034C9;
}
.homestyle1 .block-suppercategories.block-suppercategories-v2 .box-listingtab .ltabs-tabs-container .ltabs-tab.tab-sel span {
  border-bottom: 2px solid  #F034C9;
  color: #F034C9 !important;
}
.homestyle1 .block-suppercategories.block-suppercategories-v2 .ltabs-tabs-container .ltabs-tab.tab-sel:before {
  opacity: 1;
  filter: alpha(opacity=100);
  border-top: 5px solid #F034C9;
}
.homestyle1 .block-suppercategories.block-suppercategories-v2 .ltabs-tabs-container .ltabs-tab.tab-sel span {
  color: #F034C9;
}
.homestyle1 .block-suppercategories.block-suppercategories-v2 .bg-img {
  background: url(http://demo.magentech.com/themes/sm_etrostore/skin/frontend/sm-etrostore/default/images/bg-supper-2.jpg) no-repeat;
  min-height: 529px;
}
.homestyle1 .block-suppercategories.block-suppercategories-v2 .box-brand .title-brand {
  background: #F034C9;
}
.homestyle1 .block-suppercategories.block-suppercategories-v2 .title-home {
  border-top: 4px solid #f034ca;
}
.homestyle1 .block-suppercategories.block-suppercategories-v2 .title-home > span {
  background: #f034ca;
}
@media (min-width: 1200px) {
  .homestyle1 .block-suppercategories.block-suppercategories-v2 .title-home > span {
    padding-right: 25px;
  }
  .homestyle1 .block-suppercategories.block-suppercategories-v2 .title-home > span:after {
    width: 16px !important;
  }
}
.homestyle1 .block-suppercategories.block-suppercategories-v2 .super-border .box-super-center .slide-img .info-content {
  background: rgba(240, 52, 202, 0.8);
}
.homestyle1 .block-suppercategories.block-suppercategories-v2 .super-border .category-wrap {
  border-left: 4px solid #f034ca;
}
.homestyle1 .block-suppercategories.block-suppercategories-v2 .super-border .category-wrap .title-cat {
  background: #ff79e4;
}
.homestyle1 .block-suppercategories.block-suppercategories-v2 .super-border .category-wrap .container-slider .slider .vpo-wrap .vp .item:hover {
  background: #f034ca;
}
.homestyle1 .block-suppercategories.block-suppercategories-v3 .spc-tab.tab-sel span {
  color: #7AC043;
}
.homestyle1 .block-suppercategories.block-suppercategories-v3 .spc-tab::before {
  border-top: 5px solid #7AC043;
}
.homestyle1 .block-suppercategories.block-suppercategories-v3 .spc-tabs-container .spc-tab:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  border-top: 5px solid #7AC043;
}
.homestyle1 .block-suppercategories.block-suppercategories-v3 .spc-tabs-container .spc-tab:hover span {
  color: #7AC043;
}
.homestyle1 .block-suppercategories.block-suppercategories-v3 .spc-tabs-container .spc-tab.tab-sel:before {
  opacity: 1;
  filter: alpha(opacity=100);
  border-top: 5px solid #7AC043;
}
.homestyle1 .block-suppercategories.block-suppercategories-v3 .spc-tabs-container .spc-tab.tab-sel span {
  color: #7AC043;
}
.homestyle1 .block-suppercategories.block-suppercategories-v3 .box-listingtab .ltabs-tabs-container .ltabs-tab:hover span {
  border-bottom: 2px solid  #7AC043;
  color: #7AC043 !important;
}
.homestyle1 .block-suppercategories.block-suppercategories-v3 .box-listingtab .ltabs-tabs-container .ltabs-tab.tab-sel span {
  border-bottom: 2px solid  #7AC043;
  color: #7AC043 !important;
}
.homestyle1 .block-suppercategories.block-suppercategories-v3 .box-brand .title-brand {
  background: #7AC043;
}
.homestyle1 .block-suppercategories.block-suppercategories-v3 .bg-img {
  background: url(http://demo.magentech.com/themes/sm_etrostore/skin/frontend/sm-etrostore/default/images/bg-supper-3.jpg) no-repeat;
  min-height: 529px;
}
.homestyle1 .block-suppercategories.block-suppercategories-v3 .title-home {
  border-top: 4px solid #8cc34b;
}
.homestyle1 .block-suppercategories.block-suppercategories-v3 .title-home > span {
  background: #8cc34b;
}
@media (min-width: 1200px) {
  .homestyle1 .block-suppercategories.block-suppercategories-v3 .title-home > span {
    padding-right: 52px;
  }
  .homestyle1 .block-suppercategories.block-suppercategories-v3 .title-home > span:after {
    width: 40px !important;
  }
}
.homestyle1 .block-suppercategories.block-suppercategories-v3 .super-border .box-super-center .slide-img .info-content {
  background: rgba(140, 195, 75, 0.8);
}
.homestyle1 .block-suppercategories.block-suppercategories-v3 .super-border .category-wrap {
  border-left: 4px solid #8cc34b;
}
.homestyle1 .block-suppercategories.block-suppercategories-v3 .super-border .category-wrap .title-cat {
  background: #a0d75e;
}
.homestyle1 .block-suppercategories.block-suppercategories-v3 .super-border .category-wrap .container-slider .slider .vpo-wrap .vp .item:hover {
  background: #8cc34b;
}
.homestyle1 .block-suppercategories.block-suppercategories-v4 .spc-tab.tab-sel span {
  color: #3569CC;
}
.homestyle1 .block-suppercategories.block-suppercategories-v4 .spc-tab::before {
  border-top: 5px solid #3569CC;
}
.homestyle1 .block-suppercategories.block-suppercategories-v4 .spc-tabs-container .spc-tab:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  border-top: 5px solid #3569CC;
}
.homestyle1 .block-suppercategories.block-suppercategories-v4 .spc-tabs-container .spc-tab:hover span {
  color: #3569CC;
}
.homestyle1 .block-suppercategories.block-suppercategories-v4 .spc-tabs-container .spc-tab.tab-sel:before {
  opacity: 1;
  filter: alpha(opacity=100);
  border-top: 5px solid #3569CC;
}
.homestyle1 .block-suppercategories.block-suppercategories-v4 .spc-tabs-container .spc-tab.tab-sel span {
  color: #3569CC;
}
.homestyle1 .block-suppercategories.block-suppercategories-v4 .box-listingtab .ltabs-tabs-container .ltabs-tab:hover span {
  border-bottom: 2px solid  #3569CC;
  color: #3569CC;
}
.homestyle1 .block-suppercategories.block-suppercategories-v4 .box-listingtab .ltabs-tabs-container .ltabs-tab.tab-sel span {
  border-bottom: 2px solid  #3569CC;
  color: #3569CC !important;
}
.homestyle1 .block-suppercategories.block-suppercategories-v4 .box-brand .title-brand {
  background: #3569CC;
}
.homestyle1 .block-suppercategories.block-suppercategories-v4 .bg-img {
  background: url(http://demo.magentech.com/themes/sm_etrostore/skin/frontend/sm-etrostore/default/images/bg-supper-4.jpg) no-repeat;
  min-height: 529px;
}
.homestyle1 .block-suppercategories.block-suppercategories-v4 .title-home {
  border-top: 4px solid #356acb;
}
.homestyle1 .block-suppercategories.block-suppercategories-v4 .title-home > span {
  background: #356acb;
}
@media (min-width: 1200px) {
  .homestyle1 .block-suppercategories.block-suppercategories-v4 .title-home > span {
    padding-right: 54px;
  }
  .homestyle1 .block-suppercategories.block-suppercategories-v4 .title-home > span:after {
    width: 42px !important;
  }
}
.homestyle1 .block-suppercategories.block-suppercategories-v4 .super-border .box-super-center .slide-img .info-content {
  background: rgba(53, 106, 203, 0.8);
}
.homestyle1 .block-suppercategories.block-suppercategories-v4 .super-border .category-wrap {
  border-left: 4px solid #356acb;
}
.homestyle1 .block-suppercategories.block-suppercategories-v4 .super-border .category-wrap .title-cat {
  background: #497edf;
}
.homestyle1 .block-suppercategories.block-suppercategories-v4 .super-border .category-wrap .container-slider .slider .vpo-wrap .vp .item:hover {
  background: #356acb;
}
.homestyle1 .block-suppercategories.block-suppercategories-v4 .super-border .box-super-center .product-super .spc-item {
  /*END*/
}
@media (min-width: 1200px) {
  .homestyle1 .block-suppercategories.block-suppercategories-v4 .super-border .box-super-center .product-super .spc-item .item-inner:nth-child(1) .box-image,
  .homestyle1 .block-suppercategories.block-suppercategories-v4 .super-border .box-super-center .product-super .spc-item .item-inner:nth-child(2) .box-image,
  .homestyle1 .block-suppercategories.block-suppercategories-v4 .super-border .box-super-center .product-super .spc-item .item-inner:nth-child(4) .box-image,
  .homestyle1 .block-suppercategories.block-suppercategories-v4 .super-border .box-super-center .product-super .spc-item .item-inner:nth-child(5) .box-image {
    width: 180px !important;
    height: 200px !important;
    left: 15%;
    top: -40px !important;
  }
}
@media (min-width: 1200px) {
  .homestyle1 .block-suppercategories.block-suppercategories-v4 .super-border .box-super-center .product-super .spc-item .item-inner:nth-child(6) .box-image {
    width: 180px !important;
    height: 200px !important;
    left: 15%;
    top: -60px !important;
  }
}
@media (min-width: 1200px) {
  .homestyle1 .block-suppercategories.block-suppercategories-v4 .super-border .box-super-center .product-super .spc-item .item-inner:nth-child(3) .box-image {
    width: 180px !important;
    height: 200px !important;
    left: 15%;
    top: -25px !important;
  }
}
.homestyle1 .page-title-home {
  text-align: left;
  border: none;
  border-top: 4px solid #FE9901;
  background: #f8f8f8;
  margin-bottom: 2px;
}
.homestyle1 .page-title-home > span {
  background: #FE9901;
  padding: 0px 15px 0 20px;
}
@media (min-width: 1200px) {
  .homestyle1 .page-title-home > span {
    padding-right: 135px;
  }
  .homestyle1 .page-title-home > span:after {
    width: 125px !important;
  }
}
.homestyle1 .page-title-home > span:before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  height: 2px;
  left: 0;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 10px;
}
.homestyle1 .page-title-home > span:after {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  height: 2px;
  right: 0;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 25px;
}
.homestyle1 .page-title-home span {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
  line-height: 50px;
  position: relative;
}
.homestyle1 .page-title-home span:last-child {
  color: #fff;
  position: relative;
}
.homestyle1 .page-title-home .first-sub {
  position: absolute;
  line-height: 54px;
  font-size: 74px;
  top: -2px;
  left: 8px;
  color: rgba(255, 255, 255, 0.3);
}
/*IMG SLIDE*/
.sm-imageslider .sm-imageslider-inner {
  position: relative;
  width: 100%;
}
.sm-imageslider:hover .owl-theme .owl-controls {
  opacity: 1;
  filter: alpha(opacity=100);
  overflow: visible;
}
.sm-imageslider .owl-theme .owl-controls {
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
.sm-imageslider .owl-nav {
  display: none;
}
.sm-imageslider .owl-theme .owl-controls .owl-nav > div {
  height: 40px;
  width: 40px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
.sm-imageslider .owl-theme .owl-controls .owl-nav > div:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.sm-imageslider .owl-theme .owl-controls .owl-nav > div::before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}
.center-wrapper.full-wrapper {
  margin: 0 -370px;
}
@media (min-width: 1200px) {
  .boxed-layout.hidden-promotion-body .header-topright {
    position: relative;
    right: 40px;
  }
  .header-style-1 .menu-under.menu-on-top {
    background-color: #FFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    position: fixed;
  }
  .header-style-1 .menu-under.menu-on-top .content-header-bottom .logo-wrapper {
    top: 11px;
  }
  .header-style-1 .menu-under.menu-on-top .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a {
    line-height: 50px;
  }
  .header-style-1 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .search-header-bottom .search-header-content .btn-search {
    line-height: 60px;
  }
  .header-style-1 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .search-header-bottom .search-header-content .search-form-action {
    top: 10px;
  }
  .header-style-1 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .minicart-header .sm-cartpro .cartpro-title .item-info {
    line-height: 60px;
  }
  .header-style-1 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .minicart-header .sm-cartpro .cartpro-title .item-info:before {
    line-height: 60px;
  }
  .header-style-1 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .minicart-header .sm-cartpro .cartpro-content {
    top: 60px;
  }
  .header-style-1 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .btn-action-header {
    line-height: 60px;
  }
  .header-style-1 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .btn-action-header .nav-btn-header::before {
    line-height: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cms-index-index .header-bottom .menu-under .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a {
    font-size: 100%;
    padding: 0 15px!important;
  }
  .header-style-1 .header-bottom .menu-under .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_drop > a::after {
    right: 0;
  }
  .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: 179px;
  }
  .header-style-1 .sm-serachbox-pro .sm-searbox-content .form-button.button {
    width: 10%;
  }
  .header-style-1 .sm-serachbox-pro .sm-searbox-content .form-search > input {
    width: 60%;
  }
  .header-style-1 .sm-serachbox-pro .sm-searbox-content .form-search > select {
    padding-left: 5px;
  }
  .header-style-1 .menu-under.menu-on-top {
    background-color: #fff;
    position: fixed;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
  .header-style-1 .menu-under.menu-on-top .content-header-bottom .logo-wrapper {
    display: none;
  }
  .header-style-1 .menu-under.menu-on-top .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a {
    line-height: 50px;
  }
  .header-style-1 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .search-header-bottom .search-header-content .btn-search {
    line-height: 60px;
  }
  .header-style-1 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .search-header-bottom .search-header-content .search-form-action {
    top: 10px;
  }
  .header-style-1 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .minicart-header .sm-cartpro .cartpro-title .item-info {
    line-height: 60px;
  }
  .header-style-1 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .minicart-header .sm-cartpro .cartpro-title .item-info:before {
    line-height: 60px;
  }
  .header-style-1 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .minicart-header .sm-cartpro .cartpro-content {
    top: 60px;
  }
  .header-style-1 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .btn-action-header {
    line-height: 60px;
  }
  .header-style-1 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .btn-action-header .nav-btn-header::before {
    line-height: 60px;
  }
  .header-style-1 .header-bottom .menu-under .content-header-bottom .logo-wrapper {
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
    padding: 40px 0 0px;
  }
  .header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action {
    position: relative;
  }
  .header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu {
    float: none;
    padding-right: 0;
  }
  .header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.home-item-parent > a {
    padding-left: 0;
  }
  .header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .search-header-bottom .search-header-content.show-block .search-form-action {
    width: 836px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-style-1 .logo-wrapper {
    padding-bottom: 20px;
    text-align: center;
  }
  .header-style-1 .header-top .header-topleft .currency-block .title-dropdown {
    display: none;
  }
  .header-style-1 .header-top .header-topleft .dropdown-block {
    padding: 0 10px;
  }
  .header-style-1 .header-top .header-topright {
    text-align: center;
  }
  .header-style-1 .header-top .header-topright .dropdown-block {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    text-align: left;
  }
  .header-style-1 .header-bottom .menu-under .content-header-bottom .logo-wrapper {
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
    padding: 20px 0 12px;
  }
  .header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action {
    position: relative;
  }
  .header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .menu-larger {
    display: none;
  }
  .header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .mobile-menu {
    display: block;
    background-color: #ffaa00;
    margin: 0 -1000px;
  }
  .header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .mobile-menu .btn-mobile-wrapper .btn-menu-mobile {
    height: 50px;
    line-height: 50px;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .header-style-1 {
    /*LANGUAGE*/
  }
  .header-style-1 .logo-wrapper {
    padding: 0px 0 20px;
    text-align: center;
  }
  .header-style-1 .header-top .dropdown-block {
    padding: 0 0 0 5px;
    border-left: none;
  }
  .header-style-1 .header-top .dropdown-block .dropdown-toggle {
    padding: 0 5px 0 0;
  }
  .header-style-1 .currency-block .title-dropdown {
    display: none !important;
  }
  .header-style-1 .dropdown-block.language-block {
    padding: 0 10px 0 5px!important;
  }
  .header-style-1 .dropdown-block.currency-block {
    padding: 0 0 0 5px !important;
  }
  .header-style-1 .dropdown-block.block-base.pull-right {
    float: none !important;
    margin: 0px 5px 0 0!important;
    line-height: 15px;
  }
  .header-style-1 .dropdown-block.block-base.pull-right ul .first:after {
    top: 1px;
  }
  .header-style-1 .header-top .dropdown-block .dropdown-toggle::before {
    right: -5px;
  }
  .header-style-1 .dropdown-block.block-myacount {
    padding-left: 15px !important;
    float: none !important;
    text-align: left;
  }
  .header-style-1 .dropdown-block.block-myacount:after {
    right: auto;
    left: 0;
  }
  .header-style-1 .header-topleft .topleft-content {
    display: inline-block;
    margin-top: 0;
    float: none;
  }
  .header-style-1 .header-topleft .dropdown-block {
    text-align: left;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .header-style-1 .header-topright {
    padding-bottom: 5px;
  }
  .header-style-1 .header-topright .dropdown-block:after {
    top: 1px;
  }
  .header-style-1 .header-topright .dropdown-block .dropdown-toggle {
    line-height: 15px;
  }
  .header-style-1 .header-right {
    padding-top: 15px !important;
    text-align: center;
  }
  .header-style-1 .header-right .header-compare,
  .header-style-1 .header-right .header-wishlist,
  .header-style-1 .header-right .top-minicart {
    float: none !important;
    display: inline-block;
    vertical-align: top;
  }
  .header-style-1 .header-top .account-links > .dropdown-list li {
    padding: 0 10px;
  }
  .header-style-1 .popup-login {
    display: none;
  }
  .header-style-1 .header-top .topleft-content {
    padding: 0;
    text-align: left;
  }
  .header-style-1 .mobile-login {
    display: inline;
  }
  .header-style-1 .header-top .header-topleft {
    text-align: center;
  }
  .header-style-1 .header-top .header-topright {
    text-align: center;
  }
  .header-style-1 .header-top .header-topright .dropdown-block {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    float: none;
    text-align: left;
  }
  .header-style-1 .header-bottom .menu-under .content-header-bottom .logo-wrapper {
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
    padding: 20px 0 12px;
  }
  .header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action {
    position: relative;
  }
  .header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .menu-larger {
    display: none;
  }
  .header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .mobile-menu {
    display: block;
    background-color: #ffaa00;
    margin: 0 -15px;
  }
  .header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .mobile-menu .btn-mobile-wrapper .btn-menu-mobile {
    height: 50px;
    line-height: 50px;
    color: #fff;
  }
  .header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .search-header-bottom .search-header-content .btn-search {
    line-height: 50px;
    color: #fff;
  }
  .header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .search-header-bottom .search-header-content .search-form-action {
    top: 5px;
    background-color: transparent;
  }
  .header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .search-header-bottom .search-header-content .search-form-action .input-text {
    border-color: transparent;
  }
  .header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .search-header-bottom .search-header-content.show-block .search-form-action {
    width: 500px;
  }
  .header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .minicart-header .sm-cartpro .cartpro-title .item-info:before {
    line-height: 50px;
    color: #fff !important;
    position: relative;
    top: 0;
  }
  .header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .minicart-header .sm-cartpro .cartpro-title .item-info .cartpro-count {
    background-color: #fff;
    color: #ffaa00;
    top: -14px;
  }
  .header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .minicart-header .sm-cartpro .cartpro-title .item-info .cartpro-count:before {
    border-right-color: #fff;
  }
  .header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .minicart-header .sm-cartpro .cartpro-content {
    top: 50px;
    border-top: none;
  }
}
@media (max-width: 480px) {
  .header-style-1 .promotion-top .header-promotion .custom-content .custom-title {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .header-style-1 .block-top-search .form-search {
    width: 210px !important;
  }
  .header-style-1 .time-item {
    margin-bottom: 10px !important;
  }
  .header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .search-header-bottom .search-header-content.show-block .search-form-action {
    width: 155px;
  }
  .header-style-1 .header-top .topleft-content {
    line-height: inherit;
    margin-top: 10px;
  }
  .sm-cartpro .cartpro-content {
    width: 290px;
    padding: 15px 10px;
  }
}
@media (min-width: 1200px) {
  .info-minicart::before {
    content: "";
    height: 100%;
    position: absolute;
    top: 100%;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cms-page-1 .header-bottom .menu-under .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a {
    font-size: 88% !important;
    padding: 0 10px !important;
  }
  .cms-page-1 .header-bottom .menu-under .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a {
    font-size: 88% !important;
    padding: 0 10px !important;
  }
  .homestyle1 {
    /*SUPPER*/
    /*NEWLETTER*/
  }
  .homestyle1 .block-suppercategories .title-home > span {
    padding-right: 32px;
  }
  .homestyle1 .block-suppercategories.block-suppercategories-v2 .title-home > span {
    padding-right: 15px;
  }
  .homestyle1 .block-suppercategories.block-suppercategories-v3 .title-home > span {
    padding-right: 43px;
  }
  .homestyle1 .block-suppercategories.block-suppercategories-v4 .title-home > span {
    padding-right: 44px;
  }
  .homestyle1 .services-wrapper .block-services .services-info {
    padding-left: 50px;
  }
  .homestyle1 .services-wrapper .block-services .services-info span {
    font-size: 95%;
  }
  .homestyle1 .center-wrapper.full-wrapper {
    margin: 0 -45px;
  }
  .homestyle1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .sm_megamenu_title > span {
    font-size: 12px;
  }
  .homestyle1 .block-content-top .box-padding-1 {
    width: 19.5% !important;
  }
  .homestyle1 .block-content-top .box-padding-1 .block-megamenu-vertical.header-vertical {
    width: 100%;
  }
  .homestyle1 .block-content-top .box-padding-1 .block-megamenu-vertical.header-vertical .block-content li > a {
    padding-left: 10px;
  }
  .homestyle1 .block-content-top .box-padding-1 .block-megamenu-vertical.header-vertical .block-content li > a.all-cate {
    line-height: 53px;
  }
  .homestyle1 .block-content-top .box-padding-2 {
    width: 60.5% !important;
  }
  .homestyle1 .block-content-top .box-padding-4 {
    width: 20% !important;
    padding: 0;
  }
  .homestyle1 .block-content-top .box-padding-4 .slider-basic-wrapper .item-product:first-child .item-inner {
    min-height: 293px;
  }
  .homestyle1 .block-content-top .box-padding-4 .slider-basic-wrapper .item-product:last-child .item-inner {
    min-height: 172px;
  }
  .homestyle1 .block-content-top .block-baner-bottom li {
    list-style: none;
    width: 33.33%;
  }
  .homestyle1 .sm-listing-deals .ltabs-item .item-time .time-item .num-time {
    width: 35px !important;
    min-width: 35px;
    font-size: 100%;
  }
  .homestyle1 .sm-listing-deals .ltabs-item .item-time .time-item .name-time {
    width: 35px !important;
    min-width: 35px;
    font-size: 100%;
  }
  .homestyle1 .block-deal .sm-listing-deals .product-info {
    padding: 10px 0 10px 10px;
  }
  .homestyle1 .block-deal .sm-listing-deals .product-image {
    width: 135px;
  }
  .homestyle1 .full-wrapper.full-wrapper-img {
    background-position: top center;
  }
  .homestyle1 .block-suppercategories .cate-banner a {
    float: none !important;
    border: none !important;
    display: inline !important;
  }
  .homestyle1 .block-suppercategories .cate-banner a img {
    width: 49.8%;
  }
  .homestyle1 .block-suppercategories .super-border .box-super-left {
    width: 20%;
  }
  .homestyle1 .block-suppercategories .super-border .box-super-center {
    width: 60%;
  }
  .homestyle1 .block-suppercategories .super-border .box-super-right {
    width: 20%;
  }
  .homestyle1 .block-suppercategories .super-border .box-super-right .box-listingtab .sj-listing-tabs-custom .ltabs-tabs-container .ltabs-tabs .ltabs-tab .ltabs-tab-label {
    margin: 0 5px;
    font-size: 11px;
  }
  .homestyle1 .block-suppercategories .box-super-center .products-grid .item .item-inner .box-image {
    width: 160px;
    top: -40px;
    left: 7%;
  }
  .homestyle1 .block-suppercategories .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .item-inner .box-image {
    right: 0;
  }
  .homestyle1 .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .ltabs-item {
    padding: 0 5px;
  }
  .homestyle1 .block-listingtabs .sj-listing-tabs .products-grid .item .item-inner {
    margin: 0;
  }
  .homestyle1 .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item {
    padding-bottom: 0;
  }
  .homestyle1 .block-leter-joi-our .content-newsletter {
    min-height: 188px;
  }
  .homestyle1 .block-leter-joi-our .content-newsletter #newsletter-validate-detail-ct .box-email .action {
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .homestyle1 {
    /*SUPPER*/
    /*NEWLETTER*/
  }
  .homestyle1 .box-img-deal,
  .homestyle1 .content-home {
    padding-top: 30px;
  }
  .homestyle1 .block-content-top .box-padding-1 {
    width: 27%;
  }
  .homestyle1 .block-content-top .box-padding-1 .block-megamenu-vertical.header-vertical {
    width: 100%;
  }
  .homestyle1 .block-content-top .box-padding-1 .block-megamenu-vertical.header-vertical .block-content li > a {
    line-height: 38px;
  }
  .homestyle1 .block-content-top .box-padding-2 {
    border-right: none;
    width: 73%;
  }
  .homestyle1 .block-content-top .box-padding-4 {
    clear: both;
    padding: 30px 0;
  }
  .homestyle1 .block-content-top .block-baner-bottom li {
    list-style: none;
    width: 33.33%;
  }
  .homestyle1 .block-content-top .block-baner-bottom {
    padding-top: 1px;
  }
  .homestyle1 .full-wrapper.full-wrapper-img {
    background-position: top center;
  }
  .homestyle1 .center-wrapper.full-wrapper {
    margin: 0 -30px;
  }
  .homestyle1 .block-services .put-pading {
    padding: 0 5px!important;
  }
  .homestyle1 .block-services .put-pading .services-info {
    padding-left: 40px;
  }
  .homestyle1 .block-services .put-pading span {
    font-size: 8px !important;
  }
  .homestyle1 .block-suppercategories {
    /*LISTING CUSTOM*/
  }
  .homestyle1 .block-suppercategories .spc-tabs-container {
    clear: both;
    border-top: 4px solid #FF9901;
  }
  .homestyle1 .block-suppercategories .cate-banner a {
    float: none !important;
    border: none !important;
    display: inline !important;
  }
  .homestyle1 .block-suppercategories .cate-banner a img {
    width: 49.7%;
  }
  .homestyle1 .block-suppercategories .box-super-left {
    display: none;
  }
  .homestyle1 .block-suppercategories .super-border .box-super-center .product-super .spc-item {
    background: #fff;
  }
  .homestyle1 .block-suppercategories .box-super-center .products-grid .item .item-inner .box-image {
    width: 180px;
    top: -40px;
    left: 12%;
  }
  .homestyle1 .block-suppercategories .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .ltabs-item {
    border-left: 1px solid #eaeaea;
  }
  .homestyle1 .block-suppercategories .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .item-inner .box-image {
    right: 0;
  }
  .homestyle1 .block-suppercategories.block-suppercategories-v2 .spc-tabs-container {
    border-color: #F034CA;
  }
  .homestyle1 .block-suppercategories.block-suppercategories-v3 .spc-tabs-container {
    border-color: #8CC34B;
  }
  .homestyle1 .block-suppercategories.block-suppercategories-v4 .spc-tabs-container {
    border-color: #356ACB;
  }
  .homestyle1 .block-leter-joi-our .content-newsletter #newsletter-validate-detail-ct .box-email .action {
    right: 0;
  }
  .homestyle1 .block-leter-joi-our .content-newsletter .footer-title strong {
    font-size: 120%;
  }
  .homestyle1 .block-leter-joi-our .content-newsletter .footer-title p {
    font-size: 95%;
  }
  .homestyle1 .block-leter-joi-our .content-newsletter {
    padding: 20px 20px 17px;
  }
  .homestyle1 .block-listingtabs .sj-listing-tabs .products-grid .item .item-inner {
    margin: 0;
  }
  .homestyle1 .sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  /*CSS*/
  .homestyle1 .services-wrapper .block-services .put-pading3,
  .homestyle1 .services-wrapper .block-services .put-pading2 {
    border: none !important;
  }
  .block-content-top .box-padding-2 {
    border: none !important;
    paddingp: 30px 0 30px!important;
  }
  .block-content-top .box-padding-2 .block-baner-bottom {
    display: none;
  }
  .block-content-top .box-padding-4 {
    clear: both;
    padding: 30px 0 0;
  }
  /*END*/
  .header-style-1 .header-bottom {
    clear: both;
  }
  .homestyle1 .services-wrapper .block-services .services-info span {
    font-size: 80%;
  }
  .homestyle1 .services-wrapper .block-services .services-info {
    padding-left: 45px;
  }
  .footer .footer-bottom .copyright-footer {
    margin-bottom: 10px;
  }
  .footer .footer-bottom .payment {
    float: none;
  }
  .products-grid .item .item-inner .box-image .bottom-action {
    display: block;
    bottom: 0;
  }
  .center-wrapper.full-wrapper {
    margin: 0 -15px;
  }
  .full-wrapper {
    margin: 0 -15px;
  }
  .box-content {
    margin-bottom: 10px;
  }
  .sm-imageslider .owl-theme .owl-controls {
    display: none;
  }
  .homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .item .item-inner {
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .homestyle1 .block-suppercategories .super-border .box-super-center .product-super .spc-item .item-inner {
    float: left;
    width: 50%;
    margin-top: 0px !important;
  }
}
@media (min-width: 1200px) {
  .toolbar .toolbar-inner .sorter .view-mode {
    margin-right: 110px;
  }
}
@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%;
  }
  .block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .txt-price-shopby {
    width: 100%;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .sub-cate-list .sub-cate img {
    width: 100%;
  }
  .list-banner-image a img {
    width: 100%;
  }
  .toolbar .toolbar-inner .sorter .amount {
    display: none;
  }
}
@media (max-width: 480px) {
  .toolbar .toolbar-inner .sortby-limiter {
    float: left;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eaeaea;
  }
}
@media (min-width: 1200px) {
  /*==DETAIL PAGE==*/
  .detail-style-2.thumbs-style-vertical .product-img-box,
  .detail-style-3.thumbs-style-vertical .product-img-box {
    width: 55%;
  }
  .detail-style-2.thumbs-style-vertical .product-shop,
  .detail-style-3.thumbs-style-vertical .product-shop {
    width: 45%;
  }
  .case-option-vertical .more-views .lSAction .lSNext {
    bottom: 14px;
  }
  .product-view-2 .case-option-vertical .more-views .lSAction .lSNext,
  .product-view-3 .case-option-vertical .more-views .lSAction .lSNext {
    bottom: 13px;
  }
  .detail-style-2.thumbs-style-horizontal .more-views .lSSlideOuter .lSSlideWrapper,
  .detail-style-3.thumbs-style-horizontal .more-views .lSSlideOuter .lSSlideWrapper {
    height: 78px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .detail-style-1.thumbs-style-horizontal .more-views .product-image-thumbs li {
    margin-bottom: 1px;
  }
  .detail-style-1.thumbs-style-vertical .case-option-vertical .more-views .lSAction .lSNext {
    bottom: 7px;
  }
  .product-view-2 .more-views .lSAction .lSNext,
  .product-view-3 .more-views .lSAction .lSNext {
    bottom: 17px;
  }
  .product-view-2 .product-shop,
  .product-view-3 .product-shop {
    padding-top: 15px;
  }
  .product-view-2 .sidebar-view-wrapper,
  .product-view-3 .sidebar-view-wrapper {
    width: 30%;
  }
  .product-view-2 .content-detail-sidebar,
  .product-view-3 .content-detail-sidebar {
    width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-style-1.thumbs-style-vertical .case-option-vertical .more-views .lSAction .lSNext {
    bottom: 12px;
  }
  .product-view-2 .more-views .lSAction .lSNext,
  .product-view-3 .more-views .lSAction .lSNext {
    bottom: 11px;
  }
}
@media (max-width: 768px) {
  .product-view .product-shop {
    padding-top: 15px;
  }
  .resp-tab-content-active {
    border-top: 1px solid #ffaa00;
    margin-bottom: 20px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .detail-style-1.thumbs-style-vertical .case-option-vertical .more-views .lSAction .lSNext {
    bottom: 6px;
  }
  .product-view-2 .more-views .lSAction .lSNext,
  .product-view-3 .more-views .lSAction .lSNext {
    bottom: 6px;
  }
}
@media (max-width: 480px) {
  .detail-style-1.thumbs-style-vertical .case-option-vertical .more-views .lSAction .lSNext {
    bottom: 22px;
  }
  .product-view-2 .more-views .lSAction .lSNext,
  .product-view-3 .more-views .lSAction .lSNext {
    bottom: 22px;
  }
}
/*==Detail 2, 3==*/
.detail-style-2.thumbs-style-vertical .case-option-vertical .more-views,
.detail-style-3.thumbs-style-vertical .case-option-vertical .more-views {
  height: 535px;
}
/***---Device---***/
@media (min-width: 1200px) {
  .wrapper {
    left: 0 !important;
  }
  .container {
    width: 1200px !important;
    max-width: 1200px !important;
  }
  .products-grid .item .item-inner .box-image .bottom-action {
    bottom: -52px;
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .products-grid .item .item-inner .box-image:hover .bottom-action {
    bottom: 25px;
  }
  .products-grid .item .item-inner .bottom-action {
    bottom: -52px;
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .products-grid .item .item-inner:hover .bottom-action {
    bottom: 20px;
  }
  .footer-contact-content .address span {
    width: 65%;
  }
  .footer-about p {
    width: 96%;
    letter-spacing: 0.35px;
    line-height: 22px;
  }
  .customer-account-forgotpassword .form-list .input-box {
    width: 50%;
  }
  .customer-account-forgotpassword .buttons-set .required {
    display: none;
  }
  .customer-account-forgotpassword .buttons-set .button {
    bottom: 74px;
    right: 43%;
    position: absolute;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper {
    left: 0 !important;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns .column6-staticblock {
    width: 770px !important;
  }
  /*BLOCK*/
  .block-compare .button {
    padding: 0 10px;
  }
  .block .block-title strong {
    font-size: 120%;
  }
  .cms-deals .sm-listing-deals .ltabs-item .item-time .time-item {
    margin-right: 2px;
  }
  .basic-products-list .list-items .item .item-inner .info-product-box {
    margin-left: 85px;
  }
  .footer .footer-top .socials-wrap ul .fa {
    margin: 0 5px 5px 0;
  }
  .footer .footer-top .footer-newsletter .footer-title {
    font-size: 130%;
  }
  .client-say-wrapper .border-block .info-client .name-client strong {
    font-size: 110%;
  }
  .header-style-1 .header-top .topleft-content .toplink-title a {
    color: #ffaa00 !important;
  }
  .products-grid .item .item-inner .box-image .bottom-action {
    bottom: -52px;
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .products-grid .item .item-inner .box-image:hover .bottom-action {
    bottom: 0;
  }
  .products-grid .item .item-inner .box-image .bottom-action .btn-action.sm_quickview_handler {
    display: none !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;
  }
  .product-collateral .resp-tabs-list li {
    padding: 8px 10px;
  }
  /*==Detail 2, 3==*/
  .detail-style-2 .resp-tab-content .item,
  .detail-style-3 .resp-tab-content .item {
    width: 33.3333%;
  }
  .detail-style-2 .lightSlider,
  .detail-style-3 .lightSlider {
    height: 590px !important;
    overflow: hidden !important;
  }
  .detail-style-2.thumbs-style-vertical .product-image,
  .detail-style-3.thumbs-style-vertical .product-image {
    width: 558px;
  }
  /*MEGA MENU*/
  .sm_megamenu_wrapper_horizontal_menu .block-bs-list-home {
    width: 340px;
  }
  .sm_megamenu_wrapper_horizontal_menu .basicproduct-content-menu .item-inner .box-image img {
    left: 5%;
  }
  /*VERTICALMENU*/
  .sm_megamenu_wrapper_vertical_menu .static-image-menu {
    padding: 0;
  }
  .sm_megamenu_wrapper_vertical_menu .image-group {
    width: 93% !important;
  }
  .block-deal .sm-listing-deals .deal-slide {
    border-right: 1px solid #eaeaea !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tab-related-up-sell .first-sub {
    display: none;
  }
  .block-deal .sm-listing-deals .deal-slide {
    border-right: 1px solid #eaeaea !important;
  }
  .client-say-wrapper .border-block .slider-client {
    padding: 20px 30px 20px 40px;
  }
  .cms-index-index .bottom-action .btn-action.sm_quickview_handler {
    display: none !important;
  }
  .client-say-wrapper .border-block .info-client .des-client::after {
    right: 0;
  }
  .footer .footer-bottom .box-bottom-support .box-footer-sp::before {
    display: none;
  }
  .footer .footer-bottom .box-bottom-support .content-sp {
    padding-bottom: 20px;
  }
  .footer .footer-bottom .box-bottom-link .payment {
    float: left;
  }
  .client-say-wrapper .border-block .info-client {
    padding: 10px 10px 10px 40px;
  }
  .client-say-wrapper .border-block .info-client .des-client {
    font-size: 10px;
  }
  .client-say-wrapper .border-block .info-client .name-client span,
  .client-say-wrapper .border-block .info-client .name-client strong {
    font-size: 85%;
  }
  /*==Detail 2, 3==*/
  .detail-style-2 .lightSlider,
  .detail-style-3 .lightSlider {
    overflow: hidden !important;
  }
  .footer .footer-top .footer-newsletter .footer-title {
    padding-left: 35px;
  }
  /*==Detail 1==*/
  .promotional-popup .pop-subscribe .w-newsletter {
    width: 700px;
    padding-left: 400px;
  }
  .products-grid .item .item-inner .box-image .bottom-action .btn-action.sm_quickview_handler {
    display: none !important;
  }
  .case-option-vertical .more-views {
    padding: 47px 0;
  }
  .btn-lightbox {
    right: 60px;
  }
  .products-grid .item .item-inner .box-image .bottom-action {
    bottom: -52px;
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .products-grid .item .item-inner .box-image:hover .bottom-action {
    bottom: 0;
  }
  .detail-style-1.thumbs-style-vertical .case-option-vertical .more-views {
    height: 450px;
  }
  /*==Detail 2, 3==*/
  .detail-style-2.thumbs-style-vertical .case-option-vertical .more-views,
  .detail-style-3.thumbs-style-vertical .case-option-vertical .more-views {
    height: 558px;
  }
  .quickview-main .option-product-wrapper .option-content .option-product {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .quickview-main .option-product-wrapper .option-content > div:last-child {
    margin-bottom: -15px;
  }
}
@media (max-width: 767px) {
  .block-deal .sm-listing-deals .deal-slide {
    border-right: 1px solid #eaeaea !important;
  }
  .sm-imageslider-inner .owl-theme .owl-controls .owl-nav > div {
    margin-top: -20px;
    top: 50%;
  }
  /*FOOTER*/
  .copyright-footer {
    text-align: center;
  }
  .footer .footer-bottom .box-bottom-link .payment {
    float: none;
    text-align: center;
  }
  .footer .footer-bottom .box-bottom-link .payment img {
    top: 5px;
  }
  .my-wishlist #wishlist-table {
    border-right: 2px solid #eaeaea;
  }
  /*NEW LETTER FOOTER*/
  .footer .footer-top .footer-newsletter #newsletter-validate-detail .box-email .action {
    right: 15px;
  }
  /*QUICKVIEW*/
  .cms-index-index .bottom-action .btn-action.sm_quickview_handler {
    display: none !important;
  }
  /*END*/
  .header-top .account-links > .dropdown-list {
    width: 170px !important;
  }
  .footer .footer-title {
    margin: 15px 0 15px;
  }
  .box-listingtab .sj-listing-tabs-custom .ltabs-items-container .item-inner .box-image {
    right: 0 !important;
  }
  /*FOOTEER*/
  .footer .footer-bottom .box-bottom-support .icon-sp {
    width: 50px;
  }
  .footer .footer-bottom .box-bottom-link {
    line-height: 20px;
    padding-top: 10px;
  }
  /*BLOCK CLIEN*/
  .block-clien .border-block .image-client {
    left: 0;
  }
  .block-clien .border-block .slider-client {
    padding: 10px;
  }
  .block-clien .clien-margin {
    display: none;
  }
  .services-wrapper .block-services .put-pading2,
  .services-wrapper .block-services .put-pading3 {
    border: none;
  }
  .block-deal .sm-listing-deals .item-inner {
    border-top: 1px solid #eaeaea;
  }
  .homestyle2 .full-wrapper.full-wrapper-slide .group-left .bs-home2 {
    padding-top: 30px;
  }
  .block-img-content .box-banner-right {
    padding-top: 30px;
  }
  .block-img-content .box-banner-left {
    padding-bottom: 20px;
  }
  .block-suppercategories .super-border .box-super-center .slide-img .info-content h2 {
    font-size: 14px !important;
  }
  .homestyle2 .full-wrapper.full-wrapper-slide .group-left .bs-home2 .bottom-info {
    display: none !important;
  }
  /*LISTING DEAL*/
  .homestyle1 .full-wrapper.full-wrapper-img {
    background: none;
  }
  .box-img-deal img {
    width: 100%;
  }
  /*LISTING DEALS*/
  .sm-listing-deals .ltabs-tab-img {
    display: none;
  }
  .sm-listing-deals span {
    display: block !important;
  }
  .sm-listing-deals .ltabs-tabs li.tab-sel:before,
  .sm-listing-deals .ltabs-tabs li:before {
    display: none;
  }
  .sm-listing-deals .ltabs-tabs-wrap .ltabs-tabs .ltabs-tab {
    display: block;
  }
  .sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs li span {
    color: #000;
  }
  /*SUPPER*/
  .sm-supercategories .spc-tab-arrow.fa.fa-caret-down {
    line-height: 25px;
  }
  .sm-supercategories .spc-tabs-container .spc-tabs-wrap.spc-selectbox {
    text-align: center;
  }
  .sm-supercategories .spc-tabs-container .spc-tabs-wrap.spc-selectbox .spc-tab-selected {
    color: #000;
    font-size: 14px;
  }
  .box-super-left {
    display: none;
  }
  .cate-banner {
    display: none;
  }
  .homestyle1 .block-suppercategories .super-border .box-super-center .product-super .spc-item .item-inner:nth-child(1),
  .homestyle1 .block-suppercategories .super-border .box-super-center .product-super .spc-item .item-inner:nth-child(2),
  .homestyle1 .block-suppercategories .super-border .box-super-center .product-super .spc-item .item-inner:nth-child(3) {
    min-height: 100%;
    max-height: 100%;
    background: #fff;
  }
  .homestyle1 .block-suppercategories .super-border .box-super-center .product-super .spc-item .item-inner:nth-child(4),
  .homestyle1 .block-suppercategories .super-border .box-super-center .product-super .spc-item .item-inner:nth-child(5),
  .homestyle1 .block-suppercategories .super-border .box-super-center .product-super .spc-item .item-inner:nth-child(6) {
    min-height: 100%;
    max-height: 100%;
    background: #fff;
  }
  .block-suppercategories .spc-tabs-container .spc-tab {
    border-top: 1px solid #ddd!important;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .block-suppercategories .spc-tabs-container .spc-tab:before {
    display: none;
  }
  .block-suppercategories .spc-tabs-container .spc-tab span {
    line-height: 30px !important;
    height: 30px !important;
    padding: 0 !important;
    font-weight: normal !important;
  }
  .sm-listing-deals .ltabs-tabs-wrap .ltabs-tabs .ltabs-tab {
    display: block !important;
  }
  /*LISSTING CUSSTOM*/
  .box-listingtab .ltabs-tab-arrow,
  .box-listingtab .ltabs-tab-selected {
    display: none !important;
  }
  .box-listingtab .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs li:hover,
  .box-listingtab .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs li.tab-sel {
    background: transparent;
  }
  .promotional-popup .pop-subscribe .w-newsletter {
    background: none;
    width: 400px;
    padding: 10px;
    height: 250px;
  }
  .products-grid .item .item-inner .box-image .bottom-action {
    bottom: -52px;
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .products-grid .item .item-inner .box-image:hover .bottom-action {
    bottom: 0;
  }
  .products-grid .item .item-inner .box-image .bottom-action .btn-action.sm_quickview_handler {
    display: none !important;
  }
  #cpanel_wrapper {
    display: none;
  }
  .footer .copyright .copyright-footer {
    text-align: center;
    margin-bottom: 15px;
  }
  .footer .copyright .payment-footer {
    text-align: center;
  }
  .products-list .item .item-inner {
    padding: 10px;
  }
  .products-grid .item .item-inner .box-image .bottom-action .btn-action {
    float: none;
  }
  .products-grid .item .item-inner .box-image .bottom-action .btn-action.sm_quickview_handler {
    display: none !important;
  }
  .quickview-main .option-product-wrapper .option-content .option-product {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .quickview-main .option-product-wrapper .option-content > div:last-child {
    margin-bottom: -15px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .cartpro-modal .cartpro-frame {
    height: 160px !important;
    overflow: auto !important;
  }
  .sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details {
    text-align: left;
  }
  /*LISTING DEALS*/
  .sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-arrow,
  .sm-listing-deals .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-selected {
    display: none !important;
  }
  .sm-listing-deals .ltabs-wrap .ltabs-tabs li {
    padding: 5px 15px;
  }
  .sm-listing-deals .ltabs-wrap .ltabs-tabs li.ltabs-tab {
    background: #fff !important;
    border: 1px solid #eaeaea;
    margin-bottom: -1px;
  }
  .sm-listing-deals .ltabs-wrap .ltabs-tabs li.ltabs-tab .ltabs-tab-label {
    color: #000;
  }
  .sm-listing-deals .ltabs-wrap .ltabs-tabs li.ltabs-tab .ltabs-tab-label:hover {
    color: #ffaa00;
  }
  /*NEWLER FOOTER*/
  .footer .footer-top .footer-newsletter #newsletter-validate-detail .box-email .input-email .input-text {
    width: 300px;
  }
  .block-leter-joi-our .content-newsletter #newsletter-validate-detail-ct .box-email .input-email .input-text {
    width: 370px !important;
  }
  /*NEWLETER*/
  .block-leter-joi-our .content-newsletter #newsletter-validate-detail-ct .box-email .action {
    right: 0 !important;
  }
  /*END*/
  .products-list .item .item-inner .box-image-list {
    width: 180px;
  }
  .ltabs-tab-selected,
  .ltabs-tab-arrow {
    display: none !important;
  }
  .block-img-content img {
    width: 100%;
  }
  /*BLOCK JOI*/
  .block-leter-joi-our .content-newsletter {
    margin-bottom: 30px;
  }
  /*LISTING TAB*/
  .block-listingtabs .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li {
    font-size: 110% !important;
    line-height: 30px !important;
    padding: 0 5px 0 10px!important;
  }
  .block-listingtabs .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li .first-sub {
    font-size: 30px !important;
    line-height: 30px !important;
  }
  .block-listingtabs .block-basic-slide .owl-nav > div,
  .homestyle1 .block-listingtabs .owl-nav > div {
    top: -29px !important;
  }
  .products-list .item .item-inner .box-info-list {
    margin-left: 200px;
  }
  .toolbar .toolbar-inner .sortby-limiter {
    float: none;
    width: 100%;
    clear: both;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eaeaea;
  }
  /*==Detail 1==*/
  .detail-style-1.thumbs-style-vertical .case-option-vertical .more-views {
    height: 297px;
  }
  /*==Detail 2, 3==*/
  .detail-style-2.thumbs-style-vertical .case-option-vertical .more-views,
  .detail-style-3.thumbs-style-vertical .case-option-vertical .more-views {
    height: 297px;
  }
}
@media (max-width: 479px) {
  /*BRACKCOME*/
  .breadcrumbs .category-bread h1 {
    display: none;
  }
  .breadcrumbs ul {
    line-height: 40px;
  }
  .breadcrumbs ul li {
    padding: 0 10px;
  }
  .breadcrumbs ul li:after {
    top: 17px;
  }
  /*NEWLETTER CONTENT*/
  .block-leter-joi-our .content-newsletter #newsletter-validate-detail-ct .box-email .input-email .input-text {
    width: 190px !important;
  }
  .block-leter-joi-our .content-newsletter #newsletter-validate-detail-ct .box-email .action {
    right: 0 !important;
  }
  .block-leter-joi-our .content-newsletter #newsletter-validate-detail-ct .box-email .action > .button {
    padding: 0 10px!important;
    letter-spacing: 0 !important;
  }
  /*END*/
  .topleft-content {
    display: none !important;
  }
  .slide-home1 {
    padding-top: 30px;
  }
  .header-style-4 .header-top .topleft-content .toplink-title p {
    padding-right: 0;
  }
  /*LISTING DEAL*/
  .sm-listing-deals .ltabs-items-container .ltabs-items-inner {
    border-top: 1px solid #eaeaea;
  }
  /*LISTING TAB*/
  .ltabs-tabs-container {
    display: block !important;
  }
  .footer-our-shop {
    margin-top: 10px;
  }
  .footer .footer-center .footer-block-link ul li {
    padding-left: 10px;
  }
  .footer .footer-center .footer-block-link .bor-link::after {
    right: -7px;
  }
  .footer .footer-top .footer-newsletter #newsletter-validate-detail .box-email .input-email .input-text {
    width: 150px;
  }
  .block-leter-joi-our .content-newsletter {
    margin-bottom: 30px;
  }
  .promotional-popup .pop-subscribe .w-newsletter {
    background: none;
    width: 300px;
    padding: 10px;
  }
  /*LISTING TAB*/
  .block-listingtabs .ltabs-tab-arrow {
    line-height: 25px;
  }
  .block-listingtabs .ltabs-tabs.cf.ltabs-open {
    display: block !important;
    position: absolute;
    z-index: 99;
    width: 220px;
    background: #fff;
    border: 1px solid #ddd!important;
    top: 29px;
  }
  .block-listingtabs .ltabs-tabs.cf.ltabs-open .first-sub {
    display: none !important;
  }
  .block-listingtabs .ltabs-tabs.cf.ltabs-open li.ltabs-tab.tab-sel {
    background: transparent !important;
    font-size: 100% !important;
  }
  .block-listingtabs .ltabs-tabs.cf.ltabs-open li.ltabs-tab.tab-sel span {
    color: #000;
  }
  .block-listingtabs .ltabs-tabs.cf.ltabs-open li {
    background: transparent !important;
    font-size: 100% !important;
    border-top: 1px solid #ddd;
    line-height: 25px !important;
  }
  .block-listingtabs .ltabs-tabs.cf.ltabs-open li span {
    color: #000 !important;
  }
  .block-listingtabs .ltabs-tabs.cf {
    display: none !important;
  }
  .client-say-wrapper .border-block .info-client {
    padding: 25px 15px 10px 60px;
  }
  .client-say-wrapper .border-block .info-client .name-client strong {
    font-size: 100%;
  }
  .client-say-wrapper .border-block .info-client .name-client span {
    font-size: 90%;
  }
  .client-say-wrapper .border-block .info-client .des-client::after {
    right: 0;
  }
  .sm_quickview_handler {
    display: none !important;
  }
  .toolbar .toolbar-inner .sortby-limiter .limiter {
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
    display: block;
    margin-right: 0;
  }
  .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 0;
    clear: both;
  }
  .static-image-sidebar img {
    width: 100%;
  }
  .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%;
  }
  .product-view .product-shop .option-product-wrapper .option-content .option-product {
    width: 100%;
    margin-bottom: 15px;
  }
  /*==Detail 1==*/
  .detail-style-1.thumbs-style-vertical .case-option-vertical .more-views {
    height: 177px;
  }
  /*==Detail 2, 3==*/
  .detail-style-2.thumbs-style-vertical .case-option-vertical .more-views,
  .detail-style-3.thumbs-style-vertical .case-option-vertical .more-views {
    height: 177px;
  }
}
