.profile-nav {
	padding-top: 60px;
	padding-left: 0;
	padding-right: 0;
}
.profile-nav ul {
	list-style: none;
	padding: 0;
	border-radius: 25px;
	border: 1px solid var(--gray-back-color);
	box-shadow: 0px 1px 8px gray;
}
.profile-nav ul li {
	margin: 25px 30px;
	padding-bottom: 25px;
}
.profile-nav ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.profile-nav ul li a {
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.profile-nav ul li a img {
	width: 30px;
	height: 30px;
	margin-right: 20px;
}

.profile-nav ul li.active a,.profile-nav ul li:hover a,.profile-nav ul li a:hover {
	color: #f82c44;
}
.profile-content.bonuses .bonuses-progress .bonuses-progress-item.got {
	color: #fa5d70 !important;
}
.profile-content.bonuses .bonuses-progress-cont {
	margin-left: 15px;
}
.profile-content.bonuses .bonuses-progress-cont svg {
	width: 110px;
    position: absolute;
    left: 29px;
    top: 0px;
	margin-top: -20px;
    fill: #f76b68;
}

.profile-content.bonuses .bonuses-progress {
	height: 90px; 
	border: 1px dashed #dddddd;
	border-radius: 5px;
	padding-top: 10px;
	width: 445px;
	margin-left: 150px;
}

.progress-main{
	margin-top: 30px;
}

.bonus-rules-cont {
	margin-left: 40px;
}

.bonus-rules-cont ul{
	list-style: none;
	padding-left: 20px;
}
.bonus-rules-cont ul li {
  padding-left: 0;
  text-indent: -1.0em;
  font-weight: 300;
  margin-bottom: 10px;
}
.bonus-rules-cont  .title{
	color: black;
	font-size: 25px;
	padding-top: 40px;
	padding-bottom: 15px;
	font-weight: 700;
}
.bonus-rules-cont ul li::before {
  content: " ";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: black;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.padt0 {
	padding-top: 0;
}
.address-list-container .title {
	font-size: 20px;
	margin-bottom: -15px;
}
.address-list-container {
	margin-top: 40px !important;
/*	margin-top: 70px; */
	padding-left: 15px;
}
.profile-content.order-history table.order-history-table tbody td span.currency {
	font-size: 19px;
	padding-left: 3px;
}
.profile-content.order-history table.order-history-table tbody > tr {
	border-bottom: none;
}
.profile-content.order-history table.order-history-table tbody > tr:nth-child(odd) {
	background: #f5f5f5;
}
.profile-content.order-history table.order-history-table tbody tr.complete td.order-status div {
	display: inline-block;
	border-radius: 3px;
	color: white;
	font-weight: 300;
	padding: 5px 20px;
}
.webui-popover-content .product-list {
	width: 445px;
}
.webui-popover-content .product-list tr {
	height: 90px;
	border-bottom: 1px solid #e5e5e5;
}
.webui-popover-content .product-list tr:last-child {
	border-bottom: none;
}
.webui-popover-content .product-list .prod-image {

}
.webui-popover-content .product-list .prod-image img {
	position: relative;
    width: 99%;
    border: solid 1px #e2e2e2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.webui-popover-content .product-list .name div:first-child {
	font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.3;
    color: #000000;
}
.webui-popover-content .product-list .name .section {
	font-size: 12px;
    line-height: 1.5;
    color: #929292;
    font-weight: 300;
}

.has-not-orders{
	margin-top: 20px;
    border: 1px dashed #dddddd;
    border-radius: 3px;
    padding: 20px;
    padding-left: 76px;
    width: 325px;
    background: url('/assets/imagess/sad.png') no-repeat 25px 15px;
}
.user-info-element{
	border-radius: 5px;
	color: white;
	position: relative;
	height: 100%;
	padding-top: 160px;
	text-align: center;
}
.user-info-element svg{
	fill: white;
	position: absolute;
	width: 145px;
	height: 110px;
    left: 0;
    right: 0;
    margin: auto;
    top: 20px;
}
.user-info-element div{
	width: 195px;
	margin: 0 auto;
	font-weight: 300;
}
.user-info-element .message-top{
    font-size: 17px;
    line-height: 1.2;
    font-weight: 400;
    margin-top: -20px;
}
.user-info-element .message-bottom{
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.user-info-element .promo{
	height: 40px;
	background: white;
	color: black;
	border-radius: 5px;
	margin: 10px auto;
	line-height: 2.5;
}
.user-info-element.bonuses{
	height: 140px;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-top: 0;
	background: linear-gradient(45deg, #f7c57e 0%, #d05a57 100%);
	margin-left: -1px;
	margin-right: -1px;
	margin-bottom: -1px;
	border-radius: 25px;
}
.user-info-element.bonuses svg{
	fill: #ffd4cd;
	width: 180px;
    height: 130px;
    top: 13px;
}

.avatar_img {
	width: 90px;
	height: 90px;
	border-radius: 25px;
}

.user-info-name {
	font-size: 20px;
	font-weight: 700 !important;
	margin-top: -10px !important;
}

.user-info-element.bonuses .value{
	font-size: 26px;
	font-weight: 700;
	line-height: .7;
	margin-top: 20px
}
.user-info-element.bonuses .value span.currency{
	font-size: 28px;
    padding-left: 5px;
}
.user-info-element.bonuses .title{
	font-size: 12px;
	font-weight: 300;
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.user-info-element div:nth-child(2) {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	justify-content: flex-start;
}

.user-info-element.gift,.user-info-element.winner{
	background: rgb(249,81,92);
	background: -moz-linear-gradient(45deg, rgba(249,81,92,1) 0%, rgba(249,170,102,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(249,81,92,1) 0%,rgba(249,170,102,1) 100%);
	background: linear-gradient(45deg, rgba(249,81,92,1) 0%,rgba(249,170,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9515c', endColorstr='#f9aa66',GradientType=1 );
	padding-top: 160px;
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.user-info-element.gift svg{
	width: 93px;
	height: 93px;
}
.user-info-element.winner svg{
	width: 110px;
	height: 110px;
}
.user-info-element.winner svg path{
	fill: white !important;
}
.gift-info-btn{
	text-decoration: none !important;
	margin-right: 5px;
}
.gift-info-btn .bd-round-icon{
	background-color: #fb6a5a;
	border-color: #fb6a5a;
}
.gift-info-btn:hover .bd-round-icon{
	background-color: #fc7465;
}
.gift-info-btn svg{
	width: 15px;
	margin-top: 7px;
	fill: white;
}

#popover-gift-info{
    margin-top: 0;
    margin-left: 81px;
	background: rgb(249,81,92);
	background: -moz-linear-gradient(45deg, rgba(249,81,92,1) 0%, rgba(249,170,102,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(249,81,92,1) 0%,rgba(249,170,102,1) 100%);
	background: linear-gradient(45deg, rgba(249,81,92,1) 0%,rgba(249,170,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9515c', endColorstr='#f9aa66',GradientType=1 );
	width: 405px;
	max-height: 215px;
    min-height: 165px;
	color: white;
	border: none;
}
#popover-gift-info.in{
	margin-top: 21px;
}
#popover-gift-info .webui-arrow{margin-left: -94px;}
#popover-gift-info .webui-arrow,#popover-gift-info .webui-arrow:after{
	border-bottom-color: #f79b6a;
}
#popover-gift-info svg{
	width: 93px;
	height: 93px;
	position: absolute;
	top: 20px;
    left: 40px;
}
#popover-gift-info svg,#popover-gift-info svg path{
	fill: white !important;
}
#popover-gift-info .message-content div{
	width: 195px;
}
#popover-gift-info .message-top{
	font-size: 18px;
	line-height: 1.2;
	width: 220px !important;
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    margin-top: 10px;
}
#popover-gift-info .message-bottom{
	font-size: 14px;
	line-height: 1.2;
	font-weight: 300;
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 10px;
}
#popover-gift-info .promo{
	height: 50px;
	background: white;
	color: black;
	border-radius: 5px;
	margin: 15px 0;
	line-height: 2.6;
	text-align:center;
}
#popover-gift-info .message-content{
	margin-left: 150px;
    margin-top: 0px;
}

.message-bottom a{
	color:white;
	text-decoration: underline;
}
.message-bottom a:hover{
	text-decoration: none;
}

.local_sum span.currency {
	font-size: 19px;
    padding-left: 3px;
}
table.product-list {
	margin: 15px 15px;
}

table.product-list .amount{
	font-weight: 300;
}

.history_content_popover{max-height: 285px;}
.webui-popover.top.in{
	margin-top: -10px;
}
.user-info-element .promo,#gift-info .promo{
	position: relative;
	cursor: pointer;
	line-height: 3.9;
	height: 50px;
	padding-left: 20px;
	text-align: left;
}
.user-info-element .promo::before,#gift-info .promo::before{
	content: attr(data-placeholder);
	display: block;
	font-size: 10px;
	color: #9c9c9c;
	position: absolute;
	top: -2px;
	left: 20px;
	right: 0;
	margin: auto;
}
.user-info-element .promo.copied::before,#gift-info .promo.copied::before{
	content: attr(data-placeholder-completed);
}
.user-info-element .promo{
	text-align: center;
	padding-left: 0;
}
.user-info-element .promo::before{
	left: 0;
}

.product .product-info .product-options .options-row-select.col-xl-6{
	width: 49%;
    margin-right: 1%;
}

.profile-tabs {
    margin-top: 30px
}

.profile-tabs ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.profile-tabs ul li {
    display: inline-block
}

.profile-tabs ul li a {
    font-weight: 300;
    position: relative;
    padding: 9px 18px;
    padding-left: 43px;
    font-size: 16px;
    font-stretch: condensed;
    line-height: 1.5;
    color: #292f32;
    text-decoration: none
}

.profile-tabs ul li a .profile-tab-icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid #b2bbbd;
    position: relative;
    position: absolute;
    top: 8px;
    left: 8px
}

.profile-tabs ul li a .profile-tab-icon.bonuses-icon svg {
    width: 14px;
    -moz-transform: scale(0.55);
    -moz-transform-origin: 7px 7px
}

.profile-tabs ul li a .profile-tab-icon.history-icon svg {
    width: 12px;
    left: 7px;
    -moz-transform: scale(0.55);
    -moz-transform-origin: -1px 5px
}

.profile-tabs ul li a .profile-tab-icon svg {
    -moz-transform: scale(0.55);
    -moz-transform-origin: 9px 7px;
    zoom: 0.55;
    height: 17px;
    width: 17px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.profile-tabs ul li a .profile-tab-icon svg path {
    fill: #b2bbbd
}

.profile-tabs ul li a span {
    border-bottom: 1px dashed #292f32
}

.profile-tabs ul li a:hover span {
    border: none;
    color: #fb0000
}

.profile-tabs ul li.active a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #f8515c;
    color: white;
    position: relative
}

.profile-tabs ul li.active a .profile-tab-icon {
    border-color: white;
    left: 13px;
    top: 10px;
    width: 20px;
    height: 20px
}

.profile-tabs ul li.active a .profile-tab-icon svg path {
    fill: white
}

.profile-tabs ul li.active a span {
    border: none;
    color: #fff
}

.profile-tabs ul li.active a:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(176, 184, 50, 0);
    border-top-color: #f8515c;
    border-width: 6px;
    margin-left: -6px
}

.profile-content {
    padding-top: 40px
}

.profile-content .row {
    margin-top: 12px;
	display: flex;
}

.profile-content .bd-input {
    border-radius: 25px;
	border: none;
}

.profile-content .bd-input input {
    border-radius: 25px;
	border: none;
	padding: 20px 20px;
	background-color: var(--gray-back-color);
}

.profile-content .bd-input label {
    left: 20px
}

.profile-content .bd-input.focused label, .profile-content .bd-input.filled label {
    left: 15px
}

.profile-content .profile-phone {
    margin-top: 0;
}

.profile-content .profile-phone .current-phone {
    font-size: 18px;
    font-stretch: condensed;
    line-height: 1.1;
    color: #292f32
}

.profile-content .profile-phone .change-phone {
    width: 300px;
	font-size: 14px;
	font-weight: 700;
	font-stretch: condensed;
	line-height: 1.2;
	color: var(--purple-blue-color);
	margin-top: 10px;
	padding-left: 10px
}

.notify-config .bd-checkbox input[type="checkbox"]:checked + label {
	background: var(--main-color);
	border-color: var(--main-color);
}

.notify-config .bd-checkbox {
	margin-bottom: 36px;
	margin-top: 15px;
}

.profile-content .radios label span {
    padding-left: 0
}

.profile-content .radios input[type="radio"] {
    display: none
}

.profile-content .radios input[type="radio"] + label span {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0;
    vertical-align: top;
    background: url(../images/sprite-checkout-checkbox.png) left 0 no-repeat;
    cursor: pointer
}

.profile-content .radios input[type="radio"]:checked + label span {
    background: url(../images/sprite-checkout-checkbox.png) left -17px no-repeat
}

.profile-content .notify-config label {
}

.profile-content .notify-config label span {
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.4;
    color: #3f484d;
    margin-left: 11px;
    display: inline-block;
	min-width: 300px;
}

.profile-content .address-list-container .address-list {
    margin-top: -10px
}

.profile-content .address-list-container .address-list .address-item .bordered-row {
    padding: 20px
}

.profile-content .address-list-container .address-list .address-item:first-child .bordered {
    border-top: none
}

.profile-content .address-list-container .address-list .address-item .bordered {
    border-top: 1px dashed #bac2c3
}

.profile-content .address-list-container .address-list .sod_select {
    background-color: #fefefe;
    border: 1px solid #e6e6e6;
    height: 49px;
    line-height: 1.9;
    padding: 10px 10px 10px 20px;
    font-size: 14px
}

.profile-content .address-list-container .address-list .sod_select .sod_list_wrapper {
    top: 45px;
    border-color: #e6e6e6
}

.profile-content .address-list-container .address-list .sod_select .sod_option {
    padding: 10px 15px
}

.profile-content .address-list-container .sub-row {
    margin: 0;
    margin-top: 25px;
}

.profile-content .address-list-container .remove-address {
    display: inline-block;
    margin-top: 7px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-decoration: none;
    font-size: 14px;
    font-stretch: condensed;
    line-height: 1.4;
    color: #292f32
}

.profile-content .address-list-container .remove-address:before {
    content: '\00d7';
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    background-color: #f8515c;
    color: white;
    text-align: center;
    line-height: 1.9
}

.profile-content .address-list-container .remove-address span {
    margin-left: 10px;
    border-bottom: 1px dashed #292f32
}

.profile-content .address-list-container .remove-address:hover span {
    border: none;
    color: #ff0000
}

.profile-content .address-list-container .add-address {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-decoration: none;
    font-size: 13px;
    font-stretch: condensed;
    line-height: 1.4;
    color: #292f32;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block
}

.profile-content .address-list-container .add-address:before {
    content: '+';
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    background-color: #b6be39;
    color: white;
    text-align: center;
    line-height: 1.9
}

.profile-content .address-list-container .add-address span {
    margin-left: 10px;
    border-bottom: 1px dashed #292f32
}

.profile-content .address-list-container .add-address:hover span {
    border: none;
    color: #ff0000
}

.profile-content .save-profile {
	display: block;
	height: 51px;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	background-color: var(--main-color);
	border: solid 2px var(--main-color);
	font-size: 18px;
	font-weight: 700;
	font-stretch: condensed;
	line-height: 1.4;
	color: white;
	border-radius: 25px;
	margin: auto;
	margin-left: 0px;
	margin-top: 20px;
}

.profile-content .save-profile:hover {
    color: black;
}

.userbonuses_block {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	width: 170px;
}

.userbonusesrow {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	width: 60%;
	margin-right: 40px;
}

.userbonuseslevelrow {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	width: 100%;
	font-weight: 700;
	color: var(--white-text-color);
}

.userbonuseslevelrow p{
	margin-bottom: 0;
}

.userbonuseslevelred {
	height: 8px;
	width: 100%;
	background-color: var(--white-text-color);
	border-radius: 25px;
}

.userbonuseslevelgreen {
	height: 8px;
	width: 0%;
	background-color: var(--secondary-color);
	border-radius: 25px;
}

.userbonusestolevel {
	font-size: 12px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.userbonusestolevel span {
	padding: 0 !important;
}

.userbonusestolevel_span {
	margin-left: 7px !important;
}

.userbonusestotal {
	font-size: 13px;
	margin-top: -3px;
	margin-bottom: -5px;
}

.bonuses_gradient {
	background: linear-gradient(45deg, #f7c57e 0%, #d05a57 100%);
	position: relative;
	width: 95%;
	margin: auto;
	border-radius: 25px;
	height: 100px;
	overflow: hidden;
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 30px;
}

.bonuses_gradient img {
	position: absolute;
	top: 71%;
	left: 17%;
	transform: translate(-50%, -50%);
	width: 28%;;
}

.profile-content.bonuses .bonuses-progress .bonuses-progress-item {
    border: 1px solid #a5aeb0;
	border-color: #e6e6e6;
	border-top: none;
	border-bottom: none;
    width: 33%;
    height: 66px;
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;
    line-height: 1.3;
    color: #d5d5d5;
    font-size: 48px;
	font-weight: bold;
	background: none !important;
}

.profile-content.bonuses .bonuses-progress .bonuses-progress-item:first-child {
    border-top-left-radius: 34px;
    border-bottom-left-radius: 34px;
    border-right: none;
	border-left: none !important;
	border-radius: 0;
}

.profile-content.bonuses .bonuses-progress .bonuses-progress-item:last-child {
    border-top-right-radius: 34px;
    border-bottom-right-radius: 34px;
    border-left: none;
	border-right: none !important;
	border-radius: 0;
}

.profile-content.bonuses .bonuses-progress .bonuses-progress-item:nth-child(1).got {
    background-color: #2dbec7;
    border-color: #2dbec7;
    color: white
}

.profile-content.bonuses .bonuses-progress .bonuses-progress-item:nth-child(2).got {
    background-color: #8dc100;
    border-color: #8dc100;
    color: white
}

.bonuses-progress .bonuses-progress-item:nth-child(3).got {
    background-color: #f8515c;
    border-color: #f8515c;
    color: white
}

.progress-information {
    margin-left: -60px;
	padding-left: 166px;
}

.progress-stat {
    width: 100%;
	padding-left: 0px;
	padding-top: 5px;
	margin-top: 0px;
	font-size: 13px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.0;
	color: var(--white-text-color);
}

.progress-stat span {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
    color: #303638
}

.progress-stat .currency {
    font-size: 16px;
    margin-left: -1px;
	color: var(--white-text-color);
}

.progress-container {
    margin-top: 65px;
    height: 21px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: solid 1px #e6e6e6
}

.progress-container .progress-bar {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    height: 19px;
    background-color: #fedd2c
}

.profile-content.bonuses .progress-container .got {
    color: #292f32
}

.profile-content.bonuses .progress-container .progress-legend {
    margin-top: 20px;
    font-size: 16px;
    font-stretch: condensed;
    line-height: 1.5;
    color: #a5aeb0
}

.profile-content.bonuses .promo-items {
    margin-top: 50px
}

.profile-content.bonuses .promo-block .promo-image {
    width: 118px;
    height: 107px;
    border-radius: 3px;
    max-width: 100%
}

.profile-content.bonuses .promo-block .title {
    font-size: 14px;
    font-stretch: condensed;
    line-height: 1.1;
    color: #292f32;
    margin-top: 15px
}

.profile-content.bonuses .promo-block .description {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.2;
    color: #747474
}

.profile-content.order-history table.order-history-table {
    width: 830px;
	margin-top: 30px;
}

.profile-content.order-history table.order-history-table thead tr {
    border-bottom: none;
}

.profile-content.order-history table.order-history-table thead td {
    font-size: 16px;
    font-weight: 400;
    font-stretch: condensed;
    line-height: 1.7;
    color: #000000;
    text-align: left;
    padding: 15px 30px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.profile-content.order-history table.order-history-table tbody tr {
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    -ms-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s
}

.profile-content.order-history table.order-history-table tbody tr:last-child {
    border: none
}

.profile-content.order-history table.order-history-table tbody tr.complete td.order-status {
    color: #85b001
}

.profile-content.order-history table.order-history-table tbody tr.wait_pay td.order-status {
    color: #ef2a42
}

.profile-content.order-history table.order-history-table tbody tr.opened_ {
    background-color: #fdfdf5;
    border-bottom: none
}

.profile-content.order-history table.order-history-table tbody tr.opened_ + .history {
    height: auto
}

.profile-content.order-history table.order-history-table tbody td {
    padding: 20px 30px;
    font-size: 16px;
    font-stretch: condensed;
    line-height: 1.2;
    color: #292f32;
    text-align: left;
}

.profile-content.order-history table.order-history-table tbody td:nth-child(1) {
    width: 90px
}

.profile-content.order-history table.order-history-table tbody td:nth-child(2) {
    width: 120px
}

.profile-content.order-history table.order-history-table tbody td:nth-child(4) .currency {
    font-size: 19px
}

.profile-content.order-history table.order-history-table tbody td.order-date {
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.4;
    color: #747474
}

.profile-content.order-history table.order-history-table tbody td.order-status {
    font-size: 14px;
    font-stretch: condensed;
    line-height: 1.4;
    color: #000000
}

.profile-content.order-history table.order-history-table tbody td .order-detail-btn, .profile-content.order-history table.order-history-table tbody td .reorder-btn, .profile-content.order-history table.order-history-table tbody td .repay-btn {
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.4;
    color: #292f32;
    border-bottom: 1px dashed #292f32;
    text-decoration: none
}

.profile-content.order-history table.order-history-table tbody td .order-detail-btn:hover, .profile-content.order-history table.order-history-table tbody td .reorder-btn:hover, .profile-content.order-history table.order-history-table tbody td .repay-btn:hover {
    border: none;
    color: #ff0000
}

.profile-content.order-history table.order-history-table .history {
    display: none;
    margin-top: 0
}

.profile-content.order-history table.order-history-table .history td[colspan="3"] {
    width: 300px;
    padding: 0
}

.profile-content.order-history table.order-history-table .history .product-list {
    margin-top: 0;
    margin-bottom: 10px
}

.profile-content.order-history table.order-history-table .history .product-list tr {
    border: none
}

.profile-content.order-history table.order-history-table .history .product-list tr:nth-child(2n) {
    background-color: #fafafa
}

.profile-content.order-history table.order-history-table .history .product-list tr td {
    padding: 10px 5px
}

.profile-content.order-history table.order-history-table .history .product-list tr td:nth-child(1) {
    width: 180px;
    padding-right: 0;
    padding-left: 30px
}

.profile-content.order-history table.order-history-table .history .product-list tr td.name {
    font-weight: 400;
    text-align: left
}

.profile-content.order-history table.order-history-table .history .product-list tr td.name a, .profile-content.order-history table.order-history-table .history .product-list tr td.name .name_ {
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.4;
    color: #292f32;
    border-bottom: 1px dashed #292f32;
    text-decoration: none
}

.profile-content.order-history table.order-history-table .history .product-list tr td.name a:hover, .profile-content.order-history table.order-history-table .history .product-list tr td.name .name_:hover {
    border: none;
    color: #ff0000
}

.profile-content.order-history table.order-history-table .history .product-list tr td.name a.without_info, .profile-content.order-history table.order-history-table .history .product-list tr td.name .name_.without_info {
    border: none;
    cursor: default
}

.profile-content.order-history table.order-history-table .history .product-list tr td.name a.without_info:hover, .profile-content.order-history table.order-history-table .history .product-list tr td.name .name_.without_info:hover {
    color: #292f32
}

.profile-content.order-history table.order-history-table .history .product-list tr td.name .section {
    font-size: 12px;
    line-height: 1.5;
    color: #929292;
    font-weight: 300
}

.profile-content.order-history table.order-history-table .history .product-list tr td.local_sum {
    font-size: 14px
}

.profile-content.order-history table.order-history-table .history .product-list tr td.local_sum .currency {
    font-size: 16px;
    margin-left: 3px
}

.profile-content.order-history table.order-history-table .history .product-list tr td.amount {
    font-weight: 300;
    font-size: 14px;
    padding-right: 30px
}

.profile-content.order-history table.order-history-table .history .product-list.additional-info {
    border: 1px solid #8db54f;
    margin-top: 20px;
    margin-left: 10px
}

.profile-content.order-history table.order-history-table .history .product-list.additional-info tr {
    background: none !important;
    border-bottom: 1px solid #e5e5e5
}

.profile-content.order-history table.order-history-table .history .product-list.additional-info tr:last-child {
    border-bottom: none
}

.profile-cross-user-info {
    padding: 10px;
    padding-top: 25px;
    padding-left: 0
}

.profile-cross-user-info .cont-item {
    display: table-cell;
    font-weight: normal;
    font-stretch: condensed;
    vertical-align: middle
}

.profile-cross-user-info .cont-item:nth-child(1) {
    width: 205px;
    font-weight: 300;
	 font-size: 14px;
}

.profile-cross-user-info .cont-item.bonuses-cont {
    background-color: #f2f2f2;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.profile-cross-user-info .cont-item.logout {
    padding-left: 25px;
}

.profile-cross-user-info .cont-item.logout a {
    border-bottom: 1px solid #93989a;
    font-size: 14px;
    text-decoration: none
}

.profile-cross-user-info .cont-item.logout a:hover {
    border-bottom: none
}

.history .row {
	border-top: 1px solid var(--gray-back-color);
}

.history .row:nth-child(1), .history .row:nth-child(3) {
	border: none;
}

.ordernumber {
	padding: 20px 30px;
	padding-right: 15px;
	font-size: 16px;
	font-stretch: condensed;
	line-height: 1.2;
	color: black;
	text-align: left;
	font-weight: 700;
}

.orderdate {
	padding: 17px 30px;
	padding-left: 0px;
	padding-top: 18px;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.4;
	color: black;
}

.orderdate-top {
	padding: 20px 30px;
	padding-right: 15px;
	font-size: 16px;
	font-stretch: condensed;
	line-height: 1.2;
	color: #292f32;
	text-align: left;
}

.order-detail-btn {
	font-size: 14px;
	font-weight: 700;
	font-stretch: condensed;
	line-height: 1.4;
	color: black;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.orderorder {
	padding: 20px 30px;
	padding-right: 15px;
	font-size: 16px;
	font-stretch: condensed;
	line-height: 1.2;
	color: #292f32;
	text-align: left;
}

.orderprice {
	padding: 20px 30px;
	padding-right: 15px;
	font-size: 16px;
	font-stretch: condensed;
	line-height: 1.2;
	color: black;
	text-align: left;
	padding-top: 22px;
	font-weight: 700;
}

.orderstate {
	display: inline-block;
	border-radius: 3px;
	color: white;
	font-weight: 700;
	padding: 5px 10px;
	height: 35px;
	float: left;
	margin-top: 14px;
}

.orderstate-top {
	padding: 20px 30px;
	padding-right: 15px;
	font-size: 16px;
	font-stretch: condensed;
	line-height: 1.2;
	color: #292f32;
	text-align: left;
}

.reorder-cont {
	flex: 2;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.reorder {
	display: flex;
	flex-direction: column;
	padding-left: 40px;
	margin-top: 4px;
}

.reorder-btn {
	font-size: 14px;
	font-family: "Inter-Bold";
	font-weight: 400;
	font-stretch: condensed;
	line-height: 2.1;
	color: var(--purple-blue-color);
	background-color: var(--gray-back-color);
	border-radius: 25px;
	height: 40px;
	width: 140px;
	padding-top: 6px;
	margin-top: 5px;
	text-align: center;
}

.feedback-open {
	font-size: 14px;
	font-family: "Inter-Bold";
	font-weight: 400;
	font-stretch: condensed;
	line-height: 2.1;
	color: var(--white-text-color);
	background-color: var(--secondary-color);
	border-radius: 25px;
	height: 40px;
	width: 140px;
	padding-top: 6px;
	margin-top: 11px;
	text-align: center;
}

.feedback_cont {
	position: fixed;
	width: 500px;
	z-index: 500;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	text-align: center;
	background-color: white;
	border-radius: 10px;
	border: 1px solid gray;
}

.order_no_cont {
	display: block;
	margin: auto;
	margin-top: 5px;
	font-size: 18px;
}

.order_no_cont .bd-input {
	border: 3px solid var(--purple-blue-color);
	width: 200px;
	color: var(--purple-blue-color);
	margin: auto;
	margin-bottom: 15px;
}

.order_no_cont .bd-input input {
	font-family: "Nunito", cursive, sans-serif;
	font-weight: 700;
	font-size: 26px;
	text-align: center;
	color: var(--purple-blue-color);
}

.order_no_cont .bd-input input::placeholder {
	font-size: 15px;
}

.stars_logo {
	display: block;
	margin: auto;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.stars_cont {
	display: flex;
	width: 300px;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 25px;
}

.feedback_comment textarea {
	height: 100px;
	width: 80%;
	max-width: 380px;
	border-radius: 10px;
	padding: 5px;
	background-color: var(--gray-back-color);;
	color: gray;
	font-family: "Nunito";
	font-weight: bold;
}

.feedback_btn {
	display: block;
	margin: auto;
	width: 77%;
	margin-top: 15px;
	margin-bottom: 20px;
	background: white;
	border: 1px solid var(--main-color);
	border-radius: 25px;
	color: white;
	background-color: var(--main-color);
	font-size: 16px;
	padding: 10px 0px;
}

#cabinetform .input-cont {
	margin-left: 7px;
}

.profile-title {
	margin-top: 80px;
	width: 100%;
	text-align: center;
	font-size: 18px;
}

#cabinetform {
	position: relative;
	bottom: 10px;
}

.feedback_error_cont {
	color: red;
	font-size: 15px;
	text-align: center;
	width: 100%;
	position: relative;
	margin-top: 15px;
	margin-bottom: 10px;
}

#feedback_form {
	display: block;
}

.feedback_comment_title {
	font-family: "Nunito", cursive, sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 15px;
}

.feedback_switch {
	width: 88%;
	margin: auto;
	margin-top: 20px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 25px;
	position: relative;
	margin-bottom: 25px;
}

.feedback_switch div {
	width: 48%;
	color: var(--purple-blue-color);
	font-size: 16px;
	border-radius: 25px;
	text-align: center;
	border: 2px solid rgba(0,0,0,0);
	background-color: var(--gray-back-color);
	height: 40px;
	line-height: 2.2;
	font-family: "Nunito", cursive, sans-serif;
	font-weight: 700;
}

.feedback_switch .active {
  color: white;
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
}

.feedback_ot_sw {
	top: -1px;
	left: -1px;
}

.feedback_pr_sw {
	top: -1px;
	right: -1px;
}

.feedback_form.pr {
	margin-top: 15px;
}

.order-detail {
	display: none;
}

.order-detail .product-list {
	max-height: 302px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.order-detail .basket-item {
	padding: 10px 0px;
	height: 90px;
	width: 420px;
	border-bottom: 1px solid #e5e5e5;
}

.order-detail .name {
	margin-top: 20px;
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.3;
	color: #000000;
}

.order-detail .amount {
	margin-top: 20px;
	font-weight: 300;
}

.order-detail .price-block {
	margin-top: 20px;
}

.history a:hover, .history a:focus{
	text-decoration: none;
}

.has-not-orders{
	margin-top: 20px;
    border: 1px dashed #dddddd;
    border-radius: 3px;
    padding: 20px;
    padding-left: 76px;
    width: 325px;
   /* background: url('/assets/imagess/sad.png') no-repeat 25px 15px;*/
}

.history_text {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: -20px;
	color: var(--gray-text-color);
	font-size: 20px;
}

.historytitle {
	color: var(--gray-text-color);
	font-size: 18px;
	font-weight: 700;
}

.bonusprogramtable {
	margin: 5px 0px;
}

.bonusprogramtable_table {
	display: inline-block;
	width: 85%;
	text-align: left;
	margin: 30px 0px;
	margin-left: 50px;
}

.bonustablename {
	display: inline-block;
	width: 40%;
	text-align: left;
	margin-bottom: 20px;
	font-weight: 700;
}

.bonustabledate {
	display: inline-block;
	width: 28%;
	font-weight: 700;
}

.bonustablesum {
	display: inline-block;
	width: 14%;
	font-weight: 700;
}


.bonustablesumm {
	display: inline-block;
	width: 14%;
	font-weight: 700;
}

.bonusprogramtable_startbonuses {
	font-weight: bold;
	font-weight: 700;
}

.bonusprogramtable_endbonuses {
	font-size: 18px;
	font-weight: bold;
	margin-left: 12px;
	font-weight: 700;
}

.bonuses_endbonuses {
	font-size: 22px;
	font-weight: 700;
	margin-left: 40px;
}

.endbonuses_amount {
	font-weight: 700;
	margin-left: 5px;
}

.bonuses_endbonuses .currency {
	font-weight: 700;
}

.bonustable.top {
	font-weight: bold;
	text-align: left;
	font-size: 18px;
	color: var(--gray-text-color);
}

.bonusprogramtable_nexttransaction {
	font-size: 18px;
	font-weight: 700;
	padding: 15px 12px;
	margin-left: 35px
}

.bonusprogramtable_nexttransaction_table {
	display: inline-block;
	width: 70%;
	text-align: left;
	margin: 0px 47px;;
}

.table_top_date {
	display: inline-block;
	width: 50%;
	margin-bottom: 20px;
	font-weight: 700;
}

.table_top_transaction {
	display: inline-block;
	width: 50%;
	font-weight: 700;
	color: var(--main-color);
}

.bonusprogramtable_nexttransaction_table_top {
	font-weight: bold;
}

.bonusprogramtable_nexttransaction_table_top div {
	font-size: 18px;
	font-weight: 700;
	color: var(--gray-text-color);
}

.bonustabletopstring {
	font-size: 18px;
	font-weight: bold;
	padding: 15px 12px;
	margin-left: 40px;
}

.last6month {
	font-size: 14px;
	color: var(--gray-text-color)
}

.OrderDay {
	font-size: 14px;
	font-weight: 700;
	font-stretch: condensed;
	line-height: 1.4;
	color: black;
	text-align: left;
	margin-left: 14%;
}

.OrderHour {
	font-size: 12px;
	font-weight: 700;
	font-stretch: condensed;
	line-height: 1.4;
	color: var(--gray-text-color);
	text-align: left;
	margin-left: 14%;
}