/*
 * jQuery UI Slider 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}
.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 8px;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.slider-container h3 {
	margin:0 0 10px;
	padding:0;
	color:#333;
	font-size:30px;
	line-height:30px;
	font-weight:normal;
}
.slider-container p {
	margin:0;
	padding:0;
}
.sliderbox {
	float: left;
	width: 100%;
}
.slider-container {
    width: 83%;
    margin: 0 auto;
}
.slider-container #slider {
    margin: 0 auto 21px;
    width: 100%;
    height: 10px;
    padding: 0;
    border: 0;
    background: rgb(255 255 255 / 100%);
    border-radius: 2px;
}
.slider-container #slider .ui-slider-range {
    background: #fff;
    background-size: contain;
    border-radius: 2px;
}
.slider-container #slider .ui-slider-handle {
	outline: none;
	background: url(../images/handle.png) no-repeat left top;
	border-radius: 0;
	border: 0;
	width: 36px;
	height: 36px;
	margin-top: -11px;
	margin-left: -30px;
	transition: none; 
}
.slider-container #slider .ui-slider-handle:hover {
	cursor: pointer;
}
.price_rangetxt {
    width: 100%;
    display: flex;
    margin-bottom: 40px;
}
.price_rangetxt div.icon {
    color: rgb(255 255 255 / 40%);
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
    font-weight: 600;
    margin-left: 0;
}
.price_rangetxt div.current {
	color: #fff;
}
.price_content {
    width: 100%;
    float: left;
}
.price_content .smallbox {
    display: flex;
    align-items: center;
    gap: 12px;
}

.price_content .image_holder span {
	vertical-align:middle;
	display:table-cell;
}
.price_content .heading {
    font-size: 14px;
    line-height: 14px;
    color: #7c7c7c;
    display: block;
    margin-bottom: 10px;
}
.price_content .value {
    display: block;
    font-size: 20px;
    line-height: 20px;
	font-weight: 600;
	color: #000;
}
.price_content .smallbox:last-child {
	margin:0;
	border-right:none;
}
/*.price_box {
	margin:0 auto;
	width: 335px;
}*/
.price_txt {
	display: flex;
	color: #fff;
}
#backup_val {
	gap: 10px;
    display: flex;
    align-items: center;
	justify-content: center;
}
.price_txt .dollar {
    line-height: 20px;
    font-size: 20px;
    position: relative;
    left: 5px;
    padding-right: 12px;
}
.month-title small {
    font-size: 14px;
}
.month-title{
	padding-left: 5px;
}

.price_txt .numeric1 {
    line-height: 42px;
    font-size: 42px;
    font-weight: 700;
}
.price_txt .numeric2 {
    line-height: 20px;
    font-size: 20px;
    display: block;
}
.product-con {
    width: 100%;
    display: flex;
    background: #fff;
    border-radius: 4px;
	padding: 25px 36px;
	margin-bottom: 30px;
    justify-content: space-between;
}