.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-dismissible {
    padding-right: 4rem;
}
.alert .close{
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
	background-color: transparent;
    border: 0;
    -webkit-appearance: none;
	position: absolute;
    top: 0;
    right: 0;
    padding: .5rem 1.25rem;
    color: inherit;
	cursor: pointer;
}

.alert  .close:focus, .alert  .close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
	background-color: transparent;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
td, th {
    padding: 0;
}
th {
    text-align: left;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0;
}
#accordionOrders,
#accordionReturns{
	margin-bottom:30px;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
	border:0px;
}
.card-header {
    padding: 18px 40px;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #E6E6E6;
	display:flex;
	align-items:center;
	color:#000;
	font-size:18px;
	line-height:1;
	position:relative;
	cursor:pointer;
}
.card-header:after{
	content:"";
	position:absolute;
	display:block;
	width:15px;
	height:15px;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	transform:rotate(45deg);
	right:24px;
	top:50%;
	margin-top:-10px;
	transition:.3s;
}
.card-header span{
	margin-right:12px;
	display:inline-block;
}

.card-header a.order-id{
	color:#F2206C;
	background:#FCFCFC;
	padding:6px 12px;
	margin-right:12px;
	font-family: 'Whitney-Medium', sans-serif;
}

.card-header a.order-id:hover{
	text-decoration:underline;
}
.card-header span.order-date{
	padding:6px 12px;
}
.card-header span.order-status label{
	display: block;
    padding: 6px 12px !important;
    border-radius: 0 !important;
}
.card-header:not(.collapsed){
	background:#F2206C;
	color:#fff;
	border-color:#F2206C;
}
.card-header:not(.collapsed):after{
	transform:rotate(-135deg);
	border-right-color:#fff;
	border-bottom-color:#fff;
	margin-top:0;
}
.card-header:not(.collapsed) span.order-date,
.card-header:not(.collapsed) span.order-status label{
	background-color:rgba(255,255,255,0.2) !important;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.collapse {
    display: none;
}
.collapse.in  {
    display: block;
  }
.card-body {

}
@media (min-width: 992px) {
    #column-left{
	width:31%;
}
#column-left + #content{
	width:69%;
}
}
body[class*="account-"] #content h1 span{color:#000;}
body[class*="account-"] #content h1{
	color:#F2206C;
	font-family: Whitney-Semibld;
	text-transform: uppercase;
	padding:19px 40px;
	line-height:1;
	font-size:28px;
	margin:0 0 10px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}

body[class*="account-"] #content h1 + form{
	margin-top:30px;
}

ul.breadcrumb{
	    margin: 10px 0 40px;
		background:#FCFCFC;
		color:#000;
		padding:18px 20px;
}

ul.breadcrumb li{
	padding-right:0;
}

ul.breadcrumb li a{
	color:#000;
	font-size:14px;
}

ul.breadcrumb li:after{
	content:"/";
	color:#000;
	margin:0 10px;
	position:static;
	background:none;
}

ul.breadcrumb li:last-child span{
	color:#000;
	font-size:14px;
}

@media (max-width:767px){
	ul.breadcrumb{
		margin:40px 0 20px;
		padding:18px 20px;
		font-size:12px;
	}
	ul.breadcrumb li a{
		font-size:12px;
	}
	body[class*="account-"] #content h1 + form{
		margin-top:0px;
	}
}

.account-menu h2{
	font-size:28px;
	color:#F2206C;
	font-weight:400;
	margin:0 0 30px;
	text-transform: uppercase;
}
.account-menu ul{
	margin-left:-15px;
	margin-right:-15px;
	display:flex;
	flex-wrap:wrap;
}
.account-menu ul li{
	padding:0 15px;
	width:25%;
	margin-bottom:30px;
}
.account-menu ul li a{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	width:100%;
	height:100%;
	padding:20px 18px;
	border:1px solid #E6E6E6;
	font-size:14px;
	font-weight:400;
	color:#000;
	transition:.1s;
}
.account-menu ul li a span{
	flex:1;
}

.account-menu ul li a:hover{
	border-color:#FCFCFC;
	background:#FCFCFC;
	height:calc(100% + 10px);
	margin-bottom:-10px;
}

.account-menu ul li a .ic,
.account-links a .ic,
body[class*="account-"] #content h1 .ic,
.account-table .btn .ic,
#account-order #content .table .btn .ic{
	display:block;
	position:relative;
	width:60px;
	height:60px;
	background:#FCFCFC;
	margin-right:18px;
}
.account-menu ul li a:hover .ic{
	background:#fff;
}

body[class*="account-"] #content h1 .ic{
	display:none;
	width:38px;
	height:38px;
	margin-right:20px;
	background: #fff;
}


.account-menu ul li a .ic:before,
.account-links a .ic:before,
body[class*="account-"] #content h1 .ic:before,
.account-table .btn .ic:before,
#account-order #content .table .btn .ic:before{
	content:"";
	display:block;
	width:24px;
	height:24px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background-color: #F2206C;
    text-align: center;
    transition: .3s;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    -webkit-mask-position: center;
    mask-position: center;
}

body[class*="account-"] #content h1 .ic:before{
	background-color:#000;
	width:20px;
	height:20px;
}

.ic-edit:before {
    -webkit-mask-image: url(../image/account/edit.svg);
    mask-image: url(../image/account/edit.svg);
}

.ic-address:before {
    -webkit-mask-image: url(../image/account/address.svg);
    mask-image: url(../image/account/address.svg);
}

.ic-newsletter:before {
    -webkit-mask-image: url(../image/account/newsletter.svg);
    mask-image: url(../image/account/newsletter.svg);
}

.ic-order:before {
    -webkit-mask-image: url(../image/account/order.svg);
    mask-image: url(../image/account/order.svg);
}

.ic-password:before {
    -webkit-mask-image: url(../image/account/password.svg);
    mask-image: url(../image/account/password.svg);
}

.ic-recurring:before {
    -webkit-mask-image: url(../image/account/recurring.svg);
    mask-image: url(../image/account/recurring.svg);
}

.ic-return:before {
    -webkit-mask-image: url(../image/account/return.svg);
    mask-image: url(../image/account/return.svg);
}

.ic-reward:before {
    -webkit-mask-image: url(../image/account/reward.svg);
    mask-image: url(../image/account/reward.svg);
	    -webkit-mask-size: auto 100% !important;
    mask-size: auto 100% !important;
}

.ic-transaction:before {
    -webkit-mask-image: url(../image/account/transaction.svg);
    mask-image: url(../image/account/transaction.svg);
}

.ic-wishlist:before {
    -webkit-mask-image: url(../image/account/wishlist.svg);
    mask-image: url(../image/account/wishlist.svg);
}

.ic-cart:before {
    -webkit-mask-image: url(../image/account/cart.svg);
    mask-image: url(../image/account/cart.svg);
}

.ic-remove:before {
    -webkit-mask-image: url(../image/account/remove.svg);
    mask-image: url(../image/account/remove.svg);
}
.ic-reply:before {
    -webkit-mask-image: url(../image/account/reply.svg);
    mask-image: url(../image/account/reply.svg);
}

.ic-eye:before {
    -webkit-mask-image: url(../image/account/eye.svg);
    mask-image: url(../image/account/eye.svg);
}

@media (max-width:992px){
	.account-menu ul li a{
		padding:15px;
		flex-direction:column;
		text-align:center;
	}
	.account-menu ul li a .ic{
		width: 100%;
        height: 0;
        padding-top: 100%;
		margin:0 0 15px;
	}
	.account-menu ul li a .ic:before{
		width:48px;
		height:48px;
	}
}

@media (max-width:767px){
	.account-menu ul li{
		width:50%;
	}
}

.account-links{
	border:1px solid #E6E6E6;
	border-bottom:0;
}
.account-links a{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	border-bottom:1px solid #E6E6E6;
	padding:14px 14px 14px 40px;
	align-items:center;
	font-size:14px;
	color:#000;
}
.account-links a:hover{
	border-bottom-color:#F2206C;
	background:#FCFCFC;
}
.account-links a span{
	flex:1;
}

.account-links a .ic{
	width:38px;
	height:38px;
	margin-right:20px;
}

.account-links a .ic:before{
	width:20px;
	height:20px;
}

.account-links a.active-link{
	background:#F2206C;
	border-color:#F2206C;
	color:#fff;
}
.account-links a:hover .ic,
.account-links a.active-link .ic{
	background:#fff;
}

.account-links a.active-link .ic:before{
	background-color:#000;
}

.account-short-info{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	padding-left:40px;
	font-size:14px;
	background:#fff;
	margin-bottom:28px;
}
.account-short-info .ic-person{
	display:block;
	width:38px;
	height:38px;
	margin-right:20px;
	background:#F2206C;
	position:relative;
}
.account-short-info .ic-person:before{
	content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    text-align: center;
    transition: .3s;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    -webkit-mask-position: center;
    mask-position: center;
	 -webkit-mask-image: url(../image/account/person.svg);
    mask-image: url(../image/account/person.svg);
}
.account-short-info > p span{
	display:block;
}

.account-short-info > p span.acc-email{
	margin-top:7px;
	color:#F2206C;
}

.account-short-info .logout-link{
	margin-left:auto;
	color:#F2206C;
	display:inline-block;
	padding:10px 20px;
	transition:.3s;
	background:transparent;
}

.account-short-info .logout-link:hover{
	background:#FCFCFC;
}

body[class*="account-"] #content form legend,
body[class*="account-"] #content form .form-group label.col-sm-2{
	display:none;
}

body[class*="account-"] #content form fieldset{
	margin-left:-20px;
	margin-right:-20px;
	display:flex;
	flex-wrap:wrap;
}
body[class*="account-"] #content form .form-group{
	padding-left:20px;
	padding-right:20px;
	width:50%;
	margin-bottom:30px;
}
body[class*="account-"] #content  form .form-group label.col-sm-2,
body[class*="account-"] #content  form .form-group div.col-sm-10{
	width:100%;
	padding:0;
}

body[class*="account-"] #content form .form-group .form-control{
	border-top-color:#fff;
	border-left-color:#fff;
	border-right-color:#fff;
	padding:14px 40px;
}

body[class*="account-"] #content form .form-group .text-danger{
	background: #F2206C;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    font-size: 14px;
}

body[class*="account-"] #content .buttons{
	display:inline-block;
	margin-top:30px;
}
body[class*="account-"] #content form .buttons{
	margin-top:0;
}
body[class*="account-"] #content .buttons .pull-left{
	margin-left:74px;
	float:right !important;
}
body[class*="account-"] #content .buttons .btn{
	color:#F2206C;
	border:0px;
	padding:14px 37px;
	font-size:14px;
	background:#FEFEFE;
	text-transform:uppercase;
	transition:.3s;
	font-family: 'Whitney-Semibld',sans-serif;
	letter-spacing:1px;
}
body[class*="account-"] #content .buttons .btn:hover{
	background:#F2206C;
	color:#fff;
}
#account-edit #content .input-group.date .btn,
#account-return #content .input-group.date .btn{
	 background: #FCFCFC;
	 height:46px;
}
.ic-calendar{
	display:block;
}
.ic-calendar:before{
content: "";
    display: block;
    width: 20px;
    height: 20px;
    background:#F2206C;
    text-align: center;
    transition: .3s;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    -webkit-mask-position: center;
    mask-position: center;
	 -webkit-mask-image: url(../image/account/calendar.svg);
    mask-image: url(../image/account/calendar.svg);
}

.bootstrap-datetimepicker-widget{
	display:none;
	background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
    background-color: #F2206C !important;
}
.visible-important{
	display:block !important;
}

#account-address .address-list{
	width:100%;
	line-height:normal;
}
#account-address  .address-list .btn{
	border: 0px;
	    color: #F2206C;
		font-size: 14px;
    background: #FEFEFE;
    text-transform: uppercase;
    transition: .3s;
    font-family: 'Whitney-Semibld', sans-serif;
    letter-spacing: 1px;
}
#account-address  .address-list .btn:hover{
	    background: #F2206C;
    color: #fff;
}

#account-address  .address-list .pink-label{
	color:#F2206C;
	font-size:12px;
}

#account-address .address-list p{
	margin-bottom:10px;
}
#account-address .address-list tbody tr{
	background:#FEFEFE;
}
#account-address .address-list tbody tr + tr{
	border-top:1px solid #dfdfdf;
}

#account-address .address-list tbody tr td{
	padding:14px 39px;

}

@media (max-width:992px){
	body[class*="account-"] #column-left{
		display:none;
	}
	body[class*="account-"] #column-left + #content.col-sm-9{
		width:100%;
	}
	.account-short-info{
		background:#FCFCFC;
		padding:14px 20px;
		margin:0 0 20px;
	}
	body[class*="account-"] #content h1{
		padding:14px 20px;
		font-size:24px;


		margin:0;
	}
	body[class*="account-"] #content h1 .ic{
		display:block;
	}
	body[class*="account-"] #content form .form-group{
		margin-bottom:20px;
	}
	body[class*="account-"] #content form .form-group .form-control{
		padding:14px 20px;
	}
	#account-address .address-list tbody tr td{
		padding:14px 20px;
	}
}

@media (max-width:576px){
	.account-short-info .logout-link{
		display:none;
	}
	body[class*="account-"] #content form .form-group{
		width:100%;
	}
	body[class*="account-"] #content .buttons{
		display:block;
	}
	body[class*="account-"] #content .buttons .pull-left{
		margin-left:15px;
	}

	body[class*="account-"] #content .buttons .pull-right{
		float:left !important;
	}
}
.account-table,.account-table th, .account-table td{
border: 1px solid #fff;
  border-collapse: collapse;
  background:#FDFDFD;
  vertical-align: middle !important;
  line-height:1.4 !important;
}
.account-table th, .account-table td{
	padding:10px !important;
	color:#000;
	font-size:14px;
}

@media (min-width:768px){
	.account-table th,
	.account-table td{
		min-height:80px;
		height:80px;
	}
}
.account-table tbody td a{
	color:#F2206C;
	font-family:'Whitney-Medium',sans-serif;
}

.account-table tbody td a:hover,
.account-table tbody td.column-action a{
	color:#000 !important;
}

.account-table .text-nowrap{
	text-wrap:nowrap;
}

.account-table .btn,
#account-order #content .table .btn{
	width:34px;
	height:34px;
	background:#FEFEFE;
	border:0;
	padding:9px;
}
.account-table .btn + .btn{
	margin-left:15px;
}
#account-order #content .table .btn + .btn{
	margin-left:6px;
}
.account-table .btn:hover,
#account-order #content .table .btn:hover{
	background:#F2206C;
}

.account-table .btn .ic,
#account-order #content .table .btn .ic{
	width:16px;
	height:16px;
	background:transparent !important;
}

.account-table .btn .ic:before,
#account-order #content .table .btn .ic:before{
	width:16px;
	height:16px;
	background-color:#F2206C;
	    -webkit-mask-size: auto 100%;
    mask-size: auto 100%;
}

.account-table .btn:hover .ic:before,
#account-order #content .table .btn:hover .ic:before{
	background-color:#fff;
}

.account-table .visible-xs{
	display:none;
}

.account-table tbody td.column-more a{
	font-family:'Whitney-Light',sans-serif;
	color:#000;
}

.account-table .column-image img{
	width:80px;
	height:60px;
	object-fit:cover;
}

.account-table .pink-label{
		padding-right:6px;
		color:#F2206C;
	}

	.account-table .black-label{
		color:#000;
	}

@media (max-width:767px){
	#account-order .account-table thead{
		display:none;
	}
	.account-table,
	.account-table tbody{
		display:block;
		font-size:13px;
	}
	.account-table tbody tr{
		display:flex;
		flex-wrap:wrap;
	}
	.account-table tbody tr td{
		display:inline-flex !important;
		align-items:center;
		padding:6px;
		flex:auto;
	}
	.account-table .column-image{
		width:62px;
	}
	.account-table .column-image img{
		width:50px;
		height:38px;
	}
	.account-table .column-name{
		width:calc(100% - 62px - 82px - 90px);
		font-size:11px;

	}

	.account-table .column-name a{
		display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
	}

	.account-table .column-price{
		width:90px;
		justify-content:center;
	}
	.account-table .column-more{
		width:82px;
		justify-content:center;
	}

	.account-table .column-quantity,
	.account-table .column-stock{
		order:5;
		display:none !important;
	}
	.account-table .column-model{
	order:6;
	display:none !important;
	}
	.account-table .column-action{
		order:7;
		justify-content:flex-end;
		display:none !important;
		max-width: 152px;
	}
	.account-table .column-size{
		order:7;
		display:none !important;
	}
	.account-table .column-action .btn{
		&.mobile-text-button {
			width: auto;

			&:hover {
				color: #fff;
			}
		}
	}

	.account-table .column-stock.is-visible,
	.account-table .column-model.is-visible,
	.account-table .column-action.is-visible,
	.account-table .column-quantity.is-visible,
	.account-table .column-size.is-visible{
		display:inline-flex !important;
	}

	.select2-container--default .select2-selection--single .select2-selection__rendered{
		line-height:1.2 !important;
		white-space: normal !important;
		word-break: break-all;
		padding:10px 0px;
	}

	.card-header{
		padding:11px 20px;
		font-size:14px;
	}

	.card-header span,
	.card-header a.order-id{
		margin-right:6px;
	}

	.card-header a.order-id,
	.card-header span.order-date,
	.card-header span.order-status label{
		padding:6px !important;
	}

	.card-header:after{
		width:10px;
		height:10px;
		margin-top:-7px;
		right:15px;
	}

}

.reward-total{
	margin-left:auto;
	padding:9px 20px;
	background:#fff;
	display:inline-block;
	color:#151515;
	font-size:28px;
	font-family: 'Whitney-Medium', sans-serif;

	.currency {
		font-size:70%;
	}
}

.reward-table{
	font-size:20px;
	text-align: center;

	&.empty {
		padding-inline: 40px;
	}

	@media (min-width:767px) {
		text-align: left;
	}
}

.reward-table td{
	padding:20px 40px !important;
	border-top-color:#E6E6E6 !important;
	font-size:20px;
}

.reward-table tbody tr:first-child td{
	border:0 !important;
}

.reward-table .pink-label{
	color:#F2206C;
}

.reward-table tfoot td{
	background:#FCFCFC;
	font-size:14px !important;
	border:0 !important;
}
.reward-table tfoot td a{
	    display: inline-flex;
		flex-wrap:wrap;
    margin-right: 10px;
    align-items: center;
	color:#151515;
}
.reward-table tfoot td a:hover{
	text-decoration:underline;
	color:#F2206C;
}

.reward-table tfoot td a .ic{
	width:14px;
	height:14px;
	float:left;
	margin-right:10px;
	transition: .3s;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    -webkit-mask-position: center;
    mask-position: center;
	background-color:#F2206C;

}
.reward-table tfoot td a .ic-reward-link-1{
	-webkit-mask-image: url(../image/account/reward-link-1.svg);
    mask-image: url(../image/account/reward-link-1.svg);
}

.reward-table tfoot td a .ic-reward-link-2{
	-webkit-mask-image: url(../image/account/reward-link-2.svg);
    mask-image: url(../image/account/reward-link-2.svg);
}

body[class*="account-"] #account-return #content form .form-group label.col-sm-2{
	display:block;
	padding:5px 40px;
	color:#333;
}

.checkboxs-item-inline{
	display:inline-block;
	margin-right:20px;
}

@media (max-width:767px){
	.return-table .column-name{
		flex-direction:column;
		align-items: flex-start;
	}
	.return-table .column-status{
		display:none !important
	}
	.return-table .column-date{
		width:90px;
		flex-wrap:wrap;
	}
}

.account-balance{
	background:#FCFCFC;
	padding:20px 40px;
	font-size:24px;
	display:flex;
	flex-wrap:wrap;
	align-items:baseline;
	color:#F2206C;
	margin:0 0 10px;
	gap:.35rem;

	.text-cashback {
		font-size: 70%;
	}

	&.rewards {
		color: #000;
		font-size: 26px;
		font-family: Whitney-Semibld;
	}
}
.account-balance b{
	color:#000;
	font-family: 'Whitney-Medium', sans-serif;
	margin-left:auto;
}

.column-description{
	font-family: 'Whitney-Medium', sans-serif;
	color:#F2206C !important;
}

@media(max-width:767px){
	.account-balance{
		text-align:center;
		font-size:14px;
		padding:30px 20px;
	}
	.transaction-table thead,
	.recurring-table thead{
		width:100%;
		display:block;
	}
	.transaction-table thead tr,
	.recurring-table thead tr{
		width:100%;
		display:flex;

	}
	.transaction-table tbody tr,
	.recurring-table tbody tr{
		border-top:1px solid #ddd;
	}
	.transaction-table thead tr td,
	.transaction-table tbody tr td,
	.recurring-table thead tr td,
	.recurring-table tbody tr td{
		font-size:11px;
		display:inline-flex;
		align-items:center;
		margin:5px 0;
		border-top: 0px !important;
		border-bottom: 0px !important;
	}

	.transaction-table .col-2{
		order:1;
		font-size:13px;
		width:calc(100% - 84px - 76px);
	}
	.transaction-table .col-1{
		order:2;
		width:84px;
		border-left:1px solid #ddd;
	}
	.transaction-table .col-3{
		order:3;
		width:76px;
		border-left:1px solid #ddd;
	}
	.recurring-table .col-1,
	.recurring-table .col-3{
		display:none !important;
	}
	.recurring-table .col-2{
		font-size:13px;
		width:calc(100% - 84px - 76px);
		    flex-direction: column;
			align-items: flex-start;
	}

	.recurring-table .col-4{
		width:84px;
		border-left:1px solid #ddd;
	}
	.recurring-table .col-5{
		width:76px;
		border-left:1px solid #ddd;
	}
}

.form-newsletter{
	margin-top:0 !important;
}

.form-newsletter .checkbox-entry{
	margin:0;
	width:100%;
	border-bottom:1px solid #E6E6E6;
	padding:14px 40px;
}
.form-newsletter .checkbox-entry.type2 span{
	font-weight:normal;
	padding-left:0;
	padding-right:30px;
}
.form-newsletter  .checkbox-entry.type2 span:before{
	right:0;
	left:initial;
	border:1px solid #E6E6E6 !important;
}
.form-newsletter  .checkbox-entry.type2 input:checked+span:after{
	right:7px;
	left:initial;
	border-bottom-width: 1px;
    border-right-width: 1px;
}

@media (max-width:767px){
	.form-newsletter fieldset{
		margin-bottom:10px;
	}
	.form-newsletter .form-group{
		margin:0 !important;
	}
	.form-newsletter .checkbox-entry{
		padding:20px;
	}
}

.back-to-account{
	display:none;
	color:#151515;
	font-family: 'Whitney-Medium', sans-serif;
	padding:6px 6px 6px 56px;
	position:relative;
	transition:.3s;
	margin:20px 0;
}

.back-to-account:before{
	content:"";
	width:35px;
	height:12px;
	display:block;
	transition:.3s;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	background:url(../image/account/back-account.svg) no-repeat 0 center;
	background-size:auto 100%;
}

.back-to-account:focus{
	padding-left:76px;
}

.back-to-account:focus:before{
	width:56px;
}

@media (max-width:767px){
	.back-to-account{
		display:inline-block;
	}
}

.wishlist {
	line-height: 1.25;
	padding-inline: 40px;

	.heart-icon {
		  color: #F2206C;
	}

	p {
		&:not(:last-child) {
			margin-bottom: 1rem;
		}
	}
}
