.css-merchant-3ayMp0E3 > li {
  display: inline-block;
  font-size: 12px;
  margin-top: 10px;
}
.css-merchant-3ayMp0E3 > li > a {
  background: #F7F7F7;
  padding: 4px 16px;
  margin-right: 10px;
  border-top: 1px solid #EAEAEA;
  border-left: 1px solid #EAEAEA;
  border-right: 1px solid #EAEAEA;
  color: #606060;
  display: block;
  height: 20px;
  line-height: 20px;
  border-radius: 2px 2px 0 0;
}
a:-webkit-any-link {
  text-decoration: none !important;
}
.css-merchant-2KBHrVHk {
  position: relative;
}
li {
  line-height: 22px;
}
.css-merchant-2bJ_hMtF {
  clear: both;
}
.css-merchant-3PS0bJU3 {
  margin-top: 20px !important;
}
ul {
  margin: 0;
  list-style: none;
}
ul.css-merchant-3ayMp0E3.css-merchant-2_a5fbc- {
  border: 1px solid #e0e0e0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #ffffff;
  padding: 0;
  margin-bottom: 0 !important;
}
ul.css-merchant-3ayMp0E3.css-merchant-2_a5fbc- li {
  margin-top: 0;
  font-size: 13px;
}
ul.css-merchant-3ayMp0E3.css-merchant-2_a5fbc- li a {
  background: #ffffff;
  border: none;
  margin: 0;
  padding: 14px 17px;
  font-size: 12px;
}
ul.css-merchant-3ayMp0E3.css-merchant-2_a5fbc- li.css-merchant-2u4et264 a {
  color: #42B549;
  border: none;
  border-bottom: 2px solid #42B549;
}
ul.css-merchant-3ayMp0E3.css-merchant-2_a5fbc- li.css-merchant-2u4et264 a:hover {
  color: #42B549;
  border: none;
  border-bottom: 2px solid #42B549;
}
@media (min-width: 1199px) {
  ul.css-merchant-3ayMp0E3.css-merchant-2_a5fbc- li a {
    font-size: 13px;
    padding: 14px 20px;
  }
}
._2jCbB6ZA {
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}

._2jCbB6ZA:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(
        linear,
        left top, right top,
        color-stop(8%, #e0e0e0),
        color-stop(18%, #e5e5e5),
        color-stop(33%, #eeeeee)
    );
    background-image: linear-gradient(
        to right,
        #e0e0e0 8%,
        #e5e5e5 18%,
        #eeeeee 33%
    );
    -webkit-animation: HnxzdI94 1.2s linear infinite;
            animation: HnxzdI94 1.2s linear infinite;
    background-size: 800px 104px;
}

._2jCbB6ZA.green:before {
    background-image: -webkit-gradient(
        linear,
        left top, right top,
        color-stop(8%, #dbf5dd),
        color-stop(18%, #bee2c0),
        color-stop(33%, #dbf5dd)
    );
    background-image: linear-gradient(
        to right,
        #dbf5dd 8%,
        #bee2c0 18%,
        #dbf5dd 33%
    );
}

._2jCbB6ZA.red:before {
    background-image: -webkit-gradient(
        linear,
        left top, right top,
        color-stop(8%, #fdd7ce),
        color-stop(18%, #f2c2b8),
        color-stop(33%, #fdd7ce)
    );
    background-image: linear-gradient(
        to right,
        #fdd7ce 8%,
        #f2c2b8 18%,
        #fdd7ce 33%
    );
}

._2jCbB6ZA.square {
    height: auto;
}

._2jCbB6ZA.square:after {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 100%;
}

@-webkit-keyframes HnxzdI94 {
    0% {
        background-position: -700px 0;
    }

    100% {
        background-position: 700px 0;
    }
}

@keyframes HnxzdI94 {
    0% {
        background-position: -700px 0;
    }

    100% {
        background-position: 700px 0;
    }
}
table, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    height: auto;
    overflow: auto;
}
tbody > tr > td {
    padding: 16px;
    border-top: 1px solid #E0E0E0;
}

td, th {
    display: table-cell;
    vertical-align: inherit;
    padding: 16px;
    border-top: 1px solid #E0E0E0;
}

.td-template-title {
    min-width: 40em;
}

.template-content {
    word-break: break-word;
    margin-bottom: 0;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.54);
}

p {
    margin: 0 0 10px;
}

input[type=radio], input[type=checkbox] {
    cursor: pointer;
}

.unf-radio {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.unf-radio input[type=radio] {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
}

.unf-radio [type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.unf-radio [type=radio]:checked+label .unf-radio__btn {
    border-color: #42b549;
}

.unf-radio [type=radio]+label .unf-radio__btn {
    float: left;
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #bdbdbd;
    border-radius: 50%;
}

.list-radio {
    width: 100%!important;
    height: 100%!important;
}

.label.label--auto-reply {
    padding: 2px 12px;
    background-color: #FFF0C2;
    color: #CA8600;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    vertical-align: text-top;
}

.text-right {
    text-align: right!important;
}

.va-middle {
    vertical-align: middle!important;
}

.mb-0 {
    margin-bottom: 0!important;
}

.ml-10 {
    margin-left: 10px;
}

.mr-5 {
    margin-right: 5px!important;
}

.fs-15 {
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
    font-family: inherit;
    font-weight: 700;
    line-height: 20px;
    color: rgba(0,0,0,.7);
    text-rendering: optimizelegibility;
}

.template-replies--table td.action-col {
    vertical-align: middle;
    text-align: right;
    padding: 0;
    white-space: nowrap;
}

.pl-10 {
    padding-left: 10px!important;
}

.template-replies--table td.action-col > a .icon, .template-replies--table td.action-col .icn-label {
    vertical-align: middle;
}.css-merchant-3IitY1b0 {
    padding-bottom: 20px;
}

.css-merchant-3IitY1b0 .btn {
    width: 150px;
    padding: 10px;
}

.css-merchant-1ydZ_eKE {
    margin-top:20px;
    font-weight: 600!important;
    font-size: 20px;
}

.css-merchant-1wegkvjd {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: rgba(28,28,28,.7);
}

.css-merchant-2e3-J8nU {
    margin: 0px auto 0px !important;
    border-radius: 9px;
	width: auto;
	display: inline-block;
	min-height: 0;
}

.css-merchant-27Ehpe9e {
    margin-top:20px;
}

.css-merchant-1I6c45TB {
    z-index: 10001;
    overflow-y: auto;
    top: 20% !important;
    position: fixed !important;
    background: #fff;
    border-radius: 9px;
    text-align: center;
    left: 50%;
    margin-left: -250px;
    width: 500px;
}

.css-merchant-1P7dmX7o {
    text-align: center;
    overflow: auto;
    padding: 0;
    text-align: center;
}

.css-merchant-SlcTiPj6 {
    border-color: transparent;
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    padding: 4px;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
}

.css-merchant-2srYP_6j {
	background: url('data:image/svg+xml, %0A%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2342b549%3B%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EAsset%2052%3C/title%3E%3Cg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22Layer_7%22%20data-name%3D%22Layer%207%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M5.18%2C11.29a.47.47%2C0%2C0%2C1-.33-.8l5.65-5.65a.47.47%2C0%2C0%2C1%2C.67.67L5.51%2C11.16A.47.47%2C0%2C0%2C1%2C5.18%2C11.29Z%22/%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M10.82%2C11.29a.47.47%2C0%2C0%2C1-.33-.14L4.84%2C5.51a.47.47%2C0%2C0%2C1%2C.67-.67l5.65%2C5.65a.47.47%2C0%2C0%2C1-.33.8Z%22/%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M8%2C16a8%2C8%2C0%2C1%2C1%2C8-8A8%2C8%2C0%2C0%2C1%2C8%2C16ZM8%2C.94A7.06%2C7.06%2C0%2C1%2C0%2C15.06%2C8%2C7.07%2C7.07%2C0%2C0%2C0%2C8%2C.94Z%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
	display: inline-block;
	width: 20px;
	height: 20px;
    background-size: 20px;
    cursor: pointer;
}.unf-modal--confirmDelete .unf-modal__footer .btn, .unf-modal--previewTemplate .unf-modal__footer .btn {
    width: 160px;
}

.disabled {
    pointer-events: none;
    cursor: not-allowed;
}

.mr-5 {
    margin-right: 5px!important;
}

.maincontent-admin .unf-modal__footer .btn {
    padding: 9px 14px;
}

div.unf-modal * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 0;
}::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.54);
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.54);
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.54);
    opacity: 1; /* Firefox */
}

::placeholder {
    color: rgba(0, 0, 0, 0.54);
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: rgba(0, 0, 0, 0.54);
}

::-ms-input-placeholder { /* Microsoft Edge */
   color: rgba(0, 0, 0, 0.54);
}

.unf-modal--addTemplate .unf-modal__footer .btn {
	width: 130px;
}

.unf-modal textarea {
    resize: none;
    width: 100%;
    margin-top: 10px;
    height: 90px;
}

.maincontent-admin textarea {
    padding: 4px;
    font-size: .9em;
    margin-bottom: 0!important;
    border: solid 1px rgba(0,0,0,.12);
}

label, input, button, select, textarea {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

.clearfix {
	line-height: 22px;
}

.clearfix::before, .clearfix::after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix::after {
    clear: both;
}

select, textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .uneditable-input {
    display: inline-block;
    min-height: 20px;
    padding: 7px 12px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    border-radius: 2px;
}

textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -webkit-transition: border linear .2s,-webkit-box-shadow linear .2s;
    transition: border linear .2s,-webkit-box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s,-webkit-box-shadow linear .2s;
}

.add-edit-template__form .form-group label {
	color: rgba(0, 0, 0, 0.54);
	font-size: 12px;
	line-height: 1.5em;
}

.add-edit-template__form .form-group input[type='text'] {
	padding: 9px 12px;
}

.add-edit-template__form .form-group input[type='text'], .add-edit-template__form .form-group textarea {
    width: 328px;
    border-radius: 3px;
    font-size: 14px;
}

.add-edit-template__form .form-group textarea {
	height: 120px;
	padding: 10px;
	line-height: 20px;
}

.add-edit-template__form .form-group input[type='text']:not(.error):focus,
.add-edit-template__form .form-group textarea:not(.error):focus {
	border-color: #42b549;
}

.add-edit-template__form .form-group textarea.error,
.add-edit-template__form .form-group input[type='text'].error {
	border-color: #d50000;
}

div.unf-modal * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 0;
}

.display-block {
    display: block!important;
}
.text-left {
    text-align: left;
}
label {
    display: inline;
    margin-bottom: 5px;
}

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.mt-0 {
	margin-top: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.char-count {
    display: inline-block;
    float: none;
    color: rgba(0, 0, 0, 0.38);
    font-size: 10px;
}div.unf-modal .unf-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    padding: 4px;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
}

div.unf-modal .unf-modal__header {
    text-align: center;
    overflow: auto;
}

div.unf-modal .unf-modal__header {
    padding: 0;
    text-align: center;
}

div.unf-modal .unf-modal__content {
    padding: 10px 20px;
    text-align: center;
}

div.unf-modal * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 0;
}

.unf-modal--previewTemplate .preview-bg {
    width: 570px;
    border: 1px solid #e0e0e0;
    padding: 0 70px;
    background-color: #f8f8f8;
    padding-bottom: 10px;
}

.mt-10 {
    margin-top: 10px!important;
}

div.unf-modal .unf-modal__footer {
    padding: 0 20px 30px;
    text-align: center;
    position: relative;
    z-index: 100;
}

input, button, select, textarea {
	font-family: open sans,tahoma,sans-serif;
}

.unf-radio [type=radio]:checked+label .unf-radio__btn:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    margin: 2px;
    background: -webkit-gradient(linear,left bottom, left top,from(#77DB80),to(#42B549));
    background: linear-gradient(bottom,#77DB80,#42B549);
    border-radius: 50%;
}

.btn-action,.btn-action-alt,.btn-fav-alt,.btn-primary,.landing-page_btn-buyer,div.hopscotch-bubble .hopscotch-nav-button,div.hopscotch-bubble .hopscotch-nav-button.next {
	color: #fff;
    background-color: #42b549;
    border: 1px solid #42b549;
    font-weight: 600;
}

.btn-action:hover,.btn-action:focus,.btn-action-alt:hover,.btn-action-alt:focus,.product-box-content .btn-fav-alt:hover,.product-box-content .btn-fav-alt:focus,.btn-primary:hover,.btn-primary:focus,.landing-page_btn-buyer:hover,.landing-page_btn-buyer:focus,div.hopscotch-bubble .hopscotch-nav-button:hover,div.hopscotch-bubble .hopscotch-nav-button:focus,div.hopscotch-bubble .hopscotch-nav-button.next:hover,div.hopscotch-bubble .hopscotch-nav-button.next:focus {
    background-color: #4fa149;
    border-color: #4fa149;
    color: #fff
}

.template-wrap {
    border-bottom: 1px solid #e0e0e0;
    background-color: #f3fef3;
}

.preview-bg .input-box {
    width: 290px;
    height: 102px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    display: inline-block;
}

.preview-bg .title-wrapper {
    display: inline-block;
    width: 215px;
    text-align: left;
	padding-top: 4px;
	-webkit-padding-start: 0px;
	   -moz-padding-start: 0px;
	        padding-inline-start: 0px;
	line-height: 22px;
	-webkit-margin-after: 0px;
	        margin-block-end: 0px;
	-webkit-margin-before: 0px;
	        margin-block-start: 0px;
}

.text-left {
    text-align: left;
}

.fs-7 {
    font-size: 7px;
}
.vertical-top {
    vertical-align: top;
}
.fw-600 {
    font-weight: 600!important;
}
.inline-block {
    display: inline-block;
}
.mr-10 {
    margin-right: 10px;
}
.ml-5 {
    margin-left: 5px!important;
}

.lh-22 {
	line-height: 22px;
}
.vertical-top {
    vertical-align: top;
}
.gear-wrap {
    margin: 3px 5px 0 0;
}
.pull-right {
    float: right;
}.btn-padding-large {
	padding: 11px 22px !important;
}

.template-replies--table td.action-col > a.disabled, .template-replies--table td.action-col > a.disabled .icon-delete-alt {
	cursor: default;
}

.template-replies--table > tbody > tr > td {
	padding: 16px;
	border-top: 1px solid #E0E0E0;
}

.template-replies--table > tbody > tr:first-child > td {
	border-top: none;
}

.template-replies--table > tbody > tr > td:last-child {
	padding-right: 16px;
}

.template-replies--table td.action-col {
	vertical-align: middle;
	text-align: right;
	padding: 0;
	white-space: nowrap;
}

.template-replies--table td.action-col > button.anchor {
	color: rgba(0, 0, 0, 0.54);
}

.template-replies--table td.action-col > button.anchor.disabled,
.template-replies--table td.action-col > button.anchor.disabled .icon-delete-alt {
	color: rgba(0, 0, 0, 0.18);
}

.template-replies--table td.action-col > button.anchor:not(.disabled):hover,
.template-replies--table td.action-col > button.anchor:not(.disabled):hover .icon {
	color: #42b549;
}

.template-replies--table td.action-col > button.anchor .icon,
.template-replies--table td.action-col .icn-label {
	vertical-align: middle;
}

.template-replies--table td.action-col .icn-label {
	text-transform: capitalize;
}

.template-replies--table .template-title {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.7);
	font-weight: 600;
}

.template-replies--table .template-content {
	margin-bottom: 0;
	line-height: 21px;
	color: rgba(0, 0, 0, 0.54);
}

.template-replies--table td.action-col > a:hover .svg-pencil-alt {
	background: url('data:image/svg+xml, %3Csvg%20width%3D%2222px%22%20height%3D%2222px%22%20viewBox%3D%220%200%2022%2022%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20sketchtool%2046.1%20%2844463%29%20-%20http%3A//www.bohemiancoding.com/sketch%20--%3E%0A%20%20%20%20%3Ctitle%3E6D5995CF-1327-4A3E-97CC-3CC461559B4A%3C/title%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20sketchtool.%3C/desc%3E%0A%20%20%20%20%3Cdefs%3E%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22Symbols%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon-%26amp%3B-Button-Style%22%20transform%3D%22translate%28-43.000000%2C%20-28.000000%29%22%3E%3C/g%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22ICON-/-EDIT-/-Normal%22%20transform%3D%22translate%28-1.000000%2C%20-1.000000%29%22%20stroke-linecap%3D%22round%22%20stroke%3D%22%2342B549%22%20stroke-width%3D%221.1%22%20stroke-linejoin%3D%22round%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon-/-Edit%22%20transform%3D%22translate%281.000000%2C%201.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Page-1%22%20transform%3D%22translate%280.714286%2C%200.714286%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0.744979592%2C20.2569796%20C0.737632653%2C20.258449%200.73322449%2C20.2555102%200.734693878%2C20.2466939%20L2.57436735%2C14.4734694%20C2.57730612%2C14.4661224%202.58465306%2C14.4558367%202.59053061%2C14.4499592%20L16.2999184%2C0.739102041%20C16.3057959%2C0.73322449%2016.3160816%2C0.73322449%2016.3219592%2C0.739102041%20L20.2643265%2C4.68146939%20C20.2702041%2C4.68734694%2020.2702041%2C4.69763265%2020.2643265%2C4.7035102%20L6.55346939%2C18.412898%20C6.54759184%2C18.4187755%206.53583673%2C18.4261224%206.52995918%2C18.4275918%20L0.744979592%2C20.2569796%20Z%22%20id%3D%22Stroke-1%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M3.08674286%2C13.9409633%20L7.04968163%2C17.9053714%22%20id%3D%22Stroke-3%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.5762612%2C3.45217959%20L17.5392%2C7.41511837%22%20id%3D%22Stroke-5%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.6692898%2C5.35856327%20L15.633698%2C9.32297143%22%20id%3D%22Stroke-7%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E');
	background-size: 15px;
}

.add-edit-template__form .form-group label {
	color: rgba(0, 0, 0, 0.54);
	font-size: 12px;
	line-height: 1.5em;
}

.add-edit-template__form .form-group input[type='text'],
.add-edit-template__form .form-group textarea {
	width: 328px;
	border-radius: 3px;
	font-size: 14px;
}

.add-edit-template__form .form-group input[type='text'] {
	padding: 9px 12px;
}

.add-edit-template__form .form-group textarea {
	height: 120px;
	padding: 10px;
	line-height: 20px;
}

.add-edit-template__form .form-group input[type='text']:not(.error):focus,
.add-edit-template__form .form-group textarea:not(.error):focus {
	border-color: #42b549;
}

.add-edit-template__form .form-group textarea.error,
.add-edit-template__form .form-group input[type='text'].error {
	border-color: #d50000;
}

.char-count {
	/* display: inline-block; */
	float: right;
	color: rgba(0, 0, 0, 0.38);
	font-size: 10px;
}

div.unf-modal--previewTemplate .unf-modal__inner {
	max-width: none;
}

.unf-modal--previewTemplate .preview-bg {
	width: 570px;
	border: 1px solid #e0e0e0;
	padding: 0 70px;
	background-color: #f8f8f8;
	padding-bottom: 10px;
}

.preview-bg .main-wrapper {
	border: 1px solid #e0e0e0;
	background-color: #fff;
}

.preview-bg .title-wrapper {
	display: inline-block;
	width: 215px;
	text-align: left;
	padding-top: 4px;
	line-height: 1.5em;
}

.preview-bg .title-wrapper > li {
	display: inline-block;
	border: 1px solid #e0e0e0;
	padding: 2px 5px;
	font-size: 6px;
	margin-right: 5px;
	border-radius: 3px;
	line-height: 1.5em;
	vertical-align: top;
	color: rgba(0, 0, 0, 0.7);
}

.preview-bg .header-1,
.preview-bg .header-2 {
	height: 19px;
	border-bottom: 1px solid #e0e0e0;
}

.preview-bg .header-2 .copywrite::before,
.preview-bg .header-2 .copywrite::after {
	content: '';
	display: inline-block;
	height: 5px;
	width: 82px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dedede));
	background: linear-gradient(to bottom, #fff, #dedede);
	border-radius: 3px;
	margin-top: 7px;
}

.preview-bg .header-2 .copywrite::before {
	float: left;
	margin-left: 22px;
}

.preview-bg .header-2 .copywrite::after {
	float: right;
	margin-right: 14px;
}

.preview-bg .grey-rect-1 {
	width: 32px;
	height: 32px;
	display: inline-block;
}

.preview-bg .grey-rect-2 {
	width: 25px;
	height: 25px;
	display: inline-block;
}

.preview-bg .grey-rect-3 {
	width: 46px;
	height: 20px;
	display: inline-block;
}

.preview-bg .body {
	padding: 11px 14px;
}

.preview-bg .body .table-wrap {
	display: table;
	width: 100%;
}

.preview-bg .body .table-wrap > div {
	display: table-cell;
	line-height: 1em;
	vertical-align: top;
	font-size: 9px;
}

.preview-bg .body .table-wrap > div:first-child {
	padding: 0 7px;
}

.preview-bg .copywrite-1::before,
.preview-bg .copywrite-1::after,
.preview-bg .copywrite-2,
.preview-bg .copywrite-3,
.preview-bg .copywrite-4,
.preview-bg .copywrite-5 {
	content: '';
	display: inline-block;
	height: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#e5e5e5));
	background: linear-gradient(to bottom, #eee, #e5e5e5);
	border-radius: 3px;
}

.preview-bg .copywrite-1::before,
.preview-bg .copywrite-1::after {
	margin-top: 7px;
	margin-bottom: 5px;
}

.preview-bg .copywrite-1::before {
	width: 128px;
	float: left;
}

.preview-bg .copywrite-1::after {
	width: 29px;
	float: right;
}

.preview-bg .copywrite-2 {
	width: 82px;
	margin-bottom: 6px;
}

.preview-bg .copywrite-3 {
	width: 332px;
}

.preview-bg .copywrite-4 {
	width: 213px;
}

.preview-bg .copywrite-5 {
	width: 128px;
}

.preview-bg .gradient-gray {
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#dedede));
	background: linear-gradient(to bottom, #eee, #dedede);
}

.preview-bg .grey-box {
	background-color: #f8f8f8;
	border: 1px solid #e0e0e0;
	padding: 10px 10px 8px;
}

.preview-bg .input-box {
	width: 290px;
	height: 102px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	display: inline-block;
}

.preview-bg .input-box .copywrite-5 {
	margin-left: 8px;
}

.template-wrap {
	border-bottom: 1px solid #e0e0e0;
	background-color: #f3fef3;
}

.gear-wrap {
	margin: 3px 5px 0 0;
}

.vertical-top {
	vertical-align: top;
}

.vertical-bottom {
	vertical-align: bottom;
}

.fs-7 {
	font-size: 7px;
}

.svg-gear {
	background-image: url('data:image/svg+xml, %3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20sketchtool%2046.1%20%2844463%29%20-%20http%3A//www.bohemiancoding.com/sketch%20--%3E%0A%20%20%20%20%3Ctitle%3E1CC2F420-9A1D-4A07-962D-3C479F9517E0%3C/title%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20sketchtool.%3C/desc%3E%0A%20%20%20%20%3Cdefs%3E%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22Symbols%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icon-%26amp%3B-Button-Style%22%20transform%3D%22translate%28-74.000000%2C%20-156.000000%29%22%3E%3C/g%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22ICON-/-GEAR-/-NORMAL%22%20stroke%3D%22%23666666%22%20stroke-linecap%3D%22round%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M19.2501989%2C9.70625%20L18.7460075%2C8.48125%20C18.7460075%2C8.48125%2019.9195986%2C5.77375%2019.8168023%2C5.67%20L18.2626201%2C4.11875%20C18.153705%2C4.01125%2015.5030288%2C5.25%2015.5030288%2C5.25%20L14.2804871%2C4.74375%20C14.2804871%2C4.74375%2013.1999021%2C2%2013.0518265%2C2%20L10.8576149%2C2%20C10.7046442%2C2%209.70482776%2C4.75%209.70482776%2C4.75%20L8.48350976%2C5.25625%20C8.48350976%2C5.25625%205.77654041%2C4.08125%205.67252035%2C4.185%20L4.12078566%2C5.7375%20C4.01309429%2C5.84625%205.24909747%2C8.49875%205.24909747%2C8.49875%20L4.74368231%2C9.7225%20C4.74368231%2C9.7225%202%2C10.8%202%2C10.94625%20L2%2C13.14375%20C2%2C13.2975%204.74980114%2C14.2975%204.74980114%2C14.2975%20L5.2552163%2C15.51875%20C5.2552163%2C15.51875%204.0804014%2C18.22375%204.1831977%2C18.3275%20L5.73860368%2C19.8825%20C5.84384752%2C19.9875%208.49697118%2C18.75125%208.49697118%2C18.75125%20L9.72073671%2C19.2575%20C9.72073671%2C19.2575%2010.8013217%2C22%2010.9493973%2C22%20L13.1436089%2C22%20C13.2953558%2C22%2014.296396%2C19.25%2014.296396%2C19.25%20L15.5213853%2C18.74375%20C15.5213853%2C18.74375%2018.2222358%2C19.91875%2018.3274797%2C19.815%20L19.8828856%2C18.26375%20C19.9893532%2C18.155%2018.7533501%2C15.50375%2018.7533501%2C15.50375%20L19.2563177%2C14.28%20C19.2563177%2C14.28%2022%2C13.19875%2022%2C13.05125%20L22%2C10.85625%20C22%2C10.70375%2019.2501989%2C9.70625%2019.2501989%2C9.70625%20Z%20M15.2068776%2C12%20C15.2068776%2C13.7675%2013.7689531%2C15.20375%2012.0006119%2C15.20375%20C10.2347182%2C15.20375%208.7943462%2C13.7675%208.7943462%2C12%20C8.7943462%2C10.2325%2010.2347182%2C8.7975%2012.0006119%2C8.7975%20C13.7689531%2C8.7975%2015.2068776%2C10.2325%2015.2068776%2C12%20Z%22%20id%3D%22Page-1%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E');
	width: 14px;
	height: 14px;
	background-size: 14px;
	background-repeat: no-repeat;
	display: inline-block;
}

div.hopscotch-bubble .hopscotch-bubble-content {
	border-bottom: none;
	padding-bottom: 0;
}

div.hopscotch-bubble .hopscotch-nav-button.next {
	font-size: 11px;
	height: 32px;
	padding: 0 25px;
}

#templ-table-wrapper {
	border: 1px solid #E0E0E0;
	border-top: none;
	border-radius: 0 0 3px 3px;
}

#templ-table-wrapper + div > .btn {
	min-width: 160px;
}

div.hopscotch-bubble .hopscotch-bubble-close {
	background: url('data:image/svg+xml, %0A%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2342b549%3B%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EAsset%2052%3C/title%3E%3Cg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22Layer_7%22%20data-name%3D%22Layer%207%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M5.18%2C11.29a.47.47%2C0%2C0%2C1-.33-.8l5.65-5.65a.47.47%2C0%2C0%2C1%2C.67.67L5.51%2C11.16A.47.47%2C0%2C0%2C1%2C5.18%2C11.29Z%22/%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M10.82%2C11.29a.47.47%2C0%2C0%2C1-.33-.14L4.84%2C5.51a.47.47%2C0%2C0%2C1%2C.67-.67l5.65%2C5.65a.47.47%2C0%2C0%2C1-.33.8Z%22/%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M8%2C16a8%2C8%2C0%2C1%2C1%2C8-8A8%2C8%2C0%2C0%2C1%2C8%2C16ZM8%2C.94A7.06%2C7.06%2C0%2C1%2C0%2C15.06%2C8%2C7.07%2C7.07%2C0%2C0%2C0%2C8%2C.94Z%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
	width: 20px;
	height: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	top: 15px;
	right: 15px;
}

.label.label--auto-reply {
	padding: 2px 12px;
	background-color: #FFF0C2;
	color: #CA8600;
	border-radius: 20px;
	font-size: 11px;
	font-weight: 600;
	vertical-align: text-top;
}

.maincontent-admin .unf-modal__footer .btn {
    padding: 9px 14px;
}


/* defining my own css. sh*t */
h1 {
	font-size: 16px;
    line-height: normal;
    margin: 0;
}

.fs-12 {
    font-size: 12px!important;
}
.mb-0 {
    margin-bottom: 0!important;
}
p {
    margin: 0 0 10px;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.row-fluid {
    width: 100%;
}

.mb-20 {
	margin-bottom: 20px;
}

.mt-20 {
	margin-top: 20px;
}

.well--table-head {
    height: 56px;
    padding: 16px;
    font-size: 14px;
    font-weight: 600;
    background-color: #f8f8f8;
    border-radius: 3px;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mb-0 {
    margin-bottom: 0!important;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 2px;
}

.unf-toggle {
    position: relative;
}

.inline-block {
    display: inline-block;
}

.ml-15 {
    margin-left: 15px!important;
}

.unf-toggle label.toggle-auto-reply {
    display: inline-block;
    position: relative;
    height: 26px;
    width: 50px;
    border-radius: 15px;
    background: #e0e0e0;
    background: -webkit-gradient(linear,left top, right top,from(#F8F8F8),to(#E0E0E0));
    background: linear-gradient(to right,#F8F8F8,#E0E0E0);
    margin-bottom: 0;
    vertical-align: middle;
    cursor: pointer;
}

.unf-toggle label.toggle-auto-reply.checked:before {
    width: 50px;
    background: #42b549;
    background: -webkit-gradient(linear,left top, right top,from(#77DB80),to(#42B549));
    background: linear-gradient(to right,#77DB80,#42B549);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.unf-toggle label.toggle-auto-reply:before {
    content: "";
    position: absolute;
    display: block;
    height: 26px;
    width: 50px;
    top: 0;
    left: 1px;
    border-radius: 15px;
    background: #eee;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.unf-toggle label.toggle-auto-reply.checked:after {
    left: 23px;
    border: 1px solid #42b549;
    background-repeat: no-repeat;
    background-size: 14px 9px;
    background-position: center;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnIHN0YW5kYWxvbmU9J25vJz8+PHN2ZyB3aWR0aD0nMTZweCcgaGVpZ2h0PScxMnB4JyB2aWV3Qm94PScwIDAgMTYgMTInIHZlcnNpb249JzEuMScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayc+PCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0Ny4xICg0NTQyMikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+PHRpdGxlPlN0cm9rZSA0PC90aXRsZT48ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz48ZGVmcz48L2RlZnM+PGcgaWQ9J1BhZ2UtMScgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnIGZpbGwtcnVsZT0nZXZlbm9kZCcgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJz48cG9seWxpbmUgaWQ9J1N0cm9rZS00JyBzdHJva2U9JyM0MkI1NDknIHN0cm9rZS13aWR0aD0nMicgcG9pbnRzPScxNC44ODM2MDk2IDEuMzI3MDY3NjUgNi4wNDUyODcwMSAxMC4xNjUzOTAyIDEuMjQ3MDI4OTQgNS4zNjc5NzA4OCc+PC9wb2x5bGluZT48L2c+PC9zdmc+');
}
.unf-toggle label.toggle-auto-reply:after {
    content: "";
    position: absolute;
    display: block;
    height: 28px;
    width: 28px;
    top: -2px;
    left: -2px;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1);
            box-shadow: 0 2px 3px 0 rgba(0,0,0,.1);
    background: #fff;
    -webkit-transition: left .25s ease-in-out;
    transition: left .25s ease-in-out;
    background-repeat: no-repeat;
    background-size: 14px 9px;
    background-position: center;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnIHN0YW5kYWxvbmU9J25vJz8+PHN2ZyB3aWR0aD0nMTJweCcgaGVpZ2h0PScxMnB4JyB2aWV3Qm94PScwIDAgMTIgMTInIHZlcnNpb249JzEuMScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayc+PCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0Ny4xICg0NTQyMikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+PHRpdGxlPkdyb3VwPC90aXRsZT48ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz48ZGVmcz48L2RlZnM+PGcgaWQ9J1BhZ2UtMScgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnIGZpbGwtcnVsZT0nZXZlbm9kZCcgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJz48ZyBpZD0nR3JvdXAnIHRyYW5zZm9ybT0ndHJhbnNsYXRlKDEuMDAwMDAwLCAxLjAwMDAwMCknIHN0cm9rZT0nI0JEQkRCRCcgc3Ryb2tlLXdpZHRoPScyJz48cGF0aCBkPSdNMCw5LjM5MDEzNjcyIEw5LjM5MDEzNjcyLDAnIGlkPSdMaW5lJz48L3BhdGg+PHBhdGggZD0nTTAsMCBMOS4zOTAxMzY3Miw5LjM5MDEzNjcyJyBpZD0nTGluZSc+PC9wYXRoPjwvZz48L2c+PC9zdmc+');
}

input[type=radio][disabled], input[type=checkbox][disabled], input[type=radio][readonly], input[type=checkbox][readonly] {
    background-color: transparent;
}
.unf-toggle [type=checkbox] {
    opacity: 0;
    right: 0;
    top: 0;
    position: absolute;
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: not-allowed;
    background-color: #eee;
}
input[type=file], input[type=image], input[type=submit], input[type=reset], input[type=button], input[type=radio], input[type=checkbox] {
    width: auto;
}
input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    *margin-top: 0;
    line-height: normal;
}
select, button, input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox] {
    cursor: pointer;
}
input, textarea, .uneditable-input {
    margin-left: 0;
}
input, textarea, .uneditable-input {
    width: 206px;
}
input, button, select, textarea {
    font-family: open sans,tahoma,sans-serif;
}

label {
    display: inline;
    /* margin-bottom: 5px; */
}
label, input, button, select, textarea {
    font-size: 13px;
    /* font-weight: 400; */
    line-height: 20px;
}

a {
    color: #42b549;
    text-decoration: none;
    cursor: pointer;
}

.ml-8 {
    margin-left: 8px;
}

.btn.btn-default-size {
    padding: 9px 14px;
}

.mt-16 {
	margin-top: 16px;
}

#templ-table-wrapper + div > .btn {
    min-width: 160px;
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.maincontent-admin-new__body {
	background: #ffffff;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	overflow: hidden;
}

.p-15 {
	padding: 15px;
}

button.anchor {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline;
    margin: 0;
    padding: 0;
    color: #42B549;
    text-decoration: none;
}

button.anchor-table-head {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline;
    margin: 0;
    padding: 0;
    color: #42B549;
	text-decoration: none;
	font-weight: 600;
	font-size-adjust: 14px;
}
  
button.anchor:hover,
button.anchor:focus {
    text-decoration: none;
    color: #e55b36;
}h1 {
  margin: 0 0 10px;
  font-family: inherit;
  font-weight: 700;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.7);
  text-rendering: optimizelegibility;
}
h2 {
  margin: 0 0 10px;
  font-family: inherit;
  font-weight: 700;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.7);
  text-rendering: optimizelegibility;
}
h3 {
  margin: 0 0 10px;
  font-family: inherit;
  font-weight: 700;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.7);
  text-rendering: optimizelegibility;
}
h4 {
  margin: 0 0 10px;
  font-family: inherit;
  font-weight: 700;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.7);
  text-rendering: optimizelegibility;
}
h5 {
  margin: 0 0 10px;
  font-family: inherit;
  font-weight: 700;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.7);
  text-rendering: optimizelegibility;
}
h6 {
  margin: 0 0 10px;
  font-family: inherit;
  font-weight: 700;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.7);
  text-rendering: optimizelegibility;
}
.css-merchant-3GpmTZTL {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: table;
}
.css-merchant-3GpmTZTL > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.css-merchant-39ly5MDu > .css-merchant-2GaSF6lW {
  padding: 0;
}
.css-merchant-hqtHeQJT.css-merchant-366XXp4W {
  background: transparent;
  border: none;
  padding: 0;
}
.css-merchant-hqtHeQJT.css-merchant-366XXp4W .css-merchant-39ly5MDu h1.css-merchant-1tIt9u87 {
  color: rgba(0, 0, 0, 0.54);
}
.css-merchant-hqtHeQJT {
  width: 765px;
  float: left;
  padding: 10px;
  margin-top: 10px;
  margin-left: 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.css-merchant-hqtHeQJT h1 {
  font-size: 16px;
  line-height: normal;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .css-merchant-1Ah2HgfR,
  .css-merchant-3l0hnl2B .css-merchant-1Ah2HgfR,
  .css-merchant-2reFxDJO .css-merchant-1Ah2HgfR,
  .css-merchant-3qgwJEqR .css-merchant-1Ah2HgfR,
  .css-merchant-2OQprQYj {
    width: 1190px !important;
  }
  .css-merchant--moAovrc {
    width: 198px;
  }
  .css-merchant-3Jan671o {
    width: 198px;
  }
  .css-merchant-hqtHeQJT {
    width: 967px;
  }
  .css-merchant-39KX-u9Q {
    width: 751px;
  }
  .css-merchant-3DCq1m_i {
    width: 190px;
  }
  #css-merchant-1CWyF9SA .css-merchant-ESBQic1w,
  .css-merchant-3DCq1m_i .css-merchant-ESBQic1w {
    width: 173px;
  }
  #css-merchant-1CWyF9SA .css-merchant-ESBQic1w {
    margin: 20px 11px 0 0;
    border-radius: 3px;
  }
  .css-merchant-3DCq1m_i .css-merchant-ESBQic1w {
    margin: 20px 8px 0;
  }
  #css-merchant-1CWyF9SA .css-merchant-ESBQic1w .css-merchant-2Bw8QAL3,
  .css-merchant-3DCq1m_i .css-merchant-ESBQic1w .css-merchant-2Bw8QAL3 {
    width: 173px;
    height: 171px;
  }
  #css-merchant-1CWyF9SA .css-merchant-ESBQic1w .css-merchant-2Bw8QAL3 img,
  .css-merchant-3DCq1m_i .css-merchant-ESBQic1w .css-merchant-2Bw8QAL3 img {
    max-width: 171px;
    max-height: 171px;
  }
  #css-merchant-1CWyF9SA .css-merchant-ESBQic1w .css-merchant-1FlLiKWc .css-merchant-CGYC2Xkk,
  .css-merchant-3DCq1m_i .css-merchant-ESBQic1w .css-merchant-1FlLiKWc .css-merchant-CGYC2Xkk {
    font-size: 12px;
    color: #D14F4F;
  }
  .css-merchant-1T8lj8pk {
    width: 943px !important;
  }
}
.css-merchant-1tIt9u87 {
  line-height: 20px !important;
}
.css-merchant-PMwu-mry {
  margin-right: 10px;
}
.css-merchant-Y3aO19bF {
  font-size: 16px;
}
.css-merchant-4AEKu8Gm {
  font-weight: 600!important;
}
.css-merchant-2uhZaxCs {
  margin-top: 5px!important;
}
.css-merchant-22OLJm7I {
  position: relative;
}
