/**
 * Button
 */
/**
 * Remove color name product
 */
/**
 * Icomoon mixin
 */
.category-image img[src*="Japan.png"],
.category-image img[src*="japan.png"],
.category-image img[src*="English.png"],
.category-image img[src*="english.png"] {
  display: block !important;
}
/**
 * Home page
 */
/**
 * Variables
 */
/**
 * Messages
 */
.cms-index-index .page.messages {
  text-align: center;
}
.slider-banner {
  float: right;
  width: calc(100% - 270px);
  padding-left: 20px;
}
.slider-banner .slidershow-content {
  float: left;
  width: 68%;
}
.slider-banner .banner-right {
  float: right;
  width: 30%;
}
.slider-banner .banner-right .banner-image {
  margin-bottom: 10px;
}
.sub-cats {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Control slidershow
 */
.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: #fff;
  border: none;
  margin: -30px 0 0;
  padding: 0;
  color: #222;
  position: absolute;
  top: 50%;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  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: 0;
}
.slider-style-1 .owl-theme .owl-nav [class*="owl-"].owl-prev {
  left: 0;
}
.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;
}
/**
 * Normal block style
 */
.normal-block {
  margin-bottom: 40px;
}
.normal-block .block {
  border: 1px solid #e5e5e5;
  margin-bottom: 0;
}
.normal-block .block-title {
  border-bottom: 1px solid #e5e5e5;
  background: #f9f9f9;
  padding: 12px 19px;
  margin: 0 !important;
}
.normal-block .block-title strong {
  font-size: 128.571% !important;
  font-weight: normal;
  text-transform: uppercase;
  color: #222;
}
.normal-block .block-content {
  padding: 20px;
  background-color: #fff;
}
.normal-block .nav-top .owl-theme .owl-nav {
  position: absolute;
  top: -65px;
  right: -14px;
  margin: 0;
}
.normal-block.product-slider .block-content {
  padding: 10px;
}
.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: -56px;
  right: -4px;
}
.brand-style-1 .item {
  border: 1px solid transparent;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.services-list {
  border: 1px solid #e5e5e5;
  padding: 20px 20px 0;
  background-color: #fff;
}
.services-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.services-list ul li {
  float: left;
  width: 20%;
  margin-bottom: 20px;
}
.services-list .item-icon {
  float: left;
  width: 60px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.services-list .item-info {
  margin-left: 70px;
  padding-top: 9px;
}
.services-list .item-info .item-title {
  text-transform: uppercase;
  color: #222;
}
.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;
}
.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;
}
.block-primary .products.wrapper.products-grid .product-items,
.block-primary .banner-image {
  margin: 0;
}
.block-primary .owl-stage {
  padding-bottom: 12px;
}
.block-primary .block-title {
  margin: 0 !important;
  border-bottom: 2px solid #dddddd;
}
.block-primary .block-title strong {
  display: inline-block;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 128.571% !important;
  background: #dddddd;
  padding: 8px 20px 6px;
  color: #222;
  position: relative;
  border-radius: 0 6px 0 0;
  -moz-border-radius: 0 6px 0 0;
  -webkit-border-radius: 0 6px 0 0;
}
.block-primary .block-title strong:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 10px solid #c4c4c4;
  border-left: 15px solid transparent;
  position: absolute;
  top: -10px;
  left: 0;
}
.block-primary .block-content {
  padding: 20px 20px 10px;
  border: 1px solid #e5e5e5;
  border-top: none;
}
.block-primary .sm-listing-tabs .ltabs-tabs-container {
  margin-bottom: 0;
  position: absolute;
  top: -52px;
  left: 300px;
}
.block-primary .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
  font-weight: normal;
  text-transform: uppercase;
  border: none;
  color: #444444;
}
.block-primary .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li:not(:last-child) {
  margin-right: 45px;
}
.block-primary .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li:hover,
.block-primary .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel {
  color: #222;
}
.block-primary .cms-container {
  float: left;
  width: 300px;
}
.block-primary .sm-listing-tabs .ltabs-wrap .ltabs-items-container {
  float: right;
  width: calc(100% - 305px);
  margin-right: -8px;
}
.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);
}
.block-primary .owl-theme .owl-nav {
  position: absolute;
  top: -66px;
  margin: 0;
  right: -15px;
}
.block-primary.orange-color .block-title {
  border-bottom: 2px solid #f9b513;
}
.block-primary.orange-color .block-title strong {
  background-color: #f9b513;
  color: #fff !important;
}
.block-primary.orange-color .block-title strong:before {
  border-bottom: 10px solid #d49705;
}
.block-primary.orange-color .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li:hover,
.block-primary.orange-color .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel {
  color: #f9b513;
}
.block-primary.blue-color .block-title {
  border-bottom: 2px solid #4dabee;
}
.block-primary.blue-color .block-title strong {
  background-color: #4dabee;
  color: #fff !important;
}
.block-primary.blue-color .block-title strong:before {
  border-bottom: 10px solid #1e95ea;
}
.block-primary.blue-color .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li:hover,
.block-primary.blue-color .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel {
  color: #4dabee;
}
.block-primary.red-color .block-title {
  border-bottom: 2px solid #ff505a;
}
.block-primary.red-color .block-title strong {
  background-color: #ff505a;
  color: #fff !important;
}
.block-primary.red-color .block-title strong:before {
  border-bottom: 10px solid #ff1d2a;
}
.block-primary.red-color .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li:hover,
.block-primary.red-color .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel {
  color: #ff505a;
}
.block-primary.green-color .block-title {
  border-bottom: 2px solid #53c861;
}
.block-primary.green-color .block-title strong {
  background-color: #53c861;
  color: #fff !important;
}
.block-primary.green-color .block-title strong:before {
  border-bottom: 10px solid #38b047;
}
.block-primary.green-color .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li:hover,
.block-primary.green-color .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel {
  color: #53c861;
}
.block-primary.purple-color .block-title {
  border-bottom: 2px solid #c579c0;
}
.block-primary.purple-color .block-title strong {
  background-color: #c579c0;
  color: #fff !important;
}
.block-primary.purple-color .block-title strong:before {
  border-bottom: 10px solid #b655af;
}
.block-primary.purple-color .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li:hover,
.block-primary.purple-color .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel {
  color: #c579c0;
}
.padding-owl .products-grid {
  margin-left: -8px;
  margin-right: -8px;
}
.padding-owl .products-grid .product-item,
.padding-owl .products-grid .product-item-info {
  margin-bottom: 0;
}
.block-primary.product-banner .banner-image {
  margin-bottom: 20px;
}
.block-primary.product-banner .owl-carousel {
  position: static;
}
.block-primary.product-banner .block-content {
  position: relative;
}
.block-primary.product-banner .owl-theme .owl-nav {
  position: absolute;
  top: -43px;
  margin: 0;
  right: -4px;
}
.block-news .info-post {
  padding-top: 10px;
}
.block-news .image-post img:hover {
  opacity: .8;
}
.block-news .post-date {
  font-size: 92.857%;
  margin-bottom: 2px;
}
.block-news .post-title {
  margin-bottom: 4px;
}
.block-news .post-title a {
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.block-news .post-short-description {
  font-size: 92.857%;
}
.block-news .post-read-more {
  padding-top: 12px;
}
.block-news .post-read-more a {
  font-size: 85.714%;
  border: 1px solid #e5e5e5;
  display: inline-block;
  padding: 9px 20px;
  text-transform: uppercase;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
@media (min-width: 1200px) {
  .slidershow-content .owl-carousel + .loading-content {
    min-height: 530px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider-banner {
    width: 100%;
    padding-left: 0;
  }
  .block-primary .sm-listing-tabs .ltabs-tabs-container {
    position: static;
    margin-bottom: 20px;
  }
  .block-primary .sm-listing-tabs .owl-theme .owl-nav {
    top: -105px;
  }
  .services-list ul li {
    width: 33.3333333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-banner {
    width: 100%;
    padding-left: 0;
  }
  .services-list ul li {
    width: 33.33333%;
  }
  .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: -56px;
    right: -8px;
  }
  .block-primary .sm-listing-tabs .block-content {
    padding: 20px;
  }
  .product-banner .banner-image img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .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: -56px;
    right: -8px;
  }
  .block-primary .cms-container {
    float: none;
    width: 100%;
  }
  .block-primary .sm-listing-tabs .ltabs-wrap .ltabs-items-container {
    margin-left: -8px !important;
    margin-right: -8px !important;
    float: none;
    width: unset;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .services-list ul li {
    width: 100%;
  }
  .slider-banner .banner-right,
  .slider-banner .slidershow-content {
    width: 100%;
    float: none;
  }
}
.content-keyworks ul {
  margin: 13px 0 3px;
  padding: 0;
  list-style: none;
}
.content-keyworks ul li {
  display: inline-block;
  position: relative;
  font-size: 92.857%;
}
.content-keyworks ul li a {
  color: #444;
}
.content-keyworks ul li:not(:last-child) {
  margin-right: 5px;
  padding-right: 9px;
}
.content-keyworks ul li:not(:last-child):before {
  content: "";
  display: block;
  width: 1px;
  height: 9px;
  background: url("../images/icon-images.png") no-repeat -1px 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
}
.content-keyworks ul li.title {
  padding-right: 0;
  color: #222;
  font-weight: 700;
}
.content-keyworks ul li.title:before {
  display: none;
}
.slider-style-1.nav-circle-opacity .owl-theme .owl-nav [class*="owl-"] {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin-top: -35px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.slider-style-1.nav-circle-opacity .owl-theme .owl-nav [class*="owl-"]:before {
  font-size: 30px;
}
.slider-style-1.nav-circle-opacity .owl-theme .owl-nav [class*="owl-"].owl-next {
  right: 20px;
}
.slider-style-1.nav-circle-opacity .owl-theme .owl-nav [class*="owl-"].owl-prev {
  left: 20px;
}
.group-banner .banner-image {
  margin-bottom: 10px;
}
.group-banner .column-1 {
  margin-right: -15px;
}
.group-banner .column-2 {
  margin-left: -5px;
  margin-right: -10px;
}
.group-banner .column-3 {
  margin-left: -10px;
  margin-right: -5px;
}
.group-banner .column-4 {
  margin-left: -15px;
}
.block-listing .block {
  margin: 0;
}
.block-listing .products.wrapper.products-grid .product-items {
  margin-bottom: 0;
}
.block-listing .block-title {
  margin-bottom: 10px !important;
}
.block-listing .block-title strong {
  font-size: 125.571% !important;
  text-transform: uppercase;
}
.block-listing .sm-listing-tabs .ltabs-wrap {
  background-color: #fff;
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
}
.block-listing .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container {
  margin-bottom: 0;
  position: absolute;
  top: -33px;
  right: 0;
}
.block-listing .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li {
  border: none !important;
  color: #444;
  text-transform: uppercase;
  font-weight: normal;
  margin-left: 45px;
  margin-right: 0;
}
.block-listing .block-content {
  border: 1px solid #e5e5e5;
  border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0 6px 6px 0;
}
.block-listing .cms-container {
  float: left;
  width: 290px;
  margin: -1px;
}
.block-listing .cms-container .banner-image {
  margin: 0;
}
.block-listing .ltabs-items-container {
  float: right;
  padding: 20px 10px 0 !important;
  width: calc(100% - 290px);
}
.block-listing .item-row .product-item:last-child .product-item-info {
  margin-bottom: 10px !important;
}
.block-listing .products-grid .product-item-info .product-item-details {
  padding: 8px 14px 11px;
}
.block-listing.nav-style-2.absolute-nav .owl-theme .owl-nav [class*="owl-"].owl-next {
  right: -11px;
}
.block-listing.nav-style-2.absolute-nav .owl-theme .owl-nav [class*="owl-"].owl-prev {
  left: -11px;
}
.nav-style-2.absolute-nav .owl-theme .owl-nav {
  margin: 0;
}
.nav-style-2.absolute-nav .owl-theme .owl-nav [class*="owl-"] {
  width: 37px;
  height: 70px;
  line-height: 68px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #222;
  padding: 0;
  position: absolute;
  top: 50%;
  margin: -35px 0 0;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.nav-style-2.absolute-nav .owl-theme .owl-nav [class*="owl-"]:before {
  font-size: 24px;
}
.nav-style-2.absolute-nav .owl-theme .owl-nav [class*="owl-"].owl-next {
  right: 0;
  border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  -webkit-border-radius: 6px 0 0 6px;
}
.nav-style-2.absolute-nav .owl-theme .owl-nav [class*="owl-"].owl-prev {
  left: 0;
  border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0 6px 6px 0;
}
.block-brand-slider {
  padding: 16px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.block-brand-slider .item {
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.block-brand-slider.nav-style-2.absolute-nav .owl-theme .owl-nav [class*="owl-"].owl-next {
  right: -17px;
}
.block-brand-slider.nav-style-2.absolute-nav .owl-theme .owl-nav [class*="owl-"].owl-prev {
  left: -17px;
}
.hidden-title .block-title {
  display: none;
}
.hidden-count .count {
  display: none;
}
.grid-categories .block-categories .cat-wrap .item .sub-cats {
  margin-bottom: 13px;
}
.grid-categories .block-categories .cat-wrap .item .sub-cats li {
  margin-bottom: 7px;
}
.grid-categories .item {
  width: 25%;
}
.grid-categories .content-box {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 0 20px 20px;
  display: table;
  width: 100%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.grid-categories .cat-title {
  font-weight: normal !important;
  font-size: 128.571%;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px !important;
  padding: 12px 0 10px;
}
.grid-categories .image-cat {
  margin: 0 !important;
  float: left;
  width: 180px;
}
.grid-categories .child-cat {
  margin-left: 199px;
}
.grid-categories .child-title a {
  color: #666;
}
.grid-categories .child-title a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin-right: 3px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.grid-categories .btn-view {
  display: table;
  padding: 5px 15px;
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
  color: #444;
  text-transform: capitalize;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.group-product-slider .block-group-product {
  margin-bottom: 32px;
}
.group-product-slider .swatch-attribute-options {
  display: table;
}
.group-product-slider .slider-group {
  display: none;
}
.group-product-slider .slider-group.slick-initialized {
  display: block;
}
.group-product-slider .block-title {
  margin: 0 !important;
}
.group-product-slider .block-title strong {
  font-size: 128.571% !important;
  display: inline-block;
  padding: 9px 20px 5px;
  text-transform: uppercase;
  font-weight: normal;
  border-radius: 0 6px 0 0;
  -moz-border-radius: 0 6px 0 0;
  -webkit-border-radius: 0 6px 0 0;
}
.group-product-slider .product-items {
  margin: 0;
}
.group-product-slider .products-grid .product-item-info {
  border: none;
  margin: 0;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
}
.group-product-slider .block-content {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 20px;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}
.group-product-slider .products-grid .product-item {
  margin-bottom: 20px;
}
.group-product-slider .product-item-actions {
  width: 240px;
}
.group-product-slider .products-grid .product-item-info:after {
  content: "";
  display: block;
  clear: both;
}
.group-product-slider .products-grid .product-item-info .image-product {
  float: left;
  width: 240px;
}
.group-product-slider .products-grid .product-item-info .product-item-details {
  margin-left: 260px;
  padding: 13px 0 0;
}
.group-product-slider .products-grid .product-item-info .product-item-details .product-reviews-summary {
  margin-bottom: 8px !important;
}
.group-product-slider .products-grid .product-item-info .product-item-details .product-item-name {
  font-size: 114.285%;
  max-height: unset;
  margin-bottom: 7px !important;
}
.group-product-slider .product-item-description {
  font-size: 92.857%;
  padding-right: 15px;
  margin: 15px 0 0;
}
.group-product-slider .slider-thumbs {
  margin: 0 -20px -20px;
  border-top: 1px solid #e5e5e5;
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
}
.group-product-slider .slider-thumbs .thumb-slider {
  margin-left: -5px;
  margin-right: -5px;
  display: none;
}
.group-product-slider .slider-thumbs .thumb-slider.slick-initialized {
  display: block;
}
.group-product-slider .item-thumb {
  margin: 0 -5px;
  width: unset !important;
  display: block !important;
}
.group-product-slider .item-thumb .thumb-content {
  padding: 0 10px;
  line-height: 0;
}
.group-product-slider .item-thumb .thumb-content .product-image-container {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  cursor: pointer;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.group-product-slider .slick-arrow {
  width: 37px;
  height: 70px;
  line-height: 68px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #222;
  padding: 0;
  position: absolute;
  top: 50%;
  margin: -15px 0 0;
  z-index: 20;
  opacity: 0;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.group-product-slider .slick-arrow:before {
  color: inherit;
  line-height: inherit;
  opacity: 1;
}
.group-product-slider .slick-arrow.slick-next {
  right: -21px;
  border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  -webkit-border-radius: 6px 0 0 6px;
}
.group-product-slider .slick-arrow.slick-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: 24px;
}
.group-product-slider .slick-arrow.slick-prev {
  left: -21px;
  border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0 6px 6px 0;
}
.group-product-slider .slick-arrow.slick-prev: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: 24px;
}
.group-product-slider .block-group-product:hover .slick-arrow {
  opacity: 1;
}
.deal-group .block-filterproducts {
  position: relative;
  margin: 0;
}
.deal-group .block-title {
  width: 70px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
}
.deal-group .block-title strong {
  width: 13px;
  word-wrap: break-word;
  line-height: 48px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 22px;
  text-align: center;
  margin: 25px auto 0;
}
.deal-group .products-grid .product-item {
  margin: 0;
}
.deal-group .products-grid .product-item-info {
  margin-bottom: 12px;
}
.deal-group .block-content {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  border-left: none;
  margin-left: 70px;
  position: relative;
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
}
.deal-group .block-content .deals-countdown {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: 100%;
  padding-top: 26px;
  margin: 0;
  background-color: #f5f5f5;
  border-right: 1px solid #e5e5e5;
}
.deal-group .block-content .deals-countdown .deals-time {
  border: none;
  text-align: center;
  width: 66px;
  display: block;
  margin: 0 auto 17px;
  padding: 0;
}
.deal-group .block-content .deals-countdown .deals-time .num-time {
  font-size: 171.428%;
  background-color: #fff;
  padding: 5px 0;
  margin-bottom: 3px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.deal-group .block-content .deals-countdown .deals-time .title-time {
  color: #222;
  text-transform: uppercase;
  font-size: 92.857%;
  font-weight: 700;
}
.deal-group .block-content .slider-content {
  margin-left: 110px;
  padding: 20px 10px 8px;
}
.deal-group.nav-style-2.absolute-nav .owl-theme .owl-nav [class*="owl-"].owl-next {
  right: -11px;
}
.deal-group.nav-style-2.absolute-nav .owl-theme .owl-nav [class*="owl-"].owl-prev {
  left: -11px;
}
@media (min-width: 1280px) and (max-width: 1681px) {
  .grid-categories .image-cat {
    width: 110px;
  }
  .grid-categories .child-cat {
    margin-left: 120px;
  }
  .deal-group .block-title strong {
    line-height: 40px;
  }
  .deal-group .block-content .deals-countdown {
    padding-top: 15px;
  }
  .deal-group .block-content .deals-countdown .deals-time {
    margin-bottom: 10px;
  }
  .deal-group .block-content .deals-countdown .deals-time .num-time {
    padding: 3px 0;
  }
  .group-product-slider .products-grid .product-item-info .product-item-photo:before,
  .group-product-slider .product-item-actions {
    display: none !important;
  }
  .group-product-slider .products-grid .product-item-info .image-product {
    width: 150px;
  }
  .group-product-slider .products-grid .product-item-info .product-item-details {
    margin-left: 170px;
  }
  .block-listing .ltabs-items-container {
    padding-top: 17px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .grid-categories .image-cat {
    width: 100%;
    float: none;
  }
  .grid-categories .child-cat {
    margin: 0;
    padding-top: 10px;
    float: none;
  }
  .deal-group .block-title strong {
    line-height: 39px;
  }
  .deal-group .block-content .deals-countdown {
    padding-top: 15px;
  }
  .deal-group .block-content .deals-countdown .deals-time {
    margin-bottom: 10px;
  }
  .deal-group .block-content .deals-countdown .deals-time .num-time {
    padding: 3px 0;
    font-size: 157%;
  }
  .group-product-slider .products-grid .product-item-info .image-product {
    width: 100%;
    float: none;
  }
  .group-product-slider .products-grid .product-item-info .product-item-details {
    margin: 0;
    float: none;
  }
  .group-product-slider .product-item-actions {
    width: auto;
    right: 0;
    left: 0;
  }
  .block-listing .ltabs-items-container {
    padding-top: 16px !important;
  }
  .block-listing .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li {
    margin-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid-categories .item {
    width: 50%;
  }
  .grid-categories .image-cat {
    width: 100%;
    float: none;
  }
  .grid-categories .child-cat {
    margin: 0;
    padding-top: 10px;
    float: none;
  }
  .deal-group .block-title strong {
    line-height: 36px;
  }
  .deal-group .block-content .deals-countdown {
    padding-top: 15px;
  }
  .deal-group .block-content .deals-countdown .deals-time {
    margin-bottom: 10px;
  }
  .deal-group .block-content .deals-countdown .deals-time .num-time {
    padding: 3px 0;
    font-size: 133%;
  }
  .group-product-slider .products-grid .product-item-info .image-product {
    width: 100%;
    float: none;
  }
  .group-product-slider .products-grid .product-item-info .product-item-details {
    margin: 0;
    float: none;
  }
  .group-product-slider .product-item-actions {
    width: auto;
    right: 0;
    left: 0;
  }
  .block-listing .ltabs-items-container {
    padding-top: 16px !important;
  }
  .block-listing .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .grid-categories .item {
    width: 50%;
  }
  .grid-categories .image-cat {
    width: 100%;
    float: none;
  }
  .grid-categories .child-cat {
    margin: 0;
    padding-top: 10px;
    float: none;
  }
  .deal-group .block-title strong {
    line-height: 36px;
  }
  .deal-group .block-content .deals-countdown {
    padding-top: 15px;
  }
  .deal-group .block-content .deals-countdown .deals-time {
    margin-bottom: 10px;
  }
  .deal-group .block-content .deals-countdown .deals-time .num-time {
    padding: 3px 0;
    font-size: 133%;
  }
  .group-product-slider .products-grid .product-item-info .image-product {
    width: 100%;
    float: none;
  }
  .group-product-slider .products-grid .product-item-info .product-item-details {
    margin: 0;
    float: none;
  }
  .group-product-slider .product-item-actions {
    width: auto;
    right: 0;
    left: 0;
  }
  .block-listing .cms-container {
    margin: 10px;
    width: auto;
  }
  .block-listing .cms-container img {
    width: 100%;
  }
  .block-listing .ltabs-items-container {
    padding-top: 10px !important;
    float: none;
    margin: 0 !important;
    width: auto !important;
  }
  .block-listing .sm-listing-tabs .ltabs-wrap {
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
  }
  .block-listing .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container {
    right: -1px;
  }
  .block-listing .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li {
    margin-left: 20px;
  }
  .block-listing .block-content {
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
  }
  .deal-group .block-title {
    position: static;
    padding: 5px 20px;
    width: auto;
    margin: 0 !important;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
  }
  .deal-group .block-title strong {
    width: auto;
    word-wrap: unset;
    letter-spacing: unset;
    text-align: unset;
    margin: 0;
  }
  .deal-group .block-content {
    margin: 0;
    border: 1px solid #e5e5e5;
    border-top: none;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
  }
  .deal-group .block-content .deals-countdown {
    width: auto;
    position: static;
    padding: 20px;
    border: none;
  }
  .deal-group .block-content .deals-countdown .deals-time {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    width: 50px;
  }
  .deal-group .block-content .deals-countdown .deals-time:last-child {
    margin: 0;
  }
  .deal-group .block-content .slider-content {
    margin: 0;
  }
  .group-banner .column-1,
  .group-banner .column-2,
  .group-banner .column-3,
  .group-banner .column-4 {
    margin: 0;
  }
  .group-banner img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .block-categories .cat-wrap .item {
    float: none;
    width: 100%;
  }
}
.sidebar-home {
  float: right;
  width: 270px;
}
.sidebar-home .sidebar .block .block-title {
  margin-bottom: 0 !important;
  padding: 10px 20px 8px;
}
.sidebar-home .sidebar .block .block-title strong {
  color: inherit !important;
  font-size: 128.571% !important;
  font-weight: 400;
}
.sidebar-home .sidebar .owl-theme .owl-dots {
  border-top: 1px solid #e5e5e5;
  padding-top: 13px;
}
.sidebar-home .sidebar .owl-theme .owl-dots .owl-dot span {
  margin: 5px 5px 0;
}
.sidebar-home .product-type-list .image-product {
  width: 90px;
}
.sidebar-home .product-type-list .product-item-info {
  border: none;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.sidebar-home .product-type-list .product-item-info .product-item-name {
  margin-bottom: 0;
}
.sidebar-home .product-type-list .product-item-info .product-item-details .price-box {
  margin-top: -2px !important;
}
.sidebar-home .block-slider-post .info-post {
  padding: 15px 0 7px;
}
.sidebar-home .block-slider-post .post-date {
  font-size: 92.857%;
  margin-bottom: 8px;
}
.sidebar-home .block-slider-post .post-title {
  font-size: 114.285%;
  text-transform: uppercase;
  font-weight: 500;
}
.sidebar-home .block-slider-post .post-read-more,
.sidebar-home .block-slider-post .post-short-description {
  display: none;
}
.client-sidebar {
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.client-sidebar .client-image-sidebar {
  width: 111px;
  height: 111px;
  overflow: hidden;
  margin: 0 auto 15px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.client-sidebar .client-info {
  text-align: center;
}
.client-sidebar .client-info .client-name {
  font-size: 128.571%;
  font-weight: 700;
  color: #282828;
  margin-bottom: 8px;
}
.client-sidebar .client-info .client-comment {
  margin-bottom: 7px;
}
.main-home {
  float: left;
  padding-right: 30px;
  width: calc(100% - 270px);
}
.main-home .sm-listing-tabs {
  margin-bottom: 0;
}
.banner-sidebar-main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.services-sidebar {
  border: none;
  padding: 0;
  background: none;
}
.services-sidebar ul li {
  margin-bottom: 5px;
  clear: both;
  float: none;
  width: 100%;
}
.services-sidebar ul li .item {
  padding: 10px 10px 10px 20px;
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
  display: table;
  width: 100%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.services-sidebar ul li:hover .item {
  background-color: #fff;
}
.categories-slider.style-2 .block-categories {
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.categories-slider.style-2 .content-box {
  padding: 18px 13.5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.categories-slider.style-2 .content-box .image-cat {
  margin-bottom: 15px;
}
.categories-slider.style-2 .content-box .cat-title a {
  text-transform: uppercase;
  font-size: 98%;
}
.slider-type-list.hidden-title .block-title {
  display: none !important;
}
.slider-type-list .block-filterproducts {
  margin-bottom: 30px;
}
.slider-type-list .block-content .deals-countdown {
  float: left;
  width: 110px;
  margin: 0;
  padding: 20px 20px 16px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.slider-type-list .block-content .deals-countdown .deals-time {
  display: block;
  margin: 0 0 3px;
  text-align: center;
  border: none;
  padding: 0;
}
.slider-type-list .block-content .deals-countdown .deals-time:last-child {
  margin-bottom: 0;
}
.slider-type-list .block-content .deals-countdown .deals-time .num-time {
  background-color: #fff;
  height: 46px;
  line-height: 46px;
  font-size: 171.428%;
  margin-bottom: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.slider-type-list .block-content .deals-countdown .deals-time .title-time {
  text-transform: uppercase;
  font-size: 95.714%;
  font-weight: 700;
}
.slider-type-list .block-content .slider-content {
  width: calc(100% - 120px);
  float: right;
}
.slider-type-list .block-content:after {
  content: "";
  display: block;
  clear: both;
}
.slider-type-list .products-grid .product-item {
  margin: 0;
}
.slider-type-list .products-grid .product-item-info {
  border: 1px solid #e5e5e5 !important;
  padding: 19px;
  margin: 0;
  display: table;
  width: 100%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
}
.slider-type-list .products-grid .product-item-info .image-product {
  float: left;
  width: 270px;
}
.slider-type-list .products-grid .product-item-info .product-item-photo:before {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
.slider-type-list .products-grid .product-item-info .product-item-details {
  width: calc(100% - 290px);
  float: right;
  padding: 20px 0 0;
}
.slider-type-list .products-grid .product-item-info .product-item-details .product-item-actions {
  display: none !important;
}
.slider-type-list .products-grid .product-item-info .product-item-details .product-item-name {
  font-size: 128.571%;
  max-height: unset;
  margin-bottom: 15px;
}
.slider-type-list .products-grid .product-item-info .product-item-details .product-reviews-summary {
  margin-bottom: 15px;
}
.slider-type-list .products-grid .product-item-info .product-item-details .price-box {
  margin-bottom: 20px;
}
.slider-type-list .products-grid .product-item-info .product-item-details .product-item-description {
  margin: 0;
  font-size: 92.857%;
}
.slider-type-list .products-grid .product-item-info:after {
  content: "";
  display: block;
  clear: both;
}
.block-primary.product-banner .block-content,
.block-primary .sm-listing-tabs .block-content {
  background-color: #fff;
}
.border-radius .owl-theme .owl-nav [class*="owl-"] {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
/**
 * Responsive header 1
 */
@media (max-width: 1680px) {
  .sidebar-home,
  .main-home {
    clear: both;
    float: none;
    padding: 0;
    width: 100%;
  }
  .home-page-3 .banner-image img {
    width: 100%;
  }
  .sidebar-home {
    padding-bottom: 40px;
    padding-top: 10px;
  }
  .sidebar-home .services-sidebar {
    margin-left: -15px;
    margin-right: -15px;
  }
  .sidebar-home .services-sidebar ul::after {
    content: "";
    display: block !important;
    clear: both;
  }
  .sidebar-home .services-sidebar ul > li {
    float: left;
    width: 20%;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
  }
  .sidebar-home .services-sidebar ul > li .item {
    padding: 10px;
  }
  .sidebar-home .slider-product-sidebar {
    margin-bottom: 40px !important;
  }
  .sidebar-home .banner-sidebar-main {
    margin-left: -15px;
    margin-right: -15px;
  }
  .sidebar-home .banner-sidebar-main ul::after {
    content: "";
    display: block !important;
    clear: both;
  }
  .sidebar-home .banner-sidebar-main ul li {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sidebar-home .sidebar .block .block-title {
    display: inline-block;
  }
  .sidebar-home .sidebar .block .block-content {
    border-top: 1px solid #ddd;
  }
  .sidebar-home .block-brand-slider {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-home .services-sidebar ul > li {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-home .banner-sidebar-main ul li {
    width: 50%;
  }
  .sidebar-home .services-sidebar ul > li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .sidebar-home .banner-sidebar-main ul li {
    width: 100%;
    clear: both;
  }
  .sidebar-home .services-sidebar ul > li {
    width: 100%;
    clear: both;
  }
  .slider-type-list .block-content .deals-countdown {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .slider-type-list .block-content .deals-countdown::after {
    content: "";
    display: block !important;
    clear: both;
  }
  .slider-type-list .block-content .deals-countdown .deals-time {
    float: left;
    margin: 0 10px 0 0;
  }
  .slider-type-list .block-content .deals-countdown .deals-time .num-time {
    padding: 0 10px;
  }
  .slider-type-list .block-content .slider-content {
    float: none;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .slider-type-list .products-grid .product-item-info .image-product,
  .slider-type-list .products-grid .product-item-info .product-item-details {
    float: none;
    width: 100%;
  }
}
.title-color .block-title {
  text-align: center;
  margin-bottom: 30px !important;
}
.title-color .block-title strong {
  font-size: 257.142% !important;
  text-transform: uppercase;
}
.top-new {
  text-align: center;
  background-color: #fff;
  padding: 12px 0;
  position: relative;
  z-index: 10;
  color: #444;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
.top-new strong {
  color: #222;
}
.top-new a {
  text-decoration: underline;
}
.top-new a:hover {
  text-decoration: none;
}
.home-page-4 .slider-style-1.nav-circle-opacity .owl-theme .owl-nav [class*="owl-"].owl-prev {
  left: 30px;
}
.home-page-4 .slider-style-1.nav-circle-opacity .owl-theme .owl-nav [class*="owl-"].owl-next {
  right: 30px;
}
.home-page-4 .slider-style-1 .owl-theme .owl-dots {
  bottom: 20px;
}
.nav-style-3 .owl-theme .owl-nav [class*="owl-"] {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #ababab;
  padding: 0;
  color: #fff;
  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;
}
.nav-style-3 .owl-theme .owl-nav [class*="owl-"]:before {
  font-size: 24px;
}
.nav-style-3.nav-style-3.absolute-nav .owl-theme .owl-nav {
  margin: 0;
}
.nav-style-3.nav-style-3.absolute-nav .owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  margin-top: -25px;
}
.nav-style-3.nav-style-3.absolute-nav .owl-theme .owl-nav [class*="owl-"].owl-next {
  right: 0;
}
.nav-style-3.nav-style-3.absolute-nav .owl-theme .owl-nav [class*="owl-"].owl-prev {
  left: 0;
}
.cat-slider .block-content {
  margin-left: -15px;
  margin-right: -15px;
}
.cat-slider .content-box {
  text-align: center;
}
.cat-slider .content-box:hover .image-cat:before {
  opacity: 1;
}
.cat-slider .content-box:hover .image-cat img {
  opacity: 1;
}
.cat-slider .image-cat {
  padding: 15px;
  background: url("../images/bg-cat.png") no-repeat top center;
  background-size: 100% auto;
  position: relative;
}
.cat-slider .image-cat:before {
  content: "";
  display: block;
  background: url("../images/bg-cat.png") no-repeat bottom center;
  background-size: 100% auto;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.cat-slider .image-cat a {
  position: relative;
  z-index: 10;
}
.cat-slider .image-cat img {
  width: 100% !important;
  max-height: unset;
  opacity: .4;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.cat-slider .image-cat img.lazyload {
  opacity: 1;
}
.cat-slider .child-cat .cat-title {
  font-weight: 700;
  font-size: 114.285%;
  margin-top: -55px;
  padding-top: 10px;
  position: relative;
  z-index: 15;
}
.cat-slider .nav-style-3.absolute-nav .owl-theme .owl-nav [class*="owl-"] {
  margin-top: -20px;
}
.cat-slider .nav-style-3.absolute-nav .owl-theme .owl-nav [class*="owl-"].owl-next {
  right: 25px;
}
.cat-slider .nav-style-3.absolute-nav .owl-theme .owl-nav [class*="owl-"].owl-prev {
  left: 25px;
}
.banner-group .banner-left {
  float: left;
  width: 50%;
  padding-right: 30px;
}
.banner-group .banner-center {
  float: left;
  width: 24.20%;
}
.banner-group .banner-right {
  float: right;
  width: 24.20%;
}
.product-home-full .block {
  margin: 0;
}
.product-home-full .products.wrapper.products-grid .product-items {
  margin: 0;
}
.product-home-full .products.wrapper.products-grid .product-items .product-item {
  padding: 0;
}
.product-home-full .product-item-info {
  margin: 0;
}
.title-color .block-tablisting .block-title {
  margin-bottom: 20px !important;
}
.block-tablisting .products.wrapper.products-grid .product-items,
.block-tablisting .block {
  margin: 0;
}
.block-tablisting .block-content {
  margin-left: -8px;
  margin-right: -8px;
}
.block-tablisting .sm-listing-tabs .ltabs-tabs-container {
  text-align: center;
}
.block-tablisting .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
  text-transform: uppercase;
  font-weight: 700;
  color: #222;
  border: none;
  margin: 0 20px;
}
.block-tablisting .nav-style-3.nav-style-3.absolute-nav .owl-theme .owl-nav [class*="owl-"] {
  top: 32.8%;
}
.block-tablisting .nav-style-3.nav-style-3.absolute-nav .owl-theme .owl-nav [class*="owl-"].owl-next {
  right: 18px;
}
.block-tablisting .nav-style-3.nav-style-3.absolute-nav .owl-theme .owl-nav [class*="owl-"].owl-prev {
  left: 18px;
}
.title-description .block .block-title {
  display: none !important;
}
.title-description .block.block-title-description .block-title {
  display: block !important;
  margin-bottom: 45px !important;
}
.deal-full {
  background: url("../images/bg-deal-full.jpg") no-repeat top center;
  background-size: cover;
}
.deal-full .block {
  margin: 0;
}
.deal-full .products-grid .product-item {
  margin-bottom: 0 !important;
}
.deal-full .products-grid .product-item-info {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 0;
  display: table;
  width: 100% !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.deal-full .products-grid .product-item-info::after {
  content: "";
  display: block !important;
  clear: both;
}
.deal-full .products-grid .product-item-info .image-product {
  float: left;
  width: 300px;
}
.deal-full .products-grid .product-item-info .product-item-details {
  margin-left: 320px;
  text-align: left;
  padding: 10px 0 0;
}
.deal-full .products-grid .product-item-info .product-item-details .product-item-name {
  font-size: 128.571%;
  max-height: unset;
  margin-bottom: 5px;
  overflow: visible;
}
.deal-full .products-grid .product-item-info .product-item-details .price-box {
  margin-bottom: 15px;
}
.deal-full .products-grid .product-item-info .product-item-details .price-box .special-price .price {
  font-size: 171.428%;
}
.deal-full .products-grid .product-item-info .product-item-details .price-box .old-price .price {
  font-size: 142.857%;
  top: 4px;
}
.deal-full .products-grid .product-item-info .product-item-details .product-reviews-summary {
  margin-bottom: 3px;
}
.deal-full .products-grid .product-item-info .product-item-details .deal-title {
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  margin-bottom: 15px;
}
.deal-full .deals-countdown .deals-time {
  border: none;
  padding: 0;
  min-width: 50px;
  float: left;
  margin-right: 5px;
}
.deal-full .deals-countdown .deals-time .num-time {
  height: 40px;
  line-height: 40px;
  font-size: 142.857%;
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
}
.deal-full .deals-countdown .deals-time .title-time {
  background-color: #444;
  color: #fff;
  font-size: 85.714%;
  height: 29px;
  line-height: 29px;
  border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
}
.deal-full .owl-stage-outer {
  margin-bottom: 45px;
}
.dots-style-1 .owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background-color: #c0bdbc;
  margin: 5px 8px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.clients-container {
  background: url("../images/bg-client-full.jpg") no-repeat top center;
  background-size: cover;
  padding: 45px 0 50px;
}
.clients-slider {
  max-width: 1070px;
  margin: 0 auto;
}
.clients-slider .client-image-slick {
  max-width: 575px;
  margin: 0 auto;
  display: none;
}
.clients-slider .client-image-slick.slick-initialized {
  display: block;
}
.clients-slider .client-image-slick .slick-slide {
  opacity: .6;
  cursor: pointer;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.clients-slider .client-image-slick .slick-slide.slick-current {
  opacity: 1;
}
.clients-slider .client-image-slick .image-content {
  width: 90px;
  margin: 0 auto;
  border: 2px solid #fff;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.clients-slider .client-image-slick .image-content:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
}
.clients-slider .client-main {
  display: none;
}
.clients-slider .client-main.slick-initialized {
  display: block;
}
.clients-slider .client-main .info-content {
  text-align: center;
  color: #fff;
}
.clients-slider .client-main .info-content .name-client {
  font-size: 257.142%;
  font-weight: 700;
}
.clients-slider .client-main .info-content .job-client {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.clients-slider .client-main .info-content .description-client {
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 142.857%;
  padding: 40px 100px;
  margin-bottom: 50px;
  position: relative;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.clients-slider .slick-arrow {
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  color: #222;
  width: 50px;
  height: 50px;
  text-align: center;
  position: absolute;
  border: none !important;
  z-index: 20;
  padding: 0 !important;
  margin-top: 30px;
  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;
}
.clients-slider .slick-arrow:hover {
  color: #fff;
}
.clients-slider .slick-arrow.slick-next:after {
  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: 24px;
}
.clients-slider .slick-arrow.slick-prev:after {
  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: 24px;
}
.clients-slider .slick-arrow:after {
  line-height: 50px !important;
}
.clients-slider .slick-arrow:before,
.clients-slider .slick-arrow span {
  display: none !important;
}
.clients-slider:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.brand-slider-2 .item {
  border: 1px solid transparent;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
/**
 * Responsive
 */
@media (max-width: 1440px) {
  .cat-slider .child-cat .cat-title {
    margin-top: -35px;
  }
}
@media (max-width: 1199px) {
  .clients-slider {
    max-width: 80%;
  }
  .clients-slider .client-main .info-content .description-client {
    max-width: unset;
    padding: 40px 30px;
    font-size: 116.67%;
  }
  .deal-full .products-grid .product-item-info .image-product {
    float: none;
    width: 100%;
  }
  .deal-full .products-grid .product-item-info .product-item-details {
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-group .banner-left {
    padding-right: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-group .banner-left {
    padding-right: 12px;
  }
}
@media (max-width: 767px) {
  .deal-full .deals-countdown .deals-time {
    min-width: 45px;
  }
  .banner-group .banner-left {
    padding-right: 9px;
  }
}
@media (max-width: 480px) {
  .banner-group .banner-left,
  .banner-group .banner-center,
  .banner-group .banner-right {
    clear: both;
    width: 100%;
    padding: 0;
  }
}
.slider-style-1.slider-new .owl-theme .owl-nav [class*="owl-"] {
  background-color: rgba(0, 0, 0, 0.15);
}
.slider-style-1.slider-new .owl-theme .owl-nav [class*="owl-"].owl-prev {
  left: 30px;
}
.slider-style-1.slider-new .owl-theme .owl-nav [class*="owl-"].owl-next {
  right: 30px;
}
.slider-style-1.slider-new .owl-theme .owl-dots {
  bottom: 20px;
}
.slider-style-1.slider-new .owl-theme .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  margin: 0 6px;
  padding: 2px !important;
  background-color: transparent !important;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.slider-style-1.slider-new .owl-theme .owl-dots .owl-dot:before {
  display: none;
}
.slider-style-1.slider-new .owl-theme .owl-dots .owl-dot span {
  background-color: #bcb6b4;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  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;
}
.collection-home .item-collection {
  margin-bottom: 40px;
}
.collection-home .banner-image {
  margin-bottom: 20px;
}
.collection-home .info-collection {
  text-align: center;
}
.collection-home .name-collection {
  margin-bottom: 4px;
}
.collection-home .name-collection a {
  text-transform: uppercase;
  font-size: 171.428%;
}
.collection-home .description-collection {
  margin-bottom: 17px;
}
.collection-home .ex-button a {
  display: inline-block;
  border: 1px solid #222;
  color: #222;
  padding: 0 25px;
  text-transform: uppercase;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.collection-home .ex-button a:hover {
  background-color: #222;
  color: #fff;
}
.list-services {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-services li {
  float: left;
  width: 25%;
  margin: 0;
}
.list-services .item-service {
  background-color: transparent;
  text-align: center;
  padding: 32px 10px 33px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.list-services .item-service:hover {
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.list-services .service-icon {
  margin-bottom: 7px;
}
.list-services .title-service {
  text-transform: uppercase;
  color: #222;
  font-size: 114.285%;
}
.full-banner {
  padding: 0 20px;
}
.list-banner {
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
  list-style: none;
}
.list-banner li {
  float: left;
  width: 25%;
  padding: 0 10px;
}
.list-banner .item-banner {
  margin-bottom: 20px;
  position: relative;
}
.list-banner .btn-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.list-banner .btn-banner a {
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  min-width: 108px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background-color: #fff;
  color: #222;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.group-title {
  text-align: center;
}
.group-title .top-title {
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 2px;
}
.group-title .primary-title {
  font-size: 214.285%;
  text-transform: uppercase;
  color: #222;
}
.list-instagrams {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-instagrams li {
  float: left;
  margin: 0;
  width: 16.666666666667%;
}
.list-instagrams li a {
  display: block;
  position: relative;
}
.list-instagrams li a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.list-instagrams li a:after {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  z-index: 15;
  content: '\ea92';
  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: 30px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.list-instagrams li a:hover:after,
.list-instagrams li a:hover:before {
  opacity: 1;
  visibility: visible;
}
.block-group-title .block .block-title {
  display: none;
}
.product-slider .owl-carousel .owl-item:hover {
  position: relative;
  z-index: 10;
}
.grid-slider-product .products-grid .product-item {
  margin: 0;
}
.grid-slider-product .products-grid .product-item .product-item-info {
  margin: 10px 0;
}
.grid-slider-product .slider-content {
  margin-left: -25px;
  margin-right: -25px;
}
.grid-slider-product .block-filterproducts {
  margin-bottom: 0;
}
.grid-slider-product .nav-style-3.nav-style-3.absolute-nav .owl-theme .owl-nav [class*="owl-"].owl-next {
  right: -5px;
  top: 37%;
}
.grid-slider-product .nav-style-3.nav-style-3.absolute-nav .owl-theme .owl-nav [class*="owl-"].owl-prev {
  left: -5px;
  top: 37%;
}
.grid-slider-product.small-products .nav-style-3.nav-style-3.absolute-nav .owl-theme .owl-nav [class*="owl-"].owl-next {
  right: -5px;
  top: 34%;
}
.grid-slider-product.small-products .nav-style-3.nav-style-3.absolute-nav .owl-theme .owl-nav [class*="owl-"].owl-prev {
  left: -5px;
  top: 34%;
}
.top-countdown .deals-countdown {
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 20;
}
.top-countdown .deals-countdown .deals-time {
  min-width: 50px;
  height: 60px;
  text-transform: uppercase;
  background-color: #fff;
  border: none;
  padding: 0 5px;
  margin: 0 1px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.top-countdown .deals-countdown .deals-time .num-time {
  color: #222;
  font-size: 142.857%;
  margin: 10px 0 4px;
  line-height: 1;
  font-weight: normal;
}
.top-countdown .deals-countdown .deals-time .title-time {
  font-size: 85.714%;
  color: #888;
}
.slider-brand a img:not(.lazyload) {
  opacity: .5;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.slider-brand a img:not(.lazyload):hover {
  opacity: 1;
}
.slider-brand .nav-style-3.nav-style-3.absolute-nav .owl-theme .owl-nav [class*="owl-"].owl-next {
  right: -30px;
}
.slider-brand .nav-style-3.nav-style-3.absolute-nav .owl-theme .owl-nav [class*="owl-"].owl-prev {
  left: -30px;
}
.list-post .item:after {
  content: "";
  display: block;
  clear: both;
}
.list-post .image-post {
  float: left;
  width: 300px;
}
.list-post .info-post {
  float: right;
  width: calc(100% - 330px);
  padding-top: 12px;
}
.list-post .post-title {
  margin-bottom: 5px;
}
.list-post .post-title a {
  font-size: 128.571%;
}
.list-post .post-read-more a {
  text-transform: uppercase;
  font-size: 85.714%;
}
.list-post .post-read-more a:after {
  margin-left: 3px;
  position: relative;
  top: 1px;
  content: '\e91c';
  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;
}
.list-post .post-short-description {
  margin-bottom: 20px;
}
.list-post .post-date {
  margin-bottom: 10px;
}
.list-post .post-date .day {
  font-size: 357.142%;
  color: #222;
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
}
.list-post .post-date .month-year {
  font-size: 92.857%;
  vertical-align: bottom;
  display: inline-block;
  line-height: 1;
  position: relative;
  top: -6px;
  margin: 0 10px;
}
.list-post .nav-style-3.nav-style-3.absolute-nav .owl-theme .owl-nav [class*="owl-"].owl-next {
  right: -30px;
}
.list-post .nav-style-3.nav-style-3.absolute-nav .owl-theme .owl-nav [class*="owl-"].owl-prev {
  left: -30px;
}
/**
 * Responsive
 */
@media (min-width: 992px) and (max-width: 1199px) {
  .list-post .image-post,
  .list-post .info-post {
    float: none;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .collection-home .name-collection a {
    font-size: 140%;
  }
  .list-post .image-post,
  .list-post .info-post {
    float: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .list-post .image-post,
  .list-post .info-post {
    float: none;
    width: 100%;
  }
  .collection-home .banner-image img {
    width: 100%;
  }
  .list-banner li,
  .list-services li {
    width: 50%;
  }
  .list-banner li:nth-child(2n+1),
  .list-services li:nth-child(2n+1) {
    clear: both;
  }
  .top-countdown .deals-countdown {
    position: static;
    padding-top: 10px;
  }
  .top-countdown .deals-countdown .deals-time {
    margin-bottom: 8px;
  }
}
@media (max-width: 480px) {
  .list-instagrams li {
    width: 50%;
  }
  .list-banner li,
  .list-services li {
    width: 100%;
  }
}
/**
 * Dots horizontal
 */
.dot-horizontal .owl-theme .owl-dots {
  position: absolute;
  margin: 0 !important;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.dot-horizontal .owl-theme .owl-dots .owl-dot {
  display: block;
  padding: 10px 0 !important;
  width: 60px;
}
.dot-horizontal .owl-theme .owl-dots .owl-dot span {
  float: right;
  margin: 0;
  padding: 0;
  background-color: #fff;
  display: block;
  width: 30px;
  height: 3px;
  opacity: .5;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.dot-horizontal .owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
}
.dot-horizontal .owl-theme .owl-dots .owl-dot.active span {
  opacity: 1;
  width: 60px;
}
/**
 * Services
 */
.services-list.list-style-2 {
  border: none;
  padding: 35px 10px 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.services-list.list-style-2 ul li {
  width: 25%;
  margin-bottom: 35px;
}
.services-list.list-style-2 .item-icon {
  text-align: center;
}
.services-list.list-style-2 .item-info {
  padding-top: 5px;
}
/**
 * Big group title
 */
.big-group-title .block-title {
  display: none;
}
.big-group-title .group-title {
  text-align: unset;
  position: relative;
}
.big-group-title .group-title .primary-title {
  font-weight: 700;
  font-size: 342.857%;
  line-height: 1.3;
  text-transform: capitalize;
}
.big-group-title .group-title .bottom-title {
  letter-spacing: 1.2px;
}
.big-group-title .btn-viewall {
  background-color: #f5f6fa;
  text-transform: uppercase;
  padding: 17px 30px;
  position: absolute;
  top: 23px;
  right: 0;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
/**
 * Navigation style 4
 */
.nav-style-4 .owl-theme .owl-nav {
  margin: 0;
}
.nav-style-4 .owl-theme .owl-nav [class*="owl-"] {
  width: 60px;
  height: 60px;
  line-height: 58px;
  background-color: #fff;
  color: #222;
  border: 1px solid #222;
  padding: 0;
  text-align: center;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.nav-style-4 .owl-theme .owl-nav [class*="owl-"]:before {
  font-size: 24px;
}
.nav-style-4.absolute-nav .owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  margin: -30px 0 0;
}
.nav-style-4.absolute-nav .owl-theme .owl-nav [class*="owl-"].owl-next {
  right: 0;
}
.nav-style-4.absolute-nav .owl-theme .owl-nav [class*="owl-"].owl-prev {
  left: 0;
}
/**
 * Featured categories
 */
.featured-cat .content-box {
  background-color: #fff;
  text-align: center;
  padding-bottom: 25px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.featured-cat .content-box:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.featured-cat .cat-title a {
  font-size: 171.428%;
  font-weight: 700;
}
.featured-cat .cat-title .count {
  display: block;
}
.featured-cat .child-cat {
  padding-top: 10px;
}
.featured-cat.stagepadding .owl-stage {
  padding-top: 20px;
  padding-bottom: 20px;
}
.featured-cat.stagepadding .block-categories {
  margin-left: -20px;
  margin-right: -20px;
}
.featured-cat.stagepadding .block-title {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px !important;
}
.featured-cat.stagepadding .block-title strong {
  font-size: 342.857% !important;
}
.featured-cat.nav-style-4.absolute-nav .owl-theme .owl-nav [class*="owl-"].owl-next {
  right: -60px;
}
.featured-cat.nav-style-4.absolute-nav .owl-theme .owl-nav [class*="owl-"].owl-prev {
  left: -60px;
}
.block-slider .block {
  margin: 0;
}
.block-slider.stagepadding .block {
  margin-left: -10px;
  margin-right: -10px;
}
.block-slider.stagepadding .owl-carousel .owl-stage {
  padding-top: 10px;
  padding-bottom: 10px;
}
.block-slider .products-grid .product-item {
  margin: 0;
}
.block-product-slider .nav-style-4.absolute-nav .owl-theme .owl-nav [class*="owl-"].owl-prev {
  left: -70px;
}
.block-product-slider .nav-style-4.absolute-nav .owl-theme .owl-nav [class*="owl-"].owl-next {
  right: -70px;
}
/**
 * Grid products
 */
.block-product-grid .product-items {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}
.block-product-grid .product-items .item {
  width: 25% !important;
  padding: 0 15px !important;
  margin: 0 !important;
}
.block-product-grid .products-grid .product-item-info {
  margin-bottom: 30px;
}
/**
 * Full countdown
 */
.full-countdown {
  background: url("../images/bg-countdown.jpg") no-repeat top center;
  background-size: cover;
  min-height: 700px;
  padding: 120px 15px 50px;
}
.full-countdown .count-title {
  color: #fff;
  font-size: 285.714%;
  font-weight: 700;
  margin-bottom: 5px;
}
.full-countdown .count-description {
  color: #fff;
  font-size: 171.428%;
  margin-bottom: 35px;
}
.full-countdown .count-sub-title {
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 1.2px;
  font-weight: 500;
}
.full-countdown .btn-shopnow {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  padding: 15px 45px;
  text-transform: uppercase;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.full-countdown .btn-shopnow:hover {
  background-color: #fff;
  color: #222;
}
.countdown-static {
  margin-bottom: 35px;
}
.countdown-static .deals-time {
  float: left;
  background-color: #fff;
  min-width: 80px;
  text-align: center;
  color: #222;
  padding: 10px 5px 15px;
}
.countdown-static .deals-time:not(:last-child) {
  margin-right: 30px;
}
.countdown-static .num-time {
  font-size: 214.285%;
  font-weight: 700;
}
.countdown-static .title-time {
  text-transform: uppercase;
}
/**
 * List brand
 */
.brand-full-list {
  padding: 40px 0;
  border-top: 1px solid #edeff4;
  border-bottom: 1px solid #edeff4;
}
.brand-full-list a img {
  opacity: .5;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.brand-full-list a img:hover {
  opacity: 1;
}
/**
 * Blog news
 */
.block-news.stagepadding .block-content {
  margin-left: -20px;
  margin-right: -20px;
}
.block-news.stagepadding .owl-stage {
  padding-top: 20px;
  padding-bottom: 20px;
}
.block-news.new-shadow .item {
  background-color: #fff;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.block-news.new-shadow .item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.block-news.new-shadow .post-read-more {
  display: none;
}
.block-news.new-shadow .image-post img {
  opacity: 1 !important;
}
.block-news.new-shadow .info-post {
  padding: 20px 20px 30px;
}
.block-news.new-shadow .post-title a {
  text-transform: capitalize;
  font-size: 171.428%;
  font-weight: 700;
}
.block-news.new-shadow .post-short-description {
  font-size: 100%;
}
.block-news.new-shadow .nav-style-4.absolute-nav .owl-theme .owl-nav [class*="owl-"] {
  top: 32%;
}
.block-news.new-shadow .nav-style-4.absolute-nav .owl-theme .owl-nav [class*="owl-"].owl-next {
  right: -60px;
}
.block-news.new-shadow .nav-style-4.absolute-nav .owl-theme .owl-nav [class*="owl-"].owl-prev {
  left: -60px;
}
/**
 * Newsletter
 */
.newsletter-home .block.newsletter {
  width: 100%;
  margin-top: 10px;
}
.newsletter-home .block.newsletter .title {
  display: none;
}
.newsletter-home .form.subscribe {
  display: table;
  width: 100%;
}
.newsletter-home .field.newsletter {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
.newsletter-home .control:before {
  display: none !important;
}
.newsletter-home .control label {
  display: block;
  margin: 0 !important;
}
.newsletter-home .control input {
  height: 70px;
  background-color: #fff;
  border: none;
  padding: 0 10px 0 30px;
  font-size: 128.571%;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.newsletter-home .actions {
  display: table-cell;
  vertical-align: top;
}
.newsletter-home .actions button {
  position: static;
  width: auto;
  height: 70px;
  line-height: 70px;
  padding: 0 50px;
  background-color: #222;
  color: #fff;
  font-size: 128.571%;
  font-weight: 700;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
/**
 * Responsive
 */
@media (max-width: 1440px) {
  .featured-cat.nav-style-4.absolute-nav .owl-theme .owl-nav [class*="owl-"].owl-next,
  .block-news.new-shadow .nav-style-4.absolute-nav .owl-theme .owl-nav [class*="owl-"].owl-next {
    right: 20px;
  }
  .featured-cat.nav-style-4.absolute-nav .owl-theme .owl-nav [class*="owl-"].owl-prev,
  .block-news.new-shadow .nav-style-4.absolute-nav .owl-theme .owl-nav [class*="owl-"].owl-prev {
    left: 20px;
  }
  .block-product-slider .nav-style-4.absolute-nav .owl-theme .owl-nav [class*="owl-"].owl-next {
    right: 9px;
  }
  .block-product-slider .nav-style-4.absolute-nav .owl-theme .owl-nav [class*="owl-"].owl-prev {
    left: 9px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .services-list.list-style-2 {
    margin-top: 60px !important;
  }
  .services-list.list-style-2 ul li {
    width: 50%;
  }
  .block-boxed {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .block-product-grid .product-items .item {
    width: 33.3333333333% !important;
  }
  .big-group-title .group-title .primary-title {
    font-size: 300%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .services-list.list-style-2 {
    margin-top: 60px !important;
  }
  .services-list.list-style-2 ul li {
    width: 50%;
  }
  .block-boxed {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .block-product-grid .product-items .item {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .services-list.list-style-2 {
    margin-top: 60px !important;
  }
  .services-list.list-style-2 ul li {
    width: 100%;
  }
  .block-boxed {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .block-product-grid .product-items .item {
    width: 50% !important;
  }
}
@media (max-width: 480px) {
  .block-product-grid .product-items .item {
    width: 100% !important;
  }
  .big-group-title .btn-viewall {
    position: static;
    display: table;
    margin-top: 20px;
  }
  .countdown-static .deals-time {
    min-width: 60px;
    margin-bottom: 15px;
  }
  .countdown-static .deals-time:not(:last-child) {
    margin-right: 15px;
  }
  .countdown-static .num-time {
    font-size: 150%;
  }
  .newsletter-home .block.newsletter .form.subscribe {
    display: block;
    width: 100%;
  }
  .newsletter-home .field.newsletter {
    display: block;
    width: 100%;
  }
  .newsletter-home .actions {
    display: block;
    width: 100%;
  }
  .newsletter-home .actions button {
    width: 100%;
    margin: 0 !important;
  }
}
/**
 * Dots simple
 */
.dots-simple .owl-theme .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  background-color: #a59eae;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.dots-simple .owl-theme .owl-dots .owl-dot:before {
  display: none;
}
.slider-style-1.dots-simple .owl-theme .owl-dots {
  bottom: 15px;
}
/**
 * Navigation style 7
 */
.nav-style-7 .owl-theme .owl-nav [class*="owl-"] {
  width: 36px;
  height: 36px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  text-align: center;
  line-height: 34px;
  margin: 0 3px;
  color: #222;
  padding: 0;
  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;
}
.nav-style-7 .owl-theme .owl-nav [class*="owl-"]:before {
  font-size: 18px;
}
.nav-style-7 .owl-theme .owl-nav [class*="owl-"] span {
  display: none;
}
/**
 * Title simple
 */
.title-simple .block .block-title {
  background: url("../images/bg-title.png") repeat-x bottom left;
  padding-bottom: 15px;
  margin-bottom: 30px !important;
}
.title-simple .block .block-title strong {
  font-size: 171.428%;
  color: #222;
  font-weight: 400;
}
.hidden-block-title .block .block-title {
  display: none;
}
/**
 * Simple tabs
 */
.simple-tabs .block {
  margin-bottom: 0;
}
.simple-tabs .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container {
  background: url("../images/bg-title.png") repeat-x bottom left;
  padding-bottom: 15px;
}
.simple-tabs .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
  font-size: 171.428%;
  color: #222;
  font-weight: 400;
  border: none !important;
  float: left;
  margin-right: 40px;
}
/**
 * Simple navigation on top right
 */
.simple-nav .nav-top .owl-nav {
  position: absolute;
  top: -85px;
  right: -3px;
  margin: 0;
}
/**
 * Simple posts
 */
.simple-post .info-post {
  padding-top: 10px;
}
.simple-post .info-post .post-date {
  font-size: 92.857%;
  color: #aaa;
}
.simple-post .info-post .post-title {
  font-size: 114.285%;
  font-weight: 500;
  margin-bottom: 5px;
}
.simple-post .info-post .post-short-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.simple-post .info-post .post-read-more {
  display: none;
}
/**
 * Simple services
 */
.simple-services ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.simple-services ul::after {
  content: "";
  display: block !important;
  clear: both;
}
.simple-services ul li {
  float: left;
  width: 20%;
  margin-bottom: 20px;
}
.simple-services .item-icon {
  float: left;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.simple-services .item-info {
  margin-left: 80px;
  padding-top: 14px;
}
.simple-services .item-info .item-title {
  text-transform: uppercase;
  color: #222;
}
/**
 * Simple brands
 */
.slider-style-1.nav-circle-small .owl-theme .owl-nav [class*="owl-"] {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  line-height: 48px;
  margin-top: -25px;
  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.nav-circle-small .owl-theme .owl-nav [class*="owl-"]:hover {
  border-color: transparent;
}
.slider-style-1.nav-circle-small .owl-theme .owl-nav [class*="owl-"]:before {
  font-size: 20px;
}
.simple-brands {
  padding: 40px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.simple-brands .item {
  border: 1px solid transparent;
  overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.simple-brands.slider-style-1.nav-circle-small .owl-theme .owl-nav [class*="owl-"].owl-next {
  right: -25px;
}
.simple-brands.slider-style-1.nav-circle-small .owl-theme .owl-nav [class*="owl-"].owl-prev {
  left: -25px;
}
/**
 * Simple categories slider
 */
.simple-categories-full {
  padding: 0 30px;
}
.simple-categories .content-box {
  position: relative;
  margin-bottom: 30px;
}
.simple-categories .image-cat {
  position: relative;
}
.simple-categories .image-cat a {
  display: block;
  line-height: 0;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.simple-categories .image-cat a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  opacity: 1;
  background: rgba(0, 0, 0, 0.04);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.04) 0%, rgba(255, 255, 255, 0.1) 80%);
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.simple-categories .image-cat a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  opacity: 0;
  background: rgba(0, 0, 0, 0.05);
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.simple-categories .content-box:hover .image-cat a:before {
  opacity: 0;
}
.simple-categories .content-box:hover .image-cat a:after {
  opacity: 1;
}
.simple-categories .child-cat {
  text-align: center;
}
.simple-categories .child-cat .cat-title {
  font-size: 171.428%;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 10;
}
.simple-categories .child-cat .cat-title a {
  font-weight: 500;
  color: #222;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.simple-categories .child-cat .cat-title a span {
  font-weight: 400;
  display: block;
  font-size: 16px;
  line-height: 1;
}
.simple-categories .child-cat ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.simple-categories .child-cat li {
  margin: 10px 0 0;
}
.simple-categories .child-cat .cat-button {
  text-align: center;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  z-index: 10;
}
.simple-categories .child-cat .cat-button a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  padding: 0 24px;
  text-transform: capitalize;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
/**
 * Group product
 */
.group-list .block {
  margin-bottom: 0 !important;
}
.group-list .list-items {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.group-list .list-items::after {
  content: "";
  display: block !important;
  clear: both;
}
.group-list .product-items {
  float: left;
  width: 66%;
  border-right: 1px solid #e5e5e5;
  position: relative;
  right: -1px;
  margin: 0;
}
.group-list .product-item {
  display: none;
}
.group-list .product-item.active {
  display: block;
}
.group-list .grid-thumbs {
  float: right;
  width: 34%;
  border-left: 1px solid #e5e5e5;
}
.group-list .thumb-item {
  padding: 10px;
  background-color: #fafafa;
  border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
}
.group-list .thumb-item::after {
  content: "";
  display: block !important;
  clear: both;
}
.group-list .item-thumb {
  float: left;
  padding: 10px;
  width: 33.33333333%;
}
.group-list .item-thumb .thumb-content {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  line-height: 0;
  cursor: pointer;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.group-list .product-item-info {
  padding: 20px;
  max-width: unset;
  width: 100%;
}
.group-list .product-item-info::after {
  content: "";
  display: block !important;
  clear: both;
}
.group-list .product-item-info .image-product {
  float: left;
  width: 48%;
  position: relative;
}
.group-list .product-item-info .product-item-details {
  float: right;
  width: 52%;
  padding-left: 30px;
}
.group-list .product-item-info .product-item-name {
  font-size: 128.571%;
}
.group-list .product-item-info .product-reviews-summary .reviews-actions {
  display: none;
}
.group-list .product-item-info .price-box .price,
.group-list .product-item-info .price-box .special-price .price {
  font-size: 157.142%;
}
.group-list .product-item-info .price-box .old-price .price {
  font-size: 114.285%;
  position: relative;
  top: 5px;
}
.group-list .product-item-info .product-item-description {
  margin: 10px 0 30px;
}
.group-list .title-countdown {
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  margin-bottom: 15px;
  color: #222;
}
.group-list .deals-countdown .deals-time {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  border: none;
  min-width: 60px;
  padding: 0;
}
.group-list .deals-countdown .num-time {
  background-color: #222;
  color: #fff;
  font-size: 142.857%;
  font-weight: 400;
  padding: 5px 2px;
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
}
.group-list .deals-countdown .title-time {
  font-size: 85.714%;
  padding: 5px 2px;
  border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
}
.group-list .product-item-actions {
  margin-bottom: 20px;
}
.group-list .product-item-actions::after {
  content: "";
  display: block !important;
  clear: both;
}
.group-list .actions-primary {
  float: left;
}
.group-list .actions-primary .action {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.group-list .actions-primary .action.tocart:before {
  margin-right: 3px;
  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;
}
.group-list .actions-secondary {
  float: left;
}
.group-list .actions-secondary .action {
  float: left;
  margin-left: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #e5e5e5;
  color: #222;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.group-list .actions-secondary .action:before,
.group-list .actions-secondary .action span {
  display: none !important;
}
.group-list .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;
}
.group-list .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;
}
.group-list .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;
}
.group-list .product-item .price-box {
  margin: 6px 0 10px;
}
.deal-label {
  position: relative;
}
.deal-label:before {
  content: "";
  display: block;
  width: 129px;
  height: 128px;
  background: url("../images/deal-label.png") no-repeat top left;
  position: absolute;
  top: -9px;
  left: -9px;
  z-index: 10;
}
.hidden-sale-label .product-labels .product-label.sale-label {
  display: none;
}
.slider-style-1.nav-circle-opacity.small-nav .owl-theme .owl-nav [class*="owl-"] {
  height: 60px;
  width: 60px;
  margin-top: -30px;
  line-height: 60px;
}
.simple-categories-full .slider-style-1.nav-circle-opacity.small-nav .owl-theme .owl-nav [class*="owl-"] {
  margin-top: -40px;
}
.simple-categories-full .slider-style-1.nav-circle-opacity.small-nav .owl-theme .owl-nav [class*="owl-"].owl-next {
  right: 0;
}
.simple-categories-full .slider-style-1.nav-circle-opacity.small-nav .owl-theme .owl-nav [class*="owl-"].owl-prev {
  left: 0;
}
/**
 * Responsive
 */
@media (max-width: 1440px) {
  .simple-categories .child-cat .cat-title {
    font-size: 150%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .group-list .thumb-item {
    background: none;
  }
  .simple-services ul li {
    width: 33.33333333%;
  }
}
@media (max-width: 991px) {
  .simple-categories-full {
    padding: 0 15px;
  }
  .group-list .actions-secondary .action.tocompare {
    display: block !important;
  }
  .group-list .grid-thumbs,
  .group-list .product-items {
    float: none;
    width: 100%;
    right: auto;
    left: auto;
    border: none;
  }
  .group-list .grid-thumbs {
    border-top: 1px solid #e5e5e5;
  }
  .group-list .thumb-item {
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
  }
  .group-list .item-thumb {
    width: 11.1%;
  }
  .sm-listing-tabs .ltabs-wrap .ltabs-tabs-container {
    padding-right: 100px;
  }
  .simple-nav .nav-top .owl-nav {
    top: -80px;
  }
  .simple-tabs .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
    font-size: 100%;
  }
  .fix-mobile-id7 .col-lg-8.col-sm-8 > .banner-image {
    margin-bottom: 14px !important;
  }
  .fix-mobile-id7 .group-list {
    margin-bottom: 40px !important;
  }
  .fix-mobile-id7 .simple-categories {
    margin-bottom: 30px !important;
  }
  .fix-mobile-id7 .banner-middle {
    margin-bottom: 10px !important;
  }
  .fix-mobile-id7 .simple-brands {
    margin-bottom: 30px !important;
  }
  .fix-mobile-id7 .simple-post {
    margin-bottom: 40px !important;
  }
  .fix-mobile-id7 .tab-content {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .simple-services ul li {
    width: 33.3333333%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .group-list .item-thumb {
    width: 20%;
  }
  .banner-middle img {
    width: 100%;
  }
  .simple-services ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .fix-mobile-id7 .col-lg-8.col-sm-8 > .banner-image {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 480px) {
  .group-list .product-item-info {
    padding: 10px;
  }
  .group-list .product-item-info .image-product {
    width: 100%;
    float: none;
  }
  .group-list .product-item-info .product-item-details {
    width: 100%;
    float: none;
    padding: 0;
  }
  .group-list .item-thumb {
    width: 33.33333333%;
  }
  .group-list .deals-countdown .deals-time {
    min-width: 55px;
  }
  .simple-services ul li {
    width: 100%;
  }
  .group-list .thumb-item {
    padding: 0;
  }
}
/**
 * Listing page
 */
/**
 * Sidebar
 */
#price-slider .ui-slider-handle {
  border-width: 2px;
}
.page-layout-1column .block.filter .filter-title strong {
  font-size: 116.67% !important;
}
.page-layout-1column .block.filter {
  margin-bottom: 10px;
}
.sidebar {
  /**
     * Block compare
     */
}
.sidebar .block {
  margin-bottom: 30px !important;
  /**
         * Block title
         */
  /**
         * Block content
         */
  /**
         * Filter block
         */
}
.sidebar .block .block-title {
  margin: 0;
  padding: 15px 20px 13px;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}
.sidebar .block .block-title strong {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 114.285%;
}
.sidebar .block .block-title .counter {
  display: none !important;
}
.sidebar .block .block-content,
.sidebar .block .empty {
  border: 1px solid #ddd;
  background-color: #fff;
  border-top: none;
  padding: 20px;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}
.sidebar .block.filter .block-subtitle {
  display: none;
}
.sidebar .block.filter .filter-actions .action.clear {
  text-decoration: none;
  background-color: #444444;
  padding: 7px 20px;
  color: #ffffff;
  border-radius: 4px;
}
.sidebar .block.filter .filter-actions .action.clear:hover {
  background-color: #333333;
}
.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: #222;
  font-weight: 600;
}
.sidebar .block.filter .filter-options .filter-options-content {
  padding: 0 20px 20px;
  margin: 0 -20px 30px;
  border-bottom: 1px solid #ddd;
  max-height: 325px;
  overflow-y: auto;
  display: block !important;
}
.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: #444;
}
.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: #f9f9f9;
  border: 1px solid #e5e5e5;
  padding: 9px;
  margin-bottom: 30px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.modes .modes-label {
  display: none;
}
.modes .modes-mode {
  height: 36px;
  width: 36px;
  border: 1px solid #ddd;
  background-color: #fff;
  margin-right: 5px;
  text-align: center;
  line-height: 34px;
  padding: 0;
  color: #222;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.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: #444;
}
.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: #222;
  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: 85.714%;
  padding: 4px 10px;
  z-index: 4;
  color: #fff;
}
.product-labels .product-label.new-label {
  right: 10px;
  background-color: #1ac88d;
  border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  -webkit-border-radius: 4px 0 4px 0;
}
.product-labels .product-label.sale-label {
  left: 10px;
  background-color: #ff384b;
  border-radius: 0 4px 0 4px;
  -moz-border-radius: 0 4px 0 4px;
  -webkit-border-radius: 0 4px 0 4px;
}
/**
 * Product grid style
 */
.products.wrapper {
  margin: 0;
}
.products.wrapper.products-grid .product-items {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
}
.products.wrapper.products-grid .product-items .product-item {
  padding: 0 10px;
}
/**
 * Product list style
 */
.products.wrapper.products-list .product-items {
  margin-bottom: 10px;
}
.products-list .product-item-info {
  width: unset !important;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  margin-bottom: 20px;
  display: block;
}
.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 .image-product .product-item-actions {
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  z-index: 10;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.products-list .product-item-info .image-product .product-item-actions .actions-primary {
  vertical-align: top;
}
.products-list .product-item-info .image-product .product-item-actions .actions-primary .tocart {
  width: 36px;
  height: 36px;
  background-color: #fff;
  line-height: 36px;
  padding: 0;
  color: #222;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.products-list .product-item-info .image-product .product-item-actions .actions-primary .tocart span {
  display: none;
}
.products-list .product-item-info .image-product .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;
}
.products-list .product-item-info .image-product .product-item-actions .actions-secondary {
  vertical-align: top;
}
.products-list .product-item-info .image-product .product-item-actions .actions-secondary .action {
  background-color: #fff;
  display: block;
  float: left;
  margin-left: 3px;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #222;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.products-list .product-item-info .image-product .product-item-actions .actions-secondary .action:before {
  display: none;
}
.products-list .product-item-info .image-product .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;
}
.products-list .product-item-info .image-product .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;
}
.products-list .product-item-info .image-product .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;
}
.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 0 7px;
  font-size: 128.571%;
}
.products-list .product-item-info .product-item-details .product-item-name a {
  padding: 6px 0;
}
.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: 128.571%;
}
.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: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
}
.products-list .product-item-info:hover .image-product .product-item-actions,
.products-list .product-item-info:hover .product-item-photo:before {
  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: 140px;
  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 {
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
  margin: 0;
}
.default-style .resp-tabs-list li {
  border: none;
  background-color: transparent;
  float: left;
  margin: -1px 2px -1px -1px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 12px 20px !important;
  color: #282828;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.default-style .resp-tabs-container {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #e5e5e5;
  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 {
  margin: 0 !important;
}
.bottom-product-slider .products-grid .product-item-info,
.bottom-product-slider .products-grid .product-item {
  margin: 0;
}
@media (max-width: 767px) {
  .default-style .resp-tabs-list li {
    float: none !important;
    margin: 0 0 15px !important;
  }
}
@media (max-width: 480px) {
  .product-info-main .product.attribute.overview {
    padding-top: 30px;
  }
}
@media (max-width: 375px) {
  .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;
  }
}
