/* Minify_CSS_UriRewriter::$debugText

*/

/* frontend.css */

/* 1    */ p.cr-comment-image-text { margin-bottom: 0.5em; font-size: 0.9em; }
/* 2    */ p.cr-comment-video-text { margin-bottom: 0.5em; font-size: 0.9em; }
/* 3    */ .iv-comment-image {
/* 4    */ 	float: left;
/* 5    */ 	margin-right: 5px;
/* 6    */ 	margin-left: 0;
/* 7    */ 	margin-bottom: 5px;
/* 8    */ 	margin-top: 0px;
/* 9    */ 	border-radius: 5px;
/* 10   */ 	overflow: hidden;
/* 11   */ 	border: 1px solid #e4e1e3;
/* 12   */ 	filter: brightness(100%);
/* 13   */ }
/* 14   */ .iv-comment-image:hover,
/* 15   */ .cr-comment-video:hover {
/* 16   */ 	filter: brightness(95%);
/* 17   */ }
/* 18   */ .cr-comment-image-top {
/* 19   */ 	display: inline-block;
/* 20   */ 	margin-right: 5px;
/* 21   */ 	vertical-align: top;
/* 22   */ 	max-height: 150px;
/* 23   */ 	border-radius: 5px;
/* 24   */ 	overflow: hidden;
/* 25   */ 	border: 1px solid #e4e1e3;
/* 26   */ 	filter: brightness(100%);
/* 27   */ 	box-sizing: content-box;
/* 28   */ 	position: relative;
/* 29   */ }
/* 30   */ .cr-comment-image-top:hover {
/* 31   */ 	filter: brightness(95%);
/* 32   */ }
/* 33   */ .cr-comment-video {
/* 34   */ 	float: left;
/* 35   */ 	margin-right: 5px;
/* 36   */ 	margin-bottom: 5px;
/* 37   */ 	position: relative;
/* 38   */ 	cursor: pointer;
/* 39   */ 	border-radius: 5px;
/* 40   */ 	overflow: hidden;
/* 41   */ 	border: 1px solid #e4e1e3;
/* 42   */ 	filter: brightness(100%);
/* 43   */ }
/* 44   */ .cr-comment-video video.cr-video-a {
/* 45   */ 	width: 75px;
/* 46   */ 	height: 75px;
/* 47   */ 	display: block;
/* 48   */ 	object-fit: cover;
/* 49   */ }
/* 50   */ .cr-comment-video-modal.cr-comment-video video.cr-video-a {

/* frontend.css */

/* 51   */ 	width: auto;
/* 52   */ 	height: auto;
/* 53   */ 	max-width: 100%;
/* 54   */ 	max-height: 100%;
/* 55   */ 	object-fit: contain;
/* 56   */ 	background-color: rgba(0,0,0,0.4);
/* 57   */ }
/* 58   */ .cr-comment-video .cr-comment-videoicon,
/* 59   */ .cr-comment-image-top .cr-comment-videoicon {
/* 60   */ 	position: absolute;
/* 61   */ 	top: 50%;
/* 62   */ 	left: 50%;
/* 63   */ 	width: 32px;
/* 64   */ 	height: auto;
/* 65   */ 	margin-top: -16px;
/* 66   */ 	margin-left: -16px;
/* 67   */ }
/* 68   */ #reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav .cr-comment-videoicon,
/* 69   */ .cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav .cr-comment-videoicon {
/* 70   */ 	position: absolute;
/* 71   */ 	top: 50%;
/* 72   */ 	left: 50%;
/* 73   */ 	width: 26px;
/* 74   */ 	height: auto;
/* 75   */ 	margin-top: -13px;
/* 76   */ 	margin-left: -13px;
/* 77   */ }
/* 78   */ .cr-comment-image-top img,
/* 79   */ .cr-comment-image-top video {
/* 80   */ 	width: 150px;
/* 81   */ 	height: 150px;
/* 82   */ 	box-shadow: none;
/* 83   */ 	padding: 0;
/* 84   */ 	border-radius: 0;
/* 85   */ 	object-fit: cover;
/* 86   */ 	cursor: pointer;
/* 87   */ }
/* 88   */ #reviews div.iv-comment-image img,
/* 89   */ div.iv-comment-image img {
/* 90   */ 	box-shadow: none;
/* 91   */ 	width: 75px;
/* 92   */ 	height: 75px;
/* 93   */ 	max-width: 75px;
/* 94   */ 	max-height: 75px;
/* 95   */ 	object-fit:cover;
/* 96   */ 	padding: 0;
/* 97   */ 	border-radius: 0;
/* 98   */ 	display: block;
/* 99   */ 	position: relative;
/* 100  */ }

/* frontend.css */

/* 101  */ .cr-comment-images, .cr-comment-videos {
/* 102  */ 	margin-bottom: 1em;
/* 103  */ }
/* 104  */ .cr-all-reviews-shortcode .cr-comment-images, .cr-comment-videos {
/* 105  */ 	margin: 0;
/* 106  */ }
/* 107  */ .cr-all-reviews-shortcode .comment_container .avatar {
/* 108  */ 	position: absolute;
/* 109  */ 	float: left;
/* 110  */ 	padding: 0;
/* 111  */ 	top: 0;
/* 112  */ 	left: 0;
/* 113  */ 	margin: 0;
/* 114  */ }
/* 115  */ .cr-comment-videos .cr-comment-video .cr-comment-video-close {
/* 116  */ 	display: none;
/* 117  */ }
/* 118  */ .cr-comment-videos .cr-comment-video.cr-comment-video-modal .cr-comment-video-close {
/* 119  */ 	display: block;
/* 120  */ 	background-color: #7A7A7A;
/* 121  */ 	color: #FFFFFF;
/* 122  */ 	border: 0px solid;
/* 123  */ 	border-radius: 10px;
/* 124  */ 	position: absolute;
/* 125  */ 	top: 0px;
/* 126  */ 	right: 0px;
/* 127  */ 	padding: 1px;
/* 128  */ 	line-height: 0;
/* 129  */ 	cursor: pointer;
/* 130  */ }
/* 131  */ .cr-comment-videos .cr-comment-video.cr-comment-video-modal .cr-comment-video-close .cr-close-button-svg {
/* 132  */ 	display: block;
/* 133  */ 	width: 18px;
/* 134  */ 	height: 18px;
/* 135  */ }
/* 136  */ .cr-comment-videos .cr-comment-video.cr-comment-video-modal .cr-comment-video-close .cr-close-button-svg-p {
/* 137  */ 	fill: #ffffff;
/* 138  */ }
/* 139  */ .cr-comment-videos .cr-comment-video .cr-video-cont {
/* 140  */ 	display: flex;
/* 141  */ 	position: relative;
/* 142  */ 	margin: auto;
/* 143  */ }
/* 144  */ .cr-comment-videos .cr-comment-video.cr-comment-video-modal .cr-video-cont {
/* 145  */ 	padding: 10px;
/* 146  */ 	max-width: 100%;
/* 147  */ 	max-height: 100%;
/* 148  */ }
/* 149  */ .cr-comment-videos-modal {
/* 150  */ 	position: fixed;

/* frontend.css */

/* 151  */ 	top: 0;
/* 152  */ 	left: 0;
/* 153  */ 	width: 100vw;
/* 154  */ 	height: 100vh;
/* 155  */ 	z-index: 99999;
/* 156  */ 	overflow: auto;
/* 157  */ 	background-color: rgba(0,0,0,0.4);
/* 158  */ 	display: flex;
/* 159  */ 	align-items: center;
/* 160  */ 	justify-content: center;
/* 161  */ }
/* 162  */ .cr-comment-videos-modal .cr-comment-video,
/* 163  */ .cr-comment-videos-modal .iv-comment-image {
/* 164  */ 	display: none;
/* 165  */ }
/* 166  */ .cr-comment-video.cr-comment-video-modal {
/* 167  */ 	width: 80%;
/* 168  */ 	height: 80%;
/* 169  */ 	float: none;
/* 170  */ 	margin: auto;
/* 171  */ 	z-index: 1;
/* 172  */ 	display: flex;
/* 173  */ 	justify-content: center;
/* 174  */ 	cursor: auto;
/* 175  */ 	border-width: 0;
/* 176  */ 	filter: brightness(100%);
/* 177  */ }
/* 178  */ .cr-recaptcha { margin-bottom: 1.5em; }
/* 179  */ #commentform.comment-form .cr-upload-local-images, .comment-form .cr-upload-local-images { width: 100%; flex: none; }
/* 180  */ #commentform.comment-form .cr-upload-local-images label, .comment-form .cr-upload-local-images label {
/* 181  */ 	display: block;
/* 182  */ 	transform: none;
/* 183  */ 	position: relative;
/* 184  */ 	left: auto;
/* 185  */ 	top: auto;
/* 186  */ }
/* 187  */ #commentform.comment-form .cr-upload-local-images input, .comment-form .cr-upload-local-images input { display: block; width: 100%; }
/* 188  */ .ivole-meter {
/* 189  */ 	overflow: hidden;
/* 190  */ 	background: #f2f2f2;
/* 191  */ 	background: -webkit-linear-gradient(top,#eee,#f6f6f6);
/* 192  */ 	background: linear-gradient(to bottom,#eee,#f6f6f6);
/* 193  */ 	background-color: #f3f3f3;
/* 194  */ 	height: 22px;
/* 195  */ 	border-radius: 1px;
/* 196  */ 	box-shadow: inset 0 1px 2px rgba(0,0,0,.4),inset 0 0 0 1px rgba(0,0,0,.1);
/* 197  */ 	-moz-box-sizing: border-box;
/* 198  */ 	-webkit-box-sizing: border-box;
/* 199  */ 	box-sizing: border-box
/* 200  */ }

/* frontend.css */

/* 201  */ .ivole-meter .ivole-meter-bar {
/* 202  */ 	border-radius: 1px;
/* 203  */ 	background: #fb0;
/* 204  */ 	background: -webkit-linear-gradient(top,#ffce00,#ffa700);
/* 205  */ 	background: linear-gradient(to bottom,#ffce00,#ffa700);
/* 206  */ 	background-color: #ffce00;
/* 207  */ 	box-shadow: inset 0 0 0 1px rgba(0,0,0,.25),inset 0 -1px 0 rgba(0,0,0,.05);
/* 208  */ 	-webkit-transition: width .5s ease;
/* 209  */ 	transition: width .5s ease;
/* 210  */ 	float: left;
/* 211  */ 	font-size: 0;
/* 212  */ 	height: 100%;
/* 213  */ 	width: 0;
/* 214  */ 	-moz-box-sizing: border-box;
/* 215  */ 	-webkit-box-sizing: border-box;
/* 216  */ 	box-sizing: border-box
/* 217  */ }
/* 218  */ .ivole-meter .ivole-meter-bar:before {
/* 219  */ 	background-color: rgba(255,255,255,.25);
/* 220  */ 	content: "";
/* 221  */ 	display: block;
/* 222  */ 	font-size: 0;
/* 223  */ 	height: 1px;
/* 224  */ 	margin: 1px
/* 225  */ }
/* 226  */ .cr-histogramTable tr.ivole-histogramRow .ivole-histogramCell1 {
/* 227  */ 	white-space: nowrap;
/* 228  */ 	width: auto;
/* 229  */ }
/* 230  */ .cr-histogramTable tr.ivole-histogramRow .ivole-histogramCell2 {
/* 231  */ 	width: 70%;
/* 232  */ }
/* 233  */ .cr-all-reviews-shortcode .cr-histogramTable tr.ivole-histogramRow .ivole-histogramCell2 {
/* 234  */ 	min-width: 100px;
/* 235  */ }
/* 236  */ .cr-histogramTable tr.ivole-histogramRow .ivole-histogramCell3 {
/* 237  */ 	text-align: right;
/* 238  */ 	white-space: nowrap;
/* 239  */ 	width: auto;
/* 240  */ }
/* 241  */ #reviews .cr-summaryBox-wrap,
/* 242  */ .cr-all-reviews-shortcode .cr-summaryBox-wrap,
/* 243  */ .cr-reviews-grid .cr-summaryBox-wrap {
/* 244  */ 	display: flex;
/* 245  */ 	flex-wrap: wrap;
/* 246  */ 	justify-content: space-between;
/* 247  */ 	padding: 2px;
/* 248  */ 	align-items: center;
/* 249  */ }
/* 250  */ .cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-summaryBox-wrap {

/* frontend.css */

/* 251  */ 	display: none;
/* 252  */ }
/* 253  */ .cr-reviews-grid.cr-reviews-grid-new-review .cr-summaryBox-wrap,
/* 254  */ .cr-reviews-grid.cr-reviews-grid-new-review .cr-reviews-grid-empty {
/* 255  */ 	display: none;
/* 256  */ }
/* 257  */ #reviews .cr-summaryBox-wrap {
/* 258  */ 	margin: 0 0 1em 0;
/* 259  */ 	background-color: #F9F9F9;
/* 260  */ }
/* 261  */ .cr-all-reviews-shortcode .cr-summaryBox-wrap,
/* 262  */ .cr-reviews-grid .cr-summaryBox-wrap {
/* 263  */ 	margin: 0;
/* 264  */ 	background-color: #F9F9F9;
/* 265  */ }
/* 266  */ .cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator,
/* 267  */ .cr-reviews-grid .cr-summaryBox-wrap .cr-summary-separator {
/* 268  */ 	width: auto;
/* 269  */ 	height: 40px;
/* 270  */ }
/* 271  */ .cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-summary-separator,
/* 272  */ .cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-summary-separator {
/* 273  */ 	flex: 2 2 auto;
/* 274  */ 	display: flex;
/* 275  */ 	justify-content: center;
/* 276  */ 	align-items: center;
/* 277  */ }
/* 278  */ .cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-summary-separator-side,
/* 279  */ .cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-summary-separator-side {
/* 280  */ 	flex: 1 1 auto;
/* 281  */ }
/* 282  */ .cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator-int,
/* 283  */ .cr-reviews-grid .cr-summaryBox-wrap .cr-summary-separator-int {
/* 284  */ 	width: 2px;
/* 285  */ 	height: 40px;
/* 286  */ 	background-color: #BCCCD4;
/* 287  */ }
/* 288  */ .cr-reviews-grid .cr-summaryBox-wrap {
/* 289  */ 	margin: 0 10px 20px 10px;
/* 290  */ }
/* 291  */ #reviews .cr-summaryBox-wrap .ivole-summaryBox,
/* 292  */ #reviews .cr-summaryBox-wrap .cr-overall-rating-wrap,
/* 293  */ .cr-all-reviews-shortcode .cr-summaryBox-wrap .ivole-summaryBox,
/* 294  */ .cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap,
/* 295  */ .cr-reviews-grid .cr-summaryBox-wrap .ivole-summaryBox,
/* 296  */ .cr-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap {
/* 297  */ 	margin: 0px;
/* 298  */ 	width: 49%;
/* 299  */ 	flex: 0 0 49%;
/* 300  */ 	padding: 10px;

/* frontend.css */

/* 301  */ 	border-radius: 4px;
/* 302  */ 	border: 0px solid #e4e1e3;
/* 303  */ 	box-sizing: border-box;
/* 304  */ }
/* 305  */ .cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .ivole-summaryBox,
/* 306  */ .cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .ivole-summaryBox {
/* 307  */ 	width: 35%;
/* 308  */ 	flex: 1 0 35%;
/* 309  */ }
/* 310  */ .cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-overall-rating-wrap,
/* 311  */ .cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-add-review-wrap,
/* 312  */ .cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-overall-rating-wrap,
/* 313  */ .cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-add-review-wrap {
/* 314  */ 	width: auto;
/* 315  */ 	flex: 0 0 auto;
/* 316  */ }
/* 317  */ #reviews .cr-summaryBox-wrap .cr-overall-rating-wrap,
/* 318  */ .cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap,
/* 319  */ .cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap,
/* 320  */ .cr-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap,
/* 321  */ .cr-reviews-grid .cr-summaryBox-wrap .cr-add-review-wrap {
/* 322  */ 	display: flex;
/* 323  */ 	justify-content: center;
/* 324  */ 	align-items: center;
/* 325  */ 	flex-wrap: wrap;
/* 326  */ 	flex-direction: column;
/* 327  */ }
/* 328  */ #reviews .cr-summaryBox-wrap .cr-average-rating,
/* 329  */ .cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-average-rating,
/* 330  */ .cr-reviews-grid .cr-summaryBox-wrap .cr-average-rating {
/* 331  */ 	font-size: 36px;
/* 332  */ 	font-weight: bold;
/* 333  */ 	line-height: 50px;
/* 334  */ 	color: #0E252C;
/* 335  */ }
/* 336  */ #reviews .cr-summaryBox-wrap .cr-total-rating-count,
/* 337  */ .cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-total-rating-count,
/* 338  */ .cr-reviews-grid .cr-summaryBox-wrap .cr-total-rating-count {
/* 339  */ 	font-size: 14px;
/* 340  */ 	color: #0E252C;
/* 341  */ 	line-height: 25px;
/* 342  */ }
/* 343  */ .cr-all-reviews-shortcode .cr-review-form-wrap,
/* 344  */ .cr-reviews-grid .cr-review-form-wrap,
/* 345  */ .cr-qna-block .cr-qna-new-q-form {
/* 346  */ 	display: none;
/* 347  */ }
/* 348  */ .cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-review-form-wrap,
/* 349  */ .cr-ajax-reviews-review-form .cr-review-form-wrap,
/* 350  */ .cr-reviews-grid.cr-reviews-grid-new-review .cr-review-form-wrap,

/* frontend.css */

/* 351  */ .cr-qna-block.cr-qna-new-q-form-open .cr-qna-new-q-form {
/* 352  */ 	display: block;
/* 353  */ }
/* 354  */ .cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav,
/* 355  */ .cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav,
/* 356  */ .cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav,
/* 357  */ .cr-qna-block .cr-review-form-nav {
/* 358  */ 	display: flex;
/* 359  */ 	justify-content: space-between;
/* 360  */ 	border-top: 1px solid #E5E9EB;
/* 361  */ 	border-bottom: 1px solid #E5E9EB;
/* 362  */ 	height: 50px;
/* 363  */ }
/* 364  */ .cr-qna-block .cr-qna-list-inl-answ .cr-review-form-nav {
/* 365  */ 	margin: 0 0 20px 0;
/* 366  */ }
/* 367  */ .cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-left,
/* 368  */ .cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-right,
/* 369  */ .cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-left,
/* 370  */ .cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-right,
/* 371  */ .cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav .cr-nav-left,
/* 372  */ .cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav .cr-nav-right,
/* 373  */ .cr-qna-block .cr-review-form-nav .cr-nav-left,
/* 374  */ .cr-qna-block .cr-review-form-nav .cr-nav-right {
/* 375  */ 	display: flex;
/* 376  */ 	align-items: center;
/* 377  */ }
/* 378  */ .cr-ajax-reviews-review-form.cr-ajax-reviews-review-form-nc .cr-review-form-wrap .cr-review-form-nav .cr-nav-right {
/* 379  */ 	display: none;
/* 380  */ }
/* 381  */ .cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg,
/* 382  */ .cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg,
/* 383  */ .cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg,
/* 384  */ .cr-qna-block .cr-review-form-nav .cr-nav-left svg {
/* 385  */ 	margin: 0 5px 0 0;
/* 386  */ }
/* 387  */ .cr-ajax-reviews-review-form.cr-ajax-reviews-review-form-nc .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg {
/* 388  */ 	pointer-events: none;
/* 389  */ }
/* 390  */ .cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg:hover,
/* 391  */ .cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-right svg:hover,
/* 392  */ .cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg:hover,
/* 393  */ .cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-right svg:hover,
/* 394  */ .cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg:hover,
/* 395  */ .cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav .cr-nav-right svg:hover,
/* 396  */ .cr-qna-block .cr-review-form-nav .cr-nav-left svg:hover,
/* 397  */ .cr-qna-block .cr-review-form-nav .cr-nav-right svg:hover {
/* 398  */ 	cursor: pointer;
/* 399  */ }
/* 400  */ .cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-left span,

/* frontend.css */

/* 401  */ .cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-left span,
/* 402  */ .cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav .cr-nav-left span,
/* 403  */ .cr-qna-block .cr-review-form-nav .cr-nav-left span {
/* 404  */ 	font-size: 16px;
/* 405  */ 	color: #0E252C;
/* 406  */ }
/* 407  */ .cr-all-reviews-shortcode .cr-review-form-item,
/* 408  */ .cr-ajax-reviews-review-form .cr-review-form-item,
/* 409  */ .cr-reviews-grid .cr-review-form-item,
/* 410  */ .cr-qna-block .cr-review-form-item {
/* 411  */ 	display: flex;
/* 412  */ 	max-width: 500px;
/* 413  */ 	margin: 0 auto;
/* 414  */ 	padding: 30px 0;
/* 415  */ 	border-bottom: 1px solid #E5E9EB;
/* 416  */ 	position: relative;
/* 417  */ 	align-items: center;
/* 418  */ }
/* 419  */ .cr-all-reviews-shortcode .cr-review-form-item img,
/* 420  */ .cr-ajax-reviews-review-form .cr-review-form-item img,
/* 421  */ .cr-reviews-grid .cr-review-form-item img,
/* 422  */ .cr-qna-block .cr-review-form-item img {
/* 423  */ 	display: block;
/* 424  */ 	height: 60px;
/* 425  */ 	width: auto;
/* 426  */ 	margin: 0 20px 0 0;
/* 427  */ }
/* 428  */ .rtl .cr-all-reviews-shortcode .cr-review-form-item img,
/* 429  */ .rtl .cr-ajax-reviews-review-form .cr-review-form-item img,
/* 430  */ .rtl .cr-reviews-grid .cr-review-form-item img,
/* 431  */ .rtl .cr-qna-block .cr-review-form-item img {
/* 432  */ 	margin: 0 0 0 20px;
/* 433  */ }
/* 434  */ .cr-all-reviews-shortcode .cr-review-form-item span,
/* 435  */ .cr-ajax-reviews-review-form .cr-review-form-item span,
/* 436  */ .cr-reviews-grid .cr-review-form-item span,
/* 437  */ .cr-qna-block .cr-review-form-item span {
/* 438  */ 	display: block;
/* 439  */ 	font-size: 22px;
/* 440  */ 	font-weight: 500;
/* 441  */ 	color: #0E252C;
/* 442  */ }
/* 443  */ .cr-all-reviews-shortcode .cr-review-form-rating,
/* 444  */ .cr-ajax-reviews-review-form .cr-review-form-rating,
/* 445  */ .cr-reviews-grid .cr-review-form-rating {
/* 446  */ 	max-width: 500px;
/* 447  */ 	margin: 0 auto;
/* 448  */ 	padding: 30px 0 30px 0;
/* 449  */ 	position: relative;
/* 450  */ }

/* frontend.css */

/* 451  */ .cr-onsite-ratings .cr-review-form-rating,
/* 452  */ .cr-review-form-rating-overall .cr-review-form-rating {
/* 453  */ 	max-width: 500px;
/* 454  */ 	margin: 1em 0 1em 0;
/* 455  */ 	padding: 0;
/* 456  */ 	position: relative;
/* 457  */ }
/* 458  */ .cr-review-form-rating-overall.cr-review-form-rating-ovonly .cr-review-form-rating {
/* 459  */ 	margin: 1em 0 1.5em 0;
/* 460  */ }
/* 461  */ .cr-review-form-wrap .cr-onsite-ratings .cr-review-form-rating,
/* 462  */ .cr-review-form-wrap .cr-review-form-rating-overall .cr-review-form-rating {
/* 463  */ 	margin-left: auto;
/* 464  */ 	margin-right: auto;
/* 465  */ }
/* 466  */ .cr-review-form-wrap .cr-onsite-ratings .cr-review-form-rating-label {
/* 467  */ 	font-size: 12px;
/* 468  */ 	color: #4D5D64;
/* 469  */ }
/* 470  */ .cr-all-reviews-shortcode .cr-review-form-rating .cr-review-form-rating-cont,
/* 471  */ .cr-onsite-ratings .cr-review-form-rating .cr-review-form-rating-cont,
/* 472  */ .cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont,
/* 473  */ .cr-reviews-grid .cr-review-form-rating .cr-review-form-rating-cont {
/* 474  */ 	display: flex;
/* 475  */ 	position: relative;
/* 476  */ 	height: auto;
/* 477  */ 	padding: 5px 0;
/* 478  */ }
/* 479  */ .cr-all-reviews-shortcode .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner,
/* 480  */ .cr-onsite-ratings .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner,
/* 481  */ .cr-reviews-grid .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner {
/* 482  */ 	height: 20px;
/* 483  */ 	padding: 0 5px;
/* 484  */ 	line-height: 0;
/* 485  */ }
/* 486  */ .cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner {
/* 487  */ 	height: 30px;
/* 488  */ 	padding: 0 5px;
/* 489  */ }
/* 490  */ .cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner svg {
/* 491  */ 	height: 30px;
/* 492  */ 	width: 33px;
/* 493  */ }
/* 494  */ .cr-onsite-ratings .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner:first-child,
/* 495  */ .cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner:first-child {
/* 496  */ 	padding-left: 0;
/* 497  */ }
/* 498  */ .cr-all-reviews-shortcode .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner .cr-rating-act,
/* 499  */ .cr-onsite-ratings .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner .cr-rating-act,
/* 500  */ .cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner .cr-rating-act,

/* frontend.css */

/* 501  */ .cr-ajax-reviews-review-form .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner .cr-rating-act,
/* 502  */ .cr-reviews-grid .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner .cr-rating-act {
/* 503  */ 	display: none;
/* 504  */ }
/* 505  */ .cr-all-reviews-shortcode .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner svg:hover,
/* 506  */ .cr-ajax-reviews-review-form .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner svg:hover,
/* 507  */ .cr-reviews-grid .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner svg:hover {
/* 508  */ 	cursor: pointer;
/* 509  */ }
/* 510  */ .cr-all-reviews-shortcode .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-nbr,
/* 511  */ .cr-onsite-ratings .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-nbr,
/* 512  */ .cr-reviews-grid .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-nbr {
/* 513  */ 	font-size: 14px;
/* 514  */ 	line-height: 20px;
/* 515  */ 	height: 20px;
/* 516  */ 	margin: 0 0 0 10px;
/* 517  */ }
/* 518  */ .cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-nbr {
/* 519  */ 	font-size: 18px;
/* 520  */ 	line-height: 30px;
/* 521  */ 	height: 30px;
/* 522  */ 	margin: 0 0 0 10px;
/* 523  */ }
/* 524  */ .rtl .cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-nbr {
/* 525  */ 	margin: 0 10px 0 0;
/* 526  */ }
/* 527  */ .cr-review-form-rating-overall .cr-review-form-rating-label {
/* 528  */ 	font-size: 18px;
/* 529  */ }
/* 530  */ .cr-all-reviews-shortcode .cr-review-form-rating-overall .cr-review-form-rating-label,
/* 531  */ .cr-ajax-reviews-review-form .cr-review-form-rating-overall .cr-review-form-rating-label,
/* 532  */ .cr-reviews-grid .cr-review-form-rating-overall .cr-review-form-rating-label {
/* 533  */ 	font-size: 16px;
/* 534  */ }
/* 535  */ .cr-all-reviews-shortcode .cr-review-form-field-error,
/* 536  */ .cr-onsite-ratings .cr-review-form-field-error,
/* 537  */ .cr-review-form-rating-overall .cr-review-form-field-error,
/* 538  */ .cr-onsite-questions .cr-onsite-question .cr-review-form-field-error,
/* 539  */ .cr-ajax-reviews-review-form .cr-review-form-field-error,
/* 540  */ .cr-reviews-grid .cr-review-form-field-error,
/* 541  */ .cr-qna-block .cr-review-form-field-error {
/* 542  */ 	font-size: 11px;
/* 543  */ 	color: #CE2B37;
/* 544  */ 	margin: 5px 0 0 0;
/* 545  */ 	display: none;
/* 546  */ }
/* 547  */ .cr-all-reviews-shortcode .cr-review-form-rating.cr-review-form-error .cr-review-form-rating-cont,
/* 548  */ .cr-onsite-ratings .cr-review-form-rating.cr-review-form-error .cr-review-form-rating-cont,
/* 549  */ .cr-review-form-rating-overall .cr-review-form-rating.cr-review-form-error .cr-review-form-rating-cont,
/* 550  */ .cr-reviews-grid .cr-review-form-rating.cr-review-form-error .cr-review-form-rating-cont {

/* frontend.css */

/* 551  */ 	background-color: #fae9eb;
/* 552  */ }
/* 553  */ .cr-all-reviews-shortcode .cr-review-form-rating.cr-review-form-error .cr-review-form-field-error,
/* 554  */ .cr-ajax-reviews-review-form .cr-review-form-rating.cr-review-form-error .cr-review-form-field-error,
/* 555  */ .cr-onsite-ratings .cr-review-form-rating.cr-review-form-error .cr-review-form-field-error,
/* 556  */ .cr-review-form-rating-overall .cr-review-form-rating.cr-review-form-error .cr-review-form-field-error,
/* 557  */ .cr-onsite-questions .cr-onsite-question.cr-review-form-error .cr-review-form-field-error,
/* 558  */ .cr-all-reviews-shortcode .cr-review-form-comment.cr-review-form-error .cr-review-form-field-error,
/* 559  */ .cr-all-reviews-shortcode .cr-review-form-name.cr-review-form-error .cr-review-form-field-error,
/* 560  */ .cr-all-reviews-shortcode .cr-review-form-captcha.cr-review-form-error .cr-review-form-field-error,
/* 561  */ .cr-all-reviews-shortcode .cr-review-form-email.cr-review-form-error .cr-review-form-field-error,
/* 562  */ .cr-all-reviews-shortcode .cr-form-item-media.cr-review-form-error .cr-review-form-field-error,
/* 563  */ .cr-all-reviews-shortcode .cr-review-form-terms.cr-review-form-error .cr-review-form-field-error,
/* 564  */ .cr-ajax-reviews-review-form .cr-review-form-comment.cr-review-form-error .cr-review-form-field-error,
/* 565  */ .cr-ajax-reviews-review-form .cr-review-form-name.cr-review-form-error .cr-review-form-field-error,
/* 566  */ .cr-ajax-reviews-review-form .cr-review-form-email.cr-review-form-error .cr-review-form-field-error,
/* 567  */ .cr-ajax-reviews-review-form .cr-review-form-captcha.cr-review-form-error .cr-review-form-field-error,
/* 568  */ .cr-ajax-reviews-review-form .cr-form-item-media.cr-review-form-error .cr-review-form-field-error,
/* 569  */ .cr-ajax-reviews-review-form .cr-review-form-terms.cr-review-form-error .cr-review-form-field-error,
/* 570  */ .cr-reviews-grid .cr-review-form-comment.cr-review-form-error .cr-review-form-field-error,
/* 571  */ .cr-reviews-grid .cr-review-form-name.cr-review-form-error .cr-review-form-field-error,
/* 572  */ .cr-reviews-grid .cr-review-form-email.cr-review-form-error .cr-review-form-field-error,
/* 573  */ .cr-reviews-grid .cr-review-form-captcha.cr-review-form-error .cr-review-form-field-error,
/* 574  */ .cr-reviews-grid .cr-form-item-media.cr-review-form-error .cr-review-form-field-error,
/* 575  */ .cr-reviews-grid .cr-review-form-terms.cr-review-form-error .cr-review-form-field-error,
/* 576  */ .cr-qna-block .cr-review-form-comment.cr-review-form-error .cr-review-form-field-error,
/* 577  */ .cr-qna-block .cr-review-form-name.cr-review-form-error .cr-review-form-field-error,
/* 578  */ .cr-qna-block .cr-review-form-email.cr-review-form-error .cr-review-form-field-error,
/* 579  */ .cr-qna-block .cr-review-form-terms.cr-review-form-error .cr-review-form-field-error {
/* 580  */ 	display: block;
/* 581  */ }
/* 582  */ .cr-all-reviews-shortcode .cr-review-form-comment,
/* 583  */ .cr-ajax-reviews-review-form .cr-review-form-comment,
/* 584  */ .cr-reviews-grid .cr-review-form-comment,
/* 585  */ .cr-qna-block .cr-review-form-comment {
/* 586  */ 	max-width: 500px;
/* 587  */ 	margin: 0 auto;
/* 588  */ 	padding: 0 0 20px 0;
/* 589  */ 	position: relative;
/* 590  */ }
/* 591  */ .cr-all-reviews-shortcode .cr-review-form-comment .cr-review-form-comment-txt,
/* 592  */ .cr-ajax-reviews-review-form .cr-review-form-comment .cr-review-form-comment-txt,
/* 593  */ .cr-reviews-grid .cr-review-form-comment .cr-review-form-comment-txt,
/* 594  */ .cr-qna-block .cr-review-form-comment .cr-review-form-comment-txt {
/* 595  */ 	border: solid 1px #D8E2E7;
/* 596  */ 	background-color: #FFFFFF;
/* 597  */ 	box-shadow: none;
/* 598  */ 	position: relative;
/* 599  */ 	padding: 12px 16px;
/* 600  */ 	color: #0E252C;

/* frontend.css */

/* 601  */ 	font-size: 14px;
/* 602  */ 	width: 100%;
/* 603  */ 	margin: 0;
/* 604  */ }
/* 605  */ .cr-all-reviews-shortcode .cr-review-form-comment.cr-review-form-error .cr-review-form-comment-txt,
/* 606  */ .cr-ajax-reviews-review-form .cr-review-form-comment.cr-review-form-error .cr-review-form-comment-txt,
/* 607  */ .cr-reviews-grid .cr-review-form-comment.cr-review-form-error .cr-review-form-comment-txt,
/* 608  */ .cr-qna-block .cr-review-form-comment.cr-review-form-error .cr-review-form-comment-txt {
/* 609  */ 	border: #CE2B37 solid 2px;
/* 610  */ }
/* 611  */ .cr-all-reviews-shortcode .cr-review-form-comment .cr-review-form-lbl,
/* 612  */ .cr-all-reviews-shortcode .cr-review-form-name .cr-review-form-lbl,
/* 613  */ .cr-all-reviews-shortcode .cr-review-form-email .cr-review-form-lbl,
/* 614  */ .cr-ajax-reviews-review-form .cr-review-form-comment .cr-review-form-lbl,
/* 615  */ .cr-ajax-reviews-review-form .cr-review-form-name .cr-review-form-lbl,
/* 616  */ .cr-ajax-reviews-review-form .cr-review-form-email .cr-review-form-lbl,
/* 617  */ .cr-reviews-grid .cr-review-form-comment .cr-review-form-lbl,
/* 618  */ .cr-reviews-grid .cr-review-form-name .cr-review-form-lbl,
/* 619  */ .cr-reviews-grid .cr-review-form-email .cr-review-form-lbl,
/* 620  */ .cr-qna-block .cr-review-form-lbl {
/* 621  */ 	position: absolute;
/* 622  */ 	top: -7px;
/* 623  */ 	z-index: 1;
/* 624  */ 	left: 16px;
/* 625  */ 	background-color: #FFFFFF;
/* 626  */ 	padding: 0 5px;
/* 627  */ 	font-size: 12px;
/* 628  */ 	line-height: 12px;
/* 629  */ 	height: 12px;
/* 630  */ 	color: #4D5D64;
/* 631  */ }
/* 632  */ .rtl .cr-all-reviews-shortcode .cr-review-form-comment .cr-review-form-lbl,
/* 633  */ .rtl .cr-all-reviews-shortcode .cr-review-form-name .cr-review-form-lbl,
/* 634  */ .rtl .cr-all-reviews-shortcode .cr-review-form-email .cr-review-form-lbl,
/* 635  */ .rtl .cr-ajax-reviews-review-form .cr-review-form-comment .cr-review-form-lbl,
/* 636  */ .rtl .cr-ajax-reviews-review-form .cr-review-form-name .cr-review-form-lbl,
/* 637  */ .rtl .cr-ajax-reviews-review-form .cr-review-form-email .cr-review-form-lbl,
/* 638  */ .rtl .cr-reviews-grid .cr-review-form-comment .cr-review-form-lbl,
/* 639  */ .rtl .cr-reviews-grid .cr-review-form-name .cr-review-form-lbl,
/* 640  */ .rtl .cr-reviews-grid .cr-review-form-email .cr-review-form-lbl,
/* 641  */ .rtl .cr-qna-block .cr-review-form-lbl {
/* 642  */ 	left: auto;
/* 643  */ 	right: 16px;
/* 644  */ }
/* 645  */ .cr-all-reviews-shortcode .cr-form-item-media,
/* 646  */ .cr-ajax-reviews-review-form .cr-form-item-media,
/* 647  */ .cr-reviews-grid .cr-form-item-media {
/* 648  */ 	max-width: 500px;
/* 649  */ 	margin: 0 auto;
/* 650  */ 	padding: 0 0 20px 0;

/* frontend.css */

/* 651  */ }
/* 652  */ .cr-all-reviews-shortcode .cr-review-form-terms,
/* 653  */ .cr-ajax-reviews-review-form .cr-review-form-terms,
/* 654  */ .cr-reviews-grid .cr-review-form-terms,
/* 655  */ .cr-qna-block .cr-captcha-terms,
/* 656  */ .cr-qna-block .cr-review-form-terms {
/* 657  */ 	max-width: 500px;
/* 658  */ 	margin: 0 auto;
/* 659  */ 	padding: 0 0 20px 0;
/* 660  */ 	line-height: 1;
/* 661  */ 	display: block;
/* 662  */ }
/* 663  */ .cr-all-reviews-shortcode .cr-review-form-terms label,
/* 664  */ .cr-ajax-reviews-review-form .cr-review-form-terms label,
/* 665  */ .cr-reviews-grid .cr-review-form-terms label,
/* 666  */ .cr-qna-block .cr-review-form-terms label {
/* 667  */ 	display: inline-block;
/* 668  */ 	font-size: 14px;
/* 669  */ 	font-weight: normal;
/* 670  */ 	margin: 0;
/* 671  */ }
/* 672  */ .cr-all-reviews-shortcode .cr-review-form-terms .cr-review-form-checkbox,
/* 673  */ .cr-ajax-reviews-review-form .cr-review-form-terms .cr-review-form-checkbox,
/* 674  */ .cr-reviews-grid .cr-review-form-terms .cr-review-form-checkbox,
/* 675  */ .cr-qna-block .cr-review-form-terms .cr-review-form-checkbox {
/* 676  */ 	appearance: auto;
/* 677  */ 	width: auto;
/* 678  */ 	height: auto;
/* 679  */ 	border: none;
/* 680  */ 	display: inline-block;
/* 681  */ 	vertical-align: middle;
/* 682  */ 	margin: 0 5px 0 0;
/* 683  */ 	accent-color: #4D5D64;
/* 684  */ }
/* 685  */ .rtl .cr-all-reviews-shortcode .cr-review-form-terms .cr-review-form-checkbox,
/* 686  */ .rtl .cr-ajax-reviews-review-form .cr-review-form-terms .cr-review-form-checkbox,
/* 687  */ .rtl .cr-reviews-grid .cr-review-form-terms .cr-review-form-checkbox,
/* 688  */ .rtl .cr-qna-block .cr-review-form-terms .cr-review-form-checkbox {
/* 689  */ 	margin: 0 0 0 5px;
/* 690  */ }
/* 691  */ .cr-all-reviews-shortcode .cr-review-form-terms span,
/* 692  */ .cr-ajax-reviews-review-form .cr-review-form-terms span,
/* 693  */ .cr-reviews-grid .cr-review-form-terms span,
/* 694  */ .cr-qna-block .cr-review-form-terms span {
/* 695  */ 	display: inline;
/* 696  */ 	vertical-align: middle;
/* 697  */ 	color: #0E252C;
/* 698  */ 	line-height: 1.3;
/* 699  */ }
/* 700  */ .cr-all-reviews-shortcode .cr-review-form-terms .cr-review-form-checkbox::after,

/* frontend.css */

/* 701  */ .cr-ajax-reviews-review-form .cr-review-form-terms .cr-review-form-checkbox::after,
/* 702  */ .cr-reviews-grid .cr-review-form-terms .cr-review-form-checkbox::after,
/* 703  */ .cr-qna-block .cr-review-form-terms .cr-review-form-checkbox::after {
/* 704  */ 	border: none;
/* 705  */ 	content: normal;
/* 706  */ }
/* 707  */ .cr-qna-block .cr-captcha-terms {
/* 708  */ 	font-size: 12px;
/* 709  */ 	font-weight: normal;
/* 710  */ 	vertical-align: middle;
/* 711  */ 	color: #0E252C;
/* 712  */ }
/* 713  */ .cr-all-reviews-shortcode .cr-review-form-ne,
/* 714  */ .cr-ajax-reviews-review-form .cr-review-form-ne,
/* 715  */ .cr-reviews-grid .cr-review-form-ne,
/* 716  */ .cr-qna-block .cr-review-form-ne {
/* 717  */ 	max-width: 500px;
/* 718  */ 	margin: 0 auto;
/* 719  */ 	padding: 0 0 20px 0;
/* 720  */ 	position: relative;
/* 721  */ 	display: flex;
/* 722  */ 	gap: 10px;
/* 723  */ }
/* 724  */ .cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-name,
/* 725  */ .cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-email,
/* 726  */ .cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-name,
/* 727  */ .cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-email,
/* 728  */ .cr-reviews-grid .cr-review-form-ne .cr-review-form-name,
/* 729  */ .cr-reviews-grid .cr-review-form-ne .cr-review-form-email,
/* 730  */ .cr-qna-block .cr-review-form-ne .cr-review-form-name,
/* 731  */ .cr-qna-block .cr-review-form-ne .cr-review-form-email {
/* 732  */ 	width: 50%;
/* 733  */ 	position: relative;
/* 734  */ }
/* 735  */ .cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-name input,
/* 736  */ .cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-email input,
/* 737  */ .cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-name input,
/* 738  */ .cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-email input,
/* 739  */ .cr-reviews-grid .cr-review-form-ne .cr-review-form-name input,
/* 740  */ .cr-reviews-grid .cr-review-form-ne .cr-review-form-email input,
/* 741  */ .cr-qna-block .cr-review-form-ne .cr-review-form-name input,
/* 742  */ .cr-qna-block .cr-review-form-ne .cr-review-form-email input {
/* 743  */ 	width: 100%;
/* 744  */ }
/* 745  */ .cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-txt,
/* 746  */ .cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-txt,
/* 747  */ .cr-reviews-grid .cr-review-form-ne .cr-review-form-txt,
/* 748  */ .cr-qna-block .cr-review-form-ne .cr-review-form-txt {
/* 749  */ 	border: solid 1px #D8E2E7;
/* 750  */ 	background-color: #FFFFFF;

/* frontend.css */

/* 751  */ 	box-shadow: none;
/* 752  */ 	position: relative;
/* 753  */ 	padding: 12px 16px;
/* 754  */ 	color: #0E252C;
/* 755  */ 	font-size: 14px;
/* 756  */ 	margin: 0;
/* 757  */ }
/* 758  */ .cr-review-form-wrap .cr-onsite-question .cr-onsite-question-inp {
/* 759  */ 	border: solid 1px #D8E2E7;
/* 760  */ 	background-color: #FFFFFF;
/* 761  */ 	box-shadow: none;
/* 762  */ 	padding: 12px 16px;
/* 763  */ 	color: #0E252C;
/* 764  */ 	font-size: 14px;
/* 765  */ 	width: 50%;
/* 766  */ }
/* 767  */ .cr-review-form-wrap .cr-onsite-question label {
/* 768  */ 	position: absolute;
/* 769  */ 	top: -7px;
/* 770  */ 	z-index: 1;
/* 771  */ 	left: 16px;
/* 772  */ 	background-color: #FFFFFF;
/* 773  */ 	padding: 0 5px;
/* 774  */ 	font-size: 12px;
/* 775  */ 	line-height: 12px;
/* 776  */ 	height: 12px;
/* 777  */ 	color: #4D5D64;
/* 778  */ 	font-weight: normal;
/* 779  */ }
/* 780  */ .rtl .cr-review-form-wrap .cr-onsite-question label {
/* 781  */ 	left: auto;
/* 782  */ 	right: 16px;
/* 783  */ }
/* 784  */ .cr-review-form-wrap .cr-onsite-questions {
/* 785  */ 	max-width: 500px;
/* 786  */ 	margin: 0 auto;
/* 787  */ }
/* 788  */ .cr-all-reviews-shortcode .cr-review-form-name.cr-review-form-error .cr-review-form-txt,
/* 789  */ .cr-all-reviews-shortcode .cr-review-form-email.cr-review-form-error .cr-review-form-txt,
/* 790  */ .cr-ajax-reviews-review-form .cr-review-form-name.cr-review-form-error .cr-review-form-txt,
/* 791  */ .cr-ajax-reviews-review-form .cr-review-form-email.cr-review-form-error .cr-review-form-txt,
/* 792  */ .cr-onsite-questions .cr-onsite-question.cr-review-form-error input[type='text'],
/* 793  */ .cr-onsite-questions .cr-onsite-question.cr-review-form-error input[type='number'],
/* 794  */ .cr-single-product-review .cr-review-form-textbox.cr-review-form-error,
/* 795  */ .cr-reviews-grid .cr-review-form-name.cr-review-form-error .cr-review-form-txt,
/* 796  */ .cr-reviews-grid .cr-review-form-email.cr-review-form-error .cr-review-form-txt,
/* 797  */ .cr-qna-block .cr-review-form-name.cr-review-form-error .cr-review-form-txt,
/* 798  */ .cr-qna-block .cr-review-form-email.cr-review-form-error .cr-review-form-txt {
/* 799  */ 	border: #CE2B37 solid 2px;
/* 800  */ }

/* frontend.css */

/* 801  */ .cr-all-reviews-shortcode .cr-review-form-captcha,
/* 802  */ .cr-ajax-reviews-review-form .cr-review-form-captcha,
/* 803  */ .cr-reviews-grid .cr-review-form-captcha {
/* 804  */ 	max-width: 500px;
/* 805  */ 	margin: 0 auto;
/* 806  */ 	padding: 0 0 20px 0;
/* 807  */ 	display: flex;
/* 808  */ 	flex-direction: column;
/* 809  */ 	align-items: start;
/* 810  */ }
/* 811  */ .cr-all-reviews-shortcode .cr-review-form-captcha .cr-recaptcha,
/* 812  */ .cr-ajax-reviews-review-form .cr-review-form-captcha .cr-recaptcha,
/* 813  */ .cr-reviews-grid .cr-review-form-captcha .cr-recaptcha {
/* 814  */ 	margin: 0;
/* 815  */ }
/* 816  */ .cr-all-reviews-shortcode .cr-review-form-buttons,
/* 817  */ .cr-ajax-reviews-review-form .cr-review-form-buttons,
/* 818  */ .cr-reviews-grid .cr-review-form-buttons,
/* 819  */ .cr-qna-block .cr-review-form-buttons {
/* 820  */ 	max-width: 500px;
/* 821  */ 	margin: 0 auto;
/* 822  */ 	padding: 0 0 30px 0;
/* 823  */ 	position: relative;
/* 824  */ 	display: flex;
/* 825  */ 	gap: 10px;
/* 826  */ }
/* 827  */ .cr-qna-block .cr-qna-list-inl-answ .cr-review-form-buttons {
/* 828  */ 	padding: 0;
/* 829  */ }
/* 830  */ .cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit,
/* 831  */ .cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit,
/* 832  */ .cr-reviews-grid .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit,
/* 833  */ .cr-qna-block .cr-review-form-buttons .cr-review-form-submit {
/* 834  */ 	display: flex;
/* 835  */ 	background-color: #31856C;
/* 836  */ 	color: #ffffff;
/* 837  */ 	border: 0;
/* 838  */ 	height: 40px;
/* 839  */ 	line-height: 20px;
/* 840  */ 	font-size: 15px;
/* 841  */ 	width: 50%;
/* 842  */ 	padding: 0 10px;
/* 843  */ 	margin: 0;
/* 844  */ 	align-items: center;
/* 845  */ 	justify-content: center;
/* 846  */ }
/* 847  */ .cr-ajax-reviews-review-form.cr-ajax-reviews-review-form-nc .cr-review-form-buttons .cr-review-form-submit {
/* 848  */ 	width: 100%;
/* 849  */ }
/* 850  */ .cr-all-reviews-shortcode .cr-review-form-buttons .cr-review-form-submit:hover,

/* frontend.css */

/* 851  */ .cr-ajax-reviews-review-form .cr-review-form-buttons .cr-review-form-submit:hover,
/* 852  */ .cr-reviews-grid .cr-review-form-buttons .cr-review-form-submit:hover,
/* 853  */ .cr-qna-block .cr-review-form-buttons .cr-review-form-submit:hover {
/* 854  */ 	background-color: #276A56;
/* 855  */ 	text-decoration: none;
/* 856  */ 	cursor: pointer;
/* 857  */ }
/* 858  */ .cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit,
/* 859  */ .cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-cancel,
/* 860  */ .cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,
/* 861  */ .cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,
/* 862  */ .cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-comment .cr-review-form-comment-txt,
/* 863  */ .cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-ne .cr-review-form-txt,
/* 864  */ .cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-captcha,
/* 865  */ .cr-all-reviews-shortcode .cr-review-form-submitting .cr-onsite-question,
/* 866  */ .cr-all-reviews-shortcode .cr-review-form-submitting .cr-onsite-question-inp,
/* 867  */ .cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-terms,
/* 868  */ .cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit,
/* 869  */ .cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-cancel,
/* 870  */ .cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,
/* 871  */ .cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,
/* 872  */ .cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-comment .cr-review-form-comment-txt,
/* 873  */ .cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-ne .cr-review-form-txt,
/* 874  */ .cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-captcha,
/* 875  */ .cr-ajax-reviews-review-form .cr-review-form-submitting .cr-onsite-question,
/* 876  */ .cr-ajax-reviews-review-form .cr-review-form-submitting .cr-onsite-question-inp,
/* 877  */ .cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-terms,
/* 878  */ .cr-reviews-grid .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit,
/* 879  */ .cr-reviews-grid .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-cancel,
/* 880  */ .cr-reviews-grid .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,
/* 881  */ .cr-reviews-grid .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,
/* 882  */ .cr-reviews-grid .cr-review-form-submitting .cr-review-form-comment .cr-review-form-comment-txt,
/* 883  */ .cr-reviews-grid .cr-review-form-submitting .cr-review-form-ne .cr-review-form-txt,
/* 884  */ .cr-reviews-grid .cr-review-form-submitting .cr-review-form-captcha,
/* 885  */ .cr-reviews-grid .cr-review-form-submitting .cr-onsite-question,
/* 886  */ .cr-reviews-grid .cr-review-form-submitting .cr-onsite-question-inp,
/* 887  */ .cr-reviews-grid .cr-review-form-submitting .cr-review-form-terms,
/* 888  */ .cr-qna-block .cr-review-form-submitting.cr-qna-new-q-form,
/* 889  */ .cr-qna-block .cr-review-form-submitting.cr-qna-list-inl-answ {
/* 890  */ 	pointer-events: none;
/* 891  */ }
/* 892  */ .cr-all-reviews-shortcode .cr-review-form-buttons .cr-review-form-submit span,
/* 893  */ .cr-ajax-reviews-review-form .cr-review-form-buttons .cr-review-form-submit span,
/* 894  */ .cr-reviews-grid .cr-review-form-buttons .cr-review-form-submit span {
/* 895  */ 	display: block;
/* 896  */ }
/* 897  */ .cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit span,
/* 898  */ .cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit span,
/* 899  */ .cr-reviews-grid .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit span,
/* 900  */ .cr-qna-block .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit span {

/* frontend.css */

/* 901  */ 	display: none;
/* 902  */ }
/* 903  */ .cr-all-reviews-shortcode .cr-review-form-buttons .cr-review-form-submit img,
/* 904  */ .cr-ajax-reviews-review-form .cr-review-form-buttons .cr-review-form-submit img,
/* 905  */ .cr-reviews-grid .cr-review-form-buttons .cr-review-form-submit img,
/* 906  */ .cr-qna-block .cr-review-form-buttons .cr-review-form-submit img {
/* 907  */ 	display: none;
/* 908  */ 	height: 10px;
/* 909  */ }
/* 910  */ .cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit img,
/* 911  */ .cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit img,
/* 912  */ .cr-reviews-grid .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit img,
/* 913  */ .cr-qna-block .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit img {
/* 914  */ 	display: block;
/* 915  */ }
/* 916  */ .cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-cancel,
/* 917  */ .cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-cancel,
/* 918  */ .cr-reviews-grid .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-cancel,
/* 919  */ .cr-qna-block .cr-review-form-buttons .cr-review-form-cancel {
/* 920  */ 	display: flex;
/* 921  */ 	background-color: #ffffff;
/* 922  */ 	color: #0E252C;
/* 923  */ 	border: 0;
/* 924  */ 	height: 40px;
/* 925  */ 	line-height: 20px;
/* 926  */ 	font-size: 15px;
/* 927  */ 	width: 50%;
/* 928  */ 	border: solid 1px #D8E2E7;
/* 929  */ 	padding: 0 10px;
/* 930  */ 	margin: 0;
/* 931  */ 	align-items: center;
/* 932  */ 	justify-content: center;
/* 933  */ }
/* 934  */ .cr-ajax-reviews-review-form.cr-ajax-reviews-review-form-nc .cr-review-form-buttons .cr-review-form-cancel {
/* 935  */ 	display: none;
/* 936  */ }
/* 937  */ .cr-all-reviews-shortcode .cr-review-form-buttons .cr-review-form-cancel:hover,
/* 938  */ .cr-ajax-reviews-review-form .cr-review-form-buttons .cr-review-form-cancel:hover,
/* 939  */ .cr-reviews-grid .cr-review-form-buttons .cr-review-form-cancel:hover,
/* 940  */ .cr-qna-block .cr-review-form-buttons .cr-review-form-cancel:hover {
/* 941  */ 	border: solid 1px #4D5D64;
/* 942  */ 	text-decoration: none;
/* 943  */ 	cursor: pointer;
/* 944  */ }
/* 945  */ .cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-rating,
/* 946  */ .cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-comment,
/* 947  */ .cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-ne,
/* 948  */ .cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-captcha,
/* 949  */ .cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-buttons,
/* 950  */ .cr-all-reviews-shortcode .cr-review-form-res .cr-onsite-ratings,

/* frontend.css */

/* 951  */ .cr-all-reviews-shortcode .cr-review-form-res .cr-onsite-question,
/* 952  */ .cr-all-reviews-shortcode .cr-review-form-res .cr-form-item-media,
/* 953  */ .cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-terms,
/* 954  */ .cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-rating,
/* 955  */ .cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-comment,
/* 956  */ .cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-ne,
/* 957  */ .cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-captcha,
/* 958  */ .cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-buttons,
/* 959  */ .cr-ajax-reviews-review-form .cr-review-form-res .cr-onsite-ratings,
/* 960  */ .cr-ajax-reviews-review-form .cr-review-form-res .cr-onsite-question,
/* 961  */ .cr-ajax-reviews-review-form .cr-review-form-res .cr-form-item-media,
/* 962  */ .cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-terms,
/* 963  */ .cr-reviews-grid .cr-review-form-res .cr-review-form-rating,
/* 964  */ .cr-reviews-grid .cr-review-form-res .cr-review-form-comment,
/* 965  */ .cr-reviews-grid .cr-review-form-res .cr-review-form-ne,
/* 966  */ .cr-reviews-grid .cr-review-form-res .cr-review-form-captcha,
/* 967  */ .cr-reviews-grid .cr-review-form-res .cr-review-form-buttons,
/* 968  */ .cr-reviews-grid .cr-review-form-res .cr-onsite-ratings,
/* 969  */ .cr-reviews-grid .cr-review-form-res .cr-onsite-question,
/* 970  */ .cr-reviews-grid .cr-review-form-res .cr-form-item-media,
/* 971  */ .cr-reviews-grid .cr-review-form-res .cr-review-form-terms,
/* 972  */ .cr-qna-block .cr-review-form-res .cr-review-form-comment,
/* 973  */ .cr-qna-block .cr-review-form-res .cr-review-form-ne,
/* 974  */ .cr-qna-block .cr-review-form-res .cr-review-form-buttons,
/* 975  */ .cr-qna-block .cr-review-form-res .cr-captcha-terms,
/* 976  */ .cr-qna-block .cr-review-form-res .cr-review-form-terms {
/* 977  */ 	display: none;
/* 978  */ }
/* 979  */ .cr-all-reviews-shortcode .cr-review-form-result,
/* 980  */ .cr-ajax-reviews-review-form .cr-review-form-result,
/* 981  */ .cr-all-reviews-shortcode .cr-review-form-not-logged-in,
/* 982  */ .cr-ajax-reviews-review-form .cr-review-form-not-logged-in,
/* 983  */ .cr-reviews-grid .cr-review-form-result,
/* 984  */ .cr-reviews-grid .cr-review-form-not-logged-in,
/* 985  */ .cr-qna-block .cr-review-form-not-logged-in,
/* 986  */ .cr-qna-block .cr-review-form-result {
/* 987  */ 	max-width: 500px;
/* 988  */ 	margin: 0 auto;
/* 989  */ 	display: none;
/* 990  */ 	position: relative;
/* 991  */ 	padding: 40px 0;
/* 992  */ }
/* 993  */ .cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-result,
/* 994  */ .cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-result,
/* 995  */ .cr-all-reviews-shortcode .cr-review-form-not-logged-in,
/* 996  */ .cr-ajax-reviews-review-form .cr-review-form-not-logged-in,
/* 997  */ .cr-reviews-grid .cr-review-form-res .cr-review-form-result,
/* 998  */ .cr-reviews-grid .cr-review-form-not-logged-in,
/* 999  */ .cr-qna-block .cr-review-form-res .cr-review-form-result,
/* 1000 */ .cr-qna-block .cr-review-form-not-logged-in {

/* frontend.css */

/* 1001 */ 	display: flex;
/* 1002 */ 	flex-direction: column;
/* 1003 */ 	align-items: center;
/* 1004 */ }
/* 1005 */ .cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-result span,
/* 1006 */ .cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-result span,
/* 1007 */ .cr-all-reviews-shortcode .cr-review-form-not-logged-in span,
/* 1008 */ .cr-ajax-reviews-review-form .cr-review-form-not-logged-in span,
/* 1009 */ .cr-reviews-grid .cr-review-form-res .cr-review-form-result span,
/* 1010 */ .cr-reviews-grid .cr-review-form-not-logged-in span,
/* 1011 */ .cr-qna-block .cr-review-form-res .cr-review-form-result span,
/* 1012 */ .cr-qna-block .cr-review-form-not-logged-in span {
/* 1013 */ 	padding: 0 0 20px 0;
/* 1014 */ }
/* 1015 */ .cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-result .cr-review-form-continue,
/* 1016 */ .cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-result .cr-review-form-continue,
/* 1017 */ .cr-all-reviews-shortcode .cr-review-form-not-logged-in .cr-review-form-continue,
/* 1018 */ .cr-ajax-reviews-review-form .cr-review-form-not-logged-in .cr-review-form-continue,
/* 1019 */ .cr-reviews-grid .cr-review-form-res .cr-review-form-result .cr-review-form-continue,
/* 1020 */ .cr-reviews-grid .cr-review-form-not-logged-in .cr-review-form-continue,
/* 1021 */ .cr-qna-block .cr-review-form-res .cr-review-form-result .cr-review-form-continue,
/* 1022 */ .cr-qna-block .cr-review-form-not-logged-in .cr-review-form-continue {
/* 1023 */ 	display: flex;
/* 1024 */ 	background-color: #31856C;
/* 1025 */ 	color: #ffffff;
/* 1026 */ 	border: 0;
/* 1027 */ 	height: 40px;
/* 1028 */ 	line-height: 20px;
/* 1029 */ 	font-size: 15px;
/* 1030 */ 	width: auto;
/* 1031 */ 	text-decoration: none;
/* 1032 */ 	align-items: center;
/* 1033 */ 	justify-content: center;
/* 1034 */ }
/* 1035 */ .cr-all-reviews-shortcode .cr-review-form-not-logged-in .cr-review-form-continue,
/* 1036 */ .cr-ajax-reviews-review-form .cr-review-form-not-logged-in .cr-review-form-continue,
/* 1037 */ .cr-reviews-grid .cr-review-form-not-logged-in .cr-review-form-continue,
/* 1038 */ .cr-qna-block .cr-review-form-not-logged-in .cr-review-form-continue {
/* 1039 */ 	padding: 10px 20px;
/* 1040 */ 	min-width: 100px;
/* 1041 */ 	text-align: center;
/* 1042 */ }
/* 1043 */ .cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-result .cr-review-form-continue:hover,
/* 1044 */ .cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-result .cr-review-form-continue:hover,
/* 1045 */ .cr-all-reviews-shortcode .cr-review-form-not-logged-in .cr-review-form-continue:hover,
/* 1046 */ .cr-ajax-reviews-review-form .cr-review-form-not-logged-in .cr-review-form-continue:hover,
/* 1047 */ .cr-reviews-grid .cr-review-form-res .cr-review-form-result .cr-review-form-continue:hover,
/* 1048 */ .cr-reviews-grid .cr-review-form-not-logged-in .cr-review-form-continue:hover,
/* 1049 */ .cr-qna-block .cr-review-form-res .cr-review-form-result .cr-review-form-continue:hover,
/* 1050 */ .cr-qna-block .cr-review-form-not-logged-in .cr-review-form-continue:hover {

/* frontend.css */

/* 1051 */ 	background-color: #276A56;
/* 1052 */ 	text-decoration: none;
/* 1053 */ 	cursor: pointer;
/* 1054 */ }
/* 1055 */ .ivole-summaryBox {
/* 1056 */ 	max-width: 100%;
/* 1057 */ 	font-size: 14px;
/* 1058 */ }
/* 1059 */ div.ivole-summaryBox {
/* 1060 */ 	margin-bottom: 2rem;
/* 1061 */ }
/* 1062 */ .cr-summaryBox-wrap .cr-histogramTable {
/* 1063 */ 	margin-bottom: 0px;
/* 1064 */ 	border-collapse: collapse;
/* 1065 */ 	border: 0px;
/* 1066 */ 	width: 100%;
/* 1067 */ 	max-width: 320px;
/* 1068 */ 	min-width: auto;
/* 1069 */ 	margin: 0 auto;
/* 1070 */ }
/* 1071 */ .cr-histogramTable .ivole-histogramRow {
/* 1072 */ 	border: 0px;
/* 1073 */ }
/* 1074 */ .cr-histogramTable tr.ivole-histogramRow td {
/* 1075 */ 	padding: 0.2rem 0.3rem;
/* 1076 */ 	vertical-align: middle;
/* 1077 */ 	border: 0px;
/* 1078 */ 	background-color: transparent;
/* 1079 */ }
/* 1080 */ .cr-histogramTable tr.ivole-histogramRow:first-child td {
/* 1081 */ 	padding-top: 0
/* 1082 */ }
/* 1083 */ .cr-histogramTable tr.ivole-histogramRow:last-child td {
/* 1084 */ 	padding-bottom: 0
/* 1085 */ }
/* 1086 */ .cr-histogramTable tr.ivole-histogramRow td:first-child {
/* 1087 */ 	padding-left: 0
/* 1088 */ }
/* 1089 */ .cr-histogramTable tr.ivole-histogramRow td:last-child {
/* 1090 */ 	padding-right: 0
/* 1091 */ }
/* 1092 */ #reviews .cr-credits-div,
/* 1093 */ .cr-all-reviews-shortcode .cr-credits-div,
/* 1094 */ .cr-reviews-grid .cr-credits-div {
/* 1095 */ 	font-size: 10px;
/* 1096 */ 	text-align: right;
/* 1097 */ 	width: 100%;
/* 1098 */ 	padding: 0 5px;
/* 1099 */ 	margin: 7px 0;
/* 1100 */ 	line-height: 16px;

/* frontend.css */

/* 1101 */ 	display: flex;
/* 1102 */ 	align-items: center;
/* 1103 */ 	justify-content: right;
/* 1104 */ 	box-sizing: border-box;
/* 1105 */ }
/* 1106 */ .cr-reviews-grid .cr-credits-div {
/* 1107 */ 	margin-top: 0;
/* 1108 */ 	padding: 0 10px;
/* 1109 */ }
/* 1110 */ .cr-all-reviews-shortcode .cr-credits-div a,
/* 1111 */ #reviews .cr-credits-div a,
/* 1112 */ .cr-reviews-grid .cr-credits-div a {
/* 1113 */ 	text-decoration: none;
/* 1114 */ }
/* 1115 */ .cr-all-reviews-shortcode .cr-credits-div a img,
/* 1116 */ #reviews .cr-credits-div a img,
/* 1117 */ .cr-reviews-grid .cr-credits-div a img {
/* 1118 */ 	display: inline;
/* 1119 */ 	height: 16px;
/* 1120 */ 	margin: 0 0 0 4px;
/* 1121 */ 	padding: 0;
/* 1122 */ 	vertical-align: middle;
/* 1123 */ }
/* 1124 */ #reviews .cr-summaryBox-wrap .cr-count-filtered-reviews,
/* 1125 */ .cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-count-filtered-reviews,
/* 1126 */ .cr-reviews-grid .cr-summaryBox-wrap .cr-count-filtered-reviews {
/* 1127 */ 	width: 100%;
/* 1128 */ 	padding: 5px 10px;
/* 1129 */ 	margin-top: 0;
/* 1130 */ 	font-size: 14px;
/* 1131 */ 	color: #0E252C;
/* 1132 */ }
/* 1133 */ .cr-histogramTable tr.ivole-histogramRow .ivole-histogram-a,
/* 1134 */ .cr-histogramTable tr.ivole-histogramRow .cr-histogram-a {
/* 1135 */ 	display: inline;
/* 1136 */ 	cursor: pointer;
/* 1137 */ 	color: #0E252C;
/* 1138 */ }
/* 1139 */ .cr-histogramTable tr.ivole-histogramRow.ivole-histogramRow-s .ivole-histogram-a,
/* 1140 */ .cr-histogramTable tr.ivole-histogramRow.ivole-histogramRow-s .cr-histogram-a {
/* 1141 */ 	display: inline;
/* 1142 */ 	font-weight: bold;
/* 1143 */ }
/* 1144 */ #reviews.cr-reviews-ajax-reviews {
/* 1145 */ 	width: 100%;
/* 1146 */ }
/* 1147 */ .cr-all-reviews-shortcode .cr-count-row,
/* 1148 */ #reviews.cr-reviews-ajax-reviews .cr-count-row {
/* 1149 */ 	background-color: #F9F9F9;
/* 1150 */ 	padding: 10px 12px;

/* frontend.css */

/* 1151 */ 	font-size: 12px;
/* 1152 */ 	color: #0E252C;
/* 1153 */ 	margin: 24px 0;
/* 1154 */ 	display: flex;
/* 1155 */ 	align-items: center;
/* 1156 */ 	justify-content: space-between;
/* 1157 */ }
/* 1158 */ .cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-count-row {
/* 1159 */ 	display: none;
/* 1160 */ }
/* 1161 */ .cr-all-reviews-shortcode .cr-count-row a,
/* 1162 */ .cr-reviews-ajax-comments .cr-count-row a {
/* 1163 */ 	color: #0E252C;
/* 1164 */ 	text-decoration: underline;
/* 1165 */ }
/* 1166 */ .cr-all-reviews-shortcode .cr-count-row a:hover,
/* 1167 */ .cr-reviews-ajax-comments .cr-count-row a:hover {
/* 1168 */ 	cursor: pointer;
/* 1169 */ 	color: #0E252C;
/* 1170 */ }
/* 1171 */ div.ivole-summaryBox.cr-summaryBox-ajax.cr-summaryBar-updating,
/* 1172 */ div.ivole-summaryBox.cr-all-reviews-ajax.cr-summaryBar-updating,
/* 1173 */ div.ivole-summaryBox.cr-summaryBar-updating,
/* 1174 */ .cr-count-row .cr-seeAll-updating,
/* 1175 */ .cr-ajax-reviews-sort.cr-sort-updating,
/* 1176 */ .cr-review-tags-filter.cr-tags-updating {
/* 1177 */ 	opacity: 0.5;
/* 1178 */ 	pointer-events: none;
/* 1179 */ }
/* 1180 */ .cr-voting-cont {
/* 1181 */ 	display: flex;
/* 1182 */ 	align-items: center;
/* 1183 */ 	justify-content: flex-end;
/* 1184 */ }
/* 1185 */ .cr-voting-cont img, .cr-voting-cont-uni svg {
/* 1186 */ 	margin-left: 0px;
/* 1187 */ 	margin-right: 7px;
/* 1188 */ 	margin-top: 0px;
/* 1189 */ 	margin-bottom: 0px;
/* 1190 */ 	width: 13px;
/* 1191 */ 	height: 16px;
/* 1192 */ 	cursor: pointer;
/* 1193 */ 	pointer-events: auto;
/* 1194 */ }
/* 1195 */ .rtl .cr-voting-cont img, .rtl .cr-voting-cont-uni svg {
/* 1196 */ 	margin-right: 0px;
/* 1197 */ 	margin-left: 7px;
/* 1198 */ }
/* 1199 */ .cr-voting-cont-uni .cr-voting-update svg {
/* 1200 */ 	pointer-events: none;

/* frontend.css */

/* 1201 */ }
/* 1202 */ .cr-voting-cont-uni span.cr-voting-upvote svg:hover {
/* 1203 */ 	color: #000000;
/* 1204 */ }
/* 1205 */ .cr-voting-cont-uni span {
/* 1206 */ 	display: block;
/* 1207 */ 	line-height: 11px;
/* 1208 */ 	font-size: 11px;
/* 1209 */ 	margin-left: 0px;
/* 1210 */ 	margin-right: 0px;
/* 1211 */ 	margin-top: 0px;
/* 1212 */ 	margin-bottom: 0px;
/* 1213 */ }
/* 1214 */ .cr-voting-cont-uni span.cr-voting-upvote svg .cr-voting-svg-int {
/* 1215 */ 	fill: none;
/* 1216 */ }
/* 1217 */ .cr-voting-cont-uni span.cr-voting-upvote svg .cr-voting-svg-ext {
/* 1218 */ 	fill: #18B394;
/* 1219 */ }
/* 1220 */ .cr-voting-cont-uni span.cr-voting-upvote.cr-voting-active svg .cr-voting-svg-int {
/* 1221 */ 	fill: #00A382;
/* 1222 */ 	fill-opacity: 0.4;
/* 1223 */ }
/* 1224 */ .cr-voting-cont-uni span.cr-voting-upvote.cr-voting-active svg .cr-voting-svg-ext {
/* 1225 */ 	fill: #00A382;
/* 1226 */ }
/* 1227 */ .cr-voting-cont-uni span.cr-voting-upvote svg:hover .cr-voting-svg-ext,
/* 1228 */ .cr-voting-cont-uni span.cr-voting-downvote svg:hover .cr-voting-svg-ext,
/* 1229 */ .cr-voting-cont-uni span.cr-voting-upvote.cr-voting-active svg:hover .cr-voting-svg-ext,
/* 1230 */ .cr-voting-cont-uni span.cr-voting-downvote.cr-voting-active svg:hover .cr-voting-svg-ext,
/* 1231 */ .cr-voting-cont-uni span.cr-voting-upvote.cr-voting-update svg .cr-voting-svg-ext,
/* 1232 */ .cr-voting-cont-uni span.cr-voting-downvote.cr-voting-update svg .cr-voting-svg-ext {
/* 1233 */ 	fill: #202020;
/* 1234 */ }
/* 1235 */ .cr-voting-cont-uni span.cr-voting-upvote.cr-voting-update svg .cr-voting-svg-int,
/* 1236 */ .cr-voting-cont-uni span.cr-voting-downvote.cr-voting-update svg .cr-voting-svg-int {
/* 1237 */ 	fill: none;
/* 1238 */ 	animation: pulse 1s infinite;
/* 1239 */ }
/* 1240 */ @keyframes pulse {
/* 1241 */ 	0% {
/* 1242 */ 		fill: #FFFFFF;
/* 1243 */ 	}
/* 1244 */ 	50% {
/* 1245 */ 		fill: #A9A9A9;
/* 1246 */ 	}
/* 1247 */ 	100% {
/* 1248 */ 		fill: #FFFFFF;
/* 1249 */ 	}
/* 1250 */ }

/* frontend.css */

/* 1251 */ .cr-voting-cont-uni span.cr-voting-downvote svg .cr-voting-svg-int {
/* 1252 */ 	fill: none;
/* 1253 */ }
/* 1254 */ .cr-voting-cont-uni span.cr-voting-downvote svg .cr-voting-svg-ext {
/* 1255 */ 	fill: #CE2B37;
/* 1256 */ }
/* 1257 */ .cr-voting-cont-uni span.cr-voting-downvote.cr-voting-active svg .cr-voting-svg-int {
/* 1258 */ 	fill: #CA2430;
/* 1259 */ 	fill-opacity: 0.4;
/* 1260 */ }
/* 1261 */ .cr-voting-cont-uni span.cr-voting-downvote.cr-voting-active svg .cr-voting-svg-ext {
/* 1262 */ 	fill: #CA2430;
/* 1263 */ }
/* 1264 */ .cr-voting-cont-uni span.cr-voting-upvote-count {
/* 1265 */ 	margin-right: 10px;
/* 1266 */ 	color: #18B394;
/* 1267 */ }
/* 1268 */ .rtl .cr-voting-cont-uni span.cr-voting-upvote-count {
/* 1269 */ 	margin-right: 0px;
/* 1270 */ 	margin-left: 10px;
/* 1271 */ }
/* 1272 */ .cr-voting-cont-uni span.cr-voting-downvote-count {
/* 1273 */ 	color: #CE2B37;
/* 1274 */ }
/* 1275 */ .cr-all-reviews-shortcode ol li.comment, .cr-all-reviews-shortcode ol li.review {
/* 1276 */ 	list-style: none;
/* 1277 */ 	margin-right: 0;
/* 1278 */ 	margin-bottom: 2.5em;
/* 1279 */ 	position: relative;
/* 1280 */ 	border: 0;
/* 1281 */ }
/* 1282 */ #reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container,
/* 1283 */ .cr-all-reviews-shortcode ol li.comment .comment_container,
/* 1284 */ .cr-all-reviews-shortcode ol li.review .comment_container {
/* 1285 */ 	position: relative;
/* 1286 */ 	padding: 0px;
/* 1287 */ }
/* 1288 */ .cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .cr-avatar,
/* 1289 */ .cr-all-reviews-shortcode ol li.comment .comment_container .cr-avatar,
/* 1290 */ .cr-all-reviews-shortcode ol li.review .comment_container .cr-avatar {
/* 1291 */ 	float: left;
/* 1292 */ 	position: absolute;
/* 1293 */ 	padding: 0;
/* 1294 */ 	top: 0;
/* 1295 */ 	left: 0;
/* 1296 */ 	width: 50px;
/* 1297 */ 	height: auto;
/* 1298 */ 	border: 0px solid #e4e1e3;
/* 1299 */ 	margin: 0;
/* 1300 */ 	box-shadow: none;

/* frontend.css */

/* 1301 */ 	border-radius: 25px;
/* 1302 */ 	max-height: none;
/* 1303 */ }
/* 1304 */ .rtl .cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .cr-avatar,
/* 1305 */ .rtl .cr-all-reviews-shortcode ol li.comment .comment_container .cr-avatar,
/* 1306 */ .rtl .cr-all-reviews-shortcode ol li.review .comment_container .cr-avatar {
/* 1307 */ 	float: right;
/* 1308 */ 	position: absolute;
/* 1309 */ 	padding: 0;
/* 1310 */ 	top: 0;
/* 1311 */ 	right: 0;
/* 1312 */ 	width: 50px;
/* 1313 */ 	height: auto;
/* 1314 */ 	border: 0px solid #e4e1e3;
/* 1315 */ 	margin: 0;
/* 1316 */ 	box-shadow: none;
/* 1317 */ 	border-radius: 25px;
/* 1318 */ 	max-height: none;
/* 1319 */ }
/* 1320 */ .cr-all-reviews-shortcode ol li.review .comment_container.cr-comment-no-avatar .cr-avatar {
/* 1321 */ 	display: none;
/* 1322 */ }
/* 1323 */ .cr-avatar-check {
/* 1324 */ 	display: none;
/* 1325 */ }
/* 1326 */ .cr-all-reviews-shortcode ol li.comment .comment_container .cr-avatar-check,
/* 1327 */ .cr-all-reviews-shortcode ol li.review .comment_container .cr-avatar-check,
/* 1328 */ .cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .cr-avatar-check,
/* 1329 */ .cr-reviews-grid .cr-review-card .cr-avatar-check,
/* 1330 */ .cr-reviews-slider .cr-review-card .cr-avatar-check {
/* 1331 */ 	width: 20px;
/* 1332 */ 	height: 20px;
/* 1333 */ 	background-color: #31856C;
/* 1334 */ 	position: absolute;
/* 1335 */ 	left: 34px;
/* 1336 */ 	top: 28px;
/* 1337 */ 	border-radius: 10px;
/* 1338 */ 	border: 2px solid #FFFFFF;
/* 1339 */ 	display: flex;
/* 1340 */ 	align-items: center;
/* 1341 */ 	justify-content: center;
/* 1342 */ 	box-sizing: border-box;
/* 1343 */ 	z-index: 10;
/* 1344 */ }
/* 1345 */ .rtl .cr-all-reviews-shortcode ol li.comment .comment_container .cr-avatar-check,
/* 1346 */ .rtl .cr-all-reviews-shortcode ol li.review .comment_container .cr-avatar-check,
/* 1347 */ .rtl .cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .cr-avatar-check,
/* 1348 */ .rtl .cr-reviews-grid .cr-review-card .cr-avatar-check,
/* 1349 */ .rtl .cr-reviews-slider .cr-review-card .cr-avatar-check {
/* 1350 */ 	right: 34px;

/* frontend.css */

/* 1351 */ 	left: auto;
/* 1352 */ }
/* 1353 */ .cr-all-reviews-shortcode ol li.review .comment_container .meta,
/* 1354 */ #reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .meta {
/* 1355 */ 	display: flex;
/* 1356 */ 	align-items: baseline;
/* 1357 */ 	justify-content: space-between;
/* 1358 */ 	color: #767676;
/* 1359 */ 	font-size: 14px;
/* 1360 */ 	flex-wrap: wrap;
/* 1361 */ }
/* 1362 */ .cr-all-reviews-shortcode ol li div.comment_container a.cr-comment-a {
/* 1363 */ 	box-shadow: none;
/* 1364 */ }
/* 1365 */ .cr-all-reviews-shortcode ol li div.comment_container p.iv-comment-product {
/* 1366 */ 	font-size: 90%;
/* 1367 */ }
/* 1368 */ .cr-all-reviews-shortcode ol li div.comment_container a.iv-comment-product-a {
/* 1369 */ 	box-shadow: none;
/* 1370 */ 	line-height: 0;
/* 1371 */ }
/* 1372 */ .cr-all-reviews-shortcode ol li .comment_container .iv-comment-product-img {
/* 1373 */ 	width: 20px;
/* 1374 */ 	height: auto;
/* 1375 */ 	vertical-align: top;
/* 1376 */ 	margin-right: 5px;
/* 1377 */ 	display: inline;
/* 1378 */ 	border-radius: 3px;
/* 1379 */ }
/* 1380 */ .cr-all-reviews-shortcode .commentlist.cr-pagination-load {
/* 1381 */ 	opacity: 0.5;
/* 1382 */ 	pointer-events: none;
/* 1383 */ }
/* 1384 */ .cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .comment-text,
/* 1385 */ .cr-all-reviews-shortcode ol.commentlist li .comment-text {
/* 1386 */ 	margin: 0 0 0 70px;
/* 1387 */ 	border-top: 0 solid #e4e1e3;
/* 1388 */ 	border-left: 0 solid #e4e1e3;
/* 1389 */ 	border-right: 0 solid #e4e1e3;
/* 1390 */ 	border-bottom: 1px solid #e4e1e3;
/* 1391 */ 	padding: 0 0 1em 0;
/* 1392 */ }
/* 1393 */ .rtl .cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .comment-text,
/* 1394 */ .rtl .cr-all-reviews-shortcode ol.commentlist li .comment-text {
/* 1395 */ 	margin: 0 70px 0 0;
/* 1396 */ }
/* 1397 */ #reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .comment-text.comment-text-no-avatar,
/* 1398 */ .cr-all-reviews-shortcode ol.commentlist li .comment-text.comment-text-no-avatar {
/* 1399 */ 	margin: 0;
/* 1400 */ 	float: none;

/* frontend.css */

/* 1401 */ 	width: 100%;
/* 1402 */ }
/* 1403 */ .cr-all-reviews-shortcode ol.commentlist li .comment-text p,
/* 1404 */ .cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text p {
/* 1405 */ 	margin: 1em 0;
/* 1406 */ 	text-align: left;
/* 1407 */ }
/* 1408 */ .rtl .cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text p {
/* 1409 */ 	text-align: right;
/* 1410 */ }
/* 1411 */ .cr-all-reviews-shortcode ol.commentlist li .comment-text .meta {
/* 1412 */ 	font-size: 16px;
/* 1413 */ }
/* 1414 */ .cr-all-reviews-shortcode ol.commentlist li .comment-text .meta time {
/* 1415 */ 	font-style: normal;
/* 1416 */ }
/* 1417 */ .cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .cr-meta-author-featured-date,
/* 1418 */ #reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .meta .cr-meta-author-featured-date {
/* 1419 */ 	display: flex;
/* 1420 */ 	flex-direction: row;
/* 1421 */ 	column-gap: 20px;
/* 1422 */ 	align-items: baseline;
/* 1423 */ }
/* 1424 */ .cr-all-reviews-shortcode ol.commentlist li .comment-text .cr-rating-product-name {
/* 1425 */ 	display: flex;
/* 1426 */ 	align-items: center;
/* 1427 */ 	column-gap: 20px;
/* 1428 */ }
/* 1429 */ .cr-all-reviews-shortcode ol.commentlist li .comment-text .cr-rating-product-name .cr-product-name-picture {
/* 1430 */ 	display: flex;
/* 1431 */ 	align-items: center;
/* 1432 */ 	margin: 0 0 0 0;
/* 1433 */ 	column-gap: 7px;
/* 1434 */ }
/* 1435 */ .cr-all-reviews-shortcode ol.commentlist li .comment-text .cr-rating-product-name .cr-product-name-picture .cr-comment-productname-a {
/* 1436 */ 	font-size: 14px;
/* 1437 */ 	color: #0E252C;
/* 1438 */ }
/* 1439 */ .cr-all-reviews-shortcode ol.commentlist li .comment-text .cr-rating-product-name .cr-product-name-picture .cr-comment-productname-a:hover {
/* 1440 */ 	text-decoration: underline;
/* 1441 */ }
/* 1442 */ .cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .woocommerce-review__author,
/* 1443 */ #reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .meta .woocommerce-review__author {
/* 1444 */ 	color: #0E252C;
/* 1445 */ 	font-size: 16px;
/* 1446 */ 	display: inline;
/* 1447 */ 	font-weight: 500;
/* 1448 */ 	margin: 0;
/* 1449 */ 	text-indent: 0;
/* 1450 */ }

/* frontend.css */

/* 1451 */ .cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .woocommerce-review__verified,
/* 1452 */ #reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .meta .woocommerce-review__verified {
/* 1453 */ 	display: block;
/* 1454 */ 	color: #4D5D64;
/* 1455 */ 	font-size: 14px;
/* 1456 */ 	font-weight: 400;
/* 1457 */ 	margin: 0;
/* 1458 */ 	text-indent: 0;
/* 1459 */ }
/* 1460 */ .cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .cr-meta-author-date time {
/* 1461 */ 	color: #4D5D64;
/* 1462 */ }
/* 1463 */ .cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .cr-meta-author-title {
/* 1464 */ 	display: flex;
/* 1465 */ 	align-items: flex-start;
/* 1466 */ 	flex-direction: column;
/* 1467 */ }
/* 1468 */ .cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .cr-meta-author-title svg {
/* 1469 */ 	width: 18px;
/* 1470 */ 	height: 18px;
/* 1471 */ 	display: block;
/* 1472 */ 	margin: 0 0 0 10px;
/* 1473 */ 	color: #4D5D64;
/* 1474 */ }
/* 1475 */ .cr-tag {
/* 1476 */ 	color: #3d3d3d;
/* 1477 */ 	background-color: #EEEFF2;
/* 1478 */ 	display: inline-block;
/* 1479 */ 	padding: .2em .4em;
/* 1480 */ 	font-size: 12px;
/* 1481 */ 	text-align: center;
/* 1482 */ 	white-space: nowrap;
/* 1483 */ 	vertical-align: middle;
/* 1484 */ 	border-radius: 0.7em;
/* 1485 */ 	border: 1px solid #c3c6d1;
/* 1486 */ 	border-color: #31856C;
/* 1487 */ 	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
/* 1488 */ }
/* 1489 */ .cr-review-tags-filter .cr-tag {
/* 1490 */ 	font-size: 14px;
/* 1491 */ 	border-radius: 0.7em;
/* 1492 */ 	margin-right: 5px;
/* 1493 */ 	margin-bottom: 7px;
/* 1494 */ 	border-color: #D0D0D0;
/* 1495 */ }
/* 1496 */ .cr-review-tags-filter span.cr-tag:hover {
/* 1497 */ 	border-color: #31856C;
/* 1498 */ 	cursor: pointer;
/* 1499 */ }
/* 1500 */ .cr-review-tags-filter {

/* frontend.css */

/* 1501 */ 	padding-top: 5px;
/* 1502 */ 	padding-left: 0px;
/* 1503 */ 	padding-right: 0px;
/* 1504 */ 	padding-bottom: 0px;
/* 1505 */ 	pointer-events: auto;
/* 1506 */ 	opacity: 1;
/* 1507 */ }
/* 1508 */ .cr-review-tags-filter span.cr-tag.cr-tag-selected {
/* 1509 */ 	border-color: #31856C;
/* 1510 */ 	background-color: #D3D3D3;
/* 1511 */ }
/* 1512 */ div.cr-review-tags-filter.cr-review-tags-filter-disabled {
/* 1513 */ 	pointer-events: none;
/* 1514 */ 	opacity: 0.5;
/* 1515 */ }
/* 1516 */ .cr-review-tags {
/* 1517 */ 	margin-bottom: 1em;
/* 1518 */ }
/* 1519 */ .cr-incentivized-badge {
/* 1520 */ 	display: flex;
/* 1521 */ 	column-gap: 4px;
/* 1522 */ 	align-items: center;
/* 1523 */ 	font-size: 10px;
/* 1524 */ 	line-height: 10px;
/* 1525 */ 	margin: 0 0 1em 0;
/* 1526 */ }
/* 1527 */ .cr-reviews-grid .cr-review-card .cr-incentivized-row .cr-incentivized-badge,
/* 1528 */ .cr-reviews-slider .cr-review-card .cr-incentivized-row .cr-incentivized-badge {
/* 1529 */ 	margin: 0;
/* 1530 */ }
/* 1531 */ .cr-incentivized-badge .cr-incentivized-icon {
/* 1532 */ 	display: block;
/* 1533 */ 	height: 12px;
/* 1534 */ }
/* 1535 */ .cr-incentivized-badge .cr-incentivized-icon .cr-incentivized-svg {
/* 1536 */ 	width: 12px;
/* 1537 */ 	height: 12px;
/* 1538 */ }
/* 1539 */ .cr-all-reviews-shortcode ol.commentlist ul.children,
/* 1540 */ #reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list ul.children {
/* 1541 */ 	list-style: none outside;
/* 1542 */ 	margin: 20px 0 0 50px;
/* 1543 */ 	margin-inline-start: 70px;
/* 1544 */ 	padding-inline-start: 0;
/* 1545 */ }
/* 1546 */ .ivole-verified-badge {
/* 1547 */ 	font-size: 12px;
/* 1548 */ 	vertical-align: middle;
/* 1549 */ }
/* 1550 */ .ivole-verified-badge-text {

/* frontend.css */

/* 1551 */ 	vertical-align: middle;
/* 1552 */ }
/* 1553 */
/* 1554 */ .ivole-verified-badge span.ivole-review-country-text, p.ivole-verified-badge span.ivole-review-country-space {
/* 1555 */ 	vertical-align: middle;
/* 1556 */ }
/* 1557 */ .cr-all-reviews-shortcode ol.commentlist,
/* 1558 */ #reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list {
/* 1559 */ 	list-style-type: none;
/* 1560 */ 	margin: 0;
/* 1561 */ 	padding: 0 0 1.5em 0;
/* 1562 */ 	display: block;
/* 1563 */ 	position: relative;
/* 1564 */ }
/* 1565 */ .cr-all-reviews-shortcode ol.commentlist li,
/* 1566 */ #reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list li {
/* 1567 */ 	margin: 0 0 30px 0;
/* 1568 */ 	list-style: none;
/* 1569 */ 	clear: both;
/* 1570 */ 	border: 0;
/* 1571 */ 	padding: 0;
/* 1572 */ }
/* 1573 */ .cr-all-reviews-shortcode.cr-all-reviews-new-review ol.commentlist,
/* 1574 */ .cr-reviews-grid.cr-reviews-grid-new-review .cr-reviews-grid-inner,
/* 1575 */ .cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-review-tags-filter,
/* 1576 */ .cr-reviews-grid.cr-reviews-grid-new-review .cr-review-tags-filter {
/* 1577 */ 	display: none;
/* 1578 */ }
/* 1579 */ .cr-all-reviews-shortcode .ivole-review-country-icon,
/* 1580 */ #reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .ivole-review-country-icon {
/* 1581 */ 	display: inline;
/* 1582 */ 	height: 12px;
/* 1583 */ 	width: auto;
/* 1584 */ 	margin: 0 0 0 5px;
/* 1585 */ 	border-radius: 0;
/* 1586 */ }
/* 1587 */ .woocommerce #content #reviews p.ivole-verified-badge img.ivole-review-country-icon,
/* 1588 */ #reviews p.ivole-verified-badge img.ivole-review-country-icon {
/* 1589 */ 	float: none;
/* 1590 */ 	height: 12px;
/* 1591 */ 	width: auto;
/* 1592 */ 	vertical-align:middle;
/* 1593 */ 	margin: 0px 5px 0px 0px;
/* 1594 */ 	display: inline;
/* 1595 */ 	border-radius: 0;
/* 1596 */ }
/* 1597 */ .woocommerce #content div.product #reviews .comment img.ivole-verified-badge-icon,
/* 1598 */ .woocommerce #content div.Product #reviews .comment_container img.ivole-verified-badge-icon,
/* 1599 */ .woocommerce div.product #reviews .comment img.ivole-verified-badge-icon,
/* 1600 */ .woocommerce-page #content div.product #reviews .comment img.ivole-verified-badge-icon,

/* frontend.css */

/* 1601 */ .woocommerce-page div.product #reviews .comment img.ivole-verified-badge-icon,
/* 1602 */ #reviews p.ivole-verified-badge img.ivole-verified-badge-icon,
/* 1603 */ p.ivole-verified-badge img.ivole-verified-badge-icon,
/* 1604 */ #reviews img.ivole-verified-badge-icon,
/* 1605 */ img.ivole-verified-badge-icon {
/* 1606 */ 	float: none;
/* 1607 */ 	height: 20px;
/* 1608 */ 	width: auto;
/* 1609 */ 	vertical-align:middle;
/* 1610 */ 	margin: 0px 5px 0px 0px;
/* 1611 */ 	display: inline;
/* 1612 */ 	border-radius: 0;
/* 1613 */ }
/* 1614 */ .woocommerce #content div.product #reviews .comment img.ivole-verified-badge-ext-icon,
/* 1615 */ .woocommerce #content div.Product #reviews .comment_container img.ivole-verified-badge-ext-icon,
/* 1616 */ .woocommerce div.product #reviews .comment img.ivole-verified-badge-ext-icon,
/* 1617 */ .woocommerce-page #content div.product #reviews .comment img.ivole-verified-badge-ext-icon,
/* 1618 */ .woocommerce-page div.product #reviews .comment img.ivole-verified-badge-ext-icon,
/* 1619 */ #reviews p.ivole-verified-badge .ivole-verified-badge-text img.ivole-verified-badge-ext-icon,
/* 1620 */ p.ivole-verified-badge .ivole-verified-badge-text img.ivole-verified-badge-ext-icon,
/* 1621 */ #reviews img.ivole-verified-badge-ext-icon,
/* 1622 */ img.ivole-verified-badge-ext-icon {
/* 1623 */ 	float: none;
/* 1624 */ 	height: 11px;
/* 1625 */ 	width: 11px;
/* 1626 */ 	vertical-align:middle;
/* 1627 */ 	margin: 0px 0px 0px 5px;
/* 1628 */ 	display: inline;
/* 1629 */ 	border-radius: 0;
/* 1630 */ }
/* 1631 */ .cr-form-item-media-none {
/* 1632 */ 	padding: 24px;
/* 1633 */ 	text-align: left;
/* 1634 */ 	display: flex;
/* 1635 */ 	align-items: center;
/* 1636 */ 	cursor: pointer;
/* 1637 */ 	border: 1px dashed #D8E2E7;
/* 1638 */ 	border-radius: 2px;
/* 1639 */ }
/* 1640 */ .cr-review-form-error .cr-form-item-media-none {
/* 1641 */ 	border-color: #CE2B37;
/* 1642 */ }
/* 1643 */ .cr-form-visible .cr-form-item-media-none {
/* 1644 */ 	display: none;
/* 1645 */ }
/* 1646 */ .cr-form-item-media-none .cr-form-item-media-icon {
/* 1647 */ 	width: 60px;
/* 1648 */ 	height: 60px;
/* 1649 */ 	padding: 8px;
/* 1650 */ 	border: 1px solid #e0e0e0;

/* frontend.css */

/* 1651 */ 	fill: #e0e0e0;
/* 1652 */ 	border-radius: 2px;
/* 1653 */ 	flex-shrink: 0;
/* 1654 */ }
/* 1655 */ .cr-form-item-media-none .cr-form-item-media-icon:first-child {
/* 1656 */ 	margin: 0 5px 0 0;
/* 1657 */ }
/* 1658 */ .rtl .cr-form-item-media-none .cr-form-item-media-icon:first-child {
/* 1659 */ 	margin: 0 0 0 5px;
/* 1660 */ }
/* 1661 */ .cr-rtl .cr-form-item-media-none .cr-form-item-media-icon:first-child {
/* 1662 */ 	margin-right: 0;
/* 1663 */ 	margin-left: 5px;
/* 1664 */ }
/* 1665 */ .cr-form-item-media-none span {
/* 1666 */ 	display: inline-block;
/* 1667 */ 	vertical-align: top;
/* 1668 */ 	margin: 0 0 0 20px;
/* 1669 */ 	color: #4D5D64;
/* 1670 */ 	font-size: 12px;
/* 1671 */ }
/* 1672 */ .rtl .cr-form-item-media-none span {
/* 1673 */ 	margin: 0 20px 0 0;
/* 1674 */ }
/* 1675 */ .cr-rtl .cr-form-item-media-none span {
/* 1676 */ 	margin-left: 0;
/* 1677 */ 	margin-right: 20px;
/* 1678 */ }
/* 1679 */ .cr-form-item-media-none:active {
/* 1680 */ 	border-color: #c9c9c9;
/* 1681 */ }
/* 1682 */ .cr-form-item-media-none:active .cr-form-item-media-icon {
/* 1683 */ 	border: 1px solid #c9c9c9;
/* 1684 */ 	fill: #c9c9c9;
/* 1685 */ }
/* 1686 */ .cr-form-item-media .cr-form-item-media-file {
/* 1687 */ 	display: none;
/* 1688 */ }
/* 1689 */ .cr-form-item-media-preview {
/* 1690 */ 	display: none;
/* 1691 */ 	margin: 0;
/* 1692 */ 	flex-wrap: wrap;
/* 1693 */ }
/* 1694 */ .cr-form-visible .cr-form-item-media-preview {
/* 1695 */ 	display: flex;
/* 1696 */ 	row-gap: 9px;
/* 1697 */ }
/* 1698 */ .cr-form-item-media-preview .cr-upload-images-containers {
/* 1699 */ 	width: 108px;
/* 1700 */ 	height: 108px;

/* frontend.css */

/* 1701 */ 	margin-bottom: 0px;
/* 1702 */ 	margin-right: 9px;
/* 1703 */ 	position: relative;
/* 1704 */ 	display: flex;
/* 1705 */ 	align-items: center;
/* 1706 */ 	justify-content: center;
/* 1707 */ 	pointer-events: auto;
/* 1708 */ 	border: 1px solid #D8E2E7;
/* 1709 */ 	padding: 0;
/* 1710 */ 	overflow: hidden;
/* 1711 */ }
/* 1712 */ .cr-form-item-media-preview .cr-upload-images-containers.cr-upload-delete-pending {
/* 1713 */ 	pointer-events: none;
/* 1714 */ }
/* 1715 */ .cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok {
/* 1716 */ 	padding: 0px;
/* 1717 */ }
/* 1718 */ .cr-form-item-media-preview .cr-upload-images-containers img {
/* 1719 */ 	margin: 0 0 0 0;
/* 1720 */ 	opacity: 0.3;
/* 1721 */ 	object-fit: cover;
/* 1722 */ }
/* 1723 */ .cr-form-item-media-preview .cr-upload-images-containers .cr-upload-video-thumbnail {
/* 1724 */ 	width: 108px;
/* 1725 */ 	height: 108px;
/* 1726 */ 	margin: 0 0 0 0;
/* 1727 */ 	opacity: 0.3;
/* 1728 */ 	padding: 15px;
/* 1729 */ 	border: 1px solid #e0e0e0;
/* 1730 */ 	fill: #e0e0e0;
/* 1731 */ 	border-radius: 2px;
/* 1732 */ }
/* 1733 */ .cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok img {
/* 1734 */ 	opacity: 1;
/* 1735 */ }
/* 1736 */ .cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-video-thumbnail {
/* 1737 */ 	opacity: 0.6;
/* 1738 */ 	border-width: 0;
/* 1739 */ }
/* 1740 */ .cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending img {
/* 1741 */ 	opacity: 0.2;
/* 1742 */ }
/* 1743 */ .cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-video-thumbnail {
/* 1744 */ 	opacity: 0.2;
/* 1745 */ }
/* 1746 */ .cr-form-item-media-preview .cr-upload-images-containers .cr-upload-images-delete {
/* 1747 */ 	padding: 1px;
/* 1748 */ 	position: absolute;
/* 1749 */ 	top: 2px;
/* 1750 */ 	right: 2px;

/* frontend.css */

/* 1751 */ 	width: 16px;
/* 1752 */ 	height: 16px;
/* 1753 */ 	display: none;
/* 1754 */ 	background-color: #CE2B37;
/* 1755 */ 	border-radius: 8px;
/* 1756 */ 	border: 0px solid;
/* 1757 */ 	line-height: 0;
/* 1758 */ 	cursor: pointer;
/* 1759 */ }
/* 1760 */ .cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-delete {
/* 1761 */ 	display: block;
/* 1762 */ }
/* 1763 */ .cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-images-delete {
/* 1764 */ 	opacity: 0.2;
/* 1765 */ }
/* 1766 */ .cr-form-item-media-preview .cr-upload-images-containers .cr-upload-images-delete .cr-no-icon {
/* 1767 */ 	fill: #ffffff;
/* 1768 */ }
/* 1769 */ .cr-form-item-media-preview .cr-upload-images-containers .cr-upload-images-delete-spinner {
/* 1770 */ 	margin: 0;
/* 1771 */ 	background: url(../img/spinner-2x.gif) no-repeat;
/* 1772 */ 	background-size: 20px 20px;
/* 1773 */ 	width: 20px;
/* 1774 */ 	height: 20px;
/* 1775 */ 	display: none;
/* 1776 */ 	text-decoration: none;
/* 1777 */ 	position: absolute;
/* 1778 */ 	top: 50%;
/* 1779 */ 	left: 50%;
/* 1780 */ 	transform: translate(-50%, -50%);
/* 1781 */ }
/* 1782 */ .cr-form-item-media-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete-spinner {
/* 1783 */ 	display: block;
/* 1784 */ }
/* 1785 */ .cr-form-item-media-preview .cr-form-item-media-add {
/* 1786 */ 	cursor: pointer;
/* 1787 */ 	width: 108px;
/* 1788 */ 	height: 108px;
/* 1789 */ 	text-align: center;
/* 1790 */ 	line-height: 108px;
/* 1791 */ 	font-size: 40px;
/* 1792 */ 	color: #e0e0e0;
/* 1793 */ 	border: 1px dashed #e0e0e0;
/* 1794 */ 	margin-bottom: 0px;
/* 1795 */ 	display: inline-block;
/* 1796 */ }
/* 1797 */ .cr-form-item-media-preview .cr-form-item-media-add:active {
/* 1798 */ 	border-color: #c9c9c9;
/* 1799 */ 	color: #c9c9c9;
/* 1800 */ }

/* frontend.css */

/* 1801 */ .cr-form-item-media-preview .cr-upload-images-containers .cr-upload-images-pbar {
/* 1802 */ 	width: 94px;
/* 1803 */ 	height: 10px;
/* 1804 */ 	margin: 0 5px 0 5px;
/* 1805 */ 	padding: 0;
/* 1806 */ 	position: absolute;
/* 1807 */ 	top: 50%;
/* 1808 */ 	left: 0;
/* 1809 */ 	transform: translate(0, -50%);
/* 1810 */ 	background-color: #dddddd;
/* 1811 */ 	border-radius: 5px;
/* 1812 */ }
/* 1813 */ .cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-pbar {
/* 1814 */ 	display: none;
/* 1815 */ }
/* 1816 */ .cr-form-item-media-preview .cr-upload-images-containers .cr-upload-images-pbar .cr-upload-images-pbarin {
/* 1817 */ 	width: 0;
/* 1818 */ 	height: 100%;
/* 1819 */ 	margin: 0;
/* 1820 */ 	padding: 0;
/* 1821 */ 	background-color: #1AB394;
/* 1822 */ 	border-radius: 5px;
/* 1823 */ }
/* 1824 */ .cr-pswp {
/* 1825 */ 	display: none;
/* 1826 */ }
/* 1827 */ .cr-reviews-rating {
/* 1828 */ 	display: flex;
/* 1829 */ 	column-gap: 10px;
/* 1830 */ 	align-items: center;
/* 1831 */ 	margin: 0;
/* 1832 */ 	padding: 0;
/* 1833 */ 	line-height: 0;
/* 1834 */ 	.cr-qna-separator {
/* 1835 */ 		margin: 0;
/* 1836 */ 	}
/* 1837 */ }
/* 1838 */ .cr-average-rating-stars {
/* 1839 */ 	line-height: 0;
/* 1840 */ }
/* 1841 */ .crstar-rating-svg {
/* 1842 */ 	margin: 8px 0;
/* 1843 */ 	position: relative;
/* 1844 */ 	display: inline-block;
/* 1845 */ }
/* 1846 */ .cr-reviews-grid .cr-review-card .crstar-rating-svg,
/* 1847 */ .cr-reviews-slider .cr-review-card .crstar-rating-svg,
/* 1848 */ .cr-reviews-rating .crstar-rating-svg,
/* 1849 */ .cr-ajax-reviews-slide-main-comment .crstar-rating-svg,
/* 1850 */ .crf-custom-question-rating-cont .crstar-rating-svg {

/* frontend.css */

/* 1851 */ 	margin: 0;
/* 1852 */ }
/* 1853 */ .cr-average-rating-stars .crstar-rating-svg {
/* 1854 */ 	margin: 5px 0 0 0;
/* 1855 */ }
/* 1856 */ .crstar-rating-svg .cr-rating-icon-base {
/* 1857 */ 	display: flex;
/* 1858 */ 	height: 20px;
/* 1859 */ }
/* 1860 */ .crstar-rating-svg .cr-rating-icon-frnt {
/* 1861 */ 	display: flex;
/* 1862 */ 	height: 20px;
/* 1863 */ 	position: absolute;
/* 1864 */ 	top: 0;
/* 1865 */ 	left: 0;
/* 1866 */ 	overflow: hidden;
/* 1867 */ }
/* 1868 */ .cr-reviews-grid .cr-review-card .crstar-rating-svg .cr-rating-icon-base,
/* 1869 */ .cr-reviews-grid .cr-review-card .crstar-rating-svg .cr-rating-icon-frnt,
/* 1870 */ .cr-reviews-slider .cr-review-card .crstar-rating-svg .cr-rating-icon-base,
/* 1871 */ .cr-reviews-slider .cr-review-card .crstar-rating-svg .cr-rating-icon-frnt {
/* 1872 */ 	height: 25px;
/* 1873 */ 	column-gap: 3px;
/* 1874 */ }
/* 1875 */ .crf-custom-question-rating-cont .crstar-rating-svg .cr-rating-icon-base,
/* 1876 */ .crf-custom-question-rating-cont .crstar-rating-svg .cr-rating-icon-frnt,
/* 1877 */ .cr-reviews-slider .cr-sldr-custom-question .crstar-rating-svg .cr-rating-icon-base,
/* 1878 */ .cr-reviews-slider .cr-sldr-custom-question .crstar-rating-svg .cr-rating-icon-frnt {
/* 1879 */ 	height: 18px;
/* 1880 */ 	column-gap: 0;
/* 1881 */ }
/* 1882 */ .rtl .crstar-rating-svg .cr-rating-icon-frnt {
/* 1883 */ 	right: 0;
/* 1884 */ 	left: auto;
/* 1885 */ }
/* 1886 */ .crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg {
/* 1887 */ 	width: 20px;
/* 1888 */ 	height: 20px;
/* 1889 */ 	fill: none;
/* 1890 */ 	stroke: #FFBC00;
/* 1891 */ }
/* 1892 */ .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon {
/* 1893 */ 	width: 20px;
/* 1894 */ 	height: 20px;
/* 1895 */ 	fill: #FFBC00;
/* 1896 */ 	flex-shrink: 0;
/* 1897 */ }
/* 1898 */ .cr-reviews-grid .cr-review-card .crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg,
/* 1899 */ .cr-reviews-grid .cr-review-card .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon,
/* 1900 */ .cr-reviews-slider .cr-review-card .crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg,

/* frontend.css */

/* 1901 */ .cr-reviews-slider .cr-review-card .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon {
/* 1902 */ 	width: 25px;
/* 1903 */ 	height: 25px;
/* 1904 */ }
/* 1905 */ .crf-custom-question-rating-cont .crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg,
/* 1906 */ .crf-custom-question-rating-cont .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon,
/* 1907 */ .cr-reviews-slider .cr-sldr-custom-question .crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg,
/* 1908 */ .cr-reviews-slider .cr-sldr-custom-question .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon {
/* 1909 */ 	width: 18px;
/* 1910 */ 	height: 18px;
/* 1911 */ }
/* 1912 */ .cr-reviews-slider .cr-sldr-custom-question .crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg {
/* 1913 */ 	stroke: #aaaaaa;
/* 1914 */ }
/* 1915 */ .cr-reviews-slider .cr-sldr-custom-question .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon {
/* 1916 */ 	fill: #aaaaaa;
/* 1917 */ }
/* 1918 */ @media (max-width: 500px) {
/* 1919 */ 	#reviews .cr-summaryBox-wrap .ivole-summaryBox,
/* 1920 */ 	#reviews .cr-summaryBox-wrap .cr-overall-rating-wrap,
/* 1921 */ 	.cr-all-reviews-shortcode .cr-summaryBox-wrap .ivole-summaryBox,
/* 1922 */ 	.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .ivole-summaryBox,
/* 1923 */ 	.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap,
/* 1924 */ 	.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-overall-rating-wrap,
/* 1925 */ 	.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-add-review-wrap,
/* 1926 */ 	.cr-reviews-grid .cr-summaryBox-wrap .ivole-summaryBox,
/* 1927 */ 	.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .ivole-summaryBox,
/* 1928 */ 	.cr-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap,
/* 1929 */ 	.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-overall-rating-wrap,
/* 1930 */ 	.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-add-review-wrap {
/* 1931 */ 		width: 100%;
/* 1932 */ 		flex: 0 0 100%;
/* 1933 */ 	}
/* 1934 */ 	.cr-all-reviews-shortcode ol.commentlist {
/* 1935 */ 		margin-left: 0px;
/* 1936 */ 		margin-right: 0px;
/* 1937 */ 	}
/* 1938 */ 	.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator,
/* 1939 */ 	.cr-reviews-grid .cr-summaryBox-wrap .cr-summary-separator {
/* 1940 */ 		width: 100%;
/* 1941 */ 		display: flex;
/* 1942 */ 		justify-content: center;
/* 1943 */ 		align-items: center;
/* 1944 */ 	}
/* 1945 */ 	.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator-int,
/* 1946 */ 	.cr-reviews-grid .cr-summaryBox-wrap .cr-summary-separator-int {
/* 1947 */ 		width: 50px;
/* 1948 */ 		height: 2px;
/* 1949 */ 	}
/* 1950 */ 	.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator-side,

/* frontend.css */

/* 1951 */ 	.cr-reviews-grid .cr-summaryBox-wrap .cr-summary-separator-side {
/* 1952 */ 		display: none;
/* 1953 */ 	}
/* 1954 */ 	.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap,
/* 1955 */ 	.cr-reviews-grid .cr-summaryBox-wrap .cr-add-review-wrap {
/* 1956 */ 		width: 100%;
/* 1957 */ 		padding: 10px;
/* 1958 */ 	}
/* 1959 */ }
/* 1960 */ .woocommerce .product #reviews .comment-text p.ivf-custom-question-checkbox {font-weight: 550;margin: 0.6em 0;}
/* 1961 */ .woocommerce .product #reviews .comment-text ul.ivf-custom-question-ul {margin: 0.6em 0;}
/* 1962 */ .woocommerce .product #reviews .comment-text ul.ivf-custom-question-ul li {margin:0;}
/* 1963 */ .woocommerce .product #reviews .comment-text span.ivf-custom-question-radio {font-weight: 550;}
/* 1964 */ .woocommerce .product #reviews .comment-text hr.ivf-custom-question-hr,
/* 1965 */ .cr-all-reviews-shortcode .commentlist hr.ivf-custom-question-hr {
/* 1966 */ 	margin: 0.6em 0;
/* 1967 */ }
/* 1968 */ .cr-all-reviews-shortcode .commentlist hr.ivf-custom-question-hr {
/* 1969 */ 	display: none;
/* 1970 */ }
/* 1971 */ .cr-all-reviews-shortcode .commentlist .comment-text .ivf-custom-question-p {
/* 1972 */ 	font-size: 14px;
/* 1973 */ 	margin: 0.5em 0;
/* 1974 */ }
/* 1975 */ .woocommerce .product #reviews .comment-text .crf-custom-question-rating-cont,
/* 1976 */ .cr-all-reviews-shortcode .commentlist .crf-custom-question-rating-cont {
/* 1977 */ 	margin: 0.6em 0;
/* 1978 */ 	display: flex;
/* 1979 */ 	align-items: center;
/* 1980 */ 	flex-direction: row;
/* 1981 */ }
/* 1982 */ .cr-all-reviews-shortcode .commentlist .crf-custom-question-rating-cont {
/* 1983 */ 	font-size: 14px;
/* 1984 */ }
/* 1985 */ .woocommerce .product #reviews .comment-text p.ivf-custom-question-p,
/* 1986 */ .cr-all-reviews-shortcode .commentlist p.ivf-custom-question-p {
/* 1987 */ 	margin: 0.6em 0;
/* 1988 */ }
/* 1989 */ .woocommerce .product #reviews .comment-text .crf-custom-question-rating,
/* 1990 */ .cr-all-reviews-shortcode .commentlist .crf-custom-question-rating {
/* 1991 */ 	padding-right: 7px;
/* 1992 */ 	font-weight: 550;
/* 1993 */ }
/* 1994 */ .woocommerce .product #reviews .comment-text .crf-custom-question-rating-cont .star-rating,
/* 1995 */ .cr-all-reviews-shortcode .commentlist .crf-custom-question-rating-cont .star-rating {
/* 1996 */ 	font-size: 1em;
/* 1997 */ 	height: 1.1em;
/* 1998 */ 	line-height: 1.1em;
/* 1999 */ 	float: none;
/* 2000 */ 	margin: 0;

/* frontend.css */

/* 2001 */ }
/* 2002 */ .cr-onsite-questions .cr-onsite-question {
/* 2003 */ 	display: block;
/* 2004 */ 	margin: 1.5em 0;
/* 2005 */ 	position: relative;
/* 2006 */ }
/* 2007 */ .cr-onsite-questions .cr-onsite-question .required,
/* 2008 */ .cr-onsite-ratings .cr-review-form-rating .required,
/* 2009 */ .cr-review-form-rating-overall .cr-review-form-rating .required {
/* 2010 */ 	margin: 0 0 0 3px;
/* 2011 */ }
/* 2012 */ .cr-onsite-questions .cr-onsite-question label,
/* 2013 */ .cr-onsite-questions .cr-onsite-question input {
/* 2014 */ 	display: block;
/* 2015 */ }
/* 2016 */ .cr-onsite-questions .cr-onsite-question.cr-full-width label,
/* 2017 */ .cr-onsite-questions .cr-onsite-question.cr-full-width input {
/* 2018 */ 	width: 100%;
/* 2019 */ }
/* 2020 */ .cr-review-form-wrap .cr-onsite-questions .cr-onsite-question.cr-full-width label {
/* 2021 */ 	width: auto;
/* 2022 */ }
/* 2023 */ .cr-onsite-ratings {
/* 2024 */ 	border-top: 1px solid #DFE4E7;
/* 2025 */ 	border-bottom: 1px solid #DFE4E7;
/* 2026 */ }
/* 2027 */ .cr-onsite-ratings.cr-onsite-ratings-only {
/* 2028 */ 	border-bottom: none;
/* 2029 */ }
/* 2030 */ .cr-review-form-wrap .cr-onsite-ratings {
/* 2031 */ 	max-width: 500px;
/* 2032 */ 	margin: 0 auto;
/* 2033 */ }
/* 2034 */ .cr-customer-consent .checkbox input.cr-customer-consent-checkbox {
/* 2035 */ 	margin-right:7px;
/* 2036 */ 	position: relative;
/* 2037 */ }
/* 2038 */ #kco-extra-checkout-fields .cr-customer-consent {
/* 2039 */ 	display: none;
/* 2040 */ }
/* 2041 */ .cr-show-more{
/* 2042 */ 	width:100%;
/* 2043 */ }
/* 2044 */ .cr-reviews-ajax-reviews .cr-show-more-reviews-prd,
/* 2045 */ .cr-all-reviews-shortcode .cr-show-more-button,
/* 2046 */ .cr-reviews-grid .cr-show-more-button,
/* 2047 */ .cr-qna-block .cr-show-more-que {
/* 2048 */ 	display: block;
/* 2049 */ 	margin: 10px auto;
/* 2050 */ 	height: 40px;

/* frontend.css */

/* 2051 */ 	padding: 0 20px 0 20px;
/* 2052 */ 	border: solid 1px #BCCCD4;
/* 2053 */ 	font-size: 14px;
/* 2054 */ 	background-color: transparent;
/* 2055 */ 	color: #0E252C;
/* 2056 */ }
/* 2057 */ .cr-qna-block .cr-show-more-que {
/* 2058 */ 	margin: 20px auto;
/* 2059 */ }
/* 2060 */ .cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-show-more-button,
/* 2061 */ .cr-reviews-grid.cr-reviews-grid-new-review .cr-show-more-button {
/* 2062 */ 	display: none;
/* 2063 */ }
/* 2064 */ .cr-reviews-ajax-reviews .cr-show-more-reviews-prd:hover,
/* 2065 */ .cr-reviews-ajax-reviews .cr-show-more-reviews-prd:focus,
/* 2066 */ .cr-all-reviews-shortcode .cr-show-more-button:hover,
/* 2067 */ .cr-all-reviews-shortcode .cr-show-more-button:focus,
/* 2068 */ .cr-reviews-grid .cr-show-more-button:hover,
/* 2069 */ .cr-reviews-grid .cr-show-more-button:focus,
/* 2070 */ .cr-qna-block .cr-show-more-que:hover,
/* 2071 */ .cr-qna-block .cr-show-more-que:focus {
/* 2072 */ 	border: solid 1px #00A79D;
/* 2073 */ 	background-color: transparent;
/* 2074 */ 	color: #0E252C;
/* 2075 */ }
/* 2076 */ .cr-show-more-review-spinner,
/* 2077 */ .cr-show-more .cr-show-more-spinner,
/* 2078 */ .cr-all-reviews-shortcode .commentlist.cr-pagination-load .cr-pagination-review-spinner {
/* 2079 */ 	display: block;
/* 2080 */ 	margin: 20px auto;
/* 2081 */ 	background: url(../img/spinner-2x.gif) no-repeat;
/* 2082 */ 	background-size: 20px 20px;
/* 2083 */ 	width: 20px;
/* 2084 */ 	height: 20px;
/* 2085 */ }
/* 2086 */ .cr-all-reviews-shortcode .commentlist.cr-pagination-load .cr-pagination-review-spinner {
/* 2087 */ 	position: absolute;
/* 2088 */ 	top: 50%;
/* 2089 */ 	left: 50%;
/* 2090 */ 	transform: translate(-50%, -50%);
/* 2091 */ 	margin: auto;
/* 2092 */ }
/* 2093 */ .cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-show-more-review-spinner,
/* 2094 */ .cr-reviews-grid.cr-reviews-grid-new-review .cr-show-more-review-spinner,
/* 2095 */ .cr-all-reviews-shortcode .commentlist .cr-pagination-review-spinner {
/* 2096 */ 	display: none;
/* 2097 */ }
/* 2098 */ .cr-show-more-review-spinner-cnt {
/* 2099 */ 	width: 100%;
/* 2100 */ 	height: 60px;

/* frontend.css */

/* 2101 */ 	display: flex;
/* 2102 */ 	align-items: center;
/* 2103 */ }
/* 2104 */ .cr-reviews-ajax-reviews .cr-ajax-reviews-sort-div .cr-ajax-reviews-sort,
/* 2105 */ .cr-all-reviews-shortcode .cr-ajax-reviews-sort-div .cr-ajax-reviews-sort {
/* 2106 */ 	display: block;
/* 2107 */ 	margin: 0;
/* 2108 */ 	background: transparent;
/* 2109 */ 	border: 0px;
/* 2110 */ 	padding: 4px;
/* 2111 */ 	width: auto;
/* 2112 */ 	height: auto;
/* 2113 */ 	appearance: auto;
/* 2114 */ 	color: #0E252C;
/* 2115 */ 	font-size: 12px;
/* 2116 */ 	font-weight: 500;
/* 2117 */ }
/* 2118 */ .cr-ajax-reviews-sort-div {
/* 2119 */ 	display: flex;
/* 2120 */ 	justify-content: space-between;
/* 2121 */ }
/* 2122 */ .cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-search-no-reviews {
/* 2123 */ 	display: none;
/* 2124 */ }
/* 2125 */ #reviews.cr-reviews-ajax-reviews .cr-button-search,
/* 2126 */ .cr-all-reviews-shortcode .cr-button-search {
/* 2127 */ 	border: 1px solid;
/* 2128 */ 	border-radius: 4px 4px 4px 4px;
/* 2129 */ 	border-color: #ADB1B8 #A2A6AC #8D9096;
/* 2130 */ 	padding: 3px 10px;
/* 2131 */ 	background: -webkit-linear-gradient(top,#f7f8fa,#e7e9ec);
/* 2132 */ 	background: linear-gradient(to bottom,#f7f8fa,#e7e9ec);
/* 2133 */ 	font-weight: normal;
/* 2134 */ 	color: black;
/* 2135 */ 	letter-spacing: normal;
/* 2136 */ 	font-size: 1em;
/* 2137 */ 	text-transform: none;
/* 2138 */ 	line-height: 1.5em;
/* 2139 */ 	margin-top: 0px;
/* 2140 */ 	margin-bottom: 0px;
/* 2141 */ 	margin-left: 5px;
/* 2142 */ 	margin-right: 0px;
/* 2143 */ 	white-space: nowrap;
/* 2144 */ 	width: auto;
/* 2145 */ }
/* 2146 */ .rtl #reviews.cr-reviews-ajax-reviews .cr-button-search,
/* 2147 */ .rtl .cr-all-reviews-shortcode .cr-button-search {
/* 2148 */ 	margin-left: 0px;
/* 2149 */ 	margin-right: 5px;
/* 2150 */ }

/* frontend.css */

/* 2151 */ #reviews.cr-reviews-ajax-reviews .cr-button-search:hover,
/* 2152 */ .cr-all-reviews-shortcode .cr-button-search:hover {
/* 2153 */ 	background: #e0e3e9;
/* 2154 */ 	background: -webkit-linear-gradient(top,#e7eaf0,#d9dce1);
/* 2155 */ 	background: linear-gradient(to bottom,#e7eaf0,#d9dce1);
/* 2156 */ 	text-decoration: none;
/* 2157 */ }
/* 2158 */ #reviews.cr-reviews-ajax-reviews .cr-ajax-search,
/* 2159 */ .cr-all-reviews-shortcode .cr-ajax-search {
/* 2160 */ 	display: flex;
/* 2161 */ 	padding: 0;
/* 2162 */ 	margin: 24px 0;
/* 2163 */ 	width: 100%;
/* 2164 */ }
/* 2165 */ .cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-ajax-search {
/* 2166 */ 	display: none;
/* 2167 */ }
/* 2168 */ #reviews.cr-reviews-ajax-reviews .cr-ajax-search div,
/* 2169 */ .cr-all-reviews-shortcode .cr-ajax-search div,
/* 2170 */ .cr-qna-block .cr-qna-search-block div {
/* 2171 */ 	position: relative;
/* 2172 */ 	flex-grow: 1;
/* 2173 */ }
/* 2174 */ #reviews.cr-reviews-ajax-reviews .cr-input-text,
/* 2175 */ .cr-all-reviews-shortcode .cr-ajax-search .cr-input-text,
/* 2176 */ .cr-ajax-search input[type="text"] {
/* 2177 */ 	border: 1px solid;
/* 2178 */ 	border-radius: 4px 4px 4px 4px;
/* 2179 */ 	border-color: #ADB1B8 #A2A6AC #8D9096;
/* 2180 */ 	background-color: #ffffff;
/* 2181 */ 	padding: 3px 10px;
/* 2182 */ 	padding-left: calc(1.5em + .75rem);
/* 2183 */ 	padding-right: 1.8em;
/* 2184 */ 	width: 100%;
/* 2185 */ 	line-height: 1.5em;
/* 2186 */ 	margin: 0px;
/* 2187 */ 	font-size: 1em;
/* 2188 */ 	box-sizing: border-box;
/* 2189 */ }
/* 2190 */ .rtl #reviews.cr-reviews-ajax-reviews .cr-input-text,
/* 2191 */ .rtl .cr-all-reviews-shortcode .cr-ajax-search .cr-input-text,
/* 2192 */ .rtl .cr-ajax-search input[type="text"] {
/* 2193 */ 	padding-right: calc(1.5em + .75rem);
/* 2194 */ 	padding-left: 1.8em;
/* 2195 */ }
/* 2196 */ #reviews.cr-reviews-ajax-reviews .cr-ajax-search .cr-ajax-search-icon,
/* 2197 */ .cr-all-reviews-shortcode .cr-ajax-search .cr-ajax-search-icon,
/* 2198 */ .cr-ajax-search .cr-ajax-search-icon {
/* 2199 */ 	position: absolute;
/* 2200 */ 	display: inline-block;

/* frontend.css */

/* 2201 */ 	top: 50%;
/* 2202 */ 	left: 9px;
/* 2203 */ 	transform: translateY(-50%);
/* 2204 */ 	width: 1.1em;
/* 2205 */ 	height: 1.1em;
/* 2206 */ }
/* 2207 */ .rtl #reviews.cr-reviews-ajax-reviews .cr-ajax-search .cr-ajax-search-icon,
/* 2208 */ .rtl .cr-all-reviews-shortcode .cr-ajax-search .cr-ajax-search-icon,
/* 2209 */ .rtl .cr-ajax-search .cr-ajax-search-icon {
/* 2210 */ 	right: 9px;
/* 2211 */ }
/* 2212 */ .cr-qna-block .cr-input-text, .cr-ajax-search input[type="text"] {
/* 2213 */ 	border: 1px solid;
/* 2214 */ 	border-radius: 4px 4px 4px 4px;
/* 2215 */ 	border-color: #ADB1B8 #A2A6AC #8D9096;
/* 2216 */ 	background-color: #ffffff;
/* 2217 */ 	color: #898F92;
/* 2218 */ 	padding: 3px 10px;
/* 2219 */ 	padding-left: calc(1.5em + .75rem);
/* 2220 */ 	padding-right: 1.5em;
/* 2221 */ 	width: 100%;
/* 2222 */ 	margin: 0px;
/* 2223 */ 	font-size: 1em;
/* 2224 */ 	box-shadow: none;
/* 2225 */ 	outline: none;
/* 2226 */ }
/* 2227 */ .cr-ajax-search input[type="text"] {
/* 2228 */ 	height: 42px;
/* 2229 */ }
/* 2230 */ .cr-qna-block .cr-input-text {
/* 2231 */ 	height: 100%;
/* 2232 */ }
/* 2233 */ .cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary {
/* 2234 */ 	display: flex;
/* 2235 */ 	justify-content: space-between;
/* 2236 */ 	align-items: center;
/* 2237 */ 	width: 100%;
/* 2238 */ }
/* 2239 */ .cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-rating-cnt {
/* 2240 */ 	height: 40px;
/* 2241 */ 	display: flex;
/* 2242 */ 	align-items: center;
/* 2243 */ }
/* 2244 */ .cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-rating-cnt .cr-nosummary-rating-val {
/* 2245 */ 	font-size: 25px;
/* 2246 */ 	font-weight: bold;
/* 2247 */ 	margin: 0 0 0 15px;
/* 2248 */ 	color: #0E252C;
/* 2249 */ }
/* 2250 */ .rtl .cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-rating-cnt .cr-nosummary-rating-val {

/* frontend.css */

/* 2251 */ 	margin: 0 15px 0 0;
/* 2252 */ }
/* 2253 */ .cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-rating-cnt .cr-nosummary-rating-lbl {
/* 2254 */ 	font-size: 20px;
/* 2255 */ 	font-weight: normal;
/* 2256 */ 	margin: 0 0 0 15px;
/* 2257 */ 	color: #4D5D64;
/* 2258 */ }
/* 2259 */ .rtl .cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-rating-cnt .cr-nosummary-rating-lbl {
/* 2260 */ 	margin: 0 15px 0 0;
/* 2261 */ }
/* 2262 */ .cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-add {
/* 2263 */ 	margin: 0 0 0 15px;
/* 2264 */ 	cursor: pointer;
/* 2265 */ 	background-color: #31856C;
/* 2266 */ 	color: #ffffff;
/* 2267 */ 	display: flex;
/* 2268 */ 	align-items: center;
/* 2269 */ 	justify-content: center;
/* 2270 */ 	min-height: 40px;
/* 2271 */ 	text-transform: none;
/* 2272 */ 	line-height: 20px;
/* 2273 */ 	font-size: 15px;
/* 2274 */ 	border: none;
/* 2275 */ }
/* 2276 */ .cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-add:hover {
/* 2277 */ 	background-color: #276A56;
/* 2278 */ }
/* 2279 */ #reviews.cr-reviews-ajax-reviews .cr-clear-input,
/* 2280 */ .cr-all-reviews-shortcode .cr-clear-input,
/* 2281 */ .cr-qna-block .cr-qna-search-block .cr-clear-input {
/* 2282 */ 	display:none;
/* 2283 */ 	position:absolute;
/* 2284 */ 	cursor: pointer;
/* 2285 */ 	margin-left: -1.7em ;
/* 2286 */ 	margin-top: -8px;
/* 2287 */ 	height: 16px;
/* 2288 */ 	top: 50%;
/* 2289 */ 	right: 8px;
/* 2290 */ }
/* 2291 */ .rtl #reviews.cr-reviews-ajax-reviews .cr-clear-input,
/* 2292 */ .rtl .cr-all-reviews-shortcode .cr-clear-input,
/* 2293 */ .rtl .cr-qna-block .cr-qna-search-block .cr-clear-input {
/* 2294 */ 	left: 8px;
/* 2295 */ 	right: auto;
/* 2296 */ 	margin-left: 0;
/* 2297 */ }
/* 2298 */ .cr-all-reviews-shortcode .cr-clear-input.cr-visible {
/* 2299 */ 	display: inline-block;
/* 2300 */ }

/* frontend.css */

/* 2301 */ #reviews.cr-reviews-ajax-reviews .cr-clear-input svg,
/* 2302 */ .cr-all-reviews-shortcode .cr-clear-input svg,
/* 2303 */ .cr-qna-block .cr-qna-search-block .cr-clear-input svg {
/* 2304 */ 	display: block;
/* 2305 */ 	height: 16px;
/* 2306 */ }
/* 2307 */ #reviews.cr-reviews-ajax-reviews .cr-qna-search-icon,
/* 2308 */ .cr-all-reviews-shortcode .cr-qna-search-icon,
/* 2309 */ .cr-qna-block .cr-qna-search-block .cr-qna-search-icon {
/* 2310 */ 	fill: #18B394;
/* 2311 */ 	display: inline-block;
/* 2312 */ 	position:absolute;
/* 2313 */ 	width: 1.1em;
/* 2314 */ 	height: 1.1em;
/* 2315 */ 	left: 9px;
/* 2316 */ 	top: 50%;
/* 2317 */ 	transform: translateY(-50%);
/* 2318 */ }
/* 2319 */ #reviews.cr-reviews-ajax-reviews .cr-input-text:focus,
/* 2320 */ .cr-all-reviews-shortcode .cr-input-text:focus,
/* 2321 */ .cr-qna-block .cr-input-text:focus,
/* 2322 */ .cr-ajax-search input[type="text"]:focus {
/* 2323 */ 	background-color: #ffffff;
/* 2324 */ 	outline:none;
/* 2325 */ 	border-color: #e77600;
/* 2326 */ 	box-shadow: 0 0 3px 2px rgba(228,121,17,.5);
/* 2327 */ }
/* 2328 */ #reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-add-review {
/* 2329 */ 	display: block;
/* 2330 */ 	margin: 1em 0px;
/* 2331 */ 	border: 1px solid;
/* 2332 */ 	border-radius: 4px 4px 4px 4px;
/* 2333 */ 	border-color: #ADB1B8 #A2A6AC #8D9096;
/* 2334 */ 	padding: 3px 10px;
/* 2335 */ 	background: -webkit-linear-gradient(top,#f7f8fa,#e7e9ec);
/* 2336 */ 	background: linear-gradient(to bottom,#f7f8fa,#e7e9ec);
/* 2337 */ 	font-weight: 600;
/* 2338 */ 	color: black;
/* 2339 */ 	letter-spacing: normal;
/* 2340 */ 	font-size: 1em;
/* 2341 */ 	text-transform: none;
/* 2342 */ 	line-height: normal;
/* 2343 */ }
/* 2344 */ #reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-add-review:hover {
/* 2345 */ 	background: #e0e3e9;
/* 2346 */ 	background: -webkit-linear-gradient(top,#e7eaf0,#d9dce1);
/* 2347 */ 	background: linear-gradient(to bottom,#e7eaf0,#d9dce1);
/* 2348 */ 	text-decoration: none;
/* 2349 */ }
/* 2350 */ .cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review,

/* frontend.css */

/* 2351 */ .cr-reviews-grid .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review {
/* 2352 */ 	display: block;
/* 2353 */ 	background-color: #31856C;
/* 2354 */ 	color: #ffffff;
/* 2355 */ 	border: 0;
/* 2356 */ 	height: 40px;
/* 2357 */ 	line-height: 20px;
/* 2358 */ 	font-size: 15px;
/* 2359 */ 	width: auto;
/* 2360 */ 	padding: 10px 20px;
/* 2361 */ 	margin: 0;
/* 2362 */ }
/* 2363 */ .cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review:hover,
/* 2364 */ .cr-reviews-grid .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review:hover {
/* 2365 */ 	background-color: #276A56;
/* 2366 */ 	text-decoration: none;
/* 2367 */ 	cursor: pointer;
/* 2368 */ }
/* 2369 */ .cr-ajax-reviews-review-form {
/* 2370 */ 	display: none;
/* 2371 */ }
/* 2372 */ .cr-ajax-reviews-review-form.cr-ajax-reviews-review-form-nc {
/* 2373 */ 	display: block;
/* 2374 */ }
/* 2375 */ #reviews.cr-reviews-ajax-reviews .comment-reply-title {
/* 2376 */ 	display: block;
/* 2377 */ 	font-size: 1.5em;
/* 2378 */ }
/* 2379 */ .cr-ajax-reviews-review-form p.form-submit {
/* 2380 */ 	display: flex;
/* 2381 */ 	justify-content: space-between;
/* 2382 */ 	align-items: center;
/* 2383 */ }
/* 2384 */ #reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-div,
/* 2385 */ .cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-div {
/* 2386 */ 	margin: 12px 0 24px 0;
/* 2387 */ }
/* 2388 */ #reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-div .cr-ajax-reviews-cus-images-title,
/* 2389 */ .cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-div .cr-ajax-reviews-cus-images-title {
/* 2390 */ 	font-size: 1em;
/* 2391 */ 	margin: 0 auto 5px auto;
/* 2392 */ }
/* 2393 */ #reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-div2,
/* 2394 */ .cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-div2 {
/* 2395 */ 	white-space: nowrap;
/* 2396 */ 	overflow-x: auto;
/* 2397 */ 	overflow-y: hidden;
/* 2398 */ }
/* 2399 */ #reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal-cont,
/* 2400 */ .cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal-cont {

/* frontend.css */

/* 2401 */ 	position: fixed;
/* 2402 */ 	top: 0;
/* 2403 */ 	left: 0;
/* 2404 */ 	width: 100%;
/* 2405 */ 	height: 100%;
/* 2406 */ 	background: rgba(120, 120, 120, 0.8);
/* 2407 */ 	z-index: 100001;
/* 2408 */ 	display: none;
/* 2409 */ 	opacity: 0;
/* 2410 */ }
/* 2411 */ #reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal-cont.cr-mask-active,
/* 2412 */ .cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal-cont.cr-mask-active {
/* 2413 */ 	visibility: visible;
/* 2414 */ 	opacity: 1;
/* 2415 */ 	display: flex;
/* 2416 */ 	justify-content: center;
/* 2417 */ 	align-items: center;
/* 2418 */ }
/* 2419 */ #reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal,
/* 2420 */ .cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal {
/* 2421 */ 	visibility: visible;
/* 2422 */ 	position: relative;
/* 2423 */ 	max-width: 100vw;
/* 2424 */ 	width: 700px;
/* 2425 */ 	background: #fff;
/* 2426 */ 	z-index: 100001;
/* 2427 */ 	display: block;
/* 2428 */ 	border-radius: 3px;
/* 2429 */ 	opacity: 1;
/* 2430 */ 	max-height: 100vh;
/* 2431 */ }
/* 2432 */ #reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-hdr,
/* 2433 */ .cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-hdr {
/* 2434 */ 	height: 36px;
/* 2435 */ 	background: #f2f2f2;
/* 2436 */ 	background: #f1f1f1;
/* 2437 */ 	background: -webkit-linear-gradient(top,#f7f7f7,#eaeaea);
/* 2438 */ 	background: linear-gradient(to bottom,#f7f7f7,#eaeaea);
/* 2439 */ 	box-shadow: 0 1px 0 rgba(255,255,255,.5) inset,0 -1px 0 rgba(255,255,255,.4) inset;
/* 2440 */ 	position: relative;
/* 2441 */ 	border-bottom: 1px solid #cdcdcd;
/* 2442 */ 	border-bottom-color: rgba(0,0,0,.2);
/* 2443 */ 	border-top-left-radius: 3px;
/* 2444 */ 	border-top-right-radius: 3px;
/* 2445 */ }
/* 2446 */ #reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal button.cr-ajax-reviews-cus-images-close,
/* 2447 */ .cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal button.cr-ajax-reviews-cus-images-close {
/* 2448 */ 	display: block;
/* 2449 */ 	zoom: 1;
/* 2450 */ 	background-color: transparent;

/* frontend.css */

/* 2451 */ 	border: none;
/* 2452 */ 	float: right;
/* 2453 */ 	padding: 8px;
/* 2454 */ 	position: absolute;
/* 2455 */ 	top: 50%;
/* 2456 */ 	right: 5px;
/* 2457 */ 	margin: -15px 0 0;
/* 2458 */ 	line-height: 0;
/* 2459 */ 	min-height: auto;
/* 2460 */ }
/* 2461 */ #reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal button.cr-ajax-reviews-cus-images-close svg,
/* 2462 */ .cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal button.cr-ajax-reviews-cus-images-close svg {
/* 2463 */ 	opacity: .64;
/* 2464 */ 	width: 15px;
/* 2465 */ 	height: 15px;
/* 2466 */ 	font-size: 15px;
/* 2467 */ }
/* 2468 */ #reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-close .cr-no-icon,
/* 2469 */ .cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-close .cr-no-icon {
/* 2470 */ 	fill: #333333;
/* 2471 */ }
/* 2472 */ #reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-slide-main-flex,
/* 2473 */ .cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-slide-main-flex {
/* 2474 */ 	display: flex;
/* 2475 */ 	flex-direction: row;
/* 2476 */ 	justify-content: space-evenly;
/* 2477 */ 	gap: 20px;
/* 2478 */ }
/* 2479 */ #reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav,
/* 2480 */ .cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav {
/* 2481 */ 	width: 80%;
/* 2482 */ 	margin: 0 auto 35px auto;
/* 2483 */ 	background-color: #f4f4f4;
/* 2484 */ }
/* 2485 */ #reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav img,
/* 2486 */ #reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav video,
/* 2487 */ .cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav img,
/* 2488 */ .cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav video {
/* 2489 */ 	max-height: 75px;
/* 2490 */ 	margin: 0 auto;
/* 2491 */ 	width: auto;
/* 2492 */ }
/* 2493 */ #reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav,
/* 2494 */ .cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav {
/* 2495 */ 	padding: 0px;
/* 2496 */ 	line-height: 0;
/* 2497 */ 	text-align: center;
/* 2498 */ 	position: relative;
/* 2499 */ }
/* 2500 */ #reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main img,

/* frontend.css */

/* 2501 */ #reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main video,
/* 2502 */ .cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main img,
/* 2503 */ .cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main video {
/* 2504 */ 	max-width: 400px;
/* 2505 */ 	max-height: 400px;
/* 2506 */ 	width: auto;
/* 2507 */ }
/* 2508 */ .cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment,
/* 2509 */ .cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment {
/* 2510 */ 	width: 250px;
/* 2511 */ 	padding: 0;
/* 2512 */ 	line-height: 1.5;
/* 2513 */ }
/* 2514 */ #reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment p,
/* 2515 */ .cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment p {
/* 2516 */ 	margin: 0px;
/* 2517 */ 	display: block;
/* 2518 */ }
/* 2519 */ #reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment time,
/* 2520 */ .cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment time {
/* 2521 */ 	opacity: 0.5;
/* 2522 */ 	font-size: 0.875em;
/* 2523 */ 	display: block;
/* 2524 */ }
/* 2525 */ .cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment .cr-ajax-reviews-slide-main-comment-body,
/* 2526 */ .cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment .cr-ajax-reviews-slide-main-comment-body {
/* 2527 */ 	max-height: 300px;
/* 2528 */ 	overflow-x: hidden;
/* 2529 */ 	overflow-y: scroll;
/* 2530 */ 	line-height: normal;
/* 2531 */ }
/* 2532 */ #reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main.slick-initialized .slick-slide,
/* 2533 */ .cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main.slick-initialized .slick-slide {
/* 2534 */ 	float: none;
/* 2535 */ 	display: inline-block;
/* 2536 */ 	vertical-align: middle;
/* 2537 */ }
/* 2538 */ #reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-vote,
/* 2539 */ .cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-vote {
/* 2540 */ 	box-sizing: border-box;
/* 2541 */ 	margin: 1em 0 0 0;
/* 2542 */ }
/* 2543 */ .cr-search-highlight{
/* 2544 */ 	background: linear-gradient(0deg, #FFEB82, #FFEB82), #F9F9F9;
/* 2545 */ }
/* 2546 */ .cr-noscroll {
/* 2547 */ 	overflow: hidden;
/* 2548 */ }
/* 2549 */ .product_meta .cr_gtin_val, .product_meta .cr_mpn_val, .product_meta .cr_brand_val {
/* 2550 */ 	display: inline;

/* frontend.css */

/* 2551 */ }
/* 2552 */ .cr-reviews-slider .cr-slider-read-more a,
/* 2553 */ .cr-reviews-slider .cr-slider-read-less a,
/* 2554 */ .cr-reviews-grid .cr-grid-read-more a,
/* 2555 */ .cr-reviews-grid .cr-grid-read-less a  {
/* 2556 */ 	font-size: 0.8em;
/* 2557 */ }
/* 2558 */ .cr-reviews-slider .cr-slider-details,
/* 2559 */ .cr-reviews-grid .cr-grid-details {
/* 2560 */ 	display:none;
/* 2561 */ }
/* 2562 */ .cr-qna-block .cr-qna-search-block {
/* 2563 */ 	display: flex;
/* 2564 */ 	justify-content: flex-end;
/* 2565 */ 	margin-bottom: 30px;
/* 2566 */ }
/* 2567 */ .cr-qna-block .cr-qna-list-block {
/* 2568 */ 	display: block;
/* 2569 */ }
/* 2570 */ .cr-qna-block.cr-qna-new-q-form-open .cr-qna-search-block,
/* 2571 */ .cr-qna-block.cr-qna-new-q-form-open .cr-qna-list-block {
/* 2572 */ 	display: none;
/* 2573 */ }
/* 2574 */ .cr-qna-block .cr-qna-search-block .cr-qna-ask-button {
/* 2575 */ 	font-size: 16px;
/* 2576 */ 	font-weight: 400;
/* 2577 */ 	background: #31856C;
/* 2578 */ 	border: 0px solid;
/* 2579 */ 	border-radius: 0;
/* 2580 */ 	min-height: 42px;
/* 2581 */ 	color: #FFFFFF;
/* 2582 */ 	cursor: pointer;
/* 2583 */ 	display: inline-block;
/* 2584 */ 	outline-style: none;
/* 2585 */ 	margin-top: 0px;
/* 2586 */ 	margin-bottom: 0px;
/* 2587 */ 	margin-left: 10px;
/* 2588 */ 	margin-right: 0px;
/* 2589 */ 	padding: 5px 15px;
/* 2590 */ }
/* 2591 */ .cr-qna-block .cr-qna-search-block .cr-qna-ask-button:hover {
/* 2592 */ 	background: #276A56;
/* 2593 */ }
/* 2594 */ .rtl .cr-qna-block .cr-qna-search-block .cr-qna-ask-button {
/* 2595 */ 	margin-left: 0px;
/* 2596 */ 	margin-right: 10px;
/* 2597 */ }
/* 2598 */ .cr-qna-block .cr-qna-list-block div.cr-qna-list-empty {
/* 2599 */ 	padding: 30px;
/* 2600 */ 	text-align: center;

/* frontend.css */

/* 2601 */ }
/* 2602 */ .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont {
/* 2603 */ 	margin-top: 20px;
/* 2604 */ 	margin-bottom: 0;
/* 2605 */ 	margin-right: 0;
/* 2606 */ 	margin-left: 0;
/* 2607 */ 	overflow-wrap: break-word;
/* 2608 */ 	word-break: break-word;
/* 2609 */ }
/* 2610 */ .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q,
/* 2611 */ .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a,
/* 2612 */ .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b {
/* 2613 */ 	display: flex;
/* 2614 */ 	margin: 0px;
/* 2615 */ }
/* 2616 */ .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a,
/* 2617 */ .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b {
/* 2618 */ 	margin-top: 20px;
/* 2619 */ }
/* 2620 */ .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q .cr-qna-list-q-q-l {
/* 2621 */ 	min-width: 50px;
/* 2622 */ 	display: flex;
/* 2623 */ 	align-items: center;
/* 2624 */ }
/* 2625 */ .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-l,
/* 2626 */ .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-l {
/* 2627 */ 	min-width: 50px;
/* 2628 */ 	display: flex;
/* 2629 */ 	align-items: flex-start;
/* 2630 */ }
/* 2631 */ .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-icon {
/* 2632 */ 	width: 30px;
/* 2633 */ 	height: 30px;
/* 2634 */ }
/* 2635 */ .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-icon circle {
/* 2636 */ 	stroke: #31856C;
/* 2637 */ }
/* 2638 */ .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-icon path {
/* 2639 */ 	fill: #31856C;
/* 2640 */ }
/* 2641 */ .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-v-icon {
/* 2642 */ 	width: 16px;
/* 2643 */ 	height: 16px;
/* 2644 */ 	max-width: 100%;
/* 2645 */ 	max-height: 100%;
/* 2646 */ 	display: inline-block;
/* 2647 */ 	vertical-align: middle;
/* 2648 */ 	margin-right: 10px;
/* 2649 */ }
/* 2650 */ .rtl .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-v-icon {

/* frontend.css */

/* 2651 */ 	margin-left: 10px;
/* 2652 */ 	margin-right: 0px;
/* 2653 */ }
/* 2654 */ .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q .cr-qna-list-q-q-r,
/* 2655 */ .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r {
/* 2656 */ 	display: block;
/* 2657 */ }
/* 2658 */ .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r {
/* 2659 */ 	padding-bottom: 20px;
/* 2660 */ 	border-bottom: solid 2px #F9F9F9;
/* 2661 */ 	border-top: solid 0px;
/* 2662 */ 	border-right: solid 0px;
/* 2663 */ 	border-left: solid 0px;
/* 2664 */ 	width: 100%;
/* 2665 */ 	display: flex;
/* 2666 */ 	justify-content: space-between;
/* 2667 */ 	align-items: flex-end;
/* 2668 */ }
/* 2669 */ .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r.cr-qna-list-q-b-r-no-ans {
/* 2670 */ 	justify-content: right;
/* 2671 */ }
/* 2672 */ .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b.cr-qna-ans-form-open .cr-qna-list-q-b-r {
/* 2673 */ 	display: none;
/* 2674 */ }
/* 2675 */ .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-inl-answ {
/* 2676 */ 	padding-bottom: 20px;
/* 2677 */ 	border-bottom: solid 2px #F9F9F9;
/* 2678 */ 	border-top: solid 0px;
/* 2679 */ 	border-right: solid 0px;
/* 2680 */ 	border-left: solid 0px;
/* 2681 */ 	width: 100%;
/* 2682 */ 	display: none;
/* 2683 */ }
/* 2684 */ .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b.cr-qna-ans-form-open .cr-qna-list-inl-answ {
/* 2685 */ 	display: block;
/* 2686 */ }
/* 2687 */ .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r .cr-qna-q-voting {
/* 2688 */ 	display: flex;
/* 2689 */ 	align-items: center;
/* 2690 */ }
/* 2691 */ .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer {
/* 2692 */ 	display: block;
/* 2693 */ 	border-left: solid 3px #BCCCD4;
/* 2694 */ 	border-top: solid 0px;
/* 2695 */ 	border-right: solid 0px;
/* 2696 */ 	border-bottom: solid 0px;
/* 2697 */ 	padding-left: 16px;
/* 2698 */ 	padding-right: 0px;
/* 2699 */ 	padding-top: 0px;
/* 2700 */ 	padding-bottom: 0px;

/* frontend.css */

/* 2701 */ 	margin-bottom: 10px;
/* 2702 */ }
/* 2703 */ .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer.cr-qna-list-last {
/* 2704 */ 	margin-bottom: 0px;
/* 2705 */ }
/* 2706 */ .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q .cr-qna-list-q-q-r .cr-qna-list-question {
/* 2707 */ 	font-size: 18px;
/* 2708 */ 	font-weight: 600;
/* 2709 */ 	line-height: 1.2;
/* 2710 */ 	display: block;
/* 2711 */ 	color: #203741;
/* 2712 */ }
/* 2713 */ .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer-s {
/* 2714 */ 	font-size: 16px;
/* 2715 */ 	font-weight: 400;
/* 2716 */ 	line-height: 1.2;
/* 2717 */ 	display: block;
/* 2718 */ 	color: #203741;
/* 2719 */ }
/* 2720 */ .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer-s p {
/* 2721 */ 	margin: 0;
/* 2722 */ }
/* 2723 */ .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer-s a {
/* 2724 */ 	text-decoration: underline;
/* 2725 */ 	color: #6d6d6d;
/* 2726 */ 	cursor: pointer;
/* 2727 */ }
/* 2728 */ .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q .cr-qna-list-q-q-r .cr-qna-list-q-author,
/* 2729 */ .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-q-author {
/* 2730 */ 	font-size: 14px;
/* 2731 */ 	font-weight: 400;
/* 2732 */ 	line-height: 1.2;
/* 2733 */ 	display: block;
/* 2734 */ 	color: #276A56;
/* 2735 */ 	font-style: italic;
/* 2736 */ 	margin-top: 5px;
/* 2737 */ 	margin-bottom: 0px;
/* 2738 */ 	margin-left: 0px;
/* 2739 */ 	margin-right: 0px;
/* 2740 */ }
/* 2741 */ .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-author .cr-qna-list-q-author-b {
/* 2742 */ 	font-weight: 600;
/* 2743 */ }
/* 2744 */ .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-author-verified {
/* 2745 */ 	font-size: 14px;
/* 2746 */ 	color: #276A56;
/* 2747 */ }
/* 2748 */ .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-ans-button {
/* 2749 */ 	font-size: 14px;
/* 2750 */ 	font-weight: 600;

/* frontend.css */

/* 2751 */ 	background: #FFFFFF;
/* 2752 */ 	border: 1px solid #BCCCD4;
/* 2753 */ 	border-radius: 0;
/* 2754 */ 	height: 42px;
/* 2755 */ 	color: #276A56;
/* 2756 */ 	cursor: pointer;
/* 2757 */ 	display: inline-block;
/* 2758 */ 	outline-style: none;
/* 2759 */ 	padding: 4px 15px;
/* 2760 */ }
/* 2761 */ .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-ans-button:hover {
/* 2762 */ 	border-color: #4D5D64;
/* 2763 */ }
/* 2764 */ .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b-r-no-ans .cr-qna-ans-button {
/* 2765 */ 	display: none;
/* 2766 */ }
/* 2767 */ .cr-qna-block #cr-show-more-q-spinner {
/* 2768 */ 	display: block;
/* 2769 */ 	margin: 30px auto;
/* 2770 */ 	background: url(../img/spinner-2x.gif) no-repeat;
/* 2771 */ 	background-size: 20px 20px;
/* 2772 */ 	width: 20px;
/* 2773 */ 	height: 20px;
/* 2774 */ }
/* 2775 */ .cr-qna-block .cr-search-no-qna {
/* 2776 */ 	margin: 30px auto;
/* 2777 */ 	text-align: center;
/* 2778 */ 	color: #203741;
/* 2779 */ }
/* 2780 */ #reviews.cr-reviews-ajax-reviews p.cr-featured-badge,
/* 2781 */ .cr-all-reviews-shortcode p.cr-featured-badge {
/* 2782 */ 	margin: 0px 0px 10px 0px;
/* 2783 */ }
/* 2784 */ #reviews.cr-reviews-ajax-reviews .cr-featured-badge span,
/* 2785 */ #reviews.cr-reviews-ajax-reviews .cr-all-featured-badge span,
/* 2786 */ .cr-all-reviews-shortcode .cr-all-featured-badge span {
/* 2787 */ 	text-transform: uppercase;
/* 2788 */ 	display: inline-block;
/* 2789 */ 	font-size: 12px;
/* 2790 */ 	-moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
/* 2791 */ 	-webkit-box-shadow: inset 0px 1px 0px 0px #fff6af;
/* 2792 */ 	box-shadow: inset 0px 1px 0px 0px #fff6af;
/* 2793 */ 	background-color: #ffec64;
/* 2794 */ 	-webkit-border-top-left-radius: 3px;
/* 2795 */ 	-moz-border-radius-topleft: 3px;
/* 2796 */ 	border-top-left-radius: 3px;
/* 2797 */ 	-webkit-border-top-right-radius: 3px;
/* 2798 */ 	-moz-border-radius-topright: 3px;
/* 2799 */ 	border-top-right-radius: 3px;
/* 2800 */ 	-webkit-border-bottom-right-radius: 3px;

/* frontend.css */

/* 2801 */ 	-moz-border-radius-bottomright: 3px;
/* 2802 */ 	border-bottom-right-radius: 3px;
/* 2803 */ 	-webkit-border-bottom-left-radius: 3px;
/* 2804 */ 	-moz-border-radius-bottomleft: 3px;
/* 2805 */ 	border-bottom-left-radius: 3px;
/* 2806 */ 	text-indent:0;
/* 2807 */ 	border: 1px solid #ffaa22;
/* 2808 */ 	color: #333333;
/* 2809 */ 	font-weight: normal;
/* 2810 */ 	font-style: normal;
/* 2811 */ 	line-height: 20px;
/* 2812 */ 	text-decoration: none;
/* 2813 */ 	text-align: center;
/* 2814 */ 	text-shadow: 0px 1px 0px #ffee66;
/* 2815 */ 	padding: 0px 5px;
/* 2816 */ }
/* 2817 */ #reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .review .comment-text {
/* 2818 */ 	display: block;
/* 2819 */ 	border-bottom: 1px solid #e4e1e3;
/* 2820 */ 	padding-bottom: 1em;
/* 2821 */ }
/* 2822 */ .cr-reviews-ajax-reviews .cr-ajax-reviews-wpml-switch {
/* 2823 */ 	text-align: center;
/* 2824 */ 	background-color: #F9F9F9;
/* 2825 */ }
/* 2826 */ .cr-reviews-ajax-reviews .cr-ajax-reviews-wpml-switch a {
/* 2827 */ 	color: #4D5D64;
/* 2828 */ }
/* 2829 */ .cr-reviews-ajax-reviews .cr-ajax-reviews-wpml-switch a:hover,
/* 2830 */ .cr-reviews-ajax-reviews .cr-ajax-reviews-wpml-switch a:active {
/* 2831 */ 	color: #0E252C;
/* 2832 */ }
/* 2833 */ #review_form .cr-upload-local-images .cr-upload-images-status,
/* 2834 */ .cr-upload-local-images .cr-upload-images-status {
/* 2835 */ 	display: block;
/* 2836 */ 	margin: 0px 0px 10px 0px;
/* 2837 */ 	padding: 3px 5px;
/* 2838 */ }
/* 2839 */ #review_form .cr-upload-local-images #cr_review_image,
/* 2840 */ .cr-upload-local-images #cr_review_image {
/* 2841 */ 	margin: 0px 0px 15px 0px;
/* 2842 */ 	width: 100%;
/* 2843 */ }
/* 2844 */ #review_form .cr-upload-local-images .cr-upload-images-status.cr-upload-images-status-error,
/* 2845 */ .cr-upload-local-images .cr-upload-images-status.cr-upload-images-status-error {
/* 2846 */ 	background-color: #FF4136;
/* 2847 */ 	color: #303030;
/* 2848 */ }
/* 2849 */ #review_form .cr-upload-images-preview,
/* 2850 */ .cr-upload-images-preview {

/* frontend.css */

/* 2851 */ 	display: flex;
/* 2852 */ 	margin: 0 0 0 0;
/* 2853 */ }
/* 2854 */ #review_form .cr-upload-images-preview .cr-upload-images-containers,
/* 2855 */ .cr-upload-images-preview .cr-upload-images-containers {
/* 2856 */ 	width: 75px;
/* 2857 */ 	height: 75px;
/* 2858 */ 	margin: 0 10px 10px 0;
/* 2859 */ 	position: relative;
/* 2860 */ 	display: flex;
/* 2861 */ 	align-items: center;
/* 2862 */ 	justify-content: center;
/* 2863 */ 	pointer-events: auto;
/* 2864 */ }
/* 2865 */ #review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-video-thumbnail,
/* 2866 */ .cr-upload-images-preview .cr-upload-images-containers .cr-upload-video-thumbnail {
/* 2867 */ 	margin: 0;
/* 2868 */ 	opacity: 0.3;
/* 2869 */ 	padding: 15px;
/* 2870 */ 	border: 1px solid #e0e0e0;
/* 2871 */ 	fill: #e0e0e0;
/* 2872 */ 	border-radius: 2px;
/* 2873 */ }
/* 2874 */ #review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending,
/* 2875 */ .cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending {
/* 2876 */ 	pointer-events: none;
/* 2877 */ }
/* 2878 */ #review_form .cr-upload-images-preview .cr-upload-images-thumbnail,
/* 2879 */ .cr-upload-images-preview .cr-upload-images-thumbnail {
/* 2880 */ 	max-width: 100%;
/* 2881 */ 	max-height: 100%;
/* 2882 */ 	margin: 0 0 0 0;
/* 2883 */ 	opacity: 0.3;
/* 2884 */ }
/* 2885 */ #review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-images-thumbnail,
/* 2886 */ .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-images-thumbnail,
/* 2887 */ #review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-video-thumbnail,
/* 2888 */ .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-video-thumbnail {
/* 2889 */ 	opacity: 0.2;
/* 2890 */ }
/* 2891 */ #review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-pbar,
/* 2892 */ .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-pbar {
/* 2893 */ 	width: 65px;
/* 2894 */ 	height: 10px;
/* 2895 */ 	margin: 0 5px 0 5px;
/* 2896 */ 	padding: 0;
/* 2897 */ 	position: absolute;
/* 2898 */ 	top: 50%;
/* 2899 */ 	left: 0;
/* 2900 */ 	transform: translate(0, -50%);

/* frontend.css */

/* 2901 */ 	background-color: #dddddd;
/* 2902 */ 	border-radius: 5px;
/* 2903 */ }
/* 2904 */ #review_form .cr-upload-images-preview .cr-upload-images-pbar .cr-upload-images-pbarin,
/* 2905 */ .cr-upload-images-preview .cr-upload-images-pbarin {
/* 2906 */ 	width: 0;
/* 2907 */ 	height: 100%;
/* 2908 */ 	margin: 0;
/* 2909 */ 	padding: 0;
/* 2910 */ 	background-color: #4BBE67;
/* 2911 */ 	border-radius: 5px;
/* 2912 */ }
/* 2913 */ #review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-thumbnail,
/* 2914 */ .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-thumbnail {
/* 2915 */ 	opacity: 1;
/* 2916 */ }
/* 2917 */ #review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-video-thumbnail,
/* 2918 */ .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-video-thumbnail {
/* 2919 */ 	opacity: 1;
/* 2920 */ 	border-width: 0;
/* 2921 */ }
/* 2922 */ #review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-pbar,
/* 2923 */ .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-pbar {
/* 2924 */ 	display: none;
/* 2925 */ }
/* 2926 */ #review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete,
/* 2927 */ .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete {
/* 2928 */ 	padding: 1px;
/* 2929 */ 	position: absolute;
/* 2930 */ 	top: 0px;
/* 2931 */ 	right: 0px;
/* 2932 */ 	width: 20px;
/* 2933 */ 	height: 20px;
/* 2934 */ 	display: none;
/* 2935 */ 	background-color: #e7412c;
/* 2936 */ 	border-radius: 10px;
/* 2937 */ 	border: 0px solid;
/* 2938 */ 	line-height: 0;
/* 2939 */ 	cursor: pointer;
/* 2940 */ }
/* 2941 */ #review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete:hover,
/* 2942 */ .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete:hover {
/* 2943 */ 	background-color: #db2c1b;
/* 2944 */ }
/* 2945 */ #review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-delete,
/* 2946 */ .cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete {
/* 2947 */ 	display: block;
/* 2948 */ }
/* 2949 */ #review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-images-delete,
/* 2950 */ .cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete {

/* frontend.css */

/* 2951 */ 	opacity: 0.2;
/* 2952 */ }
/* 2953 */ #review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete svg,
/* 2954 */ .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete svg {
/* 2955 */ 	padding: 0px;
/* 2956 */ 	width: 18px;
/* 2957 */ 	height: 18px;
/* 2958 */ 	font-size: 18px;
/* 2959 */ 	line-height: 18px;
/* 2960 */ 	display: block;
/* 2961 */ }
/* 2962 */ #review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete .cr-no-icon,
/* 2963 */ .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete .cr-no-icon {
/* 2964 */ 	fill: #FFFFFF;
/* 2965 */ }
/* 2966 */ #review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete-spinner,
/* 2967 */ .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete-spinner {
/* 2968 */ 	margin: 0;
/* 2969 */ 	background: url(../img/spinner-2x.gif) no-repeat;
/* 2970 */ 	background-size: 20px 20px;
/* 2971 */ 	width: 20px;
/* 2972 */ 	height: 20px;
/* 2973 */ 	display: none;
/* 2974 */ 	text-decoration: none;
/* 2975 */ 	position: absolute;
/* 2976 */ 	top: 50%;
/* 2977 */ 	left: 50%;
/* 2978 */ 	transform: translate(-50%, -50%);
/* 2979 */ }
/* 2980 */ #review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete-spinner,
/* 2981 */ .cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete-spinner {
/* 2982 */ 	display: block;
/* 2983 */ }
/* 2984 */ .cr-reviews-grid {
/* 2985 */ 	padding: 20px 0 10px 0;
/* 2986 */ 	border-width: 1px;
/* 2987 */ 	border-style: solid;
/* 2988 */ 	border-color: transparent;
/* 2989 */ 	display: block;
/* 2990 */ 	border-radius: 5px;
/* 2991 */ 	margin: 0;
/* 2992 */ 	width: 100%;
/* 2993 */ }
/* 2994 */ .cr-reviews-grid-inner {
/* 2995 */ 	border-radius: inherit;
/* 2996 */ 	display: flex;
/* 2997 */ }
/* 2998 */ .cr-reviews-grid-inner .cr-reviews-grid-col {
/* 2999 */ 	flex-grow: 1;
/* 3000 */ 	width: 0;

/* frontend.css */

/* 3001 */ }
/* 3002 */ .cr-reviews-grid-inner .cr-reviews-grid-col.cr-reviews-grid-col-none {
/* 3003 */ 	display: none;
/* 3004 */ }
/* 3005 */ .cr-reviews-grid-empty {
/* 3006 */ 	border-radius: inherit;
/* 3007 */ 	display: flex;
/* 3008 */ 	padding: 0 10px;
/* 3009 */ 	margin: 10px 0;
/* 3010 */ 	justify-content: center;
/* 3011 */ }
/* 3012 */ .cr-reviews-slider{
/* 3013 */ 	padding: 15px 0px;
/* 3014 */ 	margin: 0 25px;
/* 3015 */ 	opacity: 0;
/* 3016 */ 	visibility: hidden;
/* 3017 */ 	transition: opacity 1s ease;
/* 3018 */ 	-webkit-transition: opacity 1s ease;
/* 3019 */ }
/* 3020 */
/* 3021 */ .cr-reviews-slider.slick-initialized {
/* 3022 */ 	visibility: visible;
/* 3023 */ 	opacity: 1;
/* 3024 */ }
/* 3025 */ .cr-reviews-grid .cr-review-card {
/* 3026 */ 	padding: 0 0 0 0;
/* 3027 */ 	border-width: 1px;
/* 3028 */ 	border-style: solid;
/* 3029 */ 	border-color: transparent;
/* 3030 */ 	border-radius: 10px;
/* 3031 */ 	margin: 0 10px 20px 10px;
/* 3032 */ 	max-width: 100%;
/* 3033 */ 	overflow: hidden;
/* 3034 */ 	visibility: hidden;
/* 3035 */ 	display: none;
/* 3036 */ }
/* 3037 */ .cr-reviews-grid .cr-reviews-grid-col .cr-review-card {
/* 3038 */ 	display: block;
/* 3039 */ }
/* 3040 */ .cr-reviews-grid .cr-reviews-grid-inner.cr-colcade-loaded .cr-review-card {
/* 3041 */ 	visibility: visible;
/* 3042 */ }
/* 3043 */
/* 3044 */ .cr-reviews-slider .cr-review-card {
/* 3045 */ 	box-sizing: border-box;
/* 3046 */ 	padding: 0px 10px;
/* 3047 */ 	height: 100%;
/* 3048 */ }
/* 3049 */
/* 3050 */ .cr-reviews-slider .cr-review-card .cr-review-card-inner {

/* frontend.css */

/* 3051 */ 	margin: 0 auto;
/* 3052 */ 	padding: 10px;
/* 3053 */ 	border-width: 1px;
/* 3054 */ 	border-style: solid;
/* 3055 */ 	border-color: transparent;
/* 3056 */ 	border-radius: inherit;
/* 3057 */ 	display: flex;
/* 3058 */ 	flex-direction: column;
/* 3059 */ 	height: 100%;
/* 3060 */ 	box-sizing: border-box;
/* 3061 */ }
/* 3062 */
/* 3063 */ .cr-reviews-grid .breaker {
/* 3064 */ 	display: block;
/* 3065 */ 	margin: 5px 0px;
/* 3066 */ 	height: 0px;
/* 3067 */ 	width: 100%;
/* 3068 */ }
/* 3069 */
/* 3070 */ .cr-reviews-grid .cr-review-card .image-row {
/* 3071 */ 	display: block;
/* 3072 */ 	width: 100%;
/* 3073 */ 	position: relative;
/* 3074 */ 	line-height: 0;
/* 3075 */ }
/* 3076 */
/* 3077 */ .cr-reviews-grid .cr-review-card .image-row .image-row-img {
/* 3078 */ 	display: block;
/* 3079 */ 	max-width: 100%;
/* 3080 */ 	height: auto;
/* 3081 */ 	border-style: none;
/* 3082 */ 	border-radius: 0;
/* 3083 */ 	margin: 0 auto;
/* 3084 */ 	cursor: pointer;
/* 3085 */ }
/* 3086 */
/* 3087 */ .cr-reviews-grid .cr-review-card .image-row .image-row-vid {
/* 3088 */ 	display: block;
/* 3089 */ 	max-width: 100%;
/* 3090 */ 	height: auto;
/* 3091 */ 	border-style: none;
/* 3092 */ 	border-radius: 0;
/* 3093 */ 	margin: 0 auto;
/* 3094 */ 	width: 100%;
/* 3095 */ 	object-fit: cover;
/* 3096 */ 	cursor: pointer;
/* 3097 */ }
/* 3098 */
/* 3099 */ .cr-reviews-grid .cr-review-card .image-row .image-row-img.image-row-img-none,
/* 3100 */ .cr-reviews-grid .cr-review-card .image-row .image-row-vid.image-row-vid-none {

/* frontend.css */

/* 3101 */ 	display: none;
/* 3102 */ }
/* 3103 */
/* 3104 */ .cr-ajax-reviews-video {
/* 3105 */ 	display: block;
/* 3106 */ 	position: relative;
/* 3107 */ 	line-height: 0;
/* 3108 */ 	cursor: pointer;
/* 3109 */ 	text-align: center;
/* 3110 */ }
/* 3111 */
/* 3112 */ .cr-review-card-content .cr-comment-videoicon,
/* 3113 */ .cr-ajax-reviews-video .cr-comment-videoicon {
/* 3114 */ 	position: absolute;
/* 3115 */ 	top: 50%;
/* 3116 */ 	left: 50%;
/* 3117 */ 	width: 40px;
/* 3118 */ 	margin-top: -20px;
/* 3119 */ 	margin-left: -20px;
/* 3120 */ 	cursor: pointer;
/* 3121 */ }
/* 3122 */
/* 3123 */ #reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main .cr-comment-videoicon,
/* 3124 */ .cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main .cr-comment-videoicon {
/* 3125 */ 	max-width: none;
/* 3126 */ 	max-height: none;
/* 3127 */ 	width: 40px;
/* 3128 */ }
/* 3129 */
/* 3130 */ .cr-review-card-content .cr-vid-playing .cr-comment-videoicon,
/* 3131 */ .cr-ajax-reviews-video.cr-vid-playing .cr-comment-videoicon {
/* 3132 */ 	display: none;
/* 3133 */ }
/* 3134 */
/* 3135 */ .cr-reviews-grid .cr-review-card .image-row .image-row-count,
/* 3136 */ .cr-reviews-grid .cr-review-card .image-row .media-row-count {
/* 3137 */ 	position: absolute;
/* 3138 */ 	max-width: 100%;
/* 3139 */ 	width: 100%;
/* 3140 */ 	height: 60px;
/* 3141 */ 	border-style: none;
/* 3142 */ 	border-radius: 0;
/* 3143 */ 	bottom: 0;
/* 3144 */ 	background: #20374199;
/* 3145 */ 	color: #FFFFFF;
/* 3146 */ 	display: flex;
/* 3147 */ 	justify-content: center;
/* 3148 */ 	align-items: center;
/* 3149 */ 	cursor: pointer;
/* 3150 */ 	gap: 5px;

/* frontend.css */

/* 3151 */ }
/* 3152 */
/* 3153 */ .cr-reviews-grid .cr-review-card .image-row.cr-vid-playing .media-row-count {
/* 3154 */ 	display: none;
/* 3155 */ }
/* 3156 */
/* 3157 */ .cr-reviews-grid .cr-review-card .top-row {
/* 3158 */ 	display: flex;
/* 3159 */ 	padding: 16px 0 16px 0;
/* 3160 */ 	border-bottom: solid 2px #F4F4F4;
/* 3161 */ 	margin: 0 15px 0 15px;
/* 3162 */ }
/* 3163 */ .pswp .cr-video-wrapper {
/* 3164 */ 	display: flex;
/* 3165 */ 	width: 100%;
/* 3166 */ 	height: 100%;
/* 3167 */ 	position: absolute;
/* 3168 */ 	top: 0;
/* 3169 */ 	bottom: 0;
/* 3170 */ 	left: 0;
/* 3171 */ 	right: 0;
/* 3172 */ 	align-items: center;
/* 3173 */ 	justify-content: center;
/* 3174 */ }
/* 3175 */ .cr-reviews-slider .cr-review-card .top-row {
/* 3176 */ 	display: flex;
/* 3177 */ 	padding: 16px 0 16px 0;
/* 3178 */ 	border-bottom: solid 2px #aaaaaa;
/* 3179 */ 	margin: 0 10px 0 10px;
/* 3180 */ }
/* 3181 */
/* 3182 */ .cr-reviews-grid .cr-review-card .top-row .rating,
/* 3183 */ .cr-reviews-slider .cr-review-card .top-row .rating {
/* 3184 */ 	flex: 0 0 50%;
/* 3185 */ }
/* 3186 */
/* 3187 */ .cr-reviews-grid .cr-review-card .top-row .reviewer,
/* 3188 */ .cr-reviews-slider .cr-review-card .top-row .reviewer {
/* 3189 */ 	text-align: left;
/* 3190 */ 	display: flex;
/* 3191 */ 	flex-direction: column;
/* 3192 */ 	justify-content: center;
/* 3193 */ 	row-gap: 7px;
/* 3194 */ }
/* 3195 */
/* 3196 */ .cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-verified,
/* 3197 */ .cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-verified {
/* 3198 */ 	display: flex;
/* 3199 */ 	align-items: center;
/* 3200 */ 	line-height: 1.2;

/* frontend.css */

/* 3201 */ 	font-size: 16px;
/* 3202 */ }
/* 3203 */
/* 3204 */ .cr-reviews-grid .cr-review-card .top-row .rating .datetime,
/* 3205 */ .cr-reviews-slider .cr-review-card .top-row .rating .datetime {
/* 3206 */ 	font-size: 0.9em;
/* 3207 */ 	color: #676767;
/* 3208 */ }
/* 3209 */
/* 3210 */ .cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-name,
/* 3211 */ .cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-name {
/* 3212 */ 	font-family: sans-serif;
/* 3213 */ 	font-style: normal;
/* 3214 */ 	font-weight: bold;
/* 3215 */ 	font-size: 18px;
/* 3216 */ 	line-height: 1.2;
/* 3217 */ 	color: #203741;
/* 3218 */ 	display: flex;
/* 3219 */ 	align-items: center;
/* 3220 */ }
/* 3221 */
/* 3222 */ .cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-name .ivole-grid-country-icon,
/* 3223 */ .cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-name .ivole-grid-country-icon {
/* 3224 */ 	height: 15px;
/* 3225 */ 	display: block;
/* 3226 */ 	margin: 0 0 0 8px;
/* 3227 */ 	border-radius: 3px;
/* 3228 */ }
/* 3229 */
/* 3230 */ .cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-verified {
/* 3231 */ 	font-family: sans-serif;
/* 3232 */ 	font-size: 14px;
/* 3233 */ 	font-style: normal;
/* 3234 */ 	font-weight: 400;
/* 3235 */ 	line-height: 14px;
/* 3236 */ 	letter-spacing: 0em;
/* 3237 */ 	text-align: left;
/* 3238 */ 	color: #18B394;
/* 3239 */ 	display: flex;
/* 3240 */ 	align-items: center;
/* 3241 */ 	margin: 0;
/* 3242 */ }
/* 3243 */
/* 3244 */ .cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-verified .cr-reviewer-verified,
/* 3245 */ .cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-verified .cr-reviewer-verified {
/* 3246 */ 	height: 16px;
/* 3247 */ 	width: 16px;
/* 3248 */ 	display: inline;
/* 3249 */ 	vertical-align: middle;
/* 3250 */ 	margin: 0 6px 0 0;

/* frontend.css */

/* 3251 */ }
/* 3252 */
/* 3253 */ .rtl .cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-verified .cr-reviewer-verified {
/* 3254 */ 	margin: 0 0 0 6px;
/* 3255 */ }
/* 3256 */
/* 3257 */ .cr-reviews-grid .cr-review-card .middle-row,
/* 3258 */ .cr-reviews-grid .cr-review-card .cr-incentivized-row {
/* 3259 */ 	padding: 16px;
/* 3260 */ 	background: #FCFCFC;
/* 3261 */ 	border: 1px solid #F9F9F9;
/* 3262 */ 	border-radius: 6px;
/* 3263 */ 	box-sizing: border-box;
/* 3264 */ 	font-family: sans-serif;
/* 3265 */ 	font-style: normal;
/* 3266 */ 	font-weight: 400;
/* 3267 */ 	line-height: 130%;
/* 3268 */ 	font-size: 16px;
/* 3269 */ 	margin: 0 15px 15px 15px;
/* 3270 */ }
/* 3271 */ .cr-reviews-slider .cr-review-card .middle-row,
/* 3272 */ .cr-reviews-slider .cr-review-card .cr-incentivized-row {
/* 3273 */ 	padding: 16px;
/* 3274 */ 	background: #FCFCFC;
/* 3275 */ 	border: 1px solid #F9F9F9;
/* 3276 */ 	border-radius: 6px;
/* 3277 */ 	box-sizing: border-box;
/* 3278 */ 	font-family: sans-serif;
/* 3279 */ 	font-style: normal;
/* 3280 */ 	font-weight: 400;
/* 3281 */ 	line-height: 130%;
/* 3282 */ 	font-size: 16px;
/* 3283 */ 	margin: 0 10px 15px 10px;
/* 3284 */ 	flex: 1;
/* 3285 */ }
/* 3286 */ .cr-reviews-slider .cr-review-card .cr-incentivized-row {
/* 3287 */ 	flex: 0;
/* 3288 */ }
/* 3289 */
/* 3290 */ .cr-reviews-grid .cr-review-card .top-row .review-thumbnail,
/* 3291 */ .cr-reviews-slider .cr-review-card .top-row .review-thumbnail {
/* 3292 */ 	flex-basis: 56px;
/* 3293 */ 	flex-shrink: 0;
/* 3294 */ 	margin-right: 16px;
/* 3295 */ 	position: relative;
/* 3296 */ 	display: flex;
/* 3297 */ }
/* 3298 */
/* 3299 */ .cr-reviews-grid .cr-review-card .top-row .review-thumbnail img,
/* 3300 */ .cr-reviews-slider .cr-review-card .top-row .review-thumbnail img {

/* frontend.css */

/* 3301 */ 	max-width: 50px;
/* 3302 */ 	max-height: 50px;
/* 3303 */ 	border-radius: 25px;
/* 3304 */ }
/* 3305 */
/* 3306 */ .cr-reviews-grid .cr-review-card .rating-row {
/* 3307 */ 	padding: 17px 0 17px 0;
/* 3308 */ 	display: flex;
/* 3309 */ 	align-items: center;
/* 3310 */ 	margin: 0 15px 0 15px;
/* 3311 */ 	line-height: 0;
/* 3312 */ }
/* 3313 */ .cr-reviews-slider .cr-review-card .rating-row {
/* 3314 */ 	padding: 17px 0 17px 0;
/* 3315 */ 	display: flex;
/* 3316 */ 	align-items: center;
/* 3317 */ 	margin: 0 10px 0 10px;
/* 3318 */ 	overflow: hidden;
/* 3319 */ 	line-height: 0;
/* 3320 */ }
/* 3321 */
/* 3322 */ .cr-reviews-grid .cr-review-card .rating-row .rating-label,
/* 3323 */ .cr-reviews-slider .cr-review-card .rating-row .rating-label {
/* 3324 */ 	margin: 0 0 0 15px;
/* 3325 */ 	font-family: sans-serif;
/* 3326 */ 	font-size: 20px;
/* 3327 */ 	font-style: normal;
/* 3328 */ 	font-weight: 400;
/* 3329 */ 	line-height: 20px;
/* 3330 */ 	letter-spacing: 0.1em;
/* 3331 */ 	text-align: left;
/* 3332 */ 	color: #898F92;
/* 3333 */ }
/* 3334 */
/* 3335 */ .rtl .cr-reviews-slider .cr-review-card .rating-row .rating-label {
/* 3336 */ 	margin: 0 16px 0 0;
/* 3337 */ }
/* 3338 */
/* 3339 */ .cr-reviews-grid .cr-review-card .middle-row .review-content,
/* 3340 */ .cr-reviews-slider .cr-review-card .middle-row .review-content {
/* 3341 */ 	margin: 0 0 12px 0;
/* 3342 */ 	color: #484E51;
/* 3343 */ }
/* 3344 */
/* 3345 */ .cr-reviews-grid .cr-review-card .middle-row .review-content p,
/* 3346 */ .cr-reviews-slider .cr-review-card .middle-row p {
/* 3347 */ 	margin: 0;
/* 3348 */ }
/* 3349 */
/* 3350 */ .cr-reviews-grid .cr-review-card .middle-row .datetime,

/* frontend.css */

/* 3351 */ .cr-reviews-slider .cr-review-card .middle-row .datetime {
/* 3352 */ 	font-weight: 300;
/* 3353 */ 	font-size: 14px;
/* 3354 */ 	color: #898F92;
/* 3355 */ }
/* 3356 */
/* 3357 */ .cr-reviews-grid .cr-review-card .verified-review-row,
/* 3358 */ .cr-reviews-slider .cr-review-card .verified-review-row {
/* 3359 */ 	margin: 0 0 12px 0;
/* 3360 */ 	text-align: left;
/* 3361 */ 	font-family: sans-serif;
/* 3362 */ }
/* 3363 */
/* 3364 */ .cr-reviews-grid .cr-review-card .verified-review-row p.ivole-verified-badge,
/* 3365 */ .cr-reviews-slider .cr-review-card .verified-review-row p.ivole-verified-badge {
/* 3366 */ 	margin: 0px;
/* 3367 */ }
/* 3368 */
/* 3369 */ .cr-reviews-grid .cr-review-card .verified-review-row .verified-badge-empty,
/* 3370 */ .cr-reviews-slider .cr-review-card .verified-review-row .verified-badge-empty {
/* 3371 */ 	min-height: 20px;
/* 3372 */ }
/* 3373 */
/* 3374 */ .cr-reviews-grid .cr-review-card .review-product,
/* 3375 */ .cr-reviews-slider .cr-review-card .review-product {
/* 3376 */ 	border-radius: inherit;
/* 3377 */ 	display: flex;
/* 3378 */ 	padding: 10px;
/* 3379 */ 	margin-top: 10px;
/* 3380 */ 	line-height: 1;
/* 3381 */ }
/* 3382 */
/* 3383 */ .cr-reviews-slider .cr-review-card .cr-sldr-custom-questions {
/* 3384 */ 	border-radius: inherit;
/* 3385 */ 	display: block;
/* 3386 */ 	padding: 0;
/* 3387 */ 	margin: 0 10px 17px 10px;
/* 3388 */ 	line-height: 1;
/* 3389 */ 	border-top: 1px dashed #aaaaaa;
/* 3390 */ 	border-bottom: 1px dashed #aaaaaa;
/* 3391 */ 	font-size: 14px;
/* 3392 */ }
/* 3393 */
/* 3394 */ .cr-reviews-grid .cr-review-card .review-product .cr-product-thumbnail,
/* 3395 */ .cr-reviews-slider .cr-review-card .review-product .cr-product-thumbnail {
/* 3396 */ 	flex: 0 0 20%;
/* 3397 */ }
/* 3398 */
/* 3399 */ .cr-reviews-grid .cr-review-card .review-product .cr-product-thumbnail img,
/* 3400 */ .cr-reviews-slider .cr-review-card .review-product .cr-product-thumbnail img {

/* frontend.css */

/* 3401 */ 	width: 50px;
/* 3402 */ 	height: 50px;
/* 3403 */ 	max-width: none;
/* 3404 */ 	max-height: none;
/* 3405 */ 	min-width: auto;
/* 3406 */ }
/* 3407 */
/* 3408 */ .cr-reviews-grid .cr-review-card .review-product .product-title,
/* 3409 */ .cr-reviews-slider .cr-review-card .review-product .product-title {
/* 3410 */ 	margin: auto 0;
/* 3411 */ 	padding-left: 5px;
/* 3412 */ 	font-family: Helvetica;
/* 3413 */ 	font-size: 16px;
/* 3414 */ 	font-style: normal;
/* 3415 */ 	font-weight: 700;
/* 3416 */ 	line-height: 21px;
/* 3417 */ 	letter-spacing: 0em;
/* 3418 */ 	text-align: left;
/* 3419 */ 	color: #203741;
/* 3420 */ }
/* 3421 */
/* 3422 */ .rtl .cr-reviews-slider .cr-review-card .review-product .product-title {
/* 3423 */ 	padding-left: 0;
/* 3424 */ 	padding-right: 5px;
/* 3425 */ }
/* 3426 */
/* 3427 */ p.ivole-verified-badge {
/* 3428 */ 	font-size: 12px;
/* 3429 */ 	vertical-align:middle;
/* 3430 */ }
/* 3431 */
/* 3432 */ span.ivole-verified-badge-text {
/* 3433 */ 	vertical-align:middle;
/* 3434 */ }
/* 3435 */
/* 3436 */ .woocommerce #content div.product #reviews .comment img.ivole-verified-badge-icon,
/* 3437 */ .woocommerce div.product #reviews .comment img.ivole-verified-badge-icon,
/* 3438 */ .woocommerce-page #content div.product #reviews .comment img.ivole-verified-badge-icon,
/* 3439 */ .woocommerce-page div.product #reviews .comment img.ivole-verified-badge-icon,
/* 3440 */ #reviews p.ivole-verified-badge img.ivole-verified-badge-icon,
/* 3441 */ p.ivole-verified-badge img.ivole-verified-badge-icon,
/* 3442 */ #reviews img.ivole-verified-badge-icon,
/* 3443 */ img.ivole-verified-badge-icon {
/* 3444 */ 	float: none;
/* 3445 */ 	height: 20px;
/* 3446 */ 	width: 17px;
/* 3447 */ 	vertical-align:middle;
/* 3448 */ 	margin: 0px 5px 0px 0px;
/* 3449 */ 	display: inline;
/* 3450 */ 	border-radius: 0;

/* frontend.css */

/* 3451 */ }
/* 3452 */
/* 3453 */ .woocommerce #content div.product #reviews .comment img.ivole-verified-badge-ext-icon,
/* 3454 */ .woocommerce div.product #reviews .comment img.ivole-verified-badge-ext-icon,
/* 3455 */ .woocommerce-page #content div.product #reviews .comment img.ivole-verified-badge-ext-icon,
/* 3456 */ .woocommerce-page div.product #reviews .comment img.ivole-verified-badge-ext-icon,
/* 3457 */ #reviews p.ivole-verified-badge img.ivole-verified-badge-ext-icon,
/* 3458 */ p.ivole-verified-badge img.ivole-verified-badge-ext-icon,
/* 3459 */ #reviews img.ivole-verified-badge-ext-icon,
/* 3460 */ img.ivole-verified-badge-ext-icon {
/* 3461 */ 	float: none;
/* 3462 */ 	height: 11px;
/* 3463 */ 	width: 11px;
/* 3464 */ 	vertical-align:middle;
/* 3465 */ 	margin: 0px 0px 0px 5px;
/* 3466 */ 	display: inline;
/* 3467 */ 	border-radius: 0;
/* 3468 */ }
/* 3469 */
/* 3470 */ .cr-reviews-slider .cr-review-card .cr-sldr-custom-question {
/* 3471 */ 	display: flex;
/* 3472 */ 	align-items: center;
/* 3473 */ 	margin: 15px 0;
/* 3474 */ 	column-gap: 10px;
/* 3475 */ }
/* 3476 */
/* 3477 */ .cr-reviews-slider .cr-review-card .cr-sldr-custom-question.cr-sldr-checkbox {
/* 3478 */ 	flex-direction: column;
/* 3479 */ 	align-items: flex-start;
/* 3480 */ }
/* 3481 */
/* 3482 */ .cr-reviews-slider .cr-review-card .cr-sldr-custom-question .cr-sldr-p {
/* 3483 */ 	margin: 0;
/* 3484 */ }
/* 3485 */
/* 3486 */ .cr-reviews-slider .cr-review-card .cr-sldr-custom-question.cr-sldr-checkbox .cr-sldr-p {
/* 3487 */ 	margin-bottom: 7px;
/* 3488 */ }
/* 3489 */
/* 3490 */ .cr-reviews-slider .cr-review-card .cr-sldr-custom-question.cr-sldr-checkbox ul {
/* 3491 */ 	margin: 0 0 0 25px;
/* 3492 */ }
/* 3493 */
/* 3494 */ .cr-reviews-slider .cr-review-card .cr-sldr-custom-question .cr-sldr-label {
/* 3495 */ 	font-weight: 550;
/* 3496 */ }
/* 3497 */
/* 3498 */ /* Slider */
/* 3499 */ @font-face
/* 3500 */ {

/* frontend.css */

/* 3501 */ 	font-family: 'slick';
/* 3502 */ 	font-weight: normal;
/* 3503 */ 	font-style: normal;
/* 3504 */ 	font-display: swap;
/* 3505 */ 	src: url('../fonts/slick.eot');
/* 3506 */ 	src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
/* 3507 */ }
/* 3508 */ .slick-slider
/* 3509 */ {
/* 3510 */ 	position: relative;
/* 3511 */
/* 3512 */ 	display: block;
/* 3513 */ 	box-sizing: border-box;
/* 3514 */
/* 3515 */ 	-webkit-user-select: none;
/* 3516 */ 	-moz-user-select: none;
/* 3517 */ 	-ms-user-select: none;
/* 3518 */ 	user-select: none;
/* 3519 */
/* 3520 */ 	-webkit-touch-callout: none;
/* 3521 */ 	-khtml-user-select: none;
/* 3522 */ 	-ms-touch-action: pan-y;
/* 3523 */ 	touch-action: pan-y;
/* 3524 */ 	-webkit-tap-highlight-color: transparent;
/* 3525 */ }
/* 3526 */
/* 3527 */ .cr-reviews-slider .slick-list
/* 3528 */ {
/* 3529 */ 	position: relative;
/* 3530 */ 	display: block;
/* 3531 */ 	overflow: hidden;
/* 3532 */ 	margin: 0;
/* 3533 */ 	padding: 0;
/* 3534 */ 	opacity: 1;
/* 3535 */ }
/* 3536 */ .slick-list:focus
/* 3537 */ {
/* 3538 */ 	outline: none;
/* 3539 */ }
/* 3540 */ .slick-list.dragging
/* 3541 */ {
/* 3542 */ 	cursor: pointer;
/* 3543 */ }
/* 3544 */
/* 3545 */ .slick-slider .slick-track,
/* 3546 */ .slick-slider .slick-list
/* 3547 */ {
/* 3548 */ 	-webkit-transform: translate3d(0, 0, 0);
/* 3549 */ 	-moz-transform: translate3d(0, 0, 0);
/* 3550 */ 	-ms-transform: translate3d(0, 0, 0);

/* frontend.css */

/* 3551 */ 	-o-transform: translate3d(0, 0, 0);
/* 3552 */ 	transform: translate3d(0, 0, 0);
/* 3553 */ }
/* 3554 */ .cr-reviews-slider.slick-slider .slick-track {
/* 3555 */ 	display: flex;
/* 3556 */ }
/* 3557 */ .cr-reviews-slider.slick-slider .slick-slide {
/* 3558 */ 	height: inherit;
/* 3559 */ }
/* 3560 */ .cr-reviews-slider.slick-slider .slick-slide > div {
/* 3561 */ 	height: 100%;
/* 3562 */ }
/* 3563 */ .cr-ajax-reviews-cus-images-slider-nav.cr-reviews-slider.slick-slider .slick-slide > div {
/* 3564 */ 	line-height: 0;
/* 3565 */ }
/* 3566 */ .slick-track {
/* 3567 */ 	position: relative;
/* 3568 */ 	top: 0;
/* 3569 */ 	left: 0;
/* 3570 */
/* 3571 */ 	display: block;
/* 3572 */ 	margin-left: auto;
/* 3573 */ 	margin-right: auto;
/* 3574 */ }
/* 3575 */ .slick-track:before,
/* 3576 */ .slick-track:after
/* 3577 */ {
/* 3578 */ 	display: table;
/* 3579 */
/* 3580 */ 	content: '';
/* 3581 */ }
/* 3582 */ .slick-track:after
/* 3583 */ {
/* 3584 */ 	clear: both;
/* 3585 */ }
/* 3586 */ .slick-loading .slick-track
/* 3587 */ {
/* 3588 */ 	visibility: hidden;
/* 3589 */ }
/* 3590 */
/* 3591 */ .slick-slide
/* 3592 */ {
/* 3593 */ 	display: none;
/* 3594 */ 	float: left;
/* 3595 */
/* 3596 */ 	height: 100%;
/* 3597 */ 	min-height: 1px;
/* 3598 */ }
/* 3599 */ [dir='rtl'] .slick-slide
/* 3600 */ {

/* frontend.css */

/* 3601 */ 	float: right;
/* 3602 */ }
/* 3603 */ .slick-slide img
/* 3604 */ {
/* 3605 */ 	display: block;
/* 3606 */ }
/* 3607 */ .slick-slide.slick-loading img
/* 3608 */ {
/* 3609 */ 	display: none;
/* 3610 */ }
/* 3611 */ .slick-slide.dragging img
/* 3612 */ {
/* 3613 */ 	pointer-events: none;
/* 3614 */ }
/* 3615 */ .slick-initialized .slick-slide
/* 3616 */ {
/* 3617 */ 	display: block;
/* 3618 */ }
/* 3619 */ .slick-loading .slick-slide
/* 3620 */ {
/* 3621 */ 	visibility: hidden;
/* 3622 */ }
/* 3623 */ .slick-vertical .slick-slide
/* 3624 */ {
/* 3625 */ 	display: block;
/* 3626 */
/* 3627 */ 	height: auto;
/* 3628 */
/* 3629 */ 	border: 1px solid transparent;
/* 3630 */ }
/* 3631 */ .slick-arrow.slick-hidden {
/* 3632 */ 	display: none;
/* 3633 */ }
/* 3634 */
/* 3635 */ .cr-reviews-slider .slick-arrow.slick-prev,
/* 3636 */ .cr-reviews-slider .slick-arrow.slick-next,
/* 3637 */ .cr-ajax-reviews-cus-images-modal .cr-reviews-slider.cr-ajax-reviews-cus-images-slider-nav .slick-prev,
/* 3638 */ .cr-ajax-reviews-cus-images-modal .cr-reviews-slider.cr-ajax-reviews-cus-images-slider-nav .slick-next
/* 3639 */ {
/* 3640 */ 	font-size: 0;
/* 3641 */ 	line-height: 0;
/* 3642 */
/* 3643 */ 	position: absolute;
/* 3644 */ 	top: 50%;
/* 3645 */
/* 3646 */ 	display: block;
/* 3647 */
/* 3648 */ 	width: 20px;
/* 3649 */ 	height: 20px;
/* 3650 */ 	padding: 0;

/* frontend.css */

/* 3651 */ 	-webkit-transform: translate(0, -50%);
/* 3652 */ 	-ms-transform: translate(0, -50%);
/* 3653 */ 	transform: translate(0, -50%);
/* 3654 */
/* 3655 */ 	cursor: pointer;
/* 3656 */
/* 3657 */ 	color: transparent;
/* 3658 */ 	border: none;
/* 3659 */ 	outline: none;
/* 3660 */ 	background: transparent;
/* 3661 */ }
/* 3662 */
/* 3663 */ .cr-reviews-slider .slick-arrow.slick-prev:not(:hover),
/* 3664 */ .cr-reviews-slider .slick-arrow.slick-next:not(:hover) {
/* 3665 */ 	background: transparent;
/* 3666 */ }
/* 3667 */
/* 3668 */ .cr-reviews-slider .slick-prev:hover,
/* 3669 */ .cr-reviews-slider .slick-prev:focus,
/* 3670 */ .cr-reviews-slider .slick-next:hover,
/* 3671 */ .cr-reviews-slider .slick-next:focus
/* 3672 */ {
/* 3673 */ 	color: transparent;
/* 3674 */ 	outline: none;
/* 3675 */ 	background: transparent;
/* 3676 */ }
/* 3677 */ .cr-reviews-slider .slick-prev:hover:before,
/* 3678 */ .cr-reviews-slider .slick-prev:focus:before,
/* 3679 */ .cr-reviews-slider .slick-next:hover:before,
/* 3680 */ .cr-reviews-slider .slick-next:focus:before
/* 3681 */ {
/* 3682 */ 	opacity: 1;
/* 3683 */ }
/* 3684 */ .cr-reviews-slider .slick-prev.slick-disabled:before,
/* 3685 */ .cr-reviews-slider .slick-next.slick-disabled:before
/* 3686 */ {
/* 3687 */ 	opacity: .25;
/* 3688 */ }
/* 3689 */
/* 3690 */ .cr-reviews-slider .slick-prev:before,
/* 3691 */ .cr-reviews-slider .slick-next:before
/* 3692 */ {
/* 3693 */ 	font-family: 'slick';
/* 3694 */ 	font-size: 20px;
/* 3695 */ 	line-height: 1;
/* 3696 */
/* 3697 */ 	opacity: .75;
/* 3698 */ 	color:grey;
/* 3699 */
/* 3700 */ 	-webkit-font-smoothing: antialiased;

/* frontend.css */

/* 3701 */ 	-moz-osx-font-smoothing: grayscale;
/* 3702 */ }
/* 3703 */
/* 3704 */ .cr-reviews-slider.slick-slider .slick-prev
/* 3705 */ {
/* 3706 */ 	left: -25px;
/* 3707 */ }
/* 3708 */ [dir='rtl'] .cr-reviews-slider .slick-prev
/* 3709 */ {
/* 3710 */ 	right: -25px;
/* 3711 */ 	left: auto;
/* 3712 */ }
/* 3713 */ .cr-reviews-slider .slick-prev:before
/* 3714 */ {
/* 3715 */ 	content: '←';
/* 3716 */ }
/* 3717 */ [dir='rtl'] .cr-reviews-slider .slick-prev:before
/* 3718 */ {
/* 3719 */ 	content: '→';
/* 3720 */ }
/* 3721 */
/* 3722 */ .cr-reviews-slider.slick-slider .slick-next
/* 3723 */ {
/* 3724 */ 	right: -25px;
/* 3725 */ }
/* 3726 */ [dir='rtl'] .cr-reviews-slider .slick-next
/* 3727 */ {
/* 3728 */ 	right: auto;
/* 3729 */ 	left: -25px;
/* 3730 */ }
/* 3731 */ .cr-reviews-slider .slick-next:before
/* 3732 */ {
/* 3733 */ 	content: '→';
/* 3734 */ }
/* 3735 */ [dir='rtl'] .cr-reviews-slider .slick-next:before
/* 3736 */ {
/* 3737 */ 	content: '←';
/* 3738 */ }
/* 3739 */
/* 3740 */ .slick-dotted.slick-slider
/* 3741 */ {
/* 3742 */ 	margin-bottom: 30px;
/* 3743 */ }
/* 3744 */
/* 3745 */ .cr-reviews-slider .slick-dots,
/* 3746 */ .cr-ajax-reviews-cus-images-modal .cr-reviews-slider .slick-dots
/* 3747 */ {
/* 3748 */ 	position: absolute;
/* 3749 */ 	bottom: -25px;
/* 3750 */

/* frontend.css */

/* 3751 */ 	display: block;
/* 3752 */
/* 3753 */ 	width: 100%;
/* 3754 */ 	padding: 0;
/* 3755 */ 	margin: 0;
/* 3756 */
/* 3757 */ 	list-style: none;
/* 3758 */ 	text-align: center;
/* 3759 */ 	border: none;
/* 3760 */ }
/* 3761 */ .cr-reviews-slider .slick-dots li
/* 3762 */ {
/* 3763 */ 	position: relative;
/* 3764 */ 	display: inline-block;
/* 3765 */ 	width: 20px;
/* 3766 */ 	height: 20px;
/* 3767 */ 	margin: 0 5px;
/* 3768 */ 	padding: 0;
/* 3769 */ 	cursor: pointer;
/* 3770 */ }
/* 3771 */ #reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-nav .slick-dots li
/* 3772 */ {
/* 3773 */ 	position: relative;
/* 3774 */ 	display: inline-block;
/* 3775 */ 	width: 20px;
/* 3776 */ 	height: 20px;
/* 3777 */ 	margin: 0 5px;
/* 3778 */ 	padding: 0;
/* 3779 */ 	cursor: pointer;
/* 3780 */ }
/* 3781 */ .cr-reviews-slider .slick-dots li button,
/* 3782 */ .cr-ajax-reviews-cus-images-modal .cr-reviews-slider .slick-dots li button
/* 3783 */ {
/* 3784 */ 	font-size: 0;
/* 3785 */ 	line-height: 0;
/* 3786 */
/* 3787 */ 	display: block;
/* 3788 */
/* 3789 */ 	width: 20px;
/* 3790 */ 	height: 20px;
/* 3791 */ 	padding: 5px;
/* 3792 */
/* 3793 */ 	cursor: pointer;
/* 3794 */
/* 3795 */ 	color: transparent;
/* 3796 */ 	border: 0;
/* 3797 */ 	outline: none;
/* 3798 */ 	background: transparent;
/* 3799 */ }
/* 3800 */ .cr-reviews-slider .slick-dots li button:not(:hover),

/* frontend.css */

/* 3801 */ .cr-ajax-reviews-cus-images-modal .cr-reviews-slider .slick-dots li button:not(:hover) {
/* 3802 */ 	background: transparent;
/* 3803 */ }
/* 3804 */ .cr-reviews-slider .slick-dots li button:hover,
/* 3805 */ .cr-reviews-slider .slick-dots li button:focus
/* 3806 */ {
/* 3807 */ 	outline: none;
/* 3808 */ }
/* 3809 */ .cr-reviews-slider .slick-dots li button:hover:before,
/* 3810 */ .cr-reviews-slider .slick-dots li button:focus:before
/* 3811 */ {
/* 3812 */ 	opacity: 1;
/* 3813 */ }
/* 3814 */ .cr-reviews-slider .slick-dots li button:before
/* 3815 */ {
/* 3816 */ 	font-family: 'slick';
/* 3817 */ 	font-size: 6px;
/* 3818 */ 	line-height: 20px;
/* 3819 */
/* 3820 */ 	position: absolute;
/* 3821 */ 	top: 0;
/* 3822 */ 	left: 0;
/* 3823 */
/* 3824 */ 	width: 20px;
/* 3825 */ 	height: 20px;
/* 3826 */
/* 3827 */ 	content: '•';
/* 3828 */ 	text-align: center;
/* 3829 */
/* 3830 */ 	opacity: .25;
/* 3831 */ 	color: black;
/* 3832 */
/* 3833 */ 	-webkit-font-smoothing: antialiased;
/* 3834 */ 	-moz-osx-font-smoothing: grayscale;
/* 3835 */ }
/* 3836 */ .cr-reviews-slider .slick-dots li.slick-active button:before
/* 3837 */ {
/* 3838 */ 	opacity: .75;
/* 3839 */ 	color: black;
/* 3840 */ }
/* 3841 */ .cr-qna-separator {
/* 3842 */ 	display: inline;
/* 3843 */ 	margin: 0 6px;
/* 3844 */ }
/* 3845 */ .cr-all-reviews-pagination {
/* 3846 */ 	text-align: center;
/* 3847 */ 	font-size: 15px;
/* 3848 */ }
/* 3849 */ .cr-all-reviews-pagination.cr-pagination-load {
/* 3850 */ 	pointer-events: none;

/* frontend.css */

/* 3851 */ }
/* 3852 */ .cr-all-reviews-pagination .cr-page-numbers-a {
/* 3853 */ 	cursor: pointer;
/* 3854 */ }
/* 3855 */ .cr-all-reviews-pagination .cr-page-numbers-a.next,
/* 3856 */ .cr-all-reviews-pagination .cr-page-numbers-a.prev {
/* 3857 */ 	text-decoration: none;
/* 3858 */ }
/* 3859 */ .cr-all-reviews-pagination .cr-page-numbers.current {
/* 3860 */ 	font-weight: bold;
/* 3861 */ }
/* 3862 */ @media all and (max-width: 700px) {
/* 3863 */ 	#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-slide-main-flex,
/* 3864 */ 	.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-slide-main-flex {
/* 3865 */ 		flex-direction: column;
/* 3866 */ 	}
/* 3867 */ 	#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment {
/* 3868 */ 		width: 100%;
/* 3869 */ 		padding-top: 10px;
/* 3870 */ 		padding-right: 10px;
/* 3871 */ 		padding-left: 10px;
/* 3872 */ 		max-width: 400px;
/* 3873 */ 		margin: 0 auto;
/* 3874 */ 	}
/* 3875 */ 	#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal {
/* 3876 */ 		overflow-y: scroll;
/* 3877 */ 	}
/* 3878 */ }
/* 3879 */ @media all and (max-width: 600px) {
/* 3880 */ 	#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal {
/* 3881 */ 		width: 100%;
/* 3882 */ 		height: 100%;
/* 3883 */ 		left: 0px;
/* 3884 */ 		margin-left: 0px;
/* 3885 */ 		margin-top: 0px;
/* 3886 */ 		top: 0px;
/* 3887 */ 		max-width: 100%;
/* 3888 */ 		max-height: 100%;
/* 3889 */ 	}
/* 3890 */ 	#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-nav div.cr-ajax-reviews-slide-nav img {
/* 3891 */ 		width: 80px;
/* 3892 */ 	}
/* 3893 */ }
/* 3894 */ @media all and (max-width: 415px) {
/* 3895 */ 	#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-nav div.cr-ajax-reviews-slide-nav img {
/* 3896 */ 		width: 60px;
/* 3897 */ 	}
/* 3898 */ 	.cr-qna-block .cr-qna-search-block {
/* 3899 */ 		flex-wrap: wrap;
/* 3900 */ 	}

/* frontend.css */

/* 3901 */ 	.cr-qna-block .cr-qna-search-block div {
/* 3902 */ 		width: 100%;
/* 3903 */ 	}
/* 3904 */ 	.cr-qna-block .cr-qna-search-block button.cr-qna-ask-button {
/* 3905 */ 		width: 100%;
/* 3906 */ 		margin-top: 10px;
/* 3907 */ 		margin-bottom: 0px;
/* 3908 */ 		margin-left: 0px;
/* 3909 */ 		margin-right: 0px;
/* 3910 */ 	}
/* 3911 */ 	.cr-all-reviews-shortcode ol.commentlist li .comment-text .cr-rating-product-name {
/* 3912 */ 		flex-direction: column;
/* 3913 */ 		align-items: flex-start;
/* 3914 */ 	}
/* 3915 */ }
/* 3916 */ @media all and (max-width: 370px) {
/* 3917 */ 	.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r {
/* 3918 */ 		display: block;
/* 3919 */ 	}
/* 3920 */ 	.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r .cr-qna-q-voting {
/* 3921 */ 		margin-top: 15px;
/* 3922 */ 	}
/* 3923 */ }
/* 3924 */ @media only screen and (max-width: 800px) {
/* 3925 */ 	.cr-reviews-grid-inner .cr-reviews-grid-col3 {
/* 3926 */ 		display: none;
/* 3927 */ 	}
/* 3928 */ }
/* 3929 */ @media only screen and (max-width: 550px) {
/* 3930 */ 	.cr-reviews-grid-inner .cr-reviews-grid-col2 {
/* 3931 */ 		display: none;
/* 3932 */ 	}
/* 3933 */ }
/* 3934 */
/* Minify_CSS_UriRewriter::$debugText

*/

/* badges.css */

/* 1   */ .cr-trustbadgef, .cr-trustbadgea {
/* 2   */ 	max-width: 100%;
/* 3   */ 	overflow: hidden;
/* 4   */ }
/* 5   */ .cr-trustbadgef .cr-trustbadge-border {border: 1px solid #A3D8CD;}
/* 6   */ .cr-trustbadgef .cr-trustbadge-border.badge_color_dark {border: 1px solid #8B8B8B;}
/* 7   */
/* 8   */ #cr_floatingtrustbadge {position: fixed; box-sizing: border-box; right: 0px; bottom: 0px; width: 135px; border-radius: 15px; display: block; overflow: hidden; margin: 30px; filter: drop-shadow(0px 4px 54px rgba(0, 0, 0, 0.25)); z-index: 99999; cursor: pointer;}
/* 9   */ #cr_floatingtrustbadge.cr-floatingbadge-big {position: fixed; box-sizing: border-box; right: 0px; bottom: 0px; width: 256px; border-radius: 15px; display: block; overflow: hidden; margin: 0 30px 30px 0; filter: drop-shadow(0px 4px 54px rgba(0, 0, 0, 0.25)); z-index: 99999; cursor: auto;}
/* 10  */ #cr_floatingtrustbadge {border: 1px solid;}
/* 11  */ #cr_floatingtrustbadge .cr-floatingbadge-background {position: absolute; top: 0; left: 0; height: 100%; width: 100%;}
/* 12  */ #cr_floatingtrustbadge .cr-floatingbadge-background div {width: 100%;}
/* 13  */ #cr_floatingtrustbadge .cr-floatingbadge-background .cr-floatingbadge-background-top {height: 115px;}
/* 14  */ #cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-background .cr-floatingbadge-background-top {height: 155px;}
/* 15  */ #cr_floatingtrustbadge .cr-floatingbadge-background .cr-floatingbadge-background-middle {height: 31px;}
/* 16  */ #cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-background .cr-floatingbadge-background-middle {height: 179px;}
/* 17  */ #cr_floatingtrustbadge .cr-floatingbadge-background .cr-floatingbadge-background-bottom {height: 27px;}
/* 18  */ #cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-background .cr-floatingbadge-background-bottom {height: 43px; border-top: 1px solid; border-left: 0px; border-right: 0px; border-bottom: 0px;}
/* 19  */ #cr_floatingtrustbadge .cr-floatingbadge-top {position: relative; height: 92px; display: block;}
/* 20  */ #cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-top {position: relative; height: 124px; display: block;}
/* 21  */ #cr_floatingtrustbadge .cr-floatingbadge-top svg {position: absolute; left: 50%; top: 14px; margin-left: -35px;}
/* 22  */ #cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-top svg {position: absolute; width: 84px; height: 79px; left: 50%; top: 28px; margin-left: -42px;}
/* 23  */ #cr_floatingtrustbadge img {margin: 0; width: 100%; position: relative; border: 0; display: block;}
/* 24  */ #cr_floatingtrustbadge .cr-floatingbadge-top .cr-floatingbadge-close {position: absolute; top: 5px; right: 5px; width: 20px; height: 20px; cursor: pointer;}
/* 25  */ #cr_floatingtrustbadge .cr-floatingbadge-top .cr-floatingbadge-close svg {position: absolute; width: 16px; height: 16px; margin: 2px; top: 0; left: 0; display: block;}
/* 26  */ #cr_floatingtrustbadge .cr-floatingbadge-top .cr-floatingbadge-close svg {fill: #F8942D;}
/* 27  */ #cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-top .cr-floatingbadge-close svg {fill: #FFFFFF;}
/* 28  */ #cr_floatingtrustbadge .cr-floatingbadge-top svg {width: 70px; height:65px;}
/* 29  */
/* 30  */ .cr-badge {
/* 31  */ 	display: inline-block;
/* 32  */ 	padding: 40px;
/* 33  */ 	font-family: 'Open Sans', sans-serif;
/* 34  */ 	font-size: 0;
/* 35  */ 	color: #1F1F1F;
/* 36  */ 	line-height: normal;
/* 37  */ 	position: relative;
/* 38  */ 	text-align: left;
/* 39  */ 	text-decoration:none;
/* 40  */ 	box-sizing: border-box;
/* 41  */ 	transform-origin: left;
/* 42  */ 	visibility: hidden;
/* 43  */ }
/* 44  */
/* 45  */ .cr-badge .badge__nowrap {
/* 46  */ 	white-space: nowrap;
/* 47  */ }
/* 48  */
/* 49  */ .cr-badge .badge__nowrap-inline {
/* 50  */ 	display: inline-block;

/* badges.css */

/* 51  */ 	white-space: nowrap;
/* 52  */ }
/* 53  */
/* 54  */ .cr-badge .badge__store {
/* 55  */ 		font-size: 24px;
/* 56  */ 		font-weight: bold;
/* 57  */ 		margin-bottom: 12px;
/* 58  */ 		white-space: nowrap;
/* 59  */ }
/* 60  */
/* 61  */ .cr-badge .badge__stars {
/* 62  */ 		display: inline-block;
/* 63  */ 		margin-bottom: 14px;
/* 64  */ 		margin-right: 24px;
/* 65  */ }
/* 66  */
/* 67  */ .cr-badge .badge__star {
/* 68  */ 		display: inline-block;
/* 69  */ 		position: relative;
/* 70  */ 		width: 36px;
/* 71  */ 		height: 36px;
/* 72  */ 		margin-right: 3px;
/* 73  */ 		background-size: cover;
/* 74  */ }
/* 75  */
/* 76  */ .cr-badge .badge-vs .badge__star {
/* 77  */ 	display: block;
/* 78  */ }
/* 79  */
/* 80  */ .cr-badge .badge__star-icon {
/* 81  */ 		position: absolute;
/* 82  */ 		top: 0;
/* 83  */ 		left: 0;
/* 84  */ 		width: 100%;
/* 85  */ 		height: 100%;
/* 86  */ 		background-size: cover;
/* 87  */ 		background-repeat: no-repeat;
/* 88  */ }
/* 89  */
/* 90  */ .cr-badge .badge__star-icon_type_empty {
/* 91  */ 		background-image: url('../img/small-star-empty-light.png');
/* 92  */ }
/* 93  */
/* 94  */ .cr-badge .badge__star-icon_type_fill {
/* 95  */ 		background-image: url('../img/small-star-full.png');
/* 96  */ }
/* 97  */
/* 98  */ .cr-badge .verified {
/* 99  */ 		display: inline-block;
/* 100 */ 		vertical-align: middle;

/* badges.css */

/* 101 */ 		background: rgba(23, 157, 130, 0.1);
/* 102 */ 		height: 36px;
/* 103 */ 		border-radius: 19px;
/* 104 */ 		padding: 0 16px;
/* 105 */ }
/* 106 */
/* 107 */ .cr-badge.badge_size_small .verified {
/* 108 */ 	vertical-align: top;
/* 109 */ }
/* 110 */
/* 111 */ .cr-badge .verified__logo {
/* 112 */ 		display: inline-block;
/* 113 */ 		width: 32px;
/* 114 */ 		height: 32px;
/* 115 */ 		background-image: url('../img/logo.svg');
/* 116 */ 		background-size: cover;
/* 117 */ 		position: relative;
/* 118 */ 		top: 2px;
/* 119 */ 		left: -6px;
/* 120 */ 		margin-right: 2px;
/* 121 */ }
/* 122 */
/* 123 */ .cr-badge .verified__text {
/* 124 */ 		display: inline-block;
/* 125 */ 		line-height: 36px;
/* 126 */ 		vertical-align: top;
/* 127 */ 		font-size: 18px;
/* 128 */ 		font-weight: 600;
/* 129 */ }
/* 130 */
/* 131 */ .cr-badge .rating {
/* 132 */ 		font-size: 17px;
/* 133 */ 		white-space: nowrap;
/* 134 */ }
/* 135 */
/* 136 */ .cr-badge.badge_size_wide .rating {
/* 137 */ 		font-size: 16px;
/* 138 */ }
/* 139 */
/* 140 */ .cr-badge rating__store {
/* 141 */ 	font-weight: 600;
/* 142 */ }
/* 143 */
/* 144 */ .cr-badge .rating__product b {
/* 145 */ 	font-weight: 600;
/* 146 */ }
/* 147 */
/* 148 */ .cr-badge.badge_color_dark {
/* 149 */ 	color: #fff;
/* 150 */ }

/* badges.css */

/* 151 */
/* 152 */ .cr-badge.badge_color_dark .badge__star-icon_type_empty {
/* 153 */ 		background-image: url('../img/small-star-empty-dark.png');
/* 154 */ }
/* 155 */
/* 156 */ .cr-badge.badge_color_dark .verified {
/* 157 */ 		background: rgba(255, 255, 255, 0.25);
/* 158 */ }
/* 159 */
/* 160 */ .cr-badge.badge_size_wide {
/* 161 */ 		padding: 20px;
/* 162 */ 		color: #6c6c6c;
/* 163 */ }
/* 164 */
/* 165 */ .cr-badge.badge_size_wide .badge__store {
/* 166 */ 		font-size: 28px;
/* 167 */ 		margin-bottom: 24px;
/* 168 */ }
/* 169 */
/* 170 */ .cr-badge .badge__info {
/* 171 */ 	position: relative;
/* 172 */ }
/* 173 */
/* 174 */ .cr-badge .badge__logo {
/* 175 */ 		position: absolute;
/* 176 */ 		top: 0;
/* 177 */ 		left: 0;
/* 178 */ 		width: 60px;
/* 179 */ 		height: 60px;
/* 180 */ 		background-image: url('../img/logo.svg');
/* 181 */ 		background-size: contain;
/* 182 */ 		background-repeat: no-repeat;
/* 183 */ }
/* 184 */
/* 185 */ .cr-badge .badge__reviews {
/* 186 */ 		font-size: 16px;
/* 187 */ 		padding-left: 70px;
/* 188 */ 		padding-top: 15px;
/* 189 */ }
/* 190 */
/* 191 */ .cr-badge.badge_size_wide .verified {
/* 192 */ 		font-size: 16px;
/* 193 */ 		padding-left: 70px;
/* 194 */ 		height: 20px;
/* 195 */ 		background: transparent;
/* 196 */ }
/* 197 */
/* 198 */ .cr-badge.badge_size_wide .badge__stars {
/* 199 */ 		margin-bottom: 0;
/* 200 */ 		margin-right: 10px;

/* badges.css */

/* 201 */ 		margin-left: 20px;
/* 202 */ 		margin-top: 0;
/* 203 */ 		vertical-align: middle;
/* 204 */ }
/* 205 */
/* 206 */ .cr-badge.badge_size_wide .badge__star {
/* 207 */ 		width: 20px;
/* 208 */ 		height: 20px;
/* 209 */ }
/* 210 */
/* 211 */ .cr-badge.badge_size_wide .badge__star-icon_type_empty {
/* 212 */ 		background-image: url('../img/wide-star-empty-light.png');
/* 213 */ }
/* 214 */
/* 215 */ .cr-badge.badge_size_wide .badge__star-icon_type_fill {
/* 216 */ 		background-image: url('../img/wide-star-full-light.png');
/* 217 */ }
/* 218 */
/* 219 */ .cr-badge.badge_color_dark.badge_size_wide .badge__star-icon_type_fill {
/* 220 */ 		background-image: url('../img/wide-star-full-dark.png');
/* 221 */ }
/* 222 */
/* 223 */ .cr-badge.badge_color_dark.badge_size_wide .badge__star-icon_type_empty {
/* 224 */ 		background-image: url('../img/wide-star-empty-dark.png');
/* 225 */ }
/* 226 */
/* 227 */ .cr-badge.badge_size_wide .rating {
/* 228 */ 		display: inline-block;
/* 229 */ 		padding-top: 0;
/* 230 */ 		vertical-align: middle;
/* 231 */ 		margin-top: 0;
/* 232 */ 		height: 18px;
/* 233 */ }
/* 234 */
/* 235 */ .cr-badge.badge_size_wide.badge_color_dark {
/* 236 */ 		color: #fff;
/* 237 */ }
/* 238 */
/* 239 */ .cr-badge.badge_target_mobile {
/* 240 */ 		position: relative;
/* 241 */ 		padding: 0;
/* 242 */ 		margin: 20px;
/* 243 */ }
/* 244 */
/* 245 */ .cr-badge.badge_target_mobile .badge__logo {
/* 246 */ 		top: 41px;
/* 247 */ 		left: 4px;
/* 248 */ 		width: 32px;
/* 249 */ 		height: 32px;
/* 250 */ }

/* badges.css */

/* 251 */
/* 252 */ .cr-badge.badge_target_mobile .badge__store {
/* 253 */ 		font-size: 24px;
/* 254 */ 		margin-bottom: 0;
/* 255 */ 		padding-left: 2px;
/* 256 */ }
/* 257 */
/* 258 */ .cr-badge.badge_target_mobile .badge__reviews,
/* 259 */ .cr-badge.badge_target_mobile .verified {
/* 260 */ 		padding-left: 48px;
/* 261 */ 		display: block;
/* 262 */ }
/* 263 */
/* 264 */ .cr-badge.badge_target_mobile .badge__stars {
/* 265 */ 		padding-left: 2px;
/* 266 */ 		margin-left: 0;
/* 267 */ 		margin-top: 0;
/* 268 */ }
/* 269 */
/* 270 */ .cr-badge.badge_target_mobile .rating {
/* 271 */ 		font-size: 15px;
/* 272 */ 		margin-top: 2px;
/* 273 */ }
/* 274 */
/* 275 */ .cr-badge.badge_size_wide .rating b {
/* 276 */ 		display: inline-block;
/* 277 */ 		margin-left: 8px;
/* 278 */ }
/* 279 */
/* 280 */ .cr-badge.badge_size_small {
/* 281 */ 	-webkit-border-radius: 5px;
/* 282 */ 	-moz-border-radius: 5px;
/* 283 */ 	border-radius: 5px;
/* 284 */ }
/* 285 */
/* 286 */ .cr-badge .badge__link, .cr-badge__wrap .badge__link {
/* 287 */ 	position: absolute;
/* 288 */ 	width: 100%;
/* 289 */ 	height: 100%;
/* 290 */ 	top: 0;
/* 291 */ 	left: 0;
/* 292 */ 	z-index: 1;
/* 293 */ }
/* 294 */
/* 295 */ /* internal container wrapper */
/* 296 */ .cr-badge__wrap {
/* 297 */ 	display: inline-block;
/* 298 */ 	position: relative;
/* 299 */ }
/* 300 */

/* badges.css */

/* 301 */ .cr-badge.badge-vs {
/* 302 */ 		position: relative;
/* 303 */ 		color: #4d4d4d;
/* 304 */ 		padding: 20px;
/* 305 */ 		display: inline-block;
/* 306 */ 		flex-flow: row nowrap;
/* 307 */ 		text-align: left;
/* 308 */ 		font-family: sans-serif;
/* 309 */ 		border-radius: 15px;
/* 310 */ }
/* 311 */
/* 312 */ .cr-badge.badge-vs .cr-badge-vs-flex {
/* 313 */ 	display: flex;
/* 314 */ 	flex-direction: row;
/* 315 */ }
/* 316 */
/* 317 */ .cr-badge.badge-vs .badge__store {
/* 318 */ 		font-size: 25px;
/* 319 */ 		font-weight: 500;
/* 320 */ 		margin-bottom: 5px;
/* 321 */ 		line-height: 1.2;
/* 322 */ 		max-width: 500px;
/* 323 */ 		text-overflow: ellipsis;
/* 324 */ 		overflow: hidden;
/* 325 */ }
/* 326 */
/* 327 */ .cr-badge.badge-vs .badge__logo {
/* 328 */ 		background-image: url('../img/logo-vs.svg');
/* 329 */ 		height: 80px;
/* 330 */ 		width: 80px;
/* 331 */ 		position: relative;
/* 332 */ 		display: inline-block;
/* 333 */ 		margin-right: 20px;
/* 334 */ 		flex: 0 0 auto;
/* 335 */ }
/* 336 */
/* 337 */ .cr-badge.badge-vs .badge__details {
/* 338 */ 		display: flex;
/* 339 */ 		flex-flow: row nowrap;
/* 340 */ 		align-items: center;
/* 341 */ }
/* 342 */
/* 343 */ .cr-badge.badge-vs .badge__rating-container {
/* 344 */ 		display: flex;
/* 345 */ 		flex-flow: column nowrap;
/* 346 */ 		justify-content: space-evenly;
/* 347 */ 		font-family: sans-serif;
/* 348 */ 		font-weight: normal;
/* 349 */ }
/* 350 */

/* badges.css */

/* 351 */ .cr-badge.badge-vs .badge__rating-line {
/* 352 */ 		display: flex;
/* 353 */ 		flex-flow: row nowrap;
/* 354 */ 		justify-content: space-between;
/* 355 */ }
/* 356 */
/* 357 */ .cr-badge.badge-vs .badge__stars {
/* 358 */ 	margin: 0;
/* 359 */ 	padding: 0;
/* 360 */ 	display: flex;
/* 361 */ 	align-items: center;
/* 362 */ }
/* 363 */
/* 364 */ .cr-badge.badge-vs .badge__star {
/* 365 */ 		width: 15px;
/* 366 */ 		height: 15px;
/* 367 */ 		border-spacing: 0;
/* 368 */ 		display: flex;
/* 369 */ }
/* 370 */
/* 371 */ .cr-badge.badge-vs .badge__star-icon--empty {
/* 372 */ 		background-image: url('../img/star-stroke.svg');
/* 373 */ 		background-position: left;
/* 374 */ 		border-spacing: 0;
/* 375 */ }
/* 376 */
/* 377 */ .cr-badge.badge-vs .badge__star-icon--fill {
/* 378 */ 		background-image: url('../img/star-fill.svg');
/* 379 */ 		background-position: left;
/* 380 */ 		border-spacing: 0;
/* 381 */
/* 382 */ }
/* 383 */
/* 384 */ .cr-badge.badge-vs .badge__rating.rating {
/* 385 */ 		font-size: 14px;
/* 386 */ 		line-height: 1.5;
/* 387 */ 		justify-content: space-between;
/* 388 */ 		display: flex;
/* 389 */ 		flex: 1 1 0;
/* 390 */ 		margin: -1px 0 0;
/* 391 */ 		padding: 0;
/* 392 */ 		height: 20px;
/* 393 */ }
/* 394 */
/* 395 */ .cr-badge.badge-vs .badge__rating.rating span:last-child {
/* 396 */ 	padding-left: 25px;
/* 397 */ 	font-weight: bold;
/* 398 */ }
/* 399 */
/* 400 */ .cr-badge .badge__rating + .badge__stars {

/* badges.css */

/* 401 */ 	margin-left: 15px;
/* 402 */ }
/* 403 */
/* 404 */ .cr-badge.badge-vs .badge__reviews {
/* 405 */ 	border-radius: 30px;
/* 406 */ 	background-color: #F2F2F2;
/* 407 */ 	display: block;
/* 408 */ 	font-size: 18px;
/* 409 */ 	line-height: 1;
/* 410 */ 	padding: 6px 25px 5px;
/* 411 */ 	margin-left: 15px;
/* 412 */ 	border: 1px solid #DFDFDF99;
/* 413 */ }
/* 414 */
/* 415 */ .cr-badge.badge-vs.badge_color_dark {
/* 416 */ 		color: #e5e5e5;
/* 417 */ 		border-color: transparent;
/* 418 */ }
/* 419 */
/* 420 */ .cr-badge.badge-vs.badge_color_dark .badge__reviews {
/* 421 */ 	background-color: #24242499;
/* 422 */ 	border-color: transparent;
/* 423 */ }
/* 424 */
/* 425 */ .badge_size_compact.cr-badge,
/* 426 */ .badge--wide-mobile.cr-badge {
/* 427 */ 	margin: 0;
/* 428 */ 	padding: 0;
/* 429 */ 	width: 100%;
/* 430 */ 	height: 100%;
/* 431 */ 	font-family: sans-serif;
/* 432 */ }
/* 433 */
/* 434 */ .badge_size_compact.cr-badge,
/* 435 */ .badge--wide-mobile.cr-badge {
/* 436 */ 	display: block;
/* 437 */ 	flex-direction: column;
/* 438 */ 	visibility: visible;
/* 439 */ }
/* 440 */
/* 441 */ .badge_size_compact.cr-badge .badge__verified,
/* 442 */ .badge--wide-mobile.cr-badge .badge__verified {
/* 443 */ 	font-size: 10px;
/* 444 */ 	font-weight: 700;
/* 445 */ 	color: #4c4c4c;
/* 446 */ 	text-align: center;
/* 447 */ 	margin-bottom: 5px;
/* 448 */ 	margin-top: 5px;
/* 449 */ }
/* 450 */

/* badges.css */

/* 451 */ .badge--wide-mobile.cr-badge .badge__verified {
/* 452 */ 	font-size: 16px;
/* 453 */ 	color: #fff;
/* 454 */ 	margin-bottom: 13px;
/* 455 */ }
/* 456 */
/* 457 */ .badge--wide-mobile.cr-badge .badge__store {
/* 458 */ 	min-height: 50px;
/* 459 */ 	margin-bottom: 15px;
/* 460 */ 	color: #4d4d4d;
/* 461 */ 	font-size: 28px;
/* 462 */ 	font-weight: 700;
/* 463 */ 	line-height: 30px;
/* 464 */ 	display: flex;
/* 465 */ 	align-items: center;
/* 466 */ 	justify-content: center;
/* 467 */ 	padding: 0 10px;
/* 468 */ }
/* 469 */
/* 470 */ .badge--wide-mobile.cr-badge .badge__store span {
/* 471 */ 	min-width: 234px;
/* 472 */ 	overflow: hidden;
/* 473 */ 	white-space: nowrap;
/* 474 */ 	text-overflow: ellipsis;
/* 475 */ 	text-align: center;
/* 476 */ }
/* 477 */
/* 478 */ .cr-badge.badge_size_compact .badge__middle,
/* 479 */ .cr-badge.badge--wide-mobile .badge__middle {
/* 480 */ 	padding: 10px 0 9px;
/* 481 */ }
/* 482 */
/* 483 */ .cr-badge.badge_size_compact .badge__stars,
/* 484 */ .cr-badge.badge--wide-mobile .badge__stars {
/* 485 */ 	display: flex;
/* 486 */ 	justify-content: center;
/* 487 */ 	width: 100%;
/* 488 */ 	margin: 0;
/* 489 */ }
/* 490 */
/* 491 */ .cr-badge.badge_size_compact .badge__star,
/* 492 */ .cr-badge.badge--wide-mobile .badge__star {
/* 493 */ 	position: relative;
/* 494 */ 	width: 14px;
/* 495 */ 	height: 13px;
/* 496 */ 	margin: 0 2px;
/* 497 */ 	color: #fff;
/* 498 */ }
/* 499 */
/* 500 */ .cr-badge.badge_size_compact .badge__star svg,

/* badges.css */

/* 501 */ .cr-badge.badge--wide-mobile .badge__star svg {
/* 502 */ 	display: block;
/* 503 */ }
/* 504 */
/* 505 */ .cr-badge.badge_size_compact .badge__star-fill-container,
/* 506 */ .cr-badge.badge--wide-mobile .badge__star-fill-container {
/* 507 */ 	position: absolute;
/* 508 */ 	top: 0;
/* 509 */ 	left: 0;
/* 510 */ 	overflow: hidden;
/* 511 */ 	width: 14px;
/* 512 */ 	height: 13px;
/* 513 */ }
/* 514 */
/* 515 */ .rtl .cr-badge.badge_size_compact .badge__star-fill-container,
/* 516 */ .rtl .cr-badge.badge--wide-mobile .badge__star-fill-container {
/* 517 */ 	left: auto;
/* 518 */ 	right: 0;
/* 519 */ }
/* 520 */
/* 521 */ .cr-badge.badge_size_compact .badge__star-fill-container svg,
/* 522 */ .cr-badge.badge--wide-mobile .badge__star-fill-container svg {
/* 523 */ 	height: 13px;
/* 524 */ }
/* 525 */
/* 526 */ .cr-badge.badge_size_compact .badge__rating,
/* 527 */ .cr-badge.badge--wide-mobile .badge__rating {
/* 528 */ 	font-size: 12px;
/* 529 */ 	text-align: center;
/* 530 */ 	color: #4c4c4c;
/* 531 */ }
/* 532 */
/* 533 */ .cr-badge.badge_size_compact .badge__rating b,
/* 534 */ .cr-badge.badge--wide-mobile .badge__rating b  {
/* 535 */ 	margin-left: 8px;
/* 536 */ }
/* 537 */
/* 538 */ .cr-badge.badge_size_compact .badge__reviews,
/* 539 */ .cr-badge.badge--wide-mobile .badge__reviews {
/* 540 */ 	padding: 8px 0 6px;
/* 541 */ 	font-size: 10px;
/* 542 */ 	text-align: center;
/* 543 */ 	border-radius: 0 0 15px 15px;
/* 544 */ 	color: #4d4d4d;
/* 545 */ }
/* 546 */
/* 547 */ .cr-badge.badge--wide-mobile .badge__middle {
/* 548 */ 	padding-top: 0px;
/* 549 */ 	padding-bottom: 20px;
/* 550 */ 	background-color: transparent;

/* badges.css */

/* 551 */ }
/* 552 */
/* 553 */ .cr-badge.badge--wide-mobile .badge__stars {
/* 554 */ 	margin-bottom: 5px;
/* 555 */ }
/* 556 */
/* 557 */ .cr-badge.badge--wide-mobile .badge__star {
/* 558 */ 	color: #f8942d;
/* 559 */ }
/* 560 */
/* 561 */ .cr-badge.badge--wide-mobile .badge__reviews {
/* 562 */ 	font-size: 13px;
/* 563 */ 	border-top: 1px solid transparent;
/* 564 */ 	min-height: 37px;
/* 565 */ 	display: flex;
/* 566 */ 	align-items: center;
/* 567 */ 	justify-content: center;
/* 568 */ 	padding: 0;
/* 569 */ }
/* 570 */
/* 571 */ .cr-badge.badge--wide-mobile .mb21 {
/* 572 */ 	margin-bottom: 21px;
/* 573 */ }
/* 574 */
/* 575 */ .cr-badge.badge_size_compact.badge_color_dark .badge__middle,
/* 576 */ .cr-badge.badge--wide-mobile.badge_color_dark .badge__middle {
/* 577 */ 	border: none;
/* 578 */ 	box-sizing: border-box;
/* 579 */ }
/* 580 */
/* 581 */ .cr-badge.badge_size_compact.badge_color_dark .badge__star,
/* 582 */ .cr-badge.badge--wide-mobile.badge_color_dark .badge__star {
/* 583 */ 	color: #f8942d;
/* 584 */ }
/* 585 */
/* 586 */ .cr-badge.badge_size_compact.badge_color_dark .badge__reviews,
/* 587 */ .cr-badge.badge--wide-mobile.badge_color_dark .badge__reviews {
/* 588 */ 	border: none;
/* 589 */ }
/* 590 */
/* 591 */ .cr-badge.badge_size_compact.badge_color_dark .badge__verified,
/* 592 */ .cr-badge.badge--wide-mobile.badge_color_dark .badge__verified,
/* 593 */ .cr-badge.badge_size_compact.badge_color_dark .badge__reviews,
/* 594 */ .cr-badge.badge--wide-mobile.badge_color_dark .badge__reviews,
/* 595 */ .cr-badge.badge_size_compact.badge_color_dark .badge__rating,
/* 596 */ .cr-badge.badge--wide-mobile.badge_color_dark .badge__rating,
/* 597 */ .cr-badge.badge_size_compact.badge_color_dark .badge__store,
/* 598 */ .cr-badge.badge--wide-mobile.badge_color_dark .badge__store {
/* 599 */ 	color: #e5e5e5;
/* 600 */ }

/* badges.css */

/* 601 */
/* 602 */ .cr-placeholder-tb {
/* 603 */ 	background-color: #FAFAFA;
/* 604 */ 	width: 100%;
/* 605 */ 	padding: 20px;
/* 606 */ }
/* 607 */
/* 608 */ .cr-placeholder-tb .cr-placeholder-tb-fr {
/* 609 */ 	width: 50%;
/* 610 */ 	height: 40px;
/* 611 */ 	margin: 0 0 20px 0;
/* 612 */ 	background-color: #DCDEE2;
/* 613 */ 	animation: cr-placeholder-load 3s infinite;
/* 614 */ }
/* 615 */ .cr-placeholder-tb .cr-placeholder-tb-sr {
/* 616 */ 	width: 100%;
/* 617 */ 	height: 60px;
/* 618 */ 	background-color: #DCDEE2;
/* 619 */ 	animation: cr-placeholder-load 3s infinite;
/* 620 */ }
/* 621 */
/* 622 */ @media all and (max-width: 600px) {
/* 623 */ 	#cr_floatingtrustbadge, #cr_floatingtrustbadge.cr-floatingbadge-big {display: none;}
/* 624 */ }
/* 625 */
/* 626 */ @keyframes cr-placeholder-load {
/* 627 */ 	0% {
/* 628 */ 		background-color: #DCDEE2;
/* 629 */ 	}
/* 630 */ 	50% {
/* 631 */ 		background-color: #ededed;
/* 632 */ 	}
/* 633 */ 	100% {
/* 634 */ 		background-color: #DCDEE2;
/* 635 */ 	}
/* 636 */ }
/* 637 */
