.common {
    background-color: #f4f4f4;
    padding-top: 60px
}

.common .h2_overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.desctop_product {
    display: flex;
}

.mobile_product {
    display: none !important;
}

.product_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.product_box .product_item:nth-child(4n) {
    margin-right: 0
}

.product_item h3.desctop {
    display: block;
}

.product_item h3.mobile {
    display: none;
}

.product_item {
    width: 310px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .1);
    padding: 25px 25px 50px 25px;
    position: relative;
    overflow: hidden;
    margin: 0 20px 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product_item .sticker {
    position: absolute;
    top: -10px;
    left: -10px
}

.product_item .sticker img {
    max-width: 80px;
    max-height: 80px
}

.product_item .image_overlay {
    width: 100%;
    height: 240px;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
    position: relative
}

.product_item .image_overlay img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    mix-blend-mode: multiply
}

.product_item h3 {
    font-size: 20px;
    line-height: 28px;
    color: #30373d;
    text-align: center;
}

.product_item h3 a {
    color: #30373d;
}

.product_item h3 a:hover {
    color: #f8355e;
}

.product_item .product_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background-color: #f8f8f8;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    overflow: hidden
}

.product_item .button_add {
    background-color: transparent;
    border: none;
    width: 182px;
    text-align: center;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    color: #30373d;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    outline: 0
}

.product_item .button_add:focus,
.product_item .button_add:hover {
    background-color: #f8355e;
    color: #fff
}

.product_item .button_link {
    cursor: pointer;
    width: 127px;
    border-right: 1px solid #e9e9e9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #f8355e;
    font-weight: 700;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    outline: 0
}

.product_item .button_link:focus,
.product_item .button_link:hover {
    background-color: #ffb0b0
}

.product_item .product_price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.product_item .price_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    margin-right: 20px
}

.product_item .new_price {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    white-space: nowrap;
    color: #f8355e
}

.product_item .old_price {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    color: #aeafaf;
    text-decoration: line-through
}

.product_item .soon_price {
    font-size: 18px;
    line-height: 20px;
    color: #f8355e;
    font-weight: 700
}

.min_advantages {
    width: 100%;
    max-width: 310px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .05);
    background-color: #fff
}

.min_advantages_item {
    border-bottom: 1px solid #e9e9e9;
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.min_advantages_item .image_overlay {
    width: 40px;
    margin-right: 20px
}

.min_advantages_item .image_overlay img {
    max-width: 100%
}

.min_advantages_item:last-child {
    border-bottom: none
}

.min_advantages_item .info {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.min_advantages_item .caption {
    font-size: 18px;
    line-height: 28px;
    color: #30373d;
    margin-bottom: 5px
}

.min_advantages_item .description {
    font-size: 14px;
    line-height: 20px;
    color: #30373d
}

@media only screen and (max-width:1350px) {
    .product_box .product_item {
        width: 272px
    }
    .product_box .new_price {
        font-size: 20px
    }
}

@media only screen and (max-width:1199px) {
    .product_box .product_item {
        width: 286px
    }
    .product_box .product_item:nth-child(4n) {
        margin-right: 20px
    }
    .product_box .product_item:nth-child(3n) {
        margin-right: 0
    }
}

@media only screen and (max-width:991px) {
    .product_box .product_item {
        margin: 0 auto;
        width: 310px
    }
    .product_box .owl-item {
        height: 100%
    }
    .product_box .owl-stage-outer {
        padding: 0 0 20px 0
    }
    .product_box .owl-dots {
        margin: 0!important
    }
    .product_box .owl-dots .owl-dot.active span,
    .product_box .owl-dots .owl-dot:hover span {
        background: #f8355e
    }

}

@media only screen and (max-width:767px) {
    .common .h2_overlay {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
    .common .h2_overlay .show_more {
        margin-top: 15px
    }
    .common {
        padding-top: 40px
    }
    .product_box {
        width: 340px;
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (max-width:480px) {
    .product_item .button_link{
        flex-flow: 1;
    }
    .product_item .button_add{
        flex-grow: 2;
    }
    .product_box {
        width: 100%
    }
    .product_box .product_item {
        width: 100%
    }
    .desctop_product {
        display: none !important;
    }
    .mobile_product {
        display: flex !important;
        justify-content: center;
    }
    .product_position {
        display: flex;
    }
    .product_info_position {
        display: flex;
        flex-direction: column;
        width: 50%;
        flex: 1 1 0;
    }
    .product_item h3 {
        text-align: left;
        font-size: 16px;
        line-height: 24px;
    }
    .product_item .product_price {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .product_item .price_box {
        flex: none;
        margin-right: 0;
    }
    .product_item .image_overlay {
        flex: 1 1 0;
        height: 150px;
        margin: 0;
        min-width: 125px;
        max-width: 150px;
    }
    .product_item {
        padding-left: 0;
        margin: 0px 0px 10px 0px !important;
        width: 100%
    }
    .product_item .product_price .button {
        width: 125px;
        height: 42px;
        font-size: 16px;
    }
    .product_box {
        margin-top: 25px;
    }
    .product_item h3.desctop {
        display: none !important;
    }
    .product_item h3.mobile {
        display: block !important;
    }
}

.product-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 21px;
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 10px;
}

.product-status__status {
    color: #54C539;
}

.product-status__status b {
    margin-right: 3px;
}

.product-status__warranty {
    color: #30373D;
}

@media only screen and (max-width: 576px) {
    .product-status {
        display: block;
        font-size: 12px;
        line-height: 18px;
        margin-top: 5px;
    }
    .product-status__warranty {
        margin-top: 4px;
    }
}

.subcategory_container {
  display: flex;
  flex-flow: row wrap;
  margin-top: 15px;
  padding-right: 10px;
}

.subcategory_item {
  font-size: 14px;
  line-height: 21px;
  color: #000;
  padding: 7px 10px;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  background-color: #fff;
  margin: 0px 10px 10px 0px;
  display: block;
}

.subcategory_item:hover, .subcategory_item.active {
  background-color: #f8355e;
  color: #fff;
}