/*bloczek c2c*/
.product-cards.layout_1 {
    display: flex;
    margin: 20px 0;
    border-radius:5px;
    border: 1px solid #3EC6FF;
    align-items: center;
    width: 100%;
}
.product-cards.layout_1 .product-cards__item {
    width: 100%;
    display: flex;

}
.product-cards__photo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.product-cards__photo {
    max-width: 102px;
    height: auto;
    padding: 8px;
    background: white;
    border-radius: 5px 5px;
}
.product-cards__details {
    background: #F3F3F3;
    position: relative;
    border-left: 1px solid #3EC6FF;
    width: 100%;
    min-height: 72px;
}
.product-cards__headline h3 {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    margin-left: 0 !important;
    color: black;
}
.product-cards__headline {
    padding: 8px 5px 16px 5px;
}
.product-cards__price {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.product-cards.layout_1 .product-cards__price {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    width: 60%;
    flex-direction: column;
    position: absolute;
    bottom: 0px;
}

.product-cards__price span {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-decoration-line: line-through;
    color: #979797;
    padding-left: 12px;
}
.product-cards.layout_1 .product-cards__price span {
    padding-left: 9px;
    padding-bottom: 6px;
}

.product-cards__buy button {
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    background: var(--color-main, #3EC6FF);
    border: 0;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 94px;
    padding: 4px 11px;
}
.product-cards__buy{
    position: absolute;
    right: 24px;
    bottom: 10px;
}

.product-cards.layout_2 {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.product-cards.layout_1 .product-cards__details {
    border-radius: 0px 5px 5px 0px;
}
.product-cards.layout_2 .product-card__description ul{
    margin-left: 0;
}
.c2c_block_1.product-cards.layout_1 .product-cards__item .product-cards__photo {
    width: 172px;
    height: 78px;
}
/*normal multiple*/
.product-cards.layout_1.double {
    display: flex;
    justify-content: space-between;
}
@media (min-width: 500px) and (max-width: 1200px){
    .product-cards.layout_1.double {
        display: flex;
        justify-content: space-around;
    }
}
.product-cards.layout_1.double .product-cards__photo {
    height: auto;
    max-width: 300px;
}
.product-cards.layout_1.double {
    border: none;
}
.product-cards.layout_1.double .product-cards__item {
    border: 1px solid #3EC6FF;
    display: flex;
    flex-direction: column;
    width: 168px;
    border-radius: 5px;
}
.product-cards.layout_1.double .product-cards__details{
    border-left: none;
}
.product-cards.layout_1.double .product-cards__photo {
    padding: 1px;
    padding-top: 21px;
}
.product-cards.layout_1.double .product-cards__headline h3 {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    margin-left: 0 !important;
}
.product-cards.layout_1.double .product-cards__buy {
    position: relative;
    right: 0px;
    bottom: 0px;
}
.product-cards.layout_1.double .product-cards__buy button {
    border-radius: inherit;
    height: 40px;
    font-size: 18px;
    line-height: 16px;
    font-weight: 400;
    width: 100%;
}
.product-cards.layout_1.double .product-cards__price {
    display: flex;
    align-items: flex-end;
    margin-bottom: 12px;
    justify-content: flex-end;
    padding-right: 4px;
    flex-direction: row;
    width: 100%;
    position: relative;
}
.product-cards.layout_1.double .product-cards__price span{
    font-size: 12px;
    line-height: 12px;
}
.product-cards.layout_1 .product-cards__price span {
    padding-left: 9px;
    padding-bottom: 0px;
}
.product-cards__price span.product-cards__value {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #EB5757;
    padding-left: 9px;
    text-decoration: none;
}
.product-cards.layout_1 .product-cards__price span.product-cards__value {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #EB5757;
    padding-left: 9px;
    text-decoration: none;
}
/*advanced*/
.product-cards.layout_2 {
    display: flex;
    margin: 20px 0;
    border-radius:5px;
    border: 1px solid var(--color-main, #3EC6FF);
    align-items: center;
}
@media (min-width: 500px) and (max-width: 1200px){
    .product-cards.layout_2 {
        display: flex;
        margin: 20px 0;
        border-radius:5px;
        align-items: center;
        width: 60%;
        margin: 0 auto;
    }
}
.product-cards.layout_2 .product-cards__item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    
}

.product-cards.layout_2.product-cards.layout_2 .product-cards__buy button {
    height: 40px;
    width: 208px;
    font-size: 20px;
    line-height: 16px;
}
.product-cards.layout_2 {
    display: flex;
}
.product-cards.layout_2 .product-cards__photo {
    height: auto;
    min-width: 240px;
    margin: 0 auto;
}
.product-cards.layout_2 .product-cards__headline{
    order: 3;
    padding-top: 16px;
 
}
.product-cards.layout_2 .product-card__description{
    order: 4;
}
.product-cards.layout_2 .product-cards__price{
    order: 1;
    padding-top: 16px;
    display: flex;
    justify-content: center;
}
.product-cards.layout_2 .product-cards__buy{
    order: 2;
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 8px;
    right: 0;
}
.product-cards.layout_2 .product-cards__details{
    border-left: none;
    min-height: auto;
    padding: 8px;
    width: calc(100% - 16px);
    border-radius: 0 0 5px 5px;
}
.product-cards.layout_2 .product-cards__headline h3 {
    font-weight: 500;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin-left: 0 !important;

color: #000000;
}
.product-cards.layout_2 .product-card__description p , .product-cards.layout_2 .product-card__description li {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000000 !important;
    padding-left: 5px;
    padding-right: 5px;
}
.c2c_block_2.product-cards.layout_2.double .product-cards__item:nth-child(2) {
    display: none;
}
@media (max-width: 360px){
    .product-cards.layout_1.double .product-cards__item {
        border: 1px solid #3EC6FF;
        display: flex;
        flex-direction: column;
        width: 147px;
        border-radius: 5px;
    }
    .product-cards.layout_2 .product-cards__photo {
        min-height: 225px;
    }
    .product-cards__buy {
        position: absolute;
        right: 3px;
        bottom: 10px;
    }
}

.product-cards.layout_2 .product-cards__price span {
    font-size: 16px;
}
.product-cards.layout_2 span.product-cards__value {
    font-size: 22px;
}
.product-cards a {
    width: 100%;
}