/*!
 * CREATIVE DESIGN WEB
 * @author  <copyright@publisere.com>
 * @copyright 2021 SA
 * @copyright protected International technology | International Registered Trademark
 * @Property of Publisere
 */
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
}
*, ::after, ::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
}
body {
	font-size: 1rem;
	line-height: 1.5;
	background-color:#f9f9f9; /*#EAF1FB;*/ /*#DEE2E6;*/ /*#f5f7fa;*/ /*#f7f7f7;*/ /* #efefef;*/
	position: relative;
	color: #5A5A5A; /*#888;*/ /*#363535;*/
	font-family: "Work Regular",sans-serif;
	font-weight: normal;
}
.disabled-link {
    cursor: not-allowed;
    pointer-events: none;
    background-color: #aba4a4 !important;
}
img {
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
ul li {
	margin:0;
	padding:0;
	border: none;
	list-style:none;
	list-style-type: none;
	font-weight: 100;
}
ol {
	list-style: none;
}
a {
	color: #377a3d;
	text-decoration: none;
	font-weight: 400;
}
a:hover {
	color: #8BC34A;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
}
iframe {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	min-height: 100%;
}
strong, b {
	font-weight: 600;
}
input, button {
	border: 0 none;
	outline: 0 none;
}
@font-face {
	font-family: 'Averta Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Averta Regular'), url('../fonts/Averta-Regular.otf') format('otf');
}
@font-face {
	font-family: 'Averta Extra Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Averta Extra Bold'), url('../fonts/Averta-ExtraBold.otf') format('otf');
}
@font-face {
	font-family: 'Work Normal';
	font-style: normal;
	font-weight: normal;
	src: local('Work Normal'), url('../fonts/work-sans-v5-latin-300.woff2') format('woff2');
}
@font-face {
	font-family: 'Work Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Work Regular'), url('../fonts/work-sans-v5-latin-regular.woff2') format('woff2');
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 100,
  'GRAD' -25,
  'opsz' 40
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.container:before,
.container:after,
.space-responsive:before,
.space-responsive:after,
.row:before,
.row:after {
	display: table;
	content: " ";
}
.container:after,
.space-responsive:after,
.row:after{
	clear:both
}
.relative {
	position: relative;
}
.flex {
	display: flex;
}
.middle {
	justify-content: center;
	align-items: center;
	justify-items: center;
	vertical-align: middle;
}
.inline-flex {
	display: inline-flex;
	flex-basis: 100%;
	flex: 1 1 100%;
	width: 100%;
	margin: 0 auto;
}
.justify-between {
	justify-content: space-between;
}
.items-center {
	align-items: center;
}
.center-screen {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	max-height: 100%;
	height: 100%;
}
.items-center {
	display: flex;
	flex: 1;
	align-items: center;
	align-content: center;
	justify-content: center;
	vertical-align: middle;
}
.align-center {
	align-items: center;
}
.grid {
	display: grid;
}
.center {
	text-align: center;
	margin: 0 auto;
}
.text-left {
	text-align: left;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.absolute {
	position: absolute;
}
.inline-block {
	display: inline-block;
}
.none {
	display: none;
}
.inone {
	display: none!important;
}
.middle-half {
	width: 50%;
}
.p-1em {
	padding: 1em;
}
.disable {
	opacity: 1;
	background-color: #e9ecef!important;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
.ellipsis {
	color: #525c65;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	font-weight: 600;
}
input, button {
	border: 0 none;
	outline: 0 none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
.input {
	height: 100%;
	left: 0;
	outline: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.field {
	position: relative;
	display: inline-block;
	float: left;
	min-height: 75px;
}
.form-defaul select, .field select,
.field input[type="email"], .field input[type="password"], .field input[type="text"], .form-defaul input[type="email"], .form-defaul input[type="password"], .form-defaul input[type="text"] {
	padding: 35px 10px 10px;
	width: 100%;
	background-color: transparent;
	outline: 0;
	border: 1px solid #ccc;
	color: #5a5555;
	margin-bottom: 10px;
	font-size: 0.9em;
}
.form-defaul select, .field select {
	padding: 30px 8px 14px;
}
.field label, .form-defaul label {
	position: absolute;
	top: 8px;
	left: 10px;
	font-size: 12px;
	color: #555454;
}
.field label.required:after, .form-defaul label.required:after {
	content: "*";
	color: tomato;
	margin-left: 5px;
}
.field label.optional:after, .form-defaul label.optional:after {
	content: "(opcional)";
	color: rgb(61,77,137);
	margin-left: 5px;
}
.field-block  {
	width: 100%;
}
.field-half {
	width: 50%;
}
.help-tip{
	position: absolute;
	bottom: 45px;
	right: 30px;
	text-align: center;
	background-color: rgba(196 196 196 / 87%);
	/*border: 1px solid rgba(196, 196, 196, 0.76);*/
	border-radius: 50%;
	width: 20px;
	height: 20px;
	/*font-size: 14px;*/
	line-height: 20px;
	cursor: default;
}
.help-tip-x1 {
	position: absolute;
	/* bottom: 215px; */
	/*top: 0.8em;
	right: 30px;*/
	text-align: center;
	background-color: rgba(196 196 196 / 87%);
	/* border: 1px solid rgba(196, 196, 196, 0.76); */
	border-radius: 50%;
	width: 20px;
	height: 20px;
	/* font-size: 14px; */
	line-height: 20px;
	cursor: default;
/*	bottom: 20px !important;
	right: 15px !important;
	background-color: #2196F3 !important;
	border: 1px solid #2196F3 !important;*/
}
.help-tip:hover, .help-tip-x1:hover {
	background-color: #637ee0;/* #8563CF;*/
}
.help-tip:before, .help-tip-x1:before{
	content:'?';
	color: #fff;
	font-weight: 900;
}
.help-tip:hover p, .help-tip-x1:hover p {
	display:block;
	transform-origin: 100% 0%;
	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;
}
.help-tip p, .help-tip-x1 p {
	display: none;
	text-align: left;
	background-color: #1E2021;
	padding: 20px;
	width: 300px;
	position: absolute;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	right: -4px;
	color: #FFF;
	font-size: 13px;
	line-height: 1.4;
	z-index:9999;
}
.help-tip p:before, .help-tip-x1 p:before {
	position: absolute;
	content: '';
	width:0;
	height: 0;
	border:6px solid transparent;
	border-bottom-color:#1E2021;
	right:10px;
	top:-12px;
}
.help-tip p:after, .help-tip-x1 p:after{
	width:100%;
	height:40px;
	content:'';
	position: absolute;
	top:-40px;
	left:0;
}
.form-group .field-half:nth-of-type(1) {
	padding-right: 5px;
}
.abessing {
	position: absolute;
	top: 5em;
}
.reminder {
	top: 50%;
	bottom: 80%;
	width: 100%;
	height: auto;
	z-index: 120;
	right: 1.5rem;
	position: fixed;
	max-width: fit-content;
}
.success {
	width: 100%;
	height: auto;
	padding: 1em;
	display: none;
	color: #3c763d;
	min-width: 420px;
	font-size: 0.8em;
	min-height: 50px;
	margin-bottom: 1em;
	word-break: break-all;
	border-color: #d6e9c6;
	background-color: #dff0d8;
	border: 1px solid #3c763d78;
	box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
}
/*.success {
	height: auto;
	display: none;
	padding: 0.5em;
	color: #3c763d;
	min-height: 50px;
	margin-bottom: 1em;
	word-break: break-all;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
	border-left: 3px solid #127e1673;
	box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
}*/
/*
.warning {
	height: auto;
	display: none;
	padding: 0.5em;
	color: #8a6d3b;
	min-height: 50px;
	margin-bottom: 1em;
	word-break: break-all;
	background-color: #fcf8e3;
	border: 1px solid #faebcc;
	border-left: 3px solid #e4aa337d;
	box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
}*/
.warning {
	width: 100%;
	height: auto;
	padding: 1em;
	display: none;
	color: #a94442;
	min-width: 420px;
	font-size: 0.8em;
	min-height: 50px;
	margin-bottom: 1em;
	word-break: break-all;
	border-color: #ebccd1;
	background-color: #f2dede;
	border: 1px solid #a944425c;
	box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
}
span.error {
	z-index: 1;
	color: red;
	right: 115px;
	min-width: 48px;
	padding: 10px 0;
	min-height: 48px;
	font-weight: 700;
	font-size: 0.8em;
	position: absolute;
	text-align: center;
}
.alert-success, .alert-danger {
	width: 100%;
	padding: 15px;
	min-width: 420px;
	font-size: 0.8em;
	border-radius: 4px;
	text-align: center;
	word-break: break-all;
	box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
}
.alert-success {
	display: none;
	color: #3c763d;
	border-color: #d6e9c6;
	background-color: #dff0d8;
	border: 1px solid #3c763d78;
}
.alert-danger {
	display: none;
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	border: 1px solid #a944425c;
}
.advice {
	height: auto;
	padding: 0.5em;
	color: #8a6d3b;
	font-weight: 100;
	font-size: 0.87em;
	line-height: 30px;
	border: 1px dotted;
	margin-bottom: 1em;
	word-break: break-all;
	background-color: #fcf8e3;
}
.advice p {
	    margin-bottom: 0;
}
button.btn-close {
	position: absolute;
	color: #464646;
	top: 5px;
	right: 6px;
	opacity: 1;
	-webkit-appearance: button;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	font-family: "Work Regular",sans-serif;
	font-weight: normal;
}
.btn-close {
	font-size: 1.2rem;
	line-height: 1;
	text-shadow: 0 1px 0 #fff;
}
.dropzone {
	background-size: 100px;
	background-position: 50% 35%;
	background-repeat: no-repeat;
	background-image: url(https://i.imgur.com/tkghSG3.png);
}
.verification {
	padding: 1em;
	background-color: #fce8e6b8;
}
.dropzone {
	height: 180px;
	margin-left: auto;
	position: relative;
	margin-right: auto;
	border: 1px dashed #ccc;
}
.dropzone p {
	margin: 0%;
	width: 100%;
	color: #5a5555;
	font-size: .8em;
	margin-top: 10em;
	line-height: 14px;
	text-align: center;
}
.info {
	margin-top: 2em;
}

.btn-a {
	color: #fff;
	width: auto;
	min-width: 120px;
	margin: 0.2em;
	padding: 0.7em;
	font-size: 0.8em;
	text-align: center;
	border-radius: 0.3em;
	background-color: #637ee0;
}
.btn-a:hover {
	color: #fff;
	background-color: #5458d6;
}
.btn {
	width: 20em;
	color: #fff;
	float: right;
	padding: 1.2em;
	margin: 0 auto;
	max-width: 100%;
	text-align: center;
	position: relative;
	border-radius: 0.2em;
	background-color: #637ee0;
}
.btn:hover {
	color: #fff;
	background-color: #5458d6;
}

.btn-alert {
	width: 10em;
	color: #fff;
	padding: 1em;
	height: 3em;
	font-weight: 600;
	border-radius: 0.2em;
}
.btn-error {
	background-color: #ff00009c;
}
.btn-error:hover {
	background-color: #ff0000c2;
}
.btn-success:hover {
	border-color: #4cae4c;
	background-color: #5cb85c;
}
.btn-caution {
	background-color: #e8b73bc7;
}
.btn-caution:hover {
	background-color: #e8b73b;
}
.box-alert-danger {
	display: none;
}
.box-alert-success {
	display: none;
}
.box-alert-success,
.box-alert-danger {
	top: 50%;
	left: 50%;
	width: 400px;
	height: 350px;
	padding: 1em;
	z-index: 99999;
	position: fixed;
	overflow: hidden;
	border-radius: 5px;
	text-align: center;
	background-color: white;
	transform: translate(-50%,-50%);
	box-shadow: 1px 1px 20px 1px rgb(93 100 100 / 30%);
	-moz-box-shadow: 1px 1px 20px 1px rgba(93 100 100 / 30%);
	-webkit-box-shadow: 1px 1px 20px 1px rgb(93 100 100 / 30%);
	/*font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
}
.box-alert-success h2,
.box-alert-danger h2 {
	color: #575757;
	font-size: 0.9em;
	text-align: center;
	font-weight: 100;
	margin: 10px 0;
}
.box-alert-success .group-button,
.box-alert-danger .group-button {
	margin: 0 auto;
	text-align: center;
}


/*!
 * DESIGN SVG ANIMATION
*/
.alrb-icon {
	text-align: center;
	margin: 0 auto;
}
.alrb-icon svg,
.option-icon svg {
	width: 80px;
	height: 80px;
	position: relative;
	display: inline-block;
	background-size: cover;
}
.checkmark__circle {
	stroke-dasharray: 216; /* ORIGINALLY 166px */
	stroke-dashoffset: 216; /* ORIGINALLY 166px */
	stroke-width: 2;
	stroke-miterlimit: 10;
	stroke: #a5dc86;
	fill: #a5dc86;
	animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.svg-circle {
	stroke-dasharray: 216; /* ORIGINALLY 166px */
	stroke-dashoffset: 216; /* ORIGINALLY 166px */
	stroke-width: 1;
	stroke-miterlimit: 10;
	stroke: #fff;
	fill: #fff;
	animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark {
	border-radius: 50%;
	display: block;
	stroke-width: 2;
	stroke: #fff;
	stroke-miterlimit: 10;
	box-shadow: inset 0px 0px 0px #a5dc86;
	animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}
.checkmark2 {
	border-radius: 50%;
	display: block;
	stroke-width: 2;
	stroke: #fff;
	stroke-miterlimit: 10;
	box-shadow: inset 0px 0px 0px #ff0000ad;
	animation: fill2 .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}
.checkmark__check {
	transform-origin: 50% 50%;
	stroke-dasharray: 98; /* ORIGINALLY 48px */
	stroke-dashoffset: 98; /* ORIGINALLY 48px*/
	animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
.checkmark3 {
	border-radius: 50%;
	display: block;
	stroke-width: 2;
	stroke: #fff;
	stroke-miterlimit: 10;
	box-shadow: inset 0px 0px 0px #f8bb86;
	animation: fill3 .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}
.checkmark3 path {
	fill: #fff;
	stroke-width: 1;
}
@keyframes fill3 {
	100% {
		box-shadow: inset 0px 0px 0px 80px #e8b73b;
	}
}
.path {
	stroke-dasharray: 1000;
	stroke-dashoffset: 0;
}
.path.circle {
	-webkit-animation: dash 0.9s ease-in-out;
	animation: dash 0.9s ease-in-out;
}
.path.line {
	stroke-dashoffset: 1000;
	-webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
	animation: dash 0.9s 0.35s ease-in-out forwards;
}
.path.check {
	stroke-dashoffset: -100;
	-webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
	animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
/*!
 * DESIGN ANIMATION
*/
@keyframes stroke {
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes scale {
	0%, 100% {
		transform: none;
	}
	50% {
		transform: scale3d(1.1, 1.1, 1);
	}
}
@keyframes fill {
	100% {
		box-shadow: inset 0px 0px 0px 80px #a5dc86;
	}
}
@keyframes fill2 {
	100% {
		box-shadow: inset 0px 0px 0px 0px #ff0000ad;
	}
}
@-webkit-keyframes dash {
	0% {
		stroke-dashoffset: 1000;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes dash {
	0% {
		stroke-dashoffset: 1000;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
@-webkit-keyframes dash-check {
	0% {
		stroke-dashoffset: -100;
	}
	100% {
		stroke-dashoffset: 900;
	}
}
@keyframes dash-check {
	0% {
		stroke-dashoffset: -100;
	}
	100% {
		stroke-dashoffset: 900;
	}
}
.fadeInDown {
	-webkit-animation-name:fadeInDown;animation-name:fadeInDown
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@keyframes fadeInDown{
	0% {
		opacity:0;
		-webkit-transform:translate3d(0,-100%,0);
		transform:translate3d(0,-100%,0);
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		transform:none;
	}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		transform: translateY(30px);
	}
	80% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@keyframes fadeIn {
	0% {
		opacity:0;
	}
	100%{
		opacity:1;
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		visibility: visible;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}


/*
.icon-edit,
.icon-delete,
.icon-secure,
.icon-pay-paypal,
.icon-pay-creditcard,
.icon-pay-wiretransfer,
.icon-women,
.icon-beauty,
.icon-home,
.icon-man,
.icon-jewerly,
.icon-shoes,
.icon-kid,
.icon-arrow-left,
.caret,
.icon-arrow-right,
.icon-menu {
	content: "";
	display: inline-block;
	background-size: cover;
	position: relative;
}
.icon-menu {
	width: 60px;
	height: 50px;
	background-image: url(../img/svg/menu.svg);
}
.caret {
	width: 1em;
	height: 1em;
	top: 0.3em;
	left: 0.2em;
	background-image: url(../img/svg/down-arrow.svg);
}
.icon-arrow-left {
	width: 30px;
	height: 40px;
	left: -0.5em;
	top: 0.1em;
	background-image: url(../img/svg/arrow-left.svg);
}
.icon-arrow-right {
	width: 30px;
	height: 40px;
	left: -0.5em;
	top: 0.1em;
	background-image: url(../img/svg/arrow-right.svg);
}
.icon-women {
	width: 45px;
	height: 45px;
	background-image: url(../img/svg/women.svg);
}
.icon-beauty {
	width: 45px;
	height: 45px;
	background-image: url(../img/svg/beauty.svg);
}
.icon-home {
	width: 45px;
	height: 45px;
	background-image: url(../img/svg/home.svg);
}
.icon-man {
	width: 45px;
	height: 45px;
	background-image: url(../img/svg/man.svg);
}
.icon-jewerly {
	width: 45px;
	height: 45px;
	background-image: url(../img/svg/jewerly.svg);
}
.icon-shoes {
	width: 45px;
	height: 45px;
	background-image: url(../img/svg/shoes.svg);
}
.icon-kid {
	width: 45px;
	height: 45px;
	background-image: url(../img/svg/kid.svg);
}
.icon-secure {
	width: 96px;
	height: 34px;
	top: 1px;
	background-image: url(../img/svg/secure.svg);
}
.icon-pay-paypal {
	width: 20px;
	height: 20px;
	top: 3px;
	margin-right: 0.2em;
	background-image: url(../img/svg/paypal.svg);
}
.icon-pay-creditcard {
	width: 30px;
	height: 30px;
	top: 8px;
	background-image: url(../img/svg/card.svg);
}
.icon-pay-wiretransfer {
	width: 30px;
	height: 30px;
	top: 8px;
	background-image: url(../img/svg/bank.svg);
}
.icon-delete {
	width: 25px;
	height: 25px;
	top: 0px;
	background-image: url(../img/svg/delete.svg);
}
.icon-happy::before {
	content: "";
	background-size: 100%;
	background: url(../img/svg/happy-face.svg) 50% no-repeat;
}
.icon-sadface::before {
	content: "";
	background-size: 100%;
	background: url(../img/svg/sadface.svg) 50% no-repeat;
}
.icon-edit {
	width: 28px;
	height: 25px;
	top: 5px;
	background-image: url(../img/svg/edit.svg);
}
*/

/*!
 * DESIGN START RATING REVIEW
 */
 span.store-valuations {
	margin-left: 0.2em;
}
.review .valuations {
	margin-left: 6em;
}
.rating {
	display: flex;
}
.c-rating {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	transform: scale(0.76);
}
.c-rating__item_print {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 12px;
	-ms-flex: 0 0 12px;
	flex: 0 0 12px;
	height: 24px;
	background-position: -12px 0px;
	background-image: url(../img/svg/rating.svg);
	cursor: pointer;
}
.c-rating__item_print.left {
	background-position: 0px 0px;
}
.c-rating__item.is-active,
.c-rating__item:hover {
	background-position: -36px 0;
}
.c-rating__item.left.is-active,
.c-rating__item.left:hover {
	background-position: -24px 0;
}
.c-rating__item_print.is-active,
.c-rating__item:before {
	background-position: -36px 0;
}
.c-rating__item_print.left.is-active,
.c-rating__item_print.left:before {
	background-position: -24px 0;
}
.star-rating-review {
	transform: scale(1.2);
}
.review-total {
	font-weight: 600;
	color: #505763;
}



.icon-angle-left,
.icon-angle-right,
.icon-angle-double-arrow,
.icon-angle-double-right,
.icon-angle-double-arrow,
.icon-view,
.icon-edit,
.icon-add-image,
.icon-add-option,
.icon-delete
{
	content: "";
	display: inline-block;
	background-size: cover;
	position: relative;
}

.icon-view {
	top: 0.2em;
	width: 30px;
	height: 30px;
	background-image: url(../img/svg/icon-view.svg);
}
.icon-edit {
	left: 0.2em;
	width: 24px;
	height: 24px;
	bottom: 0.07em;
	background-image: url(../img/svg/icon-edit.svg);
}
.icon-add-image {
	left: -0.5em;
	width: 40px;
	height: 32px;
	background-image: url(../img/svg/icon-add-image.svg);
}
.icon-add-option {
	right: 1em;
	top: 0.1em;
	width: 28px;
	height: 28px;
	background-image: url(../img/svg/icon-option.svg);
}
.icon-delete {
	width: 25px;
	height: 25px;
	cursor: pointer;
	background-image: url(../img/svg/icon-delete.svg);
}
.icon-angle-left {
	width: 10px;
	height: 10px;
	background-image: url(../img/svg/angle-left.svg);
}
.icon-angle-right {
	width: 10px;
	height: 10px;
	background-image: url(../img/svg/angle-right.svg);
}
.icon-angle-double-arrow {
	width: 10px;
	height: 10px;
	background-image: url(../img/svg/angle-double-arrow.svg);
}
.icon-angle-double-right {
	width: 10px;
	height: 10px;
	background-image: url(../img/svg/angle-double-right.svg);
}
/*.icon-angle-double-arrow, .icon-angle-double-right, .icon-angle-left, .icon-angle-right {
	content: "";
	display: inline-block;
	background-size: cover;
	position: relative;
	top: 2px;
}*/

.sidebar-dropdown .icon.svg svg {
	fill: #d1d1d1;
}
/*i.icon.svg.business-center {
	top: 0.3em;
	background-size: cover;
	position: relative;
}*/


.icon-list-receipt,
.icon-sell,
.icon-cashier,
.icon-customer,
.icon-product,
.icon-stock,
.icon-income,
.icon-office,
.icon-rol {
	top: 0.5em;
}


.icon-receipt,
.icon-point-sales,
.icon-inventory {
	top: 0.4em;
}


.icon-business-center{
	top: 0.3em;
}


.icon-list-receipt,
.icon-sell,
.icon-cashier,
.icon-customer,
.icon-product,
.icon-stock,
.icon-income,
.icon-office,
.icon-rol,
.icon-receipt,
.icon-point-sales,
.icon-business-center,
.icon-inventory {
	background-size: cover;
	position: relative;
}