@charset "UTF-8";
/*
* ArsLuna Web Pages
*
* Main CSS
* ALL Screens
* Desktop Specific
*
* Author : Sašo Štibelj
* Company: Ars Luna, Helena Štibelj s.p.
* Address: Čepulje 16
*          4000 KRANJ
*          SLOVENIA
* Website: http://www.arsluna.si, http://www.arsluna.com
* Mail   : info@arsluna.si, info@arsluna.com
* License: Commercial
*
*/
/******************************************************************************/
/*
* ArsLuna Web Pages
*
* Main CSS
* All Screens Vars
*
* Author : Sašo Štibelj
* Company: Ars Luna, Helena Štibelj s.p.
* Address: Čepulje 16
*          4000 KRANJ
*          SLOVENIA
* Website: http://www.arsluna.si, http://www.arsluna.com
* Mail   : info@arsluna.si, info@arsluna.com
* License: Commercial
*
*/
/******************************************************************************/
/* Body */
/* font_sizes */
/**/
/* Wrappers */
/**/
/**/
/**/
/**/
/**/
/******************************************************************************/
/* Smartmenus                                                                 */
/******************************************************************************/
/**/
/******************************************************************************/
/**/
/******************************************************************************/
/* Grid                                                                       */
/******************************************************************************/
/* UI Tabs */
/* Autocomplete */
/* Input Fields */
/******************************************************************************/
/* Buttons                                                                    */
/******************************************************************************/
/* Button Primary */
/* Button More */
/* Button More Second */
/* Button News Subscription */
/* Button Search */
/* Pageindex */
/* Button One */
/* Button Two */
/* Button Three */
/* Button Four */
/* Button Five */
/* Button Six */
/******************************************************************************/
/* Ecommerce                                                                  */
/******************************************************************************/
/* Grid */
/******************************************************************************/
/* Responsive                                                                 */
/******************************************************************************/
/* Size xl                                                                    */
/******************************************************************************/
/* font_sizes */
/**/
/******************************************************************************/
/* Size l                                                                     */
/******************************************************************************/
/* font_sizes */
/**/
/******************************************************************************/
/* Size m                                                                     */
/******************************************************************************/
/* font_sizes */
/**/
/******************************************************************************/
/* Size s                                                                     */
/******************************************************************************/
/* font_sizes */
/**/
/******************************************************************************/
/* Size xs                                                                    */
/******************************************************************************/
/* font_sizes */
/**/
/******************************************************************************/
/* Spaces                                                                     */
/******************************************************************************/
/*
* ArsLuna Web Pages
*
* Main CSS
* ALL Screens
* Desktop Specific
* Common Partial
*
* Author : Sašo Štibelj
* Company: Ars Luna, Helena Štibelj s.p.
* Address: Čepulje 16
*          4000 KRANJ
*          SLOVENIA
* Website: http://www.arsluna.si, http://www.arsluna.com
* Mail   : info@arsluna.si, info@arsluna.com
* License: Commercial
*
*/
/******************************************************************************/
/*
* ArsLuna Web Pages
*
* Main CSS
* ALL Screens
* Desktop Specific
* Template Partial
*
* Author : Sašo Štibelj
* Company: Ars Luna, Helena Štibelj s.p.
* Address: Čepulje 16
*          4000 KRANJ
*          SLOVENIA
* Website: http://www.arsluna.si, http://www.arsluna.com
* Mail   : info@arsluna.si, info@arsluna.com
* License: Commercial
*
*/
/******************************************************************************/
/* Logo                                                                       */
/******************************************************************************/
#logo {
  background: transparent none;
  font-size: 55px;
  font-weight: normal;
  line-height: 85px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
  text-transform: none;
  top: 0;
  width: 100%;
  z-index: 1;
}
#logo a {
  background: transparent none no-repeat center center;
  color: #fff;
  display: block;
  height: 85px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
#logo a > span {
  font-size: 2.2em;
  padding: 0.5em 0;
}
#logo a:visited {
  color: #fff;
  text-decoration: none;
}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/
#copyright {
  color: #FFF;
  font-size: 12px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
}
#copyright .grid-element {
  padding: 0 !important;
}
#copyright .grid-element .client {
  text-align: left;
}
#copyright .grid-element .arsluna {
  text-align: right;
}
#copyright a,
#copyright a:visited {
  color: #FFF;
  font-size: 12px;
  line-height: 40px;
  overflow: hidden;
  text-decoration: none;
}

/******************************************************************************/
.menuitems h1,
.menuitems header,
.productsmall h1,
.productsmall header {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.menuitems .menuitemtitle,
.products .productnamesmall {
  font-size: 14px;
  line-height: 16px;
}

.productsmall .image {
  min-height: 120px;
}

/******************************************************************************/
#cashdeskprogress,
#tracer {
  color: #565656;
  display: block;
  /*font-size: 0.75em;*/
  margin-bottom: 10px;
}

#cashdeskprogress li,
#tracer li {
  display: table-cell;
  float: left;
  list-style-type: none;
  padding: 0 5px;
}

#tracer a {
  padding-left: 20px;
}

#cashdeskprogress .active,
#tracer a.active,
#tracer a:hover {
  color: #37aaae;
  font-weight: bold;
}

/*
#tracer > ul > li > a:after,
#tracer > ul > li > a:before,
#tracer a:before {
    left: 0;
    top: 8px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
*/
#tracer > ul > li > a:before {
  border-color: #565656;
  border-left-color: #565656;
  border-width: 10px;
  margin-left: -10px;
}

#tracer > ul > li > a.active,
#tracer > ul > li > li:hover > a:before {
  border-color: rgba(55, 170, 174, 0);
  border-left-color: #37aaae;
}

#cashdeskprogress .done {
  color: #565656;
}

#tracer ul {
  overflow: hidden;
}

/******************************************************************************/
/* Nav ************/
/*
* ArsLuna Web Pages
*
* Main CSS
* ALL Screens
* Desktop Specific
* Template Partial
* Navigation Partial
*
* Author : Sašo Štibelj
* Company: Ars Luna, Helena Štibelj s.p.
* Address: Čepulje 16
*          4000 KRANJ
*          SLOVENIA
* Website: http://www.arsluna.si, http://www.arsluna.com
* Mail   : info@arsluna.si, info@arsluna.com
* License: Commercial
*
*/
/******************************************************************************/
#nav {
  cursor: default;
  display: table-cell;
  float: left;
  /* left: 0;
  */
  margin: 0;
  padding: 10px;
  position: relative;
  text-align: left;
  /* top: 4.5em;
  */
  width: 100%;
}

#nav > ul {
  margin: 0;
}

#nav > ul > li {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 2em;
  margin-left: 1em;
}

#nav > ul > li.first {
  margin-left: 0;
}

#nav > ul > li > ul {
  display: none;
}

#nav > ul > li > a {
  border: 0 none;
  border-radius: 0.35em;
  color: #565656;
  display: block;
  font-weight: 400;
  height: 40px;
  outline: 0;
  padding: 0 20px;
  text-decoration: none;
  text-transform: none;
}

#nav > ul > li .menu-item-text,
#nav > ul > li img {
  display: inline-block;
  float: left;
}

#nav > ul > li .menu-item-text-main {
  display: block;
}

#nav > ul > li > a.selected,
#nav > ul > li > a:hover,
#nav > ul > li.active > a {
  color: #565656;
}

#nav > ul > li > a.selected,
#nav > ul > li > a:hover,
#nav > ul > li.active > a {
  font-weight: 700;
}

#nav > ul > li a:visited {
  color: #565656;
}

#nav > ul > li:first-child {
  margin-left: 0;
}

#nav > ul > li.break {
  margin-left: 25em;
}

/******************************************************************************/
.nav-2 {
  margin-top: 20px;
  overflow: hidden;
}

.nav-2 > ul {
  float: right;
  margin: 0;
}

.nav-2 > ul > li {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 40px;
  margin-left: 10px;
}

.nav-2 > ul > li.first {
  margin-left: 0;
}

.nav-2 > ul > li > ul {
  display: none;
}

.nav-2 > ul > li > a {
  border: 0 none;
  border-radius: 0.35em;
  color: #fff;
  display: block;
  font-weight: 400;
  height: 40px;
  outline: 0;
  padding: 0 10px 0 0;
  text-decoration: none;
  text-transform: none;
}

.nav-2 > ul > li .menu-item-text,
.nav-2 > ul > li img {
  display: inline-block;
  float: left;
}

.nav-2 > ul > li img {
  margin-right: 10px;
}

.nav-2 > ul > li .menu-item-text-main {
  display: block;
}

.nav-2 > ul > li > a.selected,
.nav-2 > ul > li > a:hover,
.nav-2 > ul > li.active > a {
  color: #fff;
}

.nav-2 > ul > li > a.selected,
.nav-2 > ul > li > a:hover,
.nav-2 > ul > li.active > a {
  font-weight: 700;
}

.nav-2 > ul > li a:visited {
  color: #fff;
}

/******************************************************************************/
.pagesidebarmenu li a.active,
.pagesidebarmenu li a.selected,
.pagesidebarmenu li a:hover {
  font-weight: bold;
}

.pagesidebarmenu ul {
  list-style-type: none;
  margin-bottom: 0 !important;
}

.pagesidebarmenu a {
  border-bottom: 1px #565656 dotted;
  color: #565656;
  display: block;
  line-height: 2.5em;
  text-align: left;
  text-decoration: none;
}

.pagesidebarmenu .first > a {
  border-top: 1px #565656 dotted;
}

.pagesidebarmenu > ul > li > ul > li > ul > li.active > a,
.pagesidebarmenu > ul > li > ul > li > ul > li:hover > a,
.pagesidebarmenu > ul > li > ul > li.active > a,
.pagesidebarmenu > ul > li > ul > li:hover > a,
.pagesidebarmenu > ul > li.active > a,
.pagesidebarmenu > ul > li:hover > a {
  color: #37aaae;
}

.pagesidebarmenu > ul > li > ul > li > a {
  padding-left: 20px;
}

.pagesidebarmenu > ul > li > ul > li > ul > li > a {
  padding-left: 40px;
}

/******************************************************************************/
#footermenu a {
  text-decoration: none;
}

#footermenu a.selected span,
#footermenu a:hover span {
  font-weight: 700;
}

/* Forms **********/
/*
* ArsLuna Web Pages
*
* Main CSS
* ALL Screens
* Desktop Specific
* Template Partial
* Forms Partial
*
* Author : Sašo Štibelj
* Company: Ars Luna, Helena Štibelj s.p.
* Address: Čepulje 16
*          4000 KRANJ
*          SLOVENIA
* Website: http://www.arsluna.si, http://www.arsluna.com
* Mail   : info@arsluna.si, info@arsluna.com
* License: Commercial
*
*/
/******************************************************************************/
/* Elements *******/
/*
* ArsLuna Web Pages
*
* Main CSS
* ALL Screens
* Desktop Specific
* Template Partial
* Elements Partial
*
* Author : Sašo Štibelj
* Company: Ars Luna, Helena Štibelj s.p.
* Address: Čepulje 16
*          4000 KRANJ
*          SLOVENIA
* Website: http://www.arsluna.si, http://www.arsluna.com
* Mail   : info@arsluna.si, info@arsluna.com
* License: Commercial
*
*/
/******************************************************************************/
/* Ecommerce ******/
/*
* ArsLuna Web Pages
*
* Main CSS
* ALL Screens
* Desktop Specific
* Template Partial
* Maps Partial
*
* Author : Sašo Štibelj
* Company: Ars Luna, Helena Štibelj s.p.
* Address: Čepulje 16
*          4000 KRANJ
*          SLOVENIA
* Website: http://www.arsluna.si, http://www.arsluna.com
* Mail   : info@arsluna.si, info@arsluna.com
* License: Commercial
*
*/
/******************************************************************************/
#location-description,
#location-map {
  padding: 0.5em;
}

#map-container,
.map-container {
  background: #fff;
  clear: both;
  color: #444;
  font-size: 1.2em;
  height: 350px;
  margin: 25px auto 0 auto;
  overflow: hidden;
  padding: 0;
  width: 100%;
  max-width: 100%;
}

#map-container img {
  background: transparent none;
}

.gomapMarker {
  display: block;
  height: 60px;
  width: 180px;
  text-align: left;
}

/* Ecommerce ******/
/*
* ArsLuna Web Pages
*
* Main CSS
* ALL Screens
* Desktop Specific
* Template Partial
* Ecommerce Partial
*
* Author : Sašo Štibelj
* Company: Ars Luna, Helena Štibelj s.p.
* Address: Čepulje 16
*          4000 KRANJ
*          SLOVENIA
* Website: http://www.arsluna.si, http://www.arsluna.com
* Mail   : info@arsluna.si, info@arsluna.com
* License: Commercial
*
*/
/******************************************************************************/
.productshortdesc {
  display: none;
  height: 50px;
  overflow: hidden;
}

.product-quantity-label {
  line-height: 29px;
  margin-right: 20px;
  padding-top: 5px;
}

.product-quantity,
.product-quantity-small {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 2px 0;
  padding: 2px 4px;
  text-align: left;
  vertical-align: top;
  width: 70px;
}

.product-quantity-small {
  float: left;
  margin-top: 13px;
}

.prices-small {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.prices-small > ul {
  display: block;
  margin-bottom: 0;
  padding-bottom: 10px;
  overflow: hidden;
}
.prices-small .price-valid {
  color: #90B51D;
  display: block;
  font-size: 1.2em;
}
.prices-small .price-not-valid {
  color: #565656;
  display: block;
  text-decoration: line-through;
}
.prices-small .discount-valid {
  color: #90B51D;
  display: none;
  font-size: 1.2em;
}
.prices-small .discount-hidden {
  display: none;
}
.prices-small .price_discounted-valid {
  color: #90B51D;
  display: block;
  font-size: 1.2em;
}
.prices-small .price-discounted-hidden {
  color: #90b51d;
  visibility: hidden;
  font-size: 1.2em;
}
.prices-small .price-small-label {
  display: none;
}
.prices-small .price-small {
  border-bottom: 0 none transparent;
  clear: both;
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  height: 100%;
  line-height: 1.5em;
  max-width: 100%;
  overflow: hidden;
  padding: 5px 0 0;
  width: 100%;
}

.product-detail-attributes-0-1 {
  background: #F0F0F0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(86, 86, 86, 0.5);
  margin-bottom: 10px;
  overflow: hidden;
  padding: 20px;
  text-align: left;
}

.prices-big {
  background: #f0f0f0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(86, 86, 86, 0.5);
  margin-bottom: 10px;
  overflow: hidden;
  padding: 20px;
  text-align: center;
}

.prices-big > ul {
  display: block;
  overflow: hidden;
}

.price-big {
  border-bottom: 0 none #666666;
  clear: both;
  display: table-cell;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.5em;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 5px 0 0;
  width: 100%;
}

.price-big.valid {
  color: #90B51D;
  font-size: 2em;
}

.price-big.not-valid {
  color: #565656;
  text-decoration: line-through;
}

.price-big.hidden {
  display: none;
}

.price-big-label {
  display: none;
}

.price-big.discount.valid {
  color: #90B51D;
  display: none;
  font-size: 2em;
}

.price-big.discount.hidden {
  display: none;
}

.productshortattributes .attributename,
.productshortattributes .attributevalues {
  float: left;
  text-align: left;
  width: 50%;
}

.product-grid .productshortattributes {
  display: none;
}

.productshortattributes .attributevalues {
  text-align: right;
}

.productshortattributes .attributevalues input[type=select] {
  width: 100%;
}

.artikel_samostojno .artikelcena {
  font-size: 0.8em;
}

.artikel_samostojno .img_title {
  visibility: hidden;
}

.product-grid-product .nakup {
  clear: both;
  font-size: 100%;
  overflow: hidden;
  padding: 5px 5px 0 15px;
  position: relative;
  text-align: center;
}

.nakup-content {
  float: left;
  left: 50%;
  position: relative;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.artikli .artikelkratko {
  clear: both;
  font-size: 0.8em;
  padding: 5px 5px 0 15px;
}

#product-images {
  padding-right: 10px;
}

/******************************************************************************/
/* Single product detailed view                                               */
.product-detail {
  padding: 15px;
}

.product-detail-basic-data h1 {
  color: #565656;
  font-size: 2em !important;
  text-align: left;
}

.product-detail .basic-slide-show {
  border: 1px solid #000;
  display: block;
  margin: 10px 10px 0 0;
  overflow: hidden;
  padding: 10px;
}

.product-detail-title {
  border: 0 transparent none;
  display: block;
  margin: 10px 0;
  overflow: hidden;
  padding: 10px;
}

.product-detail-title h1 {
  color: #565656;
  text-shadow: 5px 5px 5px rgba(86, 86, 86, 0.5);
  margin-bottom: 0;
}

.product-detail-title-underline {
  border: 1px solid #fff;
  box-shadow: 0 5px 5px rgba(86, 86, 86, 0.5);
}

.product-detail-code {
  display: none;
}

.product-detail-short-description {
  border: 0 transparent none;
  display: block;
  margin: 10px 0;
  overflow: hidden;
  padding: 10px;
}

.product-detail-data-005 {
  display: block;
  overflow: hidden;
}

.product-detail-data-table-005 {
  border-left: 1px solid #aaaaaa;
  float: left;
  font-size: 10px;
  line-height: 1.2em;
  margin-right: 10px;
}

.product-detail-data-table-005.first {
  border-left: 0 none transparent;
}

.product-detail-attributes-0-1 ul > li {
  float: left;
  padding: 10px;
  text-align: center;
}

.product-detail-attributes-0-1 ul > li label {
  text-align: center;
}

.product-detail-prices {
  border: 1px solid #000;
  display: block;
  margin: 10px 0;
  overflow: hidden;
  padding: 10px;
}

.product-detail-price {
  display: block;
  list-style-type: none;
  overflow: hidden;
  text-align: right;
}

.product-detail-price .text {
  float: left;
  width: 80%;
}

.product-detail-price .value {
  float: left;
  width: 20%;
}

.product-detail-discount {
  display: block;
  overflow: hidden;
  text-align: right;
}

.product-detail-discount .text {
  float: left;
  width: 80%;
}

.product-detail-discount .value {
  float: left;
  width: 20%;
}

.product-detail-discounted-price {
  color: #ff0000;
  display: block;
  overflow: hidden;
  text-align: right;
}

.product-detail-discounted-price .text {
  float: left;
  width: 80%;
}

.product-detail-discounted-price .value {
  float: left;
  width: 20%;
}

.product-detail-buttons,
.product-detail-price {
  border: 0 none #fff;
  display: block;
  overflow: hidden;
  padding: 10px;
}

.product-detail-attribute-value-list-2,
.product-detail-related-products,
.products-last-seen {
  border-top: 1px solid #267376;
}

.product-detail-attribute-value-list-2 > legend,
.product-detail-related-products > legend,
.products-last-seen > legend {
  background: #267376;
  background: -moz-linear-gradient(#267376 0%, #37aaae 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #267376), color-stop(100%, #37aaae));
  background: -webkit-linear-gradient(#267376 0%, #37aaae 100%);
  background: linear-gradient(#267376 0%, #37aaae 100%);
  border: 1px solid #267376;
  margin: 10px 10px 0 0;
  color: #fff;
  margin-left: 20px;
  width: 200px;
  padding: 10px;
}

.product-detail-attribute-value-list-2 ul {
  display: block;
  list-style-type: none;
  overflow: hidden;
}

.product-detail-attribute-value-list-2 li {
  border: 0 none transparent;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  float: left;
  padding: 5px;
  text-align: center;
  width: 8%;
  margin: 0.5%;
}

.product-detail-attribute-value-list-2 a {
  cursor: zoom-in;
  display: block;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
}

.product-detail-attribute-value-list-2 input[type=text] {
  margin: 0 auto;
}

.product-detail-attribute-value {
  font-size: 11px;
  text-align: center;
}

.product-detail-attribute-desc {
  font-size: 11px;
  text-align: center;
}

#product-detail-data-table-001 td {
  padding: 5px 10px;
}

.product-detail-data-icon {
  margin-right: 20px;
}

/******************************************************************************/
/*
* ArsLuna Web Pages
*
* Main CSS
* ALL Screens
* Desktop Specific
* Custom Partial
*
* Author : Sašo Štibelj
* Company: Ars Luna, Helena Štibelj s.p.
* Address: Čepulje 16
*          4000 KRANJ
*          SLOVENIA
* Website: http://www.arsluna.si, http://www.arsluna.com
* Mail   : info@arsluna.si, info@arsluna.com
* License: Commercial
*
*/
/******************************************************************************/