.slideshow-home .owl-theme .owl-dots {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}
.slideshow-home .owl-theme .owl-dots .owl-dot {
  margin: 0 5px;
  padding: 0;
  width: 14px;
  height: 14px;
  border: 1px solid transparent;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.slideshow-home .owl-theme .owl-dots .owl-dot:hover,
.slideshow-home .owl-theme .owl-dots .owl-dot.active {
  border-color: #fff;
}
.slideshow-home .owl-theme .owl-dots .owl-dot span {
  width: 4px;
  height: 4px;
  background-color: #fff;
  margin: 4px;
}
.slideshow-home .item {
  position: relative;
}
.slideshow-home .item .slider-info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.slideshow-home .item .slider-info .container {
  position: relative;
  height: 100%;
}
.slideshow-home .item .slider-info .slider-info-content {
  margin: 0 -50px;
  padding: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  pointer-events: auto;
  overflow: hidden;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.slideshow-home .item .slider-primary-title {
  font-size: 346.6666%;
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 13px;
}
.slideshow-home .item .slider-description {
  color: #fff;
  margin-bottom: 35px;
}
.slideshow-home .item .slider-description .slider-label {
  font-size: 80%;
  background-color: #e82e31;
  padding: 1px 5px;
  font-weight: 500;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.slideshow-home .item .slider-description .slider-percent {
  color: #ffb800;
  font-weight: 500;
}
.slideshow-home .item .slider-button a {
  background-color: #2769ef;
  color: #fff;
  padding: 13px 35px;
  display: inline-block;
  font-weight: 500;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.slideshow-home .item .slider-button a:hover {
  background-color: #1159eb;
}
.slideshow-home .item .slider-price {
  width: 130px;
  height: 130px;
  position: absolute;
  left: 57%;
  top: 18%;
}
.slideshow-home .owl-item.active .slider-primary-title {
  -webkit-animation: bounceInRight 1s;
  animation: bounceInRight 1s;
}
.slideshow-home .owl-item.active .slider-description {
  -webkit-animation: bounceInLeft 2s;
  animation: bounceInLeft 2s;
}
.slideshow-home .owl-item.active .slider-button {
  -webkit-animation: bounceInUp 3s;
  animation: bounceInUp 3s;
}
.slideshow-home .owl-item.active .slider-price {
  -webkit-animation: bounceInDown 4s;
  animation: bounceInDown 4s;
}
.normal-title {
  text-align: center;
  color: #222;
  font-size: 133.3333%;
  font-weight: 500;
  margin-bottom: 25px;
}
.normal-title.white {
  color: #fff;
}
.normal-title strong {
  font-weight: 500;
}
.full-brand {
  background: url("../images/bg-full-brand.jpg") no-repeat top center;
  background-size: cover;
}
.list-brands {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.list-brands li {
  margin: 0 0 30px;
  padding: 0 15px;
  width: 20%;
}
.title-sub-head {
  text-align: center;
  margin-bottom: 25px;
}
.title-sub-head div {
  font-size: 106.66%;
  font-weight: 500;
  line-height: 1.2;
  color: #2769ef;
  margin-bottom: 5px;
}
.title-sub-head strong {
  font-weight: 500;
  font-size: 266.66%;
  color: #222;
}
.slider-client .item {
  border: 1px solid #e9e9e9;
  padding: 30px 30px 40px;
  text-align: center;
}
.slider-client .client-text {
  font-weight: 300;
  font-style: italic;
  padding: 10px 15px 0;
  margin-bottom: 25px;
}
.slider-client .client-image {
  width: 66px;
  height: 66px;
  margin: 0 auto 12px;
  overflow: hidden;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.slider-client .client-name {
  color: #222;
  font-weight: 500;
  margin: 0 0 5px;
}
.slider-client .client-rating {
  line-height: 1;
}
.slider-client .client-rating img {
  display: unset;
  width: unset;
}
.dots-1 .owl-theme .owl-dots .owl-dot {
  margin: 0 5px;
  width: 14px;
  height: 14px;
  border: 1px solid transparent;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.dots-1 .owl-theme .owl-dots .owl-dot:hover,
.dots-1 .owl-theme .owl-dots .owl-dot.active {
  border-color: #999;
}
.dots-1 .owl-theme .owl-dots .owl-dot:hover span,
.dots-1 .owl-theme .owl-dots .owl-dot.active span {
  background-color: #999;
}
.dots-1 .owl-theme .owl-dots .owl-dot span {
  width: 4px;
  height: 4px;
  background-color: #e2e2e2;
  margin: 4px;
}
.dots-1 .slider-client.owl-theme .owl-dots {
  padding-top: 20px;
}
.nav-1 .owl-theme .owl-nav {
  margin: 0;
  position: static;
}
.nav-1 .owl-theme .owl-nav [class*=owl-] {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border: 1px solid #999;
  padding: 0;
  position: absolute;
  top: 50%;
  margin: -20px 0 0;
  opacity: 1;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.nav-1 .owl-theme .owl-nav [class*=owl-]:before {
  content: "";
  display: block;
  width: 18px;
  height: 7px;
  background: url("../images/home.png") no-repeat;
  position: absolute;
  top: 16px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.nav-1 .owl-theme .owl-nav [class*=owl-].owl-next {
  right: -20px;
}
.nav-1 .owl-theme .owl-nav [class*=owl-].owl-next:before {
  background-position: -75px -27px;
  left: -10px;
}
.nav-1 .owl-theme .owl-nav [class*=owl-].owl-next:hover:before {
  left: 10px;
}
.nav-1 .owl-theme .owl-nav [class*=owl-].owl-prev {
  left: -20px;
}
.nav-1 .owl-theme .owl-nav [class*=owl-].owl-prev:before {
  background-position: -28px -27px;
  right: -10px;
}
.nav-1 .owl-theme .owl-nav [class*=owl-].owl-prev:hover:before {
  right: 10px;
}
.nav-1 .owl-theme .owl-nav [class*=owl-] span {
  display: none;
}
.nav-1 .slider-client.owl-theme .owl-nav [class*=owl-] {
  top: 46%;
}
.deal-home .block {
  margin: 0;
}
.deal-home .block-title {
  color: #2769ef;
  font-size: 106.67%;
  text-align: center;
  margin: 0 0 34px;
}
.deal-home .block-title strong {
  font-weight: 500;
}
.deal-home .block-content {
  padding: 67px 26px 26px;
  position: relative;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.deal-home .products-grid .product-item {
  margin-bottom: 10px;
}
.deal-home .group-countdown {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
}
.deal-home .group-countdown .deal-label {
  display: none;
}
.deal-home .group-countdown .countdown-item {
  display: inline-block;
  background-color: #fff;
  padding: 0 10px;
  margin: 0;
}
.deal-home .group-countdown .countdown-item .deals-time {
  float: none;
  text-align: center;
  min-width: 45px;
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
}
.deal-home .group-countdown .countdown-item .num-time {
  height: 35px;
  padding: 0 5px;
  line-height: 35px;
  font-weight: 600;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.deal-home .group-countdown .countdown-item .title-time {
  background: none;
}
.deal-home.nav-1 .owl-theme .owl-nav [class*=owl-] {
  top: 33%;
}
.deal-home.nav-1 .owl-theme .owl-nav [class*=owl-].owl-next {
  right: -48px;
}
.deal-home.nav-1 .owl-theme .owl-nav [class*=owl-].owl-prev {
  left: -48px;
}
.popular-categories .block-title {
  text-align: center;
  font-size: 133.333333%;
  margin-bottom: 20px;
}
.popular-categories .block-title strong {
  font-weight: 500;
  color: #222;
}
.popular-categories .categories-listing.grid-categories .category-item {
  text-align: center;
  width: 16.66666666%;
}
.popular-categories .category-item .parent-name a {
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.popular-categories .category-item .parent-name strong {
  font-weight: 500;
  font-size: 106.67%;
}
.popular-categories .category-item .parent-name .count {
  font-size: 80%;
}
.full-tabs {
  background-color: #f7f7f7;
}
.tabs-product-home {
  background-color: #fff;
}
.tabs-product-home .bzo-product-tabs:before,
.tabs-product-home .bzo-product-tabs:after {
  content: "";
  display: block;
  clear: both;
}
.tabs-product-home .bzo-product-tabs .block-title {
  float: left;
  width: 315px;
  padding: 30px;
  border-right: 1px solid #e9e9e9;
  line-height: 30px;
}
.tabs-product-home .bzo-product-tabs .block-title strong {
  font-size: 133.33333%;
  color: #222;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.tabs-product-home .bzo-product-tabs .block-content {
  margin-left: 315px;
  padding: 30px;
}
.tabs-product-home .slider .products.wrapper.products-grid .product-items {
  margin: 0;
}
.tabs-product-home .slider .products.wrapper.products-grid .product-items .product-item {
  padding: 0;
  margin-bottom: 10px;
}
.tabs-product-home.dots-1 .owl-theme .owl-dots {
  width: 100%;
}
.tabs-product-home.dots-1 .owl-theme .owl-dots .owl-dot:before {
  display: none;
}
.tabs-product-home.nav-1 .owl-theme .owl-nav [class*=owl-] {
  top: 32%;
}
.full-newsletter {
  background: url("../images/bg-newsletter.jpg") no-repeat top center;
  background-size: cover;
}
.home-newsletter {
  max-width: 630px;
  margin: 0 auto;
}
.home-newsletter .normal-title {
  margin: 0;
}
.home-newsletter .description {
  margin-bottom: 22px;
  color: #9e9e9e;
  text-align: center;
}
.home-newsletter .newsletter-content {
  display: flex;
}
.home-newsletter .input-box {
  width: 100%;
}
.home-newsletter .input-box input {
  border: none !important;
  border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}
.home-newsletter .action-button button {
  background-color: #2769ef;
  color: #fff;
  font-weight: 500;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
}
.home-newsletter .action-button button:hover {
  background-color: #1159eb;
}
.home-newsletter .block-subscribe-home {
  margin-bottom: 30px;
}
.follow-block {
  text-align: center;
}
.follow-block .title {
  color: #9e9e9e;
  margin-bottom: 5px;
}
.follow-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.follow-block ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
}
.home-blog .post-image {
  position: relative;
}
.home-blog .post-image a {
  display: block;
}
.home-blog .post-image a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  z-index: 20;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.home-blog .post-image a .post-icon-hover {
  display: block;
  width: 41px;
  height: 41px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -21px;
  z-index: 25;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.home-blog .post-image a .post-icon-hover:before {
  content: "";
  display: block;
  width: 1px;
  height: 41px;
  background-color: #808080;
  position: absolute;
  left: 20px;
}
.home-blog .post-image a .post-icon-hover:after {
  content: "";
  display: block;
  width: 41px;
  height: 1px;
  background-color: #808080;
  position: absolute;
  top: 20px;
}
.home-blog .post-image:hover a .post-icon-hover,
.home-blog .post-image:hover a:before {
  opacity: 1;
  visibility: visible;
}
.home-blog .post-info {
  padding-top: 18px;
}
.home-blog .cat-date {
  display: flex;
  white-space: nowrap;
  margin-bottom: 10px;
}
.home-blog .cat-date .categories {
  margin-right: 30px;
}
.home-blog .cat-date .categories a {
  color: #2769ef;
  font-weight: 500;
}
.home-blog .post-posed-date .label {
  display: none;
}
.home-blog .post-title a {
  font-size: 133.333333%;
  font-weight: 500;
  line-height: 30px;
}
.home-blog .read-more {
  display: none;
}
.home-blog.nav-1 .owl-theme .owl-nav [class*=owl-] {
  top: 34%;
}
.home-blog .owl-dots {
  padding-top: 15px;
}
@media (min-width: 1025px) {
  .tabs-product-home .list-product-tabs .item-tab {
    float: none;
    display: block;
    background: none !important;
    line-height: unset;
    border: none !important;
    height: unset;
    padding: 5px 0;
    margin: 0 0 4px;
  }
}
@media (max-width: 1024px) {
  .nav-1 .owl-theme .owl-nav [class*=owl-].owl-prev {
    left: -15px;
  }
  .nav-1 .owl-theme .owl-nav [class*=owl-].owl-next {
    right: -15px;
  }
  .deal-home.nav-1 .owl-theme .owl-nav [class*=owl-].owl-next {
    right: -20px;
  }
  .deal-home.nav-1 .owl-theme .owl-nav [class*=owl-].owl-prev {
    left: -20px;
  }
  .tabs-product-home .bzo-product-tabs .block-title {
    float: none;
    width: 100%;
    border: none;
  }
  .tabs-product-home .bzo-product-tabs .block-content {
    margin-left: 0;
    margin-right: 0;
    padding: 0 30px 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tabs-product-home .list-product-tabs .item-tab {
    height: 40px;
    line-height: 38px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .slideshow-home .item .slider-primary-title {
    font-size: 200%;
  }
  .slideshow-home .item .slider-description {
    margin-bottom: 30px;
  }
  .slideshow-home .item .slider-button a {
    padding: 10px 20px;
  }
  .popular-categories .categories-listing.grid-categories .category-item {
    width: 33.333333%;
  }
}
@media (max-width: 560px) {
  .slideshow-home .item .slider-primary-title {
    font-size: 150%;
  }
  .slideshow-home .item .slider-description {
    margin-bottom: 15px;
  }
  .slideshow-home .item .slider-button a {
    padding: 5px 10px;
  }
  .slideshow-home .item .slider-price {
    display: none;
  }
  .list-brands li {
    width: 33.33333%;
  }
  .popular-categories .categories-listing.grid-categories .category-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .slideshow-home .item .slider-description {
    display: none;
  }
}
.product-shopnow {
  text-align: center;
}
.product-shopnow a {
  background-color: #2769ef;
  display: inline-block;
  padding: 13px 55px;
  color: #fff !important;
  font-weight: 500;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.product-shopnow a:hover {
  background-color: #1159eb;
}
.popular-products-grid .block {
  margin-bottom: 12px;
}
.banner-video-full .list-banner {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.banner-video-full .list-banner li {
  margin: 0;
}
.banner-video-full .list-banner .half {
  width: 25%;
}
.banner-video-full .list-banner .full {
  width: 50%;
}
.banner-video-full .item {
  position: relative;
}
.banner-video-full .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
  text-align: center;
}
.banner-video-full .info h2 {
  font-size: 100%;
  margin: 0;
}
.banner-video-full .info h2 a {
  display: inline-block;
  min-width: 180px;
  background-color: #fff;
  color: #222;
  padding: 16px 32px;
  font-weight: 500;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.banner-video-full .info.button-black h2 a {
  background-color: #222;
  color: #fff;
}
.banner-video-full .info-inner {
  position: absolute;
  left: 30px;
  top: 30px;
  right: 30px;
  bottom: 30px;
  background-color: rgba(232, 46, 49, 0.95);
  color: #fff;
  justify-content: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 0 45px;
}
.banner-video-full .info-inner .banner-title {
  font-size: 213.33%;
  font-weight: 500;
  margin-bottom: 6px;
}
.banner-video-full .info-inner .banner-des {
  margin-bottom: 20px;
}
.banner-video-full .info-inner .banner-code {
  font-size: 80%;
  font-weight: 500;
  margin-bottom: 30px;
}
.banner-video-full .info-inner .banner-code span {
  background: #000;
  padding: 2px 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.banner-video-full .info-inner .banner-button {
  margin-bottom: 15px;
}
.banner-video-full .info-inner .banner-button a {
  display: inline-block;
  padding: 13px 32px;
  background-color: #2769ef;
  font-weight: 500;
  color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.banner-video-full .info-inner .banner-button a:hover {
  background-color: #1159eb;
}
.banner-video-full .video-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.banner-video-full .video-button .button-play {
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  margin: 0 auto 15px;
  position: relative;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.banner-video-full .video-button .button-play span {
  display: none;
}
.banner-video-full .video-button .button-play:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 16px solid #fff;
  border-radius: 0;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 18px;
  left: 23px;
}
.banner-video-full .video-button .play-text {
  font-weight: 500;
  color: #fff;
}
.trending-products .products-grid .product-item {
  margin-bottom: 10px;
}
.grid-brand ul {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.grid-brand ul li {
  width: 20%;
  margin: 0 0 30px;
  padding: 0 15px;
}
.grid-brand ul li a {
  display: block;
  border: 1px solid #e9e9e9;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.client-full {
  background: url("../images/bg-client-full.jpg") no-repeat top center;
  background-size: cover;
}
.client-full .client-home {
  background-color: #fff;
  padding: 30px;
}
.client-full .client-home:before,
.client-full .client-home:after {
  content: "";
  display: block;
  clear: both;
}
.client-full .client-home .image {
  float: left;
  width: 330px;
}
.client-full .client-home .slider-client-home {
  margin-left: 330px;
  padding: 50px 50px 0;
  text-align: center;
}
.client-full .client-home .slider-client-home:before {
  content: "";
  display: block;
  width: 41px;
  height: 22px;
  background: url("../images/home.png") no-repeat -134px -19px;
  margin: 0 auto 15px;
}
.client-full .client-home .slider-client-home .item {
  text-align: center;
}
.client-full .client-home .slider-client-home .text {
  font-size: 133.333%;
  font-style: italic;
  color: #222;
  font-weight: 400;
  max-width: 760px;
  margin: 0 auto 15px;
}
.client-full .client-home .slider-client-home .name {
  font-weight: 500;
  color: #222;
  margin-bottom: 10px;
}
.spin-hightlight {
  max-width: 510px;
  float: left;
  padding-top: 110px;
}
.spin-hightlight .title {
  font-size: 346.66%;
  color: #222;
  line-height: 56px;
  font-weight: 500;
  margin-bottom: 15px;
}
.spin-hightlight .price {
  display: flex;
  margin: 20px 0 35px;
}
.spin-hightlight .price .percent {
  font-size: 346.66%;
  font-weight: 700;
  padding-right: 10px;
  line-height: 1;
}
.spin-hightlight .price .subtitle {
  color: #222;
  font-weight: 500;
}
.spin-hightlight .price .price-code span {
  padding: 0 8px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.spin-hightlight .btn-explore a {
  display: inline-block;
  padding: 13px 32px;
  background-color: #2769ef;
  font-weight: 500;
  color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.spin-hightlight .btn-explore a:hover {
  background-color: #1159eb;
}
.logo-spin {
  position: relative;
  margin-bottom: 35px;
}
.logo-spin .text-spin {
  position: absolute;
  left: 0;
  top: 0;
  animation-name: spin;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.home-category {
  margin-left: 510px;
  padding-left: 70px;
}
.home-category .item {
  padding: 9px;
  border: 1px solid #e9e9e9;
  position: relative;
  text-align: center;
}
.home-category .music {
  padding: 10px 0 20px;
}
.home-category .music img {
  display: unset;
  width: auto;
}
.home-category .cat-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
}
.home-category .cat-info h2 {
  font-size: 160%;
  font-weight: 500;
}
.home-category .cat-info h2 a {
  color: #fff;
}
.home-category .cat-info .price {
  color: #fff;
}
.home-category .cat-info .price span {
  font-weight: 700;
  color: #ffc000;
}
.home-category.nav-1 .owl-theme .owl-nav [class*=owl-] {
  top: 57%;
}
.trending-products .block {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .spin-hightlight {
    padding-top: 20px;
  }
  .spin-hightlight .logo-spin {
    margin-bottom: 25px;
  }
  .home-category {
    padding-left: 20px;
  }
  .home-category.nav-1 .owl-theme .owl-nav [class*=owl-].owl-next {
    right: 15px;
  }
  .home-category.nav-1 .owl-theme .owl-nav [class*=owl-].owl-prev {
    left: 15px;
  }
  .banner-video-full .info-inner {
    padding: 0 10px;
  }
}
@media (max-width: 1024px) {
  .spin-hightlight {
    max-width: 100%;
    float: none;
    text-align: center;
    padding: 40px 0 20px;
  }
  .spin-hightlight .logo-spin {
    max-width: 115px;
    margin: 0 auto 25px;
  }
  .spin-hightlight .price {
    justify-content: center;
  }
  .spin-hightlight .price .info {
    text-align: left;
  }
  .home-category {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .banner-video-full .info-inner .banner-des,
  .banner-video-full .info-inner .banner-code {
    display: none;
  }
  .banner-video-full .info-inner .banner-title {
    font-size: 150%;
    margin-bottom: 20px;
  }
  .banner-video-full .info-inner .banner-button a {
    padding: 13px 20px;
  }
}
@media (max-width: 768px) {
  .banner-video-full .info h2 a {
    min-width: unset;
    padding: 10px 15px;
  }
  .banner-video-full .info {
    bottom: 20px;
  }
  .banner-video-full .info-inner {
    background: none !important;
    left: 0;
    right: 0;
    bottom: 20px;
    top: auto;
  }
  .banner-video-full .info-inner .banner-title {
    display: none;
  }
  .banner-video-full .info-inner .banner-button a {
    padding: 7px 15px;
  }
  .banner-video-full .info-inner .banner-button {
    margin-bottom: 0;
  }
  .client-full .client-home .image {
    float: none;
    margin: 0 auto;
  }
  .client-full .client-home .slider-client-home {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 560px) {
  .grid-brand ul li {
    width: 33.333%;
  }
  .client-full .client-home .slider-client-home {
    padding-left: 0;
    padding-right: 0;
  }
  .banner-video-full .info-inner .banner-button a,
  .banner-video-full .info h2 a {
    font-size: 80%;
  }
}
@media (max-width: 480px) {
  .banner-video-full .list-banner li {
    width: 100% !important;
  }
  .banner-video-full .info-inner .banner-button a,
  .banner-video-full .info h2 a {
    font-size: 100%;
  }
  .banner-video-full .info h2 a {
    padding: 15px 20px;
  }
  .banner-video-full .info-inner .banner-button a {
    padding: 10px 20px;
  }
  .grid-brand ul li {
    width: 50%;
  }
}
.slideshow-home.nav-1 .owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
}
.slideshow-home.nav-1 .owl-theme .owl-nav [class*=owl-].owl-next {
  right: 105px;
}
.slideshow-home.nav-1 .owl-theme .owl-nav [class*=owl-].owl-prev {
  left: 105px;
}
.about-page .about-btn {
  padding-top: 20px;
}
.about-page .about-btn a {
  display: inline-block;
  background-color: #2769ef;
  color: #fff;
  padding: 13px 50px;
  font-weight: 500;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.about-page .about-btn a:hover {
  background-color: #1159eb;
}
.list-brands.list-border li a {
  display: block;
  position: relative;
}
.list-brands.list-border li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #e9e9e9;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.home-tabs .block-title strong {
  display: none;
}
.home-tabs .bzo-product-tabs .list-product-tabs {
  margin-bottom: 25px;
}
.home-tabs .slider .products.wrapper.products-grid .product-items .product-item {
  margin-bottom: 10px;
}
.home-tabs .slider .products.wrapper.products-grid .product-items {
  margin: 0;
}
.home-tabs .slider .products.wrapper.products-grid .product-items .product-item {
  padding: 0;
}
.home-tabs .bzo-product-tabs .owl-dots {
  width: 100%;
}
.home-tabs .bzo-product-tabs .owl-dot:before {
  display: none !important;
}
.home-product-slider .block {
  margin-bottom: 0;
}
.full-banner-slider {
  overflow: hidden;
}
.center-banner-slider {
  max-width: 820px;
  margin: 0 auto;
}
.center-banner-slider .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.center-banner-slider .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}
.center-banner-slider .item {
  position: relative;
}
.center-banner-slider .banner-info {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  text-align: center;
}
.center-banner-slider .banner-info .info-content {
  display: inline-block;
  padding: 25px 50px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.center-banner-slider .banner-info .title {
  font-size: 133.33333%;
  text-transform: uppercase;
  color: #222;
  font-weight: 500;
}
.center-banner-slider .info-full .info-content {
  display: block;
  padding: 25px 35px;
}
.center-banner-slider .info-full .banner-text {
  float: left;
  text-align: left;
}
.center-banner-slider .info-full .banner-button {
  float: right;
  padding-top: 3px;
}
.center-banner-slider .info-full .banner-button a {
  display: inline-block;
  background-color: #2769ef;
  font-weight: 500;
  padding: 13px 35px;
  color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.center-banner-slider .info-full .banner-button a:hover {
  background-color: #1159eb;
}
@media (min-width: 1024px) {
  .home-product-slider {
    position: relative;
  }
  .home-product-slider .title-image {
    width: 70px;
    height: 100%;
    float: left;
  }
  .home-product-slider .block-title {
    display: none;
  }
  .home-product-slider .slider-widget {
    margin-left: 100px;
  }
}
@media (min-width: 768px) {
  .home-tabs .list-product-tabs {
    text-align: center;
  }
  .home-tabs .list-product-tabs .item-tab {
    float: none;
    display: inline-block;
    background: none !important;
    vertical-align: top;
    line-height: unset;
    border: none !important;
    height: unset;
    padding: 0;
    margin: 0 10px;
    font-size: 133.333333%;
    color: #666;
    text-transform: uppercase;
    font-weight: 500;
  }
  .home-tabs .list-product-tabs .item-tab:not(:last-child):after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 5px;
    height: 5px;
    margin-top: 13px;
    margin-left: 12px;
    background-color: #e2e2e2;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
  }
}
@media (min-width: 820px) {
  .center-banner-slider .owl-carousel .owl-stage {
    display: flex;
  }
  .center-banner-slider .owl-carousel .owl-item .item {
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
  }
  .center-banner-slider .owl-carousel .owl-item:not(.active) .item {
    float: right;
    height: 77%;
    position: relative;
    top: 73px;
  }
  .center-banner-slider .owl-carousel .owl-item:not(.active) .item .image {
    height: 100%;
  }
  .center-banner-slider .owl-carousel .owl-item:not(.active) .item .image img {
    height: 100%;
    width: auto;
    max-width: unset;
  }
  .center-banner-slider .owl-carousel .owl-item.active .item {
    top: 0;
  }
  .center-banner-slider .owl-carousel .owl-item.active ~ .owl-item .item {
    float: left;
  }
}
@media (max-width: 1024px) {
  .about-page.about-home .info-about {
    padding-top: 0 !important;
  }
  .about-page.about-home .about-count {
    padding-top: 10px !important;
  }
  .about-page.about-home .about-sub-head .head-title {
    font-size: 200%;
  }
}
@media (max-width: 1023px) {
  .home-product-slider .title-image {
    display: none;
  }
  .home-product-slider .block-title {
    text-align: center;
    margin-bottom: 20px;
  }
  .home-product-slider .block-title strong {
    font-weight: 500;
    font-size: 200%;
    color: #222;
    text-transform: uppercase;
  }
}
@media (max-width: 767px) {
  .home-tabs .list-tabs {
    margin-bottom: 30px;
  }
}
@media (max-width: 560px) {
  .about-page.about-home img {
    width: 100%;
  }
}
.block-title-all .block .block-title {
  display: none;
}
.block-title-all .block-title {
  margin-bottom: 20px;
}
.block-title-all .block-title strong {
  font-size: 200%;
  color: #222;
  font-weight: 500;
}
.block-title-all .block-title a {
  float: right;
  font-weight: 500;
  border-bottom: 1px solid #222;
  padding-bottom: 2px;
  position: relative;
  margin-top: 10px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.deal-background {
  background: url("../images/bg-deal.jpg") no-repeat top center;
  background-size: cover;
  padding-left: 50px;
  padding-right: 50px;
}
.deal-background .block-title {
  position: relative;
  z-index: 20;
}
.deal-background .block-title strong,
.deal-background .block-title a {
  color: #fff;
}
.deal-background .block-title a {
  border-color: #fff;
}
.deal-background .block {
  position: relative;
  margin: 0;
}
.deal-background .product-items .product-item {
  margin-bottom: 0;
}
.deal-background .products-grid .product-item-info {
  border-left: none;
  border-bottom: none;
  border-top: none;
}
.deal-background .group-countdown {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -68px;
}
.deal-background .group-countdown .deal-label {
  display: none;
}
.deal-background .group-countdown .countdown-item {
  margin: 0;
}
.deal-background .group-countdown .countdown-item .deals-time {
  float: none;
  text-align: center;
  min-width: 40px;
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
}
.deal-background .group-countdown .countdown-item .num-time {
  height: 30px;
  padding: 0 5px;
  line-height: 30px;
  font-weight: 600;
  font-size: 100%;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.deal-background .group-countdown .countdown-item .title-time {
  background: none;
  color: #fff;
}
.nav-2 .owl-theme .owl-nav {
  position: static !important;
}
.nav-2 .owl-theme .owl-nav [class*=owl-] {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #eee;
  margin: -16px 0 0;
  padding: 0;
  text-align: center;
  line-height: 28px !important;
  opacity: 1;
  position: absolute;
  top: 50%;
  font-size: unset;
  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;
}
.nav-2 .owl-theme .owl-nav [class*=owl-].owl-next {
  right: -16px;
}
.nav-2 .owl-theme .owl-nav [class*=owl-].owl-next:before {
  content: '\e907';
  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;
  vertical-align: middle;
  font-size: 16px;
}
.nav-2 .owl-theme .owl-nav [class*=owl-].owl-prev {
  left: -16px;
}
.nav-2 .owl-theme .owl-nav [class*=owl-].owl-prev:before {
  content: '\e906';
  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;
  vertical-align: middle;
  font-size: 16px;
}
.nav-2 .owl-theme .owl-nav [class*=owl-] span {
  display: none;
}
.block-type-list .block {
  margin-bottom: 0;
}
.block-type-list .product-items {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #eee;
}
.block-type-list .product-item {
  width: 33.3333333%;
  margin: -1px 0 0;
}
.block-type-list .product-item .btn-quickview {
  display: none;
}
.block-type-list .product-image-container {
  vertical-align: top;
}
.block-type-list .product-item-info {
  padding: 19px;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  max-width: unset;
  width: unset;
}
.block-type-list .product-item-info:before,
.block-type-list .product-item-info:after {
  content: "";
  display: block;
  clear: both;
}
.block-type-list .product-item-info .product-image {
  float: left;
  width: 140px;
  position: relative;
}
.block-type-list .product-item-info .product-item-details {
  margin-left: 155px;
}
.block-type-list .product-item-name {
  margin: 0 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.block-type-list .product-reviews-summary {
  margin: 0 0 4px;
}
.block-type-list .product-reviews-summary .reviews-actions {
  display: none;
}
.block-type-list .price-box {
  margin: 0;
  white-space: nowrap;
}
.block-type-list .price-box > .price-box {
  position: static;
}
.block-type-list .price-box .price-from .old-price,
.block-type-list .price-box .price-to .old-price {
  display: none;
}
.block-type-list .price-box .minimal-price .price-label {
  display: none;
}
.block-type-list .price-box .normal-price {
  display: inline-block;
  vertical-align: top;
}
.block-type-list .price-box .price {
  font-size: 128.571%;
  color: #222;
  font-weight: 500;
}
.block-type-list .price-box .old-price .price {
  font-size: 100%;
  color: #666;
  font-weight: 400;
  position: relative;
  top: 3px;
}
.slider-top-label {
  font-size: 85.714%;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #e72f2f;
  color: #fff;
  margin-bottom: 10px;
  display: table;
  line-height: 22px;
  height: 22px;
  padding: 0 10px;
}
.slideshow-home .owl-item.active .slider-top-label {
  -webkit-animation: rotateInDownLeft 1s;
  animation: rotateInDownLeft 1s;
}
.slideshow-home .item .slider-button.double-buttons a {
  display: inline-block;
  min-width: 170px;
  height: 46px;
  line-height: 46px;
  padding: 0 30px;
  margin-right: 5px;
  background-color: #fff;
  color: #222;
  font-weight: 500;
  text-align: center;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.des-size-normal {
  font-size: 128.571%;
}
.slider-product-2 .block {
  margin-bottom: 0;
}
.slider-product-2 .owl-stage-outer {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.slider-product-2 .products-grid .product-item-info {
  border-right: 1px solid transparent;
  border-bottom: none;
}
.slider-product-2 .products-grid .product-item {
  margin: 0;
}
.cats-content {
  display: flex;
}
.cats-content .block .block-title {
  display: none;
}
.cats-content .cats-banner {
  border: 1px solid #eee;
  border-right: none;
  padding: 19px;
  width: 37.6%;
  min-width: 37.6%;
}
.cats-content .banner-image {
  margin: 0;
}
.cats-content .block-grid-categories {
  width: 100%;
  border-left: 1px solid #eee;
}
.cats-content .categories-listing.grid-categories {
  margin: 0;
  padding-top: 1px;
}
.cats-content .categories-listing.grid-categories .category-item {
  width: 33.33333%;
  margin: -1px 0 0;
  padding: 0;
}
.cats-content .categories-listing.grid-categories .category-item .item-inner {
  border: 1px solid #eee;
  border-left: none;
  padding: 29.5px 18px;
  display: flex;
  align-items: center;
}
.cats-content .categories-listing.grid-categories .category-item .boz-cat-image {
  width: 90px;
  min-width: 90px;
  margin: 0;
}
.cats-content .categories-listing.grid-categories .category-item .category-info {
  padding-left: 10px;
}
.cats-content .categories-listing.grid-categories .category-item .parent-name {
  margin: 0;
}
.cats-content .categories-listing.grid-categories .category-item .parent-name strong {
  font-weight: 500;
  font-size: 114.285%;
  line-height: 1.4;
  display: table;
  margin-bottom: 5px;
}
.cats-content .categories-listing.grid-categories .category-item .parent-name a {
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.cats-content .categories-listing.grid-categories .category-item .parent-name .count {
  font-size: 92.857%;
}
.grid-post .blog-list {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.grid-post .blog-list .item {
  width: 33.3333%;
  padding: 0 15px;
}
.grid-post .post-image {
  position: relative;
  overflow: hidden;
}
.grid-post .post-image img {
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.grid-post .post-image:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.grid-post .post-date {
  width: 55px;
  text-align: center;
  padding: 5px 10px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.grid-post .day-post {
  line-height: 1;
  font-size: 171.428%;
  font-weight: 600;
}
.grid-post .month-post {
  text-transform: uppercase;
  font-size: 92.857%;
}
.grid-post .post-info {
  border: 1px solid #eee;
  border-top: none;
  padding: 20px 30px 30px;
}
.grid-post .cat-author {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.grid-post .cat-author a {
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.grid-post .cat-author span {
  text-transform: capitalize;
}
.grid-post .cat-author .post-author:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #ddd;
  margin: 0 13px 0 10px;
  position: relative;
  top: -2px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.grid-post .post-title {
  margin-bottom: 13px;
}
.grid-post .post-title a {
  font-size: 142.857%;
  font-weight: 500;
  line-height: 28px;
  display: table;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.grid-post .read-more a {
  font-weight: 500;
  border-bottom: 1px solid #222;
  padding-bottom: 3px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.full-grid-brands {
  background: url("../images/bg-full-brand-grid.jpg") no-repeat top center;
  background-size: cover;
}
.full-grid-brands ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}
.full-grid-brands ul li {
  margin: 0;
  width: 20%;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.full-grid-brands ul li a {
  display: block;
  overflow: hidden;
}
.full-grid-brands ul li a img {
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.full-grid-brands ul li a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.categories-product-content {
  border: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
}
.categories-product-content .block {
  margin: 0;
}
.categories-product-content .categories-containter {
  order: 1;
  width: 16.8%;
  padding: 25px 30px;
}
.categories-product-content .categories-containter .parent-name strong {
  font-weight: 500;
  font-size: 114.285%;
}
.categories-product-content .categories-containter .parent-name .count {
  display: none;
}
.categories-product-content .categories-containter .child-category-items a {
  color: #777;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.categories-product-content .banner-container {
  order: 2;
  width: 23.3%;
}
.categories-product-content .products-container {
  order: 3;
  width: 59.9%;
  margin-top: -1px;
}
.categories-product-content .categories-listing.grid-categories .category-item {
  width: 100%;
}
.categories-product-content .products.wrapper.products-grid .product-items {
  margin: 0;
}
.categories-product-content .products.wrapper.products-grid .product-items .product-item {
  width: 33.33333% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.categories-product-content .products-grid .product-item-info {
  border-right: 0;
  border-bottom: 0;
  padding: 19px 19px 17px;
}
@media (min-width: 1024px) {
  .fancybox__slide.has-map {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .categories-product-content .products-container {
    width: unset;
    margin-left: -1px;
  }
  .categories-product-content .banner-container {
    display: none;
  }
  .categories-product-content .categories-containter {
    width: 100%;
  }
  .categories-product-content .categories-listing.grid-categories .category-item {
    width: 50%;
  }
  .cats-content .categories-listing.grid-categories .category-item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .slideshow-home.slider-4 .item .slider-description.des-size-normal {
    display: none;
  }
  .slideshow-home.slider-4 .slider-top-label {
    display: none;
  }
  .slideshow-home.slider-4 .item .slider-button.double-buttons a {
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    min-width: auto;
  }
  .deal-background .group-countdown {
    display: none;
  }
  .block-type-list .product-item {
    width: 50%;
  }
  .categories-product-content .categories-containter {
    padding-bottom: 0;
  }
  .full-grid-brands ul li {
    width: 25%;
  }
  .grid-post .post-info {
    padding-left: 20px;
    padding-right: 20px;
  }
  .grid-post .post-title a {
    font-size: 110%;
  }
}
@media (max-width: 640px) {
  .block-type-list .product-item {
    width: 100%;
  }
  .deal-background {
    padding-left: 20px;
    padding-right: 20px;
  }
  .categories-product-content .products.wrapper.products-grid .product-items .product-item {
    width: 50% !important;
  }
  .full-grid-brands ul li {
    width: 33.33333%;
  }
  .cats-content {
    display: block;
  }
  .cats-content .cats-banner {
    width: 100%;
    min-width: 100%;
    border-right: 1px solid #eee;
  }
  .grid-post .blog-list .item {
    width: 100%;
  }
  .grid-post .blog-list .item .post-image img {
    width: 100%;
  }
  .grid-post .blog-list .item:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .categories-product-content .products-container {
    width: 100%;
  }
  .categories-product-content .products.wrapper.products-grid .product-items .product-item {
    width: 100% !important;
  }
  .full-grid-brands ul li {
    width: 50%;
  }
  .cats-content .categories-listing.grid-categories .category-item {
    width: 100%;
  }
  .categories-product-content .categories-containter {
    padding: 15px 10px;
  }
}
