

/* Start:/local/components/hl/doska.list.pohojie/templates/.default/style.css?17640623655214*/
/*detail pages similar goods bottom*/
.dd_similar_block_wrap {
    margin-bottom: 40px;
}

.dd_similar_block_item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #fff;
    border-bottom: 1px solid #eeeeee;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

@media only screen and (min-device-width: 450px) {
    .dd_similar_block_item {
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dd_similar_block_item {
        flex-direction: column;
    }
}


.dd_similar_block_shop {
    flex: 1;
    text-align: center;
}


@media only screen and (min-device-width: 450px) {
    .dd_similar_block_shop {
        min-width: 120px;
        max-width: 150px;
        width: 100%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dd_similar_block_shop {
        min-width: 300px;
        max-width: 440px;
        width: 100%;
    }
}



.dd_similar_block_img {
    flex: 1;
    min-width: 150px;
    min-height: 150px;
}

@media only screen and (min-device-width: 450px) {
    .dd_similar_block_img {
        max-width: 200px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dd_similar_block_img {
        /*width: 50%;*/
        margin-bottom: 20px;
        align-self: center;
        border-radius: 25px;
        max-width: 200px;
    }
}



@media only screen and (min-device-width: 450px) {
    .dd_similar_block_img.nophoto {
        display: block;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dd_similar_block_img.nophoto {
        display: none;
    }
}


.dd_similar_block_img img {
    background-color: #fff;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
}

.dd_similar_block_t_desc {
    overflow: hidden;
    flex: 2;
    padding: 0 20px;
    min-width: 240px;
    margin-bottom: 30px;
}

.dd_similar_block_price_block {
    margin: 10px 0;
    color: #ccc;
}

.dd_similar_block_t_price {
    font-weight: bold;
    font-size: 1.2em;
    color: #000;
    white-space: nowrap;
}

.dd_similar_block_t_edizm {
    color: #999;
    white-space: nowrap;
    font-size: 8pt;
    font-weight: 400;
}

.dd_similar_block_t_hdr {
    font-weight: bold;
}

@media only screen and (min-device-width: 450px) {
    .dd_similar_block_t_hdr {
        font-size: 1.3em;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dd_similar_block_t_hdr {
        font-size: 1.3em;
    }
}


.dd_similar_block_t_hdr a {
    color: #000000!important;
}


.dd_similar_block_t_hdr strong {
    font-weight: unset;
}

.dd_similar_block_t_text {
    margin-top: 10px;
    overflow: hidden;
    word-break: break-word;
    /*line-height: 1.3;*/
    color: #444;
    /*text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;*/
}

.dd_similar_block_t_order {
    margin: 20px 0;
}

.dd_similar_block_show_more {
    margin: 30px 0 80px 0;
    font-size: 1.4em;
}

.dd_similar_block_show_more a {
    text-decoration: none;
    border-radius: 15px;
    background-color: #404040;
    padding: 7px 15px;
    box-shadow: 1px 1px 2px #000000;
    display: inline-block;
    color: #ffffff;
}

.dd_similar_block_show_more-total {
    font-weight: bold;
}

.dd-similar-block-action {
    margin-bottom: 20px;
}

.dd-similar-block-show-phone {
    padding: 12px 3px;
    border-radius: 10px;
    background-color: #fff;
    color: #000 !important;
    border: 1px solid #000;
    cursor: pointer;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    text-align: center;
    min-width: 150px;
    max-width: 100%;
}


.dd-similar-block-show-phone:link:hover, .dd-similar-block-show-phone:visited:hover {
    color: #fff !important;
    background-color: #009dde;
}

.dd-similar-block-order-button {
    background-color: #fff;
    padding: 12px 3px;
    border-radius: 10px;
    border: 1px solid #00b4ff;
    cursor: pointer;
    text-decoration: none;
    color: #00b4ff !important;
    display: block;
    box-sizing: border-box;
    text-align: center;
    min-width: 150px;
    max-width: 100%;
}

.dd-similar-block-offer-button {
    background-color: #fff;
    padding: 12px 3px;
    border-radius: 10px;
    border: 1px solid #00b4ff;
    cursor: pointer;
    text-decoration: none;
    color: #00b4ff;
    display: block;
    box-sizing: border-box;
    text-align: center;
    min-width: 150px;
    max-width: 100%;
}


.dd-similar-block-order-button:link:hover, .dd-similar-block-order-button:visited:hover {
    color: #fff !important;
    background-color: #00b4ff;
}

.dd-similar-block-offer-button:link:hover, .dd-similar-block-offer-button:visited:hover {
    color: #fff !important;
    background-color: #00b4ff;
}




.dd_similar_block_t_order .phone_showed, .dd_similar_block_t_offer .phone_showed {
    font-size: 1.2em!important;
    font-weight: normal;
}

.dd_similar_block_t_order .phone_showed a, .dd_similar_block_t_offer .phone_showed a {
    color: #0395ff
}

.dd_similar_block_contacts_hdr {
    font-weight: bold;
}
/* End */
/* /local/components/hl/doska.list.pohojie/templates/.default/style.css?17640623655214 */
