.us-account-list {
    background-color: #fff;
    border-radius: 0 0 1px 1px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .03);
    transition: box-shadow .15s;
    margin-bottom: 0
}

.us-account-list:hover{
	 box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

.us-account-item {
    padding: 15px 15px 14px
}

.us-account-link {
    color: #000;
    transition: color .15s 50ms
}

#account-register .us-content-register-text + .popup-social{
	margin:0 0 16px;
	padding:16px 0;
}

.us-main-shop-title{
	display: block;
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 30px;
}

.us-account-link span {
    line-height: 20px;
    letter-spacing: .3px;
    margin-left: 15px
}
.us-account-item:not(:last-child) {
    border-bottom: 1px solid #f4f4f4
}

.us-account-link i{
	font-size: 20px
}

.us-account-link.active,
.us-account-link:hover{
	 color: var(--accent-color)
}

.bonuses-card {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    margin: 0 0 30px;
	padding: 30px 40px;
	color:#333;
}

.bonuses-info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bonuses-info-item {
    position: relative;
}

.bonuses-info-row .bonuses-info-item {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
	margin-top: 25px;
}

.bonuses-info-item:after {
    right: 0;
    top: 0;
    position: absolute;
    content: "";
    display: none;
    height: 100%;
    width: 1px;
    background: #e7e7e7;
}

.bonuses-info-item__label {
    font-size: 12px;
    margin: 0 0 20px;
}

.bonuses-info-item__value {
    font-size: 26px;
    margin: 0;
    font-weight: 600;
}

.bonuses-info-item p {
    color: #333;
    text-align: center;
    line-height: 1.25;
}

.bonuses-progress-heading__label{
    font-size: 14px;
    margin: 0 10px 5px 0;
    white-space: nowrap;
    display: inline-block;
}

.bonuses-progress-heading__price {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    white-space: nowrap;
}

.bonuses-progress-heading__price a{
	text-decoration:none !important;
	color:initial !important;
}

.bonuses-progress-heading__price a:hover{
	color:var(--accent-color) !important;
}

.not-spent-heading .bonuses-progress-heading__label{
	font-size:12px;
}
.not-spent-heading .bonuses-progress-heading__price,
.not-spent-heading .bonuses-progress-heading__price a{
	color:#FF5722 !important;
	font-size:18px;
}


.bonuses-card__progress-line {
    margin: 30px 0;
}

.progress-line__segments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.progress-line__segments-percent {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: -webkit-gradient(linear,right top,left top,from(#29a34a),to(#00bf2c));
	background: linear-gradient(270deg,#29a34a,#00bf2c);
    z-index: 1;
    border-radius: 10px;
}

.progress-line__segments .progress-line__segment {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    height: 7px;
    background-color: #f3f3f3;
    position: relative;
}

.progress-line__segments .progress-line__segment:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #fff;
    z-index: 2;
}

.progress-line__labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}

.progress-line__label {
    text-align: center;
}
.progress-line__label:first-child {
    text-align: left;
}

.progress-line__label:last-child {
    text-align: right;
}

.progress-line__label-percent {
    font-weight: 700;
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
}

.progress-line__label-value {
    color: #909090;
    font-size: 14px;
}

.bonuses-card .ex-currency{
	font-size: 14px;
    margin-left: 0.25rem;
}

.customer-avatar-field{
	margin:0 0 30px;
}

#account-edit #content .btn-success{
	color:#fff !important;
}

.customer-avatar-field .profileimg .btn{
	margin-right:20px;
}

.customer-avatar-field img{
	margin-right:20px;
}

#account-edit form legend{
	margin:0 0 15px;
}

#account-edit fieldset{
	padding:30px 30px 15px;
	border: 1px solid #e7e7e7;
    border-radius: 5px;
	margin:0 0 25px;
}


#account-edit fieldset > .row{
	margin-left:-15px;
	margin-right:-15px;
}

#account-edit fieldset label{
	font-size: 12px;
    color: #909090;
	display: block;
    margin-bottom: 5px;
	line-height:1;
}

#account-edit fieldset .form-group{
	padding-left:15px;
	padding-right:15px;
	width:33.3333%;
	float:left;
	min-height:1px;
	margin:0 0 15px;
}

#account-edit fieldset .form-group:first-child,
#account-edit fieldset .form-group:nth-of-type(2){
	width:100%;
}
#account-edit fieldset .buttons{
	margin-bottom:15px;
}
#account-edit fieldset .buttons .btn ~ .btn{
	margin-left:15px;
}

.update-account-link{
	text-decoration:none !important;
	margin:0 0 0 10px;
	padding:0;
}

#account-edit fieldset:not(.show-fields) .form-group > .form-control,
#account-edit fieldset:not(.show-fields) .form-group > .date,
#account-edit fieldset:not(.show-fields) .buttons{
	display:none;
}

#account-edit fieldset.show-fields .form-group > .form-control-label{
	display:none;
}

#account-edit #content .popup-social{
	padding:0;
	margin:0 0 30px;
}
.network-buttons .social_block .social-icon{
	min-width: unset;
    display: flex;
    align-items: center;
	flex-wrap:wrap;
}
.network-buttons .social_block .social-icon .social-container-box{
	width:50px;
	margin:0 15px 0 0;
}

.network-buttons  .popup-social .social_block .provider{
	position:static;
	width:100%;
	font-size: 12px;
    color: #909090;
	margin-bottom:5px;
}

.network-buttons  .popup-social .social_block .inserted{
	position:static;
	text-decoration:underline;
}
.network-buttons  .popup-social .social_block .network{
	margin-bottom:5px;
}

.network-buttons .social_block .social-icon img, 
.network-buttons .social_block .social-icon svg{
	margin:0;
}
.aci{
	padding-top:15px;
	color:#000;
}
.aci .aci-header{
	margin-bottom:20px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    color: #333;
}

.aci .aci-header .aci-photo img{
	border-radius:50%;
	width:80px;
	height:80px;
}

.aci .aci-header .aci-data{
    margin-left: 20px;
}
.aci .aci-header .aci-data b{
	font-size: 18px;
    margin-bottom: 15px;
	display:block;
    word-break: break-word;
}

.aci .aci-header .aci-data span{
	display:block;
	font-size: 14px;
    color: #909090;
}

.aci .aci-footer{
	-webkit-box-orient: horizontal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    padding: 13px 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	margin-bottom: 30px;
}

.aci .aci-footer > div {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 50%;
}

.aci .aci-footer > div:last-child{
	    border-left: 1px solid #e7e7e7;
}

.aci .aci-footer > div b{
	display: block;
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
}

.aci .aci-footer > div span{
	font-size: 12px;
    color: #909090;
    text-align: center;
}

.aui{
	text-align:center;
	margin:30px 0;
	padding:13px;
	border: 1px solid #e7e7e7;
    border-radius: 5px;
}

.aui > b{
	display:block;
	margin:10px auto;
	color:#000;
}

.aui .aui-info{
	width: 65%;
    margin: 0 auto;
    font-size: 90%;
    color: #333;
    text-align: center;
}

.aui .aui-info > div{
	padding:2px 0;
}

.aui .aui-info a:hover{
	color:var(--accent-color);
}

@media only screen and (min-width: 768px){
	.bonuses-info-row .bonuses-info-item,
.bonuses-info-row .bonuses-info-item:last-child {
    width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
	margin-top: 0;
}
.progress-line__labels {
    margin-top: 40px;
}
.progress-line__label-percent {
    font-size: 16px;
}
 .bonuses-info-item:not(:last-child):after {
        display:block
 }
 
.bonuses-info-item__label{
    font-size: 14px;
    color: #909090!important;
}
.bonuses-info-item__value {
    font-size: 28px;
}

}

@media screen and (max-width: 991px){
header + div.container[id*="account-"] #column-left{
   display:block !important;
   -ms-flex: 0 0 25%;
    flex: 0 0 100%;
    max-width: 100%;
}
}
@media (max-width:767px){
	#account-edit fieldset{
		padding:15px 15px 0;
	}
	
	#account-edit fieldset .buttons{
		margin:0!important;
	}
	.customer-avatar-field .profileimg .btn{
		margin:10px 0 0 !important;
	}
	
	#account-edit fieldset .form-group{
		width:100%;
	}
	
	#account-edit fieldset .buttons .btn{
		margin:0 0 15px !important;
		width:100%;
	}
	.bonuses-card{
		padding:10px;
	}
	.bonuses-info-row .bonuses-info-item{
		margin-top:15px;
	}
	.bonuses-info-item__label{
		margin-bottom:5px;
	}
	.progress-line__label-value{
		line-height:1.2;
	}
	.bonuses-card .progress-line .ex-currency{
		display:block;
		margin:0;
		text-align:center;
	}
}

/* -----------------O R D E R---------------*/
.order-list .o-link,
.us-order-info .o-link{
	color:#3e77aa !important;
	text-decoration:none !important;
}

.order-list .o-link:hover,
.us-order-info .o-link:hover{
	text-decoration:underline !important;
}

.order-list .us-acc-info-block,
.us-order-info .us-acc-info-block{
	padding-bottom:10px;
	margin-bottom:10px;
}

.order-list .order-item span.grey,
.order-products .table span.grey{
	color:#909090;
	font-size:12px;
}
.order-list .order-item{
	border:0;
	color:#000000;
}
.order-list .order-item{
	border-radius:8px;
	border:1px solid #e9e9e9;
	margin-bottom:12px;
	
}
.order-list .order-item .order-item-head{
	display:flex;
	position:relative;
	padding:0 0 0 20px;
	cursor:pointer;
	min-height:68px;
}
.order-list .order-item .order-item-head > div{
	border:0;
	padding:9px 15px;
}
.order-list .order-item .order-item-head div.o-images{
	text-align:right;
	padding-right:54px;
}

.order-list .order-item .order-toggler{
	position:absolute;
	right:15px;
	margin:0;
	top:22px;
	width:24px;
	height:24px;
	padding:0;
	line-height:24px;
	text-align:center;
	color:#3e77aa;
	font-size:14px;
	transition:.3s !important;
}

.order-list .order-item.is-active .order-toggler{
	transform:rotate(-180deg);
}

.order-list .order-status,
.order-list .order-total{
	font-weight:600;
}

.order-list .o-images img{
	margin-right:4px;
}

.order-list .o-color{
	width:6px;
	height:36px;
	border-radius:4px;
	position:absolute;
	left:16px;
	display:inline-block;
	margin:0;
	top:16px;
}

.us-order-info .o-title,
.order-list .order-item .order-item-body .o-title{
	color:#797878;
	font-size:12px;
	margin-bottom:10px;
	font-weight:600;
}

.us-order-info .us-acc-info-text,
.order-list .order-item .order-item-body .us-acc-info-text{
    color: #000;
}

.order-list .order-item.is-active .order-item-head .o-total,
.order-list .order-item.is-active .order-item-head .o-images{
	display:none;
}

.order-list .order-item .order-item-body{
	display:none;
	color:#000;
	padding:0px 15px 15px 35px;
}

.order-list .order-item .order-item-body > .row{
	margin-left:-15px;
	margin-right:-15px;
}
.order-list .order-item .order-item-body > .row > .col-12{
	padding-left:15px;
	padding-right:15px;
}

.fs-12{
	font-size:12px;
}

.order-list-empty{
	text-align:center;
}

.order-list-empty > .fa-2x{
	font-size:10em;
	color:#eee;
	margin:30px auto;
}

.order-list-empty .us-content-title{
	margin-bottom:10px;
}


.order-products tbody{
	 border: 0;
    color: #000000;
}

.order-products tbody td{
	border:0 !important;
	border-bottom:2px solid #eee !important;
}

.order-products .o-product-name{
	display:flex;
	align-items:center;
}

.order-products tr > td:first-child{
	padding-left:0;
}
.order-products tr > td:last-child{
	padding-right:0;
}

.order-products .o-product-name > div{
	padding-left:15px;
	flex:1;
}

.order-products .fa-shopping-cart:before{
font-size:inherit;
}


.order-products tfoot{
font-size:13px;
border: 0;
color: #000000;
}

.order-products tfoot tr td{
border:0;
padding-top:5px;
padding-bottom:5px;}

.order-products tfoot tr:first-child td{
	padding-top:15px;
}

.order-products tfoot tr td:first-child{
color:#909090;}



.order-products tfoot tr:last-child td:last-child{
font-size:120%;
font-weight:600;}

.order-list .order-item .buttons .btn-default,
.us-order-info .buttons .btn-default{
	float: left;
    color: #3e77aa;
    border: 1px solid #e9e9e9;
}

.order-status-filter{
	-webkit-overflow-scrolling: touch;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    flex-direction: row;
    overflow: auto;
	margin-bottom: 32px;
	overflow-x: auto;
    flex-wrap: nowrap;
}
.order-status-filter .nav-item {
	margin:0;
    margin-right: 16px;
}
.order-status-filter .nav-item .nav-link{
	display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
	color: #221f1f;
	background:none;
	border:0 !important;
	border-radius:0;
	padding:0;
	text-decoration:none;
}
.order-status-filter .nav-item .nav-link:hover,
.order-status-filter .nav-item .nav-link.active{
	box-shadow: inset 0 -2px 0 0 #00a046;
    color: #00a046;
}

.order-list-filters .order-list-search,
.order-list-filters .order-list-sort{
	margin-bottom:16px;
}

.order-list-filters .order-list-sort .form-control{
	align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23797878' viewBox='0 0 13 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 7a.956.956 0 0 1-.657-.256l-5.57-5.25a.839.839 0 0 1 0-1.237.968.968 0 0 1 1.312 0L6.5 4.888 11.415.257a.968.968 0 0 1 1.313 0 .839.839 0 0 1 0 1.237l-5.572 5.25A.956.956 0 0 1 6.5 7Z'/%3E%3C/svg%3E");
    background-position: right 12px center;
    background-repeat: no-repeat, repeat;
    background-size: 14px 9px;
    border: 1px solid #d2d2d2;
    border-radius: 8px;
    box-sizing: border-box;
    color: #221f1f;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
	font-weight:500;
    height: 40px;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
	padding:0 40px 0 12px;
    text-align: left;
    width: 100%;
}
.order-list-search{
	width:100%;
}
.order-list-search .form-control{
	height:40px;
	padding-right: 12px;
	font-weight:500;
	font-size:16px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 8px 0 0 8px !important;
	outline: none;
    transition: border .2s ease-in-out;
    padding-left: 40px;
	font-family: 'Open Sans', sans-serif;
}
.order-list-search .form-control:focus{
	box-shadow: 0 0 0 2px #6fc4e5;
}
.order-list-search .input-group.validation_error  .form-control {
    background: url("data:image/svg+xml;utf8,<svg fill='rgb(248, 65, 71)' width='16' height='14' viewBox='0 0 14.56 12.98' xmlns='http://www.w3.org/2000/svg'><path d='m14.42 11.49-6.27-10.99a1 1 0 0 0 -1.74 0l-6.28 11a1 1 0 0 0 .87 1.5h12.56a1 1 0 0 0 .86-1.51zm-6.14-.49a1 1 0 1 1 -2 0v-1a1 1 0 1 1 2 0zm0-4a1 1 0 1 1 -2 0v-3a1 1 0 0 1 2 0z'/></svg>") right 12px center no-repeat #fff;
	border-color: #f84147;
}
.order-list-search .fa-search,
.order-list-search .fa-times{
	position: absolute;
    z-index: 2;
    left: 8px;
	top:8px;
    width: 24px;
    height: 24px;
    color: #797878;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

.order-list-search .fa-times{
	z-index:4;
	color: #f84147;
	cursor:pointer;
}

.order-list-search .input-group-append{
	margin:0;
}
.order-list-search .btn-primary{
background:#3e77aa;
border-radius:0 8px 8px 0px !important;
}
.order-list-search .btn-primary.disabled,
.order-list-search .btn-primary[disabled]{
	background-color: #eee;
    color: #a6a5a5;
    cursor: default;
	font-weight:500;
	border-color:#eee;
}

.order-list-search .text-danger{
	    font-size: 12px;
    margin-top: 4px;
	    color: #f84147;
}
#account-order .pagination{
	position:relative;
	padding:0 65px;
	display:flex;
	justify-content:center;
	margin:1rem 0 0;
}
#account-order .pagination li{
	margin:8px !important;
}
#account-order .pagination .page-first,
#account-order .pagination .page-last{
	display:none;
}
#account-order .pagination .page-prev,
#account-order .pagination .page-next{
	position:absolute;
	top:8px;
	margin:0 !important;
}

#account-order .pagination .page-prev{
	left:0;
}
#account-order .pagination .page-next{
	right:0;
}

#account-order .pagination .page-prev a,
#account-order .pagination .page-next a{
	font-size:0px;
	width:36px;
	position:relative;
}
#account-order .pagination .page-prev a:before,
#account-order .pagination .page-next a:before{
	font-size:14px;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
}
#account-order .pagination .page-next a:before{
	    content: "\f054";
}
#account-order .pagination .page-prev a:before{
	       content: "\f053";
}
#account-order .pagination .page-prev a:not(:hover),
#account-order .pagination .page-next a:not(:hover){
	background-color: #eee;
    color: #a6a5a5;
	border-color: #a6a5a5;
}
#account-order .pagination li a,
#account-order .pagination li span{
	text-decoration:none;
	background:transparent;
	color:#3e77aa;
	border-color:#3e77aa;
	margin:0 !important;
}

#account-order .pagination li.active span,
#account-order .pagination li a:hover{
	background-color:#3e77aa !important;
	color:#fff;
}
@media (min-width: 768px){
.order-list-filters{
	display:flex;
	justify-content:space-between;
}
.order-status-filter{
    margin-left: 32px;
    margin-right: 32px;
}
.order-list-filters .order-list-sort .form-control{
	width:100%;
}
.order-list-search{
	max-width: 480px;
    margin-right: 24px;
}
.order-list-search .form-control{
	font-size:14px;
}
}


@media (min-width:992px){
.order-list-empty{
	width:53%;
	margin:0 auto;
}
.order-list .order-item .order-item-head > div{
	width:33.3333%;
}

}

@media (max-width:991px){
	#column-left .aci + .us-account-list{
	display:none;
}
}
@media (max-width:767px){
	.order-products table,
	.order-products tbody,
	.order-products tfoot{
		display:block;
	}
	.order-products tr{
		display:flex;
		flex-wrap:wrap;
		width:100%;
		justify-content:space-between;
	}
	.order-products tbody tr{
		border-bottom: 2px solid #eee ;
		position:relative;
	}
	
	.order-products tbody tr td{
		border:0 !important;
		padding-left:0;
		padding-right:0;
	}
	
	.order-products tbody tr td.o-p-total{
		font-weight:600;
	}
	
	.order-products tbody tr td:first-child{
		width:100%;
	}
	
	.order-products tbody tr td:first-child{
		padding-right:40px;
	}
	.order-products tbody tr td.o-p-model,
	.order-products tbody tr td.o-p-quantity,
	.order-products tbody tr td.o-p-price > .grey,
	.order-products tbody tr td.o-p-total .grey{
		display:none;
	}
	
	.order-products tbody tr td.o-p-actions{
		position:absolute;
		right:0;
		top:-4px;
		white-space:unset !important;
		width:40px;
	}
	.order-products .us-acc-btn-green{
		margin:0 0 5px;
	}
	
	.order-list .order-item .order-item-head{
		flex-wrap:wrap;
		padding-left:0;
	}
	.order-list .order-item .order-item-head:after{
		content:"";
		display:table;
		width:100%;
		clear:both;
	}
	.order-list .order-item .order-item-head div.o-status{
		width:100%;
		order:0;
		padding-right:39px;
		padding-left:35px;
	}
	.order-list .order-item .order-item-head div.o-images{
		padding-right:15px;
		text-align:left;
		order:1;
	}
	.order-list .order-item .order-item-head div.o-total{
		order:2;
		text-align:center;
		margin-left:auto;
	}
	
	.order-list .order-item .order-item-body{
		padding-left:15px;
	}
	
	
	#account-order .pagination{
		padding:0;
	}
	#account-order .pagination li,
	#account-order .pagination .page-prev, 
	#account-order .pagination .page-next{
		position:static;
		margin:5px !important;
	}
	#account-order .pagination li a, 
	#account-order .pagination li.active span{
		padding: 7px 10px;
	}
	
}

@media (max-width:575px){
	.order-list .order-item .order-item-body .buttons,
	.us-order-info .buttons{
		margin-top:0;
	}
	
	.order-list .order-item .order-item-body .buttons .btn,
	.us-order-info .buttons .btn{
		display:block;
		width:100%;
		margin-top:16px;
		float:none !important;
	}
	.order-list-search .input-group,
	.order-list-search .input-group-append{
		display:block;
	}
	.order-list-search .form-control{
		border-radius:8px 8px 0 0 !important;
		width:100%;
		text-align:center;
	}
	.order-list-search .btn-primary{
		border-radius:0px 0px 8px 8px !important;
		width:100%;
	}
}