.product_item {
    border-radius: 5px;
    border: 1px solid #DCDCDC;
    margin-bottom:24px;
}

.product_content {
    padding:16px;
    position:relative;
}

.labels {
    padding-bottom:0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.imgwrap {
    margin:0 auto;
    width:200px;
    height:200px;
}

.tag {
    color: #FFF;
    font-family: Roboto;
    position:relative;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px; /* 140% */
}

.tag div{
    position:absolute;
    left:0;
    top:50%;
    width:100%;
    text-align: center;
    transform:translateY(-50%);
}

.favlinks {
    display:flex;
    align-items: center;
    gap:8px;
}

.favlinks a{
    display:block;
    position:relative;
    height:21px;
    width:20px;
}

.favlinks a img{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}

.imgwrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.price {
    display: flex;
    align-items: baseline;
    gap:8px;    
    margin:8px 0 12px 0;
}

.regprice {
    color: #000;
    /* Text_18/SemiBold */
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
}

.oldprice {
    color: #737373;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    text-decoration-line: line-through;
}

.name {
    color: #000;    
    /* Text_14/None/Regular */
    font-family: Roboto;
    font-size: 14px;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    overflow: hidden;
    display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2;
   -webkit-box-orient: vertical;
}

.product_feeds {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:8px;
    margin-bottom:27px;
}

.looks, .rates {
    display: flex;
    align-items: center;
    gap:4px;
    color: #4F4F4F;
    /* Text_10/Regular */
    font-family: Roboto;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 140% */    
}

.leftrates {
    display: flex;
    color: #BDBDBD;
    /* Text_10/Regular */
    font-family: Roboto;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 140% */
    gap:4px;
}

.leftrates .feeds {
    color:#1B3B75;
}

.brand img{
    max-width:38px;
}

.instock {
    color: #152D59;
    /* Text_14/None/Regular */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    margin-top:4px;
}

.product_foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:8px 16px;
    border-top: 1px solid #DCDCDC;
}

.qdata {
    display: flex;
    align-items: center;
    gap:8px;
}

.qdata input {
    color: #000;
    text-align: center;
    /* Text_14/None/Regular */
    font-family: Roboto;
    width:18px;
    font-size: 14px;
    font-style: normal;
    border:none;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.add_link {
    display: flex;
    gap:8px;
    align-items: center;
    color: #1B3B75;
    text-decoration: none;
    /* Text_14/None/Regular */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.basket_icon img{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%)
}

.basket_icon {
    text-align: center;
    width:40px;
    height:40px;
    border-radius: 3px;
    background: #1B3B75;
    position:relative;
}

.q {
    display: flex;
    align-items: center;
    width:16px;
    height:16px;    
}

.list .product_content {
    display: flex;
    gap:20px;
}

.list .product_content .product_feeds {
    justify-content: start;
    gap:24px;
    margin-bottom:8px;
}

.product_item.list {
    border:none;
}

.leftcol {
    flex:0 0 12.5vw;
    background:#F7F8F9;
    display: flex;
    align-items: center;
    height:12.5vw;
}

.rightcol {
    flex:0 0 18.2292vw;
}

.add_link_list {
    text-decoration: none;
    display:inline-flex;
    align-items: center;
    color: #FFF;
    /* Text_16/SemiBold */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    padding:8px 24px;
    border-radius: 3px;
    background: #1B3B75;
}

.centercol {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rightcol .buttons_block {
    display:flex;
    gap:16px;
    margin-top:16px;
    align-items: center;
}

.leftcol .imgwrap {
    width:100%;
}

.centercol small{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.centercol .labels {
    margin-bottom:8px;
}

.centercol .price {
    display: none;
}

.downcol {
    display: none;
}

@media (max-width: 768px) {	
    .imgwrap {
        width:102px;
        height:102px;
    }

    .product_content {
        padding:10px 8px;
    }

    .product_feeds {
        display: none;
    }

    .list .product_content {
        flex-wrap: wrap;
    }

    .rightcol {
        flex:0 0 100%;
    }

    .leftcol {
        flex: 0 0 calc(36% - 5px);
        background: #F7F8F9;
        display: flex;
        align-items: center;
        height: auto;
    }

    .centercol  {
        flex: 0 0 calc(64% - 5px);
    }

    .list .product_content {
        gap:10px;
    }

    .centercol small {
        display: none;
    }

    .centercol .product_feeds {
        display:block
    }

    .looks {
        display:none;
    }

    .centercol .price {
        display: flex;
    }
    
    .rightcol .price {
        display: none;
    }

    .rightcol .buttons_block a:not(.add_link_list){
        display: none;
    }

    .rightcol .buttons_block {
        margin-top:0px;
    }

    .rightcol {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .buttons_block {
        gap:0px !important;
    }

    .add_link_list {
        font-size:14px;
        line-height:1;
    }

    .downcol {
        display:block;
        flex:0 0 100%;
    }

    .downcol small {
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px; /* 133.333% */
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .downcol .instock {
        display: block;
        margin-top:8px;
        color: #152D59;
        /* Text_12/Regular */
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px; /* 133.333% */       
    }
}