/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 20, 2018
 */
 .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.react-slidedown {
    height: 0;
    -webkit-transition-property: none;
    transition-property: none;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
}

.react-slidedown.transitioning {
    overflow-y: hidden;
}

.react-slidedown.closed {
    display: none;
}.css-merchant-2SPnCR0v {
    resize: none;
    -webkit-box-sizing : border-box;
            box-sizing : border-box;
	border-radius: 3px;
	font-size: 13px;
}

.css-merchant-3WFuXnLG,
.css-merchant-2Xa-feHO {
    height: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
	margin: 0 10px;
	min-width: 100px;
}

.css-merchant-1Nf29v7h::before,
.css-merchant-1Nf29v7h::after {
	display: inline-block;
	border-radius: 50%;
	content: '';
}

.css-merchant-1Nf29v7h::before {
	width: 16px;
	height: 16px;
	border: 1px solid #bbb;
	background: #f8f8f8;
	position: relative;
}

.reportReview__radio_input:checked + .input-radio::before {
	border-color: #42b549;
	background: #fff;
}

.reportReview__radio_input:checked + .input-radio::after {
	width: 12px;
    height: 12px;
    background: #42b549;
    border: 1px solid white;
	position: absolute;
	top: 2px;
	left: 2px;
}
.css-merchant-1-27qCNy{
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    border-radius: 3px;
    background-position: center center;
    float: left;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

.css-merchant-1-27qCNy:last-child{
    margin-right: 0;    
}

.css-merchant-1JDswaH_ {
    width: 90px;
    height: 90px;
    padding: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
}

.css-merchant-2YGa3aS3 {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    cursor: default;
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.css-merchant-2my1uk-G {
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.unf-modal--productReview {
    max-width: 600px !important;
    max-height: 700px !important;
    text-align: center;
}

.css-merchant-3RYOk1yt {
    width: 500px !important;
}

.css-merchant-XJWZxtCN,
.css-merchant-aCbq28BD {
    background-image: none !important;
    font-size: 25px;
    top: 140px;
    position: absolute;
    padding: 10px;
}

.css-merchant-XJWZxtCN {
    left: 20px;
}

.css-merchant-aCbq28BD {
    right: 20px;
}

.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.css-merchant-1z4Usz9n {
    width: 100%;
}

.css-merchant-3eJI7yHu {
    height: 300px;
    background: #f9f9f9;
    width: 100%;
}

.css-merchant-1cM24B0s {
    max-width: 100% !important;
    width:100%;
    height:auto;
}

.css-merchant-1FQ05wyL {
    width: 48%;
}
.css-merchant-1Nv7Hp_d {
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    display: table;
    width: 100%;
    padding: 16px;
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 10px;
    table-layout: fixed;
}

.css-merchant-3I6BPmL3 {
    width: 48px;
}

.css-merchant-2UC4JSGJ {
    width: 48px;
    height: 48px;
}

.css-merchant-wMbxPCsj {
    padding: 0 12px;
    position: relative;
}

.css-merchant-18ondU56 {
    position: absolute;
    right: 20px;
    top: 0;
}
.css-merchant-IsCvPkfe {
    background-color: #fff;
    position: relative;
    padding-right: 45px;
}

.css-merchant-3beTKoN7 {
    max-width: 100%;
}

.css-merchant-1JwgNELx {
    display: inline-block;
    border: 1px solid #e0e0e0;
    padding: 5px 10px;
    border-radius: 3px;
    margin: 0 5px 10px 0;
    cursor: pointer;
    position: relative;
}

.css-merchant-1JwgNELx:hover {
    background-color: #f3fef3;
    border-color: #42b549;
    color: #42b549;
}

.css-merchant-1im8ju-Y {  
    vertical-align: middle;
}

.template_list li:hover .tooltip-info {
    display: block;
}

.css-merchant-3162Gr6A {
    background-color: #fff;
    position: absolute;
    bottom: 50px;
    width: 317px;
    padding: 15px;
    left: 50%;
    z-index: 99;
    border-radius: 3px;
    display: none;
    color: rgba(0, 0, 0, 0.54);
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.template_list li .tooltip-info::before,
.template_list li .tooltip-info::after {
    content: '';
    position: absolute;
    border-top: 10px solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    left: 47%;
}

.template_list li .tooltip-info::before {
    border-top-color: rgba(0, 0, 0, 0.15);
    bottom: -11px;
}

.template_list li .tooltip-info::after {
    border-top-color: #fff;
    bottom: -10px;
}

.css-merchant-qLTnZguY {
    padding: 10px;
    position: absolute;
    top: 7px;
    right: 2px;
    height: 40px;
    width: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.css-merchant-224KKLxa,
.css-merchant-3o71NJP9 {
    width: 350px;
    font-size: 13px;
    -webkit-box-sizing : border-box;
            box-sizing : border-box;
}

.css-merchant-2y-nxnza {
    color: rgba(0, 0, 0, 0.54);
	line-height: 1.5em;
}

.css-merchant-1w9GAwgC {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 5px;
}

.css-merchant-3OqPiq6- {
    font-size: 14px;
}

.css-merchant-2VsEDgEm {
	padding: 9px 12px;

}

.css-merchant-2RwITRRE {
    resize: none;
    margin-top: 10px;
	height: 120px;
	padding: 10px;
    line-height: 20px;
    -webkit-box-sizing : border-box;
            box-sizing : border-box;
    width: 350px;
	border-radius: 3px;
	font-size: 13px;
}

.ReactModal__Content--add-template {
    width:  420px;
}

.css-merchant-3YMJWe-s {
	float: right;
	display: inline-block;
	color: rgba(0, 0, 0, 0.38);
	font-size: 10px;
}
.css-merchant-3NQW0yX1 {
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    display: table;
    width: 100%;
    padding: 16px;
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 10px;
    table-layout: fixed;
}

.css-merchant-JTi5G0lW {
    width: 48px;
}

.css-merchant-1srebI5C {
    width: 48px;
    height: 48px;
}

.css-merchant-29dTVIEH {
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    width: 80%;
    display: inherit;
}

.css-merchant-1St-OPy7 {
    padding: 0 12px;
    position: relative;
}

.css-merchant-3ufNhCSc {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 90px;
    resize: none;
    padding: 7px 10px;
    margin-bottom: 0;
}

.css-merchant-3N51SeBL {
    display: table-cell;
    width: 185px;
    text-align: right;
    vertical-align: bottom;
}

.css-merchant-15xVV_Kf {
    min-width: 48%;
    min-height: 40px;
}

.css-merchant-2YM3KCYn {
    display: inline-block;
    vertical-align: top;
}

.css-merchant-1ct5YyEI {
    display: inline-block;
    position: relative;
    height: 42px;
    vertical-align: middle;
}

.css-merchant-3KXAaK6N {
    border: 1px solid #e0e0e0;
    display: inline-block;
    border-radius: 3px;
    vertical-align: middle;
    width: 235px;
    max-width: 235px;
    z-index: 1000;
    position: absolute;
}

.css-merchant-3GLHkarE {
    width: 28px;
    height: 28px;
    border-radius: 3px;
    display: inline-block;
}

.css-merchant-22_3wzEU {
    background: #ccc;
    text-align: center;
    display: table-cell;
    vertical-align: bottom;
}

.css-merchant-kqWCbJKI  {
    color: #e0e0e0;
    font-size: 23px;
    vertical-align: bottom;
}

.css-merchant-36NZr19f {
    padding: 6px 40px 6px 6px;
    position: relative;
    cursor: pointer;
}

.css-merchant-3JN3zmGs {
    width: 235px;
    max-width: 235px;
    background: #fff;
}

.css-merchant-vZk9jH6N {
    border-top: 1px solid #e0e0e0;
    padding: 0 6px;
    height: 50px;
    cursor: pointer;
}

.css-merchant-1Do6Vb81 {
    display: table-cell;
    vertical-align: middle;
    height: inherit;
}

.css-merchant-36NZr19f:hover,
.css-merchant-vZk9jH6N:hover {
    background: #f9f9f9;
}

.css-merchant-eRzpc0x1{
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
    line-height: 1em;
    height: inherit;
}

.css-merchant-mYIsGBod{
    width: 180px;
    line-height: 1em;
}

.css-merchant-2nwUZMjF {
    background: url('data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAACcAAAAOBAMAAABeLhj4AAAAJFBMVEUAAABmZmZnZ2dnZ2doaGhnZ2doaGhoaGhoaGhmZmZnZ2dmZmaU2qnPAAAAC3RSTlMA6V5lL1gpJB3z3ZHQLrgAAAB0SURBVBjTY+BQYIACpgYGGOjaDGNZr4ALFu42gDCYd4vDBdmloUqtNxYwICuFKUQANulNIEp7YwIDEkjcrQC0ercYmINQupWBIRqiEAEcdwew7hZhQAUs0lujNzrAeAilCIUIpbN3oikEu2cTAyZgUkDhAgCNpxhgcieAIQAAAABJRU5ErkJggg==')
    90% center no-repeat;
    width: 32px;
    height: 100%;
    background-size: 22px 8px;
    opacity: 0.7;
    position: absolute;
    right: 5px;
    top: 0;
}
.css-merchant-2-5ZbrYg {
    display: inline-block;
    padding-top: 8px;
    margin-right: 0;
    padding-right: 0;
}

.css-merchant-DORNSkAU,
.css-merchant-DORNSkAU:last-child {
    display: inline-block;
    margin-bottom: 0;
}

.css-merchant-DORNSkAU:not(:last-child) {
    margin-right: 10px;
}
    
.share_social_toggle_container li:hover .text {
    color: #42b549;
}

.share_social_toggle_container li:hover .toggle-track {
    border-color: #aaa;
}

.css-merchant-DeMtgen0 {
    bottom: -1px;
    position: relative;
    width: 38px;
    height: 20px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 20px;
    background-color: #eee;
    display: inline-block;
}

.css-merchant-1B13B0g8 {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border : 1px solid #bbb;
    background: #fff;
    -webkit-transition: left 300ms ease-in-out;
    transition: left 300ms ease-in-out;
}

.css-merchant-1EtUDBGk {
    vertical-align: top;
    color: rgba(0, 0, 0, 0.54);
    line-height: 24px;
}

.toggle-track[data-value='1'] {
    background: #42b548;
}

.toggle-track[data-value='1'] .toggle-btn {
    left: 19px;
}

.toggle-track[data-value='0'] .toggle-btn {
    left: 0px;
}.css-merchant-3r4cHD3m {
    display: table-cell;
    vertical-align: top;
    width: 200px;
}
        
.css-merchant-3kK9YJ2F {
    position: absolute;
    width: 200px;
    padding: 8px;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.02);
            box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.02);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.guide-detail.hidden {
    height: 0;
}

.css-merchant-16aOl9uh {
    height: 165px;
    overflow-y: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.css-merchant-1r6r59mF {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 8px;
    padding-left: 10px;
}

.css-merchant-248NtUto {
    color: #FFC107;
}

.css-merchant-1v7NNBEo {
    display: table;
    width: 100%;
}

.css-merchant-3oXtYbgG {
    line-height: 14px;
    margin-bottom: 8px;
}

.css-merchant-20g7qF1o {
    display: table-cell;
    text-align: left;
}

.css-merchant-2keblbQ- {
    display: table-cell;
    font-size: 10px;
    padding-left: 5px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.38);
}

.css-merchant-Z1TTXrYl {
    color: rgba(0, 0, 0, 0.18);
}
.css-merchant-_Nk5X49F {
    display: table;
    width: 100%;
    padding-bottom: 16px;
}

.css-merchant-Z2Td6mj9 {
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 600;
}

.css-merchant-3ThL9xvM {
    position: relative;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.css-merchant-55usK_HV {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
}

.css-merchant-3ThL9xvM:hover{
    background-color: #F3FEF3;    
}

.radio_custom.selected {
    background-color: #F3FEF3;
}

.css-merchant-1I_-cfgR {
    display: inline-block;
    padding: 3px 16px;
    margin-right: 8px;
    border: 1px solid #E0E0E0;
    border-radius: 15px;
    font-size: 12px;
    line-height: 17px;
}
.css-merchant-1G0wNKUa {
    display: table;
    width: 100%;
    padding-bottom: 16px;
}

.css-merchant-2yMR3qqy {
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 600;
}

.css-merchant-20M-zwxj {
    position: relative;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.css-merchant-nzv5mKSD {
    display: inline-block;
    width: 110px;
    height: 120px;
    background-repeat: no-repeat;
    background-size: auto 55px;
    background-position: center 45px;
    color: rgba(0, 0, 0, 0.38);
    padding: 16px 8px;
    margin-right: 8px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.03), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.03), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    overflow: hidden;
    -webkit-filter: grayscale();
    filter: grayscale();
}

.css-merchant-nzv5mKSD:hover{
    color: #42B549;
    -webkit-filter: unset;
    filter: unset;
}

.radio_review_options.selected {
    color: #42B549;
    -webkit-filter: unset;
    filter: unset;
}

.css-merchant-20M-zwxj {
    position: relative;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.css-merchant-FB_nYB4C {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
}

.css-merchant-20M-zwxj:hover{
    background-color: #F3FEF3;    
}

.radio_custom.selected {
    background-color: #F3FEF3;
}

.css-merchant-1ktwt5ge {
    width: 250px;
    height: 36px;
    padding: 8px;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 12px;
    line-height: 22px;
}.css-merchant-3e8vEIzw {
    display: table;
    width: 100%;
    padding-bottom: 16px;
}

.css-merchant-2KQDip8w {
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 600;
}

.css-merchant-1fRtRaoB {
    display: inline-block;
    min-width: 80px;
    padding: 8px 16px;
    margin-right: 16px;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
}

.css-merchant-3ySncPpo {
    position: relative;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.css-merchant-3dK-mKRc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
}

.css-merchant-3ySncPpo:hover{
    background-color: #F3FEF3;    
}

.radio_custom.selected {
    background-color: #F3FEF3;
}.css-merchant-1FqpL0FN {
    position: relative;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    background: white;
    -webkit-transition: background-color 1s ease;
    transition: background-color 1s ease;
}

.css-merchant-1FqpL0FN:not(:first-child) {
    border-top: 1px solid #e0e0e0;
}

.css-merchant-1FqpL0FN:last-child {
    border-bottom: 1px solid #e0e0e0;
}

.css-merchant-s4oKm-jt {
    display: table-cell;
    vertical-align: top;
    width: 80px;
}

.css-merchant-WZLPHWPr {
    width: 80px;
    height: 80px;
    border-radius: 4px;
}

.css-merchant-3S7L-bBN {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: table;
    width: 100%;
    position: relative;
    padding: 16px 16px 8px;
    table-layout: fixed;
}

.css-merchant-ZN1iQKk6 {
    position: absolute;
    right: 0;
}

.css-merchant-1aT_vjzY {
    border: 1px solid;
    border-color: inherit;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 0.8em;
    padding: 0 0 1px;
}

.css-merchant-2aziMSJf {
    min-width: 450px !important;
}

.css-merchant-nOJvRuoQ {
    margin-bottom: 8px;
    line-height: 18px;
}
.css-merchant-1G19yF42 {
    color: rgba(0, 0, 0, 0.70);
    font-weight: 600;
}

.css-merchant-K6eKcPZl {
    display: table;
    width: 100%;
    padding-bottom: 16px;
}

.css-merchant-ouja9RGQ {
    height: 76px;
    resize: none;
    padding: 8px;
    border-radius: 4px;
    -webkit-box-shadow: none;
            box-shadow: none;
}
   
.css-merchant-2Z_ppUoK {
    width: 100%;
    height: 15px;
}

.css-merchant-yhc-fcm1 {
    min-width: 80px;
    min-height: 40px;
}
.css-merchant-16EBXM7X {
    position: relative;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    background: white;
    -webkit-transition: background-color 1s ease;
    transition: background-color 1s ease;
}

.css-merchant-16EBXM7X:not(:first-child) {
    border-top: 1px solid #e0e0e0;
}

.css-merchant-16EBXM7X:last-child {
    border-bottom: 1px solid #e0e0e0;
}

.css-merchant-2H0wf_6x {
    display: table-cell;
    vertical-align: top;
    width: 80px;
}

.css-merchant-1vFzEeU9 {
    width: 80px;
    height: 80px;
    border-radius: 4px;
}

.css-merchant-kNzAzRid {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: table;
    width: 100%;
    position: relative;
    padding: 16px 16px 8px;
    table-layout: fixed;
}

.css-merchant-2kHHgWkd {
    position: absolute;
    right: 0;
}

.css-merchant-2vMrAhW_ {
    position: absolute;
    right: 0;
    bottom: 0;
}

.css-merchant-mXybBFgP {
    margin: 0;
    display: inline-block;
}

.css-merchant-mXybBFgP:not(:first-child) {
    margin-left: 6px;
}

.css-merchant-3PWX-rYP {
    color: #fff !important;
    width: 24px !important;
    height: 24px !important;
    font-size: 12px !important;
    display: inline-block !important;
    text-align: center !important;
    min-height: auto !important;
}

.css-merchant-3cpP2t6p {
    background: #008100;
}

.css-merchant-ov-VrfwE {
    background: #385b9d;
}
.css-merchant-7qdcRFal {
    position: relative;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    background: white;
    -webkit-transition: background-color 1s ease;
    transition: background-color 1s ease;
}

.css-merchant-7qdcRFal:not(:first-child) {
    border-top: 1px solid #e0e0e0;
}

.css-merchant-7qdcRFal:last-child {
    border-bottom: 1px solid #e0e0e0;
}

.css-merchant-2qQtoDLW {
    display: table-cell;
    vertical-align: top;
    width: 80px;
}

.css-merchant-1sX85vaI {
    width: 80px;
    height: 80px;
    border-radius: 4px;
}

.css-merchant-24Q0tp9F {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: table;
    width: 100%;
    position: relative;
    padding: 16px 16px 8px;
    table-layout: fixed;
}

.css-merchant-2DqtgVTR {
    color: rgba(0, 0, 0, 0.26);
}
.css-merchant-3Ow7TaFT {
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
    line-height: 1em;
    vertical-align: sub;
    font-size: 13px;
    font-size: 1.2em;
}

.css-merchant-JCAMVcut {
    border: 1px solid #e0e0e0;
    border-radius: 2px;
}

.css-merchant-4NiiCzTl {
    background-color: #f9f9f9;
    height: 37px;
    line-height: 37px;
    padding: 0 24px;
    border-bottom: 1px solid #e0e0e0;
}

.css-merchant-3jdVzsUl {
    display: table;
    width: 100%;
}

.css-merchant-18fiyhGP,
.css-merchant-SviwEAFL {
    display: table-cell;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
}

.css-merchant-1cbYASC2 {
    color: rgba(0, 0, 0, 0.38);
    height: 100%;
}
