/*
Theme Name: Váº£i
Description: This is a child theme for Flatsome Theme
Author: Truong Phong
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}
.phongvt-footer {
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  padding:10px 0;
  display:flex;
  justify-content:center;
  align-items:center;
  z-index:999
}
.phongvt-footer a {margin:0 10px}
.phongvt-footer img {
  max-width:200px;
  height:auto
}
@media (max-width: 768px) {
  .phongvt-footer {flex-wrap:wrap}
  .phongvt-footer a {margin:10px}
  .phongvt-footer img {max-width:80px}
}
.shop-stock {
  font-weight:600;
  font-size: 14px;
  text-transform: uppercase;
}
.shop-sku {
  display:flex;
  align-items:center;
  justify-content:start;
  gap: 0 6px;
  font-weight:600;
  line-height: 1;
  font-size: 14px;
}
.sku-text {
  font-weight:500;
  letter-spacing:.3px;
  font-size: 14px;
}
.copy-sku {
  width:18px;
  height:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:0;
  padding:0;
  background:none;
  cursor:pointer;
  position:relative;
  color:#555;
  margin:0
}
.copy-sku:hover {color:#0f2c69}
.copy-sku svg {
  width:16px;
  height:16px;
  transition:.25s ease
}
.icon-check {
  position:absolute;
  opacity:0;
  transform:scale(.6);
  color:#16a34a
}
.copy-sku.copied .icon-copy {
  opacity:0;
  transform:scale(.6)
}
.copy-sku.copied .icon-check {
  opacity:1;
  transform:scale(1)
}
.product-small.box .box-text {
  text-align:left;
  padding: 8px 0;
}
.product-small.box .title-wrapper {
  margin:0;
  display:block
}
.product-meta {
    margin-bottom: 8px;
}
.product-small.box .box-text p.name.product-title a {font-size: 18px;color: var(--fs-color-primary);text-transform: uppercase;}
.product-small.box .box-text p.name.product-title {
    margin-bottom: 8px;
    padding-bottom: 2px;
    border-bottom: 1px solid #ddd;
    height: auto !important;
}
.product-small.box .box-text .price-wrapper .price .amount {font-size:16px}
.product-small.box {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 8px;
}

.product-small.box .box-image {
    border-radius: 9px;
}
.box1 {
    background: #fffdf8;
    padding: 14px;
    font-size: 15px;
    color: #464646;
    border: 1px dashed orange;
    border-radius: 12px;
    margin-bottom: 30px;
}
.box1 p {
    margin-bottom: 10px;
}

.box1 h6 {
    font-size: 18px;
    opacity: 1;
    color: red;
    margin-bottom: 0;
}

.box2 {
    background: #f7f7f7;
    padding: 12px;
    border-radius: 12px;
}
.box2 p {
    font-size: 16px;
    margin-bottom: 8px;
}

.box2 h6 {
    font-size: 18px;
    opacity: 1;
    color: var(--fs-color-primary);
}

.box2 ul {
    margin-bottom: 0;
}

.box2 li {
    font-size: 15px;
    color: #333;
    margin-bottom: 2px;
}
.custom-product-page .ic p {
    margin-bottom: 0;
}
.custom-product-page .ic {
    color: #fff;
    padding: 8px;
    border-radius: 12px;
    line-height: 1.4;
}

.custom-product-page .ic p a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.custom-product-page .large-4 .ic {
    background: orange;
}

.custom-product-page .large-4:first-child .ic {
    background: #00abff;
}

.custom-product-page .large-4:last-child .ic {
    background: #d70000;
}
.custom-product-page .row.row-collapse {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 12px;
}

.custom-product-page .row.row-collapse .col {
    max-width: 100%;
}

.button.primary.expand.zalo-bt-sp {
    border-radius: 12px !important;
    top: 0 !important;
    padding: 12px !important;
}
.button.primary.expand.zalo-bt-sp::after {
    height: auto;
    line-height: 1.5;
    margin-top: 8px !important;
}
.product-breadcrumb-container.is-normal {
    margin-bottom: 10px;
}

.product-breadcrumb-container.is-normal a, .product-breadcrumb-container.is-normal span {
    font-size: 14px !important;
    color: #666 !important;
}
.woocommerce-product-gallery__wrapper img {
    border-radius: 16px;
}