[class^="section-menu-"] {
  padding: 80px 0; }

@media (max-width: 767px) {
  [class^="section-menu-"] {
    padding: 40px 0; } }

.breadcrumb-shop {
  background: transparent;
  border: none;
  position: absolute;
  bottom: 20px;
  width: 100%; }
  .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows {
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px; }
    .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows span {
      font-weight: 600; }
    .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows a {
      color: #fff;
      border-bottom: 1px solid; }
      .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows a:hover {
        color: var(--shop-color-main); }
    .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows > li + li:before {
      color: #fff;
      margin-left: 10px; }

.section-breadcrumb {
  position: relative;
  background-image: url(//cdn.hstatic.net/themes/200001193925/1001500650/14/banner_header_menu.jpg?v=122);
  background-size: cover;
  background-position: center;
  padding: 150px 0; }
  .section-breadcrumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); }
  .section-breadcrumb .breadcrumb-content {
    position: relative;
    color: #fff; }
    .section-breadcrumb .breadcrumb-content h1 {
      font-size: 70px;
      letter-spacing: 5px; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .section-breadcrumb {
      padding: 80px 0; }
      .section-breadcrumb .breadcrumb-content h1 {
        font-size: 50px; } }
  @media (max-width: 991px) {
    .section-breadcrumb {
      padding: 60px 0; }
      .section-breadcrumb .breadcrumb-content h1 {
        font-size: 40px; } }
  @media (max-width: 767px) {
    .section-breadcrumb .breadcrumb-content h1 {
      font-size: 28px; } }

.section-menu-collection {
  padding: 0 0 80px; }
  .section-menu-collection .container {
    padding-top: 80px;
    border-top: 1px solid #e0e0e0; }
  .section-menu-collection:first-child .container, .section-menu-collection:nth-child(2) .container {
    border: none; }
  .section-menu-collection .list-pro {
    margin-top: 50px; }
  .section-menu-collection .btn-more {
    margin-top: 30px; }
  @media (min-width: 1200px) {
    .section-menu-collection.section-menu-collection-small .list-pro .pro-item:nth-child(odd) {
      padding-right: 40px; }
    .section-menu-collection.section-menu-collection-small .list-pro .pro-item:nth-child(even) {
      padding-left: 40px; } }
  @media (max-width: 767px) {
    .section-menu-collection {
      padding: 0 0 40px; }
      .section-menu-collection .container {
        padding-top: 40px; }
      .section-menu-collection .list-pro {
        margin-top: 30px; }
      .section-menu-collection .btn-more {
        margin-top: 15px; } }

.section-menu-form {
  position: relative;
  padding: 100px 0;
  scroll-margin-block-start: 90px;
  background: var(--page-menu-bg); }
  .section-menu-form .page-form {
    position: relative;
    padding: 80px;
    background: #fff; }
  @media (min-width: 1200px) {
    .section-menu-form.has-bg-left .page-form:before {
      content: '';
      position: absolute;
      bottom: -20px;
      left: -60px;
      width: 15%;
      height: 30%;
      background-image: url(//cdn.hstatic.net/themes/200001193925/1001500650/14/menu_form_img_1.jpg?v=122);
      background-size: 120px;
      background-repeat: no-repeat; }
    .section-menu-form.has-bg-right:before {
      content: '';
      position: absolute;
      top: -70px;
      right: 0;
      width: 16%;
      height: 35%;
      background-image: url(//cdn.hstatic.net/themes/200001193925/1001500650/14/menu_form_img_2.jpg?v=122);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: right;
      z-index: 1; } }
  @media (max-width: 991px) {
    .section-menu-form .page-form {
      padding: 20px; } }
  @media (max-width: 767px) {
    .section-menu-form {
      padding: 40px 0; } }
