a.def_tmp_diz_btn {
    background: #f9f9f9;
    height: 40px;
    padding: 0 15px 0 15px;
    border: 1px solid #c8c8c8;
    color: #000;font-size: 12px;
    line-height: 40px;
    cursor: pointer;
    text-decoration: none!important;
}
a.def_tmp_diz_btn:hover {
    color: #e6324b;
    border-color: #e6324b;
}
.def_tmp_row_top {
    position: relative;
}
.pb__product--photo-zoom {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 100%;
}
.def_tmp_nav_no_border {
    padding: 0px!important;
    border: none!important;
}
.def_tmp_wrapper_flex_end {
    align-items: end!important;
    justify-content: end!important;
}
.def_tmp_li_dop {
    background: #f9f9f9;
}
.def_tmp_catalog .def_tmp_box .price {
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 15px;
    color: #e6324b;
}
.def_tmp_catalog .def_tmp_box .price span {
    color: #000;
    text-decoration: none!important;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    font-weight: bolder;
}

.def_tmp_catalog .def_tmp_box .price span:before {
    background-color: #4f4f4f;
    content: "";
    display: block;
    height: 0.0625rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    z-index: 1;
}

.def_tmp_catalog .def_tmp_box .price i {
    font-size: 14px;
    margin-left: -4px;
}

.def_tmp_product_wrapper .def_tmp_row_price .def_tmp_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: normal;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-top: 5px;
    font-size: 24px;
    font-weight: 600;
    color: #e6324b;
}

.def_tmp_product_wrapper .def_tmp_row_top .def_tmp_sale {
    padding: 4px 5px 4px 6px !important;
}

.def_tmp_catalog .def_tmp_item .def_tmp_sale {
    padding: 4px 5px 4px 5px !important;
}

.def_tmp_product_wrapper .def_tmp_row_price .def_tmp_price .def_tmp_old {
    color: #000;
    font-size: 18px;
    position: relative;
    margin-right: 10px;
}
.def_tmp_product_wrapper .def_tmp_row_price .def_tmp_price .def_tmp_old::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    -webkit-transform: rotate(-19deg);
    -ms-transform: rotate(-19deg);
    transform: rotate(-19deg);
}

.def_tmp_tema_5 .def_tmp_item {
    width: 20%;
    height: 340px;
}

.def_tmp_tema_5 .def_tmp_btn_1 {
    font-size: 8px;
    font-weight: 700;
    width: 100px;
    height: 30px;
}

.def_tmp_tema_5 .def_tmp_btn_2 {
    font-size: 8px;
    font-weight: 700;
    width: 90px;
    height: 30px;
}

.def_tmp_show_more{
    text-align: center;
}

.def_tmp_show_more_btn {
    padding: 10px 30px;
    justify-content: center;
    text-align: center;
    background: #e6324b;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
}

.def_tmp_show_more_btn:hover {
    color: #fff;
    text-decoration: none;
    opacity: .9;
}

@media only screen and (max-width: 767px) {
    .def_tmp_tema_5 .def_tmp_item {
        width: 50%;
        height: auto;
    }
}

.def_tmp_product_img .like {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 35px;
    z-index: 3;
    width: 30px;
    height: 30px;
}

.def_tmp_product_img .like .like-item {
    color: #888;
}

.def_tmp_product_img .like .like-item:hover {
    color: #007aff;
}

.def_tmp_product_img .like.active-like .like-item {
    color: #e6324b;
}


.def_tmp_product_thumb .like {
    cursor: pointer;
    position: absolute;
    left: 0.5rem;
    top: 0.5625rem;
    z-index: 2;
    width: 24px;
    height: 24px;
}

.def_tmp_product_thumb .like .like-item {
    color: #888;
}

.def_tmp_product_thumb .like .like-item:hover {
    color: #007aff;
}

.def_tmp_product_thumb .like.active-like .like-item {
    color: #e6324b;
}

.favorites-count-block {
    width: 25px;
    height: 25px;
    position: relative;
    display: inline-block;
}

.favorites-count {
    position: absolute;
    width: 25px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    top:0;
    left: 0;
    color: #fff;
}

.def_tmp_sub_header > ul {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.def_tmp_sub_header > ul > li {
    padding: 0 20px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.def_tmp_sub_header > ul > li > a:hover {
    color: #000;
}

.def_tmp_sub_header > ul > li > a {
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

.def_tmp_sub_header > ul > li > a.color-blue {
    color: #007bff;
}

.def_tmp_sub_header > ul > li > a:hover {
    color: #e6324b;
    text-decoration: none;
}

@media only screen and (max-width: 992px) {
    .def_tmp_header .def_tmp_nav > ul > li {
        position: relative;
    }
    .def_tmp_header .def_tmp_ntn_menu.def_tmp_close span:nth-child(3) {
        bottom: 9px;
    }
    .def_tmp_header .def_tmp_wrapper .def_tmp_nav > ul > li.def_tmp_sub::after {
        position: absolute;
        right: 20px;
        top: 16px;
    }
}

