/**
 * Theme Name: FPT
 * Template:   flatsome
 * Author: Được code bởi Bigsoft
**/
@import url("../flatsome/style.css");
.header-main .header-nav > li {
  margin: 0 25px !important;
}
.header-main .nav-left {
  justify-content: center !important;
}
.menu-item-category {
  padding-right: 30px;
}
.custom-shop-buttons .buy-now-button {
  width: 100%;
  border-radius: 5px;
  background: #1073f5;
}
.custom-shop-buttons .view-details-button {
  width: 100%;
  color: #000;
  background: none;
  border: none;
  margin: 0;
}
.row-share-post .icon.button.circle.is-outline.tooltip.linkedin {
  display: none;
}
.row-share-post .icon.pinterest {
  display: none;
}
.row-share-post a.icon.button.circle.is-outline.tooltip.email {
  display: none;
}
/*Footer*/
.absolute-footer .footer-secondary {
  display: none;
}
.absolute-footer {
  padding: 15px 0 !important;
  color: #fff !important;
}
.col-footer-one ul li {
  list-style: none;
  margin-left: 0;
}
.col-footer-one ul {
  padding-left: 0;
}
.foot-social {
  display: flex;
  justify-content: flex-end;
}
.foot-social > li {
  min-width: 52px;
  min-height: 52px;
}
.foot-social > li {
  flex: 0;
  margin: 0 6px;
  list-style: none;
}
.image-logo-footer img {
  width: 30%;
}
.row-footer-top {
  border-bottom: 1px solid #adadad82;
  align-items: center;
}
.row-footer-top .col {
  padding-bottom: 17px;
}
.row-footer-main {
  padding-top: 50px;
}
/*Page*/
.row-archive-product-top {
  width: 55%;
}
.row-archive-product-top .col {
  padding-bottom: 0;
}
.row-archive-product-top p {
  margin-bottom: 30px;
}
.row-archive-product-top .box-archive-top.active {
  border-bottom: 3px solid #4564ed;
  padding-top: 0;
}
/*Product*/
.product-small .price-wrapper .woocommerce-Price-amount {
  color: #f00 !important;
  font-size: 25px;
}
.product-small .price-wrapper .price {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 16px);
  flex: 1 1 calc(50% - 16px);
  background: #f7f7f8;
  padding: 24px;
  text-align: center;
  border-radius: 8px;
}
.product-small .name.product-title {
  text-align: center;
}
.product-small .woocommerce-LoopProduct-link {
  font-size: 20px;
  color: #000;
}
.product-small .box-text {
  background: #fafafa;
  padding: 10px;
  border-radius: 10px;
}
.product-package-include {
  padding: 20px 0 10px 0;
  text-align: center;
  font-weight: 600;
  font-size: 17px;
}
.custom-meta-product li {
  padding-left: 10px;
  line-height: 22px;
}
.custom-meta-product ul li::marker {
  font-family: "FontAwesome";
  content: "\f058";
  color: #46b310;
}
.product-small .col-inner {
  background: #fafafa;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #ddd;
}
.product-small .attachment-woocommerce_thumbnail {
  border-radius: 10px 10px 0px 0px;
}
.custom-star-rating-main {
  text-align: center;
  margin-bottom: 10px !important;
  margin-top: 0 !important;
}
.custom-star-rating-main span {
  font-size: 25px !important;
}
.title-product-home .section-title-normal {
  border-bottom: 0px solid #ececec;
}
.title-product-home .section-title-normal span {
  border-bottom: 0px solid rgba(0, 0, 0, 0.1);
  margin-bottom: -10px;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .row-archive-product-top {
    width: 100%;
  }
  .image-logo-footer img {
    width: 45%;
  }
  .row-footer-top .col {
    text-align: center;
  }
}
