#sppb-addon-1571418137117 {
  position: relative;
  z-index: 3;
}

#sppb-addon-1571418137117 .eshop-category.box-brief ul {
  height: 330px;
  overflow: hidden;
}

#sppb-addon-1571418137117 .eshop-category.box-brief .view-more::after {
  transform: rotate(180deg);
  /* All browsers support */
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

#sppb-addon-1571418137117 .eshop-category li a {
  padding: 5px 10px;
  font-weight: bold;
}

#sppb-addon-1571418137117 .eshop-category li a::after {
  top: 8px;
}

#sppb-addon-1571418137117 .eshop-category li ul a {
  font-weight: normal;
}

#sppb-addon-1571418137117 .eshop-category .view-more {
  height: 32px;
  padding-left: 10px;
  line-height: 32px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

#sppb-addon-1571418137117 .eshop-category .view-more::after {
  content: " ";
  position: absolute;
  width: 16px;
  height: 17px;
  right: 7px;
  top: 7px;
  background: url("../images/up.png");
}

#column-id-1570287697245 {
  position: relative;
  z-index: 2;
}

#top_slide .sppb-col-md-3 {
  padding-right: 0;
}

#top_slide .sppb-col-md-9 {
  padding: 0;
}

#sppb-addon-1570396380086 {
  padding-left: 15px;
}

#sppb-addon-1574604014683 {
  padding-left: 15px;
}

#sppb-addon-1574604014683 .item-product {
  width: 150px;
}

#sppb-addon-1574604014683 .item-product img {
  max-width: 100% !important;
  max-height: auto !important;
}

#sppb-addon-1574604014683 ul.mc-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}

#sppb-addon-1574604014683 ul.mc-policy li {
  width: 23%;
  text-align: center;
  margin: 15px 0px 0px 0px;
  background: #ff0000;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  line-height: 125%;
  border: 1px solid #fff68d;
  border-radius: 5px;
}

#products-list-home .row {
  margin: 0;
}

#products-list-home .item-product {
  padding: 10px;
}

#products-list-home .item-product .product-tile {
  text-align: center;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: auto;
  min-height: 41px;
}

#products-list-home .item-product .eshop-cart-area {
  margin: 10px 0;
}

#products-list-home .item-product .eshop-cart-area .btn {
  padding: 3px 0;
}

#products-list-home .item-product:not(:last-child) {
  border-right: 1px solid #f7f8f9;
}

#products-list-home .slick-list {
  background: #fff;
}

#products-list-home .slick-track {
  margin-left: 0;
}

#products-list-home .slick-next {
  height: 100%;
  margin-top: 0;
  right: 0;
  top:0;
  width: 66px;
  background: url("../images/next.png");
}

#products-list-home .slick-next::before {
  content: " ";
  display: inline-block;
  margin-left: 10px;
  width: 27px;
  height: 27px;
  background: url("../images/next-bt.png");
}

#products-list-home .slick-prev {
  height: 100%;
  margin-top: 0;
  left: 0;
  top:0;
  width: 66px;
  background: url("../images/prev.png");
}

#products-list-home .slick-prev::before {
  content: " ";
  display: inline-block;
  margin-left: -10px;
  width: 27px;
  height: 27px;
  background: url("../images/prev-bt.png");
}

#products-list-home .slick-row {
  border-radius: 5px;
}

#products-list-home h3.sppb-addon-title {
  margin: 15px 0 0 0 !important;
  background: #fff68d;
  margin-right: 0;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  padding: 3px 10px !important;
}

#products-list-home h3.sppb-addon-title a {
  color: red;
  position: relative;
  top: 3px;
}

.freeship {
  margin: 15px 40px 15px 15px;
  position: relative;
}

.freeship #freeship-bar {
  position: relative;
  margin-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.freeship #freeship-bar::before {
  content: "";
  position: absolute;
  background-color: #ebebf0;
  border-radius: 100px;
  width: 100%;
  height: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  z-index: 0;
}

.freeship #freeship-bar.freeship-done::after {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#00ad57), color-stop(105.65%, #77da90));
  background: linear-gradient(90deg, #00ad57 0%, #77da90 105.65%);
  border-radius: 100px;
  width: 100%;
  height: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  -webkit-transition: width 0.5s ease-in 0s;
  transition: width 0.5s ease-in 0s;
}

.freeship #freeship-bar .milestone {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 2;
  width: 16px;
  height: 16px;
}

.freeship #freeship-bar .milestone.start-pot .info {
  min-width: 350px;
}

.freeship #freeship-bar .milestone .info {
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 13px;
  line-height: 16px;
  color: #808089;
  font-weight: 300;
  min-width: 50px;
}

.freeship #freeship-bar .milestone .info.top {
  top: -20px;
  font-weight: bold;
  color: red;
}

.freeship #freeship-bar .milestone.icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 2;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #dddde3;
}

.freeship .ship-tooltip {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  position: absolute;
  top: -2px;
  right: -100px;
  background: #ccc;
  z-index: 3;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  color: #FFF;
}

.freeship-des {
  margin: 30px 15px 0 15px;
  padding: 15px;
  background-color: #fcf8e3;
}

.video-box video {
  width: 100%;
}

.product-info .image-additional .slick-slide {
  margin: 0 5px;
  border: 1px solid black;
}

.product-info .video-icon {
  cursor: pointer;
}

#productContent #specification table, #productContent #specification tr, #productContent #specification td {
  border: none;
}

#productContent #specification thead {
  display: none;
}

#productContent #specification tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

.home-left-box {
  margin-top: 15px;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #ff0000;
}

.home-left-box .sppb-addon-title {
  color: #ff0000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 5px 0;
}

.home-left-box #iframefacebook {
  width: 270px;
  margin: auto;
}

.home-left-box ul.box-news {
  list-style: none;
  padding: 10px 10px 0 10px;
}

.home-left-box ul.box-news li {
  background: #ededed;
  margin-bottom: 10px;
}

.home-left-box ul.box-news li h3 {
  margin: 0;
  padding: 5px 10px;
}

.home-left-box ul.box-news li h3 a {
  color: #000;
}

.home-left-box ul.box-news li div.art-brief {
  padding: 10px;
}

.home-left-box .view-more {
  text-align: center;
}

.home-left-box .view-more a {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 10px;
  color: #fff;
  background: #ff0000;
  font-style: italic;
  margin-bottom: 10px;
}

.row-item {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row-child-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 !important;
  border-bottom: 1px solid #f7f7f7;
}

.news-item a {
  color: #000;
}

.news-item a.news-thumb {
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0px 15px 0px 0px;
}

.news-item a.news-brief {
  line-height: 125%;
  padding-right: 15px;
}

#sppb-addon-1570396380086 .sppb-addon-content {
  background: #fff;
  padding: 15px;
  margin-top: 15px;
}

#sppb-addon-1570396380086 .sppb-addon-content h3 {
  margin: 0;
  border-left: solid #e6462f 3px;
  padding-left: 5px;
  font-weight: bold;
  text-transform: uppercase;
  color: red;
}

#sppb-addon-1570396380086 .sppb-addon-content iframe {
  margin-top: 10px;
}

#group-box-1 h3.sppb-addon-title,
#group-box-2 h3.sppb-addon-title,
#group-box-3 h3.sppb-addon-title,
#group-box-4 h3.sppb-addon-title {
  color: #fff;
  background: #ff0000;
}

#group-box-1 h3.sppb-addon-title a,
#group-box-2 h3.sppb-addon-title a,
#group-box-3 h3.sppb-addon-title a,
#group-box-4 h3.sppb-addon-title a {
  color: #fff;
}

#group-box-2 h3 {
  position: relative;
}

#group-box-2 h3 a {
  font-size: 24px;
  top: 0;
}

#group-box-2 h3 a.view-all {
  display: inline-block;
  background: #fff;
  border-radius: 5px;
  color: red;
  position: absolute;
  top: 4px;
  right: 10px;
  width: 150px;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 125%;
  padding: 3px 10px;
  text-align: center;
}

#top_slide .sppb-row {
  display: block;
}

#top_slide .sppb-row .sppb-col-md-9 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  float: right;
}

#top_slide .sppb-row .sppb-col-md-3 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  float: left;
}

@media screen and (max-width: 1000px) {
  #sppb-addon-1574604014683, #sppb-addon-1570396380086 {
    padding-left: 0;
  }
  #top_slide .sppb-col-md-3 {
    padding-left: 0;
    padding-right: 0;
  }
}

#productRelate #products-list-home {
  margin-top: 15px;
}

#productRelate .slick-slide {
  width: auto;
}

#productRelate .slick-list {
  border: none;
  padding: 0;
}

#productRelate .slick-prev, #productRelate .slick-next {
  top: 0;
}

#productRelate .soldout_group {
  right: 10px;
  top: 10px;
}
/*# sourceMappingURL=mc-new.css.map */
.banner_slider .slick-next {
  right: 25px;
  background: url("../images/next.png");
}

.banner_slider .slick-next::before {
  content: " ";
  display: inline-block;
  margin-left: 10px;
  width: 27px;
  height: 27px;
  background: url("../images/next-bt.png");
}

.banner_slider .slick-prev {

  left: 15px;

  background: url("../images/prev.png");
}

.banner_slider  .slick-prev::before {
  content: " ";
  display: inline-block;
  margin-left: -10px;
  width: 27px;
  height: 27px;
  background: url("../images/prev-bt.png");
}