:root{
  --main-bg:#dcdcdc;
  --main-color:#7c807e;
  --main-color1:#121399;
  --main-color2:#595959;
  --main-color3:#2E272C;
  --main-color4:#7c807e;
  --main-color5:#e0e0e0;
  --main-color6:#444645;
  --main-color7:#436f66;
  --main-color8:#8f9290;
  --main-color9:#f5f5f5;
  --main-color10:#646464;
  --main-color11:#CAC5C5;
  --alert:#007bff;
  --required:#a01321;
  --navbar:#2E272C;
  --navbar-a:#bdbca4;
  --price:#000000;
  --old-price:#d9edf7;
  --category-widget-parent:#823f6b;
  --category-widget-chil:#444645;
  --catalog-cart-price-bg:#d9edf7;
  --catalog-cart-price-border:#d9edf7;
  --inactive:#d9edf7;
}

/* jquery.validate */
label.error {
 color: var(--alert);
}

.required-label {
 color: var(--required);
}

/* wikimarkup */
.wikimarkup ul {
  list-style: disc;
  padding-left: 20px;
  padding-bottom: 10px;
}
.wikimarkup ol {
  list-style: decimal;
  padding-left: 20px;
  padding-bottom: 10px;
}
.wikimarkup h2, h3, h4, h5, h6 {
  padding-top: 10px;
}

/* diloy NavBar */
.navbar-diloy {
  background-color:#fff;
  color:#ffffff;
  border:0;
}
.navbar-diloy .navbar-nav > li > a {
  color: var(--navbar);
}
.navbar-diloy .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
  color:  var(--navbar-a);
  background-color:transparent;
}
.navbar-diloy .navbar-brand {
  color: var(--navbar);
}
.diloy-main-nav {
  font:700 16px/20px "Gudea", Arial, sans-serif;
  text-transform: uppercase;
}

/* Enable Hover for nav dropdown */
.dropdown-block:hover .dropdown-menu {
  display: block;
}

/* Main menu columns (one, two, three) */
.dropdown-menu-navbar {
    min-width: 200px;
}
.dropdown-menu-navbar li a {
    padding: 5px 15px;
    font-weight: 300;
}
.dropdown-menu.columns-2 {
    min-width: 400px;
}
.dropdown-menu.columns-3 {
    min-width: 800px;
}
.multi-column-dropdown {
    list-style: none;
}
.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
}
.multi-column-dropdown li a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
@media (max-width: 767px) {
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }
}
@media (min-width: 767px) {
    /* open dropmenu on mouse hover */
    .dropdown:hover .dropdown-menu-mouse-hover {
        display: block;
        margin-top: 0; // remove the gap so it doesn't close
     }
}

/* Catalog Grig */
.item-meta-container-cell {
  text-align: left !important;
}
.item-name-cell {
  font:16px/20px 'PT Sans', sans-serif;
}
.item-price-cell {
  color: #000000;
  font:20px/24px 'PT Sans', sans-serif;
  font-weight:bold;
}

/* Others */
.line { border-top:1px solid #181818; width:105px; margin:40px auto; }

.center-align {
  text-align: center;
}

.center-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.img-left {
  top: 0; bottom:0; left: 0; right:0;
  margin: 0px 15px 15px 0px !important;
  border: 1px solid #D1D1ED;
  padding: 10px;
  float: left;
}
.img-right {
  top: 0; bottom:0; left: 0; right:0;
  margin: 0px 0px 15px 15px !important;
  border: 1px solid #D1D1ED;
  padding: 10px;
  float: right;
}

.uppercase { text-transform: uppercase}

.btn-return{
  padding-top: 10px;
}

/* dissable number spinners firefox and chrome */
input[class='qty-value'] {
  -moz-appearance:textfield;
}
input[class='qty-grid'] {
  max-width: 35px;
}
.input-out-stock {
  background-color: #fdffcd;
  max-width: 50px;
}

/* Catalog */
.catalog-menu {
  margin-left: 20px;
  margin-top: 20px;
}
.catalog-menu-item {
  text-transform:uppercase;
}
.catalog-menu-child {
  padding-left: 10px;
}
.category-first-level {
  padding-bottom: 20px;
}
.catalog-menu-first-item {
  font-weight: bold;
  text-transform:uppercase;
}
.category-third-level {
  padding-left:20px;
}
.category-third-level a{
  color: #9d9c89;
}

#catalog-product-gallery .main-imgs {
  margin-bottom: 20px;
  position: relative;
}
.main-img img {
  text-align: center;
}
#catalog-product-gallery .main-imgs .background {
  display: none;
}
#catalog-product-gallery .catalog-images {
  border: 1px solid #E1E1E1;
  text-align: center;
  max-width: 500px;
  max-height: 500px;
  overflow: hidden;
}
.alternate-images {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.alternate-images li {
  float: left;
  margin: 0 10px 0 0;
  box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.38);
}
.alternate-images li a {
  display: block;
}

#price-box {
  font:700 12px/14px "Proxima Nova Light", Arial, sans-serif;
  color: black;
  font-family: 'Open Sans', sans-serif;
  padding: 10px;
  margin-bottom: 10px;
}
#price-box .price-box-price {
  font-size: 32px;
}
#price-box .currency-symbol {
  font-size: 15px;
}
#price-box .old-price {
  font-size: 20px;
}

#price-list {
}
#price-list .price-list-price {
  font-size: 18px;
}
#price-list .currency-symbol {
  font-size: 14px;
}

.category-widget-category-parent {
  text-transform: uppercase;
}
.category-widget-category-parent a {
  color:#823f6b !important;
}
.category-widget-category-child {
  padding-left:15px;
}
.category-widget-category-child a {
  color:#444645 !important;
}
.category-widget-category-child2 {
  padding-left:25px;
}

/* Box Alert */
.box-alert {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn-alert-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-alert-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-alert-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.box-alert-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.box-alert-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.box-alert-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.box-alert-primary-success {
  color: #5cb85c;
  border-color: #4cae4c;
}
.box-alert-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.box-alert-primary-info {
  color: #5bc0de;
  border-color: #5bc0de;
}
.box-alert-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.box-alert-primary-warning {
  color: #f0ad4e;
  border-color: #eea236;
}
.box-alert-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.box-alert-primary-danger {
  color: #d9534f;
  border-color: #d43f3a;
}
.box-alert-draft {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.box-alert-quotation {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.box-alert-confirmed {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.box-alert-processing {
  color: #fff;
  background-color: #76DA76;
  border-color: #68C668;
}
.box-alert-done {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.box-alert-cancel {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.box-alert-validated {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.box-alert-posted {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.box-alert-paid {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.box-alert-received {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.box-alert-assigned {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.box-alert-assigned {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.box-alert-packed {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.box-alert-waiting {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.box-alert-out_invoice {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.box-alert-out_credit_note {
  color: #333;
  background-color: #E7E7E7;
  border-color: #ccc;
}

/* Prices */
#catalog-cart {
  width: 100% !important;
}
#catalog-cart .product-name-cart {
  font-size: 20px;
}
#catalog-cart .price{
  font-size: 25px !important;
  padding: 10px;
  background-color: #d9edf7;
  border-color: #ccc;
  margin-bottom: 10px;
}
#catalog-cart .price-decimals{
  font-size: 15px !important;
}
#catalog-cart .currency-symbol{
  font-size: 20px !important;
}

/* Modal confirm add cart */
#add-cart-confirm-success {}
#add-cart-confirm-warning {
  color: #d9534f;
}

/* Checkout Steps */
.bs-wizard {border-bottom: solid 1px var(--main-color5); padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: var(--main-color2); font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: var(--main-color1); top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: var(--main-color3); border-radius: 50px; position: absolute; top: 8px; left: 8px; }
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: var(--main-color4);}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: var(--main-color4);}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }

/* Blog */
.blog-content img{
  top: 0; bottom:0; left: 0; right:0;
  margin: auto;
  border: 1px solid #D1D1ED;
  padding: 10px;
}

/* Widgets Filters*/
.main-filter-widget {
  font-weight: bold;
}
.child-filter-widget {
  margin-left: 15px;
}

/* Search Popup */
#quick-search-bottom {
  width:35px;
  height:35px;
  background-image: url(../images/sprites/sprite.png);
  background-position: 0 -116px;
  border:none;
  transition:background-color 0.5s;
  -webkit-transition:background-color 0.5s;
  -moz-transition:background-color 0.5s;
  -ms-transition:background-color 0.5s;
  -o-transition:background-color 0.5s;
}
.quick-search-form {
  width: 160px !important;
  height: 50px !important;
}
input.quick-search-input {
  width: 100px !important;
}

.diloy-table-title{
  font-weight:bold;
  text-transform:uppercase;
  background-color: #E5E5E5;
}
.diloy-product-info{
  font-size: 12px;
}

.diloy-cart-box {
  width: 150px !important;
}

/* Box Block */
.box-block {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #E1E1E1;
}
.box-block-search {
  min-height: 80px;
}
.box-block-search-form {
}
input.box-block-search-input {
  width: 180px !important;
}

.total-cart-delivery {
  text-transform:lowercase;
}

.footer-trademark {
  margin:10px;
}

.cart-payment-type {
  min-height: 30px;
}

.cart-confirm-totals {
  margin-top: 10px;
}

.padding-box {
  margin-top: 10px;
  margin-bottom: 10px;
}

.through {
  text-decoration:line-through;
}

.social-media-links {
  list-style-type: none;
}

.social-media-links > li {
  display: inline;
  color: white;
}

.social-media-links > li > a > i {
  font-size: 24px;
  padding-right: 2%;
}

/* map */
#spain-map{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
path:hover, circle:hover, polygon:hover {
  stroke: var(--main-color5) !important;
  stroke-width:2px;
  stroke-linejoin: round;
  fill: var(--main-color5) !important;
  cursor: pointer;
}

.item-grid-map {
  padding:10px !important;
  min-height: 400px !important;
}

.inactive {
  color: #CCCCCC;
}

.old-price {
  text-decoration: line-through;
  font: 15px/1.5em Arial, sans-serif;
  color: var(--main-color1);
}

.table-borderless td, .table-borderless th {
  border: 0;
}
.table-grid-cell {
  text-align: center;
}
.table-grid-arrow {
  width: 200px;
  height: 200px;
}

.table-white > thead > tr > th,
.table-white > tbody > tr > th,
.table-white > tfoot > tr > th,
.table-white > thead > tr > td,
.table-white > tbody > tr > td,
.table-white > tfoot > tr > td {
  background:#ffffff !important;
}
