.layout-pageContact .breadcrumb-shop {
  margin-bottom: 30px; }

.box-info-contact {
  margin-bottom: 0px; }
  .box-info-contact h2 {
    font-size: 38px;
    font-weight: 700;
    color: #C00E0E;
    margin: 0 0 30px; }
  .box-info-contact .infoList-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 16px; }
    .box-info-contact .infoList-contact li {
      flex: 0 0 calc(25% - 12px);
      max-width: calc(25% - 12px);
      background: #FFFBFB;
      border-radius: 8px;
      padding: 60px 36px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      align-items: center;
      gap: 24px;
      border: 1px solid #FFD7D7; }
      .box-info-contact .infoList-contact li span {
        width: 80px;
        height: 80px;
        line-height: 80px;
        border-radius: 50%;
        text-align: center;
        font-size: 15px;
        background: #FFEFEF; }
      .box-info-contact .infoList-contact li p {
        margin-bottom: 5px;
        font-weight: 400;
        text-align: center; }
        .box-info-contact .infoList-contact li p strong {
          color: #000;
          margin-bottom: 5px;
          display: block; }
  @media (max-width: 991.98px) {
    .box-info-contact h2 {
      font-size: 24px;
      margin: 0 0 16px; }
    .box-info-contact .infoList-contact li {
      padding: 8px;
      gap: 16px; }
      .box-info-contact .infoList-contact li span {
        width: 60px;
        height: 60px;
        line-height: 60px; }
        .box-info-contact .infoList-contact li span svg {
          width: 30px;
          height: 30px; } }
  @media (max-width: 767.98px) {
    .box-info-contact .infoList-contact li {
      flex: 0 0 calc(50% - 8px);
      max-width: calc(50% - 8px); } }

.wrapbox-content-store {
  padding: 65px 0; }
  @media (max-width: 991.98px) {
    .wrapbox-content-store {
      padding: 30px 0; } }

.wrapbox-content-form {
  padding: 60px 0px 40px;
  position: relative;
  overflow: hidden; }
  .wrapbox-content-form:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    z-index: 9; }

.box-send-contact {
  max-width: 430px;
  margin: 0 auto;
  position: relative;
  z-index: 10; }
  .box-send-contact h2 {
    font-weight: 700;
    font-size: 38px;
    margin: 0 0 40px;
    color: #fff;
    text-align: center; }
  .box-send-contact p {
    margin-bottom: 15px; }
  .box-send-contact .contact-form .input-group {
    width: 100%;
    margin-bottom: 8px; }
  .box-send-contact .contact-form [class*="col-"] {
    padding-left: 4px;
    padding-right: 4px; }
  .box-send-contact .contact-form .input-group input,
  .box-send-contact .contact-form .input-group textarea {
    color: #5c5c5c;
    height: 45px;
    width: 100%;
    font-weight: 500;
    padding: 8px 20px;
    background: #fff;
    border: 1px solid var(--shop-color-border);
    border-radius: 4px;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }
  .box-send-contact .contact-form .input-group textarea {
    width: 100%;
    height: 130px;
    padding: 20px 20px; }
  .box-send-contact .contact-form .input-group textarea:focus {
    outline: none; }
  .box-send-contact .sitebox-recaptcha {
    display: none; }
  .box-send-contact .contact-form button {
    padding: 16px 20px;
    font-weight: 500;
    color: #fff;
    background: #C00E0E;
    border-radius: 4px;
    margin-top: 18px; }
    .box-send-contact .contact-form button:before {
      background: #C00E0E; }
  @media (max-width: 991.98px) {
    .box-send-contact h2 {
      font-size: 24px;
      margin: 0 0 16px; } }
