.credit-button {
    display: inline-block;
    background: #F0EFEF;
    border-radius: 4px;
    margin-top: 0px;
    padding: 6px 10px 6px 10px;
    margin-right: 8px;
}
.credit-button .credit-count{
	display: inline-block;
	font-size: 12px;
    font-weight: 600;
	vertical-align: middle;
    padding-left: 5px;
}
.credit-button img {
	width: 30px;
	display: inline-block !important;
} 
span.buttons_bottom_block.no-print.pb-1 button.add_to_cart_btn{
    background: #fff;
    border-color:#2A7D2E ;
    border-radius: 4px;
    color: #2A7D2E;
    font-size: 16px;
    font-weight: 600;
    padding: 0 15px;
    margin-left: 2px;
}
span.buttons_bottom_block.no-print.pb-1 button.add_to_cart_btn:hover{
    background: #2A7D2E;
    color: #FFF;
}
.want_red {
    color: #FFF;
    background: #ec4249;
    padding: 1em;
    border-radius: 3px;
    margin: 1em 0;
}

.podtv_text{
    font-size: 20px;
}
input[type=range].range_form {
    -webkit-appearance: none;
    width: 100%;
    margin: 15px 0 7px 0;
}

.input_range_wrapper .range_min_value,
.input_range_wrapper .range_max_value {
    position: absolute;
    top: -35px;
    font-weight: bold;
    font-size: 1.5em;
}

.input_range_wrapper .range_min_value {
    left: 0;
}

.input_range_wrapper .range_max_value {
    right: 0;
}

.input_range_wrapper {
    width: 50%;
    display: inline-block;
    position: relative;
}


input[type=range].range_form:focus {
    outline: none;
}


input[type=range].range_form:focus::-webkit-slider-runnable-track {
    background: #7FBA00;
    
}
input[type=range].range_form::-moz-range-track {
    width: 100%;
    height: 7px;
    cursor: pointer;
   /* box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/
    background: #7FBA00;
    border-radius: 4px;
    /*border: 0.2px solid #000001;*/
}

input[type=range].range_form::-webkit-slider-runnable-track{
    width: 100%;
    height: 7px;
    cursor: pointer;
   box-shadow: none;
    background: #7FBA00;
    border-radius: 4px;
    border: none;
}

input[type=range].range_form::-webkit-slider-thumb {
    width: 13px;
    height: 13px;
    cursor: pointer;
   box-shadow: none;
    background: #fff;
    border-radius: 10px;
    border:1px solid #C0C1BE;
    -webkit-appearance: none;
    margin-top: -3px;
}
input[type=range].range_form::-moz-range-thumb {
    /*box-shadow: 1.4px 1.4px 1px #000000, 0px 0px 1.4px #0d0d0d;*/
    border: 1px solid #C0C1BE;
    height: 13px;
    width: 13px;
    border-radius: 10px;
    background: #ffffff;
    cursor: pointer;
}

input[type=range].range_form::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
input[type=range].range_form::-ms-fill-lower {
    background: #7FBA00;
    border: 0.2px solid #000001;
    border-radius: 2.6px;
    /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/
}
input[type=range].range_form::-ms-fill-upper {
    background: #7FBA00;
    border: 0.2px solid #000001;
    border-radius: 2.6px;
    /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/
}
input[type=range].range_form::-ms-thumb {
   /* box-shadow: 1.4px 1.4px 1px #000000, 0px 0px 1.4px #0d0d0d;*/
    border: 1px solid #C0C1BE;
    height: 30px;
    width: 11px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
    height: 24.6px;
}
input[type=range].range_form:focus::-ms-fill-lower {
    background: #2A7D2E;
}
input[type=range].range_form:focus::-ms-fill-upper {
    background: #2A7D2E;
}
input[type="range"].range_form::-webkit-range-thumb {
/*box-shadow: 1.4px 1.4px 1px #000000, 0px 0px 1.4px #0d0d0d;*/
    /*border: 1px solid #000000;*/
    height: 15px;
    width: 15px;
    border-radius: 10px;
    background: #ffffff;
    cursor: pointer;
}
p.payment_module a.cheque:after, p.payment_module a.bankwire:after, p.payment_module a.cash:after, p.payment_module a.parts:after, p.payment_module a.rassrochka:after {
    display: block;
    content: "\f054";
    position: absolute;
    right: 15px;
    margin-top: -11px;
    top: 50%;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    width: 14px;
    color: #777;
}
p.payment_module a.parts, p.payment_module a.rassrochka a.mono {
    background: url("/modules/ecm_credit/logo.pn") no-repeat scroll -50px -50px;
    display: block;
    padding: 20px 40px 20px 99px;
}
.parts img {
    margin: 0px 30px 0px -80px;
}
.mono img {
    margin: 0px 30px 0px -80px;
}
.rassrochka img {
    margin: 0px 30px 0px -80px;
}


.credit-label.listing{
	display: inline-block;
}
.product_list.table .credit-label.listing{
	left: -150px;
}
.product_list.list .credit-label.listing{
	left: -216px;
}
.credit-label .credit-count{
	
}
.credit-label img {
    width: 36px;
    background: #F0EFEF;
    border: 1px solid #DCDCDC;
    box-sizing: border-box;
    border-radius: 4px;
    height: 36px;
    padding: 3px;
    
}
.credit-label span.credit-count {
    position: absolute;
    margin-left: -22px;
    margin-top: 15px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}
.oll-product-description-container .product_payment_delivery {
    min-height: 4.9rem;
    padding-bottom: 5px;
    padding-top: 5px;
    display: flex;
}
/*.product-description-container .product_payment_delivery{
    min-height: 5.1rem ;
  }*/
.credit-label span.privat span.credit-count {
    color: #000;
}
.ecm_credit_checkout .form_group.bank input.merchantType[type="radio"]::after{
    content: "";
    display: block;
    position: relative;
    width: 14px;
    height: 14px;
    top: 0px;
    /*left: -20px;*/
    border: 1px solid #000;
    border-radius: 2px;
    background-color: white;
    opacity: 1 !important;
}
.ecm_credit_checkout .form_group.bank input.merchantType[type="radio"] {
    opacity: 0;
    margin-top: 0px;
    position: relative;
    margin-right: 10px;
}
.ecm_credit_checkout .form_group.bank input.merchantType[type="radio"]:checked::before{
    content: '';
    display: block;
    background-color: #7FBA00;
    width: 8px;
    height: 8px;
    padding: 0px 0px 0px 0px;
    top: 3px;
    left: 3px;
    position: absolute;
    z-index: 1;
    border-radius: 2px;
}
.field.form_group.quantity_credit{
    display: none;
}
.ecm_credit_checkout .form_group.bank input.merchantType[type="radio"]:checked + .ecm_credit {
    border: 1px solid #2A7D2E;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#F0F9F1;
}
.ecm_credit_checkout .ecm_credit{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #fff;
    background: #F4F4F4;
    border-radius: 4px;
}
@media (max-width: 768px){
    .credit-label.listing span {
        margin-right: 1px;
    }
    .oll-product-description-container .product_payment_delivery {
        min-height: 3.3rem;
        padding-bottom: 5px;
        padding-top: 5px;
        display: flex;
    }
 .index .oll-product-description-container .product_payment_delivery {
        min-height: 4.5rem;
        padding-bottom: 5px;
        padding-top: 0px;
        display: flex;
    }
span.buttons_bottom_block.no-print.pb-1 button.add_to_cart_btn {
    background: #fff;
    border-color: #2A7D2E;
    border-radius: 4px;
    color: #2A7D2E;
    font-size: 16px;
    font-weight: 600;
    /*padding: 10px 15px;*/
    width: 100%;
    height: 44px;
    margin: 5px 0px 0px 0px;
}
span.credit-button-oll {
    display: flex;
    justify-content: space-between;
}
/*.product_payment_delivery {
    min-height: 87px;
    padding-bottom: 10px;
    padding-top: 0px; 
    display: block;
}*/
.credit-label.listing {
    display: block;
}
.credit-button{
    margin-right: 0;
    width: 49%;
}
.ecm_credit_checkout .description_short {
    display: block;
}
.field.form_group.cover_product img {
    width: -webkit-fill-available;
    float: left;
    padding-right: 10px;
}
.ecm_credit_checkout .field1.form_group.bank {
    padding-bottom: 20px;
}
}
input.range_form_number {
    width: 100%;
    text-align: center;
    border: none;
    background: none;
    color: #000;
    font-size: 15px;
}
span.range_form_text {
    display: block;
    text-align: center;
    color: #000;
}