.red-highlight {
	color: #f01e1e !important;
	font-weight: 600;
}
.sidebar-account-left {
	width: 25%;
}
.sidebar-account-left > ul {
	padding-left: 20px;
	list-style: none;
}
.sidebar-account-left > ul > li {
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
	cursor: pointer;
}
.sidebar-account-left > ul > li > svg {
	float: left;
	display: block;
	fill: #555;
}
.sidebar-account-left > ul > li > span, 
.sidebar-account-left > ul > li > a {
	display: block;
	font-size: 20px;
	float: left;
	margin-top: -3px;
	margin-left: 10px;
}
.sidebar-account-left > ul > li:hover {
	font-weight: 800;
}
.sidebar-account-left > ul > li:hover > svg {
	fill: #009A7E;
	color: #009A7E;
}
.sidebar-account-left > ul > li:hover > svg > path {
	fill: #009A7E;
	color: #009A7E;
}
.sidebar-account-left > ul > li > a {
	text-decoration: none;
}
.content-account-center {
	width: 65%;
	margin-left: 10%;
	padding-bottom: 100px;
}
.content-account-center > div > p {
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 30px;
}
.content-account-center > div > ul {
	list-style: none;
	padding-left: 0px;
}
.content-account-center > div > ul > li {
	width: 100%;
	padding: 16px 0px;
	border-bottom: 2px solid #ddd;
	display: inline-block;
	cursor: pointer;
}
span.order-number-title {
	width: 50%;
	float: left;
	text-align: left;
	font-size: 20px;
}
span.order-number-products {
	width: 50%;
	float: left;
	text-align: right;
	font-size: 20px;
	padding-right: 20px;
	padding-top: 10px;
}
span.order-number-products  > svg {
	width: 20px;
	height: 20px;
	margin-right: -10px;
	margin-left: 20px;
}
span.order-number-date-added {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #009A7E;
}
.content-account-center > div > ul > li  > ul {
	list-style: none;
	padding-left: 0px;
}
.content-account-center > div > ul > li  > ul > li {
	width: 100%;
	padding: 16px 0px;
	border-bottom: 2px solid #eee;
	display: inline-block;
	cursor: pointer;
}
.content-account-center > div > ul > li  > ul > li:last-child {
	border-bottom: none;
}
span.on-pd-name {
	width: 50%;
	float: left;
	font-size: 16px;
}
span.on-pd-total {
	width: 50%;
	float: left;
	padding-right: 20px;
	font-size: 16px;
	text-align: right;
}
span.on-pd-quantity {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #999;
}
.on-pd-details > span {
	width: 50%;
	float: left;
	font-size: 14px;
	color: #999;
	margin-bottom: 4px;
}
.on-pd-details > span:first-child {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #222;
	margin-bottom: 15px;
}
.on-pd-details > span:last-child {
	color: #222;
}
.on-pd-details > span.rgsd {
	text-align: right;
}
li.on-pd-products, li.on-pd-details {
	display: none !important;
}
li.show-odr-line {
	display: inline-block !important;
}
.sidebar-account-left > ul > li.lt-active > span {
	font-weight: 800 !important;
}
.sidebar-account-left > ul > li.lt-active > svg {
	fill: #009A7E !important;
	color: #009A7E !important;
}
.orders-data-block {
	width: 100%;
	display: inline-block;
}
.personal-data-block {
	width: 100%;
	display: none;
}
div.account-fields-block {
	width: 100%;
	display: inline-block;
	padding-bottom: 20px;
}
div.account-fields-block > div {
	width: 49%;
	float: left;
	margin-right: 1%;
}
div.account-fields-block > div > label {
	width: 70%;
	font-weight: 600;
	margin-bottom: 10px;
}
div.account-fields-block > div > input {
	width: 70%;
	float: left;
	padding: 10px 10px;
	border: none;
	background: #f8f8f8;
	margin-bottom: 16px;
	border-radius: 5px;
}
div.account-fields-block > input {
	width: 70%;
	float: left;
	padding: 10px 10px;
	border: none;
	background: #f8f8f8;
	margin-bottom: 16px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 600;
}
button.add-new-organisation-address {
	border: 1px solid #ccc;
	padding: 10px 20px;
	border-radius: 20px;
	background: none;
	margin-bottom: 20px;
}
button.add-new-organisation-address > span:first-child {
	float: left;
	font-size: 22px;
}
button.add-new-organisation-address > span:last-child {
	float: left;
	font-size: 14px;
	margin-top: 5px;
	margin-left: 10px;
}
button.add-new-organisation-address:hover > span {
	color: #009A7E;
}
button.add-new-organisation-address:active {
	background: #009A7E;
	border: 1px solid #009A7E;
}
button.add-new-organisation-address:active > span {
	color: #fff;
}
div.account-fields-block > div.add-dr {
	width: 100%;
	display: block;
	padding: 10px 0px;
}
div.account-fields-block > div.add-dr > span.remove-field-block {
	float: left;
	margin-left: 10px;
	font-size: 24px;
	color: #ff5b5b;
	cursor: pointer;
}
div.account-fields-block > div.add-dr > input {
	margin-bottom: 10px;
}
button.save-first-block, 
button.save-second-block {
	padding: 10px 20px;
	background: #009A7E;
	border: 1px solid #009A7E;
	color: #fff;
	border-radius: 15px;
	margin-top: 20px;
	margin-bottom: 40px;
}
button.save-first-block:hover, 
button.save-second-block:hover {
	background: #fff;
	color: #009A7E;
}
button.save-first-block:active, 
button.save-second-block:active {
	background: #009A7E;
	color: #fff;
}
div.account-fields-block > div.change-passwd-block {
	width: 100%;
	display: block;
	padding: 10px 0px;
}
div.change-passwd-block {
	position: relative;
	width: 70%;
	margin-right: 30%;
	display: inline-block;
	padding: 10px 0px;
}
div.change-passwd-block > label {
	width: 100%;
	font-weight: 600;
	margin-bottom: 10px;
}
div.change-passwd-block > input {
	width: 100%;
	float: left;
	padding: 10px 10px;
	border: none;
	background: #f8f8f8;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}
div.change-passwd-block > svg {
	position: absolute;
	bottom: 24px;
	right: 10px;
	width: 22px;
	height: 22px;
	cursor: pointer;
}
div.change-passwd-block > svg.eye-on {
	display: none;
}
div.settings-switcher {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}
div.settings-switcher > span {
	display: block;
	float: left;
	font-size: 18px;
	font-weight: 600;
}
div.settings-switcher > span.switcher-span {
	width: 50px;
	height: 27px;
	background: #eee;
	border-radius: 15px;
	margin-right: 20px;
	padding: 3px 3px;
	cursor: pointer;
}
div.settings-switcher > span.switcher-span > span {
	width: 21px;
	height: 21px;
	border-radius: 20px;
	display: block;
	background: #fff;
}
div.settings-switcher > span.switcher-span-active {
	background: #5AC4B0;
}
div.settings-switcher > span.switcher-span-active > span {
	float: right;
}
button.save-first-block > img, button.save-second-block > img {
	margin-right: 5px;
	opacity: 0.5;
}
button.save-first-block > span, button.save-second-block > span {
	margin-top: 1px;
	display: inline-block;
}

div#customer-fields-block div.settings-switcher {
	margin-top: 20px;
}
div#customer-fields-block div.settings-switcher > span.switcher-span {
	width: 45px;
	height: 27px;
	padding: 4px 5px;
	margin-right: 8px;
	margin-top: -2px;
}
div#customer-fields-block div.settings-switcher > span.switcher-span > span {
	width: 18px;
	height: 18px;
}
div#customer-fields-block div.settings-switcher > span.switcher-span-active {
	background: #74B5A9;
}
div#customer-fields-block div.settings-switcher > span  {
	font-size: 14px;
	font-weight: 400;
	color: #000;
}
div.yff-switcher > div.row > div.settings-switcher {
	padding-left: 0px;
}
div.yff-switcher > div.row {
	margin-left: 5px;
}
div.yff-switcher label {
	padding-left: 0px;
	font-size: .875rem;
	color: #000;
}
div.yff-switcher input[name="name_company"] {
	margin-bottom: 20px;
}
button.get-wholesale-price {
	padding: 15px 20px;
	border-radius: 16px;
	background-color: #009A7E;
	border: 1px solid #009A7E;
	display: inline-block;
	margin-bottom: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
button.get-wholesale-price:hover {
	background-color: #0DB193;
	border: 1px solid #0DB193;
}
button.get-wholesale-price:active {
	background-color: #009A7E;
	border: 1px solid #009A7E;
}
.modal-header {
	padding: 1.25rem 1.25rem !important;
}
div#modal-whosale-know .modal-dialog {
	max-width: 480px;
}
div#modal-whosale-know .modal-header {
	padding: 15px 0px !important;
}
div#modal-whosale-know .modal-header > h4 {
	width: 100%;
	padding-left: 20px;
}
div#modal-whosale-know .modal-header > button.btn-close {
	margin-right: 5px;
}
form#whosale-know-form p {
	margin: 20px 0px;
	padding: 0px 10px;
}
form#whosale-know-form .form-group input, 
form#whosale-know-form .form-group textarea {
	width: 90%;
	margin-left: 5%;
	margin-bottom: 10px;
	font-size: 16px;
}
form#whosale-know-form .form-group textarea {
	line-height: 1.4 !important;
	font-size: 16px;
}
form#whosale-know-form button {
	width: 90%;
	margin-left: 5%;
	padding: 10px 20px;
	border-radius: 10px;
	background-color: #009A7E;
	border: 1px solid #009A7E;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: 500; 
}
form#whosale-know-form button:hover {
	background-color: #0DB193;
	border: 1px solid #0DB193;
}
form#whosale-know-form button:active {
	background-color: #009A7E;
	border: 1px solid #009A7E;
}
div#modal-whosale-know .modal-body > .marketing_block {
	padding: 6px 20px;
}
form#whosale-know-form button > img {
	width: 20px;
	height: 20px;
	margin-top: -4px;
}
.btn-send-whosale-active {
	pointer-events: none;
	opacity: 0.5;
}
span.message-alreay-send {
	width: 100%;
	margin: 10px 0px;
	display: inline-block;
	color: #009A7E;
	font-weight: 800;
	text-align: center;
}
div.variation-group > div.variation-values > a.btn-primary {
	background: none;
	border: 2px solid #333;
	color: #333;
}
div.variation-group > div.variation-values > a.btn-secondary {
	background: none;
	border: 2px solid #ccc;
	color: #333;
}
.sc-product-content-right .sc-module-price {
	font-size: 28px !important;
}
div.buy-product-chiper {
	margin: 5px 0px !important;
}
.sc-product-content-right .stock-status-sticker.in_stock {
	margin-left: 10px !important;
}
div.product-card > div.sc-module-img > a {
	height: 280px;
	width: auto;
	display: flex;
	align-items: center;
}
div.product-card > div.sc-module-img > a > img.img-fluid {
	width: auto;
	max-height: 100%;
}
.sc-module-col2 {
	width: 23%;
}
#content2 {
	width: 100%;
}
.fancybox-container {
	z-index: 99999;
}
a.geo-link {
	color: #009A7E;
}
a.geo-link:hover {
	color: #27CEB0;
}
div#common-home > div {
	opacity: 0;
	visibility: hidden;
}
.fw-600 {
  font-weight: 100 !important;
}
span.geo-span {
	text-decoration: underline;
}
a.geo-link {
	font-weight: 800;
}
@media screen and (max-width: 1280px) {
	.sc-module-col2 {
		width: 31%;
	}
}
@media screen and (max-width: 826px) {
	.sidebar-account-left {
		width: 100%;
	}
	.sidebar-account-left > ul {
		margin-bottom: 20px;
		border-bottom: 1px solid #eee;
	}
	.sidebar-account-left > ul > li {
		width: 32%;
		margin-bottom: 0px;
	}
	.sc-account-row {
		padding-top: 0px;
	}
	.content-account-center {
		width: 99%;
		margin-left: 1%;
		padding-bottom: 100px;
		margin-top: 50px;
	}
	div#modal-whosale-know .modal-dialog {
		width: 100% !important;
	}
	.sc-module-col2 {
		width: 47%;
	}
}
@media screen and (max-width: 485px) {
	.sidebar-account-left > ul {
		border-bottom: none;
	}
	.sidebar-account-left > ul > li {
		text-align: center;
	}
	.sidebar-account-left > ul > li > span {
		display: none;
	}
	.sidebar-account-left > ul > li > a {
		display: none;
	}
	.content-account-center {
		margin-top: 10px;
	}
	.sidebar-account-left > ul > li > svg {
		width: 40px;
		height: 40px;
		float: unset;
		display: inherit;
	}
	div.account-fields-block > div {
		width: 100%;
		margin-right: 0%;
	}
	div.account-fields-block > div > label {
		width: 100%;
	}
	div.account-fields-block > div > input {
		width: 100%;
	}
	.sidebar-account-left > ul > li:last-child > svg {
		width: 30px;
		height: 30px;
	}
	div.account-fields-block > div.add-dr > input {
		width: 90%;
	}
	div.account-fields-block > div.add-dr > span.remove-field-block {
		margin-top: 2px;
	}
	div.change-passwd-block  {
		width: 100%;
		margin-right: 0%;
	}
	div.settings-switcher > span {
		width: calc(100% - 70px);
	}
	div.settings-switcher > span {
		font-size: 16px;
	}
	div#modal-whosale-know .modal-dialog {
		width: 90% !important;
	}
	.sc-module-col2 {
		width: 97% !important;
		margin-left: 3%;
	}
}
@media screen and (max-width: 385px) {
	div#modal-whosale-know .modal-dialog {
		width: 96% !important;
	}
}