

.c-sliders_discount{
    min-width: 100%;
    max-width: 100%;
}
.c-discount{
    background-color: #fff;
    border-radius:5px;
}
.c-discount_content{
    display: flex;
    justify-content: space-between;
}

.c-discount_box{
    display: flex;
    height: 450px;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    border-radius: 5px;
}
.c-discount_product-url{
    /*position: absolute;
    top:0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 14;
    opacity: 0;*/
}
.c-discount_image{
    display: flex;
    position: relative;
}

.c-discount_image img
{
    max-width: 100%;
    max-height: 100%;
}
.c-discount_image-top-bar{

    height: 46px;
    position: absolute;
    left: 50%;
    z-index: 4;
    transform: translateX(-50%);
}
.c-discount_image-top-bar:before{

    content: "";
    background:#ef5661 url(../image/5.png) no-repeat 50% 50%;
    width: 223px;
    height: 46px;
    display: block;
    border-radius: 0 0 24px 24px;
}

.c-discount_price{
    display: inline-flex;
}
.c-discount_price.not-active{
    display: none;
}

.c-discount_price-primary{
    margin-right: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.c-discount_price-original{
    color: #727272;
    position: relative;
    line-height: 23px;
}
.c-discount_price-original::after{
    content: "";
    background-color: #727272;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
}
.c-discount_price-original > span{
    vertical-align: middle;
}
.c-discount_price-now{
    color: #ef5661;
    font-size: 17px;
    font-weight: 800;
    margin-top: 8px;
    letter-spacing: 1.2px;
    line-height: 27px;
}
.c-discount_price-now > span{
    letter-spacing: 0;
    font-size: 16px;
}
.c-discount_price-discount {
    color: #fff;
    display: flex;
    justify-content: center;
    height: 50px;
    margin-right: 20px;
    font-size: 16px;

}
.c-discount_price-finish{
    border: 2px solid rgba(145, 145, 145, .3);
    font-size: 20px;
    line-height: 22px;
    border-radius:8px;
    box-shadow: 0 0 20px 0 rgba(145, 145, 145,.1);
    padding:15px 10px;
    text-align: center;
    color:#919191;
    display: none;
}
.c-discount_price-finish.is-active{
    display: block;
}
.c-discount_counter-finish .c-discount_price-now{

    color:#575757;
}
/*.c-discount_counter-finish{
    display: none;
}*/
.c-discount_counter-finish.is-active{
    display: block;
}
.c-discount_aside.col-lg-3 {
    padding: 0;
}

.c-discount_price-discount_content{
    background-color: #ef5661;
    border-radius:20px;
    width: 115px;
    height: 38px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -45px;
    font-weight: 800;
}
.c-discount_prop{
    flex-basis: 41.667%;
    max-width: 41.667%;
}
.c-discount_title{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.89;
    margin: 20px 0 10px;
}
.c-discount_ul{
    list-style-type: none;
    margin: 0 0 15px 0;
    padding: 0;
}
.c-discount_ul li{
    font-size: 13px;
    padding-right: 17px;
    margin: 5px 0;
    line-height: 24px;
    position: relative;
}
.c-discount_product{
    width: 100%;
    position: relative;
}
.c-discount_prop{
    flex-basis: 50%;
}
.c-discount_ul li::before{
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    background-color: #bebebe;
    border-radius:50%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.c-discount_counter{
    padding: 13px 0;
    border-top: 1px solid rgba(74, 74, 74, .16);
}
.c-counter{
    font-size: 34px;
    line-height: 1;
    /*width: 181px;*/
    font-weight: 700;
    direction: ltr;
    white-space: nowrap;
    text-align: right;
}
.c-counter.not-active{
    display: none;
}
.c-counter span{
    display: inline-block;
    /*margin: 0 5px;*/
    /*width: 45px;*/
    text-align: center;
}
.c-discount_counter-title{
    color: #787878;
    margin-top: 6px;
    font-weight: 700;
    line-height: 2.43;
}
.c-discount_aside-ul{
    list-style:none;
    margin: 0;
    padding: 0;
}
.c-discount_aside{
    background-color: rgba(240,246,250,.9);
    position: relative;
}
.c-discount_aside-a:not(.c-discount_aside-button):not(.is-active):hover{
    background-color: #ebebeb;
}
.lSSlideOuter.vertical {
    width: 100%;
}
.lSSlideOuter.vertical .lightSlider {
    display: flex;
    flex-direction: column;
}
.lSSlideOuter.vertical .lightSlider > .c-discount_container {
    /*float: right;*/
    width: auto!important;
}
.c-discount_content .hide {
    display: none;
}
select.elementor-select2 {
    width: 100% !important;
}