.c-box_intro {
  margin: 5px 0px 0px;
  background: #ffffff;
  padding: 12px 0px 13px;
  text-align: center;
}
.c-box_intro .c-item {
  text-transform: uppercase;
  padding-bottom: 5px;
}
.c-box_intro .c-item.ic_:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #dedede;
  transform: rotate(-75deg);
  position: absolute;
  right: -15px;
  bottom: 17px;
}
.c-box_intro .c-item img {
  position: relative;
  top: 9px;
}
.c-box_intro .c-item span {
  margin-left: 7px;
}

.all_item_sele {
  padding: 0;
}
.all_item_sele .c-box_title {
  text-transform: uppercase;
  font-family: OpenSans-Bold;
  font-size: 34px;
  margin: 0;
  background: #f9f9f9;
  padding: 5px 0 20px;
}
.all_item_sele .c-box_title .fa {
  color: #d9222a;
  font-size: 43px;
  font-weight: 900;
}

.all_item_prd {
  background: #f9f9f9;
  padding: 20px 0px;
}
.all_item_prd .owl-item.active {
  border-left: 1px solid #cccccc;
}
.all_item_prd .owl-item.active:first-child {
  border-left: none;
}
.all_item_prd .item-product {
  margin: 0 15px;
  position: relative;
  padding-bottom: 30px;
}
.all_item_prd .item-product:hover {
  background: #e5e5e5;
}
.all_item_prd .item-product:hover .col_cart {
  display: inline-block;
}
.all_item_prd .item-product .rating img {
  display: inline-block;
  width: auto;
  max-width: 14px;
}
.all_item_prd .item-product .item-image {
  display: block;
  position: relative;
  margin-bottom: 7px;
  padding-top: 20px;
}
.all_item_prd .item-product .item-image img {
  width: auto !important;
  margin: auto;
}
.all_item_prd .item-product .c-content_bot {
  padding: 0px 10px;
}
.all_item_prd .item-product .name-pro {
  font-family: OpenSans-Bold;
  font-weight: normal;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 6px;
  margin-top: 10px;
  line-height: 24px;
  font-size: 16px;
}
.all_item_prd .item-product .name-pro a:hover {
  text-transform: uppercase;
}
.all_item_prd .item-product .price-pro {
  margin-bottom: 10px;
  line-height: 20px;
}
.all_item_prd .item-product .price-pro span {
  color: #d9222a;
  font-family: OpenSans-Bold;
}
.all_item_prd .item-product .price_old {
  font-size: 12px;
  color: #999999;
}
.all_item_prd .item-product .c-discount {
  display: inline-block;
  background: #f00000;
  color: #ffffff;
  padding: 2px 5px;
  border-radius: 7px;
  position: absolute;
  top: 0;
  right: 0;
}
.all_item_prd .item-product .col_cart {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../../../../images/home/bg_cart.png") no-repeat;
}
.all_item_prd .item-product .c-add_cart {
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  padding: 19px 4px 3px 20px;
  color: #ffffff;
  font-family: OpenSans-Bold;
}
.all_item_prd .item-product .c-add_cart:hover {
  font-family: OpenSans;
}
@media (max-width: 767px) {
  .all_item_prd .item-product {
    padding: 0 13px;
  }
  .all_item_prd .item-product .price-pro span {
    display: block;
  }
  .all_item_prd .item-product .c-add_cart {
    font-size: 11px;
  }
}
.all_item_prd .item-product .item-image {
  padding-top: 0;
}
.all_item_prd .owl-nav {
  position: absolute;
  width: 100%;
  transition: all 0.5s;
}
.all_item_prd .owl-nav .owl-prev {
  position: absolute;
  right: 170px;
  top: 14px;
}
.all_item_prd .owl-nav .owl-next {
  position: absolute;
  right: 130px;
  top: 14px;
}
.all_item_prd .owl-nav .fa {
  color: #d5d5d5;
  background: #ffffff;
  font-weight: 300;
  font-size: 24px;
  padding: 0px 9px 3px 10px;
  border: 2px solid #d5d5d5;
}
.all_item_prd .owl-nav .fa:hover {
  color: #d9222a;
  border: 2px solid #d9222a;
}
@media (max-width: 767px) {
  .all_item_prd .owl-nav .fa:hover {
    border-color: #d9222a;
  }
}
.all_item_prd .owl-nav .owl-prev {
  right: 170px;
  top: 14px;
}
.all_item_prd .owl-nav .owl-next {
  right: 130px;
  top: 14px;
}
.all_item_prd .c-redirect {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .all_item_prd .c-redirect {
    padding-bottom: 30px;
  }
  .all_item_prd .c-redirect .c-view_all {
    margin-right: 15px;
  }
}

.c-box_cat {
  margin: 0px 15px;
  padding: 0 15px;
}
.c-box_cat .c-box_title {
  margin: 0;
  padding: 5px 0 20px;
  position: relative;
}
.c-box_cat .c-box_title .c-name {
  display: inline-block;
  margin-right: 30px;
}
.c-box_cat .c-box_title h2 {
  text-transform: uppercase;
  font-size: 32px;
  font-family: OpenSans-Bold;
  margin-top: 0;
}
.c-box_cat .c-box_title .fa {
  font-size: 40px;
  font-weight: 900;
}
.c-box_cat .c-sub_cat {
  display: inline-block;
  vertical-align: middle;
  font-family: "Arial", sans-serif;
  margin-bottom: 6px;
}
.c-box_cat .c-sub_cat .sub_item {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  color: #6d6d70;
  margin-right: 18px;
  padding-right: 18px;
  border-right: solid 1px #a3a4a6;
}
.c-box_cat .c-sub_cat .sub_item:last-child {
  margin-right: 0;
  border-right: none;
}
.c-box_cat .c-sub_cat .sub_item a {
  transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
}
.c-box_cat .c-sub_cat .sub_item a:hover {
  color: #d9222a;
}
.c-box_cat .owl_by_cat {
  background: #f9f9f9;
}
.c-box_cat .owl-item.active {
  border-left: 1px solid #cccccc;
}
.c-box_cat .owl-item.active:first-child {
  border-left: none;
}
.c-box_cat .item-product {
  margin: 0 15px;
  position: relative;
  padding-bottom: 30px;
}
.c-box_cat .item-product:hover {
  background: #e5e5e5;
}
.c-box_cat .item-product:hover .col_cart {
  display: inline-block;
}
.c-box_cat .item-product .rating img {
  display: inline-block;
  width: auto;
  max-width: 14px;
}
.c-box_cat .item-product .item-image {
  display: block;
  position: relative;
  margin-bottom: 7px;
  padding-top: 20px;
}
.c-box_cat .item-product .item-image img {
  width: auto !important;
  margin: auto;
}
.c-box_cat .item-product .c-content_bot {
  padding: 0px 10px;
}
.c-box_cat .item-product .name-pro {
  font-family: OpenSans-Bold;
  font-weight: normal;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 6px;
  margin-top: 10px;
  line-height: 24px;
  font-size: 16px;
}
.c-box_cat .item-product .name-pro a:hover {
  text-transform: uppercase;
}
.c-box_cat .item-product .price-pro {
  margin-bottom: 10px;
  line-height: 20px;
}
.c-box_cat .item-product .price-pro span {
  color: #d9222a;
  font-family: OpenSans-Bold;
}
.c-box_cat .item-product .price_old {
  font-size: 12px;
  color: #999999;
}
.c-box_cat .item-product .c-discount {
  display: inline-block;
  background: #f00000;
  color: #ffffff;
  padding: 2px 5px;
  border-radius: 7px;
  position: absolute;
  top: 0;
  right: 0;
}
.c-box_cat .item-product .col_cart {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../../../../images/home/bg_cart.png") no-repeat;
}
.c-box_cat .item-product .c-add_cart {
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  padding: 19px 4px 3px 20px;
  color: #ffffff;
  font-family: OpenSans-Bold;
}
.c-box_cat .item-product .c-add_cart:hover {
  font-family: OpenSans;
}
@media (max-width: 767px) {
  .c-box_cat .item-product {
    padding: 0 13px;
  }
  .c-box_cat .item-product .price-pro span {
    display: block;
  }
  .c-box_cat .item-product .c-add_cart {
    font-size: 11px;
  }
}
.c-box_cat .owl-nav {
  position: absolute;
  width: 100%;
  transition: all 0.5s;
}
.c-box_cat .owl-nav .owl-prev {
  position: absolute;
  right: 170px;
  top: 14px;
}
.c-box_cat .owl-nav .owl-next {
  position: absolute;
  right: 130px;
  top: 14px;
}
.c-box_cat .owl-nav .fa {
  color: #d5d5d5;
  background: #ffffff;
  font-weight: 300;
  font-size: 24px;
  padding: 0px 9px 3px 10px;
  border: 2px solid #d5d5d5;
}
.c-box_cat .owl-nav .fa:hover {
  color: #d9222a;
  border: 2px solid #d9222a;
}
@media (max-width: 767px) {
  .c-box_cat .owl-nav .fa:hover {
    border-color: #d9222a;
  }
}

.c-redirect {
  padding: 20px 0px 40px;
  text-align: right;
}
.c-redirect .c-view_all {
  text-transform: uppercase;
  font-family: OpenSans-Bold;
  color: #ffffff;
  font-size: 14px;
  padding: 3px 11px;
  background: #d9222a;
}
.c-redirect .c-view_all:hover {
  background: #f9232c;
}

.c-box_cat1 {
  margin-top: 20px;
  padding-top: 15px;
  background: url("../../../../images/home/bg-cat1.jpg") repeat;
}
.c-box_cat1 .c-sub_cat .sub_item a {
  color: #ffffff;
}
.c-box_cat1 .c-item_prd {
  background: rgb(210, 210, 210);
}
.c-box_cat1 .img_prd {
  max-height: 500px;
}
.c-box_cat1 .c-info_left {
  font-family: OpenSans-Bold;
  line-height: 35px;
  padding-top: 15px;
  padding-left: 30px;
}
.c-box_cat1 .c-info_left .name-pro {
  font-size: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-box_cat1 .c-info_left .name-pro a {
  color: #333333;
}
.c-box_cat1 .c-info_left .name-pro a:hover {
  color: #d9222a;
}
.c-box_cat1 .c-info_left .price-pro {
  font-size: 26px;
  color: #d9222a;
  margin-bottom: 20px;
}
.c-box_cat1 .c-info_left .buy-medicine {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 27px;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.c-box_cat1 .c-info_left .buy-medicine:hover {
  background: #d9222a;
}
.c-box_cat1 .c-info_right {
  padding: 0;
}
.c-box_cat1 .owl-dots {
  text-align: center;
  padding: 22px 0;
}
.c-box_cat1 .owl-dots .owl-dot {
  display: inline-block;
}
.c-box_cat1 .owl-dots .owl-dot.active span {
  border-color: #ffffff;
  background: #333333;
}
.c-box_cat1 .owl-dots span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  border: 2px solid;
  margin: 0 2px;
}
.c-box_cat1 .c-redirect {
  padding-top: 0;
}

.c-box_cat2 {
  padding: 20px 0 0;
  background: #ffffff;
}
.c-box_cat2 .c-box_title {
  padding-left: 15px;
}
.c-box_cat2 .c-box_title img {
  position: relative;
  left: 7px;
}
.c-box_cat2 .c-redirect {
  padding-right: 15px;
}

.c-box_cat3 {
  padding: 15px 15px 40px;
  background: url("../../../../images/home/bg_cat_2.jpg") repeat;
}

@media (max-width: 992px) {
  .block_productslist .all_item_prd {
    padding: 0;
    overflow: hidden;
  }
  .all_item_prd .item-product {
    margin: 0;
  }
  .c-box_cat .item-product {
    margin: 0;
  }
  .c-box_cat .c-redirect {
    padding-bottom: 0;
    padding-right: 15px;
  }
  .c-box_cat3 .c-redirect {
    padding-right: 0;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .c-box_intro .c-item {
    width: 50%;
    float: left;
  }
}
@media (max-width: 767px) {
  .c-box_intro {
    padding: 0px 15px 15px;
  }
  .c-box_intro .c-item {
    padding: 10px 15px 10px 0px;
    border-bottom: 1px solid #EDEDED;
    display: grid;
    grid-template-columns: 50px 1fr;
    text-align: left;
    align-items: center;
  }
  .c-box_intro .c-item.ic_:nth-child(2):before {
    display: none;
  }
  .c-box_intro .c-item img {
    top: 0;
    justify-self: center;
  }
  .all_item_sele .c-box_title {
    font-size: 20px;
    padding-left: 15px;
  }
  .all_item_sele .c-box_title .fa {
    font-size: 25px;
  }
  .c-box_cat {
    margin: 0;
    padding: 0 0 30px;
  }
  .c-box_cat .c-box_title {
    font-size: 20px;
  }
  .c-box_cat .c-box_title .fa {
    font-size: 25px;
  }
  .c-box_cat1 .c-info_left {
    line-height: 25px;
  }
  .c-box_cat1 .c-info_left .name-pro {
    font-size: 20px;
  }
  .c-box_cat1 .c-info_left .price-pro {
    font-size: 21px;
  }
  .c-box_cat1 .c-info_left .buy-medicine {
    font-size: 15px;
    line-height: 20px;
    background: #d9222a;
  }
  .c-box_cat3 {
    padding: 15px 15px 40px;
  }
}
@media (max-width: 500px) {
  .c-box_intro {
    display: none;
  }
  .c-box_cat .c-box_title .c-view_all {
    display: none;
  }
  .c-box_cat .c-box_title h2 {
    font-size: 18px;
  }
}/*# sourceMappingURL=home.css.map */