
label {
	font-size: 14px;
}
#content {
    min-height: 100px;
}
.ac-hdr {
	/*! margin: -15px 0px 20px 0px; */
}
.btn {
}
.btn-primary {
	color: #fff;
	background: #deb54f;
	text-align: center;
}
.btn-default {
	color: #141b20;
    background: #e6e6e6;
    text-align: center;
}
.btn-primary:hover {
	background: var(--hover-link-color);
}
.btn-default:hover {
	color: #141b20;
	background: #cccccc;
} 
.btn-primary:focus {
	background-color: #ff7e00;
	margin: 2px 0 -2px 0;
}
.btn-default:focus {
	margin: 2px 0 -2px 0;
	background-color: #cccccc;
}
.icon-clipboard-check-solid {
    margin: 0 0px 0 2px;
    padding: 0 1.5px 0 0;
}
.scrl::-webkit-scrollbar-track {
	background: none;
}
.scrl::-webkit-scrollbar {
	width: 6px;
	background-color: none;
}
.scrl::-webkit-scrollbar-thumb {
	background-color: #999;
	border-radius: 3px;
}.slct {
	margin-bottom: 14px;
	border: 1px solid #999;
	text-align: left;
	height: 34px;
	font-size: 12px;
}
.element-back-radius-20-grey .inner {
	padding: 20px;
	background-color: rgb(255, 255, 255);
	vertical-align: top;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
	height: fit-content;
}
#sidenav {
	height: 100%
}
.sidenav-uppath {
	color: #333;
	margin-bottom: 35px;
}
.sidenav-uppath p {}
.sidenav-prifile-header {
}
.sidenav-prifile-header img {
	height: 90px;
	min-width: 36px;
	margin-right: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; }
.sidenav-stng {
	position: absolute;
	top: 33px;
	right: 27px;
	font-size: 20px;
}
.sidenav-stng a {
	color: #ccc;
}
.sidenav-stng:hover {
	animation-name: spin-s;
    animation-duration: 2s;
    animation-timing-function: ease;
}
@keyframes spin-s {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.sidenav-status {
	font-weight: 400;
	color: #6c6c6c;
}
.sidenav-inf {
	grid-gap: 5px;
	grid-template-columns: max-content 1fr;
}
.sidenav-inf-vrbl {
	font-weight: 500;
}
.sidenav-inf-num {
	font-weight: 500;
	text-align: left;
	margin-left: 0;
}
.sidenav-menu a {padding: 15px 10px 15px 20px;}
.sidenav-menu li {
	margin-left: -20px;
}
.sidenav-menu a:hover, .sidenav-menu a.active {
	color: #fefefe;
	background: var(--link-color);}
.sidenav-menu a:hover {
	background: #E8C160;
}

.sidenav-menu ul {
	margin-right: -20px;
}
.sidenav-menu span {
	margin-right: 10px;
	font-size: 20px;
}
.ac-main {
	margin-top: -20px;
}
.ac-appeal p {
	padding: 15px 30px;
}
.ac-download {
	padding: 0px;
    margin: 0;
}
.ac-download p {
	padding: 0px;
}
.ac-tabl {
	width: 109.1%;
    margin: 0 0 0 -35px;
}
.table-bordered thead td {
	min-width: 50px;
}

		


.orders-filter {
	display:flex;
	justify-content: space-between;
	border-radius: 0;
	border-color: transparent;
	background: transparent;
	padding: 20px 0;
	grid-gap: 25px;
}

.orders-filter__group {
	flex-grow: 1;
}

.orders-filter__submit {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.progress-bar-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 5px;
	border-radius: 50px;
}

.progress-bar {
    justify-content: center;
    display: flex;
    width: 112px;
    border-radius: 50px;
    background: #e8e8e8;
    padding: 4px;
    box-shadow: none;
}

.progress-bar-item-enabled {
	background: #57bb4b;
}

.progress-bar-item-disabled {
	background: #fff;
}

.progress-bar-item-first {
	height: 10px;
    width: 20px;    
    border-radius: 50px;
}

.progress-bar-item {
	margin-left: 3px;
	height: 10px;
	width: 20px;
	border-radius: 50px;
}

.progress-bar-item-last {
	margin-left: 3px;
	height: 10px;
    width: 20px;    
    border-radius: 50px;
}

.status-title {
    display: block;
    white-space: nowrap;
    font-size: 12px;
}

.orders-history {
	margin-bottom: 40px;
	width: 100%;
}

.orders-history td a {text-decoration: underline;padding: 0;font-size: 12px;}

.orders-history td {
	padding: 10px 5px;
	font-weight: 100;
}

.orders-history>thead>tr>td {
}



.orders-history>tbody>tr:nth-child(odd) {
}

.orders-history>thead>tr {
	border-bottom: 1px solid #ccc;
}

.orders-disclaimer {
    color: #888;
	font-size: 12px;
	display: block;
	margin-top: 40px;
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.loading {
	animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;	
}

/* Notification system - begin */
.unread-count-2,
.unread-count {
	color: white;
	display: none;
	margin-left: 15px;
	background: #e24434;
	padding: 3px 8px;
	width: auto;
	border-radius: 5px;
	position: absolute;
	right: 30px;
}

a.active .unread-count-2,
a.active .unread-count {
	background: #323333;
}

a:hover .unread-count-2,
a:hover .unread-count {
	background: #323333;
}

.has-notification {
	border: 2px solid white;
	transform: translateX(-30px) translateY(-32px);
	height: 17px;
	width: 17px;
	background-color: #e24434;
	border-radius: 50%;
	display: none;
}

a:hover .has-notification {
	border: 2px solid #fe8600;
}

.has-notification-top {
	border: 2px solid #323333;
	transform: translateX(20px);
	height: 17px;
	width: 17px;
	background-color: #e24434;
	border-radius: 50%;
	display: none;
}
.notification-meta {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
  }
  .notification-date {
	color: #aaa;
  }
  .notification-new {
	font-size: 12px;
	background: #fe8600;
	padding: 0 6px;
	border-radius: 5px;
	margin-left: 7px;
	color: #eee;
  }
  .notification-text {
	color: #777;
  }
  .b-head-decor {
	z-index: 9;
}
.b-page_newyear {
}
.posted_news {
	font-size: 12px;
	color: #ccc;
}
.news-lk h4 {
	font-weight: 800;
	font-size: 15px;
	line-height: 28px;
	width: 100%;
}
.news-lk .caption {
	font-weight: 400;
}
#account-main {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}
#account-main > div {
	margin-bottom: 10px;
}
#account-main h3 {
	margin-top: 0px;
	margin-bottom: 15px;
}
#block_list_history_order img, #block_list_address img {
	width: 130px;
	margin: auto;
}
#block_list_history_order, #block_list_address {
	text-align: center;
}
.orders-history>tbody>tr {
	border-bottom: 1px solid #ccc;
}
.tracker_code {
	font-weight: 500;
}
.red_color {
	background: #FF0100;
}
#block_list_history_order thead {
	display: none;
}
#block_list_history_order tbody > tr > td:nth-child(2), #block_list_history_order tbody > tr > td:nth-child(4), #block_list_history_order tbody > tr > td:nth-child(6) {
	display: none;
}
#block_list_history_order tbody > tr > td:nth-child(1) {
	grid-area: one;
	margin-bottom: 5px;
}
#block_list_history_order tbody > tr > td:nth-child(3) {
	grid-area: two;
	text-align: left !important;
	font-size: 12px;
	color: #5b5b5b;
}
#block_list_history_order tbody > tr > td:nth-child(5) {
	grid-area: theer;
} 
#block_list_history_order tbody > tr {
	display: none;
	grid-template-areas:
		'one theer'
		'two theer';
	align-items: center;
	border-color: transparent;
}
#block_list_history_order tbody > tr > td {
	padding: 0;

}
#block_list_history_order tbody > tr:nth-child(-n+4) {
	display: grid;
}
.link_muted {
	width: 100%;
	text-align: center;
	display: block;
	padding: 10px 0;
	border-radius: 5px;
	border: 2px solid #777;
	margin-top: 10px;
}
.link_muted:hover {
	text-decoration: underline;
}
#block_list_history_order .orders-history {
}
#block_list_address {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10px;
}
.block_address {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	align-items: center;
	font-weight: 400;
	margin-bottom: 30px;
	border-left: 2px solid transparent;
	margin-left: -20px;
	padding-left: 20px;
	margin-right: -20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.title_address {
	display: grid;
	grid-template-columns: max-content max-content;
	align-items: center;
	grid-gap: 15px;
	margin-bottom: 20px;
}
.title_address p {
	font-size: 16px;
	margin: 0;
	color: #222;
}
.title_address span {
	color: #ccc;
}
.info_address > p {
	font-size: 12px;
	color: #666;
	margin: 0;
}
.button_address {
  text-align: right;
  display: none;
}
.button_address > a:first-child {
  margin-right: 10px;
}
.block_address:hover .button_address {
	display: block;
}
.block_address:hover {
	background: rgba(222, 181, 79, 0.2);
	border-left: 2px solid var(--link-color);
}
#block_list_address > #list_all_address > div {
	display: none;
}
#block_list_address > #list_all_address > div:nth-child(-n+2) {
	display: block;
}
#block_list_address .info_address > p, #block_list_address .button_address {
	display: none;
}
#block_list_address .title_address {
	margin-bottom: 0;
}
#block_list_address .block_address {
	margin-bottom: 0;
}
#account-main > div > div:nth-child(1) {
	margin-bottom: 10px;
}
.form_activate a {
	padding: 9px 20px;
	margin-left: -1px;
}
#block_list_history_order tr {
	margin-left: -20px;
	margin-right: -20px;
	padding: 10px 20px;
	border-left: 2px solid transparent;
}
#block_list_history_order tr:hover {
	cursor: pointer;
	background: rgba(222, 181, 79, 0.2);
	border-left: 2px solid var(--link-color);
}
#sidenav .ic-download {
	position: absolute;
    transform: rotate(90deg);
}
#sidenav .sidenav-menu ul > li:last-child > a > span:last-child {
	padding-left: 30px;
	font-size: 15px;
	line-height: normal;
}
.sidenav-menu a {
	display: grid;
	grid-template-columns: max-content 1fr;
	align-items: center;
}
#support_panel p {
	margin-bottom: 20px;
}
#support_panel h2 {
	margin-bottom: 25px;
	margin-top: 0;
}
.form_edit_contacts_info > div {
}
.form_edit_contacts_info > div:nth-child(2) {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}
.form_edit_contacts_info > div:nth-child(3) {
	width: 48%;
	display: inline-block;
	float: right;
}
.block_edit_profile {
	display: grid;
	grid-template-columns: 1fr;
}
.notification-title {
	font-weight: 600;
	font-size: 15px;
}
#notifications-container > .notification {
	margin-bottom: 20px;
}
.wishlist_product .prod-card {
	width: 100%;
    margin: 0;
}
.wishlist_product .prod-card a {
	display: grid;
	grid-template-columns: max-content 1fr;
	position: relative;
}
.wishlist_product .prod-card .prod-card-opt {
	display: none;
}
.wishlist_product .prod-card img {
    width: 120px;
    vertical-align: baseline;
}
.wishlist_product .prod-card .prod-card-desc {
    padding: 10px 20px;
}
.wishlist_product .prod-card .prod-card-desc .prod-card-desc-head {
    display: grid;
}
.wishlist_product {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}
.wishlist_product .icon_heart {
	position: absolute;
	top: 8px;
	right: 0px;
	font-size: 20px;
}
.list_block_material > div > div {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 5px;
}
.list_block_material > div > div span, .list_block_material > div > div i {
  font-size: 25px;
  padding-top: 2px;
}
.list_block_material h3 {
  font-family: Manrope;
  font-size: 15px;
  font-weight: 300;
  margin: 0;
}
.list_block_material p {
  font-size: 12px;
  font-weight: 300;
  margin-top: 5px;
}
.list_block_material > div > h3 {
  font-size: 24px;
  font-family: 'Playfair Display';
}
.list_block_material > div > div .ac-hdr {
	margin: 0;
}
.list_block_material > div > div a, .list_block_material > div > div button {
	color: #222;
	text-decoration: underline;
	font-size: 12px;
	border: 0;
	background: transparent;
}
.list_block_material > div > div a:hover, .list_block_material > div > div button:hover {
	color: var(--link-color);
} 
.address_delivery {
	margin-top: 20px;
}
.address_delivery > p:nth-child(1) {
	font-weight: 600;
}
.order_info {
	display: grid;
	grid-template-columns: 60% 35%;
	grid-gap: 30px;
}
.order_info > div:nth-child(2) {
	background: var(--link-color);
	padding: 15px;
	color: #fff;
	height: fit-content;
} 
.order_info > div:nth-child(2) a {
	color: #fff;
	text-decoration: underline;
	font-weight: 500;
}
.order_info > div:nth-child(2) p {
	font-weight: 300;
	line-height: 25px;
}
.order_info p {
	font-weight: 300;
}
.total_product_price, .table_history_order {
	float: right;
	text-align: right;
	border-bottom: 1px solid #ccc;
}
.total_product_price > p {
	display: grid;
	grid-template-columns: 200px 1fr;
	grid-gap: 20px;
}
.table_order_info thead td, .table_history_order thead td {
	color: #222;
	background: transparent;
	border: 0 !important;
	border-bottom: 1px solid #ccc !important;
	font-weight: 300;
	font-size: 15px;
}
.table_order_info table, .table_history_order {
	border: 0;
}
.table_order_info tbody>tr>td, .table_history_order tbody>tr>td {
	border: 0;
	border-bottom: 1px solid #ccc;
	font-weight: 300;
}
#tab-rewards table {
	border: 0;
}
#tab-rewards td {
	border: 0 !important;
	background: transparent;
	font-weight: 300;
	color: #222;
	font-size: 15px;
}
.avatara_plug {
	background: #ED812B;
	text-align: center;
	color: #fff;
	font-size: 50px;
	padding: 12px;
	line-height: normal;
	width: 90px;
	min-height: 90px;
}
.block_upload_avatar {
	width: 100%;
}
.block_upload_avatar img {
	width: 80px;
}
.block_upload_avatar label {
	font-size: 15px;
}
.block_upload_avatar #button-upload {
	display: inline-block;
	width: fit-content;
	background: transparent;
	text-shadow: none;
	border: 0;
	padding: 5px 20px;
}
.block_upload_avatar .avatara {
	display: inline-block;
}
.row_info_account {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	align-items: center;
	margin-bottom: 20px;
}
.block_upload_avatar #button-upload:hover {
	color: var(--link-color);
}
.block_edit_profile .buttons > div {
	text-align: center;
	float: initial !important;
}
.block_edit_profile .buttons input {
	padding: 10px 50px;
	font-size: 15px;
	line-height: normal;
	/*! width: 35%; */
}
.address_list_add {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}
.block_main_address > div {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 0;
}
.block_main_address > label {
	margin-bottom: 5px !important;
}
.sidenav-stng .active {
	color: var(--link-color);
}
.sidenav-stng a:hover span {
	color: var(--link-color);
}
.sidenav-menu svg path {
  fill: #555;
}

.push-subscribe {
	/*! font-family: 'Inter'; */
	font-style: normal;
	font-weight: 400;
	/*! font-size: 12px; */		
	background: #D1DFEC;
	border-radius: 5px;
	border: 1px solid #B0CDE8;
	display: flex;
	flex-direction: row;
	padding: 20px;
	-webkit-box-shadow: 0px 4px 4px 0px rgba(209, 223, 236, 1);
	-moz-box-shadow: 0px 4px 4px 0px rgba(209, 223, 236, 1);
	box-shadow: 0px 4px 4px 0px rgba(209, 223, 236, 1);
	margin-top: -20px;
	transition: .3s;
}

.push-info-wrapper {
	display: flex;
    flex-direction: column;
}

.push-buttons {
	display: flex;
    flex-direction: row;
}

.push-buttons a {
	text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
	border-radius: 5px;
	transition: .3s;
	padding: 5px 15px;
}

.push-info-text {
	color: #3E3E3E;
	padding-top: 5px;
	padding-bottom: 20px;
}

.push-subscribe-btn, .push-subscribe-btn:visited {
	color: #fff;
	background: hsl(212, 56%, 53%);	
	border: 1px solid #4582CA;
}

.push-subscribe-btn:hover, .push-subscribe-btn:active {
	background: #306aab;
	color: #fff;
}



.push-subscribe-cancel {
	color: #4582CA;
	margin-left: 15px;
}

.push-subscribe-cancel:hover {
	color: #4582CA;
	background: hsl(209, 43%, 84%);
}

.push-icon-wrapper {
	padding-right: 20px;
}

@media (max-width:345px) {
	.push-icon-wrapper {
		padding-right: 10px;
		margin-left: -5px;
	}
	.push-icon-wrapper svg {
		width: 23px;
	}
}
.news-lk h4 b {
	font-size: 14px;
	background: #d0deeb;
	padding: 4px 10px;
	margin-right: 15px;
	border-radius: 5px;
	color: #1e3c57;
}

.actions-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

.order-more-info-btn:first-child {
	margin-right: 2px;
}

.order-more-info-btn .icon-check-solid {
	padding-left: 4px;
}

.order-more-info-btn {
	background: #DDAD36;
	border-radius: 4px;
	width: 32px;
	height: 32px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	transition: .2s;
	color: #fff;
	text-decoration: none !important;
}

.order-more-info-btn:hover {
	background: #c09321;
	color: #fff;
}

.multiselect {
	height: 36px;
	width: 100%;
	font-size: 12px;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	min-width: 224px;
}

.multiselect-search {
	padding-left: 12px;
}

.multiselect.is-active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.multiselect-single-label {
	padding-left: 12px;
	height: 36px;
}

.multiselect-option, .multiselect-placeholder {
	font-size: 12px;
	padding-left: 12px;
	height: 36px;
	display: flex;
	align-items: center;
}

.multiselect-option.is-selected, .multiselect-option.is-selected.is-pointed {
	background: #DEB54F;
}

.has-error .multiselect {
	border-color: #a94442;
}

.multiselect.is-open {
	border-radius: 2px;
}

.multiselect-dropdown {
	border-radius: 0;
	max-height: 300px;
}

.multiselect-dropdown:has(> .multiselect-no-results, .multiselect-no-options) {
	display: none;
}

.multiselect-no-results, .multiselect-no-options, .multiselect-caret {
	display: none;
}

#qr-amount, #qr-desc {
	width: 300px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.qr-form {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.qr-form button {
	width: 100px;
}