.shop_cart {
	float: right;
	width: 100%;
	background: #eee;
	padding: 10px 0;
}

.shop_cart h3 {
	margin: 0px;
	padding: 0px 0px 0px 25px;
	margin-bottom: 5px;
	background-image: url(../img/cart.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.shop_cart ul {
	padding: 0 0 0 20px;
}

.shop-category-entry {
	width: 150px;
	background: #DDDDDD;
	display: block;
	float: left;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 3px;
	text-decoration: none;
}

.shop-category-entry.current {
	background: #ccc;
}

.shop_article {
	background: #f0f0f0;
	padding: 10px;
	margin-bottom: 10px;
	display: block;
}
.shop_article h2 a {
	text-decoration: none;
}

.shop_order_block {
	margin: 0 0 20px 0;
}

.shop_article h3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

.shop-price-list {
	float: right;
	text-align: right;
}
.shop-price {
	float: right;
	text-align: right;
}

.shop-description-small {
	overflow: hidden;
}

#limited_access_container > div {
	margin-top: 3px;
	overflow: hidden;
}

.generate_coupon_code {
	position: absolute; 
	bottom: 10px; 
	right: 10px;
}

.shop-regular-price-reduced {
	font-size: 130%;
	font-weight: bold;
	color: #666666;
	text-decoration: line-through;
	margin-bottom: 8px;
}

.shop-reduced-price,
.shop-regular-price {
	font-size: 160%;
	font-weight: bold;
	padding-bottom: 8px;
}
.shop-price-before-reduction {
	font-size: 80%;
}
.shop-price-by-arrangement {
	font-size: 120%;
}

.shop_add_to_cart_container {
	padding: 8px 0;
}
.quantity_click_counter {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 20px;
	top: 5px;
}
.quantity_click_counter span {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	font-size: 20px;
	height: 50%;
	overflow: hidden;
}
.quantity_click_counter span.click_count_down {
	top: auto;
	bottom: 0;
}
.quantity_click_counter span i {
	vertical-align: top;
	line-height: 50%;
}
input.shop_add_to_cart_quantity {
	padding: 1px;
	text-align: right;
}

div.shop-price-list .button {
	float: right;
	display: block;
	margin: 5px 0 0 10px;
}
#management table#distributors {
	margin-top: 20px;
}
#management #add_distributor_wrap:not(:first-child),
#management #new_group_container:not(:first-child) {
	margin-top: 40px;
}
#management .rename_container {
	margin: 30px 0 40px;
}
#management p.p_limited_access {
	margin-bottom: 20px;
}


table.shop-cart {
	margin-bottom: 5px;
}

table.shop-cart th,
table.shop-cart td {
	vertical-align: middle;
}

table.shop-cart td a.remove_cart_article {
	display: inline-block;
	margin: 1px 3px 0 5px;
}

tr.shipping td {
	background-color: #f0f0f0;
}

div.shop_order_details table th {
	font-weight: bold;
}
table td {
	vertical-align: top;
}
.manage_countries_tab table th {
	white-space: nowrap;
	font-size: 12px;
}
table th a {
	color: #fff;
	display: block;
}
table th {
	text-align: left;
}
table th a.th_sortable_asc:after,
table th a.th_sortable_desc:after {
	font-family: 'Font Awesome 6 Pro';
	font-weight: 300;
}
table th a.th_sortable_asc:after {
	content: ' \f102';
}
table th a.th_sortable_desc:after {
	content: ' \f103';
}

#management table.table.order_details td input {
	width: auto;
}
#management table.table.order_details td:first-child + td {
	width: 55%;
}

#management textarea.edit_comments {
	width: 100%;
	height: auto;
	padding: 5px 8px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	   	 -o-box-sizing: border-box;
	   		box-sizing: border-box;
}

.stock-information {
	font-weight: bold;
}

.article_number,
.article_minimum_quantity {
	font-weight: bold;
}

div.management textarea {
	width: 100%;
	resize: vertical;
}
div.management div.large_textarea label,
#management label.wysiwyg_editor_label {
	width: 100%;
}

.article_property_main {
	position: relative;
	padding-left: 20px !important;
	font-weight: bold;
	cursor: pointer;
}
.article_property_main:before {
	content: '>';
	position: absolute;
	font-size: 16px;
	left: 0;
	-webkit-transform: rotate(0);
	   -moz-transform: rotate(0);
	     -o-transform: rotate(0);
	        transform: rotate(0);
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}
.article_property_main.open:before {
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
	     -o-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.article_property_main ~ * label {
	cursor: pointer;
}
.property_row .property_item_link {
	display: none;
}

p.set_pickup_location {
	margin: 0;
	padding: 0;
}

label.nofloat,
label.no_float,
label.floatnone,
label.float_none,
#management label.nofloat,
#management label.no_float,
#management label.floatnone,
#management label.float_none {
	float: none;
	display: block;
	width: auto;
}

div.article_set label {
	float: none;
	width: auto;
}
fieldset p {
	overflow: hidden;
}

.shop_special_empty {
	display: none;
}

div.payment-method,
.distributor-selection {
	margin: 0 0 5px 0;
}
.payment-method label,
.distributor-selection label {
	float: none;
	font-size: 100%;
	display: block;
	width: auto;
}

.shop-cart tr {
	position: relative;
}
form.order_form_userinfo #shop_delivery_date {
	width: 155px;
	padding-right: 30px;
	cursor: pointer;
}
form.order_form_userinfo #shop_delivery_date + .fa {
	margin-left: -35px;
	pointer-events: none;
}
form.order_form_userinfo input.amount_select {
	width: auto;
	text-align: right;
	color: #333;
}
div.shop_order_block .radio,
div.shop_order_block .checkbox {
	width: auto;
}

.edit_address_link {
	float: right;
	margin-top: -26px;
}
.edit_address_link img {
	position: relative;
	top: 2px;
}
.edit_address_link a {
	font-size: 85%;
}

a.button,
p.button a {
	text-decoration: none !important;
}
tr td img {
	margin-bottom: -2px;
	padding-top: 2px;
}
a.button img {
	position: relative;
	float: none;
	margin-right: 6px;
	top: 2px;
}

span.wishlist_description,
span.wishlist_description *,
span.group_description,
span.group_description * {
	color: #888 !important;
}
table th {
	background: #333;
	color: #fff;
	padding: 3px 5px;
}
div.rename_container {
	position: relative;
}
div.rename_container fieldset {
	margin: 0;
}
div.rename_container a.button,
div.rename_container input {
	padding: 5px 5px 6px;
}
div.rename_container input {
	width: 180px;
}
fieldset.hide_legend legend {
	display: none;
}
p.button {
	background: #eee;
	border: 1px solid #999;
	border-radius: 5px;
	display: block;
	margin: 5px 0;
	padding: 4px 5px;
}
div.shop_category {
	position: relative;
	display: inline-block;
	padding: 0 0 20px;
	margin: 0 0 13px;
	width: 33%;
}
.shop_category_description {
	display: none;
}
div.shop_category.category_and_articles {
	float: none;
	width: 100%;
	margin: 0;
}
div.shop_category.logged_in {
	margin-top: 20px;
}
div.shop_category div.category_actions {
	position: absolute;
	top: -20px;
	right: 0;
}
div.shop_category div.resource_container.pictures div.resource.picture a.resource_link {
	padding: 0;
	border: none;
}
span.shop_category_article_count {
	color: #D2D2D2;
}
table tr td a.little_arrow:hover {
	cursor: pointer;
}
div.order_state_list ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
div.order_state_list {
	box-shadow: 0 0 5px 0 #000;
}
div.order_state_list ul {
	margin: 0 !important;
	padding: 0 !important;
}
div.order_state_list li {
	list-style: none !important;
	background: none transparent !important;
	padding: 0 !important;
}
div.order_state_list li:first-child a {
	border: 0 !important;
}
div.order_state_list li a {
	line-height: 22px !important;
	border-top: 1px solid #c0c0c0 !important;
	text-decoration: none !important;
}
div.order_state_list li a:hover {
	color: #fff !important;
}
tr.order_state_error {
	opacity: 0.5;
}
a.little_arrow {
	padding: 0 0 0 4px;
}
a.little_arrow img {
    margin: 0 0 1px 3px;
}
td div.order_state div.order_state_list {
	position: absolute;
	background: #eee none;
	z-index: 20;
	border: 1px solid #999;
}
.mod_action_manage_orders .table_wrap_container {
	overflow: unset;
	position: unset;
}
td div.order_state div.order_state_list ul {
	margin: 0;
	padding: 0;
}
div.order_state_list ul li a {
	display: block;
	padding: 0 5px 2px 5px;
	text-decoration: none;
}
div.order_state_list ul li a:hover,
div.order_state_list ul li a:focus,
div.order_state_list ul li a:active {
	background: #333;
	color: #fff;
}

div#management_list_wrap ul.management_list {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
div#management_list_wrap ul.management_list li {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 3px 2%;
	width: 96%;
	background: #fff;
	list-style: none;
	border-top: 1px solid #e0e0e0;
	overflow: hidden;
}
div#management_list_wrap ul.management_list li div.controls {
	margin-left: auto;
}
div#management_list_wrap ul.management_list li .management_list_actions {
	float: right;
}

div#cart_container {
	padding: 0 0 10px;

}
div#cart_container th,
div#cart_container td {
	font-size: 95%;
}
a.empty_cart_button {
	float: right;
	margin: 0;
}

div#mod_shop_order_form fieldset legend {
	font-size: 95%;
}
div#mod_shop_order_form fieldset fieldset legend {
	font-size: 95%;
}
div#mod_shop_order_form fieldset p.margin {
	padding: 0;
}
div#mod_shop_order_form fieldset fieldset legend {
	margin-left: 0;
}
fieldset div.shop_order_block {
	padding: 4px 0;
	margin: 0;
}
.shop_order_block fieldset {
	margin-left: 0;
	margin-right: 0;
}
.shop_div fieldset {
	padding: 10px 18px;
	margin: 10px 0 15px;
}
.shop_div fieldset fieldset {
	margin: 5px 0 10px;
	padding: 4px 20px;
}
.user_address_fieldset label {
	display: none;
}
.button_bar_bottom .fa-spin {
	float: right;
	font-size: 16px;
	margin-top: 13px;
	z-index: 1;
	position: relative;
}
span.smaller {
	font-size: 85%;
}
span.category_name_fixed_width {
	width: 60%;
	display: inline-block;
}
.shop_no_account,
.shop_no_account ~ * {
	display: inline-block;
	vertical-align: middle;
}

/* --- Order steps --- */
.shop_order_steps > a {
	font-weight: normal;
}
.shop_order_step_type_past,
.shop_order_step_type_current {
	font-weight: bold;
}
.shop_order_step_type_following {
	pointer-events: none;
}
.order_step_nr:after {
	content: '. ';
}
.mod_action_order_complete .shop_order_steps,
.mod_action_payment_complete .shop_order_steps,
.mod_action_payment_error .shop_order_steps {
	pointer-events: none;
}

/* ---------- Detailsite ---------- */
a.back-to-overview {
	float: left;
	padding: 0 0 15px;
	margin: -10px 0 0;
}
.article_detail_pictures .pictures {
	float: left;
	margin: 0;
}
#mod_shop_article_detail .shop_article_information {
	overflow: hidden;
	min-width: 33%;
}
#mod_shop_article_detail .slider {
	float: left;
}
.shop-introduction {
	padding: 5px 0 10px;
}
#mod_shop_article_detail .shop-price {
	margin: 10px 0 0;
	max-width: 50%;
}
.article_detail_pictures {
	float: left;
	padding: 0 20px 20px 0;
}
.article_detail_thumbnails .pictures {
	margin: 0;
}
.article_first_picture .pictures,
.article_first_picture .pictures .picture,
.article_first_picture .pictures .picture a,
.article_detail_thumbnails .pictures,
.article_detail_thumbnails .pictures .picture a {
	margin: 0;
	padding: 0;
	border: 0;
}
.article_detail_thumbnails .pictures .picture {
	margin: 2px 2px 0 0;
	padding: 0;
}
.article_detail_thumbnails .pictures .picture:nth-child(4n+4) {
	margin-right: 0;
}
p.order_form_checkboxes {
	padding: 0 16px 3px;
}
.shop_quantity_to_cart {
	display: inline-block;
	position: relative;
	top: 4px;
}

/* --- Tabs --- */
.detail_tab h2.tab_title {
	display: none;
}

/* ---------- Search results ---------- */
.article_search_wrap {
	position: relative;
}
#article_search_result {
	z-index: 999;
	position: absolute;
	top: 20px;
	left: 0;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0,0,0,0.8), inset 0 1px rgba(255,255,255,0.1), inset 0 10px rgba(255,255,255,0.1), inset 0 10px 20px rgba(255,255,255,0.15), inset 0 -15px 30px rgba(0,0,0,0.2);
}
.accessory_search #article_search_result {
	top: auto;
	bottom: 22px;
	min-width: 200px;
}
#article_search_result ul.article_search_result_list,
#article_search_result ul.article_search_result_list li {
	list-style: none;
	background: none transparent;
	margin: 0;
	padding: 0;
}
#article_search_result ul.article_search_result_list li {
	display: block;
}
#article_search_result ul.article_search_result_list li a {
	display: inline-block;
	padding: 3px 8px;
}
#article_search_result ul.article_search_result_list li a {
	display: block;
	text-decoration: none;
}
#article_search_result ul.article_search_result_list li a:hover {
	background: rgba(0,0,0,0.25);
}
#article_search_result ul.article_search_result_list li a img {
	margin-right: 5px;
}
#article_search_result ul.article_search_result_list li a span {
	display: inline-block;
	width: 100px;
	overflow: hidden;
}
.accessory_info {
	display: inline-block;
}
.accessory_action {
	float: right;
}
.accessory_settings {
	margin-top: 5px;
}
.show_accessory {
	float: left;
}
.remove_accessory {
    padding: 0 5px 0 0;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    top: 1px;
}
.sort_accessory {
    margin-right: 10px;
}
#selected_accessories {
	margin: 0;
	padding: 10px 0 0;
}
.settings_accessory {
	width: 440px;
}
.settings_accessory > label {
	width: 100% !important;
}
.selected_article_accessory {
	line-height: 25px;
}
.selected_article_accessory a {
	line-height: 25px;
	display: inline-block;
	padding: 0 10px 0 0;
	vertical-align: top;
}

.order_form_or {
	padding: 0 10px;
}
#process_order_registration,
.shop_registration_form {
	overflow: hidden;
}

/* ---------- Postal code search ---------- */
#postal_code_search_wrap {
	float: left;
}
.incorrect_plz input {
	background: #fff4ba;
}
div.postal_code_input_wrap {
	position: relative;
	float: left;
	margin: 5px 0;
}
.incorrect_plz_tooltip {
	opacity: 0;
	position: absolute;
	padding: 0;
	right: -210px;
	top: -35px;
	width: 180px;
	height: 75px;
	padding: 5px;
	background: #fffaf0;
	border: 1px solid #d2bc8e;
	border-radius: 5px;
	font-size: 11px;
	box-shadow: 3px 3px 3px -3px #000;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}
.incorrect_plz_tooltip .tooltip_tip {
	background: url(../img/tooltip_tip.gif) no-repeat left center;
	display: block;
	position: absolute;
	width: 12px;
	height: 22px;
	top: 50%;
	left: -12px;
	margin-top: -11px;
}
.incorrect_plz .incorrect_plz_tooltip {
	opacity: 1;
}

/* ---------- Management stuff ---------- */
#management p ~ div:not(.crono_tabs_main_wrap):not(.article_item_price_wrap) {
	overflow: hidden;
}
#management div[id*="payment_tab"] p ~ div:not(.crono_tabs_main_wrap) {
	overflow: visible;
}
div#management .default_country_switcher {
	margin: 0 0 -20px;
}
div#management .default_country_switcher a {
	color: #666;
}
.login_infos:not(:first-child) {
	margin-top: 40px;
}
table.align_top td {
	vertical-align: top;
}
input.new_subdivision_price_weight {
	position: relative;
	top: 3px;
}
.multilang_title_wrap,
.singlelang_title_wrap {
	white-space: nowrap;
}
.multilang_switcher {
	display: inline-block;
	margin-top: -2px;
	cursor: pointer;
}
fieldset .pagination a {
	text-decoration: none !important;
}
fieldset .pagination a.current,
fieldset .pagination a:hover {
	color: #fff !important;
}
#management table.country_subdivision_table input,
#management table.country_subdivision_table textarea,
#management table.country_subdivision_table ~ input {
	width: auto;
}

.article_item_price_wrap {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.article_item_price_div_table {
	margin-bottom: 10px;
}
.article_item_price_div_table:last-of-type {
	margin-bottom: 0;
}
.article_item_price_div_table .div_cell {
	padding: 2px 8px 2px 0;
}
.article_item_price_div_table .div_row:hover .div_cell:first-child > span {
	text-decoration: underline;
}
.article_item_price_div_table_wrap {
	margin-top: 25px;
    padding-top: 25px;
	border-top: 1px solid rgba(0,0,0,0.06);
}
.article_item_price_div_table_wrap > label {
	font-size: 110%;
	line-height: 1.85;
	position: relative;
}
.article_item_price_div_table_wrap > label:first-child:after {
	content: '\f02c';
	position: absolute;
	right: 0;
	font-family: 'Font Awesome 6 Pro';
	line-height: 1;
	font-size: 22px;
	opacity: 0.22;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
p:first-child + div .article_item_price_div_table_wrap:first-child {
	margin-top: 0;
	border-top: 0;
}
.article_item_price .article_item_weight {
	position: relative;
	text-decoration: none !important;
}
.article_item_price_empty .article_item_weight_empty {
	opacity: 0.65;
}
.article_item_price:hover, .article_item_weight_empty:hover {
	opacity: 0.9;
}
.article_item_price.active, .article_item_weight_empty.active {
	opacity: 1;
}
.article_item_price:after, .article_item_weight:after {
	content: '\f107';
	font-family: 'Font Awesome 6 Pro';
	margin: 1px 0 0 5px;
	position: absolute;
	left: 100%;
	top: -2px;
	color: rgba(0,0,0,0.4);
}
.article_item_price.active:after, .article_item_weight:after {
	content: '\f106';
}
body:not(.system_page) .article_item_price:before, body:not(.system_page) .article_item_weight:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: rgba(0,0,0,0.3);
}
.article_item_price > span, .article_item_weight > span {
	font-weight: bold;
}
.article_item_price > span > span, .article_item_weight > span > span {
	font-weight: normal;
	opacity: 0.5;
}
.item_price_select .item_weight_select {
	padding: 8px 0 15px;
}
#management .article_item_price_div_table .div_cell .crono_tab, #management .article_item_weight_div_table .div_cell .crono_tab {
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.customer_name {
	font-weight: bold;
}


/* ---------- Pagination (JS) ---------- */
.fdtablePaginaterWrap {
	display: none;
}
.fdtablePaginatorWrapBottom {
	display: block;
}
ul.fdtablePaginater {
	list-style: none outside none;
	margin: 10px auto 5px;
	padding: 0 !important;
	text-align: center;
	width: auto;
}
ul.fdtablePaginater li {
	-moz-user-select: none;
	display: inline-block;
	*display: inline;
	zoom: 1;
	list-style: none !important;
	background: none transparent !important;
	padding: 0 2px !important;
}
ul.fdtablePaginater li a {
	cursor: pointer;
	text-decoration: none !important;
}
ul.fdtablePaginater li a,
ul.fdtablePaginater li div {
	color: #666666;
	display: block;
	font-size: 1em;
	margin: 0;
	outline: medium none;
	padding: 0;
	text-decoration: none;
	width: 2.2em;
	height: 2.2em;
	margin: 0 2px;
	border-radius: 50%;
}
ul.fdtablePaginater li a.currentPage,
ul.fdtablePaginater li div.currentPage {
	background: #333;
	color: #fff !important;
}
ul.fdtablePaginater li div {
	opacity: 0.5;
}
ul.fdtablePaginater li a span,
ul.fdtablePaginater li div span {
	background: none;
	display: block;
	line-height: 2.2em;
}
.fdtablePaginaterWrap {
	clear: both;
	text-align: center;
	text-decoration: none;
}
ul.fdtablePaginater li .next-page span,
ul.fdtablePaginater li .previous-page span,
ul.fdtablePaginater li .first-page span,
ul.fdtablePaginater li .last-page span {
	font-weight: bold !important;
}

/* ---------- Wishlists ---------- */
div.wishlist_wrap {
	margin: 0 0 35px;
}
div.wishlist_wrap > div {
	display: inline-block;
	padding: 20px;
	border: 1px solid #eaeaea;
	background: #fafafa;
}
div.wishlist_wrap > .wishlist_title {
	margin: 0;
	border-bottom: 0;
	background: #fff;
	position: relative;
	border-radius: 5px 5px 0 0;
	padding: 12px 20px;
}
div.wishlist_wrap > .wishlist_title h2 {
	margin: 0;
	padding: 0;
}
.wishlist_wrap .shop_article .add_to_wishlist_container {
	display: none !important;
}
.shop_add_to_wishlist_form > div,
.shop_add_to_wishlist_form .ui-effects-wrapper > div {
	width: 100% !important;
}
.wishlist_article_controls > a i {
	margin: 0;
	color: inherit !important;
}

div.wishlist_wrap .rename {
	cursor: pointer;
}
div.wishlist_wrap > div.wishlist_wrap_inner {
	display: block;
	margin: -1px 0 0;
	border-radius: 0 5px 5px 5px;
}
.wishlist_wrap .add_all_to_cart {
	float: right;
	position: relative;
	top: 25px;
}
.wishlist_wrap .add_all_to_cart {
	margin-right: 10px;
	font-weight: bold;
}

div.wishlist_wrap .shop_article {
  	position: relative;
}
.wishlist_article_controls > a {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	width: 30px;
	height: 30px;
	background: #000;
	z-index: 200;
	font-size: 20px;
	text-align: center;
	line-height: 26px;
	opacity: 0;
	text-decoration: none !important;
	border-radius: 0 0 0 10px;
	box-shadow: -10px 10px 10px 10px #fff;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}
.shop_article:hover .wishlist_article_controls > a {
	opacity: 1;
}

/* ---------- Table sort ---------- */
.management_container table.table th.forwardSort a,
.management_container table.table th.reverseSort a {
	background: url(../img/th_sort.png) no-repeat right 7px transparent;
	-webkit-transition: none !important;
	   -moz-transition: none !important;
	     -o-transition: none !important;
	        transition: none !important;
}
.management_container table.table th.reverseSort a {
	background-position: right -15px;
}
.management_container table.table td {
	border-bottom: 1px solid #eaebe6;
}
.management_container table.table td.date {
	font-size: 12px;
}

.management_container table.table {
	border-top: 0 !important;
}
.management_container table.table th {
	background: #fff;
	border-bottom: 1px solid #666;
	font-weight: bold;
	color: #333;
	padding: 4px 0;
}
.management_container table.table tr {
	background: #fff;
}
.management_container table.table th a + span {
	display: none;
}
.management_container table.table td {
	padding: 5px;
}

canvas {
	max-width: 100%;
}

#management .rename_container,
#management .rename_container p {
	overflow: visible;
}
.rename_container .chosen-container {
	width: 60% !important;
}
.shop_registration_form .select2-container {
	min-width: 150px;
}

/* ---------- Filter ---------- */
.reset_button {
	float: right;
}
.search_button > input {
	cursor: pointer;
}
.p_article_search_all {
    display: inline;
}
.manage_article_filter {
	margin-bottom: 40px;
}
div#management .manage_article_filter + table td {
	padding: 25px 10px 5px 0;
	border-color: rgba(0,0,0,0.13);
}
div#management  .manage_article_filter + table td:first-child {
	padding-top: 0;
	padding-right: 30px;
}
div#management  .manage_article_filter + table td:last-child {
	padding-right: 0;
}
div#management .manage_article_picture_placeholder {
	display: block; 
	position: relative;
	width: 100%; 
	aspect-ratio: 160/100;
	background: rgba(0,0,0,0.03);
}
div#management .manage_article_picture_placeholder i.fa {
	position: absolute; 
	top: 50%; 
	left: 50%; 
	margin: 0;
	font-size: 40px;
	opacity: 0.2;
	font-weight: 300;
	transform: translate(-50%,-50%);
}

/* ---------- Currency changer ---------- */
.currency_changer_currency {
	display: inline-block;
	list-style: none;
	margin: 0 4px;
}
.currency_changer_currency.current a {
	font-weight: bold;
}

/* ---------- Stats ---------- */
#shop_stats_tabs_wrap ul.crono_tabs li a,
#shop_stats_tabs_wrap ul.crono_tabs li.current a {
	box-shadow: none;
	border: 1px solid #eee;
	border-radius: 7px;
	height: auto;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 30px;
}
#shop_stats_tabs_wrap ul.crono_tabs li.current a {
	border-color: #555;
}
div#management .coupon_order_wrap {
	margin-top: 40px;
}
.coupon_order_wrap .stats_table {
	margin: 0;
}
.stats_table td br {
	dipslay: block;
}
tr.coupons:hover {
	background: rgba(0,0,0,0.03) !important;
	cursor: pointer;
}
.coupon_orders_title {
	margin-bottom: 12px;
}
.stats_table.coupon_table {
	margin-bottom: 0;
}
.stats_table {
	width: 100%;
    margin: 50px 0;
    font-size: 15px;
}
.stats_table .sales_total,
.stats_table .stats_col {
	text-align: right;
	padding-right: 20px !important;
}
/* .stats_table td,
.stats_col {
	padding: 20px 20px !important;
} */
.stats_table .left_align {
	text-align: left;
}
.stats_table .left_align a {
	padding-left: 0 !important;
}
.stats_col {
    text-align: right;
    width: 5%;
}
.stats_col.sales {
	width: 13%;
}

.stats_table {
	margin-top: 50px;
}
.stats_heading {
	width: 50%;
}

#range_form {
	margin-bottom: 40px;
}
div#management #range_form input.float_right {
	margin-right: 20px;
}
.p_stats_settings {
	float: left;
    width: 50%;
    margin-bottom: 4% !important;
}
.stats_settings .select2 {
	width: 90% !important;
}
.stats_filter .select2 {
	width: 90% !important;
}
.display_settings .stats_input{
	margin-bottom: 50px;
}

.stats_filter_container {
	padding-bottom: 20px;
}
.sales_profit {
	color: green;
}
.sales_loss {
	color: red;
}
.stats_container input, label {
    display: block;
}
.stats_container .table_wrap_container {
	width: 100%;
}
.stats_settings, 
.stats_filter {
	float: left;
	width: 50%;
	margin-bottom: 15px !important;
}
.stats_container form#range_form {
	margin-right: -20px;
}
div#management p.stats_filter,
div#management p.p_stats_settings,
div#management p.stats_settings {
	padding-right: 20px; 
	box-sizing: border-box;
}
div#management p.stats_filter label,
div#management p.p_stats_settings label,
div#management p.stats_settings label {
	width: 150px;
}
div#management p.stats_filter .select2-container,
div#management p.p_stats_settings .select2-container,
div#management p.stats_settings .select2-container,
div#management p.stats_filter input,
div#management p.p_stats_settings input,
div#management p.stats_settings input {
	width: calc(100% - 150px) !important;
}
.sales {
	text-align: right;
}
#stats_chart {
    padding-top: 20px;
	margin-bottom: 40px;
    border-top: 1px solid rgba(0,0,0,0.2);
}
.item_infotext_field {
	width: 365px !important;
}

/* ---------- Article stock ---------- */
.stock-filter {
	margin-bottom: 50px;
}

.stock-table .title {
	width: 75%;
}
.stock-table .stock {
	width: 10%;
	text-align: right;
}
.stock-table .edited {
	width: 14%;
}
.stock-table .edited, .history-data {
	white-space: nowrap;
}
.stock-table .history, .history-button {
	width: 5%;
	min-width: 10px;
	text-align: right;
}
.stock-table .history-button:hover {
	cursor: pointer;
}

.stock-history-table {
	width: 100%;
	table-layout: fixed;
	margin-top: 10px;
}
.history-count, .history-total {
	text-align: right !important;
}

.stock-history-table .history-action {
    width: 5%;
}
.stock-history-table td .history-action {
	text-align: right;
}
.stock-history-table .history-date {
	width: 10%;
}
.stock-history-table .history-count, .history-total {
	width: 12%;
}
td.history-count {
	padding-right: 20px !important;
}
.stock-history-table .history-stock {
	width: 80%;
}
th.history-comment, td.history-comment {
	padding-left: 30px !important;
}
.stock-negative {
	color: red;
	font-weight: bold;
}
.stock-positive {
	color: green;
	font-weight: bold;
}
.stock-history .pagination {
	padding-top: 0;
}
#shop_cart_article_picture a {
	cursor: default;
}

/* ---------- Show that select2 is disabled (coupon management) ---------- */
#management .select2-container--disabled {
	opacity: 0.4;
	pointer-events: none;
}




.country_flag.flag{display:inline-block;height:16px;width:16px;vertical-align:text-top;line-height:16px;background:url(../img/flags16.png) no-repeat;}
.country_flag.none{display: none;}
.country_flag._African_Union(OAS){background-position:0 -16px;}
.country_flag._Arab_League{background-position:0 -32px;}
.country_flag._ASEAN{background-position:0 -48px;}
.country_flag._CARICOM{background-position:0 -64px;}
.country_flag._CIS{background-position:0 -80px;}
.country_flag._Commonwealth{background-position:0 -96px;}
.country_flag._England{background-position:0 -112px;}
.country_flag._European_Union{background-position:0 -128px;}
.country_flag._Islamic_Conference{background-position:0 -144px;}
.country_flag._Kosovo{background-position:0 -160px;}
.country_flag._NATO{background-position:0 -176px;}
.country_flag._Northern_Cyprus{background-position:0 -192px;}
.country_flag._Northern_Ireland{background-position:0 -208px;}
.country_flag._Olimpic_Movement{background-position:0 -224px;}
.country_flag._OPEC{background-position:0 -240px;}
.country_flag._Red_Cross{background-position:0 -256px;}
.country_flag._Scotland{background-position:0 -272px;}
.country_flag._Somaliland{background-position:0 -288px;}
.country_flag._Tibet{background-position:0 -304px;}
.country_flag._United_Nations{background-position:0 -320px;}
.country_flag._Wales{background-position:0 -336px;}
.country_flag.ad{background-position:0 -352px;}
.country_flag.ae{background-position:0 -368px;}
.country_flag.af{background-position:0 -384px;}
.country_flag.ag{background-position:0 -400px;}
.country_flag.ai{background-position:0 -416px;}
.country_flag.al{background-position:0 -432px;}
.country_flag.am{background-position:0 -448px;}
.country_flag.an{background-position:0 -464px;}
.country_flag.ao{background-position:0 -480px;}
.country_flag.aq{background-position:0 -496px;}
.country_flag.ar{background-position:0 -512px;}
.country_flag.as{background-position:0 -528px;}
.country_flag.at{background-position:0 -544px;}
.country_flag.au{background-position:0 -560px;}
.country_flag.aw{background-position:0 -576px;}
.country_flag.az{background-position:0 -592px;}
.country_flag.ba{background-position:0 -608px;}
.country_flag.bb{background-position:0 -624px;}
.country_flag.bd{background-position:0 -640px;}
.country_flag.be{background-position:0 -656px;}
.country_flag.bf{background-position:0 -672px;}
.country_flag.bg{background-position:0 -688px;}
.country_flag.bh{background-position:0 -704px;}
.country_flag.bi{background-position:0 -720px;}
.country_flag.bj{background-position:0 -736px;}
.country_flag.bm{background-position:0 -752px;}
.country_flag.bn{background-position:0 -768px;}
.country_flag.bo{background-position:0 -784px;}
.country_flag.br{background-position:0 -800px;}
.country_flag.bs{background-position:0 -816px;}
.country_flag.bt{background-position:0 -832px;}
.country_flag.bw{background-position:0 -848px;}
.country_flag.by{background-position:0 -864px;}
.country_flag.bz{background-position:0 -880px;}
.country_flag.ca{background-position:0 -896px;}
.country_flag.cg{background-position:0 -912px;}
.country_flag.cf{background-position:0 -928px;}
.country_flag.cd{background-position:0 -944px;}
.country_flag.ch{background-position:0 -960px;}
.country_flag.ci{background-position:0 -976px;}
.country_flag.ck{background-position:0 -992px;}
.country_flag.cl{background-position:0 -1008px;}
.country_flag.cm{background-position:0 -1024px;}
.country_flag.cn{background-position:0 -1040px;}
.country_flag.co{background-position:0 -1056px;}
.country_flag.cr{background-position:0 -1072px;}
.country_flag.cu{background-position:0 -1088px;}
.country_flag.cv{background-position:0 -1104px;}
.country_flag.cy{background-position:0 -1120px;}
.country_flag.cz{background-position:0 -1136px;}
.country_flag.de{background-position:0 -1152px;}
.country_flag.dj{background-position:0 -1168px;}
.country_flag.dk{background-position:0 -1184px;}
.country_flag.dm{background-position:0 -1200px;}
.country_flag.do{background-position:0 -1216px;}
.country_flag.dz{background-position:0 -1232px;}
.country_flag.ec{background-position:0 -1248px;}
.country_flag.ee{background-position:0 -1264px;}
.country_flag.eg{background-position:0 -1280px;}
.country_flag.eh{background-position:0 -1296px;}
.country_flag.er{background-position:0 -1312px;}
.country_flag.es{background-position:0 -1328px;}
.country_flag.et{background-position:0 -1344px;}
.country_flag.fi{background-position:0 -1360px;}
.country_flag.fj{background-position:0 -1376px;}
.country_flag.fm{background-position:0 -1392px;}
.country_flag.fo{background-position:0 -1408px;}
.country_flag.fr{background-position:0 -1424px;}
.country_flag.ga{background-position:0 -1440px;}
.country_flag.gb{background-position:0 -1456px;}
.country_flag.en{background-position:0 -1456px;}
.country_flag.gd{background-position:0 -1472px;}
.country_flag.ge{background-position:0 -1488px;}
.country_flag.gg{background-position:0 -1504px;}
.country_flag.gh{background-position:0 -1520px;}
.country_flag.gi{background-position:0 -1536px;}
.country_flag.gl{background-position:0 -1552px;}
.country_flag.gm{background-position:0 -1568px;}
.country_flag.gn{background-position:0 -1584px;}
.country_flag.gp{background-position:0 -1600px;}
.country_flag.gq{background-position:0 -1616px;}
.country_flag.gr{background-position:0 -1632px;}
.country_flag.gt{background-position:0 -1648px;}
.country_flag.gu{background-position:0 -1664px;}
.country_flag.gw{background-position:0 -1680px;}
.country_flag.gy{background-position:0 -1696px;}
.country_flag.hk{background-position:0 -1712px;}
.country_flag.hn{background-position:0 -1728px;}
.country_flag.hr{background-position:0 -1744px;}
.country_flag.ht{background-position:0 -1760px;}
.country_flag.hu{background-position:0 -1776px;}
.country_flag.id{background-position:0 -1792px;}
.country_flag.mc{background-position:0 -1792px;}
.country_flag.ie{background-position:0 -1808px;}
.country_flag.il{background-position:0 -1824px;}
.country_flag.im{background-position:0 -1840px;}
.country_flag.in{background-position:0 -1856px;}
.country_flag.iq{background-position:0 -1872px;}
.country_flag.ir{background-position:0 -1888px;}
.country_flag.is{background-position:0 -1904px;}
.country_flag.it{background-position:0 -1920px;}
.country_flag.je{background-position:0 -1936px;}
.country_flag.jm{background-position:0 -1952px;}
.country_flag.jo{background-position:0 -1968px;}
.country_flag.jp{background-position:0 -1984px;}
.country_flag.ke{background-position:0 -2000px;}
.country_flag.kg{background-position:0 -2016px;}
.country_flag.kh{background-position:0 -2032px;}
.country_flag.ki{background-position:0 -2048px;}
.country_flag.km{background-position:0 -2064px;}
.country_flag.kn{background-position:0 -2080px;}
.country_flag.kp{background-position:0 -2096px;}
.country_flag.kr{background-position:0 -2112px;}
.country_flag.kw{background-position:0 -2128px;}
.country_flag.ky{background-position:0 -2144px;}
.country_flag.kz{background-position:0 -2160px;}
.country_flag.la{background-position:0 -2176px;}
.country_flag.lb{background-position:0 -2192px;}
.country_flag.lc{background-position:0 -2208px;}
.country_flag.li{background-position:0 -2224px;}
.country_flag.lk{background-position:0 -2240px;}
.country_flag.lr{background-position:0 -2256px;}
.country_flag.ls{background-position:0 -2272px;}
.country_flag.lt{background-position:0 -2288px;}
.country_flag.lu{background-position:0 -2304px;}
.country_flag.lv{background-position:0 -2320px;}
.country_flag.ly{background-position:0 -2336px;}
.country_flag.ma{background-position:0 -2352px;}
.country_flag.md{background-position:0 -2368px;}
.country_flag.me{background-position:0 -2384px;}
.country_flag.mg{background-position:0 -2400px;}
.country_flag.mh{background-position:0 -2416px;}
.country_flag.mk{background-position:0 -2432px;}
.country_flag.ml{background-position:0 -2448px;}
.country_flag.mm{background-position:0 -2464px;}
.country_flag.mn{background-position:0 -2480px;}
.country_flag.mo{background-position:0 -2496px;}
.country_flag.mq{background-position:0 -2512px;}
.country_flag.mr{background-position:0 -2528px;}
.country_flag.ms{background-position:0 -2544px;}
.country_flag.mt{background-position:0 -2560px;}
.country_flag.mu{background-position:0 -2576px;}
.country_flag.mv{background-position:0 -2592px;}
.country_flag.mw{background-position:0 -2608px;}
.country_flag.mx{background-position:0 -2624px;}
.country_flag.my{background-position:0 -2640px;}
.country_flag.mz{background-position:0 -2656px;}
.country_flag.na{background-position:0 -2672px;}
.country_flag.nc{background-position:0 -2688px;}
.country_flag.ne{background-position:0 -2704px;}
.country_flag.ng{background-position:0 -2720px;}
.country_flag.ni{background-position:0 -2736px;}
.country_flag.nl{background-position:0 -2752px;}
.country_flag.no{background-position:0 -2768px;}
.country_flag.np{background-position:0 -2784px;}
.country_flag.nr{background-position:0 -2800px;}
.country_flag.nz{background-position:0 -2816px;}
.country_flag.om{background-position:0 -2832px;}
.country_flag.pa{background-position:0 -2848px;}
.country_flag.pe{background-position:0 -2864px;}
.country_flag.pf{background-position:0 -2880px;}
.country_flag.pg{background-position:0 -2896px;}
.country_flag.ph{background-position:0 -2912px;}
.country_flag.pk{background-position:0 -2928px;}
.country_flag.pl{background-position:0 -2944px;}
.country_flag.pr{background-position:0 -2960px;}
.country_flag.ps{background-position:0 -2976px;}
.country_flag.pt{background-position:0 -2992px;}
.country_flag.pw{background-position:0 -3008px;}
.country_flag.py{background-position:0 -3024px;}
.country_flag.qa{background-position:0 -3040px;}
.country_flag.re{background-position:0 -3056px;}
.country_flag.ro{background-position:0 -3072px;}
.country_flag.rs{background-position:0 -3088px;}
.country_flag.ru{background-position:0 -3104px;}
.country_flag.rw{background-position:0 -3120px;}
.country_flag.sa{background-position:0 -3136px;}
.country_flag.sb{background-position:0 -3152px;}
.country_flag.sc{background-position:0 -3168px;}
.country_flag.sd{background-position:0 -3184px;}
.country_flag.se{background-position:0 -3200px;}
.country_flag.sg{background-position:0 -3216px;}
.country_flag.si{background-position:0 -3232px;}
.country_flag.sk{background-position:0 -3248px;}
.country_flag.sl{background-position:0 -3264px;}
.country_flag.sm{background-position:0 -3280px;}
.country_flag.sn{background-position:0 -3296px;}
.country_flag.so{background-position:0 -3312px;}
.country_flag.sr{background-position:0 -3328px;}
.country_flag.st{background-position:0 -3344px;}
.country_flag.sv{background-position:0 -3360px;}
.country_flag.sy{background-position:0 -3376px;}
.country_flag.sz{background-position:0 -3392px;}
.country_flag.tc{background-position:0 -3408px;}
.country_flag.td{background-position:0 -3424px;}
.country_flag.tg{background-position:0 -3440px;}
.country_flag.th{background-position:0 -3456px;}
.country_flag.tj{background-position:0 -3472px;}
.country_flag.tl{background-position:0 -3488px;}
.country_flag.tm{background-position:0 -3504px;}
.country_flag.tn{background-position:0 -3520px;}
.country_flag.to{background-position:0 -3536px;}
.country_flag.tr{background-position:0 -3552px;}
.country_flag.tt{background-position:0 -3568px;}
.country_flag.tv{background-position:0 -3584px;}
.country_flag.tw{background-position:0 -3600px;}
.country_flag.tz{background-position:0 -3616px;}
.country_flag.ua{background-position:0 -3632px;}
.country_flag.ug{background-position:0 -3648px;}
.country_flag.us{background-position:0 -3664px;}
.country_flag.uy{background-position:0 -3680px;}
.country_flag.uz{background-position:0 -3696px;}
.country_flag.va{background-position:0 -3712px;}
.country_flag.vc{background-position:0 -3728px;}
.country_flag.ve{background-position:0 -3744px;}
.country_flag.vg{background-position:0 -3760px;}
.country_flag.vi{background-position:0 -3776px;}
.country_flag.vn{background-position:0 -3792px;}
.country_flag.vu{background-position:0 -3808px;}
.country_flag.ws{background-position:0 -3824px;}
.country_flag.ye{background-position:0 -3840px;}
.country_flag.za{background-position:0 -3856px;}
.country_flag.zm{background-position:0 -3872px;}
.country_flag.zw{background-position:0 -3872px;}

.country_flag_32.flag{display:inline-block;height:32px;width:32px;vertical-align:text-top;line-height:32px;background:url(../img/flags32.png) no-repeat;}
.country_flag_32._African_Union(OAS){background-position:0 -32px;}
.country_flag_32._Arab_League{background-position:0 -64px;}
.country_flag_32._ASEAN{background-position:0 -96px;}
.country_flag_32._CARICOM{background-position:0 -128px;}
.country_flag_32._CIS{background-position:0 -160px;}
.country_flag_32._Commonwealth{background-position:0 -192px;}
.country_flag_32._England{background-position:0 -224px;}
.country_flag_32._European_Union{background-position:0 -256px;}
.country_flag_32._Islamic_Conference{background-position:0 -288px;}
.country_flag_32._Kosovo{background-position:0 -320px;}
.country_flag_32._NATO{background-position:0 -352px;}
.country_flag_32._Northern_Cyprus{background-position:0 -384px;}
.country_flag_32._Northern_Ireland{background-position:0 -416px;}
.country_flag_32._Olimpic_Movement{background-position:0 -448px;}
.country_flag_32._OPEC{background-position:0 -480px;}
.country_flag_32._Red_Cross{background-position:0 -512px;}
.country_flag_32._Scotland{background-position:0 -544px;}
.country_flag_32._Somaliland{background-position:0 -576px;}
.country_flag_32._Tibet{background-position:0 -608px;}
.country_flag_32._United_Nations{background-position:0 -640px;}
.country_flag_32._Wales{background-position:0 -672px;}
.country_flag_32.ad{background-position:0 -704px;}
.country_flag_32.ae{background-position:0 -736px;}
.country_flag_32.af{background-position:0 -768px;}
.country_flag_32.ag{background-position:0 -800px;}
.country_flag_32.ai{background-position:0 -832px;}
.country_flag_32.al{background-position:0 -864px;}
.country_flag_32.am{background-position:0 -896px;}
.country_flag_32.an{background-position:0 -928px;}
.country_flag_32.ao{background-position:0 -960px;}
.country_flag_32.aq{background-position:0 -992px;}
.country_flag_32.ar{background-position:0 -1024px;}
.country_flag_32.as{background-position:0 -1056px;}
.country_flag_32.at{background-position:0 -1088px;}
.country_flag_32.au{background-position:0 -1120px;}
.country_flag_32.aw{background-position:0 -1152px;}
.country_flag_32.az{background-position:0 -1184px;}
.country_flag_32.ba{background-position:0 -1216px;}
.country_flag_32.bb{background-position:0 -1248px;}
.country_flag_32.bd{background-position:0 -1280px;}
.country_flag_32.be{background-position:0 -1312px;}
.country_flag_32.bf{background-position:0 -1344px;}
.country_flag_32.bg{background-position:0 -1376px;}
.country_flag_32.bh{background-position:0 -1408px;}
.country_flag_32.bi{background-position:0 -1440px;}
.country_flag_32.bj{background-position:0 -1472px;}
.country_flag_32.bm{background-position:0 -1504px;}
.country_flag_32.bn{background-position:0 -1536px;}
.country_flag_32.bo{background-position:0 -1568px;}
.country_flag_32.br{background-position:0 -1600px;}
.country_flag_32.bs{background-position:0 -1632px;}
.country_flag_32.bt{background-position:0 -1664px;}
.country_flag_32.bw{background-position:0 -1696px;}
.country_flag_32.by{background-position:0 -1728px;}
.country_flag_32.bz{background-position:0 -1760px;}
.country_flag_32.ca{background-position:0 -1792px;}
.country_flag_32.cd{background-position:0 -1824px;}
.country_flag_32.cf{background-position:0 -1856px;}
.country_flag_32.cg{background-position:0 -1888px;}
.country_flag_32.ch{background-position:0 -1920px;}
.country_flag_32.ci{background-position:0 -1952px;}
.country_flag_32.ck{background-position:0 -1984px;}
.country_flag_32.cl{background-position:0 -2016px;}
.country_flag_32.cm{background-position:0 -2048px;}
.country_flag_32.cn{background-position:0 -2080px;}
.country_flag_32.co{background-position:0 -2112px;}
.country_flag_32.cr{background-position:0 -2144px;}
.country_flag_32.cu{background-position:0 -2176px;}
.country_flag_32.cv{background-position:0 -2208px;}
.country_flag_32.cy{background-position:0 -2240px;}
.country_flag_32.cz{background-position:0 -2272px;}
.country_flag_32.de{background-position:0 -2304px;}
.country_flag_32.dj{background-position:0 -2336px;}
.country_flag_32.dk{background-position:0 -2368px;}
.country_flag_32.dm{background-position:0 -2400px;}
.country_flag_32.do{background-position:0 -2432px;}
.country_flag_32.dz{background-position:0 -2464px;}
.country_flag_32.ec{background-position:0 -2496px;}
.country_flag_32.ee{background-position:0 -2528px;}
.country_flag_32.eg{background-position:0 -2560px;}
.country_flag_32.eh{background-position:0 -2592px;}
.country_flag_32.er{background-position:0 -2624px;}
.country_flag_32.es{background-position:0 -2656px;}
.country_flag_32.et{background-position:0 -2688px;}
.country_flag_32.fi{background-position:0 -2720px;}
.country_flag_32.fj{background-position:0 -2752px;}
.country_flag_32.fm{background-position:0 -2784px;}
.country_flag_32.fo{background-position:0 -2816px;}
.country_flag_32.fr{background-position:0 -2848px;}
.country_flag_32.ga{background-position:0 -2880px;}
.country_flag_32.gb{background-position:0 -2912px;}
.country_flag_32.gd{background-position:0 -2944px;}
.country_flag_32.ge{background-position:0 -2976px;}
.country_flag_32.gg{background-position:0 -3008px;}
.country_flag_32.gh{background-position:0 -3040px;}
.country_flag_32.gi{background-position:0 -3072px;}
.country_flag_32.gl{background-position:0 -3104px;}
.country_flag_32.gm{background-position:0 -3136px;}
.country_flag_32.gn{background-position:0 -3168px;}
.country_flag_32.gp{background-position:0 -3200px;}
.country_flag_32.gq{background-position:0 -3232px;}
.country_flag_32.gr{background-position:0 -3264px;}
.country_flag_32.gt{background-position:0 -3296px;}
.country_flag_32.gu{background-position:0 -3328px;}
.country_flag_32.gw{background-position:0 -3360px;}
.country_flag_32.gy{background-position:0 -3392px;}
.country_flag_32.hk{background-position:0 -3424px;}
.country_flag_32.hn{background-position:0 -3456px;}
.country_flag_32.hr{background-position:0 -3488px;}
.country_flag_32.ht{background-position:0 -3520px;}
.country_flag_32.hu{background-position:0 -3552px;}
.country_flag_32.id{background-position:0 -3584px;}
.country_flag_32.mc{background-position:0 -3584px;}
.country_flag_32.ie{background-position:0 -3616px;}
.country_flag_32.il{background-position:0 -3648px;}
.country_flag_32.im{background-position:0 -3680px;}
.country_flag_32.in{background-position:0 -3712px;}
.country_flag_32.iq{background-position:0 -3744px;}
.country_flag_32.ir{background-position:0 -3776px;}
.country_flag_32.is{background-position:0 -3808px;}
.country_flag_32.it{background-position:0 -3840px;}
.country_flag_32.je{background-position:0 -3872px;}
.country_flag_32.jm{background-position:0 -3904px;}
.country_flag_32.jo{background-position:0 -3936px;}
.country_flag_32.jp{background-position:0 -3968px;}
.country_flag_32.ke{background-position:0 -4000px;}
.country_flag_32.kg{background-position:0 -4032px;}
.country_flag_32.kh{background-position:0 -4064px;}
.country_flag_32.ki{background-position:0 -4096px;}
.country_flag_32.km{background-position:0 -4128px;}
.country_flag_32.kn{background-position:0 -4160px;}
.country_flag_32.kp{background-position:0 -4192px;}
.country_flag_32.kr{background-position:0 -4224px;}
.country_flag_32.kw{background-position:0 -4256px;}
.country_flag_32.ky{background-position:0 -4288px;}
.country_flag_32.kz{background-position:0 -4320px;}
.country_flag_32.la{background-position:0 -4352px;}
.country_flag_32.lb{background-position:0 -4384px;}
.country_flag_32.lc{background-position:0 -4416px;}
.country_flag_32.li{background-position:0 -4448px;}
.country_flag_32.lk{background-position:0 -4480px;}
.country_flag_32.lr{background-position:0 -4512px;}
.country_flag_32.ls{background-position:0 -4544px;}
.country_flag_32.lt{background-position:0 -4576px;}
.country_flag_32.lu{background-position:0 -4608px;}
.country_flag_32.lv{background-position:0 -4640px;}
.country_flag_32.ly{background-position:0 -4672px;}
.country_flag_32.ma{background-position:0 -4704px;}
.country_flag_32.md{background-position:0 -4736px;}
.country_flag_32.me{background-position:0 -4768px;}
.country_flag_32.mg{background-position:0 -4800px;}
.country_flag_32.mh{background-position:0 -4832px;}
.country_flag_32.mk{background-position:0 -4864px;}
.country_flag_32.ml{background-position:0 -4896px;}
.country_flag_32.mm{background-position:0 -4928px;}
.country_flag_32.mn{background-position:0 -4960px;}
.country_flag_32.mo{background-position:0 -4992px;}
.country_flag_32.mq{background-position:0 -5024px;}
.country_flag_32.mr{background-position:0 -5056px;}
.country_flag_32.ms{background-position:0 -5088px;}
.country_flag_32.mt{background-position:0 -5120px;}
.country_flag_32.mu{background-position:0 -5152px;}
.country_flag_32.mv{background-position:0 -5184px;}
.country_flag_32.mw{background-position:0 -5216px;}
.country_flag_32.mx{background-position:0 -5248px;}
.country_flag_32.my{background-position:0 -5280px;}
.country_flag_32.mz{background-position:0 -5312px;}
.country_flag_32.na{background-position:0 -5344px;}
.country_flag_32.nc{background-position:0 -5376px;}
.country_flag_32.ne{background-position:0 -5408px;}
.country_flag_32.ng{background-position:0 -5440px;}
.country_flag_32.ni{background-position:0 -5472px;}
.country_flag_32.nl{background-position:0 -5504px;}
.country_flag_32.no{background-position:0 -5536px;}
.country_flag_32.np{background-position:0 -5568px;}
.country_flag_32.nr{background-position:0 -5600px;}
.country_flag_32.nz{background-position:0 -5632px;}
.country_flag_32.om{background-position:0 -5664px;}
.country_flag_32.pa{background-position:0 -5696px;}
.country_flag_32.pe{background-position:0 -5728px;}
.country_flag_32.pf{background-position:0 -5760px;}
.country_flag_32.pg{background-position:0 -5792px;}
.country_flag_32.ph{background-position:0 -5824px;}
.country_flag_32.pk{background-position:0 -5856px;}
.country_flag_32.pl{background-position:0 -5888px;}
.country_flag_32.pr{background-position:0 -5920px;}
.country_flag_32.ps{background-position:0 -5952px;}
.country_flag_32.pt{background-position:0 -5984px;}
.country_flag_32.pw{background-position:0 -6016px;}
.country_flag_32.py{background-position:0 -6048px;}
.country_flag_32.qa{background-position:0 -6080px;}
.country_flag_32.re{background-position:0 -6112px;}
.country_flag_32.ro{background-position:0 -6144px;}
.country_flag_32.rs{background-position:0 -6176px;}
.country_flag_32.ru{background-position:0 -6208px;}
.country_flag_32.rw{background-position:0 -6240px;}
.country_flag_32.sa{background-position:0 -6272px;}
.country_flag_32.sb{background-position:0 -6304px;}
.country_flag_32.sc{background-position:0 -6336px;}
.country_flag_32.sd{background-position:0 -6368px;}
.country_flag_32.se{background-position:0 -6400px;}
.country_flag_32.sg{background-position:0 -6432px;}
.country_flag_32.si{background-position:0 -6464px;}
.country_flag_32.sk{background-position:0 -6496px;}
.country_flag_32.sl{background-position:0 -6528px;}
.country_flag_32.sm{background-position:0 -6560px;}
.country_flag_32.sn{background-position:0 -6592px;}
.country_flag_32.so{background-position:0 -6624px;}
.country_flag_32.sr{background-position:0 -6656px;}
.country_flag_32.st{background-position:0 -6688px;}
.country_flag_32.sv{background-position:0 -6720px;}
.country_flag_32.sy{background-position:0 -6752px;}
.country_flag_32.sz{background-position:0 -6784px;}
.country_flag_32.tc{background-position:0 -6816px;}
.country_flag_32.td{background-position:0 -6848px;}
.country_flag_32.tg{background-position:0 -6880px;}
.country_flag_32.th{background-position:0 -6912px;}
.country_flag_32.tj{background-position:0 -6944px;}
.country_flag_32.tl{background-position:0 -6976px;}
.country_flag_32.tm{background-position:0 -7008px;}
.country_flag_32.tn{background-position:0 -7040px;}
.country_flag_32.to{background-position:0 -7072px;}
.country_flag_32.tr{background-position:0 -7104px;}
.country_flag_32.tt{background-position:0 -7136px;}
.country_flag_32.tv{background-position:0 -7168px;}
.country_flag_32.tw{background-position:0 -7200px;}
.country_flag_32.tz{background-position:0 -7232px;}
.country_flag_32.ua{background-position:0 -7264px;}
.country_flag_32.ug{background-position:0 -7296px;}
.country_flag_32.us{background-position:0 -7328px;}
.country_flag_32.uy{background-position:0 -7360px;}
.country_flag_32.uz{background-position:0 -7392px;}
.country_flag_32.va{background-position:0 -7424px;}
.country_flag_32.vc{background-position:0 -7456px;}
.country_flag_32.ve{background-position:0 -7488px;}
.country_flag_32.vg{background-position:0 -7520px;}
.country_flag_32.vi{background-position:0 -7552px;}
.country_flag_32.vn{background-position:0 -7584px;}
.country_flag_32.vu{background-position:0 -7616px;}
.country_flag_32.ws{background-position:0 -7648px;}
.country_flag_32.ye{background-position:0 -7680px;}
.country_flag_32.za{background-position:0 -7712px;}
.country_flag_32.zm{background-position:0 -7744px;}
.country_flag_32.zw{background-position:0 -7744px;}

/* ---------- Gift fields ---------- */

.personalize_fields,
.gift_fields {
	display: block;
	font-size: 90%;
    line-height: 150%;
    margin-bottom: 20px;
}

/* ---------- Article Link ---------- */

#article_link {
	margin: 0;
    padding: 20px 20px 13px 20px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.22);
	margin-bottom: 25px;
}

#article_link #link_option {
	overflow: visible;
}

#article_link fieldset legend {
	float: none !important;
}