.product_grid {
  margin-right: -10px;
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap; }
  @media all and (max-width: 1200px) {
    .product_grid {
      margin-right: -10px;
      margin-left: -10px; } }
  .product_grid .item {
    float: left;
    width: calc(20% - 20px);
    margin: 0 10px 30px;
    box-sizing: border-box; }
    @media all and (max-width: 1200px) {
      .product_grid .item {
        width: calc(33.33% - 20px);
        margin: 0 10px 20px; } }
    @media all and (max-width: 800px) {
      .product_grid .item {
        width: calc(50% - 20px);
        margin: 0 10px 20px; } }
    .product_grid .item:hover img {
      transform: scale(1.05); }
    .product_grid .item .frame_inner {
      position: relative;
      padding-bottom: 5px; }
      .product_grid .item .frame_inner .add-wishlist {
        position: absolute;
        bottom: 0px;
        right: 0px;
        z-index: 999; }
        .product_grid .item .frame_inner .add-wishlist a {
          display: grid;
          border-radius: 50%;
          /* padding: 7px 6px 6px 6px; */
          box-sizing: border-box; }
          .product_grid .item .frame_inner .add-wishlist a svg {
            width: 20px;
            height: 20px;
            fill: #57585A; }
          .product_grid .item .frame_inner .add-wishlist a:hover svg {
            fill: #b60000; }
        .product_grid .item .frame_inner .add-wishlist .itemwl_active svg {
          fill: #b60000; }
      .product_grid .item .frame_inner .product_image {
        margin-bottom: 0px; }
        .product_grid .item .frame_inner .product_image a {
          display: grid;
          overflow: hidden; }
          .product_grid .item .frame_inner .product_image a img {
            transition: 1s;
            width: 100%; }
        .product_grid .item .frame_inner .product_image .image2 {
          height: 0px; }
      .product_grid .item .frame_inner .name {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 22px;
        margin-top: 8px;
        font-size: 15px;
        color: #57585A; }
        @media all and (max-width: 600px) {
          .product_grid .item .frame_inner .name {
            font-size: 14px;
            line-height: 20px; } }
      .product_grid .item .frame_inner .price_arae {
        margin-top: 10px; }
        .product_grid .item .frame_inner .price_arae .price {
          font-size: 16px;
          font-weight: 600; }
      .product_grid .item .frame_inner .price_old {
        font-size: 14px;
        text-decoration: line-through;
        color: #838282;
        margin-left: 4px; }
        @media all and (max-width: 500px) {
          .product_grid .item .frame_inner .price_old {
            display: none; } }
    .product_grid .item .box_content {
      background: #fff;
      left: 0px;
      bottom: 0px;
      width: 100%;
      transition: 0.5s;
      overflow: hidden;
      z-index: 1; }
      .product_grid .item .box_content .note {
        color: #a0a0a0;
        font-size: 14px;
        margin-top: 5px;
        display: inline-block; }
    .product_grid .item .product_image:hover .image2 {
      height: auto; }
    .product_grid .item .product_image:hover .image1 {
      height: 0px; }
    .product_grid .item .discount_p {
      position: absolute;
      background: var(--main-color);
      z-index: 2;
      color: #fff;
      width: 54px;
      height: 54px;
      text-align: center;
      padding: 8px;
      box-sizing: border-box;
      border-radius: 60%;
      right: 15px;
      top: 10px;
      border: 2px solid #fff;
      line-height: 18px; }
      @media all and (max-width: 600px) {
        .product_grid .item .discount_p {
          width: 50px;
          height: 50px;
          text-align: center;
          padding: 8px;
          box-sizing: border-box;
          border-radius: 60%;
          right: 5px;
          top: 5px;
          border: 2px solid #fff;
          font-size: 12px;
          line-height: 16px; } }
    .product_grid .item .discount_tt {
      position: absolute;
      top: -28px;
      left: 0;
      text-align: center;
      font-size: 9px;
      background: linear-gradient(266deg, #dd0000 0%, #ff9c00 100%);
      border-radius: 30px;
      padding: 0 10px 0 0px;
      color: #fff;
      text-transform: uppercase;
      line-height: 16px; }
      .product_grid .item .discount_tt span {
        display: inline-block;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        font-size: 11px;
        /* color: #fff; */
        border: 2px solid #fff600;
        margin-right: 5px; }
    .product_grid .item .discount {
      color: #d41920; }

.product_grid_home .item {
  width: calc(25% - 20px); }
  @media all and (max-width: 800px) {
    .product_grid_home .item {
      width: calc(50% - 20px);
      margin: 0 10px 20px; } }

.product_grid_full .item {
  width: calc(20% - 20px); }
  @media all and (max-width: 800px) {
    .product_grid_full .item {
      width: calc(50% - 20px);
      margin: 0 10px 20px; } }

.product_grid_scroll {
  overflow-x: auto; }
  .product_grid_scroll .product_grid {
    margin: 0px 0px;
    width: calc(210px * var(--i) - 10px);
    margin-left: -10px; }
    @media all and (max-width: 800px) {
      .product_grid_scroll .product_grid {
        width: calc(204px * var(--i) - 7px);
        margin-left: -7px; } }
    @media all and (max-width: 600px) {
      .product_grid_scroll .product_grid {
        width: calc(156px * var(--i) - 3px);
        margin-left: -6px; } }
    .product_grid_scroll .product_grid .item {
      width: 190px !important;
      border-top: 1px solid var(--border-color); }
      @media all and (max-width: 600px) {
        .product_grid_scroll .product_grid .item {
          width: 150px !important; } }
      .product_grid_scroll .product_grid .item:last-child {
        margin-right: 0; }
      @media screen and (max-width: 350px) {
        .product_grid_scroll .product_grid .item {
          width: 140px !important; } }

.tab_product_home_mb {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  border-top: 1px solid var(--border-color); }
  .tab_product_home_mb .product_grid_home_mb {
    width: calc(200px * var(--i)); }
    @media screen and (max-width: 800px) {
      .tab_product_home_mb .product_grid_home_mb {
        width: calc(200px * var(--i)); } }
    @media screen and (max-width: 600px) {
      .tab_product_home_mb .product_grid_home_mb {
        width: calc(160px * var(--i)); } }
    .tab_product_home_mb .product_grid_home_mb .item {
      width: 200px !important; }
      @media screen and (max-width: 600px) {
        .tab_product_home_mb .product_grid_home_mb .item {
          width: 160px !important; }
          .tab_product_home_mb .product_grid_home_mb .item .product_image {
            min-height: 140px; } }
      .tab_product_home_mb .product_grid_home_mb .item .box_content {
        position: relative; }

.dview-all-total {
  width: 100%;
  text-align: center;
  padding: 20px; }
  @media all and (max-width: 600px) {
    .dview-all-total {
      padding: 15px; } }
  .dview-all-total a {
    display: inline-block;
    padding: 10px 30px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid var(--extra-color);
    color: var(--extra-color);
    width: 200px; }
    .dview-all-total a svg {
      display: inline-block;
      width: 12px;
      height: 12px;
      margin-left: 5px;
      fill: var(--extra-color);
      transform: translate(0px, 0px);
      transition: 0.5s; }
    .dview-all-total a:hover {
      color: #fff;
      background: var(--extra-color); }
      .dview-all-total a:hover svg {
        fill: #fff; }

.color_product {
  height: 20px;
  margin-top: 20px;
  position: relative; }
  .color_product .list_color span {
    display: inline-block; }
  .color_product .list_color .item_color {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
    margin-right: 3px;
    cursor: pointer;
    position: relative; }
  .color_product .list_color .item_color_active:after {
    position: absolute;
    content: "";
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block; }
  .color_product .list_color .item_colorid_57:after {
    border: solid #666;
    border-width: 0 1px 1px 0; }

.add_to_cart {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #221F20;
  border-radius: 8px 0;
  width: 32px;
  height: 32px;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #221F20;
  padding: 6px;
  box-sizing: border-box; }
  .add_to_cart svg {
    width: 20px;
    height: 20px; }
  @media all and (max-width: 600px) {
    .add_to_cart {
      width: 24px;
      height: 24px;
      padding: 4px; }
      .add_to_cart svg {
        width: 16px;
        height: 16px; } }
  .add_to_cart .svg2 {
    display: none; }
  .add_to_cart:hover {
    background: #fff; }
    .add_to_cart:hover .svg1 {
      display: none; }
    .add_to_cart:hover .svg2 {
      display: block; }

.size_product {
  position: absolute;
  background: #fff;
  border: 1px solid #eee;
  width: 120px;
  box-sizing: border-box;
  right: 0px;
  bottom: 32px;
  z-index: 9999;
  padding: 10px 15px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600; }
  @media all and (max-width: 600px) {
    .size_product {
      width: 80px; } }
  .size_product .item_size {
    cursor: pointer; }

/*# sourceMappingURL=products.css.map */
