.menu-contact {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.menu-contact i {
  font-size: 24px;
}
.menu-contact a {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.menu-blog {
  background-color: #333;
  height: 56px;
  padding-inline: 1rem;
  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;
  margin-left: 1rem;
}
.menu-blog a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.menu-blog a i {
  font-size: 16px;
  font-weight: 400;
}

.info-block {
  background: rgb(58, 71, 84);
  padding: 1.5rem 0;
  margin-bottom: 1rem;
}
.info-block .info-block-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.info-block .info-block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.info-block .info-block-item-icon {
  min-width: 60px;
  min-height: 60px;
  border: 2px solid #fff;
  border-radius: 60px;
  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;
}
.info-block .info-block-item-icon i {
  font-size: 32px;
  color: #fff;
}
.info-block .info-block-item-content h3 {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.info-block .info-block-item-content p {
  font-size: 11px;
  color: rgb(139, 145, 152);
  margin-bottom: 0;
}

body.home-body .pattern-group .p-g-tab-direction-0 .p-g-t-nav .nav .nav-item {
  margin: 0;
}
body.home-body .pattern-group .p-g-tab-direction-0 .p-g-t-nav .nav .nav-item .nav-link {
  border-right: 1px solid var(--border-grey);
  padding-inline: 1rem;
  position: relative;
}
body.home-body .pattern-group .p-g-tab-direction-0 .p-g-t-nav .nav .nav-item .nav-link.active {
  background: var(--accent);
  border-radius: 8px;
  color: #fff;
}
body.home-body .pattern-group .p-g-tab-direction-0 .p-g-t-nav .nav .nav-item .nav-link.active::after {
  content: "";
  display: block;
  position: absolute;
  border: 10px solid transparent;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-top-color: var(--accent);
  border-top-width: 10px;
}
body.home-body .pattern-group .p-g-tab-direction-0 .p-g-t-nav .nav .nav-item:last-child .nav-link {
  border-right: none;
}

body.home-body .pattern-group .p-g-mod .p-g-mod-header {
  border: none;
}
body.home-body .pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.home-body .pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--grey1);
}

.card-product .card-product-inner .info-group .code {
  margin-left: auto;
  font-weight: 500;
  font-size: 13px;
  color: var(--grey2);
}
.card-product .card-product-inner .buttons {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1rem;
}
.card-product .card-product-inner .buttons .quantity {
  border: 1px solid var(--border-grey);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
}
.card-product .card-product-inner .buttons .quantity input {
  border: none;
  width: 35px;
  text-align: center;
  padding: 0;
  font-size: 13px;
  border-radius: 0;
  background: transparent;
  border-right: 1px solid var(--border-grey);
  height: auto;
}
.card-product .card-product-inner .buttons .quantity .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-product .card-product-inner .buttons .quantity .btns a {
  color: var(--grey1);
  font-size: 13px;
  padding: 0 5px;
  background: transparent;
}
.card-product .card-product-inner .buttons .quantity .btns a:first-child {
  border-bottom: 1px solid var(--border-grey);
}
.card-product .card-product-inner .buttons .btn-cart {
  -ms-flex-line-pack: center;
      align-content: center;
  height: 42px;
  background: var(--grey1);
  color: #fff;
  border-color: var(--grey1);
}
.card-product .card-product-inner .buttons .btn-cart.disabled {
  border: none;
  color: var(--grey1);
}
.card-product .card-product-inner .buttons .btn-cart:hover {
  background: var(--accent);
  border-color: var(--accent);
}

.footer-social {
  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;
  width: 100%;
  margin-bottom: 2rem;
}
.footer-social .social-media a {
  width: 45px;
  height: 45px;
  background: var(--grey1);
  color: #fff;
  border-radius: 45px;
  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;
}