* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box; }

  html {
    scroll-behavior: smooth; }

  body {
    margin: 0 auto;
    background-color: #fff;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; }

  .padding {
    padding: 5px 5px; }

  .mm-menu_offcanvas {
    z-index: 9999; }

  header .header__top {
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header .header__top .header__top-language .laguage__item {
      position: relative; }
      header .header__top .header__top-language .laguage__item .item {
        display: flex;
        align-items: center; }
      header .header__top .header__top-language .laguage__item .item__list {
        position: absolute;
        top: 100%;
        display: none;
        width: 150px;
        background-color: #ccc;
        z-index: 9999; }
        header .header__top .header__top-language .laguage__item .item__list ul {
          margin-bottom: 0;
          list-style: none; }
          header .header__top .header__top-language .laguage__item .item__list ul li a {
            display: flex;
            align-items: center;
            border-bottom: 1px solid #fff;
            border-top: 1px solid #fff;
            line-height: 35px;
            color: #000;
            z-index: 100;
            padding-left: 10px;
            text-decoration: none; }
          header .header__top .header__top-language .laguage__item .item__list ul li p {
            margin-bottom: 0;
            padding-right: 10px;
            font-size: 0.9rem;
            font-weight: 500; }
          header .header__top .header__top-language .laguage__item .item__list ul li img {
            max-width: 20px;
            height: 20px;
            border-radius: 50%;
            margin-right: 5px; }
          header .header__top .header__top-language .laguage__item .item__list ul li i {
            padding-left: 10px;
            font-size: 0.9rem; }
            header .header__top .header__top-language .laguage__item .item__list ul li i:hover {
              cursor: pointer; }
      header .header__top .header__top-language .laguage__item p {
        margin-bottom: 0;
        padding-right: 10px;
        font-size: 0.9rem;
        font-weight: 400;
        color: #000; }
      header .header__top .header__top-language .laguage__item img {
        max-width: 20px;
        height: 20px;
        border-radius: 50%;
        margin-right: 5px; }
      header .header__top .header__top-language .laguage__item i {
        padding-left: 10px;
        font-size: 0.9rem; }
        header .header__top .header__top-language .laguage__item i:hover {
          cursor: pointer; }
    header .header__top .header__top-user {
      display: flex;
      justify-content: space-between; }
      header .header__top .header__top-user .create__user {
        margin-right: 30px; }
        header .header__top .header__top-user .create__user a {
          font-size: 0.9rem;
          color: #DC000C; }
        header .header__top .header__top-user .create__user .login {
          display: flex;
          justify-content: center;
          align-items: center; }
          header .header__top .header__top-user .create__user .login h5 {
            font-size: 1.5rem;
            color: #ffffff;
            display: block;
            margin: 0px;
            width: 100%;
            text-align: center;
            padding: 12px 0px;
            background-color: #DC000C;
            margin-bottom: 20px; }
          header .header__top .header__top-user .create__user .login form input {
            width: 100%;
            height: 40px;
            border: 1px solid #ccc;
            margin-bottom: 20px;
            padding-left: 10px;
            border-radius: 5px; }
          header .header__top .header__top-user .create__user .login form .login__support {
            display: flex;
            align-items: center;
            margin: 10px 0px; }
            header .header__top .header__top-user .create__user .login form .login__support label {
              margin: 0;
              padding-right: 10px; }
            header .header__top .header__top-user .create__user .login form .login__support input {
              width: 15px;
              height: 15px;
              margin-bottom: 0; }
            header .header__top .header__top-user .create__user .login form .login__support a:nth-child(2) {
              border-right: 1px solid #000; }
            header .header__top .header__top-user .create__user .login form .login__support a {
              text-decoration: none;
              color: #111;
              margin-right: 10px;
              padding-right: 10px; }
          header .header__top .header__top-user .create__user .login form input[type=submit] {
            background-color: #DC000C;
            color: #fff; }
      header .header__top .header__top-user .user__information {
        display: flex;
        justify-content: space-between; }
        header .header__top .header__top-user .user__information .information__user {
          padding-right: 20px; }
        header .header__top .header__top-user .user__information .information__cart {
          position: relative; }
          header .header__top .header__top-user .user__information .information__cart span {
            position: absolute;
            top: -4px;
            left: 17px;
            font-size: 10px;
            color: white;
            display: flex;
            background: red;
            width: 14px;
            justify-content: center;
            height: 14px;
            text-align: center;
            border-radius: 50%;
            align-items: center; }
        header .header__top .header__top-user .user__information .information__bell {
          position: relative;
          margin-left: 20px; }
          header .header__top .header__top-user .user__information .information__bell i {
            font-size: 20px;
            color: #000; }
          header .header__top .header__top-user .user__information .information__bell span {
            position: absolute;
            top: -4px;
            left: 17px;
            font-size: 10px;
            color: white;
            display: flex;
            background: red;
            width: 14px;
            justify-content: center;
            height: 14px;
            text-align: center;
            border-radius: 50%;
            align-items: center; }
  header .header__center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px; }
    header .header__center .header__center-logo img {
      width: 216px; }
    header .header__center .header__center-btn {
      padding-right: 0px; }
      header .header__center .header__center-btn label {
        display: flex;
        /* min-height: 40px;
        max-height: 40px; */
        margin-bottom: 0px;
        border: 2px solid red;
        border-radius: 5px; }
        header .header__center .header__center-btn label input {
          width: 90%;
          min-height: 40px;
            max-height: 40px;
          border: 0px;
          padding-left: 10px;
          border-radius: 5px; }
          header .header__center .header__center-btn label input::placeholder {
            padding-left: 10px;
            font-size: 0.9rem; }
          header .header__center .header__center-btn label input:focus {
            border: 0px solid #DC000C;
            outline: 0px auto -webkit-focus-ring-color; }
        header .header__center .header__center-btn label button {
          width: 10%;
          border: 0px;
          background-color: #fff;
          border-radius: 5px; }
          header .header__center .header__center-btn label button img {
            width: 25px;
            height: 25px; }
          header .header__center .header__center-btn label button:focus {
            outline: 0px auto -webkit-focus-ring-color; }
  header .header__menu {
    background-color: #DC000C;
    display: flex;
    align-items: center;
    min-height: 50px;
    max-height: 50px;
    width: 100%;
    z-index: 9999999;
    top: 0; }
    header .header__menu .header__menu-item {
      display: flex;
      align-items: center;
      padding: 0; }
    header .header__menu .header__menu-categories {
      position: relative;
      padding: 0; }
    header .header__menu .category__item {
      display: flex;
      justify-content: space-around;
      align-items: center;
      background-color: #AC060F;
      height: 50px;
      color: #FFFFFF; }
      header .header__menu .category__item p {
        margin-bottom: 0;
        font-size: 1.1rem; }
      header .header__menu .category__item i {
        font-size: 1.5rem; }
    header .header__menu .categori__item-show {
      position: absolute;
      display: none;
      width: 100%;
      background: #ac060f;
      z-index: 2; }
      header .header__menu .categori__item-show ul {
        list-style: none;
        margin-bottom: 0;
        padding-left:0; }
        header .header__menu .categori__item-show ul li {
          line-height: 40px;
          border-bottom: 1px solid #fff; }
          header .header__menu .categori__item-show ul li a {
            color: #fff;
            display: inherit;
            text-decoration: none;
            padding-left: 30px; }
          header .header__menu .categori__item-show ul li .menu__item1 {
            display: none; }
            header .header__menu .categori__item-show ul li .menu__item1 li.item1 {
              position: relative; }
              header .header__menu .categori__item-show ul li .menu__item1 li.item1 a {
                padding-left: 40px;
                position: relative; }
                header .header__menu .categori__item-show ul li .menu__item1 li.item1 a i {
                  position: absolute;
                  right: 10px;
                  top: 40%; }
              header .header__menu .categori__item-show ul li .menu__item1 li.item1 .tab__menu {
                display: none;
                top: 0%;
                position: absolute;
                left: 100%;
                width: 100%;
                background-color: #ac060f; }
                header .header__menu .categori__item-show ul li .menu__item1 li.item1 .tab__menu a {
                  line-height: 40px;
                  border-bottom: 1px solid #fff;
                  border-left: 1px solid #fff; }
            header .header__menu .categori__item-show ul li .menu__item1 li.item1:hover .tab__menu {
              display: block; }
          header .header__menu .categori__item-show ul li .order__item1 {
            display: none; }
            header .header__menu .categori__item-show ul li .order__item1 li.item1 {
              position: relative; }
              header .header__menu .categori__item-show ul li .order__item1 li.item1 a {
                padding-left: 40px;
                position: relative; }
                header .header__menu .categori__item-show ul li .order__item1 li.item1 a i {
                  position: absolute;
                  right: 10px;
                  top: 40%; }
              header .header__menu .categori__item-show ul li .order__item1 li.item1 .tab__menu {
                display: none;
                top: 0%;
                position: absolute;
                left: 100%;
                width: 100%;
                background-color: #ac060f; }
                header .header__menu .categori__item-show ul li .order__item1 li.item1 .tab__menu a {
                  line-height: 40px;
                  border-bottom: 1px solid #fff;
                  border-left: 1px solid #fff; }
            header .header__menu .categori__item-show ul li .order__item1 li.item1:hover .tab__menu {
              display: block; }
          header .header__menu .categori__item-show ul li .tab__menu {
            display: none;
            top: 0%;
            position: absolute;
            left: 100%;
            width: 100%;
            background-color: #ac060f; }
            header .header__menu .categori__item-show ul li .tab__menu a {
              line-height: 40px;
              border-bottom: 1px solid #fff;
              border-left: 1px solid #fff; }
          header .header__menu .categori__item-show ul li a:hover {
            background-color: #4E0206; }
          header .header__menu .categori__item-show ul li .menu__box {
            display: none;
            display: none;
            position: absolute;
            left: 100%;
            top: 0;
            width: 100%;
            z-index: 99999999999;
            background-color: #ab1921; }
            header .header__menu .categori__item-show ul li .menu__box .category {
              border-bottom: 1px solid #fff;
              border-left: 1px solid #fff; }
            header .header__menu .categori__item-show ul li .menu__box .tab__item {
              border-left: 1px solid #fff; }
            header .header__menu .categori__item-show ul li .menu__box .tab__item:hover .menu__item1 {
              display: block;
              background-color: #ffab00; }
            header .header__menu .categori__item-show ul li .menu__box .category:hover .tab__menu {
              display: block; }
          header .header__menu .categori__item-show ul li .menu__box:hover .category {
            display: block; }
          header .header__menu .categori__item-show ul li .menu__box:hover .tab__item {
            display: block; }
        header .header__menu .categori__item-show ul li.shopping {
          position: relative; }
        header .header__menu .categori__item-show ul li.order__item:hover .order__item1 {
          display: block;
          background-color: #ffab00; }
        header .header__menu .categori__item-show ul li.category {
          position: relative; }
        header .header__menu .categori__item-show ul li.category:hover .tab__menu {
          display: block; }
        header .header__menu .categori__item-show ul .shopping:hover .menu__box {
          display: block; }
    header .header__menu .header__menu-pages {
      display: flex;
      align-items: center; }
      header .header__menu .header__menu-pages ul {
        list-style: none;
        display: flex;
        margin: 0; }
        header .header__menu .header__menu-pages ul .order {
          position: relative; }
        header .header__menu .header__menu-pages ul li {
          padding-left: 50px; }
          header .header__menu .header__menu-pages ul li a {
            color: #FFFFFF;
            font-size: 1.1rem;
            text-decoration: none;
            font-weight: 700;
            padding: 25px 0px; }
          header .header__menu .header__menu-pages ul li .order__list {
            display: none;
            position: absolute;
            top: 160%;
            width: 180%;
            background-color: #ac060f;
            z-index: 999; }
            header .header__menu .header__menu-pages ul li .order__list a {
              display: block;
              padding: 5px 0px 10px 10px;
              border-bottom: 1px solid #fff; }
              header .header__menu .header__menu-pages ul li .order__list a:hover {
                color: sandybrown; }
        header .header__menu .header__menu-pages ul li.order:hover .order__list {
          display: block; }

  #page {
    display: none; }
    #page #menu .mm-btn {
      position: relative; }
      #page #menu .mm-btn i {
        position: absolute;
        right: 30%; }
    #page #menu .mm-btn_next:after {
      right: 10%; }

  .banner .banner__item {
    margin-top: 20px;
    padding: 0px; }
  .banner .banner__top {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0; }
    .banner .banner__top .banner__top-item {
      padding-left: 0px;
      padding-right: 10px;
      width: 100%;
      height: 187px;
      overflow: hidden; }
      .banner .banner__top .banner__top-item:hover img {
        opacity: 0.5; }
      .banner .banner__top .banner__top-item img {
        width: 100%;
        height: 100%; }
    .banner .banner__top .banner__top-item:nth-child(4) {
      padding-right: 0; }
  .banner .banner__center {
    padding-right: 0;
    display: flex;
    margin: 0; }
    .banner .banner__center .banner__center-right {
      padding: 0;
      margin-top: 10px; }
      .banner .banner__center .banner__center-right .banner__center-item1 {
        display: flex;
        margin-bottom: 10px; }
        .banner .banner__center .banner__center-right .banner__center-item1 a {
          width: 100%;
          height: 100%;
          display: block; }
        .banner .banner__center .banner__center-right .banner__center-item1 .item1 {
          padding-left: 0;
          padding-right: 10px; }
          .banner .banner__center .banner__center-right .banner__center-item1 .item1:hover img {
            opacity: 0.5; }
          .banner .banner__center .banner__center-right .banner__center-item1 .item1 img {
            width: 100%; }
        .banner .banner__center .banner__center-right .banner__center-item1 .item2 {
          padding-left: 0;
          padding-right: 10px; }
          .banner .banner__center .banner__center-right .banner__center-item1 .item2:hover img {
            opacity: 0.5; }
          .banner .banner__center .banner__center-right .banner__center-item1 .item2 img {
            width: 100%; }
      .banner .banner__center .banner__center-right .banner__center-item2 {
        padding-left: 0;
        padding-right: 10px; }
        .banner .banner__center .banner__center-right .banner__center-item2:hover img {
          opacity: 0.5; }
        .banner .banner__center .banner__center-right .banner__center-item2 a {
          width: 100%;
          height: 100%;
          display: block; }
        .banner .banner__center .banner__center-right .banner__center-item2 img {
          width: 100%;
          height: max-content; }
    .banner .banner__center .banner__center-left {
      padding: 0;
      margin-top: 10px; }
      .banner .banner__center .banner__center-left button.next-arrow {
        position: absolute;
        border: 0px;
        color: #ccc;
        font-size: 40px;
        right: 5px;
        top: 50%;
        background-color: #ccc0; }
        .banner .banner__center .banner__center-left button.next-arrow:focus {
          outline: 0px auto -webkit-focus-ring-color; }
      .banner .banner__center .banner__center-left button.prev-arrow {
        position: absolute;
        border: 0px;
        color: #ccc;
        font-size: 40px;
        left: 5px;
        top: 50%;
        background-color: #ccc0;
        z-index: 1; }
        .banner .banner__center .banner__center-left button.prev-arrow:focus {
          outline: 0px auto -webkit-focus-ring-color; }
      .banner .banner__center .banner__center-left a {
        width: 100%;
        height: 100%;
        display: block; }
      .banner .banner__center .banner__center-left img {
        width: 100%;
        height: 100%; }

  .global {
    padding: 0; }
    .global .global__title {
      margin-top: 40px;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .global .global__title h3 {
        width: 30%;
        font-size: 2rem;
        font-weight: 700;
        color: #DC000C; }
      .global .global__title a {
        text-decoration: none;
        color: #111111;
        margin-bottom: 0;
        text-align: right;
        width: 70%;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px; }
        .global .global__title a i {
          padding-left: 10px;
          color: #888888; }
    .global .global__content .nav {
      justify-content: center;
      align-items: center;
      margin-bottom: 20px; }
      .global .global__content .nav .nav-item .active .nav__img {
        background-color: #FFA7AC; }
      .global .global__content .nav .nav-item .active span {
        font-weight: bold;
        color: #FFA7AC; }
      .global .global__content .nav .nav-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px 40px;
        text-decoration: none; }
        .global .global__content .nav .nav-link .nav__img {
          width: 100px;
          height: 100px;
          display: flex;
          background-color: #EDEDED;
          border-radius: 50%;
          justify-content: center;
          align-items: center;
          margin-bottom: 20px;
          color: #111111; }
          .global .global__content .nav .nav-link .nav__img img {
            width: 60px;
            height: 60px;
            border-radius: 50%; }
        .global .global__content .nav .nav-link span {
          font-size: 1.2rem;
          font-weight: 400;
          color: #111111; }
        .global .global__content .nav .nav-link .other img {
          width: 24px;
          height: 6px;
          border-radius: 0px; }
    .global .global__content .global__product {
      display: flex;
      padding: 0; }
      .global .global__content .global__product .global__product-item1 {
        padding: 0px 5px 10px 0px;
        overflow: hidden; }
        .global .global__content .global__product .global__product-item1:hover img {
          opacity: 0.5; }
        .global .global__content .global__product .global__product-item1 img {
          width: 100%;
          border-radius: 10px; }
      .global .global__content .global__product .global__product-item2 {
        padding: 0;
        display: flex;
        flex-wrap: wrap; }
        .global .global__content .global__product .global__product-item2 .product__item2-content {
          padding: 0px 5px 10px 5px;
          overflow: hidden; }
          .global .global__content .global__product .global__product-item2 .product__item2-content:hover img {
            opacity: 0.5; }
          .global .global__content .global__product .global__product-item2 .product__item2-content img {
            width: 100%;
            border-radius: 10px;
            height: 100%; }

  .korea {
    margin-top: 30px;
    padding: 0; }
    .korea .korea-title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 20px; }
      .korea .korea-title h3 {
        color: #DC000C;
        font-size: 2rem;
        font-weight: 700;
        margin: 0; }
      .korea .korea-title a {
        display: flex;
        align-items: center;
        font-size: 1rem;
        font-weight: 400;
        color: #111111;
        text-decoration: none; }
        .korea .korea-title a i {
          padding-left: 10px; }
    .korea .korea-slider button.next-arrow {
      position: absolute;
      top: 30%;
      right: 8px;
      border: 1px solid #ccc;
      background-color: #fff;
      color: #ccc;
      font-size: 20px;
      padding: 10px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1; }
      .korea .korea-slider button.next-arrow:focus {
        outline: 0px auto -webkit-focus-ring-color; }
    .korea .korea-slider button.prev-arrow {
      position: absolute;
      top: 30%;
      left: 8px;
      border: 1px solid #ccc;
      background-color: #fff;
      color: #ccc;
      font-size: 20px;
      padding: 10px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1; }
      .korea .korea-slider button.prev-arrow:focus {
        outline: 0px auto -webkit-focus-ring-color; }
    .korea .korea-slider .col-slider-2 {
      flex: 0 0 20%;
      max-width: 20%;
      padding: 0 10px; }
    .korea .korea-slider .slider__img {
      width: 100%;
      position: relative;
      display: flex;
      justify-content: center; }
      .korea .korea-slider .slider__img:hover img {
        opacity: 0.5; }
      .korea .korea-slider .slider__img img {
        width: 208px;
        height: 208px;
        border-radius: 50%; }
      .korea .korea-slider .slider__img span {
        position: absolute;
        top: 15px;
        left: 25px;
        background-color: #DC000C;
        color: #fff;
        font-size: 16px;
        width: 40px;
        display: flex;
        height: 40px;
        text-align: center;
        align-items: center;
        border-radius: 50%;
        justify-content: center; }
    .korea .korea-slider .slider__text {
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .korea .korea-slider .slider__text a:nth-child(1) {
        text-decoration: none;
        margin-top: 10px;
        font-size: 0.8rem;
        text-align: center;
        margin-bottom: 0;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        color: #000; }
      .korea .korea-slider .slider__text a:nth-child(2) {
        text-decoration: none;
        text-align: center;
        font-size: 1.3rem;
        font-weight: 800;
        margin-bottom: 0;
        margin-top: 10px;
        color: #000; }
        .korea .korea-slider .slider__text a:nth-child(2) span {
          font-weight: 400;
          text-decoration: line-through; }
      .korea .korea-slider .slider__text a:hover {
        color: #FFA7AC; }
    .korea .korea__product {
      display: flex;
      margin-top: 30px; }
      .korea .korea__product button.next-arrow {
        position: absolute;
        border: 0px;
        color: #fff;
        font-size: 40px;
        right: 5px;
        top: 50%;
        background-color: #ccc0; }
        .korea .korea__product button.next-arrow:focus {
          outline: 0px auto -webkit-focus-ring-color; }
      .korea .korea__product button.prev-arrow {
        position: absolute;
        border: 0px;
        color: #fff;
        font-size: 40px;
        left: 5px;
        top: 50%;
        background-color: #ccc0;
        z-index: 1; }
        .korea .korea__product button.prev-arrow:focus {
          outline: 0px auto -webkit-focus-ring-color; }
      .korea .korea__product .korea__hot-product {
        border-radius: 10px;
        padding-left: 15px;
        padding-right: 25px; }
        .korea .korea__product .korea__hot-product h3 {
          font-size: 1.5rem;
          font-weight: 700;
          color: #111111;
          margin: 20px 0px; }
        .korea .korea__product .korea__hot-product .hot__product-slider .product__slider-item img {
          width: 100%;
          border-bottom-left-radius: 10px;
          border-bottom-right-radius: 10px; }
      .korea .korea__product .korea__new-product {
        padding-right: 15px;
        padding-left: 25px; }
        .korea .korea__product .korea__new-product h3 {
          font-size: 1.5rem;
          font-weight: 700;
          color: #111111;
          margin: 20px 0px; }
        .korea .korea__product .korea__new-product .new__product-slider .product__slider-item img {
          width: 100%;
          border-bottom-left-radius: 10px;
          border-bottom-right-radius: 10px; }

  .china {
    padding: 0; }
    .china .china-title {
      margin: 40px 0px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .china .china-title h3 {
        color: #DC000C;
        font-size: 2rem;
        font-weight: 800;
        max-width: 30%;
        margin-bottom: 0; }
      .china .china-title a {
        color: #111111;
        text-decoration: none;
        text-align: right;
        margin-bottom: 0;
        padding-bottom: 6px;
        border-bottom: 1px solid #888888;
        min-width: 70%;
        max-width: 70%;
        align-self: flex-end;
        color: #111111; }
        .china .china-title a i {
          color: 888888;
          padding-left: 5px; }
    .china .china__hot-product {
      border: 1px solid #ccc;
      border-radius: 5px;
      padding: 0 5px 10px 5px; }
      .china .china__hot-product .hot__product-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 10px 15px 5px; }
        .china .china__hot-product .hot__product-title h4 {
          font-size: 1.3rem;
          margin-bottom: 0;
          color: #111111;
          margin: 0; }
        .china .china__hot-product .hot__product-title a {
          margin-bottom: 0px;
          font-size: 0.9rem;
          color: #111111;
          text-decoration: none; }
          .china .china__hot-product .hot__product-title a i {
            color: #888888; }
      .china .china__hot-product .hot__product-content {
        display: flex; }
        .china .china__hot-product .hot__product-content .hot__item {
          padding: 0 5px; }
          .china .china__hot-product .hot__product-content .hot__item .hot__item-img:hover {
            opacity: 0.5; }
          .china .china__hot-product .hot__product-content .hot__item .hot__item-img img {
            width: 100%;
            border-radius: 5px; }
          .china .china__hot-product .hot__product-content .hot__item .hot__item-text {
            margin-top: 15px; }
            .china .china__hot-product .hot__product-content .hot__item .hot__item-text a:nth-child(1) {
              text-decoration: none;
              text-align: left;
              margin-bottom: 0;
              -webkit-line-clamp: 2;
              overflow: hidden;
              text-overflow: ellipsis;
              line-height: 20px;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              font-weight: 500;
              color: #000; }
            .china .china__hot-product .hot__product-content .hot__item .hot__item-text a {
              text-decoration: none;
              font-size: 12px;
              margin-bottom: 5px; }
              .china .china__hot-product .hot__product-content .hot__item .hot__item-text a span {
                color: #DC000C;
                font-weight: 700;
                font-size: 1rem; }
            .china .china__hot-product .hot__product-content .hot__item .hot__item-text a:hover {
              color: #FFA7AC; }
    .china .china__new-product {
      border: 1px solid #ccc;
      border-radius: 5px;
      padding: 0 5px 10px 5px; }
      .china .china__new-product .new__product-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 10px 15px 5px; }
        .china .china__new-product .new__product-title h4 {
          font-size: 1.3rem;
          margin-bottom: 0;
          color: #111111;
          margin: 0; }
        .china .china__new-product .new__product-title a {
          margin-bottom: 0px;
          font-size: 0.9rem;
          color: #111111;
          text-decoration: none; }
          .china .china__new-product .new__product-title a i {
            color: #888888; }
      .china .china__new-product .new__product-content {
        display: flex; }
        .china .china__new-product .new__product-content .new__item {
          padding: 0 5px; }
          .china .china__new-product .new__product-content .new__item .new__item-img:hover img {
            opacity: 0.5; }
          .china .china__new-product .new__product-content .new__item .new__item-img img {
            width: 100%;
            border-radius: 5px; }
          .china .china__new-product .new__product-content .new__item .new__item-text {
            margin-top: 15px; }
            .china .china__new-product .new__product-content .new__item .new__item-text a {
              display: block;
              text-decoration: none;
              font-size: 12px;
              font-weight: 500;
              color: #000;
              line-height: 20px; }
              .china .china__new-product .new__product-content .new__item .new__item-text a span {
                color: #DC000C;
                font-weight: 700;
                font-size: 1rem; }
            .china .china__new-product .new__product-content .new__item .new__item-text a:nth-child(2) {
              font-weight: 400; }
            .china .china__new-product .new__product-content .new__item .new__item-text a:hover {
              color: #FFA7AC; }
    .china .china__sale-product {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      border: 1px solid #ccc;
      margin-top: 20px;
      border-radius: 5px;
      padding: 0 5px; }
      .china .china__sale-product .sale__title {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 5px; }
        .china .china__sale-product .sale__title h4 {
          font-size: 1.2rem;
          color: #111111;
          margin: 0; }
        .china .china__sale-product .sale__title a {
          font-size: 0.9rem;
          margin-bottom: 0;
          color: #111111;
          text-decoration: none; }
          .china .china__sale-product .sale__title a i {
            color: #888888; }
      .china .china__sale-product .sale__product-item {
        position: relative;
        padding: 0 5px 10px 5px; }
        .china .china__sale-product .sale__product-item .sale__img:hover img {
          opacity: 0.5; }
        .china .china__sale-product .sale__product-item .sale__img img {
          width: 100%;
          border-radius: 5px; }
        .china .china__sale-product .sale__product-item .sale__content {
          display: flex;
          align-items: center;
          position: absolute;
          bottom: 10px; }
          .china .china__sale-product .sale__product-item .sale__content::before {
            content: "";
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
            z-index: 0; }
          .china .china__sale-product .sale__product-item .sale__content .sale__content-img {
            z-index: 9; }
            .china .china__sale-product .sale__product-item .sale__content .sale__content-img img {
              border-radius: 50%;
              margin: 0 10px;
              width: 52px;
              height: 52px; }
          .china .china__sale-product .sale__product-item .sale__content .sale__text {
            position: relative; }
            .china .china__sale-product .sale__product-item .sale__content .sale__text a {
              text-decoration: none; }
              .china .china__sale-product .sale__product-item .sale__content .sale__text a:hover p {
                color: #FFA7AC; }
              .china .china__sale-product .sale__product-item .sale__content .sale__text a:hover span {
                color: #FFA7AC; }
            .china .china__sale-product .sale__product-item .sale__content .sale__text p {
              font-size: 0.8rem;
              font-weight: 500;
              margin-bottom: 5px;
              color: #fff;
              -webkit-line-clamp: 2;
              overflow: hidden;
              text-overflow: ellipsis;
              line-height: 20px;
              display: -webkit-box;
              -webkit-box-orient: vertical; }
            .china .china__sale-product .sale__product-item .sale__content .sale__text span {
              font-size: 0.8rem;
              font-weight: 400;
              color: #fff;
              -webkit-line-clamp: 1;
              overflow: hidden;
              text-overflow: ellipsis;
              line-height: 20px;
              display: -webkit-box;
              -webkit-box-orient: vertical; }
    .china .china__bestsale-product {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      border: 1px solid #ccc;
      margin-top: 20px;
      border-radius: 5px;
      padding: 0 5px; }
      .china .china__bestsale-product .bestsale__title {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 10px 5px; }
        .china .china__bestsale-product .bestsale__title h4 {
          font-size: 1.2rem;
          color: #111111;
          margin: 0; }
        .china .china__bestsale-product .bestsale__title a {
          color: #111111;
          font-size: 0.9rem;
          margin-bottom: 0;
          text-decoration: none; }
          .china .china__bestsale-product .bestsale__title a i {
            color: #888888; }
      .china .china__bestsale-product .bestsale__item {
        position: relative;
        padding: 0 5px 10px 5px; }
        .china .china__bestsale-product .bestsale__item .bestsale__item-img:hover img {
          opacity: 0.5; }
        .china .china__bestsale-product .bestsale__item .bestsale__item-img img {
          width: 100%;
          border-radius: 5px; }
        .china .china__bestsale-product .bestsale__item .bestsale__item-text {
          position: absolute;
          top: 10px;
          left: 15px; }
          .china .china__bestsale-product .bestsale__item .bestsale__item-text p {
            margin-bottom: 5px;
            font-weight: 600;
            font-size: 0.9rem;
            color: #111111; }
          .china .china__bestsale-product .bestsale__item .bestsale__item-text span {
            background-color: #DC000C;
            border-radius: 4px;
            padding: 5px;
            font-size: 0.8rem;
            font-weight: 500;
            color: #fff; }

  .vietnam {
    padding: 0; }
    .vietnam .vietnam__title {
      margin-top: 40px;
      margin-bottom: 30px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .vietnam .vietnam__title h3 {
        width: 30%;
        font-size: 2rem;
        font-weight: 700;
        color: #DC000C; }
      .vietnam .vietnam__title a {
        text-decoration: none;
        color: #111111;
        margin-bottom: 0;
        text-align: right;
        width: 70%;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px; }
        .vietnam .vietnam__title a i {
          padding-left: 10px;
          color: #888888; }
    .vietnam .vietnam__content .nav {
      justify-content: center;
      align-items: center;
      margin-bottom: 40px; }
      .vietnam .vietnam__content .nav .nav-item .active .nav__img {
        background-color: #FFA7AC; }
      .vietnam .vietnam__content .nav .nav-item .active span {
        font-weight: bold;
        color: #FFA7AC; }
      .vietnam .vietnam__content .nav .nav-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px 40px;
        text-decoration: none; }
        .vietnam .vietnam__content .nav .nav-link .nav__img {
          width: 100px;
          height: 100px;
          display: flex;
          background-color: #ccc;
          border-radius: 50%;
          justify-content: center;
          align-items: center;
          margin-bottom: 20px;
          color: #111111; }
          .vietnam .vietnam__content .nav .nav-link .nav__img img {
            width: 60px;
            height: 70px; }
        .vietnam .vietnam__content .nav .nav-link span {
          font-size: 1.2rem;
          font-weight: 400;
          color: #111111; }
        .vietnam .vietnam__content .nav .nav-link .other img {
          width: 24px;
          height: 6px; }
    .vietnam .vietnam__content .vietnam__product {
      display: flex;
      padding: 0; }
      .vietnam .vietnam__content .vietnam__product .vietnam__product-item1 {
        padding: 0px 5px 10px 0px; }
        .vietnam .vietnam__content .vietnam__product .vietnam__product-item1 .vn__img {
          position: relative; }
          .vietnam .vietnam__content .vietnam__product .vietnam__product-item1 .vn__img .pr__content {
            position: absolute;
            bottom: 0px;
            background-color: rgba(255, 255, 255, 0.6);
            border-bottom-left-radius: 9px;
            border-bottom-right-radius: 9px;
            width: 100%;
            display: flex;
            flex-direction: column;
            padding: 10px 20px; }
            .vietnam .vietnam__content .vietnam__product .vietnam__product-item1 .vn__img .pr__content a {
              color: #000;
              font-size: 1rem;
              text-decoration: none; }
            .vietnam .vietnam__content .vietnam__product .vietnam__product-item1 .vn__img .pr__content a:nth-child(2) {
              font-size: 0.8rem; }
              .vietnam .vietnam__content .vietnam__product .vietnam__product-item1 .vn__img .pr__content a:nth-child(2) span {
                color: red;
                font-size: 1rem;
                font-weight: bold; }
        .vietnam .vietnam__content .vietnam__product .vietnam__product-item1:hover img {
          opacity: 0.5; }
        .vietnam .vietnam__content .vietnam__product .vietnam__product-item1 img {
          width: 100%;
          border-radius: 5px; }
      .vietnam .vietnam__content .vietnam__product .vietnam__product-item2 {
        padding: 0;
        display: flex;
        flex-wrap: wrap; }
        .vietnam .vietnam__content .vietnam__product .vietnam__product-item2 .product__item2-content {
          padding: 0px 5px 10px 5px;
          display: flex;
          position: relative; }
          .vietnam .vietnam__content .vietnam__product .vietnam__product-item2 .product__item2-content .pr__content {
            position: absolute;
            bottom: 0px;
            background-color: rgba(255, 255, 255, 0.6);
            border-bottom-left-radius: 9px;
            border-bottom-right-radius: 9px;
            width: 100%;
            display: flex;
            flex-direction: column;
            padding: 10px 20px; }
            .vietnam .vietnam__content .vietnam__product .vietnam__product-item2 .product__item2-content .pr__content a {
              color: #000;
              font-size: 1rem;
              text-decoration: none;
              -webkit-line-clamp: 1;
              overflow: hidden;
              text-overflow: ellipsis;
              line-height: 20px;
              display: -webkit-box;
              -webkit-box-orient: vertical; }
            .vietnam .vietnam__content .vietnam__product .vietnam__product-item2 .product__item2-content .pr__content a:nth-child(2) {
              font-size: 0.8rem;
              padding-bottom: 10px; }
              .vietnam .vietnam__content .vietnam__product .vietnam__product-item2 .product__item2-content .pr__content a:nth-child(2) span {
                color: red;
                font-size: 1rem;
                font-weight: bold; }
          .vietnam .vietnam__content .vietnam__product .vietnam__product-item2 .product__item2-content:hover img {
            opacity: 0.5; }
          .vietnam .vietnam__content .vietnam__product .vietnam__product-item2 .product__item2-content img {
            width: 100%;
            border-radius: 5px;
            height: 100%; }

  .deal__korea-banner img {
    width: 100%;
    height: inherit; }
  .deal__korea-banner .slick-dots li button::before {
    font-size: 20px;
    top: -30px; }

  .deal_korea {
    padding: 0; }
    .deal_korea .deal_korea-title {
      margin-top: 40px;
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .deal_korea .deal_korea-title h3 {
        width: 45%;
        font-size: 2rem;
        font-weight: 700;
        color: #DC000C; }
      .deal_korea .deal_korea-title a {
        text-decoration: none;
        color: #111111;
        margin-bottom: 0;
        text-align: right;
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px; }
        .deal_korea .deal_korea-title a i {
          padding-left: 10px;
          color: #888888; }
    .deal_korea .deal_korea-content .nav {
      justify-content: flex-end;
      align-items: center;
      margin-bottom: 20px;
      justify-content: space-around; }
      .deal_korea .deal_korea-content .nav .nav-item .active .nav__img {
        background-color: #FFA7AC; }
      .deal_korea .deal_korea-content .nav .nav-item .active span {
        font-weight: bold;
        color: #111111; }
        .deal_korea .deal_korea-content .nav .nav-item .active span img {
          width: 20px; }
      .deal_korea .deal_korea-content .nav .nav-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px 10px;
        text-decoration: none; }
        .deal_korea .deal_korea-content .nav .nav-link img {
          width: 30px; }
        .deal_korea .deal_korea-content .nav .nav-link span {
          font-size: 1rem;
          font-weight: 400;
          color: #111111; }
          .deal_korea .deal_korea-content .nav .nav-link span img {
            width: 20px; }
        .deal_korea .deal_korea-content .nav .nav-link .other img {
          width: 24px;
          height: 6px; }
    .deal_korea .deal_korea-content .detail__product .detail__product-item .product__item {
      border: 1px solid #DEDEDE;
      padding: 0;
      border-radius: 10px; }
      .deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-img:hover {
        opacity: 0.5; }
      .deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-img img {
        width: 100%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
      .deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-content {
        padding: 3px 10px; }
        .deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-content .product__item-text span {
          font-size: 0.9rem;
          font-weight: 600;
          color: #DC000C; }
        .deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-content .product__item-text p#time {
          font-size: 0.8rem;
          font-weight: 600;
          color: #111111; }
          .deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-content .product__item-text p#time span {
            color: #111111; }
            .deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-content .product__item-text p#time span img {
              width: 20px; }
        .deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-content .product__item-text a {
          text-decoration: none; }
          .deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-content .product__item-text a:hover p {
            color: #FFA7AC; }
        .deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-content .product__item-text p {
          margin-bottom: 5px;
          font-weight: 500;
          color: #111111;
          font-size: 0.8rem;
          -webkit-line-clamp: 1;
          overflow: hidden;
          text-overflow: ellipsis;
          line-height: 20px;
          display: -webkit-box;
          -webkit-box-orient: vertical; }
        .deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-content .product__item-price {
          display: flex;
          justify-content: space-between; }
          .deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-content .product__item-price a {
            text-decoration: none;
            font-size: 0.7rem;
            /* color: #FFB100;  */
        }
            .deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-content .product__item-price a span {
              color: #111111;
              font-size: 0.8rem; }
              .deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-content .product__item-price a span img {
                width: 20px; }
      .deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-btn {
        padding: 8px 5px;
        display: flex;
        justify-content: space-between;
        align-content: center; }
        .deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-buy {
          border: 1px solid #DC000C;
          border-radius: 30px;
          padding: 3px 15px 0px 15px; }
          .deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-buy:hover {
            border: 1px solid #196cca; }
            .deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-buy:hover a {
              color: #196cca; }
          .deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-buy a {
            text-decoration: none;
            color: #DC000C;
            font-weight: 700;
            font-size: 0.8rem; }
        .deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-add {
          display: flex;
          align-items: center; }
          .deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-add a {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: #DEDEDE;
            text-decoration: none; }
            .deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-add a i {
              color: #888888; }
          .deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-add a:nth-child(2) {
            margin-left: 10px; }
          .deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-add a:hover {
            background-color: #DC000C; }
            .deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-add a:hover i {
              color: #fff; }

  .china__best-deal {
    padding: 0; }
    .china__best-deal .detail_china-title {
      margin-top: 40px;
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .china__best-deal .detail_china-title h3 {
        width: 30%;
        font-size: 2rem;
        font-weight: 700;
        color: #DC000C; }
      .china__best-deal .detail_china-title a {
        text-decoration: none;
        color: #111111;
        margin-bottom: 0;
        text-align: right;
        width: 80%;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px; }
        .china__best-deal .detail_china-title a i {
          padding-left: 10px;
          color: #888888; }
    .china__best-deal .detail_china-content .nav {
      justify-content: flex-end;
      align-items: center;
      margin-bottom: 20px;
      justify-content: space-around; }
      .china__best-deal .detail_china-content .nav .nav-item .active .nav__img {
        background-color: #FFA7AC; }
      .china__best-deal .detail_china-content .nav .nav-item .active span {
        font-weight: bold;
        color: #111111; }
      .china__best-deal .detail_china-content .nav .nav-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px 10px;
        text-decoration: none; }
        .china__best-deal .detail_china-content .nav .nav-link img {
          width: 30px; }
        .china__best-deal .detail_china-content .nav .nav-link span {
          font-size: 1rem;
          font-weight: 400;
          color: #111111; }
        .china__best-deal .detail_china-content .nav .nav-link .other img {
          width: 24px;
          height: 6px; }
    .china__best-deal .detail_china-content .detail__product .detail__product-item .padding {
      padding: 2px 2px; }
    .china__best-deal .detail_china-content .detail__product .detail__product-item .product__item {
      border: 1px solid #DEDEDE;
      padding: 0;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
      .china__best-deal .detail_china-content .detail__product .detail__product-item .product__item .product__item-img:hover img {
        opacity: 0.5; }
      .china__best-deal .detail_china-content .detail__product .detail__product-item .product__item .product__item-img img {
        width: 100%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
      .china__best-deal .detail_china-content .detail__product .detail__product-item .product__item .product__item-content {
        padding: 3px 10px; }
        .china__best-deal .detail_china-content .detail__product .detail__product-item .product__item .product__item-content .product__item-text span {
          font-size: 0.7rem;
          background-color: #DC000C;
          padding: 3px 10px;
          color: #fff; }
        .china__best-deal .detail_china-content .detail__product .detail__product-item .product__item .product__item-content .product__item-text a {
          text-decoration: none; }
          .china__best-deal .detail_china-content .detail__product .detail__product-item .product__item .product__item-content .product__item-text a:hover p {
            color: #FFA7AC; }
        .china__best-deal .detail_china-content .detail__product .detail__product-item .product__item .product__item-content .product__item-text p {
          margin-bottom: 0;
          font-weight: 500;
          color: #111111;
          font-size: 0.8rem;
          padding: 5px 0px;
          -webkit-line-clamp: 1;
          overflow: hidden;
          text-overflow: ellipsis;
          line-height: 20px;
          display: -webkit-box;
          -webkit-box-orient: vertical; }
        .china__best-deal .detail_china-content .detail__product .detail__product-item .product__item .product__item-content .product__item-price {
          display: flex;
          justify-content: space-between; }
          .china__best-deal .detail_china-content .detail__product .detail__product-item .product__item .product__item-content .product__item-price a {
            text-decoration: none;
            font-size: 1.3rem;
            color: #DC000C;
            font-weight: 800;
            text-align: right; }
            .china__best-deal .detail_china-content .detail__product .detail__product-item .product__item .product__item-content .product__item-price a p {
              margin-bottom: 0;
              font-size: 0.7rem; }
              .china__best-deal .detail_china-content .detail__product .detail__product-item .product__item .product__item-content .product__item-price a p span:nth-child(1) {
                color: #DC000C;
                font-weight: 400;
                padding-right: 5px;
                text-decoration: line-through; }
              .china__best-deal .detail_china-content .detail__product .detail__product-item .product__item .product__item-content .product__item-price a p span:nth-child(2) {
                color: #111111;
                font-weight: 900; }
    .china__best-deal .detail_china-content .detail__product .detail__product-item .product__item-btn {
      background-color: #DC000C;
      text-align: center;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      padding: 8px 0px; }
      .china__best-deal .detail_china-content .detail__product .detail__product-item .product__item-btn:hover {
        background-color: #196cca; }
      .china__best-deal .detail_china-content .detail__product .detail__product-item .product__item-btn a {
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        font-size: 1rem; }

  .vn__best-deal {
    padding: 0; }
    .vn__best-deal .detail_vn-title {
      margin-top: 40px;
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .vn__best-deal .detail_vn-title h3 {
        width: 45%;
        font-size: 2rem;
        font-weight: 700;
        color: #DC000C; }
      .vn__best-deal .detail_vn-title a {
        text-decoration: none;
        color: #111111;
        margin-bottom: 0;
        text-align: right;
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px; }
        .vn__best-deal .detail_vn-title a i {
          padding-left: 10px;
          color: #888888; }
    .vn__best-deal .detail_vn-content .nav {
      justify-content: flex-end;
      align-items: center;
      margin-bottom: 20px;
      justify-content: space-around; }
      .vn__best-deal .detail_vn-content .nav .nav-item .active .nav__img {
        background-color: #FFA7AC; }
      .vn__best-deal .detail_vn-content .nav .nav-item .active span {
        font-weight: bold;
        color: #111111; }
      .vn__best-deal .detail_vn-content .nav .nav-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px 10px;
        text-decoration: none; }
        .vn__best-deal .detail_vn-content .nav .nav-link img {
          width: 30px; }
        .vn__best-deal .detail_vn-content .nav .nav-link span {
          font-size: 1rem;
          font-weight: 400;
          color: #111111; }
        .vn__best-deal .detail_vn-content .nav .nav-link .other img {
          width: 24px;
          height: 6px; }
    .vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item {
      border: 1px solid #DEDEDE;
      padding: 0;
      border-radius: 10px; }
      .vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-img:hover {
        opacity: 0.5; }
      .vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-img img {
        width: 100%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
      .vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-content {
        padding: 3px 10px; }
        .vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-content .product__item-text span {
          font-size: 0.9rem;
          font-weight: 600;
          color: #DC000C; }
        .vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-content .product__item-text p#time {
          font-size: 0.8rem;
          font-weight: 600;
          color: #111111; }
          .vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-content .product__item-text p#time span {
            color: #111111; }
        .vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-content .product__item-text a {
          text-decoration: none; }
          .vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-content .product__item-text a:hover p {
            color: #FFA7AC; }
        .vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-content .product__item-text p {
          margin-bottom: 5px;
          font-weight: 500;
          color: #111111;
          font-size: 0.8rem;
          -webkit-line-clamp: 1;
          overflow: hidden;
          text-overflow: ellipsis;
          line-height: 20px;
          display: -webkit-box;
          -webkit-box-orient: vertical; }
        .vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-content .product__item-price {
          display: flex;
          justify-content: space-between; }
          .vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-content .product__item-price a {
            text-decoration: none;
            font-size: 0.7rem;
            color: #FFB100; }
            .vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-content .product__item-price a span {
              color: #111111;
              font-size: 0.8rem; }
      .vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-btn {
        padding: 8px 5px;
        display: flex;
        justify-content: space-between;
        align-content: center; }
        .vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-buy {
          border: 1px solid #DC000C;
          border-radius: 30px;
          padding: 3px 15px 0px 15px; }
          .vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-buy:hover {
            border: 1px solid #196cca; }
            .vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-buy:hover a {
              color: #196cca; }
          .vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-buy a {
            text-decoration: none;
            color: #DC000C;
            font-weight: 700;
            font-size: 0.8rem; }
        .vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-add {
          display: flex;
          align-items: center; }
          .vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-add a {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: #DEDEDE;
            text-decoration: none; }
            .vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-add a i {
              color: #888888; }
          .vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-add a:nth-child(2) {
            margin-left: 10px; }
          .vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-add a:hover {
            background-color: #DC000C; }
            .vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-add a:hover i {
              color: #fff; }

  .order {
    padding: 0px; }
    .order .order__banner {
      background: url("../img/order/1.jpg");
      width: 100%;
      height: 420px; }
      .order .order__banner .order__banner-box {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin: 0 auto; }
      .order .order__banner .order__banner-content {
        background: rgba(78, 2, 6, 0.7);
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .order .order__banner .order__banner-content .order__banner-title h1 {
          font-size: 3rem;
          text-align: center;
          color: #fff;
          margin-bottom: 30px;
          margin-top: 60px; }
          .order .order__banner .order__banner-content .order__banner-title h1 span {
            color: #FFD800; }
        .order .order__banner .order__banner-content .order__banner-investors {
          display: flex;
          justify-content: center;
          margin-bottom: 30px; }
          .order .order__banner .order__banner-content .order__banner-investors .img__item {
            width: 140px;
            height: 50px;
            margin: 0px 10px;
            padding: 5px 10px;
            border-radius: 10px;
            background-color: #fff; }
            .order .order__banner .order__banner-content .order__banner-investors .img__item img {
              width: 100%;
              height: 100%; }
        .order .order__banner .order__banner-content .order__banenr-text {
          margin: 0 auto; }
          .order .order__banner .order__banner-content .order__banenr-text .order__text-item {
            background-color: rgba(220, 0, 12, 0.48);
            padding: 10px 20px;
            border-radius: 10px;
            display: inline-block;
            text-align: center; }
            .order .order__banner .order__banner-content .order__banenr-text .order__text-item p {
              font-size: 1.5rem;
              color: #fff;
              text-align: center; }
            .order .order__banner .order__banner-content .order__banenr-text .order__text-item span {
              font-size: 2rem;
              color: #FFD800;
              font-weight: bold;
              text-align: center; }
        .order .order__banner .order__banner-content .order__banner-service {
          display: flex;
          margin-top: 60px; }
          .order .order__banner .order__banner-content .order__banner-service .order__delivery, .order .order__banner .order__banner-content .order__banner-service .order__security, .order .order__banner .order__banner-content .order__banner-service .order__time, .order .order__banner .order__banner-content .order__banner-service .order__money, .order .order__banner .order__banner-content .order__banner-service .order__support, .order .order__banner .order__banner-content .order__banner-service .order__experience, .order .order__banner .order__banner-content .order__banner-service .order__transporting, .order .order__banner .order__banner-content .order__banner-service .order__cheap {
            margin: 0 20px;
            display: flex;
            justify-content: center;
            align-items: center; }
            .order .order__banner .order__banner-content .order__banner-service .order__delivery img, .order .order__banner .order__banner-content .order__banner-service .order__security img, .order .order__banner .order__banner-content .order__banner-service .order__time img, .order .order__banner .order__banner-content .order__banner-service .order__money img, .order .order__banner .order__banner-content .order__banner-service .order__support img, .order .order__banner .order__banner-content .order__banner-service .order__experience img, .order .order__banner .order__banner-content .order__banner-service .order__transporting img, .order .order__banner .order__banner-content .order__banner-service .order__cheap img {
              padding-right: 10px; }
            .order .order__banner .order__banner-content .order__banner-service .order__delivery p, .order .order__banner .order__banner-content .order__banner-service .order__security p, .order .order__banner .order__banner-content .order__banner-service .order__time p, .order .order__banner .order__banner-content .order__banner-service .order__money p, .order .order__banner .order__banner-content .order__banner-service .order__support p, .order .order__banner .order__banner-content .order__banner-service .order__experience p, .order .order__banner .order__banner-content .order__banner-service .order__transporting p, .order .order__banner .order__banner-content .order__banner-service .order__cheap p {
              color: #fff;
              margin-bottom: 0;
              font-size: 1rem;
              font-weight: 500; }
    .order .how__order .how__order-title {
      display: flex;
      margin-top: 30px; }
      .order .how__order .how__order-title h3 {
        width: 30%;
        margin-bottom: 0;
        color: #DC000C;
        font-size: 2rem; }
      .order .how__order .how__order-title hr {
        width: 100%;
        margin: 0;
        align-self: flex-end;
        border: 1px solid #888888; }
    .order .how__order .order__procedure {
      margin-top: 30px; }
      .order .how__order .order__procedure .order__procedure-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .order .how__order .order__procedure .order__procedure-item .order__procedure-img {
          width: 100px;
          height: 100px;
          border-radius: 50%;
          padding: 20px;
          background-color: #EDEDED; }
          .order .how__order .order__procedure .order__procedure-item .order__procedure-img img {
            width: 100%; }
        .order .how__order .order__procedure .order__procedure-item .order__procedure-text {
          margin-top: 15px; }
          .order .how__order .order__procedure .order__procedure-item .order__procedure-text p {
            font-size: 1.2rem;
            color: #111111;
            font-weight: 500; }
      .order .how__order .order__procedure .order__procedure-banner {
        margin-top: 30px; }
        .order .how__order .order__procedure .order__procedure-banner img {
          width: 100%;
          border-radius: 10px; }
    .order .order__sheet .order__sheet-title {
      display: flex;
      align-items: center;
      margin-top: 30px;
      flex-wrap: wrap; }
      .order .order__sheet .order__sheet-title h3 {
        color: #DC000C;
        font-size: 2rem;
        margin: 0;
        min-width: 250px; }
      .order .order__sheet .order__sheet-title .order__sheet-btn {
        display: flex;
        align-items: center;
        justify-content: space-around; }
      .order .order__sheet .order__sheet-title .order__sheet-btn-upload, .order .order__sheet .order__sheet-title .order__sheet-btn-download {
        padding-left: 10px;
        margin-right: 20px; }
        .order .order__sheet .order__sheet-title .order__sheet-btn-upload input, .order .order__sheet .order__sheet-title .order__sheet-btn-download input {
          display: none; }
        .order .order__sheet .order__sheet-title .order__sheet-btn-upload label, .order .order__sheet .order__sheet-title .order__sheet-btn-download label {
          margin-bottom: 0;
          border: 2px solid #111111;
          padding: 5px 10px;
          border-radius: 5px;
          cursor: pointer;
          min-width: 230px; }
          .order .order__sheet .order__sheet-title .order__sheet-btn-upload label span, .order .order__sheet .order__sheet-title .order__sheet-btn-download label span {
            font-size: 1.1rem;
            color: #111111;
            font-weight: 600; }
          .order .order__sheet .order__sheet-title .order__sheet-btn-upload label i, .order .order__sheet .order__sheet-title .order__sheet-btn-download label i {
            font-size: 1.1rem;
            color: #111111; }
      .order .order__sheet .order__sheet-title .order__sheet-btn-download a {
        min-width: 260px;
        text-decoration: none;
        margin-bottom: 0;
        border: 2px solid #111111;
        padding: 5px 10px;
        border-radius: 5px;
        cursor: pointer;
        font-size: 1.2rem;
        color: #000;
        font-weight: 600; }
      .order .order__sheet .order__sheet-title hr {
        border: 1px solid #DEDEDE;
        width: 35%;
        display: block; }
    .order .order__sheet .order__sheet-form {
      border: 1px solid #ccc;
      margin-top: 30px;
      border-radius: 5px;
      padding: 0 20px; }
      .order .order__sheet .order__sheet-form form {
        width: 100%; }
      .order .order__sheet .order__sheet-form .add__product-item {
        padding-bottom: 10px;
        margin-bottom: 20px; }
      .order .order__sheet .order__sheet-form .form__information-text {
        border-bottom: 1px solid #888888;
        margin-bottom: 20px; }
        .order .order__sheet .order__sheet-form .form__information-text h4 {
          color: #111111; }
      .order .order__sheet .order__sheet-form .form__name, .order .order__sheet .order__sheet-form .form__phone, .order .order__sheet .order__sheet-form .form__email, .order .order__sheet .order__sheet-form .form__address, .order .order__sheet .order__sheet-form .form__note, .order .order__sheet .order__sheet-form .form__link, .order .order__sheet .order__sheet-form .form__photo-link, .order .order__sheet .order__sheet-form .form__name-product {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px; }
        .order .order__sheet .order__sheet-form .form__name label, .order .order__sheet .order__sheet-form .form__phone label, .order .order__sheet .order__sheet-form .form__email label, .order .order__sheet .order__sheet-form .form__address label, .order .order__sheet .order__sheet-form .form__note label, .order .order__sheet .order__sheet-form .form__link label, .order .order__sheet .order__sheet-form .form__photo-link label, .order .order__sheet .order__sheet-form .form__name-product label {
          font-size: 0.9rem;
          font-weight: 600;
          color: #111111;
          padding: 10px 0px; }
          .order .order__sheet .order__sheet-form .form__name label span, .order .order__sheet .order__sheet-form .form__phone label span, .order .order__sheet .order__sheet-form .form__email label span, .order .order__sheet .order__sheet-form .form__address label span, .order .order__sheet .order__sheet-form .form__note label span, .order .order__sheet .order__sheet-form .form__link label span, .order .order__sheet .order__sheet-form .form__photo-link label span, .order .order__sheet .order__sheet-form .form__name-product label span {
            color: #DC000C; }
        .order .order__sheet .order__sheet-form .form__name input, .order .order__sheet .order__sheet-form .form__phone input, .order .order__sheet .order__sheet-form .form__email input, .order .order__sheet .order__sheet-form .form__address input, .order .order__sheet .order__sheet-form .form__note input, .order .order__sheet .order__sheet-form .form__link input, .order .order__sheet .order__sheet-form .form__photo-link input, .order .order__sheet .order__sheet-form .form__name-product input {
          width: 100%;
          height: 50px;
          border: 1px solid #ccc;
          padding-left: 15px;
          border-radius: 5px;
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16); }
          .order .order__sheet .order__sheet-form .form__name input::placeholder, .order .order__sheet .order__sheet-form .form__phone input::placeholder, .order .order__sheet .order__sheet-form .form__email input::placeholder, .order .order__sheet .order__sheet-form .form__address input::placeholder, .order .order__sheet .order__sheet-form .form__note input::placeholder, .order .order__sheet .order__sheet-form .form__link input::placeholder, .order .order__sheet .order__sheet-form .form__photo-link input::placeholder, .order .order__sheet .order__sheet-form .form__name-product input::placeholder {
            color: #111111;
            font-size: 0.9rem; }
      .order .order__sheet .order__sheet-form .form__note textarea {
        border-radius: 5px;
        padding-left: 15px;
        padding-top: 10px;
        border: 1px solid #ccc;
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16); }
        .order .order__sheet .order__sheet-form .form__note textarea::placeholder {
          top: 0;
          color: #111111;
          font-size: 0.9rem; }
      .order .order__sheet .order__sheet-form .form__name-product, .order .order__sheet .order__sheet-form .form__link, .order .order__sheet .order__sheet-form .form__photo-link, .order .order__sheet .order__sheet-form .form__address {
        margin-bottom: 20px; }
      .order .order__sheet .order__sheet-form .form__detail {
        display: flex;
        justify-content: space-between;
        border: 0px;
        margin-bottom: 20px; }
        .order .order__sheet .order__sheet-form .form__detail input {
          height: 50px;
          border: 1px solid #ccc;
          padding-left: 15px;
          border-radius: 5px;
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16); }
          .order .order__sheet .order__sheet-form .form__detail input::placeholder {
            color: #111111;
            font-size: 0.9rem; }
      .order .order__sheet .order__sheet-form .form__btn-add {
        margin: 70px 0px 67px 0px;
        display: flex; }
        .order .order__sheet .order__sheet-form .form__btn-add p.add__product, .order .order__sheet .order__sheet-form .form__btn-add p.close__product {
          border: 0px;
          background-color: #DC000C;
          padding: 10px 30px;
          color: #fff;
          font-size: 1.2rem;
          font-weight: 500;
          border-radius: 5px;
          margin-right: 20px;
          cursor: pointer; }
        .order .order__sheet .order__sheet-form .form__btn-add p.close__product {
          background-color: #AC060F; }
      .order .order__sheet .order__sheet-form .form__submit {
        margin-top: 30px;
        text-align: center;
        margin-bottom: 30px; }
        .order .order__sheet .order__sheet-form .form__submit input {
          background-color: #DC000C;
          padding: 10px 30px;
          font-size: 1.2rem;
          color: #fff;
          border: 0px;
          border-radius: 5px; }

  .order__list .order__list-title {
    display: flex;
    margin-top: 40px;
    justify-content: space-between; }
    .order__list .order__list-title hr {
      border: 1px solid #ccc;
      width: 25%;
      margin: 0;
      align-self: flex-end; }
    .order__list .order__list-title h1 {
      font-size: 2rem;
      color: #DC000C;
      margin: 0; }
  .order__list .order__list-content {
    margin-top: 50px;
    padding: 0; }
    .order__list .order__list-content nav {
      display: block; }
    .order__list .order__list-content h4 {
      font-size: 1.5rem;
      color: #111111;
      text-align: center;
      border: 1px solid #ccc;
      border-radius: 5px;
      margin: 40px 15px;
      padding: 10px 0px; }
    .order__list .order__list-content .order__list-tab {
      display: flex;
      justify-content: space-around; }
      .order__list .order__list-content .order__list-tab a {
        text-decoration: none;
        font-size: 1rem;
        padding: 10px 10px 10px 0px;
        color: #111111; }
        .order__list .order__list-content .order__list-tab a img {
          width: 24px;
          height: 24px;
          margin-right: 5px; }
      .order__list .order__list-content .order__list-tab .active {
        color: #000;
        font-weight: bold; }
  .order__list .order__list-logo {
    display: flex;
    flex-wrap: wrap; }
    .order__list .order__list-logo .order__list-img {
      border: 1px solid #ccc;
      box-shadow: 1px 3px 6px #ccc;
      margin: 10px 0px;
      height: 100px;
      padding: 20px; }
      .order__list .order__list-logo .order__list-img a:hover img {
        opacity: 0.5; }
      .order__list .order__list-logo .order__list-img img {
        width: 100%;
        height: 100%; }

  .price__list {
    padding: 0; }
    .price__list h1 {
      font-size: 2.5rem;
      font-weight: bold;
      color: #dc000c;
      text-align: center; }
    .price__list .price__list-from {
      justify-content: center; }
      .price__list .price__list-from .from-left, .price__list .price__list-from .from-right {
        max-width: 200px; }
    .price__list .canvas_pdf {
      display: flex;
      justify-content: center;
      background-color: #ccc; }
      .price__list .canvas_pdf #pdf_renderer {
        border: 1px solid #dc000c;
        max-width: 100%; }
    .price__list .pdf__btn {
      display: flex;
      justify-content: space-around;
      align-items: center;
      background-color: #ccc;
      padding-bottom: 20px; }
      .price__list .pdf__btn #navigation_controls {
        background-color: #ccc;
        margin-right: 20px;
        display: flex;
        align-items: center;
        padding: 10px 0px; }
        .price__list .pdf__btn #navigation_controls button {
          border: 0px;
          background-color: #ccc; }
          .price__list .pdf__btn #navigation_controls button i {
            font-size: 25px;
            color: #fff; }
        .price__list .pdf__btn #navigation_controls input {
          width: 50px;
          border: 0px;
          margin: 0px 10px; }
      .price__list .pdf__btn #zoom_controls button {
        border: 0px;
        width: 30px;
        height: 30px;
        font-size: 20px;
        font-weight: bold; }

  .subpage .subpage__item .subpage__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0px; }
    .subpage .subpage__item .subpage__title hr {
      width: 20%;
      border: 1px solid #DEDEDE; }
    .subpage .subpage__item .subpage__title h1 {
      font-size: 2.5rem;
      color: #DC000C;
      font-weight: 700;
      margin: 0; }
  .subpage .subpage__item .subpage__content .subpage__nav {
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    padding: 0px;
    display: table; }
    .subpage .subpage__item .subpage__content .subpage__nav h4 {
      font-size: 1.2rem;
      color: #111111;
      padding-left: 20px;
      padding-bottom: 10px; }
    .subpage .subpage__item .subpage__content .subpage__nav ul {
      list-style: none; }
      .subpage .subpage__item .subpage__content .subpage__nav ul .active {
        background-color: #DC000C;
        color: #ffff;
        font-weight: 500; }
        .subpage .subpage__item .subpage__content .subpage__nav ul .active svg g path {
          fill: #fff; }
      .subpage .subpage__item .subpage__content .subpage__nav ul li a {
        text-decoration: none;
        color: #111111;
        line-height: 30px;
        font-size: 1rem;
        display: block;
        padding: 5px 0px 5px 20px;
        font-weight: 400; }
      .subpage .subpage__item .subpage__content .subpage__nav ul li svg {
        margin-right: 5 px; }
  .subpage .subpage__item .subpage__content .subpage__product {
    margin-top: 20px; }
    .subpage .subpage__item .subpage__content .subpage__product .subpage__number {
      margin-bottom: 20px; }
      .subpage .subpage__item .subpage__content .subpage__product .subpage__number p {
        color: #111111;
        font-size: 1.2rem;
        font-weight: 500; }
    .subpage .subpage__item .subpage__content .subpage__product .subpage__product-content .subpage__product-item {
      display: flex;
      margin-bottom: 20px;
      border-bottom: 1px solid #ccc;
      padding-bottom: 20px; }
      .subpage .subpage__item .subpage__content .subpage__product .subpage__product-content .subpage__product-item .subpage__product-img {
        max-width: 20%;
        flex: 0 0 20%;
        padding-right: 10px;
        border-radius: 5px; }
        .subpage .subpage__item .subpage__content .subpage__product .subpage__product-content .subpage__product-item .subpage__product-img img {
          width: 100%;
          max-height: 100px; }
      .subpage .subpage__item .subpage__content .subpage__product .subpage__product-content .subpage__product-item .subpage__product-info {
        max-width: 80%;
        flex: 0 0 80%;
        padding-left: 10px; }
        .subpage .subpage__item .subpage__content .subpage__product .subpage__product-content .subpage__product-item .subpage__product-info .subpage__link {
          margin-bottom: 10px; }
          .subpage .subpage__item .subpage__content .subpage__product .subpage__product-content .subpage__product-item .subpage__product-info .subpage__link p {
            color: #0063D6;
            font-size: 1.2rem;
            font-weight: 500;
            text-decoration: underline; }
        .subpage .subpage__item .subpage__content .subpage__product .subpage__product-content .subpage__product-item .subpage__product-info .subpage__text p {
          font-size: 0.9rem;
          color: #111111;
          -webkit-line-clamp: 2;
          overflow: hidden;
          text-overflow: ellipsis;
          line-height: 20px;
          display: -webkit-box;
          -webkit-box-orient: vertical; }
        .subpage .subpage__item .subpage__content .subpage__product .subpage__product-content .subpage__product-item .subpage__product-info .subpage__btn {
          margin-top: 20px; }
          .subpage .subpage__item .subpage__content .subpage__product .subpage__product-content .subpage__product-item .subpage__product-info .subpage__btn a {
            text-decoration: none;
            font-size: 1.3rem;
            color: #fff;
            font-weight: 600;
            background-color: #DC000C;
            padding: 5px 20px;
            border-radius: 10px; }

  .detail__product .detail__product-url {
    display: flex;
    align-items: center;
    margin: 20px 0px; }
    .detail__product .detail__product-url p {
      margin-bottom: 0;
      font-size: 1rem; }
    .detail__product .detail__product-url span {
      margin: 0 10px; }
  .detail__product .product {
    margin-bottom: 20px; }
    .detail__product .product .product__slider .product__slider-thumb .product__slider-img {
      width: 100%;
      height: 400px;
      margin-bottom: 30px; }
      .detail__product .product .product__slider .product__slider-thumb .product__slider-img img {
        width: 100%;
        height: 100%; }
    .detail__product .product .product__slider .product__slider-dots .product__slider-img {
      width: 200px;
      height: 100px;
      margin: 0px 10px;
      border: 1px solid #ccc;
      box-shadow: 3px 4px 6px #ccc; }
      .detail__product .product .product__slider .product__slider-dots .product__slider-img img {
        width: 100%;
        height: 100%; }
    .detail__product .product .product__text .product__category {
      border-bottom: 1px solid #222;
      padding: 4px 0 12px; }
      .detail__product .product .product__text .product__category a {
        text-decoration: none;
        color: #1e2732;
        font-size: 1.2rem;
        font-weight: 700;
        display: flex;
        align-items: center; }
        .detail__product .product .product__text .product__category a i {
          color: #ccc;
          border: 1px solid #f2f2f2;
          font-size: 10px;
          padding: 3px 5.5px;
          border-radius: 50%;
          margin-left: 5px; }
    .detail__product .product .product__text .product__information {
      display: flex;
      align-items: center;
      padding-bottom: 20px;
      border-bottom: 1px solid #f2f2f2; }
      .detail__product .product .product__text .product__information .product__information-content {
        max-width: 80%;
        flex: 0 0 80%; }
        .detail__product .product .product__text .product__information .product__information-content .prodtuct__name-text {
          margin-top: 20px; }
          .detail__product .product .product__text .product__information .product__information-content .prodtuct__name-text p {
            font-size: 1.5rem;
            color: #111111;
            font-weight: 500;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            line-height: 36px;
            max-height: 108px; }
        .detail__product .product .product__text .product__information .product__information-content .product__price {
          display: flex; }
          .detail__product .product .product__text .product__information .product__information-content .product__price .prouct__sale {
            align-self: flex-end;
            padding-right: 10px; }
            .detail__product .product .product__text .product__information .product__information-content .product__price .prouct__sale span {
              font-size: 2.5rem;
              color: #2e8de5;
              font-weight: 600; }
          .detail__product .product .product__text .product__information .product__information-content .product__price .product__price-cost span {
            font-size: 1rem;
            color: #94989f;
            text-decoration: line-through; }
          .detail__product .product .product__text .product__information .product__information-content .product__price .product__price-cost p {
            font-size: 1.9rem;
            line-height: 32px;
            color: #000;
            font-weight: 700;
            margin-bottom: 0; }
            .detail__product .product .product__text .product__information .product__information-content .product__price .product__price-cost p span {
              font-size: 1rem;
              color: #111111;
              font-weight: 400; }
      .detail__product .product .product__text .product__information .product__link {
        flex: 0 0 20%;
        max-width: 20%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center; }
        .detail__product .product .product__text .product__information .product__link .open__network {
          position: relative; }
          .detail__product .product .product__text .product__information .product__link .open__network .network {
            display: none;
            position: absolute;
            top: 130%;
            right: 0%;
            width: 150px;
            height: 100px;
            background-color: #fff;
            border: 1px solid #ccc; }
            .detail__product .product .product__text .product__information .product__link .open__network .network .network__item {
              display: flex;
              justify-content: space-around;
              align-items: center;
              flex-wrap: wrap;
              width: 100%; }
              .detail__product .product .product__text .product__information .product__link .open__network .network .network__item a {
                border: 0; }
              .detail__product .product .product__text .product__information .product__link .open__network .network .network__item i {
                font-size: 3rem; }
              .detail__product .product .product__text .product__information .product__link .open__network .network .network__item i.fa-facebook-square {
                color: #537bbd; }
              .detail__product .product .product__text .product__information .product__link .open__network .network .network__item i.fa-twitter-square {
                color: #537bbd; }
            .detail__product .product .product__text .product__information .product__link .open__network .network::after {
              bottom: 100%;
              left: 85%;
              border: solid transparent;
              content: "";
              height: 0;
              width: 0;
              position: absolute;
              pointer-events: none;
              border-color: rgba(136, 183, 213, 0);
              border-bottom-color: #ccc;
              border-width: 10px;
              margin-left: -10px; }
        .detail__product .product .product__text .product__information .product__link a, .detail__product .product .product__text .product__information .product__link span {
          width: 54px;
          height: 54px;
          text-decoration: none;
          border: 1px solid #ccc;
          font-size: 25px;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #ccc;
          text-align: center;
          border-radius: 50%;
          margin-top: 20px; }
        .detail__product .product .product__text .product__information .product__link a:hover, .detail__product .product .product__text .product__information .product__link span:hover {
          border: 1px solid #30c87a; }
          .detail__product .product .product__text .product__information .product__link a:hover i, .detail__product .product .product__text .product__information .product__link span:hover i {
            color: #30c87a; }
    .detail__product .product .product__text .product__ship {
      display: flex;
      align-items: center;
      padding: 10px 0px;
      border-bottom: 1px solid #f2f2f2; }
      .detail__product .product .product__text .product__ship p {
        font-size: 1rem;
        color: #000;
        margin-bottom: 0; }
      .detail__product .product .product__text .product__ship span {
        font-size: 1rem;
        color: #2e8de5; }
      .detail__product .product .product__text .product__ship button {
        position: relative;
        background-color: #fff;
        border: 1px solid #f2f2f2;
        margin: 0 10px;
        border-radius: 5px;
        padding: 3px 5px; }
        .detail__product .product .product__text .product__ship button .list__country {
          position: absolute;
          display: none;
          top: 100%;
          z-index: 1;
          width: 100%;
          left: 0; }
          .detail__product .product .product__text .product__ship button .list__country ul {
            list-style: none;
            border: 1px solid #f2f2f2; }
            .detail__product .product .product__text .product__ship button .list__country ul li {
              text-align: left;
              border-bottom: 1px solid #f2f2f2;
              width: 100%;
              padding: 5px; }
            .detail__product .product .product__text .product__ship button .list__country ul img {
              width: 30px;
              margin-right: 5px; }
        .detail__product .product .product__text .product__ship button:hover {
          background-color: #f5f5f5; }
        .detail__product .product .product__text .product__ship button img {
          width: 30px; }
        .detail__product .product .product__text .product__ship button span {
          font-size: 0.9rem;
          color: #000; }
        .detail__product .product .product__text .product__ship button i {
          font-size: 0.9rem;
          color: #ccc; }
      .detail__product .product .product__text .product__ship button:focus {
        border: 1px solid #ccc !important;
        outline: 0px auto -webkit-focus-ring-color; }
    .detail__product .product .product__text .product__shipping {
      cursor: pointer;
      padding: 10px 0px;
      border-bottom: 1px solid #f2f2f2; }
      .detail__product .product .product__text .product__shipping .product__shipping-text {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .detail__product .product .product__text .product__shipping .product__shipping-text .shipping__content p {
          font-size: 1rem;
          color: #000; }
          .detail__product .product .product__text .product__shipping .product__shipping-text .shipping__content p span:nth-child(1) {
            color: #2e8de5;
            padding-left: 10px;
            padding-right: 10px; }
          .detail__product .product .product__text .product__shipping .product__shipping-text .shipping__content p span:nth-child(2) {
            font-size: 0.9rem;
            color: #757c8a; }
        .detail__product .product .product__text .product__shipping .product__shipping-text i {
          margin-right: 10px;
          font-size: 0.9rem; }
      .detail__product .product .product__text .product__shipping .shipping__additional {
        background-color: #f8f9fa;
        padding: 10px;
        display: none; }
        .detail__product .product .product__text .product__shipping .shipping__additional .shipping__additional-title p {
          font-size: 1rem;
          color: #111111;
          margin-bottom: 6px; }
        .detail__product .product .product__text .product__shipping .shipping__additional .shipping__additional-text p {
          font-size: 0.9rem;
          margin-bottom: 6px; }
        .detail__product .product .product__text .product__shipping .shipping__additional .shipping__additional-text .ship__area li {
          display: flex;
          align-items: center; }
          .detail__product .product .product__text .product__shipping .shipping__additional .shipping__additional-text .ship__area li span {
            font-size: 0.9rem;
            min-width: 10px; }
          .detail__product .product .product__text .product__shipping .shipping__additional .shipping__additional-text .ship__area li p {
            padding-left: 20px;
            font-size: 1rem;
            color: #111111;
            font-weight: 700; }
            .detail__product .product .product__text .product__shipping .shipping__additional .shipping__additional-text .ship__area li p span {
              font-weight: 400; }
    .detail__product .product .product__text .product__mass {
      padding: 12px 0;
      border-bottom: 1px solid #f2f2f2; }
      .detail__product .product .product__text .product__mass p {
        font-size: 1rem;
        color: #111111;
        margin-bottom: 0; }
        .detail__product .product .product__text .product__mass p span {
          color: #757c8a; }
    .detail__product .product .product__text .product__delivery-time {
      display: flex;
      align-items: center;
      padding: 12px 0px;
      border-bottom: 1px solid #f2f2f2; }
      .detail__product .product .product__text .product__delivery-time i {
        font-size: 1.5rem;
        margin-right: 10px;
        color: #888888; }
      .detail__product .product .product__text .product__delivery-time p {
        margin-bottom: 0;
        font-size: 1rem;
        color: #000; }
        .detail__product .product .product__text .product__delivery-time p span {
          color: #2e8de5; }
    .detail__product .product .product__text .product__manufacturer {
      padding-top: 12px;
      border-bottom: 1px solid #f2f2f2; }
      .detail__product .product .product__text .product__manufacturer .product__manufacturer-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 12px; }
        .detail__product .product .product__text .product__manufacturer .product__manufacturer-title p {
          font-size: 1rem;
          color: #000;
          margin-bottom: 0; }
        .detail__product .product .product__text .product__manufacturer .product__manufacturer-title i {
          padding-right: 10px; }
      .detail__product .product .product__text .product__manufacturer ul {
        list-style: none;
        display: none;
        background-color: #f8f9fa;
        margin-bottom: 10px; }
        .detail__product .product .product__text .product__manufacturer ul li {
          font-size: 1rem;
          color: #000;
          padding: 10px 10px; }
          .detail__product .product .product__text .product__manufacturer ul li span {
            font-size: 0.9rem;
            color: #757c8a; }
    .detail__product .product .product__text .select__product {
      margin-top: 10px; }
      .detail__product .product .product__text .select__product h3 {
        color: #000;
        font-size: 1.5rem; }
      .detail__product .product .product__text .select__product .product__list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px solid #f2f2f2;
        padding: 0px 10px;
        height: 40px; }
        .detail__product .product .product__text .select__product .product__list p, .detail__product .product .product__text .select__product .product__list i {
          color: #000;
          font-size: 1rem;
          margin-bottom: 0; }
      .detail__product .product .product__text .select__product .product__list-item {
        padding: 0px 10px; }
        .detail__product .product .product__text .select__product .product__list-item ul {
          list-style: none; }
          .detail__product .product .product__text .select__product .product__list-item ul li {
            border: 1px solid #f2f2f2;
            padding: 10px 10px;
            margin-bottom: 10px;
            cursor: pointer; }
            .detail__product .product .product__text .select__product .product__list-item ul li p {
              font-size: 1rem;
              color: #000; }
            .detail__product .product .product__text .select__product .product__list-item ul li .properties {
              display: flex;
              align-items: center;
              justify-content: space-between; }
    .detail__product .product .product__text .product_add .product__add-item {
      margin: 20px 0px;
      background-color: #f9f9fa;
      padding: 10px;
      border-bottom: 1px solid #ccc; }
      .detail__product .product .product__text .product_add .product__add-item .product__add-item-name {
        padding-bottom: 10px;
        border-bottom: 1px solid #f2f2f2;
        margin-bottom: 10px; }
        .detail__product .product .product__text .product_add .product__add-item .product__add-item-name p {
          font-size: 1rem;
          color: #000;
          margin-bottom: 0;
          font-weight: 500;
          padding-right: 10px; }
        .detail__product .product .product__text .product_add .product__add-item .product__add-item-name .product__add-select {
          display: flex;
          justify-content: left;
          align-items: center; }
          .detail__product .product .product__text .product_add .product__add-item .product__add-item-name .product__add-select span {
            font-size: 1rem;
            font-weight: 400; }
        .detail__product .product .product__text .product_add .product__add-item .product__add-item-name a {
          color: #000;
          text-decoration: none;
          padding: 10px 0px;
          font-weight: 400; }
      .detail__product .product .product__text .product_add .product__add-item .product__add-item-amount {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .detail__product .product .product__text .product_add .product__add-item .product__add-item-amount .layout-inline {
          display: flex;
          align-items: center;
          margin-right: 10px; }
          .detail__product .product .product__text .product_add .product__add-item .product__add-item-amount .layout-inline button {
            width: 30px;
            height: 30px;
            border: 1px solid #f2f2f2;
            color: #fff;
            background-color: #ccc; }
          .detail__product .product .product__text .product_add .product__add-item .product__add-item-amount .layout-inline input {
            width: 50px;
            height: 30px;
            border: 1px solid #f2f2f2;
            background-color: #ccc;
            color: #fff;
            text-align: center; }
        .detail__product .product .product__text .product_add .product__add-item .product__add-item-amount .select__pr-price {
          display: flex;
          justify-content: center;
          align-items: center; }
          .detail__product .product .product__text .product_add .product__add-item .product__add-item-amount .select__pr-price span {
            cursor: pointer; }
          .detail__product .product .product__text .product_add .product__add-item .product__add-item-amount .select__pr-price p {
            font-size: 1.2rem;
            font-weight: bold;
            color: #000;
            margin-right: 10px;
            margin-bottom: 0; }
            .detail__product .product .product__text .product_add .product__add-item .product__add-item-amount .select__pr-price p span {
              font-size: 1rem;
              font-weight: 400; }
    .detail__product .product .product__text .total__price {
      display: flex;
      justify-content: space-between;
      margin-top: 10px;
      border-top: 1px solid #f2f2f2;
      border-bottom: 1px solid #f2f2f2;
      padding: 10px 0px; }
      .detail__product .product .product__text .total__price p:nth-child(1) {
        font-size: 1.2rem;
        color: #000;
        font-weight: 600; }
      .detail__product .product .product__text .total__price p:nth-child(2) {
        font-size: 1.5rem;
        color: red;
        font-weight: bold; }
        .detail__product .product .product__text .total__price p:nth-child(2) span {
          color: #1b1919;
          font-weight: 400;
          font-size: 1rem; }
    .detail__product .product .product__text .product__btn {
      display: flex;
      margin-top: 20px; }
      .detail__product .product .product__text .product__btn a {
        flex: 1;
        text-align: center;
        text-decoration: none;
        font-size: 1.5rem;
        border: 1px solid #919aa4;
        padding: 20px 0px;
        font-weight: 700;
        color: #111111; }
      .detail__product .product .product__text .product__btn a:nth-child(1) {
        margin-right: 10px; }
      .detail__product .product .product__text .product__btn a:nth-child(2) {
        margin-right: 10px;
        border-color: #2786de;
        background-color: #2e8de5;
        color: #fff; }
  .detail__product .detail__product-content ul.nav-tabs {
    justify-content: center;
    border: 0px;
    background-color: #dc000c;
    padding: 10px 0px; }
    .detail__product .detail__product-content ul.nav-tabs li {
      margin-right: 10px; }
      .detail__product .detail__product-content ul.nav-tabs li a {
        text-decoration: none;
        border: 0;
        color: #fff;
        font-size: 1.2rem;
        font-weight: 600; }
      .detail__product .detail__product-content ul.nav-tabs li a.active {
        border-radius: 20px;
        background-color: #ac060f; }
  .detail__product .detail__product-content .information__item-slider {
    padding-bottom: 20px; }
    .detail__product .detail__product-content .information__item-slider .information__item-title {
      margin: 20px 0px; }
      .detail__product .detail__product-content .information__item-slider .information__item-title p {
        font-size: 1.4rem;
        color: #111111;
        font-weight: 500; }
        .detail__product .detail__product-content .information__item-slider .information__item-title p a {
          text-decoration: none;
          font-size: 0.9rem;
          border: 1px solid #cbcdd0;
          padding: 5px 10px;
          border-radius: 20px;
          color: #5e636d; }
    .detail__product .detail__product-content .information__item-slider .slider__item .slider__item-content {
      padding: 0px 10px 10px 0px; }
      .detail__product .detail__product-content .information__item-slider .slider__item .slider__item-content .slider__item-img img {
        width: 100%; }
      .detail__product .detail__product-content .information__item-slider .slider__item .slider__item-content .slider__item-text {
        padding: 10px 0px; }
        .detail__product .detail__product-content .information__item-slider .slider__item .slider__item-content .slider__item-text p {
          font-size: 1rem;
          color: #111111;
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
        .detail__product .detail__product-content .information__item-slider .slider__item .slider__item-content .slider__item-text p:nth-child(2) {
          font-size: 1.2rem;
          font-weight: 700; }
          .detail__product .detail__product-content .information__item-slider .slider__item .slider__item-content .slider__item-text p:nth-child(2) span {
            font-size: 0.9rem;
            font-weight: 400;
            color: #777; }
    .detail__product .detail__product-content .information__item-slider .slider__item .slick-prev, .detail__product .detail__product-content .information__item-slider .slider__item .slick-next {
      top: -30px;
      width: 30px;
      height: 30px; }
    .detail__product .detail__product-content .information__item-slider .slider__item .slick-prev {
      left: 94%;
      border-radius: 50%; }
    .detail__product .detail__product-content .information__item-slider .slider__item .slick-next {
      right: 0;
      border-radius: 50%; }
    .detail__product .detail__product-content .information__item-slider .slider__item .slick-prev::before {
      font-size: 30px;
      color: #ccc; }
    .detail__product .detail__product-content .information__item-slider .slider__item .slick-next::before {
      font-size: 30px;
      color: #ccc; }
  .detail__product .detail__product-content .information__item-content {
    text-align: center; }
    .detail__product .detail__product-content .information__item-content .item__content-img img {
      width: 100%; }
    .detail__product .detail__product-content .information__item-content .item__content-text p {
      font-size: 1rem;
      color: #000; }
    .detail__product .detail__product-content .information__item-content .item__content-text button {
      padding: 20px 60px;
      margin: 48px auto 0px;
      background-color: #087dfd;
      box-shadow: 1px 2px 10px rgba(204, 204, 204, 0.432);
      border: 1px solid #067dfd;
      border-radius: 50px;
      color: white;
      font-size: 1.2rem;
      font-weight: bold;
      text-align: center; }
      .detail__product .detail__product-content .information__item-content .item__content-text button:focus {
        outline: 0px auto -webkit-focus-ring-color; }
    .detail__product .detail__product-content .information__item-content .item__content-btn {
      background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 20.8421%, rgba(255, 255, 255, 0.94) 26.2105%, rgba(255, 255, 255, 0.98) 28.7368%, white 31.5789%); }
      .detail__product .detail__product-content .information__item-content .item__content-btn button {
        padding: 20px 60px;
        margin: 48px auto 0px;
        background-color: #087dfd;
        box-shadow: 1px 2px 10px rgba(204, 204, 204, 0.432);
        border: 1px solid #067dfd;
        border-radius: 50px;
        color: white;
        font-size: 1.2rem;
        font-weight: bold;
        text-align: center; }
        .detail__product .detail__product-content .information__item-content .item__content-btn button:focus {
          outline: 0px auto -webkit-focus-ring-color; }
    .detail__product .detail__product-content .information__item-content .information__speci .information__speci-title {
      border-bottom: 1px solid #ccc;
      padding: 10px 0px;
      margin: 15px 0px; }
      .detail__product .detail__product-content .information__item-content .information__speci .information__speci-title h4 {
        font-size: 1.5rem;
        text-align: left;
        font-weight: 600;
        color: #000; }
    .detail__product .detail__product-content .information__item-content .information__speci .information__speci-content table {
      border-bottom: 1px solid #ececec;
      margin-bottom: 15px; }
      .detail__product .detail__product-content .information__item-content .information__speci .information__speci-content table td {
        font-size: 1rem;
        color: #111111;
        padding-bottom: 15px;
        text-align: left; }
      .detail__product .detail__product-content .information__item-content .information__speci .information__speci-content table .td_item1 {
        width: 15%; }
      .detail__product .detail__product-content .information__item-content .information__speci .information__speci-content table .td_item2 {
        width: 85%;
        color: #777;
        padding-left: 10px; }
    .detail__product .detail__product-content .information__item-content .information__speci .information__rules {
      background-color: #fafafa;
      margin: 25px 0px 10px 0px;
      padding: 20px; }
      .detail__product .detail__product-content .information__item-content .information__speci .information__rules p {
        font-size: 1rem;
        color: #757c8a;
        text-align: left; }
    .detail__product .detail__product-content .information__item-content .information__speci .information__notice {
      margin-top: 50px; }
      .detail__product .detail__product-content .information__item-content .information__speci .information__notice h4 {
        text-align: left;
        color: #111111;
        font-size: 1.2rem;
        margin: 20px 0px; }
      .detail__product .detail__product-content .information__item-content .information__speci .information__notice p {
        padding: 20px;
        font-size: 1rem;
        color: #757c8a;
        text-align: left;
        background-color: #fafafa; }
    .detail__product .detail__product-content .information__item-content .cart__item {
      border: 1px solid #ccc;
      position: relative; }
      .detail__product .detail__product-content .information__item-content .cart__item .cart__box {
        width: 400px; }
      .detail__product .detail__product-content .information__item-content .cart__item .select__product {
        margin-top: 10px; }
        .detail__product .detail__product-content .information__item-content .cart__item .select__product h3 {
          color: #000;
          font-size: 1.1rem;
          font-size: bold; }
        .detail__product .detail__product-content .information__item-content .cart__item .select__product .sidebar {
          display: flex;
          justify-content: space-between;
          align-items: center;
          border: 1px solid #f2f2f2;
          padding: 10px 5px;
          height: 40px; }
          .detail__product .detail__product-content .information__item-content .cart__item .select__product .sidebar p {
            margin-bottom: 0; }
        .detail__product .detail__product-content .information__item-content .cart__item .select__product .sidebar__list-pr ul {
          list-style: none; }
          .detail__product .detail__product-content .information__item-content .cart__item .select__product .sidebar__list-pr ul li {
            border: 1px solid #f2f2f2;
            margin: 10px 0px; }
            .detail__product .detail__product-content .information__item-content .cart__item .select__product .sidebar__list-pr ul li p {
              font-size: 0.9rem;
              overflow: hidden;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              line-height: 20px; }
            .detail__product .detail__product-content .information__item-content .cart__item .select__product .sidebar__list-pr ul li .properties {
              display: flex;
              justify-content: space-between;
              align-items: center; }
      .detail__product .detail__product-content .information__item-content .cart__item .product_add .product__add-item {
        margin: 20px 0px;
        background-color: #f9f9fa;
        padding: 10px;
        border-bottom: 1px solid #ccc; }
        .detail__product .detail__product-content .information__item-content .cart__item .product_add .product__add-item .product__add-item-name {
          padding-bottom: 10px;
          border-bottom: 1px solid #f2f2f2;
          margin-bottom: 10px; }
          .detail__product .detail__product-content .information__item-content .cart__item .product_add .product__add-item .product__add-item-name p {
            font-size: 1rem;
            color: #000;
            margin-bottom: 0;
            font-weight: 500;
            padding-right: 10px;
            text-align: left;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
          .detail__product .detail__product-content .information__item-content .cart__item .product_add .product__add-item .product__add-item-name .product__add-select {
            display: flex;
            justify-content: left;
            align-items: center; }
            .detail__product .detail__product-content .information__item-content .cart__item .product_add .product__add-item .product__add-item-name .product__add-select span {
              font-size: 1rem;
              font-weight: 400; }
          .detail__product .detail__product-content .information__item-content .cart__item .product_add .product__add-item .product__add-item-name a {
            color: #000;
            text-decoration: none;
            padding: 10px 0px;
            font-weight: 400;
            font-size: 0.9rem; }
        .detail__product .detail__product-content .information__item-content .cart__item .product_add .product__add-item .product__add-item-amount {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .detail__product .detail__product-content .information__item-content .cart__item .product_add .product__add-item .product__add-item-amount .layout-inline {
            display: flex;
            align-items: center;
            margin-right: 10px; }
            .detail__product .detail__product-content .information__item-content .cart__item .product_add .product__add-item .product__add-item-amount .layout-inline button {
              width: 30px;
              height: 30px;
              border: 1px solid #f2f2f2;
              color: #fff;
              background-color: #ccc; }
            .detail__product .detail__product-content .information__item-content .cart__item .product_add .product__add-item .product__add-item-amount .layout-inline input {
              width: 50px;
              height: 30px;
              border: 1px solid #f2f2f2;
              background-color: #ccc;
              color: #fff;
              text-align: center; }
          .detail__product .detail__product-content .information__item-content .cart__item .product_add .product__add-item .product__add-item-amount .select__pr-price {
            display: flex;
            justify-content: center;
            align-items: center; }
            .detail__product .detail__product-content .information__item-content .cart__item .product_add .product__add-item .product__add-item-amount .select__pr-price span {
              cursor: pointer; }
            .detail__product .detail__product-content .information__item-content .cart__item .product_add .product__add-item .product__add-item-amount .select__pr-price p {
              font-size: 1.2rem;
              font-weight: bold;
              color: #000;
              margin-right: 10px;
              margin-bottom: 0; }
              .detail__product .detail__product-content .information__item-content .cart__item .product_add .product__add-item .product__add-item-amount .select__pr-price p span {
                font-size: 1rem;
                font-weight: 400; }
      .detail__product .detail__product-content .information__item-content .cart__item .product__btn {
        display: flex;
        margin-top: 20px; }
        .detail__product .detail__product-content .information__item-content .cart__item .product__btn a {
          flex: 1;
          text-align: center;
          text-decoration: none;
          font-size: 2rem;
          border: 1px solid #919aa4;
          padding: 20px 0px;
          font-weight: 700;
          color: #111111; }
        .detail__product .detail__product-content .information__item-content .cart__item .product__btn a:nth-child(1) {
          margin-right: 10px; }
        .detail__product .detail__product-content .information__item-content .cart__item .product__btn a:nth-child(2) {
          margin-right: 10px;
          border-color: #2786de;
          background-color: #2e8de5;
          color: #fff; }
  .detail__product .detail__product-content .customer__reviews .customer__reviews-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-top: 30px; }
    .detail__product .detail__product-content .customer__reviews .customer__reviews-title h4 {
      font-size: 1.5rem;
      color: #111111; }
      .detail__product .detail__product-content .customer__reviews .customer__reviews-title h4 span {
        color: #2e8de5; }
    .detail__product .detail__product-content .customer__reviews .customer__reviews-title select {
      width: 150px;
      border: 1px solid #000;
      padding: 5px 5px; }
      .detail__product .detail__product-content .customer__reviews .customer__reviews-title select option {
        padding: 10px; }
  .detail__product .detail__product-content .customer__reviews .customer__reviews-rate .customer__item {
    padding: 20px 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc; }
    .detail__product .detail__product-content .customer__reviews .customer__reviews-rate .customer__item .customer__item-img {
      width: 10%;
      padding: 0px 10px; }
      .detail__product .detail__product-content .customer__reviews .customer__reviews-rate .customer__item .customer__item-img img {
        width: 70px; }
    .detail__product .detail__product-content .customer__reviews .customer__reviews-rate .customer__item .customer__item-text {
      width: 75%;
      padding: 0px 20px; }
      .detail__product .detail__product-content .customer__reviews .customer__reviews-rate .customer__item .customer__item-text p {
        margin-bottom: 0px;
        font-size: 1rem;
        color: #111111; }
    .detail__product .detail__product-content .customer__reviews .customer__reviews-rate .customer__item .customer__item-user {
      width: 15%; }
      .detail__product .detail__product-content .customer__reviews .customer__reviews-rate .customer__item .customer__item-user p {
        margin-bottom: 0;
        font-size: 0.8rem;
        color: #9ba0a8; }
        .detail__product .detail__product-content .customer__reviews .customer__reviews-rate .customer__item .customer__item-user p span {
          color: #000;
          font-size: 0.8rem; }
  .detail__product .detail__product-content .customer__reviews .customer__reviews-rate .customer__page {
    margin-top: 20px; }
    .detail__product .detail__product-content .customer__reviews .customer__reviews-rate .customer__page ul {
      list-style: none;
      display: flex;
      justify-content: center;
      align-items: center; }
      .detail__product .detail__product-content .customer__reviews .customer__reviews-rate .customer__page ul li {
        width: 30px;
        height: 30px;
        text-align: center; }
        .detail__product .detail__product-content .customer__reviews .customer__reviews-rate .customer__page ul li a {
          text-decoration: none;
          font-size: 1rem;
          color: #000; }
  .detail__product .detail__product-content .customer__reviews .customer__commnet .customer__commnet-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-top: 30px; }
    .detail__product .detail__product-content .customer__reviews .customer__commnet .customer__commnet-title h4 {
      font-size: 1.5rem;
      color: #111111; }
      .detail__product .detail__product-content .customer__reviews .customer__commnet .customer__commnet-title h4 span {
        color: #2e8de5; }
    .detail__product .detail__product-content .customer__reviews .customer__commnet .customer__commnet-title p {
      font-size: 0.9rem;
      margin-bottom: 0; }
  .detail__product .detail__product-content .customer__reviews .customer__commnet .customer__commnet-rate .customer__item {
    padding: 20px 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc; }
    .detail__product .detail__product-content .customer__reviews .customer__commnet .customer__commnet-rate .customer__item .customer__item-btn {
      width: 100px;
      padding: 0px 10px; }
      .detail__product .detail__product-content .customer__reviews .customer__commnet .customer__commnet-rate .customer__item .customer__item-btn button {
        background-color: #fff;
        border: 1px solid #2e8de5;
        color: #2e8de5;
        border-radius: 20px;
        padding: 1px 10px;
        margin: 5px 0px;
        font-size: 0.8rem;
        width: 100%; }
      .detail__product .detail__product-content .customer__reviews .customer__commnet .customer__commnet-rate .customer__item .customer__item-btn button:nth-child(2) {
        background-color: #f4fbf8;
        border: 1px solid #f2f8f6;
        color: #15c068; }
    .detail__product .detail__product-content .customer__reviews .customer__commnet .customer__commnet-rate .customer__item .customer__item-text {
      width: 75%;
      padding: 0px 20px; }
      .detail__product .detail__product-content .customer__reviews .customer__commnet .customer__commnet-rate .customer__item .customer__item-text p {
        margin-bottom: 0px;
        font-size: 1rem;
        color: #111111; }
    .detail__product .detail__product-content .customer__reviews .customer__commnet .customer__commnet-rate .customer__item .customer__item-user {
      width: 15%; }
      .detail__product .detail__product-content .customer__reviews .customer__commnet .customer__commnet-rate .customer__item .customer__item-user p {
        margin-bottom: 0;
        font-size: 0.8rem;
        color: #9ba0a8; }
        .detail__product .detail__product-content .customer__reviews .customer__commnet .customer__commnet-rate .customer__item .customer__item-user p span {
          color: #000;
          font-size: 0.8rem; }
  .detail__product .detail__product-content .customer__reviews .customer__commnet .customer__commnet-rate .customer__page {
    margin-top: 20px; }
    .detail__product .detail__product-content .customer__reviews .customer__commnet .customer__commnet-rate .customer__page ul {
      list-style: none;
      display: flex;
      justify-content: center;
      align-items: center; }
      .detail__product .detail__product-content .customer__reviews .customer__commnet .customer__commnet-rate .customer__page ul li {
        width: 30px;
        height: 30px;
        text-align: center; }
        .detail__product .detail__product-content .customer__reviews .customer__commnet .customer__commnet-rate .customer__page ul li a {
          text-decoration: none;
          font-size: 1rem;
          color: #000; }
  .detail__product .detail__product-content .customer__reviews .customer__user-comment form {
    position: relative; }
    .detail__product .detail__product-content .customer__reviews .customer__user-comment form .wrapper {
      display: inline-block;
      border: none;
      left: 10%;
      font-size: 14px; }
      .detail__product .detail__product-content .customer__reviews .customer__user-comment form .wrapper input {
        border: 0;
        width: 1px;
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
        opacity: 0; }
      .detail__product .detail__product-content .customer__reviews .customer__user-comment form .wrapper label {
        position: relative;
        float: right;
        color: #C8C8C8; }
      .detail__product .detail__product-content .customer__reviews .customer__user-comment form .wrapper label:before {
        margin: 5px;
        content: "\f005";
        font-family: FontAwesome;
        display: inline-block;
        font-size: 1.5em;
        color: #ccc;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none; }
      .detail__product .detail__product-content .customer__reviews .customer__user-comment form .wrapper input:checked ~ label:before {
        color: #FFC107; }
      .detail__product .detail__product-content .customer__reviews .customer__user-comment form .wrapper label:hover ~ label:before {
        color: #ffdb70; }
      .detail__product .detail__product-content .customer__reviews .customer__user-comment form .wrapper label:hover:before {
        color: #FFC107; }
    .detail__product .detail__product-content .customer__reviews .customer__user-comment form .form__comment h4 {
      font-size: 1.5rem;
      color: #000; }
    .detail__product .detail__product-content .customer__reviews .customer__user-comment form .form__comment input {
      width: 300px;
      height: 40px;
      border: 1px solid #ccc;
      padding-left: 10px;
      border-radius: 5px;
      margin-bottom: 20px; }
    .detail__product .detail__product-content .customer__reviews .customer__user-comment form .form__comment input[type="submit"] {
      margin-top: 20px;
      font-size: 1rem;
      color: #fff;
      background-color: #dc000c;
      border: 0px;
      padding: 5px 10px; }
    .detail__product .detail__product-content .customer__reviews .customer__user-comment form .form__comment textarea {
      height: 100px;
      width: 100%; }
  .detail__product .detail__product-content .customer__reviews .cart__item {
    border: 1px solid #ccc;
    position: relative;
    margin-top: 40px; }
    .detail__product .detail__product-content .customer__reviews .cart__item .scroll__02 {
      width: 400px; }
    .detail__product .detail__product-content .customer__reviews .cart__item .select__product {
      margin-top: 10px; }
      .detail__product .detail__product-content .customer__reviews .cart__item .select__product .select__product-list-color label {
        font-size: 1.3rem;
        color: #000;
        font-weight: bold; }
      .detail__product .detail__product-content .customer__reviews .cart__item .select__product .select__product-list-color .list_size, .detail__product .detail__product-content .customer__reviews .cart__item .select__product .select__product-list-color .list_color {
        margin-bottom: 20px;
        display: block;
        width: 100%;
        height: calc(1.5em + .75rem + 2px);
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
    .detail__product .detail__product-content .customer__reviews .cart__item .product_add .product__add-item {
      margin: 20px 0px;
      background-color: #f9f9fa;
      padding: 10px;
      border-bottom: 1px solid #ccc; }
      .detail__product .detail__product-content .customer__reviews .cart__item .product_add .product__add-item .product__add-item-name {
        padding-bottom: 10px;
        border-bottom: 1px solid #f2f2f2;
        margin-bottom: 10px; }
        .detail__product .detail__product-content .customer__reviews .cart__item .product_add .product__add-item .product__add-item-name p {
          font-size: 1rem;
          color: #000;
          margin-bottom: 0;
          font-weight: 500;
          padding-right: 10px;
          text-align: left; }
        .detail__product .detail__product-content .customer__reviews .cart__item .product_add .product__add-item .product__add-item-name .product__add-select {
          display: flex;
          justify-content: left;
          align-items: center; }
          .detail__product .detail__product-content .customer__reviews .cart__item .product_add .product__add-item .product__add-item-name .product__add-select span {
            font-size: 1rem;
            font-weight: 400; }
        .detail__product .detail__product-content .customer__reviews .cart__item .product_add .product__add-item .product__add-item-name a {
          color: #000;
          text-decoration: none;
          padding: 10px 0px;
          font-weight: 400; }
      .detail__product .detail__product-content .customer__reviews .cart__item .product_add .product__add-item .product__add-item-amount {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .detail__product .detail__product-content .customer__reviews .cart__item .product_add .product__add-item .product__add-item-amount .layout-inline {
          display: flex;
          align-items: center;
          margin-right: 10px; }
          .detail__product .detail__product-content .customer__reviews .cart__item .product_add .product__add-item .product__add-item-amount .layout-inline button {
            width: 30px;
            height: 30px;
            border: 1px solid #f2f2f2;
            color: #fff;
            background-color: #ccc; }
          .detail__product .detail__product-content .customer__reviews .cart__item .product_add .product__add-item .product__add-item-amount .layout-inline input {
            width: 50px;
            height: 30px;
            border: 1px solid #f2f2f2;
            background-color: #ccc;
            color: #fff;
            text-align: center; }
        .detail__product .detail__product-content .customer__reviews .cart__item .product_add .product__add-item .product__add-item-amount .select__pr-price {
          display: flex;
          justify-content: center;
          align-items: center; }
          .detail__product .detail__product-content .customer__reviews .cart__item .product_add .product__add-item .product__add-item-amount .select__pr-price span {
            cursor: pointer; }
          .detail__product .detail__product-content .customer__reviews .cart__item .product_add .product__add-item .product__add-item-amount .select__pr-price p {
            font-size: 1.2rem;
            font-weight: bold;
            color: #000;
            margin-right: 10px;
            margin-bottom: 0; }
            .detail__product .detail__product-content .customer__reviews .cart__item .product_add .product__add-item .product__add-item-amount .select__pr-price p span {
              font-size: 1rem;
              font-weight: 400; }
    .detail__product .detail__product-content .customer__reviews .cart__item .product__btn {
      display: flex;
      margin-top: 20px; }
      .detail__product .detail__product-content .customer__reviews .cart__item .product__btn a {
        flex: 1;
        text-align: center;
        text-decoration: none;
        font-size: 2rem;
        border: 1px solid #919aa4;
        padding: 20px 0px;
        font-weight: 700;
        color: #111111; }
      .detail__product .detail__product-content .customer__reviews .cart__item .product__btn a:nth-child(1) {
        margin-right: 10px; }
      .detail__product .detail__product-content .customer__reviews .cart__item .product__btn a:nth-child(2) {
        margin-right: 10px;
        border-color: #2786de;
        background-color: #2e8de5;
        color: #fff; }
  .detail__product .detail__product-content .customer__cancel .customer__cancel-title {
    border-bottom: 1px solid #ccc; }
    .detail__product .detail__product-content .customer__cancel .customer__cancel-title h4 {
      font-size: 1.5rem;
      color: #000; }
  .detail__product .detail__product-content .customer__cancel .customer__content {
    margin-bottom: 40px; }
    .detail__product .detail__product-content .customer__cancel .customer__content .exchange-return {
      margin-bottom: 30px; }
      .detail__product .detail__product-content .customer__cancel .customer__content .exchange-return h5 {
        font-size: 1.3rem;
        font-weight: 500;
        color: #1e2732; }
      .detail__product .detail__product-content .customer__cancel .customer__content .exchange-return p {
        font-size: 0.9rem; }
    .detail__product .detail__product-content .customer__cancel .customer__content .sipping__inland, .detail__product .detail__product-content .customer__cancel .customer__content .sipping__international {
      margin-bottom: 30px; }
      .detail__product .detail__product-content .customer__cancel .customer__content .sipping__inland h5, .detail__product .detail__product-content .customer__cancel .customer__content .sipping__international h5 {
        font-size: 1rem;
        font-weight: 500;
        color: #5e636d; }
      .detail__product .detail__product-content .customer__cancel .customer__content .sipping__inland p, .detail__product .detail__product-content .customer__cancel .customer__content .sipping__international p {
        font-size: 0.9rem;
        margin-bottom: 0;
        line-height: 25px; }
      .detail__product .detail__product-content .customer__cancel .customer__content .sipping__inland ul, .detail__product .detail__product-content .customer__cancel .customer__content .sipping__international ul {
        list-style: none;
        padding-left: 5px;
        margin-bottom: 0; }
        .detail__product .detail__product-content .customer__cancel .customer__content .sipping__inland ul li, .detail__product .detail__product-content .customer__cancel .customer__content .sipping__international ul li {
          font-size: 0.9rem;
          color: #777; }
    .detail__product .detail__product-content .customer__cancel .customer__content .defective_item h5 {
      font-size: 1.3rem;
      font-weight: 500;
      color: #1e2732; }
    .detail__product .detail__product-content .customer__cancel .customer__content .defective_item ul {
      list-style: none; }
    .detail__product .detail__product-content .customer__cancel .customer__content .defective_item li {
      font-size: 0.9rem; }
  .detail__product .detail__product-content .customer__cancel .seller__information .seller__information-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    .detail__product .detail__product-content .customer__cancel .seller__information .seller__information-title h4 {
      font-size: 1.5rem;
      color: #111111; }
  .detail__product .detail__product-content .customer__cancel .seller__information .seller__information-content table td {
    font-size: 0.9rem;
    color: #777;
    padding: 5px 0px; }
  .detail__product .detail__product-content .customer__cancel .seller__information .seller__information-content table .td_item2 {
    color: #000;
    padding-left: 20px; }
  .detail__product .detail__product-content .customer__cancel .seller__information .seller__information-content .register__service .register__service-title {
    display: flex;
    padding: 10px 0px; }
    .detail__product .detail__product-content .customer__cancel .seller__information .seller__information-content .register__service .register__service-title span {
      font-size: 0.8rem;
      padding: 0 10px; }
    .detail__product .detail__product-content .customer__cancel .seller__information .seller__information-content .register__service .register__service-title p {
      font-size: 1.2rem;
      font-weight: 500;
      color: #111111;
      margin-bottom: 0;
      padding: 0 10px;
      border-left: 1px solid #cbcdd0;
      border-right: 1px solid #cbcdd0; }
  .detail__product .detail__product-content .customer__cancel .seller__information .seller__information-content .register__service .register__service-text p {
    font-size: 0.9rem;
    color: #777; }
  .detail__product .detail__product-content .customer__cancel .seller__information .seller__information-content .register__service .note h5 {
    font-size: 1.2rem;
    color: #111111;
    font-weight: 500; }
  .detail__product .detail__product-content .customer__cancel .cart__item {
    border: 1px solid #ccc;
    position: relative;
    margin-top: 40px; }
    .detail__product .detail__product-content .customer__cancel .cart__item .scroll__02 {
      top: 0;
      width: 400px; }
    .detail__product .detail__product-content .customer__cancel .cart__item .select__product {
      margin-top: 10px; }
      .detail__product .detail__product-content .customer__cancel .cart__item .select__product .select__product-list-color label {
        font-size: 1.3rem;
        color: #000;
        font-weight: bold; }
      .detail__product .detail__product-content .customer__cancel .cart__item .select__product .select__product-list-color .list_size, .detail__product .detail__product-content .customer__cancel .cart__item .select__product .select__product-list-color .list_color {
        margin-bottom: 20px;
        display: block;
        width: 100%;
        height: calc(1.5em + .75rem + 2px);
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
    .detail__product .detail__product-content .customer__cancel .cart__item .product_add .product__add-item {
      margin: 20px 0px;
      background-color: #f9f9fa;
      padding: 10px;
      border-bottom: 1px solid #ccc; }
      .detail__product .detail__product-content .customer__cancel .cart__item .product_add .product__add-item .product__add-item-name {
        padding-bottom: 10px;
        border-bottom: 1px solid #f2f2f2;
        margin-bottom: 10px; }
        .detail__product .detail__product-content .customer__cancel .cart__item .product_add .product__add-item .product__add-item-name p {
          font-size: 1rem;
          color: #000;
          margin-bottom: 0;
          font-weight: 500;
          padding-right: 10px;
          text-align: left; }
        .detail__product .detail__product-content .customer__cancel .cart__item .product_add .product__add-item .product__add-item-name .product__add-select {
          display: flex;
          justify-content: left;
          align-items: center; }
          .detail__product .detail__product-content .customer__cancel .cart__item .product_add .product__add-item .product__add-item-name .product__add-select span {
            font-size: 1rem;
            font-weight: 400; }
        .detail__product .detail__product-content .customer__cancel .cart__item .product_add .product__add-item .product__add-item-name a {
          color: #000;
          text-decoration: none;
          padding: 10px 0px;
          font-weight: 400; }
      .detail__product .detail__product-content .customer__cancel .cart__item .product_add .product__add-item .product__add-item-amount {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .detail__product .detail__product-content .customer__cancel .cart__item .product_add .product__add-item .product__add-item-amount .layout-inline {
          display: flex;
          align-items: center;
          margin-right: 10px; }
          .detail__product .detail__product-content .customer__cancel .cart__item .product_add .product__add-item .product__add-item-amount .layout-inline button {
            width: 30px;
            height: 30px;
            border: 1px solid #f2f2f2;
            color: #fff;
            background-color: #ccc; }
          .detail__product .detail__product-content .customer__cancel .cart__item .product_add .product__add-item .product__add-item-amount .layout-inline input {
            width: 50px;
            height: 30px;
            border: 1px solid #f2f2f2;
            background-color: #ccc;
            color: #fff;
            text-align: center; }
        .detail__product .detail__product-content .customer__cancel .cart__item .product_add .product__add-item .product__add-item-amount .select__pr-price {
          display: flex;
          justify-content: center;
          align-items: center; }
          .detail__product .detail__product-content .customer__cancel .cart__item .product_add .product__add-item .product__add-item-amount .select__pr-price span {
            cursor: pointer; }
          .detail__product .detail__product-content .customer__cancel .cart__item .product_add .product__add-item .product__add-item-amount .select__pr-price p {
            font-size: 1.2rem;
            font-weight: bold;
            color: #000;
            margin-right: 10px;
            margin-bottom: 0; }
            .detail__product .detail__product-content .customer__cancel .cart__item .product_add .product__add-item .product__add-item-amount .select__pr-price p span {
              font-size: 1rem;
              font-weight: 400; }
    .detail__product .detail__product-content .customer__cancel .cart__item .product__btn {
      display: flex;
      margin-top: 20px; }
      .detail__product .detail__product-content .customer__cancel .cart__item .product__btn a {
        flex: 1;
        text-align: center;
        text-decoration: none;
        font-size: 2rem;
        border: 1px solid #919aa4;
        padding: 20px 0px;
        font-weight: 700;
        color: #111111; }
      .detail__product .detail__product-content .customer__cancel .cart__item .product__btn a:nth-child(1) {
        margin-right: 10px; }
      .detail__product .detail__product-content .customer__cancel .cart__item .product__btn a:nth-child(2) {
        margin-right: 10px;
        border-color: #2786de;
        background-color: #2e8de5;
        color: #fff; }

  .login .login__item h1 {
    width: 100%;
    border-bottom: 2px solid #000;
    padding: 20px 0px;
    color: #000;
    font-size: 2rem; }
  .login .login__item form label {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 20px 0px; }
    .login .login__item form label span {
      font-size: 1rem;
      color: #000;
      width: 15%;
      font-weight: 500; }
    .login .login__item form label input {
      width: 30%;
      height: 40px;
      padding-left: 10px;
      border-radius: 5px;
      border: 1px solid #ccc; }
  .login .login__item form label[for=checkbox] {
    display: flex;
    align-items: center; }
    .login .login__item form label[for=checkbox] input {
      height: 15px;
      width: 15px; }
    .login .login__item form label[for=checkbox] p {
      font-size: 0.9rem;
      color: #111111;
      margin-bottom: 0;
      padding-left: 10px; }
      .login .login__item form label[for=checkbox] p a {
        text-decoration: none;
        color: #1051ca;
        font-size: 1rem;
        font-weight: 600; }
  .login .login__item form label[for=submit] {
    justify-content: center; }
    .login .login__item form label[for=submit] input {
      width: 20%;
      background-color: #ff5b59;
      color: #fff;
      font-size: 1rem;
      font-weight: 600; }

  .payment .payment__item .payment__title {
    display: flex;
    justify-content: space-between;
    margin: 40px 0px; }
    .payment .payment__item .payment__title hr {
      width: 35%;
      border: 1px solid #ccc;
      align-self: flex-end;
      margin: 0; }
    .payment .payment__item .payment__title h1 {
      text-align: center;
      font-size: 2rem;
      color: #DC000C;
      font-weight: 700;
      margin: 0; }
  .payment .payment__item .payment__content .payment__content-item {
    margin-top: 60px; }
    .payment .payment__item .payment__content .payment__content-item .payment__content-text {
      border: 1px solid #ccc;
      border-radius: 5px;
      margin-bottom: 10px;
      padding: 10px 10px; }
      .payment .payment__item .payment__content .payment__content-item .payment__content-text h2 {
        margin: 0;
        color: #DC000C;
        font-size: 1.2rem; }
      .payment .payment__item .payment__content .payment__content-item .payment__content-text p {
        font-size: 1rem;
        color: #000;
        margin-bottom: 0; }
        .payment .payment__item .payment__content .payment__content-item .payment__content-text p span {
          font-weight: 700; }
    .payment .payment__item .payment__content .payment__content-item .payment__content-img {
      text-align: center;
      width: 100%; }
      .payment .payment__item .payment__content .payment__content-item .payment__content-img img {
        width: inherit; }

  .cart .cart__item .cart__content .cart__information .cart__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 20px 0px;
    margin-bottom: 10px; }
    .cart .cart__item .cart__content .cart__information .cart__title .cart__title-link a {
      text-decoration: none;
      color: #000;
      font-size: 1rem; }
      .cart .cart__item .cart__content .cart__information .cart__title .cart__title-link a:hover {
        font-weight: 600; }
    .cart .cart__item .cart__content .cart__information .cart__title .cart__title-link-cart a {
      text-decoration: none;
      color: #000;
      font-size: 1rem; }
      .cart .cart__item .cart__content .cart__information .cart__title .cart__title-link-cart a:hover {
        font-weight: 600; }
      .cart .cart__item .cart__content .cart__information .cart__title .cart__title-link-cart a span {
        font-size: 0.9rem;
        color: #000; }
  .cart .cart__item .cart__content .cart__information .cart__information-content {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc; }
    .cart .cart__item .cart__content .cart__information .cart__information-content .cart__information-img {
      padding-right: 20px; }
      .cart .cart__item .cart__content .cart__information .cart__information-content .cart__information-img img {
        width: 200px; }
    .cart .cart__item .cart__content .cart__information .cart__information-content .cart__information-text .information__name a {
      text-decoration: none;
      font-size: 1.5rem;
      color: #000;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 20px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      line-height: 30px; }
    .cart .cart__item .cart__content .cart__information .cart__information-content .cart__information-text .information__msp {
      padding: 10px 0px; }
      .cart .cart__item .cart__content .cart__information .cart__information-content .cart__information-text .information__msp a {
        font-size: 1rem;
        color: #000;
        text-decoration: none; }
        .cart .cart__item .cart__content .cart__information .cart__information-content .cart__information-text .information__msp a span {
          color: #494848;
          font-size: 0.9rem; }
    .cart .cart__item .cart__content .cart__information .cart__information-content .cart__information-text .information__number {
      display: flex;
      justify-content: space-between;
      padding: 10px 0px; }
      .cart .cart__item .cart__content .cart__information .cart__information-content .cart__information-text .information__number .information__count .form
      button {
        border: 0px;
        background-color: #ccc;
        width: 30px;
        height: 30px; }
      .cart .cart__item .cart__content .cart__information .cart__information-content .cart__information-text .information__number .information__count input {
        border: 0px;
        height: 30px;
        background-color: #ccc;
        text-align: center;
        width: 70px; }
      .cart .cart__item .cart__content .cart__information .cart__information-content .cart__information-text .information__number .information__price p {
        font-size: 1rem;
        color: #000;
        margin-bottom: 0;
        font-weight: 600; }
        .cart .cart__item .cart__content .cart__information .cart__information-content .cart__information-text .information__number .information__price p span {
          color: #DC000C;
          font-size: 1.1rem;
          font-weight: bold;
          float: right; }
    .cart .cart__item .cart__content .cart__information .cart__information-content .cart__information-text .information__btn a {
      text-decoration: none;
      font-size: 1rem;
      color: #00a1ff;
      font-weight: 600; }
    .cart .cart__item .cart__content .cart__information .cart__information-content .cart__information-text .information__btn a:nth-child(1) {
      padding-right: 30px; }
  .cart .cart__item .cart__content .cart__pay {
    margin-top: 20px;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #fff; }
    .cart .cart__item .cart__content .cart__pay .cart__pay-title {
      margin-bottom: 10px;
      border-bottom: 1px solid #ccc;
      padding-bottom: 10px; }
      .cart .cart__item .cart__content .cart__pay .cart__pay-title p {
        margin-bottom: 0;
        font-size: 1.2rem;
        color: #000;
        font-weight: 600; }
    .cart .cart__item .cart__content .cart__pay .total__provisional {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 10px; }
      .cart .cart__item .cart__content .cart__pay .total__provisional p {
        margin-bottom: 0px;
        font-size: 1rem;
        color: #000; }
      .cart .cart__item .cart__content .cart__pay .total__provisional span {
        color: #DC000C;
        font-size: 1rem;
        font-weight: 600; }
    .cart .cart__item .cart__content .cart__pay .total__vat {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px; }
      .cart .cart__item .cart__content .cart__pay .total__vat p {
        margin-bottom: 0px;
        font-size: 1rem;
        color: #000; }
      .cart .cart__item .cart__content .cart__pay .total__vat span {
        color: #DC000C;
        font-size: 1rem;
        font-weight: 600; }
    .cart .cart__item .cart__content .cart__pay .code__ship {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 10px;
      border-bottom: 1px solid #ccc;
      margin-bottom: 10px; }
      .cart .cart__item .cart__content .cart__pay .code__ship p {
        margin-bottom: 0px;
        font-size: 1rem;
        color: #000; }
      .cart .cart__item .cart__content .cart__pay .code__ship span {
        color: #DC000C;
        font-size: 1rem;
        font-weight: 600; }
    .cart .cart__item .cart__content .cart__pay .total__price {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 10px;
      padding-bottom: 10px; }
      .cart .cart__item .cart__content .cart__pay .total__price p {
        margin-bottom: 0px;
        font-size: 1.3rem;
        color: #000;
        font-weight: 600; }
      .cart .cart__item .cart__content .cart__pay .total__price span {
        color: #DC000C;
        font-size: 1.3rem;
        font-weight: 600; }
    .cart .cart__item .cart__content .cart__pay .cart__code-sale p {
      font-size: 1rem;
      color: #000; }
    .cart .cart__item .cart__content .cart__pay .cart__code-sale form {
      display: flex;
      justify-content: center;
      align-items: center;
      padding-bottom: 10px;
      border-bottom: 1px solid #ccc; }
      .cart .cart__item .cart__content .cart__pay .cart__code-sale form input[type=text] {
        width: 80%;
        border: 1px solid #ccc;
        height: 40px;
        padding-left: 10px; }
      .cart .cart__item .cart__content .cart__pay .cart__code-sale form input[type=submit] {
        width: 20%;
        border: 1px solid #ccc;
        height: 40px;
        background-color: #DC000C;
        color: #fff; }
    .cart .cart__item .cart__content .cart__pay .pay__btn {
      margin-top: 30px; }
      .cart .cart__item .cart__content .cart__pay .pay__btn input {
        font-size: 1.3rem;
        width: 100%;
        height: 50px;
        background-color: #DC000C;
        color: #fff;
        border: 0px; }
        .cart .cart__item .cart__content .cart__pay .pay__btn input:hover {
          background-color: #AC060F; }

  .payments .payments__item .payments__step {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0px 20px 0px;
    border-bottom: 1px solid #ccc;
    padding: 40px 0px; }
    .payments .payments__item .payments__step .progressbar {
      width: 100%;
      counter-reset: step;
      padding: 0; }
      .payments .payments__item .payments__step .progressbar li {
        float: left;
        list-style: none;
        position: relative;
        text-align: center;
        width: calc(100% / 3); }
        .payments .payments__item .payments__step .progressbar li::before {
          background: #fff;
          border: 2px solid #bebebe;
          border-radius: 50%;
          color: #bebebe;
          content: counter(step);
          counter-increment: step;
          display: block;
          font-weight: 700;
          height: 30px;
          line-height: 27px;
          margin: 0 auto 10px;
          text-align: center;
          width: 30px; }
        .payments .payments__item .payments__step .progressbar li::after {
          background: #979797;
          content: '';
          height: 3px;
          left: -50%;
          position: absolute;
          top: 15px;
          width: 100%;
          z-index: -1; }
      .payments .payments__item .payments__step .progressbar li:first-child::after {
        content: none; }
      .payments .payments__item .payments__step .progressbar li.active:after,
      .payments .payments__item .payments__step .progressbar li.complete:after {
        background: #3aac5d; }
      .payments .payments__item .payments__step .progressbar li.active:before,
      .payments .payments__item .payments__step .progressbar li.complete:before {
        background: #3aac5d;
        border-color: #3aac5d;
        color: #fff; }
      .payments .payments__item .payments__step .progressbar li.active {
        color: #3aac5d;
        font-weight: 700; }
      .payments .payments__item .payments__step .progressbar .li.complete {
        color: #333;
        font-weight: 700; }
  .payments .payments__content .payments__box {
    background-color: #f9f9f9;
    padding: 20px;
    display: flex;
    flex-direction: column; }
  .payments .payments__content .payments__title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px; }
    .payments .payments__content .payments__title a {
      font-size: 1rem;
      color: #0075ff;
      text-decoration: none; }
  .payments .payments__content .payments__list {
    position: relative;
    margin: 10px 0px;
    max-height: 175px;
    overflow: hidden; }
    .payments .payments__content .payments__list .payments__list-item {
      margin-bottom: 10px; }
      .payments .payments__content .payments__list .payments__list-item .payments__list-product {
        padding: 10px 20px 10px 20px;
        border-radius: 10px;
        background-color: #fff;
        box-shadow: 1px 1px 5px #e6e6e6; }
        .payments .payments__content .payments__list .payments__list-item .payments__list-product .payments__product-img {
          padding: 0px 10px 0px 0px; }
          .payments .payments__content .payments__list .payments__list-item .payments__list-product .payments__product-img img {
            width: 100%;
            border-radius: 10px; }
        .payments .payments__content .payments__list .payments__list-item .payments__list-product .payments__product-info {
          padding: 10px; }
          .payments .payments__content .payments__list .payments__list-item .payments__list-product .payments__product-info .product__name {
            padding: 5px 0px; }
            .payments .payments__content .payments__list .payments__list-item .payments__list-product .payments__product-info .product__name a {
              font-size: 1rem;
              text-decoration: none;
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              font-weight: 700;
              color: #303846; }
          .payments .payments__content .payments__list .payments__list-item .payments__list-product .payments__product-info .product__company {
            padding: 5px 0px; }
            .payments .payments__content .payments__list .payments__list-item .payments__list-product .payments__product-info .product__company a {
              text-decoration: none;
              font-size: 0.8rem;
              font-weight: 600;
              color: #303846; }
              .payments .payments__content .payments__list .payments__list-item .payments__list-product .payments__product-info .product__company a span {
                font-size: 1rem; }
          .payments .payments__content .payments__list .payments__list-item .payments__list-product .payments__product-info .product__color {
            padding: 5px 0px; }
            .payments .payments__content .payments__list .payments__list-item .payments__list-product .payments__product-info .product__color a {
              text-decoration: none;
              font-size: 0.8rem;
              font-weight: 600;
              color: #303846; }
              .payments .payments__content .payments__list .payments__list-item .payments__list-product .payments__product-info .product__color a span {
                font-size: 1rem; }
        .payments .payments__content .payments__list .payments__list-item .payments__list-product .payments__product-price {
          padding: 10px; }
          .payments .payments__content .payments__list .payments__list-item .payments__list-product .payments__product-price .product__price-item {
            text-align: right; }
            .payments .payments__content .payments__list .payments__list-item .payments__list-product .payments__product-price .product__price-item p:nth-child(1) {
              font-size: 1.3rem;
              color: red;
              font-weight: bold; }
              .payments .payments__content .payments__list .payments__list-item .payments__list-product .payments__product-price .product__price-item p:nth-child(1) span {
                color: #000;
                font-size: 1rem; }
      .payments .payments__content .payments__list .payments__list-item::after {
        /* content: ""; */
        width: 100%;
        height: 100px;
        position: absolute;
        bottom: 0;
        background: linear-gradient(to top, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0)); }
  .payments .payments__content .payments__more {
    width: 100%;
    text-align: center; }
    .payments .payments__content .payments__more button {
      border: 1px solid #ccc;
      padding: 5px 20px;
      border-radius: 20px;
      z-index: 999; }
      .payments .payments__content .payments__more button:hover {
        background-color: #0075ff;
        color: #fff; }
  .payments .payments__content .payments__form h3 {
    color: #DC000C;
    font-weight: bold;
    font-size: 1.3rem; }
  .payments .payments__content .payments__form .active {
    border: 1px solid #DC000C !important; }
  .payments .payments__content .payments__form .payments__bank {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 20px 0px; }
    .payments .payments__content .payments__form .payments__bank .payments__bank-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      border: 1px solid #ccc;
      padding: 10px; }
      .payments .payments__content .payments__form .payments__bank .payments__bank-item .payments__bank-text {
        display: flex; }
        .payments .payments__content .payments__form .payments__bank .payments__bank-item .payments__bank-text img {
          width: 32px;
          height: 32px;
          margin-right: 10px; }
      .payments .payments__content .payments__form .payments__bank .payments__bank-item input {
        width: 15px;
        height: 15px; }
    .payments .payments__content .payments__form .payments__bank .payments__bank-list {
      border: 1px solid #DC000C;
      border-style: dashed;
      width: 100%;
      margin-top: 10px;
      display: none; }
      .payments .payments__content .payments__form .payments__bank .payments__bank-list .bank__item {
        display: flex;
        padding: 10px 0px; }
        .payments .payments__content .payments__form .payments__bank .payments__bank-list .bank__item img {
          width: 138px;
          margin: 10px; }
        .payments .payments__content .payments__form .payments__bank .payments__bank-list .bank__item .bank__item-content .bank__name, .payments .payments__content .payments__form .payments__bank .payments__bank-list .bank__item .bank__item-content .bank__number, .payments .payments__content .payments__form .payments__bank .payments__bank-list .bank__item .bank__item-content .bank__address, .payments .payments__content .payments__form .payments__bank .payments__bank-list .bank__item .bank__item-content .bank__mess {
          display: flex; }
          .payments .payments__content .payments__form .payments__bank .payments__bank-list .bank__item .bank__item-content .bank__name p, .payments .payments__content .payments__form .payments__bank .payments__bank-list .bank__item .bank__item-content .bank__number p, .payments .payments__content .payments__form .payments__bank .payments__bank-list .bank__item .bank__item-content .bank__address p, .payments .payments__content .payments__form .payments__bank .payments__bank-list .bank__item .bank__item-content .bank__mess p {
            font-size: 1rem;
            font-weight: 400;
            color: #000;
            font-weight: bold; }
          .payments .payments__content .payments__form .payments__bank .payments__bank-list .bank__item .bank__item-content .bank__name span, .payments .payments__content .payments__form .payments__bank .payments__bank-list .bank__item .bank__item-content .bank__number span, .payments .payments__content .payments__form .payments__bank .payments__bank-list .bank__item .bank__item-content .bank__address span, .payments .payments__content .payments__form .payments__bank .payments__bank-list .bank__item .bank__item-content .bank__mess span {
            min-width: 150px;
            font-size: 1rem;
            color: #000;
            padding-left: 20px; }
  .payments .payments__content .payments__form .payments__cod {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    margin: 20px 0px; }
    .payments .payments__content .payments__form .payments__cod .payments__cod-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%; }
      .payments .payments__content .payments__form .payments__cod .payments__cod-item .payments__cod-text {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .payments .payments__content .payments__form .payments__cod .payments__cod-item .payments__cod-text img {
          width: 32px;
          height: 32px;
          margin-right: 10px; }
      .payments .payments__content .payments__form .payments__cod .payments__cod-item input {
        width: 15px;
        height: 15px; }
  .payments .payments__content .payments__nav {
    border: 1px solid #ccc;
    padding: 10px; }
    .payments .payments__content .payments__nav .deposit {
      display: flex;
      justify-content: space-between;
      background-color: #f3f5f7; }
      .payments .payments__content .payments__nav .deposit .active {
        background-color: #0080ff !important;
        color: #fff !important; }
      .payments .payments__content .payments__nav .deposit .text {
        padding: 10px 0px 10px 10px; }
        .payments .payments__content .payments__nav .deposit .text p {
          font-size: 1rem;
          color: #000;
          font-weight: 600;
          margin-bottom: 0; }
      .payments .payments__content .payments__nav .deposit .deposit__btn {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .payments .payments__content .payments__nav .deposit .deposit__btn p {
          flex: 1;
          text-align: center;
          padding: 10px 20px;
          border: 1px solid #ccc;
          margin-bottom: 0;
          margin-left: 5px;
          background-color: #fff;
          font-size: 1rem;
          font-weight: 600;
          cursor: pointer; }
    .payments .payments__content .payments__nav .show {
      display: block !important; }
    .payments .payments__content .payments__nav .payment__amount {
      margin-bottom: 10px;
      display: none; }
      .payments .payments__content .payments__nav .payment__amount .payment__amount-item1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #ffedcc;
        padding: 10px; }
        .payments .payments__content .payments__nav .payment__amount .payment__amount-item1 p {
          margin-bottom: 0;
          font-size: 1rem;
          font-weight: 600;
          color: #cc8300; }
        .payments .payments__content .payments__nav .payment__amount .payment__amount-item1 p:nth-child(2) {
          color: #cc8300; }
          .payments .payments__content .payments__nav .payment__amount .payment__amount-item1 p:nth-child(2) span {
            color: #000;
            font-size: 0.9rem; }
      .payments .payments__content .payments__nav .payment__amount .payment__amount-item2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #f3f5f7;
        padding: 10px; }
        .payments .payments__content .payments__nav .payment__amount .payment__amount-item2 p {
          margin-bottom: 0;
          font-size: 1rem;
          font-weight: 600;
          color: #3d3c39; }
        .payments .payments__content .payments__nav .payment__amount .payment__amount-item2 p:nth-child(2) {
          color: #3d3c39; }
          .payments .payments__content .payments__nav .payment__amount .payment__amount-item2 p:nth-child(2) span {
            color: #000;
            font-size: 0.9rem; }
    .payments .payments__content .payments__nav .payments__nav-title {
      border-bottom: 1px solid #ccc;
      margin-bottom: 10px; }
      .payments .payments__content .payments__nav .payments__nav-title h4 {
        margin: 10px 0px;
        font-size: 1.2rem;
        color: #000;
        font-weight: 600; }
        .payments .payments__content .payments__nav .payments__nav-title h4 span {
          font-size: 1rem;
          color: #5a5757; }
    .payments .payments__content .payments__nav .payments__nav-pr {
      display: flex;
      padding-bottom: 10px;
      border-bottom: 1px solid #ccc; }
      .payments .payments__content .payments__nav .payments__nav-pr .payments__nav-img {
        width: 20%; }
        .payments .payments__content .payments__nav .payments__nav-pr .payments__nav-img img {
          width: 100%; }
      .payments .payments__content .payments__nav .payments__nav-pr .payments__nav-name {
        width: 80%;
        padding: 0px 10px; }
        .payments .payments__content .payments__nav .payments__nav-pr .payments__nav-name a {
          font-size: 0.9rem;
          color: #000;
          font-weight: 500;
          text-decoration: none;
          -webkit-line-clamp: 2;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical; }
      .payments .payments__content .payments__nav .payments__nav-pr .payments__nav-price {
        width: 20%; }
        .payments .payments__content .payments__nav .payments__nav-pr .payments__nav-price p {
          font-size: 1rem;
          color: #DC000C;
          font-weight: 600; }
          .payments .payments__content .payments__nav .payments__nav-pr .payments__nav-price p span {
            float: right; }
          .payments .payments__content .payments__nav .payments__nav-pr .payments__nav-price p span:nth-child(3) {
            color: #000; }
    .payments .payments__content .payments__nav .payments__nav-subtotal {
      display: flex;
      justify-content: space-between;
      padding: 10px 0px; }
      .payments .payments__content .payments__nav .payments__nav-subtotal p {
        font-size: 1rem;
        color: #000;
        font-weight: 500;
        margin-bottom: 0; }
        .payments .payments__content .payments__nav .payments__nav-subtotal p span {
          color: #DC000C; }
        .payments .payments__content .payments__nav .payments__nav-subtotal p span:nth-child(2) {
          color: #000; }
    .payments .payments__content .payments__nav .payments__nav-vat {
      display: flex;
      justify-content: space-between;
      padding-bottom: 10px;
      border-bottom: 1px solid #ccc;
      margin-bottom: 10px; }
      .payments .payments__content .payments__nav .payments__nav-vat p {
        margin-bottom: 0;
        font-size: 1rem;
        color: #000;
        font-weight: 500; }
        .payments .payments__content .payments__nav .payments__nav-vat p span {
          color: #DC000C; }
        .payments .payments__content .payments__nav .payments__nav-vat p span:nth-child(2) {
          color: #000; }
    .payments .payments__content .payments__nav .pay_shipping {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .payments .payments__content .payments__nav .pay_shipping p {
        font-size: 1rem;
        color: #000;
        font-weight: 500; }
      .payments .payments__content .payments__nav .pay_shipping a {
        color: #000;
        font-size: 1rem; }
    .payments .payments__content .payments__nav .payments__nav-sale {
      border-bottom: 1px solid #ccc;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      .payments .payments__content .payments__nav .payments__nav-sale p {
        font-size: 1rem;
        color: #000;
        font-weight: 500; }
      .payments .payments__content .payments__nav .payments__nav-sale .pay__nav-sale-btn {
        display: flex;
        justify-content: center;
        align-items: center; }
        .payments .payments__content .payments__nav .payments__nav-sale .pay__nav-sale-btn input {
          height: 30px; }
        .payments .payments__content .payments__nav .payments__nav-sale .pay__nav-sale-btn input[type=text] {
          width: 80%;
          padding-left: 10px;
          border: 1px solid #DC000C; }
        .payments .payments__content .payments__nav .payments__nav-sale .pay__nav-sale-btn input[type=submit] {
          width: 20%;
          background-color: #DC000C;
          color: #fff;
          border: 1px solid #DC000C; }
    .payments .payments__content .payments__nav .payments__nav-total {
      display: flex;
      justify-content: space-between;
      background-color: #ffa401;
      padding: 10px; }
      .payments .payments__content .payments__nav .payments__nav-total p {
        font-size: 1rem;
        color: #fff;
        font-weight: 500;
        margin-bottom: 0; }
      .payments .payments__content .payments__nav .payments__nav-total p:nth-child(2) {
        font-size: 1.2rem;
        color: #fff;
        font-weight: bold; }
        .payments .payments__content .payments__nav .payments__nav-total p:nth-child(2) span {
          color: #000;
          font-size: 0.9rem; }
    .payments .payments__content .payments__nav .payments__nav-btn {
      margin-top: 10px; }
      .payments .payments__content .payments__nav .payments__nav-btn input {
        width: 100%;
        font-size: 1rem;
        font-weight: 600;
        color: #fff;
        background-color: #DC000C;
        border: 0px;
        height: 40px; }
    .payments .payments__content .payments__nav .payments__nav-link {
      text-align: center;
      padding: 20px 0px 10px 0px; }
      .payments .payments__content .payments__nav .payments__nav-link a {
        color: #0099ff;
        font-size: 1rem; }
  .payments .payments__content .payments__btn label {
    width: 100%;
    font-size: 1rem;
    color: #000;
    display: flex;
    align-items: center; }
    .payments .payments__content .payments__btn label a {
      color: #009df8;
      padding-left: 5px; }
    .payments .payments__content .payments__btn label input {
      width: 17px;
      height: 17px;
      margin-right: 10px; }
  .payments .payments__content .payments__btn .payments__btn-submit input {
    width: auto;
    background-color: #DC000C;
    color: #fff;
    border: 0px;
    font-size: 1.3rem;
    padding: 10px; }

  .bill .bill__item .bill__step {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0px 20px 0px;
    border-bottom: 1px solid #ccc; }
    .bill .bill__item .bill__step .progressbar {
      width: 100%;
      counter-reset: step;
      padding: 0; }
      .bill .bill__item .bill__step .progressbar li {
        float: left;
        list-style: none;
        position: relative;
        text-align: center;
        width: calc(100% / 3); }
        .bill .bill__item .bill__step .progressbar li::before {
          background: #fff;
          border: 2px solid #bebebe;
          border-radius: 50%;
          color: #bebebe;
          content: counter(step);
          counter-increment: step;
          display: block;
          font-weight: 700;
          height: 30px;
          line-height: 27px;
          margin: 0 auto 10px;
          text-align: center;
          width: 30px; }
        .bill .bill__item .bill__step .progressbar li::after {
          background: #979797;
          content: '';
          height: 3px;
          left: -50%;
          position: absolute;
          top: 15px;
          width: 100%;
          z-index: -1; }
      .bill .bill__item .bill__step .progressbar li:first-child::after {
        content: none; }
      .bill .bill__item .bill__step .progressbar li.active:after,
      .bill .bill__item .bill__step .progressbar li.complete:after {
        background: #3aac5d; }
      .bill .bill__item .bill__step .progressbar li.active:before,
      .bill .bill__item .bill__step .progressbar li.complete:before {
        background: #3aac5d;
        border-color: #3aac5d;
        color: #fff; }
      .bill .bill__item .bill__step .progressbar li.active {
        color: #3aac5d;
        font-weight: 700; }
      .bill .bill__item .bill__step .progressbar .li.complete {
        color: #333;
        font-weight: 700; }
  .bill .bill__content .bill__title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px; }
    .bill .bill__content .bill__title a {
      font-size: 1rem;
      color: #000;
      text-decoration: none; }
  .bill .bill__content .bill__form h3 {
    color: #DC000C;
    font-weight: 600; }
  .bill .bill__content .bill__form form .form__sex {
    margin-top: 10px; }
    .bill .bill__content .bill__form form .form__sex label {
      font-size: 1.3rem;
      color: #000;
      margin-right: 20px; }
      .bill .bill__content .bill__form form .form__sex label input {
        width: 17px;
        height: 17px; }
  .bill .bill__content .bill__form form .form__name, .bill .bill__content .bill__form form .form__phone, .bill .bill__content .bill__form form .form__email, .bill .bill__content .bill__form form .form__address {
    width: 100%;
    margin: 10px 0px; }
    .bill .bill__content .bill__form form .form__name input, .bill .bill__content .bill__form form .form__phone input, .bill .bill__content .bill__form form .form__email input, .bill .bill__content .bill__form form .form__address input {
      width: 100%;
      height: 40px;
      padding-left: 10px; }
  .bill .bill__content .bill__form form .form_messages textarea {
    width: 100%;
    padding: 10px; }
  .bill .bill__content .bill__form form .form__submit input {
    width: 20%;
    border: 0px;
    background-color: #DC000C;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 10px 0px;
    border-radius: 5px; }
  .bill .bill__content .pay__nav {
    border: 1px solid #ccc;
    padding: 10px; }
    .bill .bill__content .pay__nav .deposit {
      display: flex;
      justify-content: space-between;
      background-color: #f3f5f7; }
      .bill .bill__content .pay__nav .deposit .active {
        background-color: #0080ff !important;
        color: #fff !important; }
      .bill .bill__content .pay__nav .deposit .text {
        padding: 10px 0px 10px 10px; }
        .bill .bill__content .pay__nav .deposit .text p {
          font-size: 1rem;
          color: #000;
          font-weight: 600;
          margin-bottom: 0; }
      .bill .bill__content .pay__nav .deposit .deposit__btn {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .bill .bill__content .pay__nav .deposit .deposit__btn p {
          flex: 1;
          text-align: center;
          padding: 10px 20px;
          border: 1px solid #ccc;
          margin-bottom: 0;
          margin-left: 5px;
          background-color: #fff;
          font-size: 1rem;
          font-weight: 600;
          cursor: pointer; }
    .bill .bill__content .pay__nav .pay__nav-title {
      border-bottom: 1px solid #ccc;
      margin-bottom: 10px; }
      .bill .bill__content .pay__nav .pay__nav-title h4 {
        margin: 10px 0px;
        font-size: 1.2rem;
        color: #000;
        font-weight: 600; }
        .bill .bill__content .pay__nav .pay__nav-title h4 span {
          font-size: 1rem;
          color: #5a5757; }
    .bill .bill__content .pay__nav .pay__nav-pr {
      display: flex;
      padding-bottom: 10px;
      border-bottom: 1px solid #ccc; }
      .bill .bill__content .pay__nav .pay__nav-pr .pay__nav-img {
        width: 20%; }
        .bill .bill__content .pay__nav .pay__nav-pr .pay__nav-img img {
          width: 100%; }
      .bill .bill__content .pay__nav .pay__nav-pr .pay__nav-name {
        width: 80%;
        padding: 0px 10px; }
        .bill .bill__content .pay__nav .pay__nav-pr .pay__nav-name a {
          font-size: 0.9rem;
          color: #000;
          font-weight: 500;
          text-decoration: none;
          -webkit-line-clamp: 2;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical; }
      .bill .bill__content .pay__nav .pay__nav-pr .pay__nav-price {
        width: 20%; }
        .bill .bill__content .pay__nav .pay__nav-pr .pay__nav-price p {
          font-size: 1rem;
          color: #DC000C;
          font-weight: 600; }
          .bill .bill__content .pay__nav .pay__nav-pr .pay__nav-price p span {
            float: right; }
          .bill .bill__content .pay__nav .pay__nav-pr .pay__nav-price p span:nth-child(3) {
            color: #000; }
    .bill .bill__content .pay__nav .pay__nav-subtotal {
      display: flex;
      justify-content: space-between;
      padding: 10px 0px; }
      .bill .bill__content .pay__nav .pay__nav-subtotal p {
        font-size: 1rem;
        color: #000;
        font-weight: 500;
        margin-bottom: 0; }
        .bill .bill__content .pay__nav .pay__nav-subtotal p span {
          color: #DC000C; }
        .bill .bill__content .pay__nav .pay__nav-subtotal p span:nth-child(2) {
          color: #000; }
    .bill .bill__content .pay__nav .pay_shipping {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0px 0px 10px 0px; }
      .bill .bill__content .pay__nav .pay_shipping p {
        margin-bottom: 0;
        font-size: 1rem;
        font-weight: 500;
        color: #000; }
      .bill .bill__content .pay__nav .pay_shipping a {
        font-size: 1rem;
        color: #000; }
    .bill .bill__content .pay__nav .pay__nav-vat {
      display: flex;
      justify-content: space-between;
      padding-bottom: 10px;
      border-bottom: 1px solid #ccc;
      margin-bottom: 10px; }
      .bill .bill__content .pay__nav .pay__nav-vat p {
        margin-bottom: 0;
        font-size: 1rem;
        color: #000;
        font-weight: 500; }
        .bill .bill__content .pay__nav .pay__nav-vat p span {
          color: #DC000C; }
        .bill .bill__content .pay__nav .pay__nav-vat p span:nth-child(2) {
          color: #000; }
    .bill .bill__content .pay__nav .pay__nav-sale {
      border-bottom: 1px solid #ccc;
      padding-bottom: 10px; }
      .bill .bill__content .pay__nav .pay__nav-sale p {
        font-size: 1rem;
        color: #000;
        font-weight: 500; }
      .bill .bill__content .pay__nav .pay__nav-sale .pay__nav-sale-btn {
        display: flex;
        justify-content: center;
        align-items: center; }
        .bill .bill__content .pay__nav .pay__nav-sale .pay__nav-sale-btn input {
          height: 30px; }
        .bill .bill__content .pay__nav .pay__nav-sale .pay__nav-sale-btn input[type=text] {
          width: 80%;
          padding-left: 10px;
          border: 1px solid #DC000C; }
        .bill .bill__content .pay__nav .pay__nav-sale .pay__nav-sale-btn input[type=submit] {
          width: 20%;
          background-color: #DC000C;
          color: #fff;
          border: 1px solid #DC000C; }
    .bill .bill__content .pay__nav .pay__nav-total {
      display: flex;
      justify-content: space-between;
      background-color: #ffa401;
      padding: 10px; }
      .bill .bill__content .pay__nav .pay__nav-total p {
        font-size: 1rem;
        color: #fff;
        font-weight: 500;
        margin-bottom: 0; }
      .bill .bill__content .pay__nav .pay__nav-total p:nth-child(2) {
        font-size: 1.2rem;
        color: #fff;
        font-weight: bold; }
        .bill .bill__content .pay__nav .pay__nav-total p:nth-child(2) span {
          color: #000;
          font-size: 0.9rem; }
    .bill .bill__content .pay__nav .show {
      display: block !important; }
    .bill .bill__content .pay__nav .payment__amount {
      margin-bottom: 10px;
      display: none; }
      .bill .bill__content .pay__nav .payment__amount .payment__amount-item1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #ffedcc;
        padding: 10px; }
        .bill .bill__content .pay__nav .payment__amount .payment__amount-item1 p {
          margin-bottom: 0;
          font-size: 1rem;
          font-weight: 600;
          color: #cc8300; }
        .bill .bill__content .pay__nav .payment__amount .payment__amount-item1 p:nth-child(2) {
          color: #cc8300; }
          .bill .bill__content .pay__nav .payment__amount .payment__amount-item1 p:nth-child(2) span {
            color: #000;
            font-size: 0.9rem; }
      .bill .bill__content .pay__nav .payment__amount .payment__amount-item2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #f3f5f7;
        padding: 10px; }
        .bill .bill__content .pay__nav .payment__amount .payment__amount-item2 p {
          margin-bottom: 0;
          font-size: 1rem;
          font-weight: 600;
          color: #3d3c39; }
        .bill .bill__content .pay__nav .payment__amount .payment__amount-item2 p:nth-child(2) {
          color: #3d3c39; }
          .bill .bill__content .pay__nav .payment__amount .payment__amount-item2 p:nth-child(2) span {
            color: #000;
            font-size: 0.9rem; }
    .bill .bill__content .pay__nav .pay__nav-btn {
      margin-top: 10px; }
      .bill .bill__content .pay__nav .pay__nav-btn input {
        width: 100%;
        font-size: 1rem;
        font-weight: 600;
        color: #fff;
        background-color: #DC000C;
        border: 0px;
        height: 40px; }
    .bill .bill__content .pay__nav .pay__nav-link {
      text-align: center;
      padding: 20px 0px 10px 0px; }
      .bill .bill__content .pay__nav .pay__nav-link a {
        color: #0099ff;
        font-size: 1rem; }

  .completed .completed__item .completed__step {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0px 20px 0px;
    border-bottom: 1px solid #ccc;
    padding: 40px 0px; }
    .completed .completed__item .completed__step .progressbar {
      width: 100%;
      counter-reset: step;
      padding: 0; }
      .completed .completed__item .completed__step .progressbar li {
        float: left;
        list-style: none;
        position: relative;
        text-align: center;
        width: calc(100% / 3); }
        .completed .completed__item .completed__step .progressbar li::before {
          background: #fff;
          border: 2px solid #bebebe;
          border-radius: 50%;
          color: #bebebe;
          content: counter(step);
          counter-increment: step;
          display: block;
          font-weight: 700;
          height: 30px;
          line-height: 27px;
          margin: 0 auto 10px;
          text-align: center;
          width: 30px; }
        .completed .completed__item .completed__step .progressbar li::after {
          background: #979797;
          content: '';
          height: 3px;
          left: -50%;
          position: absolute;
          top: 15px;
          width: 100%;
          z-index: -1; }
      .completed .completed__item .completed__step .progressbar li:first-child::after {
        content: none; }
      .completed .completed__item .completed__step .progressbar li.active:after,
      .completed .completed__item .completed__step .progressbar li.complete:after {
        background: #3aac5d; }
      .completed .completed__item .completed__step .progressbar li.active:before,
      .completed .completed__item .completed__step .progressbar li.complete:before {
        background: #3aac5d;
        border-color: #3aac5d;
        color: #fff; }
      .completed .completed__item .completed__step .progressbar li.active {
        color: #3aac5d;
        font-weight: 700; }
      .completed .completed__item .completed__step .progressbar .li.complete {
        color: #333;
        font-weight: 700; }
  .completed .completed__item .completed__content {
    border: 1px solid #ccc; }
    .completed .completed__item .completed__content .completed__title {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #ccc;
      padding: 10px 10px;
      margin: 10px 0px; }
      .completed .completed__item .completed__content .completed__title a {
        font-size: 1rem;
        text-decoration: none;
        color: #000; }
        .completed .completed__item .completed__content .completed__title a i {
          font-size: 0.9rem; }
      .completed .completed__item .completed__content .completed__title p {
        font-size: 1rem;
        text-decoration: none;
        color: #000; }
    .completed .completed__item .completed__content .completes__box {
      padding: 50px 100px; }
    .completed .completed__item .completed__content .completed__text {
      border: 1px solid #ccc; }
      .completed .completed__item .completed__content .completed__text .completed__text-top {
        display: flex;
        justify-content: space-around;
        padding: 10px;
        background-color: #ac060f1a; }
        .completed .completed__item .completed__content .completed__text .completed__text-top .completed__text-top-img {
          width: 200px;
          text-align: center; }
          .completed .completed__item .completed__content .completed__text .completed__text-top .completed__text-top-img img {
            width: 50%; }
        .completed .completed__item .completed__content .completed__text .completed__text-top .completed__text-top-conttent p {
          font-size: 1.1rem;
          font-weight: 500;
          color: #000; }
          .completed .completed__item .completed__content .completed__text .completed__text-top .completed__text-top-conttent p span {
            color: #dc000c; }
      .completed .completed__item .completed__content .completed__text .completed__text-infor {
        padding: 20px; }
        .completed .completed__item .completed__content .completed__text .completed__text-infor h4 {
          font-size: 1.3rem;
          color: #dc000c;
          font-weight: bold;
          padding-bottom: 10px; }
        .completed .completed__item .completed__content .completed__text .completed__text-infor .infor__product p, .completed .completed__item .completed__content .completed__text .completed__text-infor .infor__user p {
          color: #6f6262;
          font-size: 0.9rem;
          font-weight: 500; }
          .completed .completed__item .completed__content .completed__text .completed__text-infor .infor__product p span, .completed .completed__item .completed__content .completed__text .completed__text-infor .infor__user p span {
            color: #000;
            font-size: 1rem;
            font-weight: bold; }
    .completed .completed__item .completed__content .completes__btn {
      text-align: center;
      padding: 30px 0px; }
      .completed .completed__item .completed__content .completes__btn a {
        font-size: 1.3rem;
        padding: 10px 20px;
        color: #fff;
        background-color: #dc000c;
        text-decoration: none;
        font-weight: bold;
        border-radius: 5px; }

.vietnam {
  padding: 0;
}
.vietnam .vietnam__title {
  margin-top: 40px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vietnam .vietnam__title h3 {
  width: 30%;
  font-size: 2rem;
  font-weight: 700;
  color: #DC000C;
}
.vietnam .vietnam__title a {
  text-decoration: none;
  color: #111111;
  margin-bottom: 0;
  text-align: right;
  width: 70%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.vietnam .vietnam__title a i {
  padding-left: 10px;
  color: #888888;
}
.vietnam .vietnam__content .nav {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.vietnam .vietnam__content .nav .nav-item .active .nav__img {
  background-color: #FFA7AC;
}
.vietnam .vietnam__content .nav .nav-item .active span {
  font-weight: bold;
  color: #FFA7AC;
}
.vietnam .vietnam__content .nav .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 40px;
  text-decoration: none;
}
.vietnam .vietnam__content .nav .nav-link .nav__img {
  width: 100px;
  height: 100px;
  display: flex;
  background-color: #ccc;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  color: #111111;
}
.vietnam .vietnam__content .nav .nav-link .nav__img img {
  width: 60px;
  height: 70px;
}
.vietnam .vietnam__content .nav .nav-link span {
  font-size: 1.2rem;
  font-weight: 400;
  color: #111111;
}
.vietnam .vietnam__content .nav .nav-link .other img {
  width: 24px;
  height: 6px;
}
.vietnam .vietnam__content .vietnam__product {
  display: flex;
  padding: 0;
}
.vietnam .vietnam__content .vietnam__product .vietnam__product-item1 {
  padding: 0px 5px 10px 0px;
}
.vietnam .vietnam__content .vietnam__product .vietnam__product-item1:hover img {
  opacity: 0.5;
}
.vietnam .vietnam__content .vietnam__product .vietnam__product-item1 img {
  width: 100%;
  border-radius: 5px;
}
.vietnam .vietnam__content .vietnam__product .vietnam__product-item2 {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.vietnam .vietnam__content .vietnam__product .vietnam__product-item2 .product__item2-content {
  padding: 0px 5px 10px 5px;
  display: flex;
}
.vietnam .vietnam__content .vietnam__product .vietnam__product-item2 .product__item2-content:hover img {
  opacity: 0.5;
}
.vietnam .vietnam__content .vietnam__product .vietnam__product-item2 .product__item2-content img {
  width: 100%;
  border-radius: 5px;
  height: 100%;
}

.deal_korea {
  padding: 0;
}
.deal_korea .deal_korea-title {
  margin-top: 40px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.deal_korea .deal_korea-title h3 {
  width: 30%;
  font-size: 2rem;
  font-weight: 700;
  color: #DC000C;
}
.deal_korea .deal_korea-title a {
  text-decoration: none;
  color: #111111;
  margin-bottom: 0;
  text-align: right;
  width: 80%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.deal_korea .deal_korea-title a i {
  padding-left: 10px;
  color: #888888;
}
.deal_korea .deal_korea-content .nav {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-around;
}
.deal_korea .deal_korea-content .nav .nav-item .active .nav__img {
  background-color: #FFA7AC;
}
.deal_korea .deal_korea-content .nav .nav-item .active span {
  font-weight: bold;
  color: #111111;
}
.deal_korea .deal_korea-content .nav .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 10px;
  text-decoration: none;
}
.deal_korea .deal_korea-content .nav .nav-link img {
  width: 30px;
}
.deal_korea .deal_korea-content .nav .nav-link span {
  font-size: 1rem;
  font-weight: 400;
  color: #111111;
}
.deal_korea .deal_korea-content .nav .nav-link .other img {
  width: 24px;
  height: 6px;
}
.deal_korea .deal_korea-content .detail__product .detail__product-item .product__item {
  border: 1px solid #DEDEDE;
  padding: 0;
  border-radius: 10px;
}
.deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-img:hover img {
  opacity: 0.5;
}
.deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-img img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 170px;
  object-fit: cover;
}
.deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-content {
  padding: 3px 10px;
}
.deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-content .product__item-text span {
  font-size: 0.9rem;
  font-weight: 600;
  color: #DC000C;
}
.deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-content .product__item-text p.daily-deals-countdown {
  font-size: 0.8rem;
  font-weight: 600;
  color: #111111;
}
.deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-content .product__item-text p.daily-deals-countdown span {
  color: #111111;
}
.deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-content .product__item-text a {
  text-decoration: none;
}
.deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-content .product__item-text a:hover p {
  color: #FFA7AC;
}
.deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-content .product__item-text p {
  margin-bottom: 5px;
  font-weight: 500;
  color: #111111;
  font-size: 0.8rem;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-content .product__item-price {
  display: inline-flex;
  justify-content: space-between;
  letter-spacing: 2px;
}
.deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-content .product__item-price a {
  text-decoration: none;
  font-size: 0.7rem;
  color: #FFB100;
}
.deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-content .product__item-price a span {
  color: #111111;
  font-size: 0.8rem;
}
.deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-content .product__item-price .back-stars {
  position: relative;
  display: flex;
  font-size: 0.7rem;
}
.deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-content .product__item-price .back-stars .front-stars {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: flex;
  color: #ffb100;
  overflow: hidden;
}
.deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-content .product__item-price .rating-count {
  color: #111111;
  font-size: 0.8rem;
  margin-top: -6px;
}
.deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-btn {
  padding: 8px 5px;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-buy {
  border: 1px solid #DC000C;
  border-radius: 30px;
  padding: 3px 15px 0px 15px;
}
.deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-buy:hover {
  border: 1px solid #196cca;
}
.deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-buy:hover a {
  color: #196cca;
}
.deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-buy a {
  text-decoration: none;
  color: #DC000C;
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-add {
  display: flex;
  align-items: center;
}
.deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-add a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #DEDEDE;
  text-decoration: none;
}
.deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-add a i {
  color: #888888;
}
.deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-add a:nth-child(2) {
  margin-left: 10px;
}
.deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-add a:hover {
  background-color: #DC000C;
}
.deal_korea .deal_korea-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-add a:hover i {
  color: #fff;
}

.china__best-deal {
  padding: 0;
}
.china__best-deal .detail_china-title {
  margin-top: 40px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.china__best-deal .detail_china-title h3 {
  width: 30%;
  font-size: 2rem;
  font-weight: 700;
  color: #DC000C;
}
.china__best-deal .detail_china-title a {
  text-decoration: none;
  color: #111111;
  margin-bottom: 0;
  text-align: right;
  width: 80%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.china__best-deal .detail_china-title a i {
  padding-left: 10px;
  color: #888888;
}
.china__best-deal .detail_china-content .nav {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-around;
}
.china__best-deal .detail_china-content .nav .nav-item .active .nav__img {
  background-color: #FFA7AC;
}
.china__best-deal .detail_china-content .nav .nav-item .active span {
  font-weight: bold;
  color: #111111;
}
.china__best-deal .detail_china-content .nav .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 10px;
  text-decoration: none;
}
.china__best-deal .detail_china-content .nav .nav-link img {
  width: 30px;
}
.china__best-deal .detail_china-content .nav .nav-link span {
  font-size: 1rem;
  font-weight: 400;
  color: #111111;
}
.china__best-deal .detail_china-content .nav .nav-link .other img {
  width: 24px;
  height: 6px;
}
.china__best-deal .detail_china-content .detail__product .detail__product-item .padding {
  padding: 2px 2px;
}
.china__best-deal .detail_china-content .detail__product .detail__product-item .product__item {
  border: 1px solid #DEDEDE;
  padding: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.china__best-deal .detail_china-content .detail__product .detail__product-item .product__item .product__item-img:hover img {
  opacity: 0.5;
}
.china__best-deal .detail_china-content .detail__product .detail__product-item .product__item .product__item-img img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.china__best-deal .detail_china-content .detail__product .detail__product-item .product__item .product__item-content {
  padding: 3px 10px;
}
.china__best-deal .detail_china-content .detail__product .detail__product-item .product__item .product__item-content .product__item-text span {
  font-size: 0.7rem;
  background-color: #DC000C;
  padding: 3px 10px;
  color: #fff;
}
.china__best-deal .detail_china-content .detail__product .detail__product-item .product__item .product__item-content .product__item-text a {
  text-decoration: none;
}
.china__best-deal .detail_china-content .detail__product .detail__product-item .product__item .product__item-content .product__item-text a:hover p {
  color: #FFA7AC;
}
.china__best-deal .detail_china-content .detail__product .detail__product-item .product__item .product__item-content .product__item-text p {
  margin-bottom: 0;
  font-weight: 500;
  color: #111111;
  font-size: 0.8rem;
  padding: 5px 0px;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.china__best-deal .detail_china-content .detail__product .detail__product-item .product__item .product__item-content .product__item-price {
  display: flex;
  justify-content: space-between;
}
.china__best-deal .detail_china-content .detail__product .detail__product-item .product__item .product__item-content .product__item-price a {
  text-decoration: none;
  font-size: 1.3rem;
  color: #DC000C;
  font-weight: 800;
  text-align: right;
}
.china__best-deal .detail_china-content .detail__product .detail__product-item .product__item .product__item-content .product__item-price a p {
  margin-bottom: 0;
  font-size: 0.7rem;
}
.china__best-deal .detail_china-content .detail__product .detail__product-item .product__item .product__item-content .product__item-price a p span:nth-child(1) {
  color: #DC000C;
  font-weight: 400;
  padding-right: 5px;
  text-decoration: line-through;
}
.china__best-deal .detail_china-content .detail__product .detail__product-item .product__item .product__item-content .product__item-price a p span:nth-child(2) {
  color: #111111;
  font-weight: 900;
}
.china__best-deal .detail_china-content .detail__product .detail__product-item .product__item-btn {
  background-color: #DC000C;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 8px 0px;
}
.china__best-deal .detail_china-content .detail__product .detail__product-item .product__item-btn:hover {
  background-color: #196cca;
}
.china__best-deal .detail_china-content .detail__product .detail__product-item .product__item-btn a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
}

.vn__best-deal {
  padding: 0;
}
.vn__best-deal .detail_vn-title {
  margin-top: 40px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vn__best-deal .detail_vn-title h3 {
  width: 45%;
  font-size: 2rem;
  font-weight: 700;
  color: #DC000C;
}
.vn__best-deal .detail_vn-title a {
  text-decoration: none;
  color: #111111;
  margin-bottom: 0;
  text-align: right;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.vn__best-deal .detail_vn-title a i {
  padding-left: 10px;
  color: #888888;
}
.vn__best-deal .detail_vn-content .nav {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-around;
}
.vn__best-deal .detail_vn-content .nav .nav-item .active .nav__img {
  background-color: #FFA7AC;
}
.vn__best-deal .detail_vn-content .nav .nav-item .active span {
  font-weight: bold;
  color: #111111;
}
.vn__best-deal .detail_vn-content .nav .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 10px;
  text-decoration: none;
}
.vn__best-deal .detail_vn-content .nav .nav-link img {
  width: 30px;
}
.vn__best-deal .detail_vn-content .nav .nav-link span {
  font-size: 1rem;
  font-weight: 400;
  color: #111111;
}
.vn__best-deal .detail_vn-content .nav .nav-link .other img {
  width: 24px;
  height: 6px;
}
.vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item {
  border: 1px solid #DEDEDE;
  padding: 0;
  border-radius: 10px;
}
.vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-img:hover {
  opacity: 0.5;
}
.vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-img img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-content {
  padding: 3px 10px;
}
.vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-content .product__item-text span {
  font-size: 0.9rem;
  font-weight: 600;
  color: #DC000C;
}
.vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-content .product__item-text p.daily-deals-countdown {
  font-size: 0.8rem;
  font-weight: 600;
  color: #111111;
}
.vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-content .product__item-text p.daily-deals-countdown span {
  color: #111111;
}
.vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-content .product__item-text a {
  text-decoration: none;
}
.vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-content .product__item-text a:hover p {
  color: #FFA7AC;
}
.vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-content .product__item-text p {
  margin-bottom: 5px;
  font-weight: 500;
  color: #111111;
  font-size: 0.8rem;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-content .product__item-price {
  display: inline-flex;
  justify-content: space-between;
  letter-spacing: 2px;
}
.vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-content .product__item-price a {
  text-decoration: none;
  font-size: 0.7rem;
  color: #FFB100;
}
.vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-content .product__item-price a span {
  color: #111111;
  font-size: 0.8rem;
}
.vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-content .product__item-price .back-stars {
  position: relative;
  display: flex;
  font-size: 0.7rem;
}
.vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-content .product__item-price .back-stars .front-stars {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: flex;
  color: #ffb100;
  overflow: hidden;
}
.vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-content .product__item-price .rating-count {
  color: #111111;
  font-size: 0.8rem;
  margin-top: -6px;
}
.vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-btn {
  padding: 8px 5px;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-buy {
  border: 1px solid #DC000C;
  border-radius: 30px;
  padding: 3px 15px 0px 15px;
}
.vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-buy:hover {
  border: 1px solid #196cca;
}
.vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-buy:hover a {
  color: #196cca;
}
.vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-buy a {
  text-decoration: none;
  color: #DC000C;
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-add {
  display: flex;
  align-items: center;
}
.vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-add a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #DEDEDE;
  text-decoration: none;
}
.vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-add a i {
  color: #888888;
}
.vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-add a:nth-child(2) {
  margin-left: 10px;
}
.vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-add a:hover {
  background-color: #DC000C;
}
.vn__best-deal .detail_vn-content .detail__product .detail__product-item .product__item .product__item-btn .product__item-add a:hover i {
  color: #fff;
}

.order {
  padding: 0px;
}
.order .order__banner {
  background: url("../img/order/1.jpg");
  width: 100%;
  height: 420px;
}
.order .order__banner .order__banner-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}
.order .order__banner .order__banner-content {
  background: rgba(78, 2, 6, 0.7);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.order .order__banner .order__banner-content .order__banner-title h1 {
  font-size: 3rem;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 60px;
}
.order .order__banner .order__banner-content .order__banner-title h1 span {
  color: #FFD800;
}
.order .order__banner .order__banner-content .order__banner-investors {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.order .order__banner .order__banner-content .order__banner-investors .img__item {
  width: 140px;
  height: 50px;
  margin: 0px 10px;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #fff;
}
.order .order__banner .order__banner-content .order__banner-investors .img__item img {
  width: 100%;
  height: 100%;
}
.order .order__banner .order__banner-content .order__banenr-text {
  margin: 0 auto;
}
.order .order__banner .order__banner-content .order__banenr-text .order__text-item {
  background-color: rgba(220, 0, 12, 0.48);
  padding: 10px 20px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
}
.order .order__banner .order__banner-content .order__banenr-text .order__text-item p {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}
.order .order__banner .order__banner-content .order__banenr-text .order__text-item span {
  font-size: 2rem;
  color: #FFD800;
  font-weight: bold;
  text-align: center;
}
.order .order__banner .order__banner-content .order__banner-service {
  display: flex;
  margin-top: 60px;
}
.order .order__banner .order__banner-content .order__banner-service .order__delivery, .order .order__banner .order__banner-content .order__banner-service .order__security, .order .order__banner .order__banner-content .order__banner-service .order__time, .order .order__banner .order__banner-content .order__banner-service .order__money, .order .order__banner .order__banner-content .order__banner-service .order__support, .order .order__banner .order__banner-content .order__banner-service .order__experience, .order .order__banner .order__banner-content .order__banner-service .order__transporting, .order .order__banner .order__banner-content .order__banner-service .order__cheap {
  margin: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.order .order__banner .order__banner-content .order__banner-service .order__delivery img, .order .order__banner .order__banner-content .order__banner-service .order__security img, .order .order__banner .order__banner-content .order__banner-service .order__time img, .order .order__banner .order__banner-content .order__banner-service .order__money img, .order .order__banner .order__banner-content .order__banner-service .order__support img, .order .order__banner .order__banner-content .order__banner-service .order__experience img, .order .order__banner .order__banner-content .order__banner-service .order__transporting img, .order .order__banner .order__banner-content .order__banner-service .order__cheap img {
  padding-right: 10px;
}
.order .order__banner .order__banner-content .order__banner-service .order__delivery p, .order .order__banner .order__banner-content .order__banner-service .order__security p, .order .order__banner .order__banner-content .order__banner-service .order__time p, .order .order__banner .order__banner-content .order__banner-service .order__money p, .order .order__banner .order__banner-content .order__banner-service .order__support p, .order .order__banner .order__banner-content .order__banner-service .order__experience p, .order .order__banner .order__banner-content .order__banner-service .order__transporting p, .order .order__banner .order__banner-content .order__banner-service .order__cheap p {
  color: #fff;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
}
.order .how__order .how__order-title {
  display: flex;
  margin-top: 30px;
}
.order .how__order .how__order-title h3 {
  width: 30%;
  margin-bottom: 0;
  color: #DC000C;
  font-size: 2rem;
}
.order .how__order .how__order-title hr {
  width: 100%;
  margin: 0;
  align-self: flex-end;
  border: 1px solid #888888;
}
.order .how__order .order__procedure {
  margin-top: 30px;
}
.order .how__order .order__procedure .order__procedure-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.order .how__order .order__procedure .order__procedure-item .order__procedure-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 20px;
  background-color: #EDEDED;
}
.order .how__order .order__procedure .order__procedure-item .order__procedure-img img {
  width: 100%;
}
.order .how__order .order__procedure .order__procedure-item .order__procedure-text {
  margin-top: 15px;
}
.order .how__order .order__procedure .order__procedure-item .order__procedure-text p {
  font-size: 1.2rem;
  color: #111111;
  font-weight: 500;
}
.order .how__order .order__procedure .order__procedure-banner {
  margin-top: 30px;
}
.order .how__order .order__procedure .order__procedure-banner img {
  width: 100%;
  border-radius: 10px;
}
.order .order__sheet .order__sheet-title {
  display: flex;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
}
.order .order__sheet .order__sheet-title h3 {
  color: #DC000C;
  font-size: 2rem;
  margin: 0;
  min-width: 250px;
}
.order .order__sheet .order__sheet-title .order__sheet-btn {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.order .order__sheet .order__sheet-title .order__sheet-btn-upload, .order .order__sheet .order__sheet-title .order__sheet-btn-download {
  padding-left: 10px;
  margin-right: 20px;
}
.order .order__sheet .order__sheet-title .order__sheet-btn-upload input, .order .order__sheet .order__sheet-title .order__sheet-btn-download input {
  display: none;
}
.order .order__sheet .order__sheet-title .order__sheet-btn-upload label, .order .order__sheet .order__sheet-title .order__sheet-btn-download label {
  margin-bottom: 0;
  border: 2px solid #111111;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  min-width: 230px;
}
.order .order__sheet .order__sheet-title .order__sheet-btn-upload label span, .order .order__sheet .order__sheet-title .order__sheet-btn-download label span {
  font-size: 1.1rem;
  color: #111111;
  font-weight: 600;
}
.order .order__sheet .order__sheet-title .order__sheet-btn-upload label i, .order .order__sheet .order__sheet-title .order__sheet-btn-download label i {
  font-size: 1.1rem;
  color: #111111;
}
.order .order__sheet .order__sheet-title .order__sheet-btn-download a {
  min-width: 260px;
  text-decoration: none;
  margin-bottom: 0;
  border: 2px solid #111111;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.2rem;
  color: #000;
  font-weight: 600;
}
.order .order__sheet .order__sheet-title hr {
  border: 1px solid #DEDEDE;
  width: 35%;
  display: block;
}
.order .order__sheet .order__sheet-form {
  border: 1px solid #ccc;
  margin-top: 30px;
  border-radius: 5px;
  padding: 0 20px;
}
.order .order__sheet .order__sheet-form form {
  width: 100%;
}
.order .order__sheet .order__sheet-form .add__product-item {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.order .order__sheet .order__sheet-form .form__information-text {
  border-bottom: 1px solid #888888;
  margin-bottom: 20px;
}
.order .order__sheet .order__sheet-form .form__information-text h4 {
  color: #111111;
}
.order .order__sheet .order__sheet-form .form__name, .order .order__sheet .order__sheet-form .form__phone, .order .order__sheet .order__sheet-form .form__email, .order .order__sheet .order__sheet-form .form__address, .order .order__sheet .order__sheet-form .form__note, .order .order__sheet .order__sheet-form .form__link, .order .order__sheet .order__sheet-form .form__photo-link, .order .order__sheet .order__sheet-form .form__name-product {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.order .order__sheet .order__sheet-form .form__name label, .order .order__sheet .order__sheet-form .form__phone label, .order .order__sheet .order__sheet-form .form__email label, .order .order__sheet .order__sheet-form .form__address label, .order .order__sheet .order__sheet-form .form__note label, .order .order__sheet .order__sheet-form .form__link label, .order .order__sheet .order__sheet-form .form__photo-link label, .order .order__sheet .order__sheet-form .form__name-product label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #111111;
  padding: 10px 0px;
}
.order .order__sheet .order__sheet-form .form__name label span, .order .order__sheet .order__sheet-form .form__phone label span, .order .order__sheet .order__sheet-form .form__email label span, .order .order__sheet .order__sheet-form .form__address label span, .order .order__sheet .order__sheet-form .form__note label span, .order .order__sheet .order__sheet-form .form__link label span, .order .order__sheet .order__sheet-form .form__photo-link label span, .order .order__sheet .order__sheet-form .form__name-product label span {
  color: #DC000C;
}
.order .order__sheet .order__sheet-form .form__name input, .order .order__sheet .order__sheet-form .form__phone input, .order .order__sheet .order__sheet-form .form__email input, .order .order__sheet .order__sheet-form .form__address input, .order .order__sheet .order__sheet-form .form__note input, .order .order__sheet .order__sheet-form .form__link input, .order .order__sheet .order__sheet-form .form__photo-link input, .order .order__sheet .order__sheet-form .form__name-product input {
  width: 100%;
  height: 50px;
  border: 1px solid #ccc;
  padding-left: 15px;
  border-radius: 5px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.order .order__sheet .order__sheet-form .form__name input::placeholder, .order .order__sheet .order__sheet-form .form__phone input::placeholder, .order .order__sheet .order__sheet-form .form__email input::placeholder, .order .order__sheet .order__sheet-form .form__address input::placeholder, .order .order__sheet .order__sheet-form .form__note input::placeholder, .order .order__sheet .order__sheet-form .form__link input::placeholder, .order .order__sheet .order__sheet-form .form__photo-link input::placeholder, .order .order__sheet .order__sheet-form .form__name-product input::placeholder {
  color: #111111;
  font-size: 0.9rem;
}
.order .order__sheet .order__sheet-form .form__name .error, .order .order__sheet .order__sheet-form .form__phone .error, .order .order__sheet .order__sheet-form .form__email .error, .order .order__sheet .order__sheet-form .form__address .error, .order .order__sheet .order__sheet-form .form__note .error, .order .order__sheet .order__sheet-form .form__link .error, .order .order__sheet .order__sheet-form .form__photo-link .error, .order .order__sheet .order__sheet-form .form__name-product .error {
  color: #f52f2f;
}
.order .order__sheet .order__sheet-form .form__note textarea {
  border-radius: 5px;
  padding-left: 15px;
  padding-top: 10px;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.order .order__sheet .order__sheet-form .form__note textarea::placeholder {
  top: 0;
  color: #111111;
  font-size: 0.9rem;
}
.order .order__sheet .order__sheet-form .form__name-product, .order .order__sheet .order__sheet-form .form__link, .order .order__sheet .order__sheet-form .form__photo-link, .order .order__sheet .order__sheet-form .form__address {
  margin-bottom: 20px;
}
.order .order__sheet .order__sheet-form .form__detail {
  display: flex;
  justify-content: space-between;
  border: 0px;
  margin-bottom: 20px;
}
.order .order__sheet .order__sheet-form .form__detail input {
  height: 50px;
  border: 1px solid #ccc;
  padding-left: 15px;
  border-radius: 5px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.order .order__sheet .order__sheet-form .form__detail input::placeholder {
  color: #111111;
  font-size: 0.9rem;
}
.order .order__sheet .order__sheet-form .form__btn-add {
  margin: 70px 0px 67px 0px;
  display: flex;
}
.order .order__sheet .order__sheet-form .form__btn-add p.add__product,
.order .order__sheet .order__sheet-form .form__btn-add p.close__product {
  border: 0px;
  background-color: #DC000C;
  padding: 10px 30px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 5px;
  margin-right: 20px;
  cursor: pointer;
}
.order .order__sheet .order__sheet-form .form__btn-add p.close__product {
  background-color: #AC060F;
}
.order .order__sheet .order__sheet-form .form__submit {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.order .order__sheet .order__sheet-form .form__submit input {
  background-color: #DC000C;
  padding: 10px 30px;
  font-size: 1.2rem;
  color: #fff;
  border: 0px;
  border-radius: 5px;
}

.price__list {
  padding: 0;
}
.price__list .price__list-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0px;
}
.price__list .price__list-title h1 {
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
  color: #DC000C;
  margin: 10px 0px;
}
.price__list .price__list-title hr {
  width: 25%;
  border: 1px solid #ccc;
}
.price__list .product__fee .product__fee-title {
  border: 1px solid #DEDEDE;
  padding: 5px 0px;
  border-radius: 5px;
}
.price__list .product__fee .product__fee-title h3 {
  font-size: 1.5rem;
  color: #DC000C;
  padding-left: 20px;
  font-weight: 700;
  margin: 10px;
}
.price__list .product__fee .product__fee-content {
  margin-top: 20px;
  border: 1px solid #DEDEDE;
  border-radius: 10px;
}
.price__list .product__fee .product__fee-content table th {
  background-color: #DC000C;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  padding: 10px 0px;
}
.price__list .product__fee .product__fee-content table .th_item1 {
  width: 80%;
  border-top-left-radius: 10px;
}
.price__list .product__fee .product__fee-content table .th_item3 {
  border-top-right-radius: 10px;
}
.price__list .product__fee .product__fee-content table .th_item2, .price__list .product__fee .product__fee-content table .th_item3 {
  width: 10%;
  padding: 0 10px;
}
.price__list .product__fee .product__fee-content table .td_item1 {
  width: 20%;
}
.price__list .product__fee .product__fee-content table .td_item2 {
  width: 60%;
}
.price__list .product__fee .product__fee-content table .td_item3, .price__list .product__fee .product__fee-content table .td_item4 {
  width: 10%;
}
.price__list .product__fee .product__fee-content table .th_item1, .price__list .product__fee .product__fee-content table .th_item2, .price__list .product__fee .product__fee-content table .td_item1, .price__list .product__fee .product__fee-content table .td_item2, .price__list .product__fee .product__fee-content table .td_item3 {
  border-right: 1px solid #DEDEDE;
}
.price__list .product__fee .product__fee-content table .td_item3, .price__list .product__fee .product__fee-content table .td_item4 {
  text-align: center;
}
.price__list .product__fee .product__fee-content table .td_item3 img, .price__list .product__fee .product__fee-content table .td_item4 img {
  width: 20px;
  height: 19px;
}
.price__list .product__fee .product__fee-content table tr:last-child td {
  border-bottom: 0px;
}
.price__list .product__fee .product__fee-content table td {
  padding: 15px;
  font-size: 1rem;
  font-weight: 400;
  color: #111111;
  border-bottom: 1px solid #DEDEDE;
}
.price__list .product__fee .fee__error {
  margin-top: 15px;
  background-color: #FFC1C4;
  padding: 5px 10px;
  display: flex;
  align-items: center;
}
.price__list .product__fee .fee__error i {
  color: #DC000C;
  font-size: 1.3rem;
  padding-right: 10px;
}
.price__list .product__fee .fee__error p {
  margin-bottom: 0;
  color: #DC000C;
  font-size: 1rem;
  font-weight: 600;
}
.price__list .product__service .product__service-title {
  border: 1px solid #DEDEDE;
  padding: 5px 0px;
  border-radius: 5px;
  margin: 30px 0px 20px 0px;
}
.price__list .product__service .product__service-title h3 {
  font-size: 1.5rem;
  color: #DC000C;
  padding-left: 20px;
  font-weight: 700;
  margin: 10px;
}
.price__list .product__service .product__service-content {
  margin-top: 20px;
  border: 1px solid #DEDEDE;
  border-radius: 10px;
}
.price__list .product__service .product__service-content table th {
  background-color: #DC000C;
  padding: 10px 10px;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
.price__list .product__service .product__service-content table td {
  padding: 10px 20px;
  border-bottom: 1px solid #DEDEDE;
  font-size: 1rem;
  color: #111111;
  font-weight: 400;
}
.price__list .product__service .product__service-content table .th__item1 {
  border-top-left-radius: 10px;
  border-right: 1px solid #DEDEDE;
}
.price__list .product__service .product__service-content table .th__item2 {
  border-top-right-radius: 10px;
}
.price__list .product__service .product__service-content table .td__item1 {
  border-right: 1px solid #DEDEDE;
}
.price__list .product__service .product__service-content table tr:last-child {
  text-align: center;
}
.price__list .product__domestice .product__domestice-title {
  border: 1px solid #DEDEDE;
  padding: 5px 0px;
  border-radius: 5px;
  margin: 30px 0px 20px 0px;
}
.price__list .product__domestice .product__domestice-title h3 {
  font-size: 1.5rem;
  color: #DC000C;
  padding-left: 20px;
  font-weight: 700;
  margin: 10px;
}
.price__list .product__domestice .product__domestice-content {
  margin-top: 20px;
  border: 1px solid #DEDEDE;
  border-radius: 10px;
}
.price__list .product__domestice .product__domestice-content table th {
  background-color: #DC000C;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  padding: 10px 0px;
}
.price__list .product__domestice .product__domestice-content table .th__item1 {
  width: 20%;
  border-right: 1px solid #DEDEDE;
  border-top-left-radius: 10px;
}
.price__list .product__domestice .product__domestice-content table .th__item2 {
  width: 80%;
  border-top-right-radius: 10px;
}
.price__list .product__domestice .product__domestice-content table td {
  font-size: 1rem;
  color: #111111;
  padding: 10px 20px;
  font-weight: 400;
  border-bottom: 1px solid #DEDEDE;
}
.price__list .product__domestice .product__domestice-content table tr:last-child td {
  border-bottom: 0px;
}
.price__list .product__domestice .product__domestice-content table .td__item1 {
  border-right: 1px solid #DEDEDE;
  width: 20%;
}
.price__list .product__domestice .product__domestice-content table .td__item2 {
  border-right: 1px solid #DEDEDE;
  width: 40%;
}
.price__list .product__domestice .product__domestice-content table .td__item3 {
  width: 40%;
}
.price__list .product__international .product__international-title {
  border: 1px solid #DEDEDE;
  padding: 5px 0px;
  border-radius: 5px;
  margin: 30px 0px 20px 0px;
}
.price__list .product__international .product__international-title h3 {
  font-size: 1.5rem;
  color: #DC000C;
  padding-left: 20px;
  font-weight: 700;
  margin: 10px 0px;
}
.price__list .product__international .product__international-title p {
  font-size: 0.9rem;
  font-weight: 400;
  color: #111111;
  padding-left: 20px;
}
.price__list .product__international .product__international-content p {
  font-size: 1rem;
  color: #111111;
  font-weight: 400;
}
.price__list .product__international .product__international-content table {
  margin-top: 20px;
  border-collapse: collapse;
  border-radius: 10px;
}
.price__list .product__international .product__international-content table th {
  background-color: #DC000C;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  padding: 10px 0px;
}
.price__list .product__international .product__international-content table .th__item1 {
  border-top-left-radius: 10px;
}
.price__list .product__international .product__international-content table .th__item4 {
  border-top-right-radius: 10px;
}
.price__list .product__international .product__international-content table .th__item1, .price__list .product__international .product__international-content table .th__item2, .price__list .product__international .product__international-content table .th__item3, .price__list .product__international .product__international-content table .th__item4, .price__list .product__international .product__international-content table .th__item5, .price__list .product__international .product__international-content table .th__item6, .price__list .product__international .product__international-content table .th__item7, .price__list .product__international .product__international-content table .th__item8 {
  width: 25%;
  border-right: 1px solid #DEDEDE;
}
.price__list .product__international .product__international-content table td {
  font-size: 1rem;
  color: #111111;
  padding: 10px 20px;
  font-weight: 400;
  border-bottom: 1px solid #DEDEDE;
}
.price__list .product__international .product__international-content table .td__item1, .price__list .product__international .product__international-content table .td__item2, .price__list .product__international .product__international-content table .td__item3, .price__list .product__international .product__international-content table .td__item4 {
  padding: 10px 20px;
  border-right: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
}

.subpage .subpage__item .subpage__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0px;
}
.subpage .subpage__item .subpage__title hr {
  width: 20%;
  border: 1px solid #DEDEDE;
}
.subpage .subpage__item .subpage__title h1 {
  font-size: 2.5rem;
  color: #DC000C;
  font-weight: 700;
  margin: 0;
}
.subpage .subpage__item .subpage__content .subpage__nav {
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  padding: 0px;
  display: table;
}
.subpage .subpage__item .subpage__content .subpage__nav h4 {
  font-size: 1.2rem;
  color: #111111;
  padding-left: 20px;
  padding-bottom: 10px;
}
.subpage .subpage__item .subpage__content .subpage__nav ul {
  list-style: none;
}
.subpage .subpage__item .subpage__content .subpage__nav ul .active {
  background-color: #DC000C;
  color: #ffff;
  font-weight: 500;
}
.subpage .subpage__item .subpage__content .subpage__nav ul .active svg g path {
  fill: #fff;
}
.subpage .subpage__item .subpage__content .subpage__nav ul li a {
  text-decoration: none;
  color: #111111;
  line-height: 30px;
  font-size: 1rem;
  display: block;
  padding: 5px 0px 5px 20px;
  font-weight: 400;
}
.subpage .subpage__item .subpage__content .subpage__nav ul li svg {
  margin-right: 5 px;
}
.subpage .subpage__item .subpage__content .subpage__product {
  margin-top: 20px;
}
.subpage .subpage__item .subpage__content .subpage__product .subpage__number {
  margin-bottom: 20px;
}
.subpage .subpage__item .subpage__content .subpage__product .subpage__number p {
  color: #111111;
  font-size: 1.2rem;
  font-weight: 500;
}
.subpage .subpage__item .subpage__content .subpage__product .subpage__product-content .subpage__product-item {
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.subpage .subpage__item .subpage__content .subpage__product .subpage__product-content .subpage__product-item .subpage__product-img {
  max-width: 20%;
  flex: 0 0 20%;
  padding-right: 10px;
  border-radius: 5px;
}
.subpage .subpage__item .subpage__content .subpage__product .subpage__product-content .subpage__product-item .subpage__product-img img {
  width: 100%;
  max-height: 100px;
}
.subpage .subpage__item .subpage__content .subpage__product .subpage__product-content .subpage__product-item .subpage__product-info {
  max-width: 80%;
  flex: 0 0 80%;
  padding-left: 10px;
}
.subpage .subpage__item .subpage__content .subpage__product .subpage__product-content .subpage__product-item .subpage__product-info .subpage__link {
  margin-bottom: 10px;
}
.subpage .subpage__item .subpage__content .subpage__product .subpage__product-content .subpage__product-item .subpage__product-info .subpage__link p {
  color: #0063D6;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: underline;
}
.subpage .subpage__item .subpage__content .subpage__product .subpage__product-content .subpage__product-item .subpage__product-info .subpage__text p {
  font-size: 0.9rem;
  color: #111111;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.subpage .subpage__item .subpage__content .subpage__product .subpage__product-content .subpage__product-item .subpage__product-info .subpage__btn {
  margin-top: 20px;
}
.subpage .subpage__item .subpage__content .subpage__product .subpage__product-content .subpage__product-item .subpage__product-info .subpage__btn a {
  text-decoration: none;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 600;
  background-color: #DC000C;
  padding: 5px 20px;
  border-radius: 10px;
}

.detail__product .detail__product-url {
  display: flex;
  align-items: center;
  margin: 20px 0px;
}
.detail__product .detail__product-url p {
  margin-bottom: 0;
  font-size: 1rem;
}
.detail__product .detail__product-url span {
  margin: 0 10px;
}
.detail__product .product {
  margin-bottom: 20px;
}
.detail__product .product .product__slider .product__slider-thumb .product__slider-img {
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
}
.detail__product .product .product__slider .product__slider-thumb .product__slider-img img {
  width: 100%;
  height: 100%;
}
.detail__product .product .product__slider .product__slider-dots .product__slider-img {
  width: 200px;
  height: 100px;
  margin: 0px 10px;
  border: 1px solid #ccc;
  box-shadow: 3px 4px 6px #ccc;
}
.detail__product .product .product__slider .product__slider-dots .product__slider-img img {
  width: 100%;
  height: 100%;
}
.detail__product .product .product__text .product__category {
  border-bottom: 1px solid #222;
  padding: 4px 0 12px;
}
.detail__product .product .product__text .product__category a {
  text-decoration: none;
  color: #1e2732;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.detail__product .product .product__text .product__category a i {
  color: #ccc;
  border: 1px solid #f2f2f2;
  font-size: 10px;
  padding: 3px 5.5px;
  border-radius: 50%;
  margin-left: 5px;
}
.detail__product .product .product__text .product__information {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}
.detail__product .product .product__text .product__information .product__information-content {
  max-width: 80%;
  flex: 0 0 80%;
}
.detail__product .product .product__text .product__information .product__information-content .prodtuct__name-text {
  margin-top: 20px;
}
.detail__product .product .product__text .product__information .product__information-content .prodtuct__name-text p {
  font-size: 1.5rem;
  color: #111111;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 36px;
  max-height: 108px;
}
.detail__product .product .product__text .product__information .product__information-content .product__price {
  display: flex;
}
.detail__product .product .product__text .product__information .product__information-content .product__price .prouct__sale {
  align-self: flex-end;
  padding-right: 10px;
}
.detail__product .product .product__text .product__information .product__information-content .product__price .prouct__sale span {
  font-size: 2.5rem;
  color: #2e8de5;
  font-weight: 600;
}
.detail__product .product .product__text .product__information .product__information-content .product__price .product__price-cost span {
  font-size: 1rem;
  color: #94989f;
  text-decoration: line-through;
}
.detail__product .product .product__text .product__information .product__information-content .product__price .product__price-cost p {
  font-size: 1.9rem;
  line-height: 32px;
  color: #000;
  font-weight: 700;
  margin-bottom: 0;
}
.detail__product .product .product__text .product__information .product__information-content .product__price .product__price-cost p span {
  font-size: 1rem;
  color: #111111;
  font-weight: 400;
}
.detail__product .product .product__text .product__information .product__link {
  flex: 0 0 20%;
  max-width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.detail__product .product .product__text .product__information .product__link .open__network {
  position: relative;
}
.detail__product .product .product__text .product__information .product__link .open__network .network {
  display: none;
  position: absolute;
  top: 130%;
  right: 0%;
  width: 150px;
  height: 100px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.detail__product .product .product__text .product__information .product__link .open__network .network .network__item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.detail__product .product .product__text .product__information .product__link .open__network .network .network__item a {
  border: 0;
}
.detail__product .product .product__text .product__information .product__link .open__network .network .network__item i {
  font-size: 3rem;
}
.detail__product .product .product__text .product__information .product__link .open__network .network .network__item i.fa-facebook-square {
  color: #537bbd;
}
.detail__product .product .product__text .product__information .product__link .open__network .network .network__item i.fa-twitter-square {
  color: #537bbd;
}
.detail__product .product .product__text .product__information .product__link .open__network .network::after {
  bottom: 100%;
  left: 85%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ccc;
  border-width: 10px;
  margin-left: -10px;
}
.detail__product .product .product__text .product__information .product__link a,
.detail__product .product .product__text .product__information .product__link span {
  width: 54px;
  height: 54px;
  text-decoration: none;
  border: 1px solid #ccc;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
  text-align: center;
  border-radius: 50%;
  margin-top: 20px;
}
.detail__product .product .product__text .product__information .product__link a:hover,
.detail__product .product .product__text .product__information .product__link span:hover {
  border: 1px solid #30c87a;
}
.detail__product .product .product__text .product__information .product__link a:hover i,
.detail__product .product .product__text .product__information .product__link span:hover i {
  color: #30c87a;
}
.detail__product .product .product__text .product__ship {
  display: flex;
  align-items: center;
  padding: 10px 0px;
  border-bottom: 1px solid #f2f2f2;
}
.detail__product .product .product__text .product__ship p {
  font-size: 1rem;
  color: #000;
  margin-bottom: 0;
}
.detail__product .product .product__text .product__ship span {
  font-size: 1rem;
  color: #2e8de5;
}
.detail__product .product .product__text .product__ship button {
  position: relative;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  margin: 0 10px;
  border-radius: 5px;
  padding: 3px 5px;
}
.detail__product .product .product__text .product__ship button .list__country {
  position: absolute;
  display: none;
  top: 100%;
  z-index: 1;
  width: 100%;
  left: 0;
}
.detail__product .product .product__text .product__ship button .list__country ul {
  list-style: none;
  border: 1px solid #f2f2f2;
}
.detail__product .product .product__text .product__ship button .list__country ul li {
  text-align: left;
  border-bottom: 1px solid #f2f2f2;
  width: 100%;
  padding: 5px;
}
.detail__product .product .product__text .product__ship button .list__country ul img {
  width: 30px;
  margin-right: 5px;
}
.detail__product .product .product__text .product__ship button:hover {
  background-color: #f5f5f5;
}
.detail__product .product .product__text .product__ship button img {
  width: 30px;
}
.detail__product .product .product__text .product__ship button span {
  font-size: 0.9rem;
  color: #000;
}
.detail__product .product .product__text .product__ship button i {
  font-size: 0.9rem;
  color: #ccc;
}
.detail__product .product .product__text .product__ship button:focus {
  border: 1px solid #ccc !important;
  outline: 0px auto -webkit-focus-ring-color;
}
.detail__product .product .product__text .product__shipping {
  cursor: pointer;
  padding: 10px 0px;
  border-bottom: 1px solid #f2f2f2;
}
.detail__product .product .product__text .product__shipping .product__shipping-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail__product .product .product__text .product__shipping .product__shipping-text .shipping__content p {
  font-size: 1rem;
  color: #000;
}
.detail__product .product .product__text .product__shipping .product__shipping-text .shipping__content p span:nth-child(1) {
  color: #2e8de5;
  padding-left: 10px;
  padding-right: 10px;
}
.detail__product .product .product__text .product__shipping .product__shipping-text .shipping__content p span:nth-child(2) {
  font-size: 0.9rem;
  color: #757c8a;
}
.detail__product .product .product__text .product__shipping .product__shipping-text i {
  margin-right: 10px;
  font-size: 0.9rem;
}
.detail__product .product .product__text .product__shipping .shipping__additional {
  background-color: #f8f9fa;
  padding: 10px;
  display: none;
}
.detail__product .product .product__text .product__shipping .shipping__additional .shipping__additional-title p {
  font-size: 1rem;
  color: #111111;
  margin-bottom: 6px;
}
.detail__product .product .product__text .product__shipping .shipping__additional .shipping__additional-text p {
  font-size: 0.9rem;
  margin-bottom: 6px;
}
.detail__product .product .product__text .product__shipping .shipping__additional .shipping__additional-text .ship__area li {
  display: flex;
  align-items: center;
}
.detail__product .product .product__text .product__shipping .shipping__additional .shipping__additional-text .ship__area li span {
  font-size: 0.9rem;
  min-width: 10px;
}
.detail__product .product .product__text .product__shipping .shipping__additional .shipping__additional-text .ship__area li p {
  padding-left: 20px;
  font-size: 1rem;
  color: #111111;
  font-weight: 700;
}
.detail__product .product .product__text .product__shipping .shipping__additional .shipping__additional-text .ship__area li p span {
  font-weight: 400;
}
.detail__product .product .product__text .product__mass {
  padding: 12px 0;
  border-bottom: 1px solid #f2f2f2;
}
.detail__product .product .product__text .product__mass p {
  font-size: 1rem;
  color: #111111;
  margin-bottom: 0;
}
.detail__product .product .product__text .product__mass p span {
  color: #757c8a;
}
.detail__product .product .product__text .product__delivery-time {
  display: flex;
  align-items: center;
  padding: 12px 0px;
  border-bottom: 1px solid #f2f2f2;
}
.detail__product .product .product__text .product__delivery-time i {
  font-size: 1.5rem;
  margin-right: 10px;
  color: #888888;
}
.detail__product .product .product__text .product__delivery-time p {
  margin-bottom: 0;
  font-size: 1rem;
  color: #000;
}
.detail__product .product .product__text .product__delivery-time p span {
  color: #2e8de5;
}
.detail__product .product .product__text .product__manufacturer {
  padding-top: 12px;
  border-bottom: 1px solid #f2f2f2;
}
.detail__product .product .product__text .product__manufacturer .product__manufacturer-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.detail__product .product .product__text .product__manufacturer .product__manufacturer-title p {
  font-size: 1rem;
  color: #000;
  margin-bottom: 0;
}
.detail__product .product .product__text .product__manufacturer .product__manufacturer-title i {
  padding-right: 10px;
}
.detail__product .product .product__text .product__manufacturer ul {
  list-style: none;
  display: none;
  background-color: #f8f9fa;
  margin-bottom: 10px;
}
.detail__product .product .product__text .product__manufacturer ul li {
  font-size: 1rem;
  color: #000;
  padding: 10px 10px;
}
.detail__product .product .product__text .product__manufacturer ul li span {
  font-size: 0.9rem;
  color: #757c8a;
}
.detail__product .product .product__text .select__product {
  margin-top: 10px;
}
.detail__product .product .product__text .select__product .select__product-list-color label {
  font-size: 1.3rem;
  color: #000;
  font-weight: bold;
  padding-bottom: 10px;
}
.detail__product .product .product__text .select__product .select__product-list-color .list_size, .detail__product .product .product__text .select__product .select__product-list-color .list_color {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.detail__product .product .product__text .product_add .product__add-item {
  margin: 20px 0px;
  background-color: #f9f9fa;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.detail__product .product .product__text .product_add .product__add-item .product__add-item-name {
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 10px;
}
.detail__product .product .product__text .product_add .product__add-item .product__add-item-name p {
  font-size: 1rem;
  color: #000;
  margin-bottom: 0;
  font-weight: 500;
  padding-right: 10px;
}
.detail__product .product .product__text .product_add .product__add-item .product__add-item-name .product__add-select {
  display: flex;
  justify-content: left;
  align-items: center;
}
.detail__product .product .product__text .product_add .product__add-item .product__add-item-name .product__add-select span {
  font-size: 1rem;
  font-weight: 400;
}
.detail__product .product .product__text .product_add .product__add-item .product__add-item-name a {
  color: #000;
  text-decoration: none;
  padding: 10px 0px;
  font-weight: 400;
}
.detail__product .product .product__text .product_add .product__add-item .product__add-item-amount {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail__product .product .product__text .product_add .product__add-item .product__add-item-amount .layout-inline {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.detail__product .product .product__text .product_add .product__add-item .product__add-item-amount .layout-inline button {
  width: 30px;
  height: 30px;
  border: 1px solid #f2f2f2;
  color: #fff;
  background-color: #ccc;
}
.detail__product .product .product__text .product_add .product__add-item .product__add-item-amount .layout-inline input {
  width: 50px;
  height: 30px;
  border: 1px solid #f2f2f2;
  background-color: #ccc;
  color: #fff;
  text-align: center;
}
.detail__product .product .product__text .product_add .product__add-item .product__add-item-amount .select__pr-price {
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail__product .product .product__text .product_add .product__add-item .product__add-item-amount .select__pr-price span {
  cursor: pointer;
}
.detail__product .product .product__text .product_add .product__add-item .product__add-item-amount .select__pr-price p {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  margin-right: 10px;
  margin-bottom: 0;
}
.detail__product .product .product__text .product_add .product__add-item .product__add-item-amount .select__pr-price p span {
  font-size: 1rem;
  font-weight: 400;
}
.detail__product .product .product__text .product__btn {
  display: flex;
  margin-top: 20px;
}
.detail__product .product .product__text .product__btn a {
  flex: 1;
  text-align: center;
  text-decoration: none;
  font-size: 1.5rem;
  border: 1px solid #919aa4;
  padding: 20px 0px;
  font-weight: 700;
  color: #111111;
}
.detail__product .product .product__text .product__btn a:nth-child(1) {
  margin-right: 10px;
}
.detail__product .product .product__text .product__btn a:nth-child(2) {
  margin-right: 10px;
  border-color: #2786de;
  background-color: #2e8de5;
  color: #fff;
}
.detail__product .detail__product-content ul.nav-tabs {
  justify-content: center;
  border: 0px;
  background-color: #dc000c;
  padding: 10px 0px;
}
.detail__product .detail__product-content ul.nav-tabs li {
  margin-right: 10px;
}
.detail__product .detail__product-content ul.nav-tabs li a {
  text-decoration: none;
  border: 0;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
}
.detail__product .detail__product-content ul.nav-tabs li a.active {
  border-radius: 20px;
  background-color: #ac060f;
}
.detail__product .detail__product-content .information__item-slider {
  padding-bottom: 20px;
}
.detail__product .detail__product-content .information__item-slider .information__item-title {
  margin: 20px 0px;
}
.detail__product .detail__product-content .information__item-slider .information__item-title p {
  font-size: 1.4rem;
  color: #111111;
  font-weight: 500;
}
.detail__product .detail__product-content .information__item-slider .information__item-title p a {
  text-decoration: none;
  font-size: 0.9rem;
  border: 1px solid #cbcdd0;
  padding: 5px 10px;
  border-radius: 20px;
  color: #5e636d;
}
.detail__product .detail__product-content .information__item-slider .slider__item .slider__item-content {
  padding: 0px 10px 10px 0px;
}
.detail__product .detail__product-content .information__item-slider .slider__item .slider__item-content .slider__item-img a img {
  width: 100%;
}
.detail__product .detail__product-content .information__item-slider .slider__item .slider__item-content .slider__item-text {
  padding: 10px 0px;
}
.detail__product .detail__product-content .information__item-slider .slider__item .slider__item-content .slider__item-text p a {
  text-decoration: none;
  font-size: 1rem;
  color: #111111;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.detail__product .detail__product-content .information__item-slider .slider__item .slider__item-content .slider__item-text p:nth-child(2) {
  font-size: 1.2rem;
  font-weight: 700;
}
.detail__product .detail__product-content .information__item-slider .slider__item .slider__item-content .slider__item-text p:nth-child(2) span {
  font-size: 0.9rem;
  font-weight: 400;
  color: #777;
}
.detail__product .detail__product-content .information__item-slider .slider__item .slick-prev, .detail__product .detail__product-content .information__item-slider .slider__item .slick-next {
  top: -30px;
  width: 30px;
  height: 30px;
}
.detail__product .detail__product-content .information__item-slider .slider__item .slick-prev {
  left: 94%;
  border-radius: 50%;
}
.detail__product .detail__product-content .information__item-slider .slider__item .slick-next {
  right: 0;
  border-radius: 50%;
}
.detail__product .detail__product-content .information__item-slider .slider__item .slick-prev::before {
  font-size: 30px;
  color: #ccc;
}
.detail__product .detail__product-content .information__item-slider .slider__item .slick-next::before {
  font-size: 30px;
  color: #ccc;
}
.detail__product .detail__product-content .information__item-content {
  text-align: center;
}
.detail__product .detail__product-content .information__item-content .item__content-img img {
  width: 100%;
}
.detail__product .detail__product-content .information__item-content .item__content-text p {
  font-size: 1rem;
  color: #000;
}
.detail__product .detail__product-content .information__item-content .item__content-text button {
  padding: 20px 60px;
  margin: 48px auto 0px;
  background-color: #087dfd;
  box-shadow: 1px 2px 10px rgba(204, 204, 204, 0.432);
  border: 1px solid #067dfd;
  border-radius: 50px;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.detail__product .detail__product-content .information__item-content .item__content-text button:focus {
  outline: 0px auto -webkit-focus-ring-color;
}
.detail__product .detail__product-content .information__item-content .item__content-btn {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 20.8421%, rgba(255, 255, 255, 0.94) 26.2105%, rgba(255, 255, 255, 0.98) 28.7368%, white 31.5789%);
}
.detail__product .detail__product-content .information__item-content .item__content-btn button {
  padding: 20px 60px;
  margin: 48px auto 0px;
  background-color: #087dfd;
  box-shadow: 1px 2px 10px rgba(204, 204, 204, 0.432);
  border: 1px solid #067dfd;
  border-radius: 50px;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.detail__product .detail__product-content .information__item-content .item__content-btn button:focus {
  outline: 0px auto -webkit-focus-ring-color;
}
.detail__product .detail__product-content .information__item-content .information__speci .information__speci-title {
  border-bottom: 1px solid #ccc;
  padding: 10px 0px;
  margin: 15px 0px;
}
.detail__product .detail__product-content .information__item-content .information__speci .information__speci-title h4 {
  font-size: 1.5rem;
  text-align: left;
  font-weight: 600;
  color: #000;
}
.detail__product .detail__product-content .information__item-content .information__speci .information__speci-content table {
  border-bottom: 1px solid #ececec;
  margin-bottom: 15px;
}
.detail__product .detail__product-content .information__item-content .information__speci .information__speci-content table td {
  font-size: 1rem;
  color: #111111;
  padding-bottom: 15px;
  text-align: left;
}
.detail__product .detail__product-content .information__item-content .information__speci .information__speci-content table .td_item1 {
  width: 15%;
}
.detail__product .detail__product-content .information__item-content .information__speci .information__speci-content table .td_item2 {
  width: 85%;
  color: #777;
  padding-left: 10px;
}
.detail__product .detail__product-content .information__item-content .information__speci .information__rules {
  background-color: #fafafa;
  margin: 25px 0px 10px 0px;
  padding: 20px;
}
.detail__product .detail__product-content .information__item-content .information__speci .information__rules p {
  font-size: 1rem;
  color: #757c8a;
  text-align: left;
}
.detail__product .detail__product-content .information__item-content .information__speci .information__notice {
  margin-top: 50px;
}
.detail__product .detail__product-content .information__item-content .information__speci .information__notice h4 {
  text-align: left;
  color: #111111;
  font-size: 1.2rem;
  margin: 20px 0px;
}
.detail__product .detail__product-content .information__item-content .information__speci .information__notice p {
  padding: 20px;
  font-size: 1rem;
  color: #757c8a;
  text-align: left;
  background-color: #fafafa;
}
.detail__product .detail__product-content .information__item-content .cart__item {
  border: 1px solid #ccc;
  position: relative;
}
.detail__product .detail__product-content .information__item-content .cart__item .cart__box {
  width: 400px;
}
.detail__product .detail__product-content .information__item-content .cart__item .select__product {
  margin-top: 10px;
}
.detail__product .detail__product-content .information__item-content .cart__item .select__product .select__product-list-color label {
  font-size: 1.3rem;
  color: #000;
  font-weight: bold;
}
.detail__product .detail__product-content .information__item-content .cart__item .select__product .select__product-list-color .list_size, .detail__product .detail__product-content .information__item-content .cart__item .select__product .select__product-list-color .list_color {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.detail__product .detail__product-content .information__item-content .cart__item .product_add .product__add-item {
  margin: 20px 0px;
  background-color: #f9f9fa;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.detail__product .detail__product-content .information__item-content .cart__item .product_add .product__add-item .product__add-item-name {
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 10px;
}
.detail__product .detail__product-content .information__item-content .cart__item .product_add .product__add-item .product__add-item-name p {
  font-size: 1rem;
  color: #000;
  margin-bottom: 0;
  font-weight: 500;
  padding-right: 10px;
  text-align: left;
}
.detail__product .detail__product-content .information__item-content .cart__item .product_add .product__add-item .product__add-item-name .product__add-select {
  display: flex;
  justify-content: left;
  align-items: center;
}
.detail__product .detail__product-content .information__item-content .cart__item .product_add .product__add-item .product__add-item-name .product__add-select span {
  font-size: 1rem;
  font-weight: 400;
}
.detail__product .detail__product-content .information__item-content .cart__item .product_add .product__add-item .product__add-item-name a {
  color: #000;
  text-decoration: none;
  padding: 10px 0px;
  font-weight: 400;
}
.detail__product .detail__product-content .information__item-content .cart__item .product_add .product__add-item .product__add-item-amount {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail__product .detail__product-content .information__item-content .cart__item .product_add .product__add-item .product__add-item-amount .layout-inline {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.detail__product .detail__product-content .information__item-content .cart__item .product_add .product__add-item .product__add-item-amount .layout-inline button {
  width: 30px;
  height: 30px;
  border: 1px solid #f2f2f2;
  color: #fff;
  background-color: #ccc;
}
.detail__product .detail__product-content .information__item-content .cart__item .product_add .product__add-item .product__add-item-amount .layout-inline input {
  width: 50px;
  height: 30px;
  border: 1px solid #f2f2f2;
  background-color: #ccc;
  color: #fff;
  text-align: center;
}
.detail__product .detail__product-content .information__item-content .cart__item .product_add .product__add-item .product__add-item-amount .select__pr-price {
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail__product .detail__product-content .information__item-content .cart__item .product_add .product__add-item .product__add-item-amount .select__pr-price span {
  cursor: pointer;
}
.detail__product .detail__product-content .information__item-content .cart__item .product_add .product__add-item .product__add-item-amount .select__pr-price p {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  margin-right: 10px;
  margin-bottom: 0;
}
.detail__product .detail__product-content .information__item-content .cart__item .product_add .product__add-item .product__add-item-amount .select__pr-price p span {
  font-size: 1rem;
  font-weight: 400;
}
.detail__product .detail__product-content .information__item-content .cart__item .product__btn {
  display: flex;
  margin-top: 20px;
}
.detail__product .detail__product-content .information__item-content .cart__item .product__btn a {
  flex: 1;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  border: 1px solid #919aa4;
  padding: 20px 0px;
  font-weight: 700;
  color: #111111;
}
.detail__product .detail__product-content .information__item-content .cart__item .product__btn a:nth-child(1) {
  margin-right: 10px;
}
.detail__product .detail__product-content .information__item-content .cart__item .product__btn a:nth-child(2) {
  margin-right: 10px;
  border-color: #2786de;
  background-color: #2e8de5;
  color: #fff;
}
.detail__product .detail__product-content .customer__reviews .customer__reviews-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  margin-top: 30px;
}
.detail__product .detail__product-content .customer__reviews .customer__reviews-title h4 {
  font-size: 1.5rem;
  color: #111111;
}
.detail__product .detail__product-content .customer__reviews .customer__reviews-title h4 span {
  color: #2e8de5;
}
.detail__product .detail__product-content .customer__reviews .customer__reviews-title select {
  width: 150px;
  border: 1px solid #000;
  padding: 5px 5px;
}
.detail__product .detail__product-content .customer__reviews .customer__reviews-title select option {
  padding: 10px;
}
.detail__product .detail__product-content .customer__reviews .customer__reviews-rate .customer__item {
  padding: 20px 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.detail__product .detail__product-content .customer__reviews .customer__reviews-rate .customer__item .customer__item-img {
  width: 10%;
  padding: 0px 10px;
}
.detail__product .detail__product-content .customer__reviews .customer__reviews-rate .customer__item .customer__item-img img {
  width: 70px;
}
.detail__product .detail__product-content .customer__reviews .customer__reviews-rate .customer__item .customer__item-text {
  width: 75%;
  padding: 0px 20px;
}
.detail__product .detail__product-content .customer__reviews .customer__reviews-rate .customer__item .customer__item-text p {
  margin-bottom: 0px;
  font-size: 1rem;
  color: #111111;
}
.detail__product .detail__product-content .customer__reviews .customer__reviews-rate .customer__item .customer__item-user {
  width: 15%;
}
.detail__product .detail__product-content .customer__reviews .customer__reviews-rate .customer__item .customer__item-user p {
  margin-bottom: 0;
  font-size: 0.8rem;
  color: #9ba0a8;
}
.detail__product .detail__product-content .customer__reviews .customer__reviews-rate .customer__item .customer__item-user p span {
  color: #000;
  font-size: 0.8rem;
}
.detail__product .detail__product-content .customer__reviews .customer__reviews-rate .customer__page {
  margin-top: 20px;
}
.detail__product .detail__product-content .customer__reviews .customer__reviews-rate .customer__page ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail__product .detail__product-content .customer__reviews .customer__reviews-rate .customer__page ul li {
  width: 30px;
  height: 30px;
  text-align: center;
}
.detail__product .detail__product-content .customer__reviews .customer__reviews-rate .customer__page ul li a {
  text-decoration: none;
  font-size: 1rem;
  color: #000;
}
.detail__product .detail__product-content .customer__reviews .customer__commnet .customer__commnet-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  margin-top: 30px;
}
.detail__product .detail__product-content .customer__reviews .customer__commnet .customer__commnet-title h4 {
  font-size: 1.5rem;
  color: #111111;
}
.detail__product .detail__product-content .customer__reviews .customer__commnet .customer__commnet-title h4 span {
  color: #2e8de5;
}
.detail__product .detail__product-content .customer__reviews .customer__commnet .customer__commnet-title p {
  font-size: 0.9rem;
  margin-bottom: 0;
}
.detail__product .detail__product-content .customer__reviews .customer__commnet .customer__commnet-rate .customer__item {
  padding: 20px 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.detail__product .detail__product-content .customer__reviews .customer__commnet .customer__commnet-rate .customer__item .customer__item-btn {
  width: 100px;
  padding: 0px 10px;
}
.detail__product .detail__product-content .customer__reviews .customer__commnet .customer__commnet-rate .customer__item .customer__item-btn button {
  background-color: #fff;
  border: 1px solid #2e8de5;
  color: #2e8de5;
  border-radius: 20px;
  padding: 1px 10px;
  margin: 5px 0px;
  font-size: 0.8rem;
  width: 100%;
}
.detail__product .detail__product-content .customer__reviews .customer__commnet .customer__commnet-rate .customer__item .customer__item-btn button:nth-child(2) {
  background-color: #f4fbf8;
  border: 1px solid #f2f8f6;
  color: #15c068;
}
.detail__product .detail__product-content .customer__reviews .customer__commnet .customer__commnet-rate .customer__item .customer__item-text {
  width: 75%;
  padding: 0px 20px;
}
.detail__product .detail__product-content .customer__reviews .customer__commnet .customer__commnet-rate .customer__item .customer__item-text p {
  margin-bottom: 0px;
  font-size: 1rem;
  color: #111111;
}
.detail__product .detail__product-content .customer__reviews .customer__commnet .customer__commnet-rate .customer__item .customer__item-user {
  width: 15%;
}
.detail__product .detail__product-content .customer__reviews .customer__commnet .customer__commnet-rate .customer__item .customer__item-user p {
  margin-bottom: 0;
  font-size: 0.8rem;
  color: #9ba0a8;
}
.detail__product .detail__product-content .customer__reviews .customer__commnet .customer__commnet-rate .customer__item .customer__item-user p span {
  color: #000;
  font-size: 0.8rem;
}
.detail__product .detail__product-content .customer__reviews .customer__commnet .customer__commnet-rate .customer__page {
  margin-top: 20px;
}
.detail__product .detail__product-content .customer__reviews .customer__commnet .customer__commnet-rate .customer__page ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail__product .detail__product-content .customer__reviews .customer__commnet .customer__commnet-rate .customer__page ul li {
  width: 30px;
  height: 30px;
  text-align: center;
}
.detail__product .detail__product-content .customer__reviews .customer__commnet .customer__commnet-rate .customer__page ul li a {
  text-decoration: none;
  font-size: 1rem;
  color: #000;
}
.detail__product .detail__product-content .customer__reviews .cart__item {
  border: 1px solid #ccc;
  position: relative;
  margin-top: 40px;
}
.detail__product .detail__product-content .customer__reviews .cart__item .scroll__02 {
  width: 400px;
}
.detail__product .detail__product-content .customer__reviews .cart__item .select__product {
  margin-top: 10px;
}
.detail__product .detail__product-content .customer__reviews .cart__item .select__product .select__product-list-color label {
  font-size: 1.3rem;
  color: #000;
  font-weight: bold;
}
.detail__product .detail__product-content .customer__reviews .cart__item .select__product .select__product-list-color .list_size, .detail__product .detail__product-content .customer__reviews .cart__item .select__product .select__product-list-color .list_color {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.detail__product .detail__product-content .customer__reviews .cart__item .product_add .product__add-item {
  margin: 20px 0px;
  background-color: #f9f9fa;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.detail__product .detail__product-content .customer__reviews .cart__item .product_add .product__add-item .product__add-item-name {
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 10px;
}
.detail__product .detail__product-content .customer__reviews .cart__item .product_add .product__add-item .product__add-item-name p {
  font-size: 1rem;
  color: #000;
  margin-bottom: 0;
  font-weight: 500;
  padding-right: 10px;
  text-align: left;
}
.detail__product .detail__product-content .customer__reviews .cart__item .product_add .product__add-item .product__add-item-name .product__add-select {
  display: flex;
  justify-content: left;
  align-items: center;
}
.detail__product .detail__product-content .customer__reviews .cart__item .product_add .product__add-item .product__add-item-name .product__add-select span {
  font-size: 1rem;
  font-weight: 400;
}
.detail__product .detail__product-content .customer__reviews .cart__item .product_add .product__add-item .product__add-item-name a {
  color: #000;
  text-decoration: none;
  padding: 10px 0px;
  font-weight: 400;
}
.detail__product .detail__product-content .customer__reviews .cart__item .product_add .product__add-item .product__add-item-amount {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail__product .detail__product-content .customer__reviews .cart__item .product_add .product__add-item .product__add-item-amount .layout-inline {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.detail__product .detail__product-content .customer__reviews .cart__item .product_add .product__add-item .product__add-item-amount .layout-inline button {
  width: 30px;
  height: 30px;
  border: 1px solid #f2f2f2;
  color: #fff;
  background-color: #ccc;
}
.detail__product .detail__product-content .customer__reviews .cart__item .product_add .product__add-item .product__add-item-amount .layout-inline input {
  width: 50px;
  height: 30px;
  border: 1px solid #f2f2f2;
  background-color: #ccc;
  color: #fff;
  text-align: center;
}
.detail__product .detail__product-content .customer__reviews .cart__item .product_add .product__add-item .product__add-item-amount .select__pr-price {
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail__product .detail__product-content .customer__reviews .cart__item .product_add .product__add-item .product__add-item-amount .select__pr-price span {
  cursor: pointer;
}
.detail__product .detail__product-content .customer__reviews .cart__item .product_add .product__add-item .product__add-item-amount .select__pr-price p {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  margin-right: 10px;
  margin-bottom: 0;
}
.detail__product .detail__product-content .customer__reviews .cart__item .product_add .product__add-item .product__add-item-amount .select__pr-price p span {
  font-size: 1rem;
  font-weight: 400;
}
.detail__product .detail__product-content .customer__reviews .cart__item .product__btn {
  display: flex;
  margin-top: 20px;
}
.detail__product .detail__product-content .customer__reviews .cart__item .product__btn a {
  flex: 1;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  border: 1px solid #919aa4;
  padding: 20px 0px;
  font-weight: 700;
  color: #111111;
}
.detail__product .detail__product-content .customer__reviews .cart__item .product__btn a:nth-child(1) {
  margin-right: 10px;
}
.detail__product .detail__product-content .customer__reviews .cart__item .product__btn a:nth-child(2) {
  margin-right: 10px;
  border-color: #2786de;
  background-color: #2e8de5;
  color: #fff;
}
.detail__product .detail__product-content .customer__cancel .customer__cancel-title {
  border-bottom: 1px solid #ccc;
}
.detail__product .detail__product-content .customer__cancel .customer__cancel-title h4 {
  font-size: 1.5rem;
  color: #000;
}
.detail__product .detail__product-content .customer__cancel .customer__content {
  margin-bottom: 40px;
}
.detail__product .detail__product-content .customer__cancel .customer__content .exchange-return {
  margin-bottom: 30px;
}
.detail__product .detail__product-content .customer__cancel .customer__content .exchange-return h5 {
  font-size: 1.3rem;
  font-weight: 500;
  color: #1e2732;
}
.detail__product .detail__product-content .customer__cancel .customer__content .exchange-return p {
  font-size: 0.9rem;
}
.detail__product .detail__product-content .customer__cancel .customer__content .sipping__inland, .detail__product .detail__product-content .customer__cancel .customer__content .sipping__international {
  margin-bottom: 30px;
}
.detail__product .detail__product-content .customer__cancel .customer__content .sipping__inland h5, .detail__product .detail__product-content .customer__cancel .customer__content .sipping__international h5 {
  font-size: 1rem;
  font-weight: 500;
  color: #5e636d;
}
.detail__product .detail__product-content .customer__cancel .customer__content .sipping__inland p, .detail__product .detail__product-content .customer__cancel .customer__content .sipping__international p {
  font-size: 0.9rem;
  margin-bottom: 0;
  line-height: 25px;
}
.detail__product .detail__product-content .customer__cancel .customer__content .sipping__inland ul, .detail__product .detail__product-content .customer__cancel .customer__content .sipping__international ul {
  list-style: none;
  padding-left: 5px;
  margin-bottom: 0;
}
.detail__product .detail__product-content .customer__cancel .customer__content .sipping__inland ul li, .detail__product .detail__product-content .customer__cancel .customer__content .sipping__international ul li {
  font-size: 0.9rem;
  color: #777;
}
.detail__product .detail__product-content .customer__cancel .customer__content .defective_item h5 {
  font-size: 1.3rem;
  font-weight: 500;
  color: #1e2732;
}
.detail__product .detail__product-content .customer__cancel .customer__content .defective_item ul {
  list-style: none;
}
.detail__product .detail__product-content .customer__cancel .customer__content .defective_item li {
  font-size: 0.9rem;
}
.detail__product .detail__product-content .customer__cancel .seller__information .seller__information-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.detail__product .detail__product-content .customer__cancel .seller__information .seller__information-title h4 {
  font-size: 1.5rem;
  color: #111111;
}
.detail__product .detail__product-content .customer__cancel .seller__information .seller__information-content table td {
  font-size: 0.9rem;
  color: #777;
  padding: 5px 0px;
}
.detail__product .detail__product-content .customer__cancel .seller__information .seller__information-content table .td_item2 {
  color: #000;
  padding-left: 20px;
}
.detail__product .detail__product-content .customer__cancel .seller__information .seller__information-content .register__service .register__service-title {
  display: flex;
  padding: 10px 0px;
}
.detail__product .detail__product-content .customer__cancel .seller__information .seller__information-content .register__service .register__service-title span {
  font-size: 0.8rem;
  padding: 0 10px;
}
.detail__product .detail__product-content .customer__cancel .seller__information .seller__information-content .register__service .register__service-title p {
  font-size: 1.2rem;
  font-weight: 500;
  color: #111111;
  margin-bottom: 0;
  padding: 0 10px;
  border-left: 1px solid #cbcdd0;
  border-right: 1px solid #cbcdd0;
}
.detail__product .detail__product-content .customer__cancel .seller__information .seller__information-content .register__service .register__service-text p {
  font-size: 0.9rem;
  color: #777;
}
.detail__product .detail__product-content .customer__cancel .seller__information .seller__information-content .register__service .note h5 {
  font-size: 1.2rem;
  color: #111111;
  font-weight: 500;
}
.detail__product .detail__product-content .customer__cancel .cart__item {
  border: 1px solid #ccc;
  position: relative;
  margin-top: 40px;
}
.detail__product .detail__product-content .customer__cancel .cart__item .scroll__02 {
  top: 0;
  width: 400px;
}
.detail__product .detail__product-content .customer__cancel .cart__item .select__product {
  margin-top: 10px;
}
.detail__product .detail__product-content .customer__cancel .cart__item .select__product .select__product-list-color label {
  font-size: 1.3rem;
  color: #000;
  font-weight: bold;
}
.detail__product .detail__product-content .customer__cancel .cart__item .select__product .select__product-list-color .list_size, .detail__product .detail__product-content .customer__cancel .cart__item .select__product .select__product-list-color .list_color {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.detail__product .detail__product-content .customer__cancel .cart__item .product_add .product__add-item {
  margin: 20px 0px;
  background-color: #f9f9fa;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.detail__product .detail__product-content .customer__cancel .cart__item .product_add .product__add-item .product__add-item-name {
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 10px;
}
.detail__product .detail__product-content .customer__cancel .cart__item .product_add .product__add-item .product__add-item-name p {
  font-size: 1rem;
  color: #000;
  margin-bottom: 0;
  font-weight: 500;
  padding-right: 10px;
  text-align: left;
}
.detail__product .detail__product-content .customer__cancel .cart__item .product_add .product__add-item .product__add-item-name .product__add-select {
  display: flex;
  justify-content: left;
  align-items: center;
}
.detail__product .detail__product-content .customer__cancel .cart__item .product_add .product__add-item .product__add-item-name .product__add-select span {
  font-size: 1rem;
  font-weight: 400;
}
.detail__product .detail__product-content .customer__cancel .cart__item .product_add .product__add-item .product__add-item-name a {
  color: #000;
  text-decoration: none;
  padding: 10px 0px;
  font-weight: 400;
}
.detail__product .detail__product-content .customer__cancel .cart__item .product_add .product__add-item .product__add-item-amount {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail__product .detail__product-content .customer__cancel .cart__item .product_add .product__add-item .product__add-item-amount .layout-inline {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.detail__product .detail__product-content .customer__cancel .cart__item .product_add .product__add-item .product__add-item-amount .layout-inline button {
  width: 30px;
  height: 30px;
  border: 1px solid #f2f2f2;
  color: #fff;
  background-color: #ccc;
}
.detail__product .detail__product-content .customer__cancel .cart__item .product_add .product__add-item .product__add-item-amount .layout-inline input {
  width: 50px;
  height: 30px;
  border: 1px solid #f2f2f2;
  background-color: #ccc;
  color: #fff;
  text-align: center;
}
.detail__product .detail__product-content .customer__cancel .cart__item .product_add .product__add-item .product__add-item-amount .select__pr-price {
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail__product .detail__product-content .customer__cancel .cart__item .product_add .product__add-item .product__add-item-amount .select__pr-price span {
  cursor: pointer;
}
.detail__product .detail__product-content .customer__cancel .cart__item .product_add .product__add-item .product__add-item-amount .select__pr-price p {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  margin-right: 10px;
  margin-bottom: 0;
}
.detail__product .detail__product-content .customer__cancel .cart__item .product_add .product__add-item .product__add-item-amount .select__pr-price p span {
  font-size: 1rem;
  font-weight: 400;
}
.detail__product .detail__product-content .customer__cancel .cart__item .product__btn {
  display: flex;
  margin-top: 20px;
}
.detail__product .detail__product-content .customer__cancel .cart__item .product__btn a {
  flex: 1;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  border: 1px solid #919aa4;
  padding: 20px 0px;
  font-weight: 700;
  color: #111111;
}
.detail__product .detail__product-content .customer__cancel .cart__item .product__btn a:nth-child(1) {
  margin-right: 10px;
}
.detail__product .detail__product-content .customer__cancel .cart__item .product__btn a:nth-child(2) {
  margin-right: 10px;
  border-color: #2786de;
  background-color: #2e8de5;
  color: #fff;
}

.login .login__item h1 {
  width: 100%;
  border-bottom: 2px solid #000;
  padding: 20px 0px;
  color: #000;
  font-size: 2rem;
}
.login .login__item form label {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 20px 0px;
}
.login .login__item form label span {
  font-size: 1rem;
  color: #000;
  width: 15%;
  font-weight: 500;
}
.login .login__item form label input {
  width: 30%;
  height: 40px;
  padding-left: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.login .login__item form label[for=checkbox] {
  display: flex;
  align-items: center;
}
.login .login__item form label[for=checkbox] input {
  height: 15px;
  width: 15px;
}
.login .login__item form label[for=checkbox] p {
  font-size: 0.9rem;
  color: #111111;
  margin-bottom: 0;
  padding-left: 10px;
}
.login .login__item form label[for=checkbox] p a {
  text-decoration: none;
  color: #1051ca;
  font-size: 1rem;
  font-weight: 600;
}
.login .login__item form label[for=submit] {
  justify-content: center;
}
.login .login__item form label[for=submit] input {
  width: 20%;
  background-color: #ff5b59;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

.payment .payment__item .payment__title {
  display: flex;
  justify-content: space-between;
  margin: 40px 0px;
}
.payment .payment__item .payment__title hr {
  width: 35%;
  border: 1px solid #ccc;
  align-self: flex-end;
  margin: 0;
}
.payment .payment__item .payment__title h1 {
  text-align: center;
  font-size: 2rem;
  color: #DC000C;
  font-weight: 700;
  margin: 0;
}
.payment .payment__item .payment__content .payment__content-item {
  margin-top: 60px;
}
.payment .payment__item .payment__content .payment__content-item .payment__content-text {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 10px;
}
.payment .payment__item .payment__content .payment__content-item .payment__content-text h2 {
  margin: 0;
  color: #DC000C;
  font-size: 1.2rem;
}
.payment .payment__item .payment__content .payment__content-item .payment__content-text p {
  font-size: 1rem;
  color: #000;
  margin-bottom: 0;
}
.payment .payment__item .payment__content .payment__content-item .payment__content-text p span {
  font-weight: 700;
}
.payment .payment__item .payment__content .payment__content-item .payment__content-img {
  text-align: center;
  width: 100%;
}
.payment .payment__item .payment__content .payment__content-item .payment__content-img img {
  width: inherit;
}

.order__list .order__list-title {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
}
.order__list .order__list-title hr {
  border: 1px solid #ccc;
  width: 25%;
  margin: 0;
  align-self: flex-end;
}
.order__list .order__list-title h1 {
  font-size: 2rem;
  color: #DC000C;
  margin: 0;
}
.order__list .order__list-content {
  margin-top: 50px;
  padding: 0;
}
.order__list .order__list-content nav {
  display: block;
}
.order__list .order__list-content nav .order__list-tab {
  display: flex;
  justify-content: space-around;
}
.order__list .order__list-content nav .order__list-tab a {
  text-decoration: none;
  font-size: 1rem;
  padding: 10px 10px 10px 0px;
  color: #111111;
}
.order__list .order__list-content nav .order__list-tab a.active {
  color: #000;
  font-weight: bold;
}
.order__list .order__list-content nav .order__list-tab a img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.order__list .order__list-content .order__list-logo {
  display: flex;
  flex-wrap: wrap;
}
.order__list .order__list-content .order__list-logo .order__list-img {
  border: 1px solid #ccc;
  box-shadow: 1px 3px 6px #ccc;
  margin: 10px 0px;
  height: 100px;
  padding: 20px;
}
.order__list .order__list-content .order__list-logo .order__list-img img {
  width: 100%;
  height: 100%;
}
.order__list .order__list-content .order__list-logo .order__list-img a:hover img {
  opacity: 0.5;
}
.order__list .order__list-content h4 {
  font-size: 1.5rem;
  color: #111111;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 40px 15px;
  padding: 10px 0px;
}

.cart .cart__item .cart__content .cart__information .cart__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 20px 0px;
  margin-bottom: 10px;
}
.cart .cart__item .cart__content .cart__information .cart__title .cart__title-link a {
  text-decoration: none;
  color: #000;
  font-size: 1rem;
}
.cart .cart__item .cart__content .cart__information .cart__title .cart__title-link a:hover {
  font-weight: 600;
}
.cart .cart__item .cart__content .cart__information .cart__title .cart__title-link-cart a {
  text-decoration: none;
  color: #000;
  font-size: 1rem;
}
.cart .cart__item .cart__content .cart__information .cart__title .cart__title-link-cart a:hover {
  font-weight: 600;
}
.cart .cart__item .cart__content .cart__information .cart__title .cart__title-link-cart a span {
  font-size: 0.9rem;
  color: #000;
}
.cart .cart__item .cart__content .cart__information .cart__information-content {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.cart .cart__item .cart__content .cart__information .cart__information-content .cart__information-img {
  padding-right: 20px;
}
.cart .cart__item .cart__content .cart__information .cart__information-content .cart__information-img img {
  width: 200px;
}
.cart .cart__item .cart__content .cart__information .cart__information-content .cart__information-text .information__name a {
  text-decoration: none;
  font-size: 1.5rem;
  color: #000;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 30px;
}
.cart .cart__item .cart__content .cart__information .cart__information-content .cart__information-text .information__msp {
  padding: 10px 0px;
}
.cart .cart__item .cart__content .cart__information .cart__information-content .cart__information-text .information__msp a {
  font-size: 1rem;
  color: #000;
  text-decoration: none;
}
.cart .cart__item .cart__content .cart__information .cart__information-content .cart__information-text .information__msp a span {
  color: #494848;
  font-size: 0.9rem;
}
.cart .cart__item .cart__content .cart__information .cart__information-content .cart__information-text .information__number {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
}
.cart .cart__item .cart__content .cart__information .cart__information-content .cart__information-text .information__number .information__count .form button {
  border: 0px;
  background-color: #ccc;
  width: 30px;
  height: 30px;
}
.cart .cart__item .cart__content .cart__information .cart__information-content .cart__information-text .information__number .information__count input {
  border: 0px;
  height: 30px;
  background-color: #ccc;
  text-align: center;
  width: 70px;
}
.cart .cart__item .cart__content .cart__information .cart__information-content .cart__information-text .information__number .information__price p {
  font-size: 1rem;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
.cart .cart__item .cart__content .cart__information .cart__information-content .cart__information-text .information__number .information__price p span {
  color: #DC000C;
  font-size: 1.1rem;
  font-weight: bold;
  float: right;
}
.cart .cart__item .cart__content .cart__information .cart__information-content .cart__information-text .information__btn a {
  text-decoration: none;
  font-size: 1rem;
  color: #00a1ff;
  font-weight: 600;
}
.cart .cart__item .cart__content .cart__information .cart__information-content .cart__information-text .information__btn a:nth-child(1) {
  padding-right: 30px;
}
.cart .cart__item .cart__content .cart__pay {
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #fff;
}
.cart .cart__item .cart__content .cart__pay .cart__pay-title {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.cart .cart__item .cart__content .cart__pay .cart__pay-title p {
  margin-bottom: 0;
  font-size: 1.2rem;
  color: #000;
  font-weight: 600;
}
.cart .cart__item .cart__content .cart__pay .total__provisional {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}
.cart .cart__item .cart__content .cart__pay .total__provisional p {
  margin-bottom: 0px;
  font-size: 1rem;
  color: #000;
}
.cart .cart__item .cart__content .cart__pay .total__provisional span {
  color: #DC000C;
  font-size: 1rem;
  font-weight: 600;
}
.cart .cart__item .cart__content .cart__pay .total__vat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.cart .cart__item .cart__content .cart__pay .total__vat p {
  margin-bottom: 0px;
  font-size: 1rem;
  color: #000;
}
.cart .cart__item .cart__content .cart__pay .total__vat span {
  color: #DC000C;
  font-size: 1rem;
  font-weight: 600;
}
.cart .cart__item .cart__content .cart__pay .code__ship {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.cart .cart__item .cart__content .cart__pay .code__ship p {
  margin-bottom: 0px;
  font-size: 1rem;
  color: #000;
}
.cart .cart__item .cart__content .cart__pay .code__ship span {
  color: #DC000C;
  font-size: 1rem;
  font-weight: 600;
}
.cart .cart__item .cart__content .cart__pay .total__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cart .cart__item .cart__content .cart__pay .total__price p {
  margin-bottom: 0px;
  font-size: 1.3rem;
  color: #000;
  font-weight: 600;
}
.cart .cart__item .cart__content .cart__pay .total__price span {
  color: #DC000C;
  font-size: 1.3rem;
  font-weight: 600;
}
.cart .cart__item .cart__content .cart__pay .cart__code-sale p {
  font-size: 1rem;
  color: #000;
}
.cart .cart__item .cart__content .cart__pay .cart__code-sale form {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.cart .cart__item .cart__content .cart__pay .cart__code-sale form input[type=text] {
  width: 80%;
  border: 1px solid #ccc;
  height: 40px;
  padding-left: 10px;
}
.cart .cart__item .cart__content .cart__pay .cart__code-sale form input[type=submit] {
  width: 20%;
  border: 1px solid #ccc;
  height: 40px;
  background-color: #DC000C;
  color: #fff;
}
.cart .cart__item .cart__content .cart__pay .pay__btn {
  margin-top: 30px;
}
.cart .cart__item .cart__content .cart__pay .pay__btn input {
  font-size: 1.3rem;
  width: 100%;
  height: 50px;
  background-color: #DC000C;
  color: #fff;
  border: 0px;
}
.cart .cart__item .cart__content .cart__pay .pay__btn input:hover {
  background-color: #AC060F;
}

.payments .payments__item .payments__step {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0px 20px 0px;
  border-bottom: 1px solid #ccc;
  padding: 40px 0px;
}
.payments .payments__item .payments__step .progressbar {
  width: 100%;
  counter-reset: step;
  padding: 0;
}
.payments .payments__item .payments__step .progressbar li {
  float: left;
  list-style: none;
  position: relative;
  text-align: center;
  width: calc(100% / 3);
}
.payments .payments__item .payments__step .progressbar li::before {
  background: #fff;
  border: 2px solid #bebebe;
  border-radius: 50%;
  color: #bebebe;
  content: counter(step);
  counter-increment: step;
  display: block;
  font-weight: 700;
  height: 30px;
  line-height: 27px;
  margin: 0 auto 10px;
  text-align: center;
  width: 30px;
}
.payments .payments__item .payments__step .progressbar li::after {
  background: #979797;
  content: "";
  height: 3px;
  left: -50%;
  position: absolute;
  top: 15px;
  width: 100%;
  z-index: -1;
}
.payments .payments__item .payments__step .progressbar li:first-child::after {
  content: none;
}
.payments .payments__item .payments__step .progressbar li.active:after,
.payments .payments__item .payments__step .progressbar li.complete:after {
  background: #3aac5d;
}
.payments .payments__item .payments__step .progressbar li.active:before,
.payments .payments__item .payments__step .progressbar li.complete:before {
  background: #3aac5d;
  border-color: #3aac5d;
  color: #fff;
}
.payments .payments__item .payments__step .progressbar li.active {
  color: #3aac5d;
  font-weight: 700;
}
.payments .payments__item .payments__step .progressbar .li.complete {
  color: #333;
  font-weight: 700;
}
.payments .payments__content .payments__box {
  background-color: #f9f9f9;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.payments .payments__content .payments__title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.payments .payments__content .payments__title a {
  font-size: 1rem;
  color: #0075ff;
  text-decoration: none;
}
.payments .payments__content .payments__list {
  position: relative;
  margin: 10px 0px;
  max-height: 175px;
  overflow: hidden;
}
.payments .payments__content .payments__list .payments__list-item {
  margin-bottom: 10px;
}
.payments .payments__content .payments__list .payments__list-item .payments__list-product {
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 5px #e6e6e6;
}
.payments .payments__content .payments__list .payments__list-item .payments__list-product .payments__product-img {
  padding: 0px 10px 0px 0px;
}
.payments .payments__content .payments__list .payments__list-item .payments__list-product .payments__product-img img {
  width: 100%;
  border-radius: 10px;
}
.payments .payments__content .payments__list .payments__list-item .payments__list-product .payments__product-info {
  padding: 10px;
}
.payments .payments__content .payments__list .payments__list-item .payments__list-product .payments__product-info .product__name {
  padding: 5px 0px;
}
.payments .payments__content .payments__list .payments__list-item .payments__list-product .payments__product-info .product__name a {
  font-size: 1rem;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 700;
  color: #303846;
}
.payments .payments__content .payments__list .payments__list-item .payments__list-product .payments__product-info .product__company {
  padding: 5px 0px;
}
.payments .payments__content .payments__list .payments__list-item .payments__list-product .payments__product-info .product__company a {
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
  color: #303846;
}
.payments .payments__content .payments__list .payments__list-item .payments__list-product .payments__product-info .product__company a span {
  font-size: 1rem;
}
.payments .payments__content .payments__list .payments__list-item .payments__list-product .payments__product-info .product__color {
  padding: 5px 0px;
}
.payments .payments__content .payments__list .payments__list-item .payments__list-product .payments__product-info .product__color a {
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
  color: #303846;
}
.payments .payments__content .payments__list .payments__list-item .payments__list-product .payments__product-info .product__color a span {
  font-size: 1rem;
}
.payments .payments__content .payments__list .payments__list-item .payments__list-product .payments__product-price {
  padding: 10px;
}
.payments .payments__content .payments__list .payments__list-item .payments__list-product .payments__product-price .product__price-item {
  text-align: right;
}
.payments .payments__content .payments__list .payments__list-item .payments__list-product .payments__product-price .product__price-item p:nth-child(1) {
  font-size: 1.3rem;
  color: red;
  font-weight: bold;
}
.payments .payments__content .payments__list .payments__list-item .payments__list-product .payments__product-price .product__price-item p:nth-child(1) span {
  color: #000;
  font-size: 1rem;
}
.payments .payments__content .payments__list .payments__list-item::after {
  /* content: ""; */
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
}
.payments .payments__content .payments__more {
  width: 100%;
  text-align: center;
}
.payments .payments__content .payments__more button {
  border: 1px solid #ccc;
  padding: 5px 20px;
  border-radius: 20px;
  z-index: 999;
}
.payments .payments__content .payments__more button:hover {
  background-color: #0075ff;
  color: #fff;
}
.payments .payments__content .payments__form h3 {
  color: #DC000C;
  font-weight: bold;
  font-size: 1.3rem;
}
.payments .payments__content .payments__form .active {
  border: 1px solid #DC000C !important;
}
.payments .payments__content .payments__form .payments__bank {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 20px 0px;
}
.payments .payments__content .payments__form .payments__bank .payments__bank-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
}
.payments .payments__content .payments__form .payments__bank .payments__bank-item .payments__bank-text {
  display: flex;
}
.payments .payments__content .payments__form .payments__bank .payments__bank-item .payments__bank-text img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.payments .payments__content .payments__form .payments__bank .payments__bank-item input {
  width: 15px;
  height: 15px;
}
.payments .payments__content .payments__form .payments__bank .payments__bank-list {
  border: 1px solid #DC000C;
  border-style: dashed;
  width: 100%;
  margin-top: 10px;
  display: none;
}
.payments .payments__content .payments__form .payments__bank .payments__bank-list .bank__item {
  display: flex;
  padding: 10px 0px;
}
.payments .payments__content .payments__form .payments__bank .payments__bank-list .bank__item img {
  width: 138px;
  margin: 10px;
}
.payments .payments__content .payments__form .payments__bank .payments__bank-list .bank__item .bank__item-content .bank__name, .payments .payments__content .payments__form .payments__bank .payments__bank-list .bank__item .bank__item-content .bank__number, .payments .payments__content .payments__form .payments__bank .payments__bank-list .bank__item .bank__item-content .bank__address, .payments .payments__content .payments__form .payments__bank .payments__bank-list .bank__item .bank__item-content .bank__mess {
  display: flex;
}
.payments .payments__content .payments__form .payments__bank .payments__bank-list .bank__item .bank__item-content .bank__name p, .payments .payments__content .payments__form .payments__bank .payments__bank-list .bank__item .bank__item-content .bank__number p, .payments .payments__content .payments__form .payments__bank .payments__bank-list .bank__item .bank__item-content .bank__address p, .payments .payments__content .payments__form .payments__bank .payments__bank-list .bank__item .bank__item-content .bank__mess p {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  font-weight: bold;
}
.payments .payments__content .payments__form .payments__bank .payments__bank-list .bank__item .bank__item-content .bank__name span, .payments .payments__content .payments__form .payments__bank .payments__bank-list .bank__item .bank__item-content .bank__number span, .payments .payments__content .payments__form .payments__bank .payments__bank-list .bank__item .bank__item-content .bank__address span, .payments .payments__content .payments__form .payments__bank .payments__bank-list .bank__item .bank__item-content .bank__mess span {
  min-width: 150px;
  font-size: 1rem;
  color: #000;
  padding-left: 20px;
}
.payments .payments__content .payments__form .payments__cod {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  margin: 20px 0px;
}
.payments .payments__content .payments__form .payments__cod .payments__cod-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.payments .payments__content .payments__form .payments__cod .payments__cod-item .payments__cod-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.payments .payments__content .payments__form .payments__cod .payments__cod-item .payments__cod-text img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.payments .payments__content .payments__form .payments__cod .payments__cod-item input {
  width: 15px;
  height: 15px;
}
.payments .payments__content .payments__nav {
  border: 1px solid #ccc;
  padding: 10px;
}
.payments .payments__content .payments__nav .deposit {
  display: flex;
  justify-content: space-between;
  background-color: #f3f5f7;
}
.payments .payments__content .payments__nav .deposit .active {
  background-color: #0080ff !important;
  color: #fff !important;
}
.payments .payments__content .payments__nav .deposit .text {
  padding: 10px 0px 10px 10px;
}
.payments .payments__content .payments__nav .deposit .text p {
  font-size: 1rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
}
.payments .payments__content .payments__nav .deposit .deposit__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.payments .payments__content .payments__nav .deposit .deposit__btn p {
  flex: 1;
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #ccc;
  margin-bottom: 0;
  margin-left: 5px;
  background-color: #fff;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}
.payments .payments__content .payments__nav .show {
  display: block !important;
}
.payments .payments__content .payments__nav .payment__amount {
  margin-bottom: 10px;
  display: none;
}
.payments .payments__content .payments__nav .payment__amount .payment__amount-item1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffedcc;
  padding: 10px;
}
.payments .payments__content .payments__nav .payment__amount .payment__amount-item1 p {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #cc8300;
}
.payments .payments__content .payments__nav .payment__amount .payment__amount-item1 p:nth-child(2) {
  color: #cc8300;
}
.payments .payments__content .payments__nav .payment__amount .payment__amount-item1 p:nth-child(2) span {
  color: #000;
  font-size: 0.9rem;
}
.payments .payments__content .payments__nav .payment__amount .payment__amount-item2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f3f5f7;
  padding: 10px;
}
.payments .payments__content .payments__nav .payment__amount .payment__amount-item2 p {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #3d3c39;
}
.payments .payments__content .payments__nav .payment__amount .payment__amount-item2 p:nth-child(2) {
  color: #3d3c39;
}
.payments .payments__content .payments__nav .payment__amount .payment__amount-item2 p:nth-child(2) span {
  color: #000;
  font-size: 0.9rem;
}
.payments .payments__content .payments__nav .payments__nav-title {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.payments .payments__content .payments__nav .payments__nav-title h4 {
  margin: 10px 0px;
  font-size: 1.2rem;
  color: #000;
  font-weight: 600;
}
.payments .payments__content .payments__nav .payments__nav-title h4 span {
  font-size: 1rem;
  color: #5a5757;
}
.payments .payments__content .payments__nav .payments__nav-pr {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.payments .payments__content .payments__nav .payments__nav-pr .payments__nav-img {
  width: 20%;
}
.payments .payments__content .payments__nav .payments__nav-pr .payments__nav-img img {
  width: 100%;
}
.payments .payments__content .payments__nav .payments__nav-pr .payments__nav-name {
  width: 80%;
  padding: 0px 10px;
}
.payments .payments__content .payments__nav .payments__nav-pr .payments__nav-name a {
  font-size: 0.9rem;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.payments .payments__content .payments__nav .payments__nav-pr .payments__nav-price {
  width: 20%;
}
.payments .payments__content .payments__nav .payments__nav-pr .payments__nav-price p {
  font-size: 1rem;
  color: #DC000C;
  font-weight: 600;
}
.payments .payments__content .payments__nav .payments__nav-pr .payments__nav-price p span {
  float: right;
}
.payments .payments__content .payments__nav .payments__nav-pr .payments__nav-price p span:nth-child(3) {
  color: #000;
}
.payments .payments__content .payments__nav .payments__nav-subtotal {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
}
.payments .payments__content .payments__nav .payments__nav-subtotal p {
  font-size: 1rem;
  color: #000;
  font-weight: 500;
  margin-bottom: 0;
}
.payments .payments__content .payments__nav .payments__nav-subtotal p span {
  color: #DC000C;
}
.payments .payments__content .payments__nav .payments__nav-subtotal p span:nth-child(2) {
  color: #000;
}
.payments .payments__content .payments__nav .payments__nav-vat {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.payments .payments__content .payments__nav .payments__nav-vat p {
  margin-bottom: 0;
  font-size: 1rem;
  color: #000;
  font-weight: 500;
}
.payments .payments__content .payments__nav .payments__nav-vat p span {
  color: #DC000C;
}
.payments .payments__content .payments__nav .payments__nav-vat p span:nth-child(2) {
  color: #000;
}
.payments .payments__content .payments__nav .pay_shipping {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.payments .payments__content .payments__nav .pay_shipping p {
  font-size: 1rem;
  color: #000;
  font-weight: 500;
}
.payments .payments__content .payments__nav .pay_shipping a {
  color: #000;
  font-size: 1rem;
}
.payments .payments__content .payments__nav .payments__nav-sale {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.payments .payments__content .payments__nav .payments__nav-sale p {
  font-size: 1rem;
  color: #000;
  font-weight: 500;
}
.payments .payments__content .payments__nav .payments__nav-sale .pay__nav-sale-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.payments .payments__content .payments__nav .payments__nav-sale .pay__nav-sale-btn input {
  height: 30px;
}
.payments .payments__content .payments__nav .payments__nav-sale .pay__nav-sale-btn input[type=text] {
  width: 80%;
  padding-left: 10px;
  border: 1px solid #DC000C;
}
.payments .payments__content .payments__nav .payments__nav-sale .pay__nav-sale-btn input[type=submit] {
  width: 20%;
  background-color: #DC000C;
  color: #fff;
  border: 1px solid #DC000C;
}
.payments .payments__content .payments__nav .payments__nav-total {
  display: flex;
  justify-content: space-between;
  background-color: #ffa401;
  padding: 10px;
}
.payments .payments__content .payments__nav .payments__nav-total p {
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}
.payments .payments__content .payments__nav .payments__nav-total p:nth-child(2) {
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
}
.payments .payments__content .payments__nav .payments__nav-total p:nth-child(2) span {
  color: #000;
  font-size: 0.9rem;
}
.payments .payments__content .payments__nav .payments__nav-btn {
  margin-top: 10px;
}
.payments .payments__content .payments__nav .payments__nav-btn input {
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background-color: #DC000C;
  border: 0px;
  height: 40px;
}
.payments .payments__content .payments__nav .payments__nav-link {
  text-align: center;
  padding: 20px 0px 10px 0px;
}
.payments .payments__content .payments__nav .payments__nav-link a {
  color: #0099ff;
  font-size: 1rem;
}
.payments .payments__content .payments__btn label {
  width: 100%;
  font-size: 1rem;
  color: #000;
  display: flex;
  align-items: center;
}
.payments .payments__content .payments__btn label a {
  color: #009df8;
  padding-left: 5px;
}
.payments .payments__content .payments__btn label input {
  width: 17px;
  height: 17px;
  margin-right: 10px;
}
.payments .payments__content .payments__btn .payments__btn-submit input {
  width: auto;
  background-color: #DC000C;
  color: #fff;
  border: 0px;
  font-size: 1.3rem;
  padding: 10px;
}

.bill .bill__item .bill__step {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0px 20px 0px;
  border-bottom: 1px solid #ccc;
}
.bill .bill__item .bill__step .progressbar {
  width: 100%;
  counter-reset: step;
  padding: 0;
}
.bill .bill__item .bill__step .progressbar li {
  float: left;
  list-style: none;
  position: relative;
  text-align: center;
  width: calc(100% / 3);
}
.bill .bill__item .bill__step .progressbar li::before {
  background: #fff;
  border: 2px solid #bebebe;
  border-radius: 50%;
  color: #bebebe;
  content: counter(step);
  counter-increment: step;
  display: block;
  font-weight: 700;
  height: 30px;
  line-height: 27px;
  margin: 0 auto 10px;
  text-align: center;
  width: 30px;
}
.bill .bill__item .bill__step .progressbar li::after {
  background: #979797;
  content: "";
  height: 3px;
  left: -50%;
  position: absolute;
  top: 15px;
  width: 100%;
  z-index: -1;
}
.bill .bill__item .bill__step .progressbar li:first-child::after {
  content: none;
}
.bill .bill__item .bill__step .progressbar li.active:after,
.bill .bill__item .bill__step .progressbar li.complete:after {
  background: #3aac5d;
}
.bill .bill__item .bill__step .progressbar li.active:before,
.bill .bill__item .bill__step .progressbar li.complete:before {
  background: #3aac5d;
  border-color: #3aac5d;
  color: #fff;
}
.bill .bill__item .bill__step .progressbar li.active {
  color: #3aac5d;
  font-weight: 700;
}
.bill .bill__item .bill__step .progressbar .li.complete {
  color: #333;
  font-weight: 700;
}
.bill .bill__content .bill__title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.bill .bill__content .bill__title a {
  font-size: 1rem;
  color: #000;
  text-decoration: none;
}
.bill .bill__content .bill__form h3 {
  color: #DC000C;
  font-weight: 600;
}
.bill .bill__content .bill__form form .form__sex {
  margin-top: 10px;
}
.bill .bill__content .bill__form form .form__sex label {
  font-size: 1.3rem;
  color: #000;
  margin-right: 20px;
}
.bill .bill__content .bill__form form .form__sex label input {
  width: 17px;
  height: 17px;
}
.bill .bill__content .bill__form form .form__name, .bill .bill__content .bill__form form .form__phone, .bill .bill__content .bill__form form .form__email, .bill .bill__content .bill__form form .form__address {
  width: 100%;
  margin: 10px 0px;
}
.bill .bill__content .bill__form form .form__name input, .bill .bill__content .bill__form form .form__phone input, .bill .bill__content .bill__form form .form__email input, .bill .bill__content .bill__form form .form__address input {
  width: 100%;
  height: 40px;
  padding-left: 10px;
}
.bill .bill__content .bill__form form .form_messages textarea {
  width: 100%;
  padding: 10px;
}
.bill .bill__content .bill__form form .form__submit input {
  width: 20%;
  border: 0px;
  background-color: #DC000C;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 10px 0px;
  border-radius: 5px;
}
.bill .bill__content .pay__nav {
  border: 1px solid #ccc;
  padding: 10px;
}
.bill .bill__content .pay__nav .deposit {
  display: flex;
  justify-content: space-between;
  background-color: #f3f5f7;
}
.bill .bill__content .pay__nav .deposit .active {
  background-color: #0080ff !important;
  color: #fff !important;
}
.bill .bill__content .pay__nav .deposit .text {
  padding: 10px 0px 10px 10px;
}
.bill .bill__content .pay__nav .deposit .text p {
  font-size: 1rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
}
.bill .bill__content .pay__nav .deposit .deposit__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bill .bill__content .pay__nav .deposit .deposit__btn p {
  flex: 1;
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #ccc;
  margin-bottom: 0;
  margin-left: 5px;
  background-color: #fff;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}
.bill .bill__content .pay__nav .pay__nav-title {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.bill .bill__content .pay__nav .pay__nav-title h4 {
  margin: 10px 0px;
  font-size: 1.2rem;
  color: #000;
  font-weight: 600;
}
.bill .bill__content .pay__nav .pay__nav-title h4 span {
  font-size: 1rem;
  color: #5a5757;
}
.bill .bill__content .pay__nav .pay__nav-pr {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.bill .bill__content .pay__nav .pay__nav-pr .pay__nav-img {
  width: 20%;
}
.bill .bill__content .pay__nav .pay__nav-pr .pay__nav-img img {
  width: 100%;
}
.bill .bill__content .pay__nav .pay__nav-pr .pay__nav-name {
  width: 80%;
  padding: 0px 10px;
}
.bill .bill__content .pay__nav .pay__nav-pr .pay__nav-name a {
  font-size: 0.9rem;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.bill .bill__content .pay__nav .pay__nav-pr .pay__nav-price {
  width: 20%;
}
.bill .bill__content .pay__nav .pay__nav-pr .pay__nav-price p {
  font-size: 1rem;
  color: #DC000C;
  font-weight: 600;
}
.bill .bill__content .pay__nav .pay__nav-pr .pay__nav-price p span {
  float: right;
}
.bill .bill__content .pay__nav .pay__nav-pr .pay__nav-price p span:nth-child(3) {
  color: #000;
}
.bill .bill__content .pay__nav .pay__nav-subtotal {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
}
.bill .bill__content .pay__nav .pay__nav-subtotal p {
  font-size: 1rem;
  color: #000;
  font-weight: 500;
  margin-bottom: 0;
}
.bill .bill__content .pay__nav .pay__nav-subtotal p span {
  color: #DC000C;
}
.bill .bill__content .pay__nav .pay__nav-subtotal p span:nth-child(2) {
  color: #000;
}
.bill .bill__content .pay__nav .pay_shipping {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0px 10px 0px;
}
.bill .bill__content .pay__nav .pay_shipping p {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
}
.bill .bill__content .pay__nav .pay_shipping a {
  font-size: 1rem;
  color: #000;
}
.bill .bill__content .pay__nav .pay__nav-vat {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.bill .bill__content .pay__nav .pay__nav-vat p {
  margin-bottom: 0;
  font-size: 1rem;
  color: #000;
  font-weight: 500;
}
.bill .bill__content .pay__nav .pay__nav-vat p span {
  color: #DC000C;
}
.bill .bill__content .pay__nav .pay__nav-vat p span:nth-child(2) {
  color: #000;
}
.bill .bill__content .pay__nav .pay__nav-sale {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.bill .bill__content .pay__nav .pay__nav-sale p {
  font-size: 1rem;
  color: #000;
  font-weight: 500;
}
.bill .bill__content .pay__nav .pay__nav-sale .pay__nav-sale-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bill .bill__content .pay__nav .pay__nav-sale .pay__nav-sale-btn input {
  height: 30px;
}
.bill .bill__content .pay__nav .pay__nav-sale .pay__nav-sale-btn input[type=text] {
  width: 80%;
  padding-left: 10px;
  border: 1px solid #DC000C;
}
.bill .bill__content .pay__nav .pay__nav-sale .pay__nav-sale-btn input[type=submit] {
  width: 20%;
  background-color: #DC000C;
  color: #fff;
  border: 1px solid #DC000C;
}
.bill .bill__content .pay__nav .pay__nav-total {
  display: flex;
  justify-content: space-between;
  background-color: #ffa401;
  padding: 10px;
}
.bill .bill__content .pay__nav .pay__nav-total p {
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}
.bill .bill__content .pay__nav .pay__nav-total p:nth-child(2) {
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
}
.bill .bill__content .pay__nav .pay__nav-total p:nth-child(2) span {
  color: #000;
  font-size: 0.9rem;
}
.bill .bill__content .pay__nav .show {
  display: block !important;
}
.bill .bill__content .pay__nav .payment__amount {
  margin-bottom: 10px;
  display: none;
}
.bill .bill__content .pay__nav .payment__amount .payment__amount-item1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffedcc;
  padding: 10px;
}
.bill .bill__content .pay__nav .payment__amount .payment__amount-item1 p {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #cc8300;
}
.bill .bill__content .pay__nav .payment__amount .payment__amount-item1 p:nth-child(2) {
  color: #cc8300;
}
.bill .bill__content .pay__nav .payment__amount .payment__amount-item1 p:nth-child(2) span {
  color: #000;
  font-size: 0.9rem;
}
.bill .bill__content .pay__nav .payment__amount .payment__amount-item2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f3f5f7;
  padding: 10px;
}
.bill .bill__content .pay__nav .payment__amount .payment__amount-item2 p {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #3d3c39;
}
.bill .bill__content .pay__nav .payment__amount .payment__amount-item2 p:nth-child(2) {
  color: #3d3c39;
}
.bill .bill__content .pay__nav .payment__amount .payment__amount-item2 p:nth-child(2) span {
  color: #000;
  font-size: 0.9rem;
}
.bill .bill__content .pay__nav .pay__nav-btn {
  margin-top: 10px;
}
.bill .bill__content .pay__nav .pay__nav-btn input {
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background-color: #DC000C;
  border: 0px;
  height: 40px;
}
.bill .bill__content .pay__nav .pay__nav-link {
  text-align: center;
  padding: 20px 0px 10px 0px;
}
.bill .bill__content .pay__nav .pay__nav-link a {
  color: #0099ff;
  font-size: 1rem;
}

.completed .completed__item .completed__step {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0px 20px 0px;
  border-bottom: 1px solid #ccc;
  padding: 40px 0px;
}
.completed .completed__item .completed__step .progressbar {
  width: 100%;
  counter-reset: step;
  padding: 0;
}
.completed .completed__item .completed__step .progressbar li {
  float: left;
  list-style: none;
  position: relative;
  text-align: center;
  width: calc(100% / 3);
}
.completed .completed__item .completed__step .progressbar li::before {
  background: #fff;
  border: 2px solid #bebebe;
  border-radius: 50%;
  color: #bebebe;
  content: counter(step);
  counter-increment: step;
  display: block;
  font-weight: 700;
  height: 30px;
  line-height: 27px;
  margin: 0 auto 10px;
  text-align: center;
  width: 30px;
}
.completed .completed__item .completed__step .progressbar li::after {
  background: #979797;
  content: "";
  height: 3px;
  left: -50%;
  position: absolute;
  top: 15px;
  width: 100%;
  z-index: -1;
}
.completed .completed__item .completed__step .progressbar li:first-child::after {
  content: none;
}
.completed .completed__item .completed__step .progressbar li.active:after,
.completed .completed__item .completed__step .progressbar li.complete:after {
  background: #3aac5d;
}
.completed .completed__item .completed__step .progressbar li.active:before,
.completed .completed__item .completed__step .progressbar li.complete:before {
  background: #3aac5d;
  border-color: #3aac5d;
  color: #fff;
}
.completed .completed__item .completed__step .progressbar li.active {
  color: #3aac5d;
  font-weight: 700;
}
.completed .completed__item .completed__step .progressbar .li.complete {
  color: #333;
  font-weight: 700;
}
.completed .completed__item .completed__content {
  border: 1px solid #ccc;
}
.completed .completed__item .completed__content .completed__title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 10px 10px;
  margin: 10px 0px;
}
.completed .completed__item .completed__content .completed__title a {
  font-size: 1rem;
  text-decoration: none;
  color: #000;
}
.completed .completed__item .completed__content .completed__title a i {
  font-size: 0.9rem;
}
.completed .completed__item .completed__content .completed__title p {
  font-size: 1rem;
  text-decoration: none;
  color: #000;
}
.completed .completed__item .completed__content .completes__box {
  padding: 50px 100px;
}
.completed .completed__item .completed__content .completed__text {
  border: 1px solid #ccc;
}
.completed .completed__item .completed__content .completed__text .completed__text-top {
  display: flex;
  justify-content: space-around;
  padding: 10px;
  background-color: #ac060f1a;
}
.completed .completed__item .completed__content .completed__text .completed__text-top .completed__text-top-img {
  width: 200px;
  text-align: center;
}
.completed .completed__item .completed__content .completed__text .completed__text-top .completed__text-top-img img {
  width: 50%;
}
.completed .completed__item .completed__content .completed__text .completed__text-top .completed__text-top-conttent p {
  font-size: 1.1rem;
  font-weight: 500;
  color: #000;
}
.completed .completed__item .completed__content .completed__text .completed__text-top .completed__text-top-conttent p span {
  color: #dc000c;
}
.completed .completed__item .completed__content .completed__text .completed__text-infor {
  padding: 20px;
}
.completed .completed__item .completed__content .completed__text .completed__text-infor h4 {
  font-size: 1.3rem;
  color: #dc000c;
  font-weight: bold;
  padding-bottom: 10px;
}
.completed .completed__item .completed__content .completed__text .completed__text-infor .infor__product p, .completed .completed__item .completed__content .completed__text .completed__text-infor .infor__user p {
  color: #6f6262;
  font-size: 0.9rem;
  font-weight: 500;
}
.completed .completed__item .completed__content .completed__text .completed__text-infor .infor__product p span, .completed .completed__item .completed__content .completed__text .completed__text-infor .infor__user p span {
  color: #000;
  font-size: 1rem;
  font-weight: bold;
}
.completed .completed__item .completed__content .completes__btn {
  text-align: center;
  padding: 30px 0px;
}
.completed .completed__item .completed__content .completes__btn a {
  font-size: 1.3rem;
  padding: 10px 20px;
  color: #fff;
  background-color: #dc000c;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
}

.account {
  background-color: #f4f4f4;
}
.account .account__url {
  background-color: #ccc;
}
.account .account__url .account__url-item {
  display: flex;
  align-items: center;
  padding: 6px 0px;
}
.account .account__url .account__url-item a {
  text-decoration: none;
  position: relative;
  background: #ccc;
  border: 4px solid #ccc;
  margin-right: 30px;
}
.account .account__url .account__url-item a::after, .account .account__url .account__url-item a::before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.account .account__url .account__url-item a::after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #ccc;
  border-width: 21px;
  margin-top: -21px;
}
.account .account__url .account__url-item a::before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #0000003b;
  border-width: 22px;
  margin-top: -22px;
}
.account .account__url .account__url-item p {
  margin-bottom: 0;
  padding-left: 20px;
}
.account .account__item .sidebar {
  padding: 0px;
}
.account .account__item .sidebar .user {
  display: flex;
  align-items: center;
  padding: 10px 0px;
}
.account .account__item .sidebar .user .user__img img {
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
.account .account__item .sidebar .user .user__name {
  padding-left: 10px;
}
.account .account__item .sidebar .user .user__name p:nth-child(1) {
  font-size: 0.7rem;
  font-weight: 400;
}
.account .account__item .sidebar .user .user__name p {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
}
.account .account__item .sidebar ul {
  list-style: none;
  padding-top: 20px;
}
.account .account__item .sidebar ul .active {
  background-color: #ccc;
}
.account .account__item .sidebar ul li {
  padding: 5px 10px;
}
.account .account__item .sidebar ul li:hover {
  background-color: #ccc;
}
.account .account__item .sidebar ul li a {
  text-decoration: none;
  line-height: 30px;
  font-size: 0.9rem;
}
.account .account__item .sidebar ul li a i {
  font-size: 20px;
  padding-right: 20px;
}
.account .account__item .account__content .account__info-item1 h3 {
  margin: 0px;
  font-size: 1.5rem;
  height: 65px;
  display: flex;
  align-items: center;
}
.account .account__item .account__content .account__info-item1 form {
  background-color: #fff;
  padding: 20px;
}
.account .account__item .account__content .account__info-item1 form .user__name, .account .account__item .account__content .account__info-item1 form .user__date, .account .account__item .account__content .account__info-item1 form .user__phone, .account .account__item .account__content .account__info-item1 form .user__email, .account .account__item .account__content .account__info-item1 form .user__sex {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.account .account__item .account__content .account__info-item1 form .user__name p, .account .account__item .account__content .account__info-item1 form .user__date p, .account .account__item .account__content .account__info-item1 form .user__phone p, .account .account__item .account__content .account__info-item1 form .user__email p, .account .account__item .account__content .account__info-item1 form .user__sex p {
  min-width: 100px;
  max-width: 100px;
}
.account .account__item .account__content .account__info-item1 form .user__name input, .account .account__item .account__content .account__info-item1 form .user__date input, .account .account__item .account__content .account__info-item1 form .user__phone input, .account .account__item .account__content .account__info-item1 form .user__email input, .account .account__item .account__content .account__info-item1 form .user__sex input {
  height: 40px;
  border: 1px solid #8f8f8f;
  border-radius: 5px;
  padding-left: 5px;
}
.account .account__item .account__content .account__info-item1 form .user__name input, .account .account__item .account__content .account__info-item1 form .user__code input, .account .account__item .account__content .account__info-item1 form .user__email input, .account .account__item .account__content .account__info-item1 form .user__phone input {
  width: 450px;
}
.account .account__item .account__content .account__info-item1 form .user__sex label {
  display: flex;
  align-items: center;
}
.account .account__item .account__content .account__info-item1 form .user__sex label input {
  width: 20px;
  height: 20px;
  margin: 0px 10px;
}
.account .account__item .account__content .account__info-item1 form .user__submit {
  padding-left: 100px;
}
.account .account__item .account__content .account__info-item1 form .user__submit input {
  width: 150px;
  height: 40px;
  background-color: #DC000C;
  color: #fff;
  border: 0px;
  border-radius: 5px;
}
.account .account__item .account__content .account__info-item2 h3 {
  margin: 0px;
  font-size: 1.5rem;
  height: 65px;
  display: flex;
  align-items: center;
}
.account .account__item .account__content .account__info-item2 form {
  background-color: #fff;
  padding: 20px;
}
.account .account__item .account__content .account__info-item2 form .pass__old, .account .account__item .account__content .account__info-item2 form .pass__new, .account .account__item .account__content .account__info-item2 form .pass__retype {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.account .account__item .account__content .account__info-item2 form .pass__old p, .account .account__item .account__content .account__info-item2 form .pass__new p, .account .account__item .account__content .account__info-item2 form .pass__retype p {
  width: 100px;
}
.account .account__item .account__content .account__info-item2 form .pass__old input, .account .account__item .account__content .account__info-item2 form .pass__new input, .account .account__item .account__content .account__info-item2 form .pass__retype input {
  width: 450px;
  height: 40px;
  padding-left: 10px;
  border-radius: 5px;
  border: 1px solid #8f8f8f;
}
.account .account__item .account__content .account__info-item2 form .pass__submit {
  padding-left: 100px;
}
.account .account__item .account__content .account__info-item2 form .pass__submit input {
  width: 150px;
  height: 40px;
  background-color: #DC000C;
  color: #fff;
  border: 0px;
  border-radius: 5px;
}
.account .account__item .account__content .acount__notification h3 {
  font-size: 1.5rem;
}
.account .account__item .account__content .acount__notification .notification__item {
  background-color: #fff;
  display: flex;
  padding: 10px;
}
.account .account__item .account__content .acount__notification .notification__item .notification__item-img {
  margin-right: 20px;
  min-width: 100px;
  max-width: 100px;
}
.account .account__item .account__content .acount__notification .notification__item .notification__item-img img {
  width: 100%;
}
.account .account__item .account__content .acount__notification .notification__item .notification__item-text p {
  font-size: 1.2rem;
  color: #000;
  font-weight: 600;
}
.account .account__item .account__content .acount__notification .notification__item .notification__item-text .confirm {
  padding: 20px 0px;
}
.account .account__item .account__content .acount__notification .notification__item .notification__item-text .confirm button:nth-child(1) {
  background-color: #0075ff;
  color: #fff;
  font-size: 1rem;
  border: 0px;
  padding: 5px 20px;
  margin-right: 20px;
  border-radius: 5px;
}
.account .account__item .account__content .acount__notification .notification__item .notification__item-text .confirm button:nth-child(2) {
  background-color: #000;
  color: #fff;
  font-size: 1rem;
  border: 0px;
  padding: 5px 20px;
  border-radius: 5px;
}
.account .account__item .account__content .acount__notification .notification__item .notification__item-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account .account__item .account__content .acount__notification .notification__item .notification__item-btn a {
  font-size: 1rem;
  color: #fff;
  padding: 5px 10px;
  background-color: #dc000c;
  text-decoration: none;
  border-radius: 5px;
  margin: 0px 20px;
  min-width: 110px;
}
.account .account__item .account__content .acount__notification .notification__item .notification__item-btn button {
  border: 0px;
  background-color: #dc000c;
  color: #fff;
  padding: 5px 10px;
  min-width: 50px;
}
.account .account__item .account__content .buy__order h3 {
  font-size: 1.5rem;
}
.account .account__item .account__content .buy__order .product__process li a {
  text-decoration: none;
}
.account .account__item .account__content .buy__order .list__poruct {
  background-color: #fff;
}
.account .account__item .account__content .buy__order .list__poruct table {
  width: 100%;
  background-color: #fff;
  padding-top: 10px;
}
.account .account__item .account__content .buy__order .list__poruct table th {
  border: 1px solid #ccc;
  text-align: center;
  height: 40px;
}
.account .account__item .account__content .buy__order .list__poruct table td {
  border: 1px solid #ccc;
  height: 40px;
  text-align: center;
}
.account .account__item .account__content .buy__order .list__poruct table td a {
  text-decoration: none;
}
.account .account__item .account__content .detail__mh h3 {
  font-size: 1.5rem;
  font-weight: 400;
}
.account .account__item .account__content .detail__mh .detail__mh-top {
  display: flex;
  justify-content: center;
}
.account .account__item .account__content .detail__mh .detail__mh-top .user__info {
  padding-left: 0px;
}
.account .account__item .account__content .detail__mh .detail__mh-top .user__info .user__info-title h4 {
  font-size: 0.9rem;
  font-weight: 400;
}
.account .account__item .account__content .detail__mh .detail__mh-top .user__info .user__info-item {
  background-color: #fff;
  padding: 10px;
  height: 120px;
}
.account .account__item .account__content .detail__mh .detail__mh-top .user__info .user__info-item p:nth-child(1) {
  font-weight: 600;
  font-size: 1rem;
  color: #000;
}
.account .account__item .account__content .detail__mh .detail__mh-top .user__info .user__info-item p {
  margin-bottom: 0px;
  font-size: 0.8rem;
}
.account .account__item .account__content .detail__mh .detail__mh-top .form__shipping .form__shipping-title h4 {
  font-size: 0.9rem;
  font-weight: 400;
}
.account .account__item .account__content .detail__mh .detail__mh-top .form__shipping .form__shipping-text {
  background-color: #fff;
  padding: 10px;
  height: 120px;
}
.account .account__item .account__content .detail__mh .detail__mh-top .form__shipping .form__shipping-text p {
  margin-bottom: 0px;
  font-size: 0.8rem;
}
.account .account__item .account__content .detail__mh .detail__mh-top .form__payment {
  padding-right: 0px;
}
.account .account__item .account__content .detail__mh .detail__mh-top .form__payment .form__payment-title h4 {
  font-size: 0.9rem;
  font-weight: 400;
}
.account .account__item .account__content .detail__mh .detail__mh-top .form__payment .form__payment-text {
  background-color: #fff;
  padding: 10px;
  height: 120px;
}
.account .account__item .account__content .detail__mh .detail__mh-top .form__payment .form__payment-text p {
  margin-bottom: 0px;
  font-size: 0.8rem;
}
.account .account__item .account__content .detail__mh .detail__mh-content {
  margin-top: 20px;
}
.account .account__item .account__content .detail__mh .detail__mh-content table {
  width: 100%;
  background-color: #fff;
}
.account .account__item .account__content .detail__mh .detail__mh-content table tr th {
  border: 1px solid #ccc;
  height: 50px;
  text-align: center;
}
.account .account__item .account__content .detail__mh .detail__mh-content table tr td {
  border: 1px solid #ccc;
  text-align: center;
}
.account .account__item .account__content .detail__mh .detail__mh-content table tr td img {
  width: 100px;
  height: 100px;
}
.account .account__item .account__content .detail__mh .detail__mh-content table tr .img {
  width: 100px;
  max-width: 10%;
  padding: 10px;
}
.account .account__item .account__content .detail__mh .detail__mh-content table tr .link {
  max-width: 10%;
  width: 50px;
}
.account .account__item .account__content .detail__mh .detail__mh-content table tr .product_name {
  max-width: 50%;
  width: 300px;
}
.account .account__item .account__content .detail__mh .detail__mh-content table tr .price {
  max-width: 10%;
  width: 100px;
}
.account .account__item .account__content .detail__mh .detail__mh-content table tr .amount {
  max-width: 10%;
  width: 100px;
}
.account .account__item .account__content .detail__mh .detail__mh-content table tr .total_price {
  max-width: 10%;
  width: 100px;
}
.account .account__item .account__content .detail__mh .detail__mh-total .detail__md-totla-list {
  background-color: #fff;
  margin-top: 20px;
  padding: 20px;
  text-align: right;
}
.account .account__item .account__content .detail__mh .detail__mh-total .detail__md-totla-list p {
  font-size: 1rem;
}
.account .account__item .account__content .detail__mh .detail__mh-total .detail__md-totla-list p span {
  font-size: 1rem;
  color: #000;
}
.account .account__item .account__content .detail__mh .detail__mh-total .detail__md-totla-list p:last-child span {
  color: #dc000c;
  font-size: 1.5rem;
}
.account .account__item .account__content .buy__shopping h3 {
  font-size: 1.5rem;
}
.account .account__item .account__content .buy__shopping .product__process li a {
  text-decoration: none;
}
.account .account__item .account__content .buy__shopping .list__poruct {
  background-color: #fff;
}
.account .account__item .account__content .buy__shopping .list__poruct table {
  width: 100%;
  background-color: #fff;
  padding-top: 10px;
}
.account .account__item .account__content .buy__shopping .list__poruct table th {
  border: 1px solid #ccc;
  text-align: center;
  height: 40px;
}
.account .account__item .account__content .buy__shopping .list__poruct table td {
  border: 1px solid #ccc;
  height: 40px;
  text-align: center;
}
.account .account__item .account__content .buy__shopping .list__poruct table td a {
  text-decoration: none;
}
.account .account__item .account__content .detail__shopping h3 {
  font-size: 1.5rem;
  font-weight: 400;
}
.account .account__item .account__content .detail__shopping .detail__mh-top {
  display: flex;
  justify-content: center;
}
.account .account__item .account__content .detail__shopping .detail__mh-top .user__info {
  padding-left: 0px;
}
.account .account__item .account__content .detail__shopping .detail__mh-top .user__info .user__info-title h4 {
  font-size: 0.9rem;
  font-weight: 400;
}
.account .account__item .account__content .detail__shopping .detail__mh-top .user__info .user__info-item {
  background-color: #fff;
  padding: 10px;
  height: 120px;
}
.account .account__item .account__content .detail__shopping .detail__mh-top .user__info .user__info-item p:nth-child(1) {
  font-weight: 600;
  font-size: 1rem;
  color: #000;
}
.account .account__item .account__content .detail__shopping .detail__mh-top .user__info .user__info-item p {
  margin-bottom: 0px;
  font-size: 0.8rem;
}
.account .account__item .account__content .detail__shopping .detail__mh-top .form__shipping .form__shipping-title h4 {
  font-size: 0.9rem;
  font-weight: 400;
}
.account .account__item .account__content .detail__shopping .detail__mh-top .form__shipping .form__shipping-text {
  background-color: #fff;
  padding: 10px;
  height: 120px;
}
.account .account__item .account__content .detail__shopping .detail__mh-top .form__shipping .form__shipping-text p {
  margin-bottom: 0px;
  font-size: 0.8rem;
}
.account .account__item .account__content .detail__shopping .detail__mh-top .form__payment {
  padding-right: 0px;
}
.account .account__item .account__content .detail__shopping .detail__mh-top .form__payment .form__payment-title h4 {
  font-size: 0.9rem;
  font-weight: 400;
}
.account .account__item .account__content .detail__shopping .detail__mh-top .form__payment .form__payment-text {
  background-color: #fff;
  padding: 10px;
  height: 120px;
}
.account .account__item .account__content .detail__shopping .detail__mh-top .form__payment .form__payment-text p {
  margin-bottom: 0px;
  font-size: 0.8rem;
}
.account .account__item .account__content .detail__shopping .detail__mh-content {
  margin-top: 20px;
}
.account .account__item .account__content .detail__shopping .detail__mh-content table {
  width: 100%;
  background-color: #fff;
}
.account .account__item .account__content .detail__shopping .detail__mh-content table tr th {
  border: 1px solid #ccc;
  height: 50px;
  text-align: center;
}
.account .account__item .account__content .detail__shopping .detail__mh-content table tr td {
  border: 1px solid #ccc;
  text-align: center;
}
.account .account__item .account__content .detail__shopping .detail__mh-content table tr td img {
  width: 100px;
  height: 100px;
}
.account .account__item .account__content .detail__shopping .detail__mh-content table tr .img {
  width: 100px;
  max-width: 10%;
  padding: 10px;
}
.account .account__item .account__content .detail__shopping .detail__mh-content table tr .product_name {
  max-width: 60%;
  width: 300px;
}
.account .account__item .account__content .detail__shopping .detail__mh-content table tr .price {
  max-width: 10%;
  width: 100px;
}
.account .account__item .account__content .detail__shopping .detail__mh-content table tr .amount {
  max-width: 10%;
  width: 100px;
}
.account .account__item .account__content .detail__shopping .detail__mh-content table tr .total_price {
  max-width: 10%;
  width: 100px;
}
.account .account__item .account__content .detail__shopping .detail__mh-total .detail__md-totla-list {
  background-color: #fff;
  margin-top: 20px;
  padding: 20px;
  text-align: right;
}
.account .account__item .account__content .detail__shopping .detail__mh-total .detail__md-totla-list p {
  font-size: 1rem;
}
.account .account__item .account__content .detail__shopping .detail__mh-total .detail__md-totla-list p span {
  font-size: 1rem;
  color: #000;
}
.account .account__item .account__content .detail__shopping .detail__mh-total .detail__md-totla-list p:last-child span {
  color: #dc000c;
  font-size: 1.5rem;
}

footer {
  border-top: 2px solid #DC000C;
  margin-top: 40px;
  padding-top: 30px;
}
footer .footer__content .footer__left {
  padding: 0;
}
footer .footer__content .footer__left .footer__left-customer h4 {
  font-size: 1.5rem;
  color: #302F2F;
}
footer .footer__content .footer__left .footer__left-customer hr {
  border-bottom: 2px solid #888888;
  max-width: 70%;
}
footer .footer__content .footer__left .footer__left-customer span {
  font-size: 1.5rem;
  font-weight: bold;
  color: #DC000C;
}
footer .footer__content .footer__left .footer__left-customer p {
  font-size: 1rem;
  margin-bottom: 5px;
}
footer .footer__content .footer__left .footer__left-intro {
  margin-top: 40px;
}
footer .footer__content .footer__left .footer__left-intro p {
  font-size: 0.9rem;
}
footer .footer__content .footer__left .footer__left-intro hr {
  border-bottom: 2px solid #888888;
  max-width: 70%;
}
footer .footer__content .footer__left .footer__left-intro .footer__intro-img {
  margin-bottom: 20px;
}
footer .footer__content .footer__left .footer__left-intro .footer__intro-img img {
  width: 88px;
  height: 40px;
}
footer .footer__content .footer__center {
  padding: 0;
}
footer .footer__content .footer__center .footer__center-title h4 {
  font-size: 1.5rem;
  color: #302F2F;
}
footer .footer__content .footer__center .footer__center-title hr {
  border-bottom: 2px solid #888888;
  max-width: 50%;
}
footer .footer__content .footer__center .footer__center-title p {
  font-size: 0.9rem;
  margin-bottom: 5px;
  color: #111111;
  font-weight: 600;
}
footer .footer__content .footer__center .footer__center-title p span {
  color: #111111;
  font-weight: 400;
  padding-right: 5px;
}
footer .footer__content .footer__center .footer__center-btn {
  margin-top: 30px;
}
footer .footer__content .footer__center .footer__center-btn .footer__btn {
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #ccc;
  max-width: 70%;
  border-radius: 5px;
  justify-content: space-around;
}
footer .footer__content .footer__center .footer__center-btn .footer__btn p {
  margin-bottom: 0px;
}
footer .footer__content .footer__center .footer__center-btn .footer__btn:hover {
  cursor: pointer;
}
footer .footer__content .footer__right {
  padding: 0;
}
footer .footer__content .footer__right .footer__order h4 {
  font-size: 1.5rem;
  color: #302F2F;
}
footer .footer__content .footer__right .footer__order hr {
  border-bottom: 2px solid #888888;
  max-width: 70%;
}
footer .footer__content .footer__right .footer__order p {
  font-size: 0.9rem;
  margin-bottom: 5px;
  color: #111111;
  font-weight: 400;
}
footer .footer__content .footer__right .footer__order .footer__order-content {
  display: flex;
  align-items: center;
}
footer .footer__content .footer__right .footer__order .footer__order-content img {
  max-width: 30px;
  max-height: 20px;
  padding-right: 5px;
}
footer .footer__content .footer__right .footer__return {
  margin-top: 70px;
}
footer .footer__content .footer__right .footer__return h4 {
  font-size: 1.5rem;
  color: #302F2F;
}
footer .footer__content .footer__right .footer__return hr {
  border-bottom: 2px solid #888888;
  max-width: 70%;
}
footer .footer__content .footer__right .footer__return .footer__return-content {
  display: flex;
}
footer .footer__content .footer__right .footer__return .footer__return-content p {
  margin-bottom: 0;
}
footer .footer__content .footer__right .footer__return .footer__return-content img {
  max-width: 30px;
  max-height: 20px;
  padding-right: 10px;
}
footer .footer__bottom {
  background-color: #AC060F;
}
footer .footer__bottom p {
  padding: 10px 0px;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0;
}
footer .footer__bottom p a {
  color: #fff;
  text-decoration: none;
}
.show-only-mobile{
    display: none;
}

.payments .payments__content .payments__nav_mobile {
    border: 1px solid #ccc;
    padding: 10px; }
    .payments .payments__content .payments__nav_mobile .deposit {
      display: flex;
      justify-content: space-between;
      background-color: #f3f5f7; }
      .payments .payments__content .payments__nav_mobile .deposit .active {
        background-color: #0080ff !important;
        color: #fff !important; }
      .payments .payments__content .payments__nav_mobile .deposit .text {
        padding: 10px 0px 10px 10px; }
        .payments .payments__content .payments__nav_mobile .deposit .text p {
          font-size: 1rem;
          color: #000;
          font-weight: 600;
          margin-bottom: 0; }
      .payments .payments__content .payments__nav_mobile .deposit .deposit__btn {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .payments .payments__content .payments__nav_mobile .deposit .deposit__btn p {
          flex: 1;
          text-align: center;
          padding: 10px 20px;
          border: 1px solid #ccc;
          margin-bottom: 0;
          margin-left: 5px;
          background-color: #fff;
          font-size: 1rem;
          font-weight: 600;
          cursor: pointer; }
    .payments .payments__content .payments__nav_mobile .show {
      display: block !important; }
    .payments .payments__content .payments__nav_mobile .payment__amount {
      margin-bottom: 10px;
      display: none; }
      .payments .payments__content .payments__nav_mobile .payment__amount .payment__amount-item1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #ffedcc;
        padding: 10px; }
        .payments .payments__content .payments__nav_mobile .payment__amount .payment__amount-item1 p {
          margin-bottom: 0;
          font-size: 1rem;
          font-weight: 600;
          color: #cc8300; }
        .payments .payments__content .payments__nav_mobile .payment__amount .payment__amount-item1 p:nth-child(2) {
          color: #cc8300; }
          .payments .payments__content .payments__nav_mobile .payment__amount .payment__amount-item1 p:nth-child(2) span {
            color: #000;
            font-size: 0.9rem; }
      .payments .payments__content .payments__nav_mobile .payment__amount .payment__amount-item2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #f3f5f7;
        padding: 10px; }
        .payments .payments__content .payments__nav_mobile .payment__amount .payment__amount-item2 p {
          margin-bottom: 0;
          font-size: 1rem;
          font-weight: 600;
          color: #3d3c39; }
        .payments .payments__content .payments__nav_mobile .payment__amount .payment__amount-item2 p:nth-child(2) {
          color: #3d3c39; }
          .payments .payments__content .payments__nav_mobile .payment__amount .payment__amount-item2 p:nth-child(2) span {
            color: #000;
            font-size: 0.9rem; }
    .payments .payments__content .payments__nav_mobile .payments__nav-title {
      border-bottom: 1px solid #ccc;
      margin-bottom: 10px; }
      .payments .payments__content .payments__nav_mobile .payments__nav-title h4 {
        margin: 10px 0px;
        font-size: 1.2rem;
        color: #000;
        font-weight: 600; }
        .payments .payments__content .payments__nav_mobile .payments__nav-title h4 span {
          font-size: 1rem;
          color: #5a5757; }
    .payments .payments__content .payments__nav_mobile .payments__nav-pr {
      display: flex;
      padding-bottom: 10px;
      border-bottom: 1px solid #ccc; }
      .payments .payments__content .payments__nav_mobile .payments__nav-pr .payments__nav-img {
        width: 20%; }
        .payments .payments__content .payments__nav_mobile .payments__nav-pr .payments__nav-img img {
          width: 100%; }
      .payments .payments__content .payments__nav_mobile .payments__nav-pr .payments__nav-name {
        width: 80%;
        padding: 0px 10px; }
        .payments .payments__content .payments__nav_mobile .payments__nav-pr .payments__nav-name a {
          font-size: 0.9rem;
          color: #000;
          font-weight: 500;
          text-decoration: none;
          -webkit-line-clamp: 2;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical; }
      .payments .payments__content .payments__nav_mobile .payments__nav-pr .payments__nav-price {
        width: 20%; }
        .payments .payments__content .payments__nav_mobile .payments__nav-pr .payments__nav-price p {
          font-size: 1rem;
          color: #DC000C;
          font-weight: 600; }
          .payments .payments__content .payments__nav_mobile .payments__nav-pr .payments__nav-price p span {
            float: right; }
          .payments .payments__content .payments__nav_mobile .payments__nav-pr .payments__nav-price p span:nth-child(3) {
            color: #000; }
    .payments .payments__content .payments__nav_mobile .payments__nav-subtotal {
      display: flex;
      justify-content: space-between;
      padding: 10px 0px; }
      .payments .payments__content .payments__nav_mobile .payments__nav-subtotal p {
        font-size: 1rem;
        color: #000;
        font-weight: 500;
        margin-bottom: 0; }
        .payments .payments__content .payments__nav_mobile .payments__nav-subtotal p span {
          color: #DC000C; }
        .payments .payments__content .payments__nav_mobile .payments__nav-subtotal p span:nth-child(2) {
          color: #000; }
    .payments .payments__content .payments__nav_mobile .payments__nav-vat {
      display: flex;
      justify-content: space-between;
      padding-bottom: 10px;
      border-bottom: 1px solid #ccc;
      margin-bottom: 10px; }
      .payments .payments__content .payments__nav_mobile .payments__nav-vat p {
        margin-bottom: 0;
        font-size: 1rem;
        color: #000;
        font-weight: 500; }
        .payments .payments__content .payments__nav_mobile .payments__nav-vat p span {
          color: #DC000C; }
        .payments .payments__content .payments__nav_mobile .payments__nav-vat p span:nth-child(2) {
          color: #000; }
    .payments .payments__content .payments__nav_mobile .pay_shipping {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .payments .payments__content .payments__nav_mobile .pay_shipping p {
        font-size: 1rem;
        color: #000;
        font-weight: 500; }
      .payments .payments__content .payments__nav_mobile .pay_shipping a {
        color: #000;
        font-size: 1rem; }
    .payments .payments__content .payments__nav_mobile .payments__nav-sale {
      border-bottom: 1px solid #ccc;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      .payments .payments__content .payments__nav_mobile .payments__nav-sale p {
        font-size: 1rem;
        color: #000;
        font-weight: 500; }
      .payments .payments__content .payments__nav_mobile .payments__nav-sale .pay__nav-sale-btn {
        display: flex;
        justify-content: center;
        align-items: center; }
        .payments .payments__content .payments__nav_mobile .payments__nav-sale .pay__nav-sale-btn input {
          height: 30px; }
        .payments .payments__content .payments__nav_mobile .payments__nav-sale .pay__nav-sale-btn input[type=text] {
          width: 80%;
          padding-left: 10px;
          border: 1px solid #DC000C; }
        .payments .payments__content .payments__nav_mobile .payments__nav-sale .pay__nav-sale-btn input[type=submit] {
          width: 20%;
          background-color: #DC000C;
          color: #fff;
          border: 1px solid #DC000C; }
    .payments .payments__content .payments__nav_mobile .payments__nav-total {
      display: flex;
      justify-content: space-between;
      background-color: #ffa401;
      padding: 10px; }
      .payments .payments__content .payments__nav_mobile .payments__nav-total p {
        font-size: 1rem;
        color: #fff;
        font-weight: 500;
        margin-bottom: 0; }
      .payments .payments__content .payments__nav_mobile .payments__nav-total p:nth-child(2) {
        font-size: 1.2rem;
        color: #fff;
        font-weight: bold; }
        .payments .payments__content .payments__nav_mobile .payments__nav-total p:nth-child(2) span {
          color: #000;
          font-size: 0.9rem; }
    .payments .payments__content .payments__nav_mobile .payments__nav-btn {
      margin-top: 10px; }
      .payments .payments__content .payments__nav_mobile .payments__nav-btn input {
        width: 100%;
        font-size: 1rem;
        font-weight: 600;
        color: #fff;
        background-color: #DC000C;
        border: 0px;
        height: 40px; }
    .payments .payments__content .payments__nav_mobile .payments__nav-link {
      text-align: center;
      padding: 20px 0px 10px 0px; }
      .payments .payments__content .payments__nav_mobile .payments__nav-link a {
        color: #0099ff;
        font-size: 1rem; }

/*# sourceMappingURL=main.css.map */
