@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  height: 100vh;
  background-image: url("/assets/img/m01.jpg");
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.modal-open {
  overflow: hidden;
}

.mobile_header {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
  background-color: #808080;
}
.mobile_header .logo {
  width: 75%;
}
.mobile_header .logo img {
  max-width: 100%;
}
.mobile_header .burger {
  text-align: right;
  width: 25%;
  padding-right: 15px;
  font-size: 22px;
}
.mobile_header .burger span {
  color: #fff;
  margin-left: 10px;
  cursor: pointer;
}
.mobile_header .burger a {
  color: #fff;
  margin-left: 10px;
  cursor: pointer;
}

.logo_wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
  background-color: #808080;
}
.logo_wraper .logo {
  width: 60%;
}
.logo_wraper .cart {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
  padding-right: 10px;
  color: #fff;
}
.logo_wraper .cart .basket_icon {
  margin-right: 10px;
  font-size: 18px;
}
.logo_wraper .cart span a {
  color: #fff;
  text-decoration: none;
}
.logo_wraper .cart span a:hover {
  color: #efefef;
}

.nav_wraper {
  background-color: #808080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
.nav_wraper .nav {
  width: 60%;
}
.nav_wraper .nav ul {
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dcdcdc));
  background: linear-gradient(to bottom, #f5f5f5, #dcdcdc);
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0 20px 0 0;
  /* закругление как справа на картинке */
  border: 1px solid #bfbfbf;
  overflow: hidden;
  font-family: Arial, sans-serif;
}
.nav_wraper .nav ul li {
  list-style: none;
  padding: 10px 25px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  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;
  border-right: 1px solid #bfbfbf;
  /* разделители */
  text-shadow: 1px 1px 0 #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#cfcfcf));
  background: linear-gradient(to bottom, #fafafa, #cfcfcf);
}
.nav_wraper .nav ul li:last-child {
  border-right: none;
}
.nav_wraper .nav ul li:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
  background: linear-gradient(to bottom, #fff, #ccc);
}
.nav_wraper .nav ul li a {
  text-decoration: none;
  color: #393939;
  font-size: 16px;
  font-weight: 700;
}
.nav_wraper .search {
  width: 40%;
  text-align: right;
  padding-right: 10px;
}
.nav_wraper .search form input {
  padding: 1px 5px;
  min-width: 70%;
}

.blue-btn {
  display: inline-block;
  padding: 2px 15px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#33c2f0), to(#0095c8));
  background: linear-gradient(to bottom, #33c2f0, #0095c8);
  border: 1px solid #0078a3;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.blue-btn:hover {
  opacity: 0.85;
}

.blue-btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

main {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
main .content {
  width: calc(100% - 300px);
  padding: 15px;
}
main .sidebar {
  width: 300px;
  padding-top: 15px;
}

.sidebar_block {
  padding: 0 15px;
}
.sidebar_block .h5 {
  font-size: 20px;
}
.sidebar_block .sidebar_text {
  padding: 5px;
}
.sidebar_block .sidebar_text.gray {
  background-color: #f0f0f0;
}

.art_menu li a {
  text-decoration: none;
  color: #000;
}
.art_menu li a:hover {
  text-decoration: underline;
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin: calc(-20px / 2);
  padding: calc(20px / 2);
}
.grid__item {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 140px;
  min-width: 220px;
  width: calc(25% - 20px);
}
@media (max-width: 992px) {
  .grid__item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  .grid__item {
    width: 100%;
    min-width: 0;
  }
}

.grid__item__image {
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.grid__item__image a {
  display: block;
}

.grid__item__image a img {
  max-width: 100%;
  min-width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.grid__item__image:hover a img {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.grid_title {
  width: 100%;
  padding-top: 10px;
}

.grid_title a {
  text-decoration: none;
  color: #000;
}

.grid_title a:hover {
  color: #666;
}

.grid_title a h3 {
  text-align: center;
  margin: 0;
  font-size: 18px;
}

.grid_text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
}

.grid_text span {
  color: #FF9933;
  font-size: 24px;
}

.aright {
  display: block;
  text-align: right;
}

.top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background: linear-gradient(to bottom, #ffffff, #e6e6e6);
  padding: 8px 12px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}

.top-bar__title {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #4c1b85;
  /* фиолетовый как на картинке */
  text-transform: uppercase;
  letter-spacing: 1px;
}
.top-bar__title a {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #4c1b85;
  /* фиолетовый как на картинке */
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}
.top-bar__title a:hover {
  color: #000;
}

.top-bar__btn {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#33c2f0), to(#0095c8));
  background: linear-gradient(to bottom, #33c2f0, #0095c8);
  border: 1px solid #0078a3;
  color: #ffffff;
  padding: 5px 14px;
  border-radius: 4px;
  font-size: 13px;
  text-decoration: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}

.top-bar__btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#4ddaff), to(#0193c4));
  background: linear-gradient(to bottom, #4ddaff, #0193c4);
}

.free-shipping {
  width: 100%;
  margin: 15px 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(25%, #fbfbfb), color-stop(60%, #f5f5f5), to(#efefef)), -webkit-gradient(linear, left top, left bottom, from(#fafafa), color-stop(45%, #f2f2f2), to(#ffffff));
  background-image: linear-gradient(to right, #ffffff 0%, #fbfbfb 25%, #f5f5f5 60%, #efefef 100%), linear-gradient(to bottom, #fafafa 0%, #f2f2f2 45%, #ffffff 100%);
  display: inline-block;
  padding: 10px 24px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ff8a00;
  -webkit-box-shadow: inset -28px 0 30px -20px rgba(0, 0, 0, 0.06), inset 0 -6px 10px -8px rgba(0, 0, 0, 0.05);
          box-shadow: inset -28px 0 30px -20px rgba(0, 0, 0, 0.06), inset 0 -6px 10px -8px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  white-space: nowrap;
}

@media (max-width: 420px) {
  .free-shipping {
    padding: 8px 14px;
    font-size: 16px;
  }
}
.cat_menu ul li a {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #5a0000;
}
.cat_menu ul li a:hover {
  color: #d60000;
}
.cat_menu ul li.active a {
  color: #d60000;
}

footer {
  background-color: #f0f0f0;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
footer .left_content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .left_content ul li {
  display: inline-block;
  margin-right: 10px;
}
footer .left_content ul li a {
  font-size: 13px;
}
footer .left_content .copy {
  font-size: 12px;
  margin: 0;
  display: block;
}

a.add {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#33c2f0), to(#0095c8));
  background: linear-gradient(to bottom, #33c2f0, #0095c8);
  border: 1px solid #0078a3;
  color: #ffffff;
  padding: 1px 5px;
  border-radius: 4px;
  font-size: 13px;
  text-decoration: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

a.add:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#4ddaff), to(#0193c4));
  background: linear-gradient(to bottom, #4ddaff, #0193c4);
}

.added {
  display: inline-block;
  background-color: #FF9933;
  border: 1px solid #0078a3;
  color: #ffffff;
  padding: 1px 5px;
  border-radius: 4px;
  font-size: 13px;
  text-decoration: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}

/*mobile menu start*/
.mobile_menu_bg .mobile_menu.mobile-menu-hidden {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.mobile_menu_bg.mobile-menu-hidden-bg {
  visibility: visible;
  opacity: 1;
}

.mobile_menu_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1021;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  top: 0;
  visibility: hidden;
  opacity: 0;
}

.mobile_menu_bg .mobile_menu {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  height: 100%;
  background-color: #fff;
  padding: 30px 15px 30px 45px;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}

.mobile_menu_bg.mobile-menu-hidden {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.mobile_menu_bg .mobile_menu .mobile_menu_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
.mobile_menu_bg .mobile_menu .mobile_menu_header .mobile_button img {
  width: 30px;
}

.mobile_menu_content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile_menu_content ul li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #666;
  font-size: 18px;
  font-weight: 700;
}

/*mobile menu end*/
.page-link {
  color: #999;
}

.active > .page-link, .page-link.active {
  z-index: 3;
  color: #fff;
  background-color: #999;
  border-color: #ccc;
}

.mcount {
  position: relative;
  display: inline-block;
}

.mmcount {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  background-color: #FF9933;
  color: #fff;
  font-size: 11px;
  display: inline-block;
  width: 15px;
  height: 15px;
  text-align: center;
  margin-right: -3px;
  line-height: 15px;
}

.item_top_wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.item_top_wraper .item_box {
  width: 30%;
}
.item_top_wraper .item_box .item_image img {
  max-width: 100%;
  min-width: 100%;
}
.item_top_wraper .item_box .action_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.item_top_wraper .item_box .action_box span {
  text-align: center;
  display: inline-block;
  color: #FF9933;
  font-size: 24px;
}
.item_top_wraper .item_description {
  width: 100%;
  padding-left: 15px;
}
.item_top_wraper .item_description .single_copy {
  display: block;
  background-color: #0081b1;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 5px 20px;
}
.item_top_wraper .item_description .free_ship {
  display: block;
  background-color: #ff9933;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 5px 20px;
}

.contact_form_wraper {
  border: 1px solid #ccc;
  padding: 15px;
}

.art_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
  background-color: #f0f0f0;
  margin-bottom: 15px;
}
.art_box .art_image {
  width: 30%;
}
.art_box .art_image img {
  max-width: 100%;
  min-width: 100%;
}
.art_box .art_content {
  padding: 15px;
  width: 70%;
}

.order_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
.order_buttons .return_link {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #ccc;
  background-color: #efefef;
  color: #000;
  text-decoration: none;
}
.order_buttons .return_link:hover {
  background-color: #fff;
}
.order_buttons .payment_link {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #ccc;
  background-color: #0095c8;
  color: #fff;
  text-decoration: none;
}
.order_buttons .payment_link:hover {
  background-color: #0078a3;
}

@media (max-width: 1200px) {
  header {
    display: none;
  }

  .mobile_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 992px) {
  main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .content {
    width: 100%;
  }
  main .sidebar {
    display: none;
    width: 100%;
  }

  .top-bar__title {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
  }

  .top-bar__btn {
    padding: 2px 5px;
    font-size: 12px;
  }

  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .left_content ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  footer .left_content ul li {
    display: inline-block;
    margin-right: 10px;
  }
  footer .left_content ul li a {
    font-size: 13px;
  }
  footer .left_content .copy {
    font-size: 12px;
    margin: 0;
    display: block;
    margin-bottom: 15px;
  }

  .item_top_wraper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .item_top_wraper .item_box {
    width: 100%;
  }
  .item_top_wraper .item_description {
    width: 100%;
  }

  .art_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .art_box .art_image {
    width: 100%;
  }
  .art_box .art_content {
    width: 100%;
  }
}