#product .options {
    display: block !important;
}
.not-display{
	display: none !important;
}
.form-group[data-code] .option-value.radio{
    height: auto !important;
}
.tirage .option-selected{
	float: none;
}
.radio {
    float: left;
    margin: 0 10px 10px 0 !important;
    padding: 0 4px;
    height: 32px;
}
.radio label {
    padding: 1px 4px;
}
.radio .name {
    border: 1px solid #9E9E9E;
    padding: 4px 8px;
    white-space: nowrap;
    float: left;
    text-align: center;
    min-width: 100px;
}

.radio input[type=radio] {
    height: 0;
}
.radio input[type=radio]:disabled+.name {
	background-color: #f5f5f5;
    border-color: #ececec;
    color: #999999;
	cursor: not-allowed;
}
.radio input[type=radio]:checked+.name {
    background: #019fe1;
    color: #ffffff;
	cursor: default;
}
.radio:hover input[type=radio]:not(:checked):not(:disabled) + .name {
    background: #81d4fa;
}

.form-group.radio-btn{
	display: block;
    width: 100%;
	float: left;
}
.radio-btn .option-selected{
	float: none;
	padding-top: 12px;
}
.radio-btn .radio {
    float: left;
    margin: 0 10px 0 0 !important;
    padding: 0 4px;
    height: 32px;
}
.radio-btn .radio label {
    padding: 1px 4px;
}
.radio-btn .radio .name {
    border: 1px solid #9E9E9E;
    padding: 4px 8px;
    white-space: nowrap;
    float: left;
    text-align: center;
    min-width: 100px;
}
.radio-btn .radio input:checked + .name {
    background: #019fe1;
    color: #ffffff;
	cursor: default;
}
.radio-btn .radio:hover input:not(:checked) + .name {
    background: #81d4fa;
}
.radio-btn .radio .price {
    text-align: center;
    color: inherit;
}

.tirage > .name{
	float: left;
    line-height: 38px;
	padding-top: 0 !important;
}
.tirage input{
	float: right;
	width: 105px;
	height: 38px;
    padding-right: 0;
    line-height: 38px;
}
.tirage .option-selected{
	float: none;
}
.radio input[name=tirage] {
    height: 0;
}
.radio input[name=tirage]:checked+.name {
    background: #019fe1;
    color: #ffffff;
	cursor: default;
}
.radio:hover input[name=tirage]:not(:checked)+.name {
    background: #81d4fa;
}
.radio-btn[data-code=tirage]{
	padding-bottom: 0 !important;
}
.radio-btn[data-code=tirage] .option-selected{
	float: none;
	padding-top: 12px;
}
.radio-btn[data-code=tirage] .radio {
    float: left;
    margin: 0 10px 10px 0 !important;
    padding: 0 4px;
    height: max-content;
}
.radio-btn[data-code=tirage] .radio label {
    padding: 1px 4px;
}
.radio-btn[data-code=tirage] .radio .name {
    border: 1px solid #9E9E9E;
    padding: 4px 8px;
    white-space: nowrap;
    float: left;
    text-align: center;
    min-width: 100px;
}
.radio-btn[data-code=tirage] .radio .price {
    text-align: center;
    color: inherit;
}
.radio-btn[data-code=tirage] .radio input:checked+.name {
    background: #019fe1;
    color: #ffffff;
	cursor: default;
}

div[data-video-url]{
    width: 40px;
    height: 30px;
	position: absolute;
    right: 14px;
	opacity: 0.7;
	z-index: 1000;
	color: #ffffff;
    cursor: pointer;
	border-radius: 4px;
	font-size: 38px !important;
	background: url(/image/pods/youtube.png) center no-repeat;
    background-size: contain;
}
.table-row div[data-video-url]{
	float: right;
	width: 24px;
    height: 18px;
    right: 20%;
    position: relative;
    margin-top: -8px;
}
div[data-video-url]:hover{
	opacity: 1;
	-webkit-box-shadow: 0px 5px 4px -2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 5px 4px -2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 4px -2px rgba(34, 60, 80, 0.2);
}

.book-adv-sheet .name{
    line-height: 20px;
	padding-top: 0 !important;
}
.book-adv-sheet .option-selected{
	display: block;
}
.book-adv-sheet .option-selected .name{
	float: left;
    line-height: 38px;
	padding-left: 10px !important;
}
.book-adv-sheet .change{
	float: left;
    margin-left: 40px;
}
.book-adv-sheet input{
	float: left;
	width: 70px;
	height: 38px;
    padding-right: 0;
    line-height: 38px;
}
.book-adv-sheet .total-option-price{
	clear: both;
	float: left;
	height: 14px;
/*	margin-top: -6px;*/
}

.option-text > .name,
.load-file > .name,
.link-to-photos > .name{
	padding-top: 0 !important;
}

.reverse-side .option-selected{
	float: none;
}
.reverse-side > .name{
	padding-top: 0 !important;
}
.reverse-side input{
	float: left;
	margin-top: 8px;
}
.reverse-side .option-selected .name{
	padding-left: 16px;
	float: left;
/*    line-height: 28px; */
}

/* ошибка ввода значения опции продукта */
.error-required-option{
	border-color: #de1f3e  !important;
}

