AnonSec Shell
Server IP : 54.36.91.62  /  Your IP : 216.73.217.112
Web Server : Apache
System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : coopiak ( 151928)
PHP Version : 8.3.23
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/coopiak/amisdesseniors-fr/brest/components/com_djcatalog2/themes/catalog2k21/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/coopiak/amisdesseniors-fr/brest/components/com_djcatalog2/themes/catalog2k21//_theme.css
@import "style.css";

/** variables **/

:root {
  --primary-color: #dc0000;
  --light-gray: #ebebeb;
  --lighter-gray: #f5f5f5;

  --grid-gap: 30px;
  --border-radius: 3px;
}

/** general **/

* {
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

.btn_icon {
  cursor: pointer;
  display: flex;
  transition: opacity ease-in-out .1s;
}

.btn_icon:hover {
  opacity: .5;
  text-decoration: none;
}

.btn_toolbar {
  border: 1px solid var(--light-gray);
  border-radius: var(--border-radius);
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn_toolbar img {
  opacity: 0.5;
}

.btn_toolbar:hover img {
  opacity: 1;
  transition: opacity ease-in-out .1s;
}

.btn_toolbar--active img {
  opacity: 1;
}

.btn--full_width {
  width: 100% !important;
}

.btn--mini {
  font-size: 10px;
  background: var(--lighter-gray);
  border-radius: var(--border-radius);
  padding: 3px 6px;
}

#djc_order_by {
  width: 240px;
  border-radius: var(--border-radius);
  border: 1px solid var(--light-gray);
  height: 46px;
  margin-bottom: 0;
}

/* quantity */

.djc_addtocart {
  display: flex;
  grid-gap: 10px;
}

.djc_qty {
  display: flex;
}

.djc_qty__btn {
  border: 1px solid var(--light-gray);
  display: flex;
  align-items: center;
  width: 15px;
  cursor: pointer;
  box-sizing: border-box;
}

.djc_qty__btn--dec {
  justify-content: flex-end;
  border-right: none;
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
}

.djc_qty__btn--inc {
  justify-content: flex-start;
  border-left: none;
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}


.djc_qty .djc_qty__inp {
  border-top: 1px solid var(--light-gray) !important;
  border-bottom: 1px solid var(--light-gray) !important;
  border-left: 0;
  border-right: 0;
  height: 100%;
  box-shadow: none;
  text-align: center;
  border-radius: 0 !important;
  background: none !important;
  width: 30px !important;
  padding: 0 !important;
}
/** address book view **/

.djc_addresses__toolbar {
  margin-bottom: 40px;
}

.djc_addresses__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  grid-gap: var(--grid-gap);
}

.djc_addresses__item__toolbar {
  display: flex;
  justify-content: space-between;
}

.djc_addresses__item {
  border: 1px solid var(--light-gray);
  border-radius: var(--border-radius);
  padding: 30px;
}

.djc_addresses__buttons {
  display: flex;
  grid-gap: 15px;
}

.djc_addresses__name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}

.djc_addresses__company {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}

.djc_addresses__fl_name {
  font-size: 14px;
  font-weight: 700;
  margin-top: 0;
}

.djc_addresses__postcode,
.djc_addresses__address,
.djc_addresses__country_state {
  font-size: 14px;
  margin: 0;
}

/** items view **/

.djc_subcategories__grid,
.djc_products__grid {
  grid-gap: var(--grid-gap);
  margin-bottom: 30px;
}

.djc_subcategories__item,
.djc_products__item {
  padding: 30px;
}

.djc_products__item,
.djc_products__item__description,
.djc_products__item_info {
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
}

.djc_products__item * {
  margin: 0;
}

.djc_products__item_info,
.djc_products__item__introtext {
  font-size: 14px;
}

.djc_products__item__toolbar {
  display: flex;
  grid-gap: 15px;
  align-items: center;
}

.djc_item_compare {
  display: none !important;
}

.djc_item_compare + label {
  width: 24px;
  height: 20px;
  display: inline-block;
}

.djc_item_compare + label:before {
  width: 24px;
  height: 20px;
  content: '';
  display: inline-block;
  background: url('../images/compare.svg') no-repeat;
}

.djc_item_compare:checked + label:before {
  width: 24px;
  height: 20px;
  content: '';
  display: inline-block;
  background: url('../images/compare.svg') no-repeat 100%;

}


.djc_subcategories__item__price {
  font-size: 18px;
  font-weight: 700;
}

.djc_subcategories__item__price--new {
  color: var(--primary-color);
}

.djc_subcategories__item__price--old {
  font-weight: 400;
  opacity: .4;
  text-decoration: line-through;
}

.djc_stock_info--in {
  position: relative;
  margin-left: 28px;
}

.djc_stock_info--out {
  position: relative;
  margin-left: 22px;
}

.djc_stock_info--in::before,
.djc_stock_info--out::before {
  position: absolute;
  width: 19px;
  height: 14px;
  top: 3px;
  content: '';
}

.djc_stock_info--in::before {
  background: url('../images/stock_in.svg') no-repeat;
  left: -26px;
}

.djc_stock_info--out::before {
  background: url('../images/stock_out.svg') no-repeat;
  left: -20px;
}

/* subcategories */

.djc_subcategories__item {
  border: 1px solid var(--light-gray);
  border-radius: var(--border-radius);
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
}

.djc_subcategories__item * {
  margin: 0;
}

.djc_subcategories__item__image {
  display: flex;
  justify-content: center;
}

.djc_subcategories__item__description {
  font-size: 14px;
}

.djc_subcategories__children {
  padding-left: 0;
  list-style: none;
}

.djc_subcategories__children__item {
  font-size: 14px;
  margin: 4px 0;
}

/* toolbar */

.djc_toolbar {
  display: flex;
  justify-content: flex-end;
  grid-gap: 20px;
  margin-bottom: 30px;
}

.djc_order_set {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}

.djc_toolbar_set {
  display: flex;
  grid-gap: 10px;
}

/** mod_djc2cart **/

.mod_djc2cart {
  padding: 10px;
  position: relative;
}

.mod_djc2cart__count {
  position: absolute;
  top: 6px;
  right: 0;
  color: #fff;
  background: var(--primary-color);
  border-radius: 50px;
  padding: 2px 7px;
  font-size: 10px;
}


/*THE END*/

/* 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 */
#djcatalog {
  position: relative;
}

.djc_clear {
  clear: both;
}

#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_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_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 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;
  -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;
  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);
}

#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;
  /*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 {
  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;
}

/**
 * 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_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 {
  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: 64px;
  height: 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;
}

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;
}

h3.shipping-days-msg {
  color: red;
  text-align: center;
}

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;
  line-height: 14px;
  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_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;
}

Anon7 - 2022
AnonSec Team