@import "style.css";

/* 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;
}

#lbPrevLink,
#lbNextLink {
  background-color: transparent !important;
}

#djcatalog .djc_image img {
  box-sizing: border-box;
  max-width: 100%;
}

/* single item/category/producer images */

#djcatalog .djc_mainimage a,
#djcatalog .djc_thumbnail a {
  vertical-align: middle;
  display: inline !important;
}


/* subcategories */

#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_title {
  text-align: center;
}

/* items - general */
#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 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_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_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 .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;
}

/* 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_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;
}

.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;
  width: 25%;
}

#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_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;
}

#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 {
  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;
  display: inline-block;
}

/* myitems view */

/* discount price */

.djc_td_price span.djc_price_old,
.djc_price span.djc_price_old {
  text-decoration: line-through;
}

/**
* Order
*/

#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 input.djc_qty_input {
  max-width: 60px;
}

.djc_cart_table .djc_td_title {
  vertical-align: top;
}

.djc_cart_table .djc_td_title .djc_image {
  float: left;
  margin: 0 1em 0 0;
}

.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 {
  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;
}

img.mod_djc2cart--icon {
    max-width: 50px;
}

/**
 * Toolbar
 */

#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_mapview__filters label {
  width: 100%;
}

.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_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 {
  display: table;
  content: "";
  line-height: 0;
}

#djcatalog .djc_cart_variants .djc_cartvariant_colors label.radio {
  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 {
  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 {
  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 {
  width: 32px;
  height: 32px;
  border-radius: 64px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#djcatalog
  .djc_cart_variants
  .djc_cartvariant_colors
  .djc_cartvariant_color-name {
  display: block;
  font-size: 0.8em;
  padding: 0 2px;
}

#djcatalog .djc_cart_variants .djc_cartvariant_colors 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: 0.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,
  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;
}

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_producer__images .djc_images,
.djc_producer__images .djc_images.djc_image_switcher {
  width: 100% !important;
}

.control-label {
  font-weight: 600;
}

.djc_billing_details,
.djc_delivery_form,
.djc_orderdetails,
.djc_delivery_split,
.djc_order_additional_notes {
  margin-bottom: 60px;
}

.nav {
  flex-direction: column;
}

@media (min-width: 768px) {
  .djc_cart_table__th--mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .djc_cart_table thead {
    display: none;
  }

  .djc_cart_table__image {
    max-width: 100%;
    padding-right: 0;
  }

  .djc_cart_table__tr {
    display: flex;
    flex-direction: column;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
    padding: 30px;
  }

  .djc_cart_table__td {
    padding: 5px 0;
    max-width: 100%;
  }

  .djc_cart_table__price_net,
  .djc_cart_table__tax,
  .djc_cart_table__gross {
    display: flex;
    justify-content: space-between;
  }

  .djc_cart_table__title,
  .djc_cart_table__qty {
    text-align: center;
  }

  .djc_cart_table__remove,
  .djc_addtocart {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

.djc_cart-login #modlgn-username,
.djc_cart-login #modlgn-passwd {
  width: 100%;
  max-width: 300px;
  height: 40px;
  padding: 10px;
  border-radius: 4px;
}

.djc_cart-login #form-login-remember .form-control:where(input),
.djc_cart-login #form-login-remember .form-select:not([multiple])[size="1"],
.djc_cart-login #form-login-remember .form-select:where(select):not([multiple]):not([size]),
.djc_cart-login #form-login-remember .uk-input,
.djc_cart-login #form-login-remember .uk-select:not([multiple]):not([size]) {
  height: unset;
  vertical-align: unset;
  display: inline-block;
  border: 1px solid #403c4b;
  -webkit-appearance: auto;
  max-width: 20px;
}

.djc_cart-login #form-login-remember .control-label {
  margin-bottom: 0;
  padding: 0 !important;
}

.djc_cart-login .unstyled {
  list-style: none;
}

/* views -> item */

@media (min-width: 767px) {
  .djc_single-item-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 30px;
  }
}

.djc_single-item .djc_toolbar {
  justify-content: flex-start;
}

.djc_single-item .djc_addtowishlist_btn {
  margin: 15px 0;
}

.djc_single-item .djc_form_addtocart {
  margin-bottom: 30px;
}

.djc_single-item .djc_thumbnails {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px;
  margin-top: 5px;
}


.djc_files,
.djc_star_rating--vote {
	overflow: hidden;
}
