.btnSimple {text-transform:uppercase;}
.top_button {margin-top:20px;}
.top_button .btnSimple {margin-right:20px;}
.tabs-like-btns .btnSimple.active {background: #343c5d;background: #d5392c;}
.table .btnSimple {margin:0;cursor: pointer;}
.table .btnSimple.tb_edit_btn {font-size:14px;}
.add_client_account {padding:10px 20px;background:#f8f8f8;font-weight:700;line-height:24px;margin:15px 0;}
.add-modify-user-wp{/* margin-bottom:50px */}
table.table.table-striped.add-modify-user-tb td{vertical-align:middle}
table.table.table-striped.add-modify-user-tb td,table.table.table-striped.add-modify-user-tb th{text-align:center}

table.table.table-striped.add-modify-user-tb label.control {
	margin: 0px;
	margin-top: 12px;
	display:inline-block;
}
table.table.table-striped.add-modify-user-tb .x-btn {
	border-radius: 50%;
	height: 30px;
	width: 30px;
	padding: 0px;
	font-weight: 800;
	padding-top: 4px;
}
table.table.table-striped.add-modify-user-tb .edit-btn {
	padding: 5px 10px;
	font-size: 15px;
}
.ajax_message_success {
	background-color: #dff0d8;
	padding: 15px;
	margin: 0px 0px 10px 0px;
}
.ajax_message_info {
	background-color: #d9edf7;
	padding: 15px;
	margin: 0px 0px 10px 0px;
}
.ajax_message_warning {
	background-color: #fcf8e3;
	padding: 15px;
	margin: 0px 0px 10px 0px;
}
.ajax_message_error {
	background-color: #f2dede;
	padding: 15px;
	margin: 0px 0px 10px 0px;
}
.top5 { margin-top: 5px; }
.top10 { margin-top: 10px; }
.top15 { margin-top: 15px; }
.top20 { margin-top: 20px; }
.top30 { margin-top: 30px; }

/*** GRID MODE ***/
body.grid-layout {
	background: #eaebee;
}
.grid-header {
	box-shadow: 0 -22px 15px 20px rgba(0,0,0,0.5);
	padding: 10px 0;
	margin: 0;
	display: flex;
	align-items: center;
	background: #FFF;
}
.product-wrapper {
	height: 440px;
	border: 0;
	border-radius: 5px;
	padding: 15px;
	text-align: center;
	margin-bottom: 20px;
	background: #FFF;
	box-shadow: 0 1px 2px rgba(0,0,0,0.075);
}
.product-more-details {
	padding-bottom: 10px;
}
.product-more-details a i {
	color: #332E3C;
	margin: 0 1px;
}
.product-info {
	display: flex;
	flex-direction: column-reverse;
}
.product-wrapper .product-img img {
	border-radius: 10px 10px;
	height: 130px;
	object-fit: cover;
	object-position: top;
}
.product-wrapper .product-title {
	padding-top: 20px;
	font-weight: 700;
}
.product-wrapper .product-desc {
	font-weight: 300;
}
.product-wrapper .product-price {
	font-weight: 600;
	padding-top: 20px;
}
.product-wrapper .product-details a.btn-default {
	background: #dddddd !important;
	border: none;
	color: #332e3c !important;
	text-shadow: none;
	box-shadow: inherit;
	padding: 10px 30px;
	margin: 10px 0;
	border-radius: 10px;
	display: inline-block;
	text-decoration: none !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px !important;
	font-weight: 300;
}
.product-wrapper .product-details a.btn-default:hover {
	background: #cccccc !important;
}
.vert-align-middle {
	vertical-align: middle;
}
.fa-black-140 {
	color:#000;
	font-size:140%;
}

.grid_wrapper {
	background: transparent !important;
}
.grid_wrapper > .row.no_gutters {
	padding: 20px;
}

a.add_to_my_list_btn {
	color: #332e3c;
	padding: 5px 10px;
	border-radius: 5px;
}
a.add_to_my_list_btn.added {
	color: #529901;
	cursor: default;
}
a.add_to_my_list_btn.added i {
	color: #529901;
}
.add_to_my_list_btn .fa {
	margin: 0;
	margin-left: 5px;
	vertical-align: baseline !important;
}

.align-center {
	display: flex;
	align-items: center;
}
.justify-end {
	justify-content: flex-end;
}

.top-header .back_retailers {
	display: flex;
	align-items: center;
	flex-direction: row;
	height: 100%;
}
a#back_retailers_link {
	padding: 5px 10px;
	/* background: #ddd; */
	color: #333;
	border-radius: 5px;
}
a#back_retailers_link:hover {
	/* background: #ccc; */
}
a#back_retailers_link .fa {
	vertical-align: baseline !important;
	color: unset;
	font-size: unset;
	margin: 0;
	margin-right: 5px;
}

body.grid-layout .propulser {
	text-align: right;
	color: #4a4a4a;
	font-size: 12px;
	line-height: 10px;
	padding: 10px;
	position: relative;
	height:70px;
}
body.grid-layout .propulser a.footer-virtual {
	font-size: 11px;
	font-weight: bold;
	margin-top: 3px;
	float: right;
	margin-right: 10px;
	color: #000;
	text-decoration: none !important;
}
body.grid-layout .propulser a.footer-etco {
	float: right;
	max-width: 180px;
}
body.grid-layout .propulser a.footer-virtual::before {
	content: "|";
	display: inline-block;
	width: 0px;
	text-align: center;
	float: right;
	padding-left: 4px;
}
.grid_wrapper div[class*='col-'] {
	padding: 0 15px;
}

a.my_list_btn, a.navigation_button {
	position: relative;
	color: #000;
	font-size: 14px;
}
a.my_list_btn {
	position: relative;
	color: #000;
}
a.my_list_btn.disabled {
	opacity: 0.4;
	pointer-events: none;
}
a.my_list_btn .count {
	position: absolute;
	top: -7px;
	right: calc(100% - 33px);
	padding: 0px 5px;
	border-radius: 20px;
	background: #529901;
	color: #FFF;
	font-size: 12px;
	min-width: 16px;
	text-align: center;
}
a.my_list_btn .count[data-count="99+"] {
	right: calc(100% - 37px);
}
a.my_list_btn .count[data-count="0"] {
	display: none;
}
.mainImage {
	background-repeat: no-repeat !important;
}
.fond_header_footer .disabled span {
	color: #b1b1b1 !important;
}

/* External List */
body.external-list {
	background: #FFF;
}
body.external-list .grid-header {
	box-shadow: none;
}
body.external-list .product-wrapper {
	border: solid 1px #dee2e6;
	border-radius: 10px;
}
body.external-list .grid_wrapper > .row.no_gutters {
	padding: 20px 0;
}