.slider-container, .slider-container2 {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap !important;
}

.prev-btn, .prev-btn2 {
	background-color: #fff;
	border: 1px solid #dddddd;
	border-radius: 100%;
	color: #000;
	padding: 2px 7px;
	cursor: pointer;
	width: 30px;
	height: 30px;
}

.next-btn, .next-btn2 {
	background-color: #fff;
	border: 1px solid #dddddd;
	border-radius: 100%;
	color: #000;
	padding: 2px 7px;
	cursor: pointer;
	width: 30px;
	height: 30px;
}

.option-variant{
	display: flex;
	overflow: auto;
	overflow-y: visible;
	flex-wrap: nowrap !important;
	justify-content: flex-start;
}
.radio-hppom {
	display: inline-flex;
	width: auto;
}

.radio-hppom label:hover {
	border-color: #4fd15a;
	color: #03ac0e;
}

.radio-hppom label img {
	border: none !important;
	position: absolute;
	top: 0;
	width: 100%;
	height: auto;
}

.radio-hppom input[type="radio"]:checked + label {
	background-color: red;
}

#variant .radio-hppom label.active  {
	border-color: rgb(215, 187, 132) aliceblue !important;
	background-color: rgb(251, 239, 217) !important;
	color: rgb(202, 142, 25) !important;
	border-image: none 100% / 1 / 0 stretch;
}

#package .radio-hppom label.active span {
  background-color: rgb(251, 239, 217) !important;
  color: rgb(202, 142, 25) !important;
  border: 1px solid rgb(215, 187, 132) !important;
}

.radio-hppom label.active span {
	border: 1px solid #E5E7E9;
}

#variant .radio-hppom label {
	overflow: hidden;
	position: relative;
	width: auto;
	height: auto !important;
	display: flex;
	flex-direction: column;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	background-color: #ffffff;
	padding: 0;
	border-width: 1px;
	border-image: none 100% / 1 / 0 stretch;
	border-color: #e5e7e9;
	border-style: solid;
	color: rgba(49, 53, 59, 0.68);
	border-radius: 6px;
	transition: color 0.1s ease-out, background-color 0.1s ease-in;
	user-select: none;
	min-width: 50px;
	margin: 0;
	width: 100px;
	height: 140px !important;
}

#variant label, #package label {
	font-size: 16px !important;
}

#package {
	margin-top: 20px;
}

#package .radio-hppom label {
	overflow:hidden;
	position: relative;
	width: auto;
	height: 40px;
	display: flex;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	background-color: #FFFFFF;
	padding: 5px;
	color: rgba(49, 53, 59, 0.68);
	border-radius: 6px;
	transition: color 0.1s ease-out, background-color 0.1s ease-in;
	user-select: none;
	min-width: 50px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 13px !important;
}

.radio-hppom input[type="radio"] + span {
	border: 1px solid #dddddd;
	width: 100px;
	height: auto;
	border-radius: 4px;
	display: inline-flex !important;
}

.option-name {
	width: auto;
	display: inline-flex !important;
	overflow: visible;
	white-space: nowrap;
	line-height: 40px;
	border: none !important;
	padding: 0 5px !important;
}
.radio-hppom input[type="radio"] {
	display: none;
}
.radio-hppom input[type="radio"]:enabled + img:hover,
.radio-hppom input[type="radio"]:enabled + span:hover {
	background-color: #eee;
	opacity: 1;
}

.radio-hppom input[type="radio"]:checked + img,
.radio-hppom input[type="radio"]:checked + span {
	opacity: 1 !important;
}
.radio-hppom input[type="radio"] + span {
	padding: 5px;
	line-height: 25px;
}
.radio-hppom input[type="radio"] + img,
.radio-hppom input[type="radio"] + span {
	display: inline-block;
	text-align: left !important;
	-webkit-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
	-webkit-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	opacity: 0.8;
	vertical-align: top;
}

#option-package div {
	display: flex;
	padding-top: 15px;
}

#option-package .radio-hppom label {
	width: 90px;
	min-height: 110px;
	align-items: end;
	margin-bottom: 30px;
}

#option-package .radio-hppom label img {
	border-radius: 50%;
	height: 90px;
}

#option-package .radio {
	padding: 0;
	margin: 0 10px 10px 0;
}

#option-package .radio span {
	border: none !important;
	width: unset !important;
}

.product-options .radio-hppom {
	margin-right: 10px !important;
}

.radio-hppom input[type="radio"] + span{
	border: none !important;
	width: auto !important;
	font-size: 13px !important;
	line-height: 1.2em;
	text-align: center !important;
	position: absolute;
	bottom: 0;
}

.product-options .radio {
	width: auto !important;
}

.radio-hppom{
	padding: 0 !important;
	margin: 0 !important;
}
.form-group .control-label+div{
	flex: none;
}

.option-label{
	opacity: 0;
}

.option-variant .radio-hppom input[type="radio"] + span {
	height: unset;
	border-radius: 0;
	font-size: 13px !important;
}

.prev-button-container {
	margin-right: 5px;
}


.product-filters {
	font-size: 13px;
	font-weight: normal;
	margin-top: 10px;
	display: inline-block;
	margin-right: 5px;
}

.product-filters a {
	background: #0050bb;
	border-radius: 4px;
	padding: 0 5px;
	color: #fff;
}
