.product_grid {
  margin-right: -10px;
  margin-left: -10px; }
  @media all and (max-width: 1200px) {
    .product_grid {
      margin-left: -10px;
      margin-right: -10px; } }

.product_grid .item {
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(25% - 20px);
  margin-bottom: 30px; }
  @media all and (max-width: 1100px) {
    .product_grid .item {
      width: calc(33.3333% - 30px);
      margin-bottom: 30px; } }
  @media screen and (max-width: 700px) {
    .product_grid .item {
      width: calc(50% - 20px);
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px; } }
  .product_grid .item .frame_inner .button {
    margin-top: 10px;
    opacity: 0;
    transition: 0.5s; }
    @media all and (max-width: 500px) {
      .product_grid .item .frame_inner .button {
        display: none; } }
  .product_grid .item .icon {
    display: none;
    width: 75px;
    height: 75px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    background: var(--main-color);
    padding: 10px 5px;
    box-sizing: border-box;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    color: #fff; }
    @media all and (max-width: 800px) {
      .product_grid .item .icon {
        width: 50px;
        height: 50px;
        font-size: 12px;
        padding: 5px 3px; } }
  .product_grid .item .icon_sale {
    background: #ff0000; }
  .product_grid .item img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    width: 100%; }
  .product_grid .item:hover {
    transition: 0.5s; }
    .product_grid .item:hover img {
      transition: 0.5s;
      transform: scale(1.1);
      -webkit-transform: scale(1.1); }
    .product_grid .item:hover .button {
      transition: 1s;
      opacity: 1; }

.bt-detail .add {
  width: 80px;
  padding: 6px 14px;
  border-radius: 25px;
  border: 1px solid #eee;
  margin: auto;
  margin-top: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  transition: 0.5s; }
  .bt-detail .add:hover {
    background: var(--main-color);
    color: white; }

.stars {
  color: #FAAE02;
  font-size: 13px;
  margin: 5px 0;
  text-align: left;
  padding: 10px; }

.price_current {
  color: #E51515;
  font-size: 14px;
  font-weight: normal; }
  @media all and (max-width: 700px) {
    .price_current {
      font-size: 13px;
      height: 16px; } }

.price_old {
  color: #888888;
  font-size: 14px;
  text-decoration: line-through; }

.price_arae {
  text-align: center; }

.product_grid .item .frame_inner {
  box-sizing: border-box;
  overflow: hidden; }

.product_grid .item .product_image {
  position: relative;
  text-align: center;
  transition: 0.5s;
  overflow: hidden; }

.product_grid .item {
  background: #fff;
  box-sizing: border-box;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s; }
  .product_grid .item:hover {
    transition: 0.5s; }
    .product_grid .item:hover .product_image {
      transition: 0.5s; }

.product_grid .item .summary {
  opacity: 0;
  position: relative;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  padding-left: 10px;
  padding-right: 10px;
  color: #000;
  overflow: hidden;
  border-bottom: 1px dashed #E7E7E7;
  text-align: justify;
  font-family: tahoma;
  z-index: 99;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  box-sizing: border-box; }

.cat_name {
  text-align: center;
  color: #afafaf;
  font-size: 14px; }

.product_grid .item .summary_inner {
  padding-top: 10px; }

.product_grid .item:hover .summary {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=1); }

.product_grid .item .stars {
  color: #FAAE02;
  font-size: 13px;
  margin: 13px 0;
  text-align: center; }
  .product_grid .item .stars .star {
    width: 13px;
    display: inline-block;
    margin-right: 3px; }

.product_grid .item .price_arae {
  text-align: center;
  height: 18px; }

.frame_inner > h2 {
  margin-bottom: 8px;
  margin-top: 8px;
  overflow: hidden;
  text-align: center;
  height: 20px;
  line-height: 20px;
  padding: 0 5px; }

.product_grid .name {
  color: #000;
  font-weight: normal; }

.product_grid .discount {
  background: url("../images/bg_discount.png") no-repeat scroll 0 0;
  color: #FFFFFF;
  height: 38px;
  left: -11px;
  padding: 4px 12px;
  position: absolute;
  top: 16px;
  width: 84px; }

.price_arae {
  position: relative; }

.product_grid .item .price_old {
  color: #888888;
  font-size: 15px;
  margin-left: 10px;
  text-decoration: line-through; }

.product_grid .item .price_old span {
  text-decoration: line-through; }

.product_grid .item .button-detail {
  background: var(--main-color);
  color: #FFF;
  border-radius: 50%;
  /* padding: 8px 18px 8px 41px; */
  font-size: 13px;
  /* margin-top: 17px; */
  /* position: relative; */
  -webkit-transition: all 2.0s ease;
  -moz-transition: all 2.0s ease;
  -o-transition: all 2.0s ease;
  -ms-transition: all 2.0s ease;
  transition: all 2.0s ease;
  transform: translate(-250px, 0px) rotate(-360deg);
  -webkit-transform: translate(-250px, 0px) rotate(-360deg);
  -moz-transform: translate(-250px, 0px) rotate(-360deg);
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  box-sizing: border-box; }
  .product_grid .item .button-detail span {
    width: 22px;
    background: url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-prefix="fas" data-icon="shopping-cart" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" class="svg-inline--fa fa-shopping-cart fa-w-18"><path fill="#FFF" d="M528.12 301.319l47.273-208C578.806 78.301 567.391 64 551.99 64H159.208l-9.166-44.81C147.758 8.021 137.93 0 126.529 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24h69.883l70.248 343.435C147.325 417.1 136 435.222 136 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-15.674-6.447-29.835-16.824-40h209.647C430.447 426.165 424 440.326 424 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-22.172-12.888-41.332-31.579-50.405l5.517-24.276c3.413-15.018-8.002-29.319-23.403-29.319H218.117l-6.545-32h293.145c11.206 0 20.92-7.754 23.403-18.681z" class=""></path></svg>');
    background-repeat: no-repeat;
    height: 22px;
    display: inline-block;
    color: #FFF;
    box-sizing: border-box;
    padding: 11px;
    background-position: center center;
    margin-top: 8px; }

.product_grid .item:hover .button-detail {
  transform: translate(0px, 0px) rotate(0deg);
  -webkit-transform: translate(0px, 0px) rotate(0deg);
  -moz-transform: translate(0px, 0px) rotate(0deg); }

.product_grid .status {
  margin-bottom: 18px; }

.product_grid .status li {
  color: #606060;
  font-size: 11px;
  list-style: disc inside none; }

.product_grid .button-cart {
  display: none; }

.product_grid .item:hover .button-detail {
  bottom: -41px;
  transition-delay: .35s; }

@media screen and (max-width: 480px) {
  .product_grid .item .price_old {
    display: none; } }

/*# sourceMappingURL=products.css.map */
