.ui-autocomplete{background-color:#fff}
.hidden{display:none}
.qraa-wrapper{max-width:100%}
.qraa-wrapper::after{content:"";clear:both;display:block;height:0}
.qraa-title{margin-bottom:25px}
.qraa-box{box-sizing:border-box;width:50%;float:left}
.qraa-box.reviews{padding-right:10px}
.qraa-box.questions{padding-left:10px}
.qraa-header{margin:0 0 10px;padding:0;position:relative;text-align:center}
.qraa-header H2{line-height:22px;font-size:16px;color:#0202ff;font-weight:700;margin:0;padding:0}
.icon_btn.blue_btn:before{background:url(/wa-data/public/site/themes/grandtextile/img/header_icons/h_icon_sprite.png) -100px 0 no-repeat}
.qraa-footer{clear:both;padding:15px 0 0;text-align:center}
.home_qa li.qraa-item{width:48%;margin:0 1%}
.qraa-list{margin:0;padding:0;list-style:none}
.home-page .qraa-list {max-height: 715px;position:relative}
.home-page ul.qraa-list:after{content:"";display:block;position:absolute;bottom:0;left:0;height:74px;width:100%;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(rgba(255,255,255,1)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,1));background-image:-moz-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,1));background-image:linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,1))}
.qraa-list .qraa-item{box-sizing:border-box;padding:0 10px 1px;width:100%}
.product-page .qraa-list .qraa-item{padding:0 10px 1px}
.qraa-list .qraa-item:last-child{margin-bottom:0}
.qraa-list .qraa-item .qraa-item-heading{padding:0;line-height:18px;font-size:13px}
.qraa-list .qraa-item .qraa-item-date{color:#8094ac;font-weight:700;font-size:15px}
.qraa-list .qraa-item .qraa-item-title{color:#444;font-weight:700;font-size:15px}
.qraa-list .qraa-item .qraa-item-product{font-size:13px;line-height:16px;color:#444;font-weight:700;margin-bottom:5px}
.qraa-list .qraa-item .qraa-item-product .qraa-item-product-link{font-size:15px;color:#8094ac;text-decoration:underline}
.qraa-list .qraa-item .qraa-item-product .qraa-item-product-link:hover{color:#335175}
.qraa-list .qraa-item .qraa-item-text,.qraa-list .qraa-item .qraa-item-answer{box-sizing:border-box;padding:15px;color:#0d2033;font-size:14px;line-height:19px;border-radius:10px;background:#e2effe;position:relative;margin:15px 0 20px}
.product-page .qraa-list .qraa-item .qraa-item-answer{margin:15px 0 10px 30px}
.qraa-list .qraa-item .qraa-item-answer{background:#fff4e3}
.qraa-list .qraa-item .qraa-item-text:before,.qraa-list .qraa-item .qraa-item-answer:before{content:'';width:0;height:0;border-style:solid;border-width:0 11px 12px;border-color:transparent transparent #fff;position:absolute;bottom:100%;left:30px}
.qraa-footer a.qraa-page-link.btn{width:auto;height:auto;padding:10px 25px;background:#8094ac;transition:.2s ease;white-space:normal}
.qraa-footer a.qraa-page-link.btn:hover{background:#95ACC7}
.qraa-footer a.qraa-page-link.btn span{display: flex; align-items: center; color:#fefefe;font-size:22px;font-family:'Roboto Condensed',sans-serif}
.qraa-footer a.qraa-page-link.btn span:after{
	content: "";
    display: block;
    width: 20px;
    height: 7px;
	background: url(/wa-data/public/site/themes/grandtextile/img/button_arrow.png) no-repeat;
	background-position: 0 -11px;
	margin-left: 8px;
}
.qraa-list .qraa-item.new .qraa-item-text{background:#FEF5D6}
.qraa-list .qraa-item.new .qraa-item-text:before{border-color:transparent transparent #FEF5D6}
.qraa-list .qraa-item .qraa-item-answer{margin-left:30px}
.qraa-add-form{display:none}
.qraa-form{margin:0 0 20px;padding:0}
.qraa-form .field{margin:0 0 10px;padding:0}
.qraa-form .field LABEL{display:block;color:gray;line-height:20px;font-size:18px;text-align:left}
.qraa-form .field LABEL.descr{line-height:16px!important;cursor:default!important}
.qraa-form .field.product LABEL{display:block;color:gray;line-height:20px;font-size:14px;margin-top:-10px}
.qraa-form .field.captcha LABEL{display:block;color:gray;line-height:20px;font-size:14px}
.qraa-form .field INPUT:not(.green_btn){margin-bottom:0;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.error{border:2px solid red}
.qraa-form .field TEXTAREA{margin-bottom:0;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 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.check LABEL{line-height:20px;font-size:14px;cursor:pointer}
.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:#0B054D;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{text-decoration:underline;color:#fff;cursor:pointer}
.qraa-form .field.captcha .wa-captcha P{margin:0 0 1px}
.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}
.qraa-form .field.submit input[type="submit"]{text-shadow:none;border:3px solid #8094ac;border-radius:5px;background:#e5f1f2;width:auto;height:auto;padding:10px 27px;transition:.2s ease;display:block;margin:0 auto;font-size:18px;line-height:22px;color:#8094ac;font-weight:700}
.qraa-form .field.submit input[type="submit"]:hover{background:#a0cbd0;color:#8094ac!important}
.qraa-form .field input[name=product_name]{width:100%;border:2px solid #818181}
.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:700;line-height:1.2em}
.qraa-body{clear:both;overflow:hidden;text-align:left}
.qraa-wrapper{margin:0 auto;max-width:1260px}
.shop_feedbackAll .qraa-wrapper{margin:0 auto;width:960px}
.qraa-wrapper::after{content:"";clear:both;display:block;height:0}
.qraa-total-actions,.qraa-product-actions{width:445px;margin:30px auto 18px;padding:0 10px}
.qraa-product-actions{width:445px;margin:20px auto 18px;padding:0 10px}

.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}
@media only screen and (max-width: 380px) {
	.qraa-footer a.qraa-page-link.btn span{
		font-size:18px;
	}
	.qraa-footer a.qraa-page-link.btn{
		padding: 10px 20px;
	}
}