.order-list,
.product-tbl {
	border-collapse: collapse
}
#my-account-nav {
    background: #fff;
    width: 100%;
    height: 50px;
    text-align: center;
    z-index: 3;
    border-top: 1px solid rgba(211, 160, 82, 0.2);
    border-bottom: 1px solid rgba(211, 160, 82, 0.2);
}
#my-account-nav ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 870px
}
#my-account-nav ul li {
	display: inline-block;
	margin: 0 40px 0 0
}
#my-account-nav ul li:last-child {
	margin: 0
}
#my-account-nav ul li a {
	text-transform: uppercase;
	line-height: 50px;
	font-size: 12px;
	color: #000
}
#my-account-nav ul li a.active,
#my-account-nav ul li a:hover {
	color: #d3a052
}
#my-account-nav ul li a.visited {
	color: #FFF
}
#my-account-content {
	width: 990px;
	margin: 80px auto 50px
}
#address-book-content .row,
#my-account-content .row {
	padding: 8px 0;
	margin: 0;
	display: block
}
#my-account-content .row-button {
	text-align: right;
	padding: 30px 0;
	display: block;
	clear: left
}
#address-book-content .row-req-field,
#my-account-content .row-req-field {
	padding: 5px 0;
	color: #999;
	font-size: 12px
}
#address-book-content .row-button {
	text-align: right;
	display: block;
	clear: left
}
#address-book-content .row-button .btn-my-account {
	margin: 0 0 0 30px;
	float: right
}
#my-account-content .row-req-field {
	border-bottom: solid 1px #d5d5d5
}
#address-book-content .info-msg,
#my-account-content .info-msg {
	line-height: 16px;
	font-size: 12px;
	color: #000
}
.my-account-title,
.my-account-title2 {
	text-transform: uppercase;
	font-size: 18px;
	color: #000;
	text-align: center
}
#my-account-content .info-msg a,
#my-account-content .info-msg a:hover {
	text-decoration: underline;
	color: #000
}
#address-book-content .icon-diamonds,
#my-account-content .icon-diamonds,
#my-account-full-content .icon-diamonds {
	background: url(/content/assets/icons/icon-gold-diamond.svg) center no-repeat;
	display: block;
	text-align: center;
	margin: 10px auto;
	width: 8px;
	height: 8px
}
.my-account-title2 {
	margin: 50px auto 0
}
.my-account-desc {
	text-align: center;
	line-height: 22px;
	font-size: 16px;
	color: #000
}
.modify-profile-form {
	margin: 30px 0 0;
	display: flex;
	flex-wrap: wrap
}
.modify-profile-form .col {
	margin: 0 2% 22px 0;
	width: 49%;
	display: flex;
	flex-direction: column;
	position: relative
}
.modify-profile-form .col:nth-child(even) {
	margin-right: 0
}
.modify-profile-form .col.correct_icn::after {
	content: url(../assets/icons/correct_icn.png);
	margin: 12px 0 0 10px;
	position: absolute;
	right: 0;
	top: 0
}
.modify-profile-form .col.incorrect_icn::after {
	content: url(../assets/icons/incorrect_icn.png);
	margin: 12px 0 0 10px;
	position: absolute;
	right: 0;
	top: 0
}
.modify-profile-form .col .textbox,
.wishlist-form .full-col .textbox,
.wishlist-form .half-col .textbox {
	background: #e6e6e6;
	border: none;
	padding: 13px 15px;
	font-family: arial;
	font-size: 13px;
	color: #000;
	height: 43px;
	line-height: 17px;
	width: 94%
}
.wishlist-form .full-col textarea {
	background: #e6e6e6;
	border: none;
	padding: 13px 15px;
	font-family: futuralight;
	font-size: 12px;
	color: #000
}
.modify-profile-form .col select {
	background: url(../assets/icons/selectbox_arrow.png) 95% 50% no-repeat #e6e6e6;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	color: #000;
	padding: 10px 15px 10px 10px;
	width: auto;
	width: 94%;
	outline: 0;
	border: 0
}
.modify-profile-form .col select option {
	padding: 0 10px;
	height: 20px
}
.modify-profile-form .col select::-ms-expand {
	display: none
}
.modify-profile-form .col select:disabled {
	pointer-events: none;
	opacity: .5
}
.select__arrow {
	position: absolute;
	top: 16px;
	right: 15px;
	width: 0;
	height: 0;
	pointer-events: none;
	border-style: solid;
	border-width: 8px 5px 0;
	border-color: #7b7b7b transparent transparent
}
.modify-profile-form .col select:focus~.select__arrow,
.modify-profile-form .col select:hover~.select__arrow {
	border-top-color: #000
}
.modify-profile-form .col select:disabled~.select__arrow {
	border-top-color: #ccc
}
.modify-profile-form .col:nth-child(1) select {
	width: 32%!important
}
#address-book-content input[type=checkbox],
#my-account-content input[type=checkbox] {
	display: none
}
#address-book-content label,
#my-account-content label {
	cursor: pointer;
	font-size: 12px;
	color: #000
}
#address-book-content input[type=checkbox]+label:before,
#my-account-content input[type=checkbox]+label:before {
	border: none;
	background: #e6e6e6;
	content: "\00a0";
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0;
	vertical-align: middle;
	height: 20px;
	width: 20px
}
#address-book-content input[type=checkbox]:checked+label:before,
#my-account-content input[type=checkbox]:checked+label:before {
	vertical-align: middle;
	text-align: center;
	line-height: 18px;
	font-size: 10px;
	color: #d3a052;
	content: "\25FC"
}
.modify-profile-form .col .textbox,
.wishlist-form .full-col .textbox,
.wishlist-form .half-col .textbox:-ms-input-placeholder {
	color: #6a6a6a
}
.btn-del-article,
.btn-my-account,
a.btn-del-article,
a.btn-my-account {
	font-family: futuralight;
	font-size: 14px;
	text-transform: uppercase
}
.btn-my-account,
a.btn-my-account {
	background: #000;
	color: #fff;
	padding: 10px 30px
}
#address-book-content input[type=checkbox]:checked+label:after,
#my-account-content input[type=checkbox]:checked+label:after {
	font-weight: 700
}
.btn-my-account {
	border: none;
	margin-left: 30px;
	cursor: pointer
}
.btn-del-article,
a.btn-del-article {
	border: 1px solid #000;
	cursor: pointer
}
a.btn-my-account {
	display: table;
	margin: 20px auto;
	text-align: center;
	text-decoration: none
}
.btn-my-account:hover {
	color: #d3a052
}
.btn-del-article,
.btn-del-article:hover,
a.btn-del-article {
	background: #f5f5f5;
	color: #000
}
.btn-del-article {
	padding: 10px 30px
}
a.btn-del-article {
	padding: 8px 30px;
	margin: 5px 0 0;
	display: table
}
.order-list tr td:first-child,
.order-number,
.product-tbl tr:last-child td {
	font-family: futurabold
}

/*.product-tbl tr:last-child td:nth-child(2) {font-weight:bold} /* RK 27Sep2018 */

#address-book-content .btn-my-account {
	margin: 30px auto;
	display: block
}
#address-book-content {
	width: 990px;
	margin: 70px auto
}
#my-account-content .no-order-button-row {
	padding: 20px 0;
	margin: 0;
	display: block;
	text-align: center
}
.order-list tr td,
.order-list tr th {
	padding: 10px;
	text-align: left;
	color: #000
}
#my-account-content .no-order-button-row .btn-my-account {
	margin-left: 0
}
#my-account-content .no-order-button-row a.btn-my-account {
	margin: auto
}
.order-list {
	margin: 20px 0;
	width: 100%
}
.order-list tr th {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px
}
.order-list tr td {
	border-bottom: solid 2px #f5f5f5;
	background: #e6e6e6;
	font-size: 14px
}
.order-list tr td.alt {
	background: #f1f1f1
}
.order-number {
	text-align: center;
	line-height: 22px;
	font-size: 14px;
	color: #000;
	padding: 10px 0;
	margin: 0 0 10px
}
.product-tbl tr td,
.product-tbl tr th {
	text-align: left;
	text-transform: uppercase;
	color: #000
}
.order-address-row {
	flex-direction: row;
	display: flex
}
.order-address-col {
	background: #e6e6e6;
	padding: 20px;
	margin: 10px;
	width: 50%;
	flex: 1 1 auto
}
.order-address-col .title {
	text-transform: uppercase;
	font-size: 16px;
	color: #000;
	margin: 0 0 15px
}
.order-address-col .data {
	line-height: 22px;
	font-size: 16px;
	color: #000
}
.product-tbl {
	margin: 40px 0;
	width: 100%
}
.product-tbl tr {
	border-bottom: solid 1px #d5d5d5
}
.product-tbl tr th {
	font-weight: 300;
	font-size: 12px;
	padding: 10px 0
}
.product-tbl tr td {
	padding: 20px 0;
	font-size: 14px
}
.product-tbl tr td .img-box {
	border: 1px solid #999;
	margin: 0 0 30px;
	height: 150px;
	width: 150px;
	float: left
}
.product-tbl tr td .content {
	padding: 20px 0 0 20px;
	float: left;
	width: 70%
}
.product-tbl tr td .content .category-name {
	display: block;
	font-size: 14px
}
.product-tbl tr td .content .product-name {
	display: block;
	font-size: 18px
}
.product-tbl tr td .content .size {
	padding: 10px 0 0;
	display: block;
	font-size: 12px
}
.product-tbl tr td.total {
	font-size: 22px
}
.product-tbl tr td.total2 {
	font-size: 12px
}
.product-tbl tr:last-child {
	border-bottom: none
}
.product-tbl tr:last-child td {
	font-size: 16px
}
.product-tbl tr th:nth-of-type(1) {
	padding-left: 15px;
	width: 55%
}
.product-tbl tr td:nth-of-type(1) {
	width: 55%
}
.product-tbl tr td:nth-of-type(2),
.product-tbl tr th:nth-of-type(2) {
	width: 20%
}
.product-tbl tr th:nth-of-type(3) {
	width: 15%
}
.product-tbl tr td:nth-of-type(3) {
	text-align: right;
	padding: 20px 15px 20px 0;
	width: 15%
}
.product-tbl tr td .tbl-title-mobile {
	display: none
}
.print-button-row {
	padding: 20px 0;
	margin: 0;
	display: block;
	text-align: right
}
#my-account-full-content {
	width: 100%;
	margin: 80px auto 50px
}
.wishlist-desc {
	text-transform: uppercase;
	text-align: center;
	line-height: 22px;
	font-size: 18px;
	color: #000;
	margin: 20px 0
}
.wishlist-items-col .remove,
.wishlist-items-col .remove a {
	color: #999;
	text-transform: uppercase
}
.wishlist-items-col .remove a img{margin-top:-3px} /*RK 21Sep2018*/
#wishlistshopping{width:200px} /* RK 21Sep2018 */
.wishlist-button-row {
	padding: 20px 0;
	justify-content: center;
	display: flex
}
.wishlist-button-row input {
	max-width: 200px;
	margin: 5px;
	flex-grow: 1
}
#WPConShopping{width:200px} /* RK 24Sep2018 */
:lang(ru) .wishlist-button-row input#WConShopping {
  max-width: 230px;
}
.wishlist-items-row {
	flex-wrap: wrap;
	display: flex;
	padding: 20px 5px
}
.wishlist-items-col {
	max-width: 385px;
	min-height: 285px;
	flex-grow: 1;
	margin: 5px;
	position: relative;
	text-align: center
}
.wishlist-items-col img {
	max-width: 100%
}
.wishlist-items-col .img-cover {
	width: 100%;
	height: 285px;
	text-align: center;
	background: #fff;
	position: relative
}
.wishlist-items-col .img-cover .alert_message {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .7);
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}
.wishlist-items-col .remove {
	text-align: right;
	font-size: 12px;
	margin: 0 10px 0 0
}
.wishlist-items-col .item-content {
	position: absolute;
	bottom: 70px;
	width: 100%;
	text-align: center
}
.wishlist-items-col .alert_message {
	position: absolute;
	bottom: 64px
}
.wishlist-items-col .item-content .category-name {
	font-family: garda_titlingtworegular;
	text-transform: uppercase;
	line-height: 22px;
	font-size: 12px;
	color: #000
}
    .wishlist-items-col .item-content .product-name {
        font-family: garda_titlingtworegular;
        text-transform: uppercase;
        line-height: 20px;
        font-size: 16px;
        color: #000;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        text-overflow: -o-ellipsis-lastline;
        -webkit-box-orient: vertical;
        color: black;
        margin-bottom: 3px;
        max-height: 40px;
    }
.wishlist-items-col .item-content .price {
	font-family: garda_titlingtworegular;
	line-height: 22px;
	font-size: 18px;
	color: #000
}
.wishlist-form {
	border-top: solid 1px #d5d5d5;
	margin: 20px auto;
	width: 990px;
	display: flex;
	flex-wrap: wrap
}
.wishlist-form .title {
	text-transform: uppercase;
	text-align: center;
	line-height: 22px;
	font-size: 18px;
	color: #000;
	padding: 30px 0;
	width: 100%
}
.wishlist-form .half-col {
	margin: 7px 2% 7px 0;
	width: 49%;
	display: flex;
	flex-direction: column;
	position: relative
}
.wishlist-form .half-col:nth-child(odd) {
	margin-right: 0
}
.wishlist-form .half-col.correct_icn::after {
	content: url(../assets/icons/correct_icn.png);
	margin: 12px 0 0 10px;
	position: absolute;
	right: 0;
	top: 0
}
.wishlist-form .half-col.incorrect_icn::after {
	content: url(../assets/icons/incorrect_icn.png);
	margin: 12px 0 0 10px;
	position: absolute;
	right: 0;
	top: 0
}
.wishlist-form .full-col {
	margin: 7px 0;
	width: 100%;
	display: flex;
	flex-direction: column
}
.wishlist-form .row-req-field {
	font-size: 12px;
	color: #999;
	width: 100%
}
.wishlist-form .form-button-row {
	text-align: right;
	width: 100%
}
.formcenter .banner_ct,
.print_logo {
	text-align: center
}
.wishlist-form .form-button-row .btn-my-account {
	margin-left: 0
}
#my-address-cover {
	margin: 40px 0
}
#my-address-row {
	flex-wrap: wrap;
	display: flex;
	margin: 10px 0 0
}
.my-address-col {
	background: #e6e6e6;
	margin: 10px 1%;
	padding: 20px 2%;
	width: 44%
}
.my-address-col .title {
	color: #000;
	font-size: 16px;
	margin: 0 0 15px;
	text-transform: uppercase
}
.my-address-col .title .button-col {
	float: right
}
.my-address-col .title .button-col i {
	color: #999;
	cursor: pointer
}
.my-address-col .data {
	color: #000;
	font-size: 16px;
	line-height: 22px
}
.print_logo {
	margin: 20px 0
}
.print_logo>img {
	width: 225px
}
.formcenter .modify-profile-form {
	display: inherit;
	margin: 30px auto;
	width: 50%
}
.formcenter .modify-profile-form .col {
	width: 100%
}
#my-account-content.formcenter .row-button {
	width: 50%;
	margin: 0 auto
}
#my-account-content.formcenter .row-button .btn-my-account {
	margin-right: 25px
}
.formcenter .modify-profile-form .col select {
	padding: 15px 15px 15px 10px
}
.formcenter .banner_ct img {
	width: 100%
}
.order-list tr td:first-child, .order-number, .product-tbl tr:last-child td{line-height:19px;}
@media only screen and (max-width: 1280px) {
	#address-book-content,
	#my-account-content,
	.wishlist-form {
		width: 98%
	}
}
@media only screen and (max-width: 1023px) {
	#my-account-nav ul {
		width: 96%
	}
	.modify-profile-form .col select {
		width: 92%
	}
	.modify-profile-form .col input[type=text],
	.wishlist-form .half-col input[type=text] {
		width: 92%
	}
	#address-book-content {
		margin: 50px auto;
		width: 96%
	}
	.wishlist-items-col .btn-my-account {
		margin: 10px auto
	}
	.order-list tr td:nth-child(5),
	.order-list tr td:nth-of-type(4),
	.order-list tr th:nth-child(5),
	.order-list tr th:nth-of-type(4) {
		display: none
	}
	.product-tbl tr td:nth-of-type(1),
	.product-tbl tr th:nth-of-type(1) {
		width: 60%
	}
	.product-tbl tr td:nth-of-type(2),
	.product-tbl tr th:nth-of-type(2) {
		width: 25%
	}
	.product-tbl tr td:nth-of-type(3),
	.product-tbl tr th:nth-of-type(3) {
		width: 15%
	}
	.product-tbl tr td .content {
		width: 56%
	}
	.wishlist-items-row {
		padding: 20px .5%
	}
	.wishlist-items-col {
		max-width: 49%;
		min-height: 285px;
		margin: 5px .5%
	}
	.wishlist-form {
		width: 98%
	}
}
@media only screen and (max-width: 640px) {
	#my-account-content {
		width: 94%
	}
	.modify-profile-form .col {
		margin: 0 0 22px;
		width: 100%
	}
	.modify-profile-form .hide {
		display: none
	}
	.modify-profile-form .col select {
		width: 95%
	}
	.modify-profile-form .col input[type=text],
	.wishlist-form .half-col input[type=text] {
		width: 95%
	}
	#my-account-content .info-outer {
		display: flex;
		flex-direction: column-reverse
	}
	#address-book-content .info-outer {
		display: flex;
		flex-direction: column
	}
	#my-account-content .info-msg {
		text-align: justify
	}
	#my-account-content .row-button {
		padding: 15px 0;
		text-align: center
	}
	#my-account-content .btn-my-account {
		margin: 0 0 10px
	}
	#address-book-content {
		margin: 30px auto 70px;
		width: 94%
	}
	#address-book-content .row-button .btn-my-account {
		margin: 0 0 0 10px
	}
	.order-list tr td:nth-child(4),
	.order-list tr td:nth-child(5),
	.order-list tr td:nth-child(6),
	.order-list tr td:nth-of-type(2),
	.order-list tr th:nth-child(4),
	.order-list tr th:nth-child(5),
	.order-list tr th:nth-child(6),
	.order-list tr th:nth-of-type(2) {
		display: none
	}
	.order-number {
		margin: 0 0 20px
	}
	.order-address-row {
		flex-direction: column;
		margin: 0
	}
	.order-address-col {
		width: auto;
		margin: 5px
	}
	.product-tbl {
		margin: 30px 0 0
	}
	.product-tbl thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px
	}
	.product-tbl tr:first-child td {
		position: relative
	}
	.product-tbl tr td .tbl-title-mobile {
		margin: -35px 0 0;
		padding: 0 0 10px;
		font-size: 12px;
		display: block
	}
	.product-tbl tr:first-child td:nth-of-type(2) {
		text-align: left
	}
	.product-tbl tr td:nth-of-type(1) {
		display: block;
		width: auto
	}
	.product-tbl tr td:nth-of-type(2) {
		padding: 20px 0 20px 15px;
		display: inline-block;
		text-align: left;
		width: 55%
	}
	.product-tbl tr td:nth-of-type(3) {
		display: inline-block;
		text-align: right;
		width: 33%
	}
	.product-tbl tr td .img-box {
		margin: 0 0 20px
	}
	.product-tbl tr td .content {
		width: 96%
	}
	.product-tbl tbody tr td.hide {
		display: none
	}
	.print-button-row {
		padding: 20px 15px 20px 0
	}
	.wishlist-items-row {
		padding: 0 5px
	}
	.wishlist-items-col {
		text-align: center;
		max-width: 100%;
		margin: 5px
	}
	.wishlist-items-col .item-content {
		bottom: 75px
	}
	.wishlist-button-row {
		flex-direction: column-reverse
	}
	.wishlist-button-row input {
		margin: 5px auto
	}
	.wishlist-form {
		width: 95%
	}
	.wishlist-form .full-col,
	.wishlist-form .half-col {
		margin: 7px 0;
		width: 100%
	}
	#my-address-row {
		flex-direction: column
	}
	.my-address-col {
		margin: 5px;
		width: auto
	}
	.formcenter .modify-profile-form {
		width: 100%
	}
	#my-account-content .product-tbl tr td .content {width: 70%;}
	#my-account-content .product-tbl tr td .tbl-title-mobile{margin-top:0}
}
@media only screen and (max-width: 480px) {
	.modify-profile-form .col select {
		width: 94%
	}
	.modify-profile-form .col input[type=text],
	.wishlist-form .half-col input[type=text] {
		width: 94%
	}
	#my-account-nav {
		position: inherit;
		top: 0
	}
	#my-account-content,
	#my-account-full-content {
		margin-top: 40px
	}
	#my-account-content .product-tbl tr td .content {width: 60%;}
}
@media only screen and (max-width: 360px) {
	.modify-profile-form .col select {
		width: 92%
	}
	.modify-profile-form .col input[type=text],
	.wishlist-form .half-col input[type=text] {
		width: 83%
	}
	#my-account-nav {
		height: auto
	}
	#my-account-nav ul li:first-child {
		border-top: 0
	}
	#my-account-nav ul li {
		margin: 0 15px 0 0
	}
	#my-account-content .product-tbl tr td .content {width: 49%;padding:0 0 0 10px}
	:lang(ru) .btn-del-article, :lang(ru) .btn-my-account, :lang(ru) a.btn-del-article, :lang(ru) a.btn-my-account {font-size: 12px;padding: 10px 5px }
	:lang(de) .btn-del-article, :lang(de) .btn-my-account, :lang(de) a.btn-del-article, :lang(de) a.btn-my-account {font-size: 12px;padding: 10px 5px }
}
@media only screen and (max-width: 320px) {
	.modify-profile-form .col select {
		width: 91%
	}
	.modify-profile-form .col input[type=text],
	.wishlist-form .half-col input[type=text] {
		width: 81%
	}
	#my-account-content .product-tbl tr td .content {width: 42%;}
}