<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Button
 */
/**
 * Remove color name product
 */
/**
 * Icomoon mixin
 */
/* Buzz Effect*/
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-buzz:hover {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/**
 * Home page
 */
/**
 * Variables
 */
/**
 * Messages
 */
.cms-index-index .page.messages {
  text-align: center;
}
.sub-cats {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cms-index-index .home-page-1 {
  padding-top: 1px;
}
/**
 * Control slidershow
 */
.block-primary .owl-stage {
  padding-bottom: 0 !important;
}
.slider-style-1 .owl-theme .owl-nav {
  margin: 0;
}
.slider-style-1 .owl-theme .owl-nav [class*="owl-"] {
  width: 40px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  margin: -30px 0 0;
  padding: 0;
  color: #fff;
  position: absolute;
  top: 50%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.slider-style-1 .owl-theme .owl-nav [class*="owl-"]:before {
  font-size: 18px;
}
.slider-style-1 .owl-theme .owl-nav [class*="owl-"].owl-next {
  right: 20px;
}
.slider-style-1 .owl-theme .owl-nav [class*="owl-"].owl-prev {
  left: 20px;
}
.slider-style-1 .owl-theme .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  counter-reset: i;
}
.slider-style-1 .owl-theme .owl-dots .owl-dot {
  background-color: rgba(0, 0, 0, 0.5);
  width: 22px;
  height: 22px;
  color: #fff;
  margin: 0 5px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.slider-style-1 .owl-theme .owl-dots .owl-dot:before {
  content: counter(i);
  counter-increment: i;
}
.slider-style-1 .owl-theme .owl-dots .owl-dot span {
  display: none;
}
.margin-b60,
.normal-block.margin-b60 {
  margin-bottom: 60px;
}
.margin-b50 {
  margin-bottom: 50px;
}
.margin-b40 {
  margin-bottom: 40px;
}
.margin-b30 {
  margin-bottom: 30px;
}
.margin-b20,
.normal-block.margin-b20 {
  margin-bottom: 20px;
}
.block-title {
  margin: 0 0 18px 0 !important;
}
.block-title strong {
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  font-size: 142.857%;
  line-height: 1;
}
/**
 * Normal block style
 */
.normal-block {
  margin-bottom: 40px;
}
.normal-block .block {
  margin-bottom: 0;
}
.normal-block .block-title {
  margin: 0 0 10px 0 !important;
  padding-left: 10px;
  font-weight: 600;
  color: #000;
  font-size: 142.857%;
  line-height: 1;
}
.normal-block .block-title strong {
  font-weight: 600;
}
.normal-block .block-content {
  padding: 0;
  background-color: #fff;
}
.normal-block .nav-top .owl-theme .owl-nav {
  position: absolute;
  top: -65px;
  right: -14px;
  margin: 0;
}
.normal-block.product-slider .block-title {
  padding: 0;
}
.normal-block.product-slider .block-content {
  padding: 0;
}
.normal-block.product-slider .block-content .owl-carousel .owl-stage-outer {
  padding-top: 10px;
  padding-bottom: 10px;
}
.normal-block.product-slider .nav-top .owl-theme .owl-nav {
  top: -36px;
  right: -4px;
}
.small-products-box {
  border-bottom: solid 1px #ededed;
  margin-bottom: 50px;
}
.small-products-box .left-image-label {
  width: 122px;
  float: left;
  margin-top: 22px;
}
.small-products-box .small-product-slider {
  width: calc(100% - 122px);
  padding: 10px 0;
  margin: 0;
  float: left;
}
.small-products-box .small-product-slider .product-item .special-price .price-wrapper {
  vertical-align: top;
}
.small-products-box .small-product-slider .product-item .product-item-info {
  width: 100%;
}
.small-products-box .small-product-slider .product-item .product-item-info .image-product {
  float: left;
  padding: 0 20px;
  font-size: 0;
}
.small-products-box .small-product-slider .product-item .product-item-info .image-product a {
  font-size: 0;
}
.small-products-box .small-product-slider .product-item .product-item-info .product-item-details {
  padding-right: 20px;
  position: relative;
}
.small-products-box .small-product-slider .product-item .product-item-info .product-item-details:before {
  content: "";
  width: 1px;
  height: 50px;
  background: #ededed;
  position: absolute;
  left: -1px;
  top: 5px;
}
.small-products-box .small-product-slider .product-item .product-item-info .product-item-details .product-item-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
}
.small-products-box .small-product-slider .product-item .product-item-info .product-item-details .price-box {
  margin: 0;
}
.small-products-box .small-product-slider .product-item .product-item-info .product-item-details .price-box .price {
  font-size: 114.286%;
}
.small-products-box .small-product-slider .product-item .product-item-info .product-item-details .price-box .old-price {
  line-height: 1;
}
.small-products-box .small-product-slider .product-item .product-item-info .product-item-details .price-box .old-price .price {
  font-size: 100%;
}
.small-products-box .small-product-slider .product-item .sm_quickview_handler {
  display: none !important;
}
.block-brand .item {
  outline: 1px solid transparent;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.html-stores-box .html-stores {
  background: #eaedf1;
  padding: 20px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.html-stores-box .html-stores .item {
  width: 33.333333333%;
  float: left;
  padding: 0 10px;
}
.html-stores-box .html-stores .item .item-box {
  background: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.html-stores-box .html-stores .item .item-box .item-icon {
  margin-bottom: 16px;
}
.html-stores-box .html-stores .item .item-box .item-info .item-title {
  font-size: 128.571%;
  font-weight: 700;
  color: #000;
  margin-bottom: 14px;
}
.html-stores-box .html-stores .item .item-box .item-info .item-des {
  margin-bottom: 15px;
}
.html-stores-box .html-stores .item .item-box .item-btn a {
  display: inline-block;
  vertical-align: top;
  padding: 5px 15px;
  border: solid 1px #000;
  line-height: 1.2;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}
.html-stores-box .html-stores .item .item-box:last-child {
  margin-right: 0;
}
.services-list {
  border-top: 2px solid #fe2423;
  padding: 20px 20px 0;
  background-color: #f9f9f9;
}
.services-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.services-list ul li {
  float: left;
  width: 25%;
  margin-bottom: 20px;
}
.services-list .item:hover .item-icon {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.services-list .item-icon {
  float: left;
  background: #fff;
  width: 60px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.services-list .item-info {
  margin-left: 70px;
  padding-top: 9px;
}
.services-list .item-info .item-title {
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
}
.services-list .item-info .item-des {
  color: #666;
}
.categories-slider .item-row {
  text-align: center;
}
.categories-slider .item-row .item:not(:last-child) {
  margin-bottom: 10px;
}
.categories-slider .content-box {
  border: 1px solid transparent;
  padding-bottom: 10px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.categories-slider .content-box .image-cat {
  margin-bottom: 10px;
}
.categories-slider .content-box .image-cat img {
  max-width: 110px;
  margin-left: auto;
  margin-right: auto;
}
.deal-slider .products-grid .product-item-info,
.deal-slider .products-grid .product-item {
  margin-bottom: 0;
}
.deal-slider .deals-countdown {
  padding: 7px 12px;
  margin-top: 10px;
  margin-bottom: 5px;
  display: table;
  width: 100%;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.deal-slider .deals-countdown .deals-time {
  float: left;
  border: none;
  padding: 0;
}
.deal-slider .deals-countdown .deals-time:not(:last-child):after {
  content: ":";
  margin: 0 2px;
  display: inline-block;
  vertical-align: middle;
}
.deal-slider .deals-countdown .deals-time div {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}
.deal-slider .deals-countdown .time-hours .title-time,
.deal-slider .deals-countdown .time-mins .title-time,
.deal-slider .deals-countdown .time-secs .title-time {
  display: none;
}
.sm-listing-tabs {
  position: relative;
}
.sm-listing-tabs .ltabs-tabs-container {
  margin-bottom: 0;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs {
  background: #eaedf1;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
  background: #eaedf1;
  font-weight: 700;
  font-size: 157.143%;
  color: #98a5b9;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 33.333333333%;
  margin: 0;
  float: left;
  border: none;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li:hover,
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel {
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
}
.sm-listing-tabs .listingtabs-cms {
  background: url("../images/listingtab-bg.jpg") no-repeat 0 0;
  background-size: cover;
  padding: 40px 40px 10px ;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
}
.listingtabs-bg .nav-style-1 .owl-theme .owl-nav [class*="owl-"] {
  width: 36px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
  border: none;
  margin: -25px 0 0;
  padding: 0;
  color: #000;
  position: absolute;
  top: 50%;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.listingtabs-bg .nav-style-1 .owl-theme .owl-nav [class*="owl-"].disabled {
  opacity: 0.8;
}
.sm-listing-tabs .ltabs-wrap .ltabs-items-container {
  float: right;
  width: calc(100% - 305px);
  margin-right: -8px;
}
.block-primary .products.wrapper.products-grid .product-items,
.block-primary .banner-image {
  margin: 0;
}
.block-primary .owl-stage {
  padding-bottom: 12px;
}
.block-primary .block-content {
  padding: 0;
}
.block-primary .item-row .item + .item {
  padding-top: 20px !important;
  position: relative;
}
.block-primary .item-row .item + .item:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  height: 1px;
  width: calc(100% + 20px);
  background-color: #e5e5e5;
}
.block-primary .item-row .item + .item .product-item-info {
  margin-bottom: 0;
}
.block-primary .owl-item.active:last-child .item-row .item + .item:before {
  width: calc(100% + 12px);
}
.padding-owl .products-grid {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.padding-owl .products-small {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.padding-owl .products-grid .product-item,
.padding-owl .products-grid .product-item-info {
  margin-bottom: 0;
  margin-left: 0;
}
.block-border {
  border: solid 1px #ededed;
  padding: 20px 9px 20px 9px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.block-border.remove-border-product .block-title {
  margin-bottom: 8px !important;
}
.block-border .block-title strong {
  padding-left: 10px;
  font-weight: 600;
  color: #000;
  font-size: 142.857%;
  line-height: 1;
}
.block-2columns .block-border {
  padding-bottom: 0;
}
.block-2columns .block-border .products-grid .product-item-info {
  margin-bottom: 10px;
  margin-top: 10px;
}
.block-2columns2 .block-border {
  padding: 15px 9px;
}
.block-2columns2 .block-border .block-title {
  padding-left: 4px;
}
.slick-left-thumb.block-border {
  padding: 15px 9px 15px 14px;
}
.slick-left-thumb.block-border .block-title {
  margin: 0 0 18px 0 !important;
}
.slick-left-thumb .slick-slider .slick-arrow {
  position: absolute;
  top: -29px;
  left: auto;
  width: 33px;
  height: 33px;
  box-shadow: none;
  background: transparent !important;
  border-color: transparent !important;
}
.slick-left-thumb .slick-slider .slick-arrow.slick-prev {
  right: 39px;
}
.slick-left-thumb .slick-slider .slick-arrow.slick-prev:before {
  content: '\e927';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
  color: #000;
  opacity: 1;
}
.slick-left-thumb .slick-slider .slick-arrow.slick-prev:after {
  content: "";
  display: block;
  height: 12px;
  width: 1px;
  background: #cccccc;
  position: absolute;
  right: -4px;
  top: 13px;
}
.slick-left-thumb .slick-slider .slick-arrow.slick-next {
  right: 0px;
}
.slick-left-thumb .slick-slider .slick-arrow.slick-next:before {
  content: '\e929';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
  color: #000;
  opacity: 1;
}
.block-group-product .slider-thumbs {
  width: 90px;
  float: left;
}
.block-group-product .slider-thumbs .slick-track {
  width: 100% !important;
}
.block-group-product .slider-thumbs .slick-track .slick-slide {
  float: none;
  margin-bottom: 5px;
  width: 100% !important;
}
.block-group-product .slider-thumbs .slick-track .slick-slide .item-thumb {
  display: block !important;
}
.block-group-product .slider-thumbs .slick-track .slick-slide .product-image-container {
  display: block;
}
.block-group-product .slider-thumbs .slick-track .slick-slide .product-image-container span.product-image-wrapper img {
  border: solid 1px #ededed;
  position: static;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.block-group-product .slider-thumbs .slick-track .slick-slide:last-child {
  margin: 0;
}
.block-group-product .slick-slider.products {
  width: calc(100% - 90px);
  float: left;
  padding-left: 10px;
  margin: 0;
}
.block-group-product .slick-slider.products .product-item {
  margin: 0;
}
.block-group-product .slick-slider.products .product-item .product-item-info {
  margin: 0;
}
.block-group-product .slick-slider.products .product-item .product-item-info .image-product {
  width: 280px;
  float: left;
}
.block-group-product .slick-slider.products .product-item .product-item-info .product-item-details {
  width: calc(100% - 280px);
  float: left;
  padding-right: 0;
}
.block-group-product .slick-slider.products .product-item .product-item-info .product-item-details .product-item-name a {
  font-size: 128.571%;
}
.block-group-product .slick-slider.products .product-item .product-item-info .product-item-details .price-box .price {
  font-size: 171.42%;
}
.block-group-product .slick-slider.products .product-item .product-item-info .product-item-details .price-box .old-price .price {
  font-size: 114.28%;
}
.block-group-product .slick-slider.products .product-item .product-item-info .product-item-details .label-sale-percent {
  font-size: 114.28%;
  margin-left: -15px;
}
.block-group-product .slick-slider.products .product-item .product-item-info .product-item-details .product-item-actions {
  position: static;
  opacity: 1;
  visibility: visible;
}
.block-group-product .slick-slider.products .product-item .product-item-info .product-item-details .product-item-description {
  margin: 15px 0;
}
.featured-brands .block-content {
  padding: 0 5px;
}
.featured-brands .block-content::after {
  content: "";
  display: block !important;
  clear: both;
}
.featured-brands .featured-brands-item {
  padding-top: 0;
}
.featured-brands .featured-brands-item .fb-title {
  font-size: 128.571%;
  font-weight: 600;
  display: block;
  margin: 10px 0 0;
}
.featured-brands .featured-brands-item img:hover {
  opacity: 0.8;
}
.featured-brands .nav-style-1.nav-top .owl-theme .owl-nav {
  right: -5px;
}
.smlistingtabs-banner {
  position: relative;
}
.smlistingtabs-banner .sm-listing-tabs .ltabs-tabs-container {
  margin-bottom: 0;
  position: absolute;
  right: 60px;
  top: 2px;
}
.smlistingtabs-banner .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs {
  background: #fff;
  overflow: hidden;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.smlistingtabs-banner .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
  background: transparent;
  font-weight: 500;
  font-size: 100%;
  color: #999;
  padding: 0 20px;
  text-transform: uppercase;
  width: auto;
  margin: 0;
  float: left;
  border: none;
}
.smlistingtabs-banner .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li:hover,
.smlistingtabs-banner .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel {
  color: #000;
  background: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.smlistingtabs-banner .sm-listing-tabs .listingtabs-banner .banner-container {
  width: 270px;
  float: left;
}
.smlistingtabs-banner-right.smlistingtabs-banner .sm-listing-tabs .listingtabs-banner .banner-container {
  float: right;
}
.smlistingtabs-banner .sm-listing-tabs .listingtabs-banner .ltabs-items-container {
  width: calc(100% - 270px);
  float: left;
  padding-left: 10px;
}
.smlistingtabs-banner-right.smlistingtabs-banner .sm-listing-tabs .listingtabs-banner .ltabs-items-container {
  padding-left: 0;
  padding-right: 10px;
}
.smlistingtabs-banner .ltabs-items-container {
  margin-top: -10px !important;
}
.smlistingtabs-banner .products-grid .product-item-info {
  margin-top: 10px;
  margin-bottom: 10px;
}
.smlistingtabs-banner .products-grid .product-item-info .product-item-details {
  padding: 5px 14px 10px;
}
.smlistingtabs-banner .products-grid .product-item-info .product-item-details .product-reviews-summary {
  margin: 0;
}
.smlistingtabs-banner .products-grid .product-item-info .product-item-details .product-item-name {
  overflow: visible;
  white-space: initial;
}
.smlistingtabs-banner.nav-style-1.nav-top .owl-theme .owl-nav {
  margin-top: -35px;
  right: -5px;
}
.smlistingtabs-banner-right.smlistingtabs-banner.nav-style-1.nav-top .owl-theme .owl-nav {
  margin-right: -275px;
}
.column.main .slider-2rows .block-title {
  margin: 0 0 8px 0 !important;
}
.slider-2rows.nav-style-1.nav-top .owl-theme .owl-nav {
  right: -5px;
  top: 8px;
}
.slider-2rows .product-reviews-summary .reviews-actions a {
  margin: 0;
}
.slider-2rows .item-row {
  padding-bottom: 10px;
}
.slider-2rows .item-row .item.product-item {
  margin-top: 10px;
  border: solid 1px #ededed;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.slider-2rows .item-row .item.product-item .product-item-info {
  padding: 15px;
}
.slider-2rows .item-row .item.product-item .product-item-info .image-product {
  font-size: 0;
  float: left;
  margin-right: 15px;
}
.slider-2rows .item-row .item.product-item .product-item-info .image-product .product-labels {
  font-size: 14px;
}
.slider-2rows .item-row .item.product-item .product-item-info .image-product .product-labels .product-label.new-label {
  display: none !important;
}
.slider-2rows .item-row .item.product-item .product-item-info .product-item-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slider-2rows .item-row .item.product-item .product-item-info .price-box {
  margin: 0;
}
.slider-2rows .item-row .item.product-item .sm_quickview_handler {
  display: none !important;
}
.slider-2rows .item-row .item.product-item:hover {
  border-color: transparent;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.slider-4rows {
  border: solid 1px #ededed;
  padding: 16px 19px 20px 19px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.sidebar .slider-4rows .block {
  margin: 0 !important;
}
.sidebar .slider-4rows .block .block-title {
  background: transparent;
  color: #000;
  padding: 0;
  margin: 0 0 17px 0 !important;
  font-size: 142.857%;
}
.slider-4rows .product-reviews-summary .reviews-actions a {
  margin: 0;
  margin-left: 10px;
}
.slider-4rows .item-row .item.product-item {
  margin: 15px 0 0;
  padding-top: 14px;
  border-top: solid 1px #ededed;
}
.slider-4rows .item-row .item.product-item:first-child {
  margin: 0;
}
.slider-4rows .item-row .item.product-item .product-item-info {
  padding: 0;
}
.slider-4rows .item-row .item.product-item .product-item-info .image-product {
  font-size: 0;
  float: left;
  margin-right: 15px;
}
.slider-4rows .item-row .item.product-item .product-item-info .image-product .product-image-container {
  width: 100px !important;
}
.slider-4rows .item-row .item.product-item .product-item-info .image-product .product-labels {
  font-size: 14px;
}
.slider-4rows .item-row .item.product-item .product-item-info .image-product .product-labels .product-label.new-label {
  display: none !important;
}
.slider-4rows .item-row .item.product-item .product-item-info .price-box {
  margin: 0;
}
.slider-4rows .item-row .item.product-item .sm_quickview_handler {
  display: none !important;
}
@media (min-width: 1200px) {
  .slidershow-content .owl-carousel + .loading-content {
    min-height: 530px;
  }
}
@media (min-width: 1366px) and (max-width: 1440px) {
  .block-group-product .slider-thumbs {
    width: 85px;
  }
  .block-group-product .slick-slider.products {
    width: calc(100% - 85px);
    float: left;
  }
  .block-group-product .slick-slider.products .product-item .product-item-info .image-product {
    width: 265px;
  }
  .block-group-product .slick-slider.products .product-item .product-item-info .product-item-details {
    width: calc(100% - 265px);
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .block-group-product .slider-thumbs {
    width: 80px;
  }
  .block-group-product .slick-slider.products {
    width: calc(100% - 80px);
    float: left;
  }
  .block-group-product .slick-slider.products .product-item .product-item-info .image-product {
    width: 250px;
  }
  .block-group-product .slick-slider.products .product-item .product-item-info .product-item-details .product-item-description {
    margin: 10px 0;
  }
  .block-group-product .slick-slider.products .product-item .product-item-info .product-item-details {
    width: calc(100% - 250px);
    padding-top: 0;
    padding-bottom: 0;
  }
  .block-group-product .slick-slider.products .product-item .product-item-info .product-item-details .price-box {
    min-height: unset;
  }
  .block-group-product .slick-slider.products .product-item .product-item-info .product-item-details .price-box .special-price,
  .block-group-product .slick-slider.products .product-item .product-item-info .product-item-details .price-box .old-price {
    display: inline-block;
    vertical-align: middle;
  }
}
@media (max-width: 1199px) {
  .sm-listing-tabs .ltabs-wrap .ltabs-items-container {
    float: right;
    width: 100%;
    margin-right: 0;
  }
  .sm-listing-tabs .listingtabs-cms {
    padding-bottom: 10px;
  }
  .slider-4rows .item-row .item.product-item .product-item-info .image-product {
    margin-right: 5px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    margin: 0 !important;
  }
  .slider-4rows .item-row .item.product-item .product-item-info .image-product .product-image-container {
    width: 90px !important;
  }
  .catalog-product-view .sidebar .product-items .product-item-details {
    margin-left: 90px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .categories-page .block-categories .cat-wrap .item {
    width: 25%;
  }
  .block-group-product .slider-thumbs {
    display: none;
  }
  .block-group-product .slick-slider.products {
    width: 100%;
    padding: 0;
  }
  .block-group-product .slick-slider.products .product-item .product-item-info .image-product {
    width: 210px;
  }
  .block-group-product .slick-slider.products .product-item .product-item-info .product-item-details {
    width: calc(100% - 210px);
    padding-top: 0;
    padding-bottom: 0;
  }
  .block-group-product .slick-slider.products .product-item .product-item-info .product-item-details .price-box {
    min-height: unset;
  }
  .block-group-product .slick-slider.products .product-item .product-item-info .product-item-details .product-item-description {
    display: none;
  }
  .block-group-product .slick-slider.products .product-item .product-item-info .product-item-details .product-item-actions {
    padding: 0;
    margin-top: 10px;
  }
  .slider-banner {
    width: 100%;
    padding-left: 0;
  }
  .services-list ul li {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .categories-page .block-categories .cat-wrap .item {
    width: 33.33333333333%;
  }
  .slider-banner {
    width: 100%;
    padding-left: 0;
  }
  .services-list ul li {
    width: 50%;
  }
  .block-primary .sm-listing-tabs .ltabs-tabs-container {
    position: static;
    margin-bottom: 20px;
    margin-right: 65px;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .block-primary .sm-listing-tabs .owl-theme .owl-nav {
    top: -10px;
    right: -8px;
  }
  .product-banner .banner-image img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .banner-first.banner-image {
    margin-bottom: 10px;
  }
  .categories-page .block-categories .cat-wrap .item {
    width: 50%;
  }
  .smlistingtabs-banner .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs {
    top: 105%;
    width: 100%;
  }
  .small-products-box .left-image-label {
    display: none;
  }
  .small-products-box .small-product-slider {
    width: 100%;
  }
  .margin-b60,
  .normal-block.margin-b60 {
    margin-bottom: 30px;
  }
  .home-page-1 .banner-image {
    margin-bottom: 30px;
  }
  .margin-b50 {
    margin-bottom: 20px;
  }
  .block,
  .sidebar .widget.block:not(:last-child),
  .sidebar .widget:not(:last-child),
  .block-banners,
  .block-banners-inline {
    margin-bottom: 18px;
  }
  .nav-style-1.nav-top .owl-theme .owl-nav,
  .slick-left-thumb .slick-slider .slick-arrow {
    display: none !important;
  }
  .block-group-product .slider-thumbs {
    display: none;
  }
  .block-group-product .slick-slider.products {
    width: 100%;
    float: none;
    padding: 0;
  }
  .smlistingtabs-banner .sm-listing-tabs .listingtabs-banner .banner-container {
    display: none;
  }
  .html-stores-box .html-stores .item {
    width: 100%;
    margin-bottom: 10px;
  }
  .html-stores-box .html-stores .item:last-child {
    margin: 0;
  }
  .slider-banner {
    width: 100%;
    padding-left: 0;
  }
  .services-list ul li {
    width: 50%;
  }
  .block-primary .sm-listing-tabs .ltabs-tabs-container {
    position: static;
    margin-bottom: 10px !important;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .block-primary .sm-listing-tabs .owl-theme .owl-nav {
    top: -10px;
    right: -8px;
  }
  .block-primary .cms-container {
    float: none;
    width: 100%;
  }
  .smlistingtabs-banner-right.smlistingtabs-banner .sm-listing-tabs .listingtabs-banner .ltabs-items-container,
  .smlistingtabs-banner-left.smlistingtabs-banner .sm-listing-tabs .listingtabs-banner .ltabs-items-container {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    float: none;
    width: unset;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .categories-page .block-categories .cat-wrap .item {
    width: 100%;
  }
  .slider-2rows .item-row .item.product-item .product-item-info {
    padding: 5px;
  }
  .block-group-product .slick-slider.products .product-item .product-item-info .image-product {
    width: 100%;
  }
  .block-group-product .slick-slider.products .product-item .product-item-info .product-item-details {
    width: 100%;
    padding: 10px;
  }
  .services-list ul li {
    width: 100%;
  }
  .slider-banner .banner-right,
  .slider-banner .slidershow-content {
    width: 100%;
    float: none;
  }
}
body.cms-home-demo-02 {
  background: #f2f3f5;
}
.bg-color {
  background: #fff;
  padding: 20px 10px 10px;
  border-radius: 0;
  border: 0;
}
.column.main .home-page-2 .block-title {
  margin: 0 0 16px 0 !important;
}
.home-page-2 .row {
  margin-right: -10px;
  margin-left: -10px;
}
.home-page-2 .row [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.home-page-2 .small-products-box {
  margin: 10px 0 20px;
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
  border: solid 1px;
}
.home-page-2 .small-products-box .left-image-label {
  width: 118px;
  float: left;
  margin-top: 0;
}
.home-page-2 .small-products-box .small-product-slider {
  width: 100%;
  float: none;
  padding: 0px 10px;
}
.home-page-2 .small-products-box .small-product-slider .owl-item .product-item .product-item-info .image-product {
  width: 30px;
  padding: 0;
  margin-right: 10px;
}
.home-page-2 .small-products-box .small-product-slider .owl-item .product-item .product-item-info .product-item-details {
  display: flex;
  padding: 4px 0 0;
}
.home-page-2 .small-products-box .small-product-slider .owl-item .product-item .product-item-info .product-item-details:before {
  display: none;
}
.home-page-2 .small-products-box .small-product-slider .owl-item .product-item .product-item-info .product-item-details .product-item-name {
  text-overflow: inherit;
}
.home-page-2 .small-products-box .small-product-slider .owl-item .product-item .product-item-info .product-item-details .price-box {
  display: flex;
}
.home-page-2 .small-products-box .small-product-slider .owl-item .product-item .product-item-info .product-item-details .price-box .price {
  font-size: 100%;
  font-style: italic;
  font-weight: normal;
}
.home-page-2 .small-products-box .small-product-slider .owl-item .product-item .product-item-info .product-item-details .price-box .old-price {
  line-height: 24px;
}
.home-page-2 .small-products-box .small-product-slider .owl-item .product-item .product-item-info .product-item-details .price-box .old-price .price {
  font-size: inherit;
  margin-left: 5px;
}
.home-page-2 .small-products-box .small-product-slider .owl-item .product-item .product-item-info .product-item-details .price-box:before {
  display: inline-block;
  content: "-";
  margin: 0 3px;
}
.home-page-2 .slidershow-content .slider-show {
  margin-bottom: 20px;
}
.home-page-2 .services-list {
  border-top: 0;
  margin-bottom: 20px;
  background: #fff;
  padding-left: 0px;
  padding-right: 0px;
}
.home-page-2 .services-list .item {
  padding-left: 20px;
  padding-right: 20px;
}
.home-page-2 .services-list .item .item-icon {
  box-shadow: 0 0 0;
}
.home-page-2 .block-border {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 0px;
  background: #fff;
  padding-top: 20px !important;
}
.home-page-2 .sm-listing-tabs {
  margin-bottom: 0px !important;
}
.home-page-2 .sm-listing-tabs .products-grid {
  margin-bottom: -10px !important;
}
.home-page-2 .sm-listing-tabs .products-grid .product-item-info .product-item-details {
  padding: 5px 14px 13px;
}
.home-page-2 .nav-style-1.nav-top .owl-theme .owl-nav {
  right: 0px !important;
}
.home-page-2 .deals-countdown {
  margin-bottom: 0px;
}
.home-page-2 .block-promotions .block-content {
  padding: 0 5px;
}
.home-page-2 .block-promotions .block-content .banner-image {
  margin-bottom: 15px;
}
.home-page-2 .block-promotions .block-content .row {
  margin-right: -5px;
  margin-left: -5px;
}
.home-page-2 .block-promotions .block-content .row [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
/**
 * Vertical menu
 */
.home-page-2 .vertical-menu-block .vertical-menu-content {
  display: block;
  position: inherit;
  border: 0;
  width: 100%;
  min-width: auto;
  margin-bottom: 20px;
}
.home-page-2 .vertical-menu-block .block-title-menu {
  display: none;
}
.home-page-2 .vertical-menu-block .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu &gt; li {
  border: none;
}
.home-page-2 .vertical-menu-block .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu &gt; li &gt; div {
  margin-left: 1px !important;
}
.home-page-2 .vertical-menu-block .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu &gt; li &gt; a.sm_megamenu_head {
  padding: 6.5px 15px;
  color: #222;
  margin-left: -1px;
  margin-right: -1px;
  background-color: transparent;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  border-left: 2px solid transparent;
  display: flex;
  align-items: center;
}
.home-page-2 .vertical-menu-block .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu &gt; li &gt; a.sm_megamenu_head span.sm_megamenu_nodesc {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  flex: 1 0 0;
}
.home-page-2 .vertical-menu-block .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu &gt; li.parent-item:after {
  content: "";
  width: 5px;
  position: absolute;
  right: -3px;
  top: 0;
  bottom: 0;
  display: none;
}
.home-page-2 .vertical-menu-block .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu &gt; li.parent-item:hover:after {
  display: block;
}
.home-page-2 .vertical-menu-block .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu &gt; li.parent-item &gt; a:after {
  float: right;
  margin-right: -4px;
  margin-top: 5px;
  content: '\e930';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.home-page-2 .vertical-menu-block .more-w .more-view {
  padding: 14px 20px;
  color: #222;
  border: 0;
}
.home-page-2 .vertical-menu-block .more-w .more-view:after {
  float: right;
  content: '\e950';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.home-page-2 .vertical-menu-block .more-w .more-view.open:after {
  content: '\e978';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
/*Product Slider*/
.home-page-2 .slider-2rows {
  padding-bottom: 0px;
}
.home-page-2 .slider-2rows .block-title {
  display: flex;
  padding: 0px 10px 0 0px;
}
.home-page-2 .slider-2rows .block-title strong {
  margin-right: auto;
  display: block;
}
.home-page-2 .slider-2rows .block-title p.posttext a {
  color: #018fbf;
  text-transform: uppercase;
  white-space: nowrap;
}
.home-page-2 .slider-2rows .block-title p.posttext a:after {
  content: '\e929';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.home-page-2 .slider-2rows .block-title p.posttext a:hover {
  text-decoration: underline;
}
.home-page-2 .slider-2rows .banner-product {
  margin-top: 10px;
}
.home-page-2 .slider-2rows .banner-product:hover {
  opacity: 0.8;
}
.home-page-2 .slider-2rows .products-grid .item-row .item.product-item {
  border: 0px;
  padding: 0;
}
.home-page-2 .slider-2rows .products-grid .item-row .item.product-item .product-item-info {
  padding: 0px;
}
.home-page-2 .slider-2rows .products-grid .item-row .item.product-item .product-item-info .sm_quickview_handler {
  display: inline-block !important;
}
.home-page-2 .slider-2rows .products-grid .item-row .item.product-item .product-item-info .image-product {
  float: none;
  margin: 0px;
}
/*Brand*/
.home-page-2 .block-brand.nav-style-1.nav-top .owl-theme .owl-nav {
  margin-top: -48px;
}
.home-page-2 .block-brand .item {
  border-radius: 5px;
  border: 1px solid transparent;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.home-page-2 .block-brand .block-content {
  padding: 0 10px;
}
/*Blog*/
.blog-slider {
  padding: 15px;
}
.blog-slider .item .image-post {
  position: relative;
  margin-bottom: 10px;
}
.blog-slider .item .image-post .post-date {
  background: #fff;
  position: absolute;
  left: 10px;
  top: 10px;
  text-align: center;
  min-width: 50px;
  padding: 5px 0;
}
.blog-slider .item .image-post .post-date span.day {
  font-size: 171.2%;
  color: #000000;
  font-weight: bold;
  display: block;
  line-height: 1;
}
.blog-slider .item .image-post .post-date span.month {
  display: block;
  color: #666666;
  text-transform: uppercase;
}
.blog-slider .item .info-post .post-title a {
  font-size: 128.57%;
  font-weight: bold;
}
.blog-slider .item .info-post .post-read-more a {
  color: #777;
  font-size: 92.85%;
}
.block-testimonal {
  padding: 15px;
}
.block-testimonal .item {
  padding-bottom: 10px;
}
.block-testimonal .item .client-say {
  background: #f2f3f5;
  font-size: 128.57%;
  color: #000;
  position: relative;
  padding: 35px 30px 30px;
  margin-bottom: 28px;
  line-height: 30px;
}
.block-testimonal .item .client-say:after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -18px;
  left: 40px;
  border-left: 18px solid #f2f3f5;
  border-bottom: 18px solid transparent;
}
.block-testimonal .item .content .image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  overflow: hidden;
}
.block-testimonal .item .content h3 {
  font-size: 128.57%;
  color: #000;
  font-weight: bold;
  display: block;
}
.block-testimonal .item .content p {
  font-size: 92.85%;
  color: #777;
}
@media (min-width: 1200px) {
  .home-page-2 .small-products-box .small-product-slider .owl-item {
    width: auto !important;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .home-page-2 .vertical-menu-block .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu &gt; li &gt; a.sm_megamenu_head {
    padding: 5px 15px;
  }
}
@media (min-width: 991px) and (max-width: 1440px) {
  .home-page-2 .row .col-lg-6 {
    margin-bottom: 20px;
  }
  .home-page-2 .row .col-lg-6 &gt; div .margin-b20 {
    margin-bottom: 0px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .home-page-2 .vertical-menu-block .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu &gt; li &gt; a.sm_megamenu_head {
    padding: 3px 15px;
  }
}
/**
 * Listing page
 */
/**
 * Sidebar
 */
#price-slider .ui-slider-handle {
  border-width: 3px;
}
.page-layout-1column .block.filter .filter-title strong {
  font-size: 116.67% !important;
}
.page-layout-1column .block.filter {
  margin-bottom: 0;
}
.sidebar {
  /**
     * Block compare
     */
}
.sidebar .product-items .product-item-details {
  margin-left: 115px !important;
}
.sidebar .block {
  margin-bottom: 30px !important;
  border: solid 1px #ededed;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 16px 19px 20px 19px;
  /**
         * Block title
         */
  /**
         * Block content
         */
  /**
         * Filter block
         */
}
.sidebar .block .block-title {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sidebar .block .block-title strong {
  font-weight: 500;
  text-transform: uppercase;
}
.sidebar .block .block-title .counter {
  display: none !important;
}
.sidebar .block.filter .block-subtitle {
  display: none;
}
.sidebar .block.filter .filter-actions .action.clear {
  text-decoration: none;
  background-color: #000;
  padding: 7px 20px;
  color: #ffffff;
  border-radius: 4px;
}
.sidebar .block.filter .filter-actions .action.clear:hover {
  background-color: #333333;
}
.sidebar .block.filter .filter-current .filter-label {
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
.sidebar .block.filter .filter-current .action.remove {
  text-decoration: none;
}
.sidebar .block.filter .filter-current .action.remove:before {
  content: '\e616';
  font-family: 'icons-blank-theme';
  color: #333;
  font-size: 26px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.sidebar .block.filter .filter-current .action.remove span {
  display: none;
}
.sidebar .block.filter .filter-options .filter-options-title {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  font-size: 114.286%;
}
.sidebar .block.filter .filter-options .filter-options-content {
  border-bottom: solid 1px #ededed;
  padding-bottom: 18px;
  margin-bottom: 28px;
  max-height: 325px;
  overflow-y: auto;
  display: block !important;
}
.sidebar .block.filter .filter-options .filter-options-content .price-slider-wrap {
  padding: 0 10px 0 5px;
  color: #000;
}
.sidebar .block.filter .filter-options .filter-options-content .price-slider-wrap #price-slider {
  height: 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.sidebar .block.filter .filter-options .filter-options-content ol li {
  margin: 5px 0;
}
.sidebar .block.filter .filter-options .filter-options-content ol li a {
  display: table;
  padding: 3px 0;
  text-decoration: none;
  color: #111;
}
.sidebar .block.filter .filter-options .filter-options-item:last-child .filter-options-content {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar .swatch-attribute-options {
  margin-top: 5px;
}
.sidebar .swatch-option.color {
  margin-left: 4px;
  margin-right: 11px;
}
.sidebar .block-compare .product-item .product-item-name {
  margin: 0;
}
.sidebar .block-compare .action.delete {
  right: 0;
  left: auto;
}
/**
 * Toolbar
 */
.toolbar {
  background-color: #fbfbfb;
  border: 1px solid #ededed;
  font-size: 92.857%;
  padding: 6px 10px;
  margin-bottom: 20px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.modes .modes-label {
  display: none;
}
.modes .modes-mode {
  height: 36px;
  width: 36px;
  border: none !important;
  background: none !important;
  margin-right: 0;
  text-align: center;
  line-height: 36px;
  padding: 0;
  color: #000;
}
.modes .modes-mode.mode-grid:after {
  content: '\e93d';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
}
.modes .modes-mode.mode-list:after {
  content: '\e942';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 20px;
}
.modes .modes-mode:hover,
.modes .modes-mode.active {
  color: #222;
}
.modes .modes-mode:before,
.modes .modes-mode span {
  display: none;
}
.sorter {
  padding: 0;
}
.sorter .sorter-action {
  top: auto;
}
.sorter .sorter-action:before {
  line-height: 36px;
}
.toolbar-amount {
  padding-top: 5px;
}
.toolbar-amount,
.sorter-label,
.sorter-options,
.field.limiter .label,
.limiter-options,
.limiter-text {
  color: #000;
}
.pages {
  line-height: 0;
}
.pages .pages-label {
  display: none;
}
.pages .items {
  font-weight: normal;
  font-size: unset;
}
.pages .item {
  float: left;
  margin: 0 5px 0 0;
  height: 36px;
  min-width: 36px;
  text-align: center;
  border: 1px solid #ddd;
  line-height: 34px;
  background-color: #fff;
  font-size: unset;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.pages .item .action.next span,
.pages .item .action.previous span,
.pages .item .label {
  display: none;
}
.pages .item:last-child {
  margin: 0;
}
.pages .item strong,
.pages .item a {
  display: block !important;
  padding: 0;
  color: #000;
  font-weight: normal;
  margin: 0 !important;
  border: none !important;
  line-height: 34px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.pages .item .action.next:before {
  content: '\e930';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
}
.pages .item .action.previous:before {
  content: '\e92f';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
}
.pages .action:before {
  display: block !important;
  margin: 0 !important;
  color: #222 !important;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.products.wrapper ~ .toolbar .limiter {
  float: left;
  margin: 0 5px;
}
.products.wrapper ~ .toolbar .pages {
  float: right;
}
/**
 * Product label
 */
.product-labels .product-label {
  position: absolute;
  top: 10px;
  font-size: 78.571%;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 20px;
  z-index: 4;
  color: #fff;
}
.product-labels .product-label.new-label {
  width: 40px;
  height: 40px;
  font-size: 0;
  right: 10px;
  background: url("../images/new-label.png") no-repeat center center;
}
.product-labels .product-label.sale-label {
  left: 10px;
  background-color: #ff384b;
  border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  -webkit-border-radius: 0 0 4px 0;
}
.product-labels .product-label.sale-label:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid #ae1c1c;
  border-left: 10px solid transparent;
  position: absolute;
  top: 100%;
  left: 0;
}
/**
 * Product grid style
 */
.products.wrapper {
  margin: 0;
}
.products.wrapper.products-grid .product-items {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0;
  margin-top: 10px;
}
.products.wrapper.products-grid .product-items .product-item {
  padding: 0 10px;
}
/**
 * Product list style
 */
.product-item {
  font-size: 14px;
}
.products.wrapper.products-list {
  margin: 0;
}
.products.wrapper.products-list .product-items {
  margin-bottom: 10px;
  margin-top: 20px;
}
.product-item-actions {
  margin: 0;
  padding-top: 10px;
  position: static;
  background: #fff;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.product-item-actions .actions-primary {
  vertical-align: top;
}
.product-item-actions .actions-primary .tocart {
  width: 36px;
  height: 36px;
  background-color: #fff;
  line-height: 36px;
  padding: 0;
  margin-right: 5px;
  color: #000;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.product-item-actions .actions-primary .tocart span {
  display: none;
}
.product-item-actions .actions-primary .tocart:before {
  content: '\e958';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.product-item-actions .actions-primary .tocart:hover {
  color: #fff;
  background: #000;
}
.product-item-actions .actions-secondary {
  vertical-align: top;
}
.product-item-actions .actions-secondary .action {
  width: 36px;
  height: 36px;
  background-color: #fff;
  line-height: 36px;
  padding: 0;
  margin-right: 5px;
  color: #000;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.product-item-actions .actions-secondary .action:before {
  display: none !important;
}
.product-item-actions .actions-secondary .action.towishlist:after {
  content: '\e93f';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.product-item-actions .actions-secondary .action.tocompare:after {
  content: '\e953';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.product-item-actions .actions-secondary .action.quickview-handler:after {
  content: '\e937';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.product-item-actions .actions-secondary .action:hover {
  color: #fff;
  background: #000;
}
.products-list .product-item-info {
  width: unset !important;
  border: 1px solid #ededed;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 15px;
  display: block;
  overflow: hidden;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.products-list .product-item-info::after {
  content: "";
  display: block !important;
  clear: both;
}
.products-list .product-item-info .image-product {
  position: relative;
  width: 250px;
  float: left;
  text-align: center;
}
.products-list .product-item-info .product-item-photo {
  display: block;
  line-height: 0;
  padding: 0;
  width: unset;
  position: relative;
}
.products-list .product-item-info .product-item-photo:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 5;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.products-list .product-item-info .product-item-details {
  margin-left: 280px;
  display: block;
  padding-top: 25px;
  padding-right: 20px;
}
.products-list .product-item-info .product-item-details .product-item-name {
  margin: 0;
  font-size: 128.571%;
}
.products-list .product-item-info .product-item-details .product-item-name a {
  padding: 6px 0;
  font-weight: 600;
}
.products-list .product-item-info .product-item-details .product-reviews-summary {
  margin-bottom: 8px !important;
  margin-left: unset !important;
  margin-right: unset !important;
}
.products-list .product-item-info .product-item-details .product-reviews-summary .reviews-actions {
  display: none;
  font-size: unset;
  padding: 0 5px;
}
.products-list .product-item-info .product-item-details .price-box {
  margin: 5px 0 10px;
}
.products-list .product-item-info .product-item-details .price-box .price {
  font-size: 171.429%;
}
.products-list .product-item-info .product-item-details .price-box .old-price .price {
  font-size: 100%;
}
.products-list .product-item-info .product-item-details div[class^="swatch-opt-"] {
  display: table;
  margin-bottom: 35px;
}
.products-list .product-item-info .product-item-details .product-item-description {
  margin: 0 0 20px;
}
.products-list .product-item-info .product-item-details .product-item-description .action.more {
  display: none;
}
.products-list .product-item-info .product-item-details .swatch-option.color {
  margin: 0 10px 0 3px;
}
.products-list .product-item-info:hover {
  border-color: transparent;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.products-list .product-item-info:hover .image-product .product-item-actions {
  opacity: 1;
}
@media (max-width: 767px) {
  .toolbar-amount {
    display: none;
  }
}
@media (max-width: 480px) {
  .products-list .product-item-info .image-product {
    width: 100%;
    float: none;
  }
  .products-list .product-item-info .product-item-details {
    margin: 0;
    float: none;
    padding: 15px 15px 0;
  }
}
/**
 * Detail page
 */
/**
 * Compare, wishlist, email to friend
 */
.product-info-main .product-options-wrapper .fieldset .label {
  color: #222;
}
.product-info-main .product-social-links .action,
.product-info-main .product-addto-links .action {
  display: inline-block;
  width: 40px;
  height: 40px;
  float: left;
  margin-left: 5px;
  padding: 0;
  color: #fff !important;
  background-color: #282828;
  border: none !important;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.product-info-main .product-social-links .action span,
.product-info-main .product-addto-links .action span {
  display: none;
}
.product-info-main .stock.available:before {
  margin-right: 2px;
  vertical-align: middle;
  top: -1px;
  position: relative;
  content: '\e92d';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  float: left;
  display: inline-block;
}
.product-info-main .product-social-links {
  float: left;
  display: inline-block;
  width: auto;
  vertical-align: top;
  padding-top: 27px;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 10px;
  float: left;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  float: left;
  padding-top: 27px !important;
}
.magnifier-preview {
  left: 100% !important;
  top: 0 !important;
  margin-left: 20px;
}
/**
 * Table attributes product
 */
.default-style .resp-tabs-list {
  border-bottom: 1px solid #ededed;
  margin: 0;
}
.default-style .resp-tabs-list li {
  border: none;
  background-color: transparent !important;
  float: left;
  margin: -1px;
  margin-right: 40px;
  font-size: 142.857%;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 0 !important;
  color: #999;
  position: relative;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.default-style .resp-tabs-list li.active,
.default-style .resp-tabs-list li.hover {
  color: #000;
}
.default-style .resp-tabs-list li:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: transparent;
}
.default-style .resp-tabs-container {
  background-color: #fff;
  padding: 20px 0;
  border: none;
  border-top: none;
}
.product.data.items.accordion-style .item.title.resp-accordion {
  padding: 10px 20px 8px !important;
  background-color: #fff;
}
.product.data.items.accordion-style .item.title.resp-accordion a {
  text-transform: uppercase;
  font-weight: normal;
  color: #333;
}
/**
 * Related upsell crossell product slider
 */
.bottom-product-slider .products-grid .product-item-info .reviews-actions {
  display: table-cell !important;
}
.bottom-product-slider .products-grid .product-item-info .reviews-actions a {
  margin: 0;
  margin-left: 10px;
}
.bottom-product-slider .products {
  margin: 0 !important;
}
.bottom-product-slider .products-grid {
  margin: 0 -10px !important;
}
.bottom-product-slider .products-grid .product-item-info,
.bottom-product-slider .products-grid .product-item {
  margin: 0;
}
@media (max-width: 1199px) {
  .product-info-main .price-box {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .default-style .resp-tabs-list li {
    float: none !important;
    margin: 0 0 15px !important;
  }
  .product-info-main .price-box {
    margin: 14px 0 9px 0;
  }
}
@media (max-width: 345px) {
  .product-info-main .product-social-links {
    padding-top: 0;
    clear: both;
  }
  .product-info-main .product-social-links .action,
  .product-info-main .product-addto-links .action {
    margin-left: 0;
    margin-right: 5px;
  }
}
</pre></body></html>