/* ..######...########.##....##.########.########.....###....##......
/* .##....##..##.......###...##.##.......##.....##...##.##...##......
/* .##........##.......####..##.##.......##.....##..##...##..##......
/* .##...####.######...##.##.##.######...########..##.....##.##......
/* .##....##..##.......##..####.##.......##...##...#########.##......
/* .##....##..##.......##...###.##.......##....##..##.....##.##......
/* ..######...########.##....##.########.##.....##.##.....##.######## */

.qraa-wrapper {
	max-width: 100%;
}

.qraa-wrapper::after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}

.ui-autocomplete {
	background-color: white;
}

.hidden {
	display: none;
}

/* .########.####.########.##.......########
/* ....##.....##.....##....##.......##......
/* ....##.....##.....##....##.......##......
/* ....##.....##.....##....##.......######..
/* ....##.....##.....##....##.......##......
/* ....##.....##.....##....##.......##......
/* ....##....####....##....########.######## */

.qraa-wrapper .qraa-title {
	width: 100%;
    height: 46px;
	margin-bottom: 20px;
	padding: 0;
	box-sizing: border-box;
	background: #31a6d4;
	color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
	text-transform: uppercase;
}

.total-page .page-heading {
	font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#qraa.product-page h2.title.blue {
	height: auto;
	line-height: 25px;
	padding: 10px;
}

/* .########..##.....##.########.########..#######..##....##..######.
/* .##.....##.##.....##....##.......##....##.....##.###...##.##....##
/* .##.....##.##.....##....##.......##....##.....##.####..##.##......
/* .########..##.....##....##.......##....##.....##.##.##.##..######.
/* .##.....##.##.....##....##.......##....##.....##.##..####.......##
/* .##.....##.##.....##....##.......##....##.....##.##...###.##....##
/* .########...#######.....##.......##.....#######..##....##..######. */

.qraa-wrapper .qraa-total-actions {
    width: 510px;
    margin: 0 auto 20px;
}

.qraa-wrapper .qraa-product-actions {
    margin: 20px auto 20px;
}

.qraa-wrapper .qraa-header {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-align: center;
}

.qraa-wrapper .qraa-header H2 {
	line-height: 22px;
	font-size: 16px;
	color: #0202ff;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.qraa-wrapper .qraa-header .btn {
	width: 160px;
    height: 40px;
	border-radius: 20px;
	border: 3px solid #6795b7;
    background: #93aebf;
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 0 10px;
	padding: 0;
	cursor: pointer;
	transition: 0.2s ease;
}
.qraa-wrapper .qraa-header .btn:hover {
	background: #31a6d4;
	border: 3px solid #31a6d4;
}

.qraa-wrapper .qraa-header .btn SPAN {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 15px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.3s;
}

/* .########..#######..########..##.....##
/* .##.......##.....##.##.....##.###...###
/* .##.......##.....##.##.....##.####.####
/* .######...##.....##.########..##.###.##
/* .##.......##.....##.##...##...##.....##
/* .##.......##.....##.##....##..##.....##
/* .##........#######..##.....##.##.....## */

.qraa-wrapper .qraa-add-form {
	display:none;
	padding:0 10px;
	margin-top: 20px;
}

.qraa-wrapper .qraa-form {
	margin: 20px 0 0 0;
	padding: 0;
}

.qraa-form .field {
	margin: 0 0 10px 0;
	padding: 0;
}

.qraa-form .field LABEL {
	display: block;
	color: #808080;
	line-height: 20px;
	font-size: 18px;
}

.qraa-form .field LABEL.descr {
    line-height: 16px !important;
    cursor: default !important;
}

.qraa-form .field.product LABEL {
	display: block;
	color: #808080;
	line-height: 20px;
	font-size: 14px;
	margin-top: -10px;
}

.qraa-form .field INPUT:not(.green_btn) {
	margin-bottom: 0px;
	font-size: 14px;
	font-family: Arial!important;
	border: 2px solid #818181;
	padding: 5px 10px;
	height: 30px;
	line-height: 16px;
	width: 100%;
	outline: none;
	box-sizing: border-box;
	display: block;
}

.qraa-form .field input[name=product_name] {
	width: 100%;
	border: 2px solid #818181;
}

.qraa-form .field INPUT.error {
	border: 2px solid red;
}

.qraa-form .field TEXTAREA {
	margin-bottom: 0px;
	font-size: 14px;
	font-family: Arial!important;
	border: 2px solid #818181;
	padding: 5px 10px;
	height: 78px;
	line-height: 16px;
	width: 100%;
	outline: none;
	box-sizing: border-box;
	display: block;
	resize: none;
}

.qraa-form .field TEXTAREA.error {
	border: 2px solid red;
}

.qraa-form .field.check::after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}

.qraa-form .field.check LABEL {
	line-height: 20px;
	font-size: 14px;
	cursor: pointer;
}

.qraa-form .field.check INPUT {
	margin: 0 5px 0 0;
	padding: 0;
	height: auto;
	width: auto;
	outline: none;
	display: block;
	float: left;
	position: relative;
	top: 2px;
}

.qraa-form .field.product {
	display: none;
	position: relative;
}

.qraa-form .field.product .form-product-suggestions{
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	padding: 10px;
	background: #196dbb;
	border-radius: 4px;
	z-index: 2;
	box-sizing: border-box;
	min-width: 100%;
	top: 100%;
	color:#fff;
}

.qraa-form .field.product .form-product-suggestions .auto-product {
	min-width: 120px;
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	display: block;
	text-decoration: none;
	padding: 2px 6px;
}

.qraa-form .field.product .form-product-suggestions .auto-product:hover {
	background: #1a5894;
	color: #fff;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.qraa-form .field.captcha LABEL {
	display: block;
	color: #808080;
	line-height: 20px;
	font-size: 14px;
}

.qraa-form .field.captcha .wa-captcha P {
	margin: 0 0 1px 0;
}

.qraa-form .field.captcha .wa-captcha P:last-child {
	margin: 0;
}

.qraa-form .field.captcha .wa-captcha P::after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}

.qraa-form .field.captcha .wa-captcha .wa-captcha-img {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

.qraa-form .field.captcha .wa-captcha STRONG {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
}

.qraa-form .field.captcha .wa-captcha .wa-captcha-input {
	display: block;
	float: left;
	width: 100px;
	margin-top: 5px;
}

.qraa-form .field.captcha .wa-captcha .wa-captcha-refresh {
	font-size: 13px;
	color: #0202ff;
	text-decoration: underline;
}

.qraa-form .field.captcha .wa-captcha .wa-captcha-refresh:hover {
	text-decoration: none;
}

.qraa-form .field.submit::after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}

.qraa-form .field.submit {
	text-align: center;
	margin-bottom: 0;
}

.qraa-form .field.submit INPUT[type="submit"] {
	margin-bottom: 0;
	font-size: 19px;
	font-weight: bold;
	width: auto;
	padding: 0;
	height: auto;
	padding: 17px 28px;
	background: #93aebf;
	border-radius: 5px;
	transition: 0.2s ease;
	margin-top: 10px;
	box-shadow: 0px -3px 0px 0px #3f6f93 inset;
	text-shadow: none;
}

.qraa-form .field.submit INPUT[type="submit"]:hover {
	background: #62aac2;
    box-shadow: 0px -3px 0px 0px #3f6f93 inset;
}

.qraa-form .field.submit INPUT[type="submit"]:active {
	transform: translate(0, 1px);
    box-shadow: 0px -2px 0px 0px #3f6f93 inset;
}

/* .########.....###....########.####.##....##..######..
/* .##.....##...##.##......##.....##..###...##.##....##.
/* .##.....##..##...##.....##.....##..####..##.##.......
/* .########..##.....##....##.....##..##.##.##.##...####
/* .##...##...#########....##.....##..##..####.##....##.
/* .##....##..##.....##....##.....##..##...###.##....##.
/* .##.....##.##.....##....##....####.##....##..######.. */

.qraa-form .leave_rating,
.qraa-item-rating {
    display: flex;
    width: 90px;
}

.qraa-form .qraa-form__star,
.qraa-item-rating__star {
    display: block;
    width: 18px;
    height: 14px;
    background-image: url(./stars.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-right: 0;
    cursor: pointer;
}

.qraa-form .leave_rating:hover .qraa-form__star:hover ~ .qraa-form__star {
    background-position: center bottom;
}

.qraa-form  .qraa-form__star.star {
	background-position: center top;
}

.qraa-item-rating__star {
	background-position: center top;
	cursor: default;
}

.qraa-item-rating__star_empty {
	background-position: center bottom;
}

/* .##.......####..######..########
/* .##........##..##....##....##...
/* .##........##..##..........##...
/* .##........##...######.....##...
/* .##........##........##....##...
/* .##........##..##....##....##...
/* .########.####..######.....##... */

.qraa-body {
	clear: both;
	overflow: hidden;
	text-align: left;
}

.qraa-body #otzuvu {
	position: relative;
	padding-top: 66px;
}

.qraa-body .btn-sll {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.qraa-body .swiper-button-prev,
.qraa-body .swiper-button-next {
	background: #93aebf url('/wa-data/public/site/themes/luxray/img/news-arrows.png')no-repeat;
	border-radius: 3px;
	width: 46px;
    height: 46px;
    margin: 0 10px;
    cursor: pointer;
    border: none;
	background-size: contain;
	position: static;
	transition: background-color 0.2s ease;
}

.qraa-body .swiper-button-prev:hover,
.qraa-body .swiper-button-next:hover {
	background-color: #8bc7ff;
}

.qraa-body .swiper-button-prev {
	background-position: 16px 50%;
}

.qraa-body .swiper-button-next {
	background-position: -16px 50%;
}

.qraa-body #otzuvu{
    height: 430px;
}

#otzuvu > .swiper-wrapper > .swiper-slide > div > .qraa-item-heading{
	margin: 0 10px 5px 3px;
	padding: 0;
	line-height: 18px;
	font-size: 15px;
	color: #6880A4;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 403px;
	overflow: hidden;
	height: 18px;
}

#otzuvu > .swiper-wrapper > .swiper-slide > div > .qraa-item-heading > span{
    color: #4f6489;
    font-weight: bold;
    font-size: 15px;
}

#otzuvu > .swiper-wrapper > .swiper-slide > div > .qraa-item-heading > .adm-tt {
    color: #4f6489;
}

#otzuvu .qraa-item-product {
    font-size: 13px;
    line-height: 16px;
    color: #444444;
    font-weight: bold;
    white-space: normal;
    max-width: 413px;
    overflow: visible;
    text-overflow: initial;
    margin-left: 3px;
}

#otzuvu .qraa-item-product A {
	color: #4f6489;
	text-decoration: underline;
}

#otzuvu > .swiper-wrapper > .swiper-slide > div > .qraa-item-text{
    background: #ebf3ff;
    border: 3px solid #aac5d4;
    box-shadow: 2px 3px 9px 0px rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
    padding: 7px 15px;
    color: #282828;
    font-size: 15px;
    line-height: 17px;
    border-radius: 10px;
    position: relative;
    margin: 15px 3px;
}

#otzuvu > .swiper-wrapper > .swiper-slide > div > .qraa-item-text > .qraa-item-date{
    margin-bottom: 2px;
    display: inline-block;
    align-items: center;
    width: 100px;
    color: #4a5e82;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
}
.bl_rating{
    width: 95px;
    display: inline-block;
}
/* #otzuvu > .swiper-wrapper > .swiper-slide > div > .qraa-item-text > .qraa-item-text-scroll{
    max-height: 86px;
    min-height: 18px;
    overflow-y: auto;
} */
#otzuvu > .swiper-wrapper > .swiper-slide > div > .qraa-item-text > .corn{
    display: block;
    position: absolute;
    width: 28px;
    height: 16px;
    left: 14px;
    top: -16px;
    overflow: hidden;
}
#otzuvu > .swiper-wrapper > .swiper-slide > div > .qraa-item-text > .corn::after{
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: 8px;
    top: 10px;
    background: #ebf3ff;
    transform: rotate(45deg);
}
#otzuvu > .swiper-wrapper > .swiper-slide > div > .qraa-item-text > .corn::before{
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 5px;
    top: 6px;
    background: #b0cad9;
    transform: rotate(45deg);
}

#otzuvu > .swiper-wrapper > .swiper-slide > div > .qraa-item-answer{
    background: #ffebf1;
    border: 3px solid #f7c9aa;
    box-shadow: 2px 3px 9px 0px rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
    padding: 7px 15px;
    color: #282828;
    font-size: 15px;
    line-height: 17px;
    border-radius: 10px;
    position: relative;
    margin: 15px 3px;
    margin-left: 30px;
}
#otzuvu > .swiper-wrapper > .swiper-slide > div > .qraa-item-answer > .corn{
    display: block;
    position: absolute;
    width: 28px;
    height: 16px;
    left: 14px;
    top: -16px;
    overflow: hidden;
}
#otzuvu > .swiper-wrapper > .swiper-slide > div > .qraa-item-answer > .corn::after{
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: 8px;
    top: 10px;
    background: #ffebf1;
    transform: rotate(45deg);
}
#otzuvu > .swiper-wrapper > .swiper-slide > div > .qraa-item-answer > .corn::before{
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 5px;
    top: 6px;
    background: #f9cdb0;
    transform: rotate(45deg);
}

#otzuvu .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	border-radius: 8px;
	border: none;
	background: #6795b7;
}

#otzuvu .mCSB_scrollTools .mCSB_draggerContainer {
	background: #93aebf;
	background: linear-gradient(to right, transparent 0px, transparent 3px, #c1d9e8 3px, #c1d9e8 5px, transparent 5px, transparent 8px);
}

#otzuvu .qraa-item-answer .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	border-radius: 16px;
	border: none;
	background: #deae8d;

}

#otzuvu .qraa-item-answer .mCSB_scrollTools .mCSB_draggerContainer {
	background: #93aebf;
	background: linear-gradient(to right, transparent 0px, transparent 3px, #e0ccd2 3px, #e0ccd2 5px, transparent 5px, transparent 8px);
}

#otzuvu .mCSB_scrollTools {
	width: 8px;
	margin-right: 2px;
}
#otzuvu .mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    height: 100%;
}

.product-page .qraa-list,
.total-page .qraa-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-page .qraa-list .qraa-item,
.total-page .qraa-list .qraa-item {
	box-sizing: border-box;
	padding: 0 10px;
	margin-bottom: 20px;
	width: 100%;
}

.total-page .qraa-list .qraa-item {
	width: 50%;
}

.product-page .qraa-list .qraa-item-heading > span,
.total-page .qraa-list .qraa-item-heading > span {
    color: #4f6489;
    font-weight: bold;
    font-size: 15px;
}

.total-page .qraa-item-product {
    font-size: 13px;
    line-height: 16px;
    color: #444444;
    font-weight: bold;
    white-space: nowrap;
    max-width: 413px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 3px;
}

.total-page .qraa-item-product A {
	color: #4f6489;
	text-decoration: underline;
}

.product-page .qraa-list .qraa-item-text .qraa-item-date,
.total-page .qraa-list .qraa-item-text .qraa-item-date {
	color: #4f6489;
	font-weight: bold;
    font-size: 15px;
}

.product-page .qraa-list .qraa-item-text,
.total-page .qraa-list .qraa-item-text {
    background: #ebf3ff;
    border: 3px solid #aac5d4;
    box-shadow: 2px 3px 9px 0px rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
    padding: 7px 15px;
    color: #282828;
    font-size: 15px;
    line-height: 17px;
    border-radius: 10px;
    position: relative;
    margin: 15px 3px;
}

.product-page .qraa-list .qraa-item-text-product,
.total-page .qraa-list .qraa-item-text-product {
	margin-top: 5px;
}

.product-page .qraa-list .qraa-item-text > .corn,
.total-page .qraa-list .qraa-item-text > .corn {
    display: block;
    position: absolute;
    width: 28px;
    height: 16px;
    left: 14px;
    top: -16px;
    overflow: hidden;
}

.product-page .qraa-list .qraa-item-text > .corn::after,
.total-page .qraa-list .qraa-item-text > .corn::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: 8px;
    top: 10px;
    background: #ebf3ff;
    transform: rotate(45deg);
}

.product-page .qraa-list .qraa-item-text > .corn::before,
.total-page .qraa-list .qraa-item-text > .corn::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 5px;
    top: 6px;
    background: #b0cad9;
    transform: rotate(45deg);
}

.qraa-list .qraa-item:last-child {
	margin-bottom: 0;
}



.qraa-list .qraa-item .qraa-item-title{color:#444444;font-weight:bold;font-size:15px}
.qraa-list .qraa-item.new .qraa-item-text {background: #FEF5D6;}
.qraa-list .qraa-item.new .qraa-item-text:before {border-color: transparent transparent #FEF5D6 transparent}

.qraa-list .qraa-item .qraa-item-answer {
	margin-left: 30px;
}

.product-page .qraa-list .qraa-item .qraa-item-answer,
.total-page .qraa-list .qraa-item .qraa-item-answer {
	background: #ffebf1;
    border: 3px solid #f7c9aa;
    box-shadow: 2px 3px 9px 0px rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
    padding: 7px 15px;
    color: #282828;
    font-size: 15px;
    line-height: 17px;
    border-radius: 10px;
    position: relative;
    margin: 15px 3px;
    margin-left: 30px;
}

.product-page .qraa-list .qraa-item .qraa-item-answer .corn,
.total-page .qraa-list .qraa-item .qraa-item-answer .corn {
	display: block;
	position: absolute;
	width: 28px;
	height: 16px;
	left: 14px;
	top: -16px;
	overflow: hidden;
}

.product-page .qraa-list .qraa-item .qraa-item-answer .corn::after,
.total-page .qraa-list .qraa-item .qraa-item-answer .corn::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: 8px;
    top: 10px;
    background: #ffebf1;
    transform: rotate(45deg);
}

.product-page .qraa-list .qraa-item .qraa-item-answer .corn::before,
.total-page .qraa-list .qraa-item .qraa-item-answer .corn::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 5px;
    top: 6px;
    background: #f9cdb0;
    transform: rotate(45deg);
}


/* .########..#######...#######..########.########.########.
/* .##.......##.....##.##.....##....##....##.......##.....##
/* .##.......##.....##.##.....##....##....##.......##.....##
/* .######...##.....##.##.....##....##....######...########.
/* .##.......##.....##.##.....##....##....##.......##...##..
/* .##.......##.....##.##.....##....##....##.......##....##.
/* .##........#######...#######.....##....########.##.....## */

.qraa-wrapper .qraa-footer {
	clear: both;
	padding: 0;
	margin-top: 20px;
	text-align: center;
}

.qraa-footer .qraa-page-link {
	margin-bottom: 0;
	font-size: 19px;
	font-weight: bold;
	width: auto;
	padding: 0;
	height: auto;
	padding: 17px 28px;
	background: #93aebf;
	border-radius: 5px;
	transition: 0.2s ease;
	box-shadow: 0px -3px 0px 0px #3f6f93 inset;
	text-shadow: none;
	border: none;
	white-space: nowrap;
	text-transform: capitalize;
}

.qraa-footer .qraa-page-link SPAN {
	font-size: inherit;
}

.qraa-footer .qraa-page-link:hover {
	background: #62aac2;
    box-shadow: 0px -3px 0px 0px #3f6f93 inset;
}

.qraa-footer .qraa-page-link:active {
	transform: translate(0, 1px);
    box-shadow: 0px -2px 0px 0px #3f6f93 inset;
}



/* .##.....##.########.########..####....###...
/* .###...###.##.......##.....##..##....##.##..
/* .####.####.##.......##.....##..##...##...##.
/* .##.###.##.######...##.....##..##..##.....##
/* .##.....##.##.......##.....##..##..#########
/* .##.....##.##.......##.....##..##..##.....##
/* .##.....##.########.########..####.##.....## */

@media (max-width: 959px) {

	.qraa-body #otzuvu{
		width: 640px;
		margin: 0 auto;
	}

	.qraa-form .field.submit INPUT[type="submit"] {
		white-space: normal;
		line-height: 24px;
		padding: 10px 20px;
	}

	.qraa-footer .qraa-page-link {
		white-space: normal;
		line-height: 24px;
		padding: 10px 20px;
		margin: 0 10px;
	}

}

@media (max-width: 639px) {

	.qraa-body #otzuvu{
		width: auto;
	}

	.total-page .qraa-list .qraa-item {
		width: 100%;
	}

}

@media (max-width: 550px) {

	.qraa-wrapper .qraa-total-actions {
		width: auto
	}

}

@media (max-width: 420px) {

	.qraa-form .field.submit INPUT[type="submit"] {
		white-space: normal;
		line-height: 24px;
		padding: 10px 20px;
	}

	.qraa-footer .qraa-page-link {
		white-space: normal;
		line-height: 24px;
		padding: 10px 20px;
		margin: 0 10px;
	}

}











.qraa-box{box-sizing:border-box;width:50%;float:left}
.qraa-box.reviews{padding-right:10px}
.qraa-box.questions{padding-left:10px}





.qraa-wrapper .page-heading{text-align:center;margin-bottom:10px}
.qraa-wrapper .page-heading.h1_class{text-align:center;margin-bottom:10px;color:#22284f;font-size: 24px;font-weight:bold;line-height: 1.2em}


 .qraa-wrapper{margin:0 auto;max-width:1260px}
.qraa-wrapper::after{content:"";clear:both;display:block;height:0}


.qraa-wrapper .page-heading{text-align:center;margin-bottom:10px}
.qraa-wrapper .page-heading.h1_class{text-align:center;margin-bottom:10px;color:#22284f;font-size: 24px;font-weight:bold;line-height: 1.2em}


.body_default #mCSB_2 {opacity:1!important;}
.body_default #mCSB_2 * {opacity:1!important;}
.body_default #mCSB_2 .mCSB_scrollTools a + .mCSB_draggerContainer {margin:13px 0;}
.body_default #mCSB_2 .mCSB_dragger {height:auto;}
.body_default #mCSB_2 .mCSB_dragger_bar {width:14px;height:51px;background:url('/wa-data/public/site/themes/your_shop/img/scrwvdrgr.png') 0 0 no-repeat;border:none;border-radius:0;}
.body_default #mCSB_2 .mCSB_dragger_bar:after {display:none;}
.body_default #mCSB_2 .mCSB_draggerContainer {width:14px;/*background:url('/wa-data/public/site/themes/your_shop/img/scrwvbg.png') 0 0 repeat-y;*/}
.body_default #mCSB_2 .mCSB_buttonUp,
.body_default #mCSB_2 .mCSB_buttonDown {width:14px;height:13px;}
.body_default #mCSB_2 .mCSB_buttonUp {background:url('/wa-data/public/site/themes/your_shop/img/scrwvup.png') 0 0 no-repeat}
.body_default #mCSB_2 .mCSB_buttonDown {background:url('/wa-data/public/site/themes/your_shop/img/scrwvdvn.png') 0 0 no-repeat}

.qraa-wrapper.product-page{margin-bottom:20px}



































