/* general */
.djc_clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.djc_clearfix {
	min-width: 0;
	display: inline-block; /* \*/
	display: block;
} /* trigger hasLayout for IE7. Hide from IE Mac */
* html .djc_clearfix {
	height: 1%;
} /* Hide from IE Mac */

.visually-hidden, .hidden {
	display: none;
}
#djcatalog {
	position: relative;
}

.djc_clear {
	clear: both;
}

#djcatalog a img {
	border: none;
	outline: none;
}

#lbPrevLink,#lbNextLink {
	background-color: transparent !important;
}

#djcatalog .djc_images a:link,
#djcatalog .djc_images a:visited,
#djcatalog .djc_images a:hover,
#djcatalog .djc_images a:focus,
#djcatalog .djc_image a:link,
#djcatalog .djc_image a:visited,
#djcatalog .djc_image a:hover,
#djcatalog .djc_image a:focus
	{
	outline: none;
	background: none;
	zoom: 1;
}

#djcatalog .djc_image img {
	box-sizing: border-box;
	max-width: 100%;
}

/* single item/category/producer images */
#djcatalog .djc_images {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

#djcatalog .djc_mainimage {
	text-align: center;
	overflow: hidden;
}

#djcatalog .djc_thumbnails {
	clear: both;
}

#djcatalog .djc_thumbnail {
	float: left;
	text-align: center;
}

#djcatalog .djc_mainimage a,#djcatalog .djc_thumbnail a {
	vertical-align: middle;
	display: inline !important;
}

#djcatalog .djc_mainimage img,#djcatalog .djc_thumbnail img {
	background: url(../images/bg2.png) repeat;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	vertical-align: middle;
	display: inline;
}

#djcatalog.djc_item .djc_featured_image {
	float: left;
	margin: 0 4px 0 0;
}

/* subcategories */
#djcatalog .djc_subcategories_grid .djc_subcategory {
	float: left;
}

#djcatalog .djc_subcategories_grid .djc_subcategory_bg {
	margin: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#djcatalog .djc_subcategories_grid .djc_subcategory_col_first  .djc_subcategory_bg
	{
	margin-left: 0;
}

#djcatalog .djc_subcategories_grid .djc_subcategory_col_last  .djc_subcategory_bg
	{
	margin-right: 0;
}

#djcatalog .djc_subcategories_grid .djc_subcategory_in {
	padding: 10px 20px;
}

#djcatalog .djc_subcategories_grid .djc_image {
	text-align: center;
	margin: 0 0 10px 0;
	overflow: hidden;
}

#djcatalog .djc_subcategories_grid .djc_image img {
	background: url(../images/bg1.png) repeat;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#djcatalog .djc_subcategories_grid .djc_title {
	text-align: center;
}

/* items - general */
#djcatalog .djc_items .djc_image img,
#djcatalog .djc_related_items .djc_image img
	{
	background: url(../images/bg1.png) repeat;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#djcatalog .djc_items .djc_image,
#djcatalog .djc_related_items .djc_image
	{
	text-align: center;
	margin: 0 0 10px 0;
	overflow: hidden;
}

#djcatalog .djc_items .djc2_cols_1 .djc_image,
#djcatalog .djc_items .djc2_cols_2 .djc_image
	{
	float: left;
	margin: 0 10px 10px 0px;
}

#djcatalog .djc_producers .djc_producer_item .djc_image {
	float: none;
	text-align: center;
}

#djcatalog .djc_producers .djc_producer_item .djc_title h3 {
	text-align: center;
}

/* items filters/toolbar */
#djcatalog .djc_filters,
#djcatalog .djc_order,
#djcatalog .djc_atoz,
#djcatalog .djc_layout_switch {
	margin: 10px 0;
}

#djcatalog .djc_filters .djc_filters_in,
#djcatalog .djc_order .djc_order_in
	{
	padding: 10px;
	background: url(../images/bg2.png) repeat;
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#djcatalog .djc_filters form {
	margin: 0;
	padding: 0;
}

#djcatalog .djc_filter_ul,
#djcatalog .djc_filter_list,
#djcatalog .djc_filter_search,
#djcatalog .djc_filter_map_search,
#djcatalog .djc_filter_radius_search,
#djcatalog .djc_filter_country_state_search,
#djcatalog .djc_order_buttons {
	list-style: none;
	margin: 0;
	padding: 0;
}

#djcatalog .djc_filter_ul,
#djcatalog .djc_filter_map_search {
	margin: 0 0 10px 0;
}

#djcatalog .djc_filter_ul:last-child {
	margin-bottom: 0;
}

#djcatalog .djc_atoz .djc_atoz_in {
	padding: 10px 0;
}

#djcatalog .djc_atoz_list {
	text-align: center;
	margin: 0;
	padding: 0;
}

#djcatalog .djc_atoz_list li {
	display: block;
	float: left;
	margin: 0 0.2%;
	padding: 0;
	list-style: none;
	background: none;
	width: 3.44%;
	text-align: center;
	overflow: hidden;
}

#djcatalog .djc_atoz_list li a span,#djcatalog .djc_atoz_list li span span
	{
	display: block;
	padding: 2px 0;
	text-transform: uppercase;
}

#djcatalog .djc_atoz_list li a span {
	background: url(../images/bg2.png) repeat;
}

#djcatalog .djc_atoz_list li span span {
	background: url(../images/bg1.png) repeat;
}

#djcatalog .djc_atoz_list li a:hover span,
#djcatalog .djc_atoz_list li a span.active {
	background: url(../images/bg3.png) repeat;
}

#djcatalog .djc_filter_list li,
#djcatalog .djc_filter_search li,
#djcatalog .djc_filter_map_search li,
#djcatalog .djc_filter_radius_search li,
#djcatalog .djc_filter_country_state_search li,
#djcatalog .djc_order_buttons li
	{
	display: block;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 10px 0 0;
	background: none;
	line-height: 2;
}

#djcatalog .djc_filter_list li span,
#djcatalog .djc_filter_search li span,
#djcatalog .djc_filter_map_search li span,
#djcatalog .djc_filter_radius_search li span,
#djcatalog .djc_filter_country_state_search li span,
#djcatalog .djc_order_buttons li span
	{
	font-weight: bold;
}

#djcatalog .djc_layout_buttons {
	float: right;
}

#djcatalog .djc_layout_buttons li {
	list-style: none;
	background: none;
	padding: 0;
	margin: 0 0 0 4px;
	float: right;
}

#djcatalog .djc_layout_buttons li a {
	background: url(../images/bg1.png) repeat;
	display: block;
	padding: 4px;	
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}

#djcatalog .djc_layout_buttons li a.active,
#djcatalog .djc_layout_buttons li a:hover {
	background: url(../images/bg3.png) repeat;
}

#djcatalog .djc_readon {
	margin: 0.5em 0;
}

/* items / related items - grid */
#djcatalog .djc_items .djc_item,#djcatalog .djc_related_items .djc_item
	{
	float: left;
}

#djcatalog .djc_items .djc_item_bg,
#djcatalog .djc_related_items .djc_item_bg
	{
	background: url(../images/bg1.png) repeat;
	margin: 2px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#djcatalog .featured_item .djc_item_bg {
	background: url(../images/bg2.png) repeat;
}

#djcatalog .djc_items .djc_item .djc_featured_image,#djcatalog .featured_item .djc_featured_image
	{
	position: absolute;
	top: 4px;
	right: 4px;
	left: auto;
	z-index: 2;
}

#djcatalog .djc_item_col_first .djc_item_bg {
	margin-left: 0;
}

#djcatalog .djc_item_col_last .djc_item_bg {
	margin-right: 0;
}

#djcatalog .djc_items .djc_item_in,#djcatalog .djc_related_items .djc_item_in
	{
	padding: 10px 20px;
}

/* items - table */
#djcatalog .djc_items_table td,#djcatalog .djc_items_table th {
	padding: 4px 8px;
}

#djcatalog tr.featured_item {
	background: url(../images/bg1.png) repeat;
}

#djcatalog .djc_items_table .djc_featured_image {
	position: static;
	margin: 0 0 0 4px;
	left: auto;
	right: auto;
	top: auto;
}

/* pagebreak tabs */
#djcatalog .nav-tabs {
	*zoom: 1;
	margin: 0 0 20px 0;
	list-style: none;
}

#djcatalog .nav-tabs:before,
#djcatalog .nav-tabs:after {
	display: table;
	content: "";
	line-height: 0;
}


#djcatalog .nav-tabs:after {
	clear: both;
}

#djcatalog .nav-tabs>li {
	float: left;
	list-style: none;
}

#djcatalog .nav-tabs>li>a {
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 2px;
	line-height: 14px;
	text-decoration: none;
	display: block;
}

#djcatalog .nav-tabs {
	border-bottom: 1px solid #ddd;
}

#djcatalog .nav-tabs>li {
	margin-bottom: -1px;
}

#djcatalog .nav-tabs>li>a {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 20px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	cursor: pointer;
}

#djcatalog .nav-tabs>li>a:hover {
	border-color: #eeeeee #eeeeee #dddddd;
}

#djcatalog .nav-tabs>.active>a,
#djcatalog .nav-tabs>.active>a:hover {
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: pointer;
}

/* pagebreak accordion */
#djcatalog .accordion {
	margin-bottom: 20px;
}

#djcatalog .accordion-group {
	margin-bottom: 2px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#djcatalog .accordion-heading {
	border-bottom: 0;
}

#djcatalog .accordion-heading .accordion-toggle {
	display: block;
	padding: 8px 15px;
	cursor: pointer;
}

#djcatalog .accordion-toggle {
	cursor: pointer;
}

#djcatalog .accordion-inner {
	padding: 9px 15px;
	border-top: 1px solid #e5e5e5;
}

/* mod_djc2items module */
div.mod_djc_item .djc_category_info,div.mod_djc_item .djc_producer_info,div.mod_djc_item .djc_price
	{
	font-size: 90%;
	opacity: 0.7;
	margin: 0.5em 0;
}

/* mod_djc2filters module */

#djcatalog .djc_additional_filters {
	margin: 10px 0;
}
#djcatalog .djc_additional_filters .djc_additional_filters_in {
	border: 1px solid #dddddd;
	padding: 10px;
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div.mod_djc2filters dl {
	margin: 1em 0;
	padding: 0;
}

div.mod_djc2filters dl dt {
	font-weight: bold;
	margin: 0.5em 0;
	padding: 0;
}

div.mod_djc2filters dl dd {
	margin: 0;
	padding: 0;
}

div.mod_djc2filters label,
div.mod_djc2fw label {
	display: block;
	margin: 0 0 5px 0;
}

div.mod_djc2filters .radio,
div.mod_djc2filters .checkbox,
div.mod_djc2fw .radio,
div.mod_djc2fw .checkbox {
	padding-left: 20px;
}


div.mod_djc2filters .radio input[type="radio"],
div.mod_djc2filters .checkbox input[type="checkbox"],
div.mod_djc2fw .radio input[type="radio"],
div.mod_djc2fw .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}

div.mod_djc2filters select,
div.mod_djc2fw select {
	max-width: 90%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

div.mod_djc2filters form,
div.mod_djc2fw form {
	margin: 0;
	padding: 0;
}

div.mod_djc2filters form > fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

div.mod_djc2filters h4 {
	cursor: pointer;
	margin: 5px 0;
	padding: 0 0 5px 0;
	border: 1px solid #ccc;
	border-width: 0 0 1px 0;
}

div.mod_djc2filters .mod_djc2filters_group {
	padding: 0 0 10px 0;
}

div.mod_djc2filters .field_reset_button,
div.mod_djc2fw .field_reset_button {
	float: left;
	margin-right: 5px;
	text-decoration: none;
}

div.mod_djc2filters .mod_djc2filters_group ul {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;	
}

div.mod_djc2filters .mod_djc2filters_buttons,
div.mod_djc2fw .mod_djc2fw_buttons {
	padding: 10px 0 0 0;
	clear: both;
}

#djcatalog .djc_adv_search_wrap {
	margin: 5px 0 0 0;
	text-align: right;
}

#djcatalog .djc_adv_search_toggle {
	cursor: pointer;
	font-weight: bold;
}
#djcatalog .djc_adv_search_toggle:hover {
	text-decoration: underline;
}

/* mod_djc2search */

.djc_mod_search input#mod_djcatsearch {
	max-width: 110px;
}

.djc_mod_search button {
	margin-bottom: 9px;
}

/* mod_djc2categories */

.mod_djc2categories select.mod_djc2categories_list {
	max-width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* mod_djc2producers */

.mod_djc2producers select {
	max-width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* custom attributes */
div.djc_attributes {
	margin: 1em 0;
	clear: both;
}

.djc_attributes table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: none !important;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}

.djc_attributes table tr.djc_attribute {
	border: none;
}

.djc_attributes table tr.djc_attribute td {
	padding: 10px;
	border: none;
	vertical-align: middle;
}

.djc_attributes table tr.djc_attribute td.djc_label {
	font-weight: bold;
	background: url(../images/bg1.png) repeat;
	width: 25%;
	-webkit-box-shadow: inset -10px 0px 10px -10px rgba(0, 0, 0, 0.2);
	box-shadow: inset -10px 0px 10px -10px rgba(0, 0, 0, 0.2);
}

.djc_attributes table tr.djc_attribute:nth-child(2n+1) td.djc_label {
	background: url(../images/bg2.png) repeat;
}

.djc_attributes table tr.djc_attribute:nth-child(2n+1) td.djc_value {
	background: url(../images/bg1.png) repeat;
}

#djcatalog .djc_items_table .djc_attributes {
	padding: 0;
	vertical-align: top;
}

.djc_items_table .djc_attributes table {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.djc_items_table .djc_attributes table td {
	display: block !important;
}

.djc_items_table .djc_attributes table tr.djc_attribute td.djc_label {
	width: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.djc_items_table .djc_attributes table tr.djc_attribute td.djc_label {
	background: url(../images/bg2.png) repeat;
}

.djc_items_table .djc_attributes table tr.djc_attribute td.djc_value {
	background: none;
}

#djcatalog .djc_contact_form,
#djcatalog .djc_checkout_notes {
	clear: both;
}

#djcatalog .djc_contact_form .control-group,
#djcatalog .djc_checkout_notes .control-group {
	margin: 1em 0;
}

/* social buttons code: top, after title, after desc, bottom */
.djc_social_t {
	margin: 0 0 1em 0;
}

.djc_social_at {
	display: table-cell;
}

.djc_social_ad {
	margin: 0.5em 0;
}

.djc_social_b {
	margin: 0.5em 0 0 0;
}

.djc_comments {
	clear: both;
	margin: 0.5em 0;
}

/* navigation */
#djcatalog .djc_product_top_nav {
	clear: both;
	margin: 0 0 0.5em 0;
}

#djcatalog .djc_product_bottom_nav {
	clear: both;
	margin: 0.5em 0 0 0;
	text-align: center;
}

#djcatalog .djc_product_top_nav a.djc_prev_btn {
	float: left;
}
#djcatalog .djc_product_top_nav a.djc_next_btn {
	float: right;
}

#djcatalog .djc_product_top_nav a.djc_prev_btn,
#djcatalog .djc_product_top_nav a.djc_next_btn {
	display: block;
}
#djcatalog .djc_product_top_nav span.button,
#djcatalog .djc_product_bottom_nav span.button {
	font-size: 1.2em;
	display: block;
}
#djcatalog .djc_product_bottom_nav a.djc_prev_btn,
#djcatalog .djc_product_bottom_nav a.djc_next_btn {
	display: inline-block;
}


/* item submission */

#djcatalog #djc_my_items_table .djc_formbutton {
	display: inline-block;
	line-height: 2em;
	float: left;
	clear: both;
	padding-left: 4px;
	outline: none;
	text-decoration: none;
}

#djcatalog #djc_my_items_table .djc_formbutton:hover {
	text-decoration: none;
}

#djcatalog #djc_my_items_table .djc_formbutton span {
	font-size: 0.8em;
	padding: 4px;
}

#djcatalog #djc_my_items_table .djc_formbutton img {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border: none;
	float: none;
}

#djcatalog #catalog-sliders {
	margin: 10px 0 0 0;
}

#djcatalog #catalog-sliders dt {
	float: left;
	cursor: pointer;
	padding: 0.5em;
	margin: 0 0.5em 0 0;
	z-index: 100;
	background: url(../images/bg2.png) 0 0 repeat;
}

#djcatalog #catalog-sliders dt.open {
	background: url(../images/bg1.png) 0 0 repeat;
}

#djcatalog #catalog-sliders dt h3 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

#djcatalog .djc_itemform div.current {
	padding: 1em;
	clear: both;
	border-top: 1px solid #ddd;
}

#djcatalog .djc_itemform div.current dd {
	margin: 0;
	padding: 0;
}

#djcatalog .djc_itemform .djc_imageform .djc_imageform_item,
#djcatalog .djc_itemform .djc_fileform .djc_fileform_item {
	width: 31%;
	margin: 0 2% 10px 0;
	float: left;
}

#djcatalog .djc_itemform .djc_imageform .djc_imageform_item_in,
#djcatalog .djc_itemform .djc_fileform .djc_fileform_item_in {
	background: url(../images/bg1.png) 0 0 repeat;
	padding: 4px 8px;
}

/*
* Uploader
*/

.djc_uploader table.djc_uploader_table {
	width: auto;
}

.djc_uploader table thead th {
	padding: 4px;
}

.djc_uploader table .center {
	text-align: center;
}

.djc_uploader table thead th.djc_uploader_img {
	width: 75px;
}

.djc_uploader table thead th.djc_uploader_exclude,
.djc_uploader table thead th.djc_uploader_delete,
.djc_uploader table thead th.djc_uploader_hits {
	width: 5%;
}

.djc_uploader table thead th.djc_uploader_caption {
	max-width: 200px;
}

.djc_uploader table tbody td {
	padding: 4px;
}

.djc_uploader table tbody tr:hover td {
	background-color: #fafafa;
}

.djc_uploader table tbody td img {
	max-width: 75px;
	max-height: 45px;
}

.djc_uploader table tbody td input {
	float: none;
}


.djc_uploader table.adminlist tfoot td {
	text-align: left !important;
}

.djc_uploader .icon-move {
	width: 16px;
	height: 16px;
	background: url(../images/icon_move.png) center center no-repeat;
	display: inline-block;
}

/* myitems view */

/* discount price */

.djc_td_price span.djc_price_old,
.djc_price span.djc_price_old {
	text-decoration: line-through;
}

div.djc_addtocart {
	margin: 1em 0;
}

/**
* Order
*/

#djc_orders_table td,
#djc_orders_table th {
	width: 20%;
	text-align: left;
}

#djc_orders_table .djc_thead_order_date,
#djc_orders_table .djc_thead_order_status,
#djc_orders_table .djc_td_order_date,
#djc_orders_table .djc_td_order_status {
	text-align: center;
}

#djc_orders_table .djc_thead_order_total,
#djc_orders_table .djc_td_order_total {
	text-align: right;
}

#djc_order_items_table .djc_th_title {
	width: 50%;
}

#djc_order_items_table .djc_th_qty,
#djc_cart_checkout_table .djc_th_qty {
	width: 5%;
	text-align: center;
}

#djc_order_items_table tfoot td {
	text-align: center;
	font-weight: bold;
}

#djc_order_items_table .djc_ft_total_label {
	text-align: right;
}

#djc_order_items_table .djc_th_price,
#djc_order_items_table .djc_td_price, 
#djc_order_items_table .djc_td_qty {
	text-align: center;
}

/**
* Cart
*/

.djc_cart_table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.djc_cart_table form {
	margin: 0;
	padding: 0;
}

.djc_cart_table tbody td {
	vertical-align: middle;
}

.djc_cart_table .djc_thead_order_date,
.djc_cart_table .djc_thead_order_status,
.djc_cart_table .djc_td_order_date,
.djc_cart_table .djc_td_order_status {
	text-align: center;
}

.djc_cart_table .djc_thead_order_total,
.djc_cart_table .djc_td_order_total {
	text-align: right;
}

.djc_cart_table .djc_th_title {
}

.djc_cart_table .djc_th_qty {
	text-align: center;
	width: 20%;
}


.djc_cart_table .djc_td_update_qty {
	border-right: none;
	text-align: center;
	padding-right: 0;
}

.djc_cart_table .djc_td_cart_remove {
	border-left: none;
	padding-left: 0;
}

.djc_cart_table input {
}

.djc_cart_table tbody .djc_update_qty_btn,
.djc_cart_table tbody .djc_cart_remove_btn  {
	border: none;
	padding: 0;
	margin: 0;
	background: none;
	font-size: 0;
	cursor: pointer;
	width: 32px;
	height: 32px;
}

.djc_cart_table tbody .djc_update_qty_btn {
	background: url(../images/cart_update.png) center center no-repeat;
}

.djc_cart_table tbody .djc_cart_remove_btn {
	background: url(../images/cart_remove.png) center center no-repeat;
} 

.djc_cart_table tbody input.djc_qty_input {
	max-width: 60px;
	/*margin-right: 10px;*/
	box-sizing: content-box !important;
}

.djc_cart_table .djc_td_title {
	vertical-align: top;
}

.djc_cart_table .djc_td_title .djc_image {
	float: left;
	margin: 0 1em 0 0;
}

#djcatalog table .djc_image img {
	max-width: none;
}

.djc_cart_table .djc_td_title strong a {
	float: none;
	display: inline-block;
}

.djc_cart_table tfoot .djc_cart_foot td {
	text-align: center;
	font-weight: bold;
}

.djc_cart_table .djc_ft_total_label {
	text-align: right;
}

.djc_cart_table .djc_th_price {
	width: 1%;
}

.djc_cart_table .djc_th_price,
.djc_cart_table .djc_td_price, 
.djc_cart_table .djc_td_qty {
	text-align: center;
	white-space: nowrap;
}

/**
 * Cart popup
 */

.djc_cart_popup {
	position: relative;
	height: 100%;
}

.djc_cart_popup p {
	display: block;
    font-size: 1.2em;
    font-weight: normal;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    line-height: 2em;
    top: 33%;
    width: 100%;
}
.djc_cart_popup strong {
	white-space: nowrap;
}
.djc_cart_popup a {
	font-weight: bold;
}

#djc_cart_popup_loader {
    display: none;
    height: 40px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 65000;
    opacity: 0.7;
}

#djc_cart_popup_loader span {
	 background: #000000 url(../images/ajax-loader.gif) center center no-repeat;
	 width: 32px;
	 height: 32px;
	 padding: 8px;
	 display: block;
	 position: absolute;
	 left: 50%;
	 top: 50%;
	 margin: -20px 0 0 -20px;
	 border-radius: 8px 8px 8px 8px;
}

#sbox-overlay.djc_cart_modal {
	width: 100%;
	height: 100%;
	opacity: 0.5 !important;
}


/* Cart icon module */

.mod_djc2cart {
	line-height: 1em;
}

.mod_djc2cart .mod_djc2cart--link {
	position: relative;
	display: inline-block;
}

.mod_djc2cart .mod_djc2cart--count {
	border: 1px solid #333333;
	background: #ffffff;
	color: #333333;
	padding: 4px 8px;
	line-height: 1em;
	display: inline-block;
	border-radius: 100px;
}

.mod_djc2cart.mod_djc2cart-img .mod_djc2cart--count{
	position: absolute;
	bottom: -25%;
	right: -25%;
}

img.mod_djc2cart--icon {
    max-width: 50px;
}

/**
 * Toolbar
 */
 
#djcatalog .djc_toolbar {
	margin: 5px 0;
}

#djcatalog .djc_toolbar form {
	display: inline;
}

#djcatalog .djc_toolbar .btn {
	display: inline-block;
	margin-right: 5px;
	margin-left: 0;
}

/**
* Printable version
*/


#djcatalog.djc_printable a[href]:after {
	content: "";
}

#djcatalog.djc_printable .djc_printable_version,
#djcatalog.djc_printable .djc_product_top_nav,
#djcatalog.djc_printable .djc_product_bottom_nav,
#djcatalog.djc_printable .djc_producer_items_link,
#djcatalog.djc_printable .djc_contact_form_toggler,
#djcatalog.djc_printable .djc_addtocart,
#djcatalog.djc_printable .djc_contact_form_wrapper {
	display: none !important;
}

/**
* Location & Maps
*/

.djc_map_wrapper img {
	max-width: none;
}

ul.djc_address_info {
	list-style:none;
	margin: 0.5em 0;
}
ul.djc_address_info li {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	background: none;
}

.djc_cart_popup {
	text-align: center;
}

.djc_cart_popup > div {
	padding: 10px;
}

@media print {
	.djc_back_button,
	.djc_print_button {
		display: none !important;
	}
}


#djc_cart_popup .modal-body {
	text-align: center;
}


.djc_hover_image img:last-child {
	display: none
}

.djc_hover_image:hover img:first-child {
	display: none
}

.djc_hover_image:hover img:last-child {
	display: inline-block
}


.djc_checkout_progress {
	padding: 30px 0 30px 0;
	position: relative;
}

.djc_checkout_progress::before {
	content: "";
	height: 1px;
	width: 100%;
	background: #e5e5e5;
	position: absolute;
	left: 0;
	top: 30px;
	
}

.djc_checkout_progress .djc_checkout-step {
	float: left;
	width: 33%;
	margin: 0;
	box-sizing: border-box;
	padding-top: 16px;
	position: relative;
	text-align: center;
}

.djc_checkout_progress.steps-2 .djc_checkout-step {
	width: 50%
}

.djc_checkout_progress.steps-2 .djc_checkout-step.djc_checkout-step-2 {
	display: none;
}

.djc_checkout_progress .djc_checkout-step::before {
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -8px;
	border: 1px solid #d9d9d9;
	background: #ffffff;
	width: 16px;
	height: 16px;
	border-radius: 3px;
}

.djc_checkout_progress .djc_checkout-step.active::before {
	background-color: #666666;
	border-color: #666666;
}

.djc_checkout_progress .djc_checkout-step.passed::before {
	background-color: #d9d9d9;
	border-color: #d9d9d9;
}

.djc_checkout_progress .djc_checkout-step a,
.djc_checkout_progress .djc_checkout-step span {
	text-transform: uppercase;
}

.djc_alert {
	position: fixed;
	top: 20px;
	right: 20px;
}

a.djc_compare_btn[disabled],
a.djc_compare_btn[disabled]:hover {
	pointer-events: none;
}

#djcatalog .djc_cart_variants {}
#djcatalog .djc_cart_variants .djc_cartvariant_colors {}

#djcatalog .djc_cart_variants .djc_cartvariant_colors:before,
#djcatalog .djc_cart_variants .djc_cartvariant_colors:after,
.mod_djc2filters .djc_color_filter:before,
.mod_djc2filters .djc_color_filter:after {
	display: table;
	content: "";
	line-height: 0;
}

#djcatalog .djc_cart_variants .djc_cartvariant_colors label.radio,
.mod_djc2filters .djc_color_filters label {
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	text-align: center;
	border: none;
	box-sizing: border-box;
}

#djcatalog .djc_cart_variants .djc_cartvariant_colors label.radio .djc_cartvariant_color,
.mod_djc2filters .djc_color_filters label .djc_color_filter {
	display: block;
	margin: 4px;
	padding: 5px;
	border: 1px solid transparent;
	background: transparent;
}

#djcatalog .djc_cart_variants .djc_cartvariant_colors label.radio input[type="radio"]:checked ~ .djc_cartvariant_color,
.mod_djc2filters .djc_color_filters label input[type="radio"]:checked ~ .djc_color_filter,
.mod_djc2filters .djc_color_filters label input[type="checkbox"]:checked ~ .djc_color_filter {
	border: 1px solid #cccccc;
	background: #eeeeee;
}

#djcatalog .djc_cart_variants .djc_cartvariant_colors label.radio input[type="radio"]:disabled ~ .djc_cartvariant_color {
	opacity: 0.5;	
}

#djcatalog .djc_cart_variants select option:disabled,
#djcatalog .djc_cart_variants select option.disabled {
	color: #ddd;
}

#djcatalog .djc_cart_variants .djc_cartvariant_colors .djc_cartvariant_color-bg,
.mod_djc2filters .djc_color_filter .djc_color_filter-bg {
	width: 64px;
	height: 64px;
	display: inline-block; 
	background-repeat: no-repeat; 
	background-size: cover;
	background-position: center center;
}

.mod_djc2filters .djc_color_filter .djc_color_filter-bg {
	width: 32px;
	height: 32px;
}

#djcatalog .djc_cart_variants .djc_cartvariant_colors .djc_cartvariant_color-name,
.mod_djc2filters .djc_color_filter .djc_color_filter-name {
	display: block;	
	font-size: 0.8em;
	padding: 0 2px;
}

#djcatalog .djc_cart_variants .djc_cartvariant_colors input,
.mod_djc2filters .djc_color_filters input {
	float: none;
	margin: 0;
	padding: 0;	
	outline: none;
	display: none;
}

/** Extra fields - colors **/

#djcatalog .djc_attributes .djc_cartattr_color,
#djcatalog .djc_td_attribute .djc_cartattr_color {
	float: left;
	margin: 0 5px 0 0;
}

#djcatalog .djc_attributes .djc_cartattr_color:before,
#djcatalog .djc_attributes .djc_cartattr_color:after,
#djcatalog .djc_td_attribute .djc_cartattr_color:before,
#djcatalog .djc_td_attribute .djc_cartattr_color:after {
}

#djcatalog .djc_attributes .djc_cartattr_color .djc_cartattr_color-bg,
#djcatalog .djc_td_attribute .djc_cartattr_color .djc_cartattr_color-bg {
	display: block; 
	background-repeat: no-repeat; 
	background-size: cover;
	background-position: center center;
	height: 24px;
	min-width: 24px;
	width: 100%;
	box-sizing: border-box;
}

#djcatalog .djc_attributes .djc_cartattr_color .djc_cartattr_color-name,
#djcatalog .djc_td_attribute .djc_cartattr_color .djc_cartattr_color-name {
	display: block;	
	font-size: 0.8em;
	padding: 0 2px;
}

/** Some templates do not play nice **/
div.fade.in {
	display: block !important;
}


/** Procuct preview page **/

#djcatalog.djc_item_preview {
	padding: 20px;
}

#djcatalog .djc_product_page_link_wrap {
	padding: 40px 0 0 0;
}

#djcatalog a.djc_product_page_link {
	position: fixed;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	left: 0;
	border-radius: 0;
}

/** Popup contact form **/
#djcatalog.djc_item_contact {
	padding: 30px;
}

#djcatalog .djc_items.djc_listing_table .djc_table_wrap {
	overflow-x: auto;
	overflow-y: hidden;
}

/* Quantity boxes */
.djc_qty_buttons.btn-group {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 0;
	vertical-align: middle;
	white-space: nowrap;
	*margin-left: .3em;
}

.djc_qty_buttons .input-append, 
.djc_qty_buttons .input-prepend {
	display: inline-block;
	margin-bottom: 9px;
	vertical-align: middle;
	font-size: 0;
	white-space: nowrap;
}

.djc_qty_buttons .input-append .add-on, 
.djc_qty_buttons .input-append .btn, 
.djc_qty_buttons .input-append .btn-group {
	margin-left: -1px;
}

.djc_qty_buttons .input-append .btn,
.djc_qty_buttons .input-prepend.btn {
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0px;
	margin-left: -1px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 4px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.djc_qty_buttons .djc_qty_input {
	display: inline-block;
	font-size: 13px;
	height: 18px;
	line-height: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	position: relative;
	vertical-align: top;
	white-space: nowrap;
	width: 60px;
}
@media print {
	.wish-btns {
		display: none;
	}
	.djcatalog {width:100% !important;}
	form.wishForm table tr td:first-of-type, 
	form.wishForm table tr th:first-of-type {display: none;}
	form.wishForm table {
		width:100% !important;
	}
	form.wishForm table tr td:nth-of-type(2) {
		width:100%;}
}

div.wishlist-btn {
	margin-top: 5px;
	width:100%;
}

div.wishlist-msg {
	font-size: 20px;
	width:100%;
	text-align: center;
	color: red;
}

table.shipping-days-details {width:100%;}

table.shipping-days-details th {
	width:100%;
	background: #c1c1c1;
}

table.shipping-days-details td {
	width:100%;
	background: #8c8888;
	padding: 5px;
}

div.accessory-row {
	margin-top:20px;
}

.djc_cart_related_accessories {
	margin:20px 0px;
}

.djc_related_accessory {
	float:left;
	background: #fff;
	color: #6c6d74;
	border: 1px solid #e5e5e7;
	text-align: center;
}

.djc_related_accessory .djc_addtocart {
	margin-bottom: 5px !important;
}

iframe.section-iframe {
	width:100%;
	height:500px;
}

.djc-invalid, input:focus:invalid, textarea:focus:invalid, select:focus:invalid {
	color: #b94a48;
	border-color: #ee5f5b;
}


/* Configurator */

.djc_cfg_item,
.step_confirmation,
.djc_cfp_step .step_ind {
	cursor: pointer;
}

.djc_cfp_step:after {
  content: "";
  display: table;
  clear: both;
}

.djc_cfp_step {
	padding: 0 0 30px 0;
	position: relative;
}

.djc_cfp_step .step_ind {
	float: left;
	width: 32px;
	height: 32px;
	display: inline-block;
	line-height: 32px;
	border-radius: 16px;
	background: #ff0000;
	color: #ffffff;
	border: 1px solid transparent;
	text-align: center;
	vertical-align: middle;
	margin-right: 15px;
	position: relative;
}

.djc_cfp_step:after {
	content: " ";
	position: absolute;
	border: 1px solid #ff0000;
	left: 16px;
	top: 32px;
	height: 100%;
}

.djc_cfp_step:last-child:after {
	display: none;
}

.djc_cfp_step .step_cnt {
	overflow: hidden;
	margin: 0 0 15px auto;
}

.djc_cfp_step .step_cnt h2 {
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 32px;
}


.djc_images a[data-type="video"] {
	position: relative;
}

.djc_images a[data-type="video"]:after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: " "; 
	width: 100px;
	height: 100px;
	margin-left: -50px;
	margin-top:-50px;
	background: url("../images/video.png") center center / 100% 100% no-repeat;
	pointer-events: none;
}


.djc_images .djc_thumbnail a[data-type="video"]:after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: " "; 
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top:-25px;
}

.djc_autolabels {
	list-style: none;
	margin: 0;
	padding: 0;
}

.djc_autolabels .djc_autolabels_label {
	list-style: none;
	display: inline-block;
	padding: 4px 10px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #999;
	text-transform: uppercase;
}

.djc_items .djc_autolabels li {
    position: static;
}

.djc_autolabels .djc_autolabels_label-featured {
	background-color: navy;
}

.djc_autolabels .djc_autolabels_label-latest {
	background-color: orange;	
}


/*
Autolabels
 */

.mod_djc_item,.djc_images .djc_mainimage  {
	position: relative;
}

.djc_autolabels {
	list-style: none;
	margin: 0;
	padding: 0;
}

.djc_autolabels li{
	position: absolute;
	background: #113070;
	width: auto;
	height: 32px;
	left: 0;
	top: 5px;
	padding: 0 10px;
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	line-height: 32px;
	text-align: left;
	z-index: 5;
}

.djc_autolabels li span {
	display: inline;
}

#djcatalog.djc_item .djc_autolabels li{
	position: static;
	top: auto;
	left: auto;
}

fieldset#jform_djcatalog2orderdetails_payment_method_id,
fieldset#jform_djcatalog2orderdetails_delivery_method_id {
	width: auto;
	padding-left:0;
	padding-right:0;
	border:none;
}

label.djc_delivery_method,
label.djc_payment_method {
	width: auto;
	padding-left:0;
	padding-right:0;
	margin-left:0;
	margin-right:0;
}

label.djc_delivery_method input[type="radio"],
label.djc_payment_method input[type="radio"] {
	display: none !important;
}
span.djc_delivery_option,
span.djc_payment_option {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    margin: 0 0 15px 0;
    border: 2px solid #cccccc;
    clear: both;
    overflow: hidden;
}

label.djc_delivery_method input[type="radio"]:checked ~ span.djc_delivery_option,
label.djc_payment_method input[type="radio"]:checked ~ span.djc_payment_option {
	border-color: #333333;
}

img.djc_delivery_option-image,
img.djc_payment_option-image {
    float: left;
    max-height: 50px;
    margin: 0 5px 0 0;
}
span.djc_delivery_option-title,
span.djc_payment_option-title {
	font-weight: bold;
	display: block;
}
span.djc_delivery_option-description,
span.djc_payment_option-description {
	display: inline-block;
}
span.djc_delivery_option-price,
span.djc_payment_option-price {
	float: right;
	margin: 0 0 0 15px;
}

form.djc_cart_proceed {
	margin: 0;
	padding: 0;
	display: inline-block;
	clear: none;
}

/* Rating */

.djc_star_rating {
	position: relative;
	z-index: 1000;
}

.djc_star_rating--reviews-wrap {
    clear: both;
    position: absolute;
    background: #fff;
    border: 1px solid #cccccc;
    padding: 15px;
    width: 300px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.djc_files,
.djc_star_rating--vote {
	overflow: hidden;
}
