.product-wrap .product {
    text-align: center;
}

.product-wrap .product .title {
    margin-top: 15px;
    min-height: 40px;
    height: fit-content;
    font-size: 14px;
}

.product-wrap .product .info .option {
    font-weight: 400;
    color: #333;
    font-size: 13px;
}

.product-wrap .product .info .price.discounted {
    background: inherit;
    margin: 0 auto;
}

.popup {
    position: fixed;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    overflow-y: auto;
}

.popup form {
    border: 2px solid #DE2323;
    border-radius: 10px;
    overflow: auto;
    background-color: #fff;
    position: relative;
    z-index: 9;
    margin: 5% auto 0;
    width: 100%;
    max-width: 600px;
    padding: 20px 30px;
}

.popup .black {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.popup .close {
    height: 20px;
    width: 20px;
    position: absolute;
    display: block;
    right: 30px;
    top: 30px;
    z-index: 999;
    cursor: pointer;
}

.popup .close_icn {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #DE2323;
    border-radius: 10px;
    position: relative;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.popup .close_icn::before {
    position: absolute;
    content: "";
    width: inherit;
    height: inherit;
    background-color: inherit;
    border-radius: inherit;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.active {
    display: block;
}

.eFilter_sort_block {
    display: flex;
    align-items: baseline;
}

.eFilter_sort_options {
    display: flex;
}

.flip-clock-wrapper {
    margin: 10px auto 30px;
}

.flip-clock-divider .flip-clock-label {
    top: auto;
    bottom: -30px;
    right: -47px;
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -48px;
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -48px;
}

.flip-clock-wrapper ul {
    width: 25px;
    height: 52px;
    padding: 10px;
    margin: 3px;
}

.flip-clock-wrapper ul li {
    line-height: 52px;
}

.flip-clock-wrapper ul li a div div.inn {
    color: #000000;
    background-color: #fcfcfc;
    font-size: 25px;
    font-weight: 400;
}


.flip-clock-dot {
    display: none;
}

.flip-clock-divider {
    width: 15px;
    height: 50px;
}

.popup .thank_you__modal_form {
    border: 2px solid #DE2323;
    border-radius: 10px;
    overflow: auto;
    background-color: #fff;
    position: relative;
    z-index: 9;
    margin: 5% auto 0;
    width: 100%;
    max-width: 600px;
    padding: 20px 30px;
}

.section_wrap {
    margin-bottom: 25px;
}

.items-wrap .section_image {
    width: 100%;
    height: auto;
}

.items-wrap .section_count {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #d02129;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7.5px 0 0 0;
    width: 28px;
    height: 28px;
    font-weight: 600;
    font-size: 13px;
}

.items-wrap .section_name {
    color: #3d3d3d;
    font-weight: 500;
    text-align: center;
}

.items-wrap a:hover .section_name {
    text-decoration: none;
}

.button_back_block {
    text-align: center;
    padding: 30px 0 0;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #e90e19;
}

.bx-pagination .bx-pagination-container {
    margin-top: 30px;
}