.pagecontentflex {
  display: flex;
  margin-top: 40px;
  gap: 20px; }
  .pagecontentflex > div {
    width: calc(100%/2 - 20px); }

.itemflexproduct {
  display: flex;
  gap: 15px;
  align-items: center; }
  .itemflexproduct > div {
    margin-bottom: 20px; }
    .itemflexproduct > div:nth-child(1) {
      width: 80px; }
      .itemflexproduct > div:nth-child(1) .barlop {
        display: flex;
        width: 20px;
        height: 20px;
        border: 1px solid #ccc;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-weight: bold; }
    .itemflexproduct > div:nth-child(2) {
      width: 150px; }
    .itemflexproduct > div:nth-child(3) {
      width: calc(100% - 230px); }
      .itemflexproduct > div:nth-child(3) .title {
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 10px; }
      .itemflexproduct > div:nth-child(3) .product-select {
        border: none;
        border-bottom: 1px solid #ccc; }

.pageproductrecomment {
  margin-top: 20px; }

.thmevaogio {
  text-align: center; }
  .thmevaogio a {
    width: 100%;
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 10px;
    margin-bottom: 30px; }

.mainFooter .footer-container .widget-footer .footerNav-social li a svg {
  width: 14px;
  height: 14px;
  margin-top: -2px;
  fill: #fff; }
