.listing_page .all_filtre, .listing_page .bottom_filtre {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.list_product .img_product img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.listing_page {
  margin-bottom: 60px; }
  .listing_page .all_filtre {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
    padding: 40px 0;
    border-bottom: 1px solid #E6E6E6; }
    .listing_page .all_filtre li {
      padding: 0 2px; }
      .listing_page .all_filtre li:first-child {
        padding-left: 0; }
      .listing_page .all_filtre li a {
        color: #333333;
        font-size: 120%;
        line-height: 15px;
        border-radius: 17.5px;
        padding: 10px 20px;
        text-transform: uppercase; }
        .listing_page .all_filtre li a:focus {
          background: #CCCCCC; }
        .listing_page .all_filtre li a.active_filtre {
          background: #333333;
          color: #ffffff; }
  .listing_page .product_filtre {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 43px;
    margin-bottom: 40px; }
  .listing_page .bottom_filtre {
    display: flex; }
    .listing_page .bottom_filtre li {
      padding: 0 5px;
      display: flex; }
      .listing_page .bottom_filtre li a {
        color: #333333;
        font-size: 120%;
        line-height: 15px;
        padding: 10px 15px; }
        .listing_page .bottom_filtre li a.active_product {
          font-family: "bold", "arm-bold"; }
          .listing_page .bottom_filtre li a.active_product:after {
            content: "";
            display: block;
            height: 2px;
            background-color: #333333;
            margin: 8px -10px -8px -10px; }
      .listing_page .bottom_filtre li:first-child {
        padding: 0; }

.list_product {
  margin: 0 -15px;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap; }
  .list_product li {
    margin-bottom: 65px; }
  .list_product .product_news {
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    width: max-content;
    margin: 0 auto;
    min-width: 86px;
    text-align: center;
    color: #ffffff;
    font-size: 110%;
    line-height: 14px;
    font-family: "bold", "arm-bold";
    text-transform: uppercase;
    border-radius: 15px;
    background: #323232;
    padding: 5px 10px; }
  .list_product .listing_image {
    position: relative;
    display: block; }
  .list_product .img_product {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
    .list_product .img_product:before {
      display: block;
      content: "";
      padding-bottom: 100%; }
    .list_product .img_product img {
      object-fit: cover;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      transform-style: preserve-3d;
      -webkit-transform-style: preserve-3d;
      -o-transition: transform 0.5s;
      -ms-transition: transform 0.5s;
      -moz-transition: transform 0.5s;
      -webkit-transition: transform 0.5s;
      transition: transform 0.5s; }
  .list_product .title_product {
    margin-top: 25px;
    color: #333333;
    font-family: "playfair-regular", "sylfaen-regular";
    font-size: 160%;
    line-height: 21px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 44px;
    text-overflow: ellipsis; }
  .list_product .product_description {
    color: #666666;
    font-size: 120%;
    line-height: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px; }
  .list_product .sum_product {
    margin-top: 21px;
    color: #333333;
    font-family: "bold", "arm-bold";
    font-size: 160%;
    line-height: 22px; }

@media (max-width: 991px) {
  .header .logos_all {
    display: none; }

  .listing_page .product_filtre {
    margin-top: 15px;
    margin-bottom: 20px;
    display: block; }
  .listing_page .bottom_filtre {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
    margin-top: 0;
    padding: 20px 0 10px 0; }
    .listing_page .bottom_filtre li {
      white-space: nowrap;
      height: 30px; }
      .listing_page .bottom_filtre li a {
        padding: 6px 13px; }
        .listing_page .bottom_filtre li a.active_product:after {
          margin: 1px -5px -1px -5px; }
  .listing_page .all_filtre {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
    margin-top: 15px;
    padding: 20px 0 10px 0; }
    .listing_page .all_filtre li {
      white-space: nowrap;
      height: 30px; }
      .listing_page .all_filtre li a {
        padding: 6px 13px; } }
.web .list_product .title_product {
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .web .list_product .title_product:hover {
    opacity: 0.5; }
.web .list_product .img_product {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .web .list_product .img_product:hover {
    opacity: 0.8; }
    .web .list_product .img_product:hover img {
      transform: scale(1.3);
      -moz-transform: scale(1.3);
      -ms-transform: scale(1.3);
      -webkit-transform: scale(1.3);
      -o-transform: scale(1.3); }
.web .listing_page .bottom_filtre li a {
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s; }
  .web .listing_page .bottom_filtre li a:hover {
    background: #f2f2f2; }
.web .listing_page .all_filtre li .active_filtre {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .web .listing_page .all_filtre li .active_filtre:hover {
    background: #CCCCCC;
    color: #333333; }
.web .listing_page .all_filtre li a {
  -o-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s; }
  .web .listing_page .all_filtre li a:hover {
    background-color: #E6E6E6; }

.touch .list_product .title_product {
  -o-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }
  .touch .list_product .title_product:active {
    opacity: 0.5; }
.touch .list_product .img_product {
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
  .touch .list_product .img_product:active {
    opacity: 0.8; }
    .touch .list_product .img_product:active img {
      transform: scale(1.3);
      -moz-transform: scale(1.3);
      -ms-transform: scale(1.3);
      -webkit-transform: scale(1.3);
      -o-transform: scale(1.3); }
.touch .listing_page .bottom_filtre li a {
  -o-transition: background 0.25s;
  -ms-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -webkit-transition: background 0.25s;
  transition: background 0.25s; }
  .touch .listing_page .bottom_filtre li a:active {
    background: #f2f2f2; }
.touch .listing_page .all_filtre li .active_filtre {
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
  .touch .listing_page .all_filtre li .active_filtre:active {
    background: #CCCCCC;
    color: #333333; }
.touch .listing_page .all_filtre li a {
  -o-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s; }
  .touch .listing_page .all_filtre li a:active {
    background-color: #E6E6E6; }

.product_inner_page .img_inner img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; }
.product_inner_page .product_id {
  color: #999999;
  font-size: 110%;
  line-height: 14px; }
.product_inner_page .right_block {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  margin-top: 120px; }
  @media (max-width: 991px) {
    .product_inner_page .right_block {
      margin-top: 0; } }
.product_inner_page .inner_description {
  margin-top: 40px;
  color: #333333;
  font-size: 140%;
  line-height: 18px; }
.product_inner_page .inner_form {
  margin-top: 30px;
  display: flex; }
.product_inner_page .input_title {
  color: #666666;
  font-size: 120%;
  line-height: 15px;
  margin-bottom: 10px; }
.product_inner_page .item_name {
  flex: 0 0 30%;
  max-width: 30%; }
.product_inner_page .item_size {
  flex: 0 0 30%;
  max-width: 30%; }
.product_inner_page .item_quantity {
  padding-right: 10px;
  position: relative; }
  .product_inner_page .item_quantity.icon_arrow_left:before {
    position: absolute;
    right: 15px;
    top: 21px;
    transform: rotate(-90deg);
    font-size: 180%; }
  .product_inner_page .item_quantity input {
    width: 100%;
    font-size: 120%;
    color: #333333;
    padding: 0 12px;
    height: 40px;
    border-radius: 0;
    border: 1px solid #e5e5e5;
    line-height: 15px; }
  .product_inner_page .item_quantity .qty_dropdown {
    position: absolute;
    z-index: 10;
    min-width: 70px;
    text-align: center;
    display: none; }
    .product_inner_page .item_quantity .qty_dropdown.opened {
      display: block !important; }
    .product_inner_page .item_quantity .qty_dropdown ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
      .product_inner_page .item_quantity .qty_dropdown ul li {
        padding: 10px 20px;
        background: #f2f2f2;
        cursor: pointer; }
        .product_inner_page .item_quantity .qty_dropdown ul li.active_qty {
          background: #333333;
          color: #ffffff; }
.product_inner_page .item_price {
  flex: 0 0 15%;
  max-width: 15%;
  font-family: "bold", "arm-bold";
  font-size: 120%; }
.product_inner_page .sum_inner {
  margin-top: 30px;
  color: #333333;
  font-size: 300%;
  font-family: "bold", "arm-bold";
  line-height: 41px;
  margin-bottom: 30px; }
.product_inner_page .site_btn {
  max-width: 280px; }
  .product_inner_page .site_btn:before {
    width: 370px; }
.product_inner_page .products_block {
  border-top: 1px solid #f2f2f2;
  padding-top: 44px;
  margin-top: 80px; }
  .product_inner_page .products_block .page_title {
    margin-bottom: 20px; }
.product_inner_page .inner_blocks {
  margin-bottom: 10px; }
.product_inner_page .list_product li {
  margin-bottom: 30px; }
@media (max-width: 767px) {
  .product_inner_page .left_block {
    display: none; }
  .product_inner_page .right_block {
    max-width: 100%; }
  .product_inner_page .inner_description {
    margin-top: 15px; }
  .product_inner_page .sum_inner {
    margin-bottom: 15px;
    margin-top: 15px; }
  .product_inner_page .products_block {
    padding-top: 20px;
    margin-top: 40px; } }
@media (max-width: 399px) {
  .product_inner_page .list_product li {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 991px) {
  .header .logos_all {
    display: none; } }
.web .product_inner_page .site_btn {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .web .product_inner_page .site_btn:hover {
    color: #ffffff; }
    .web .product_inner_page .site_btn:hover:before {
      top: -30px;
      left: -38px; }
.web .product_inner_page .item_quantity .qty_dropdown ul li {
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s; }
  .web .product_inner_page .item_quantity .qty_dropdown ul li:hover {
    background: #E6E6E6; }

.touch .product_inner_page .item_quantity .qty_dropdown ul li {
  -o-transition: background 0.25s;
  -ms-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -webkit-transition: background 0.25s;
  transition: background 0.25s; }
  .touch .product_inner_page .item_quantity .qty_dropdown ul li:active {
    background: #E6E6E6; }
.touch .product_inner_page .site_btn {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .touch .product_inner_page .site_btn:hover {
    color: #ffffff; }
    .touch .product_inner_page .site_btn:hover:before {
      top: -30px;
      left: -38px; }

/*# sourceMappingURL=product.css.map */
