@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 */
/*barva ozadja celotne strani*/
/*barva glavnega teksta*/
/*barva naslovov*/
/*font*/
/*višina vrstice*/
/* font_sizes */
/*velikost osnovnega fonta*/
/**/
/*barva naslova h1*/
/*font naslova h1*/
/*velikost fonta naslova h1*/
/* Wrappers */
/*ozadje glave*/
/*barva tekstov v glavi*/
/*barva naslovov v glavi*/
/**/
/*ozadje bannerja*/
/**/
/*ozadje menija, kadar je meni pod glavo*/
/**/
/**/
/*ozadje vsebine strani*/
/*barva tekstov*/
/*barva naslovov*/
/**/
/*barva ozadja noge*/
/* barva tekstov v nogi*/
/*barva naslovo v nogi*/
/******************************************************************************/
/* Smartmenus                                                                 */
/******************************************************************************/
/* barva ozadja menija v pogledu računalnika*/
/*barva podmenija*/
/*barva posameznega gumba*/
/*barva podmenija drugi nivo*/
/*barva posameznega gumba drugega nivoja*/
/**/
/*barva teksta v meniju*/
/*barva teksta aktivnega gumba v meniju*/
/*velikost fonta v meniju*/
/*višina vrstice*/
/*barva teksta podmenija*/
/*barva teksta aktivnega gumba podmeni*/
/*velikost*/
/******************************************************************************/
/*ozadje mobilnega menija*/
/**/
/*barva teksta mobilni meni*/
/*barva aktivnega teksta*/
/******************************************************************************/
/* Grid                                                                       */
/******************************************************************************/
/*ozadje mreže*/
/*obroba mreže*/
/*barva ozadja imena artikla, naslov strani*/
/*barva teksta imena artikla, naslov strani*/
/* UI Tabs */
/*zavihek*/
/* Autocomplete */
/*vnos pošte pri registraciji*/
/* Input Fields */
/*vnosna polja*/
/*pošta*/
/******************************************************************************/
/* Buttons                                                                    */
/******************************************************************************/
/* Button Primary */
/* Button More */ /*gumb več v slikovnem meniju ali pri artiklu*/
/* Button More Second */ /*gumb več v slikovnem meniju ali pri artiklu*/
/* Button News Subscription */ /*prijava na novice*/
/* Button Search */ /*iskanje*/
/* Pageindex */ /*številke strani*/
/* Button One */
/* Button Two */
/* Button Three */
/* Button Four */
/* Button Five */
/* Button Six */
/******************************************************************************/
/* Ecommerce                                                                  */
/******************************************************************************/
/* Grid */ /*artikel*/
/******************************************************************************/
/* Responsive                                                                 */
/******************************************************************************/
/* Size xl                                                                    */
/******************************************************************************/
/* font_sizes 16 18 20 22 24 27 30 */
/**/
/******************************************************************************/
/* 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                                                                       */
/******************************************************************************/
body {
  padding-top: 317px;
}

#logo {
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}
#logo a {
  color: #222;
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
#logo a img {
  display: inline-block;
  color: transparent;
  height: 200px;
  max-height: 100%;
  max-width: 100%;
  width: 300px;
  vertical-align: top;
}
#logo a:visited {
  color: #222;
  text-decoration: none;
}

#logo-2 a {
  color: #222;
}
#logo-2 a img {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
#logo-2 a:visited {
  color: #222;
  text-decoration: none;
}

.fixed #logo-2 a img {
  opacity: 1;
}

/******************************************************************************/
/* Copyright                                                                  */
/******************************************************************************/
#copyright {
  color: #222;
  font-size: 11px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
}
#copyright a,
#copyright p {
  color: #222;
}
#copyright .arsluna-row,
#copyright .row {
  margin: 0;
}
#copyright .grid-element {
  padding: 0 !important;
}
#copyright .grid-element .grid-element-content {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 0 !important;
}
#copyright .grid-element .client {
  text-align: left;
}
#copyright .grid-element .arsluna p {
  text-align: right;
}
#copyright a,
#copyright a:visited {
  color: #222;
  display: inline-block;
  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: #AAA;
  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: #8eb121;
}

/*
#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: #8eb121;
  border-left-color: #565656;
  border-width: 10px;
  content: "";
  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: #8eb121;
}

#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-2 {
  overflow: hidden;
}
.nav-2 > ul {
  float: right;
  font-size: 0;
  line-height: 0;
  margin: 0;
}
.nav-2 > ul > li {
  display: inline-block;
  margin-left: 10px;
}
.nav-2 > ul > li.first {
  margin-left: 0;
}
.nav-2 > ul > li > a {
  background: transparent;
  color: #222222;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  padding: 0 10px;
  position: relative;
  vertical-align: middle;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.nav-2 > ul > li > a .menuitem-content,
.nav-2 > ul > li > a .menuitem-wrapper {
  display: block;
}
.nav-2 > ul > li > a .menuitem-image-container,
.nav-2 > ul > li > a .menuitem-text {
  display: inline-block;
  vertical-align: top;
}
.nav-2 > ul > li > a img {
  display: inline-block;
  height: 30px;
  margin-right: 10px;
  opacity: 1;
  position: relative;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  width: 30px;
}
.nav-2 > ul > li > a img.active {
  height: 30px;
  left: 10px;
  position: absolute;
  opacity: 0;
  top: 12px;
  width: 30px;
}
.nav-2 > ul > li > a .menu-item-text {
  display: inline-block;
}
.nav-2 > ul > li > a .menu-item-text .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: #8eb121;
}
.nav-2 > ul > li > a.selected img, .nav-2 > ul > li > a:hover img, .nav-2 > ul > li.active > a img {
  opacity: 0;
}
.nav-2 > ul > li > a.selected img.active, .nav-2 > ul > li > a:hover img.active, .nav-2 > ul > li.active > a img.active {
  opacity: 1;
}
.nav-2 > ul > li a:visited {
  color: #222;
}
.nav-2 > ul > li > ul {
  display: none;
}
.nav-2 > ul > li#submenu-item-2-20 > a {
  color: #F34235;
}
.nav-2 > ul > li#submenu-item-2-20 > a.selected, .nav-2 > ul > li#submenu-item-2-20 > a:hover, .nav-2 > ul > li#submenu-item-2-20.active > a {
  color: #F34235;
}
.nav-2 > ul > li#submenu-item-2-21 > a {
  color: #222222;
}
.nav-2 > ul > li#submenu-item-2-21 > a.selected, .nav-2 > ul > li#submenu-item-2-21 > a:hover, .nav-2 > ul > li#submenu-item-2-21.active > a {
  color: #8eb121;
}
.nav-2 > ul > li#submenu-item-2-22 > a {
  color: #222222;
}
.nav-2 > ul > li#submenu-item-2-22 > a.selected, .nav-2 > ul > li#submenu-item-2-22 > a:hover, .nav-2 > ul > li#submenu-item-2-22.active > a {
  color: #8eb121;
}

/* 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: 12px;
  height: 500px;
  margin: 20px auto;
  overflow: hidden;
  padding: 0;
  width: 70%;
  max-width: 100%;
}

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

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

.leaflet-popup-content {
  font-size: 12px;
}

/* 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
*
*/
.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;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: -1px;
  padding: 0 10px;
  text-align: left;
  vertical-align: middle;
  width: 50px;
}

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

.product-detail-attributes-0-1 {
  margin: 20px 0 0;
}
.product-detail-attributes-0-1 ul > li {
  float: left;
  padding: 10px;
  text-align: center;
}
.product-detail-attributes-0-1 label {
  text-align: center;
}
.product-detail-attributes-0-1 .select-label {
  border: 1px solid #AAA;
  border-right: 0 none;
  color: #231f20;
  display: inline-block;
  float: left;
  font-size: 14px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  vertical-align: top;
  width: 210px;
}
.product-detail-attributes-0-1 .textinputbel::-ms-expand {
  display: none;
}
.product-detail-attributes-0-1 .textinputbel {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: transparent url("./images/select-arrow.png") 177px center no-repeat;
  border: 1px solid #AAA;
  border-left: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #222;
  display: inline-block;
  float: left;
  font-size: 14px;
  height: 66px;
  line-height: 66px;
  margin: 0 !important;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 210px;
}
.product-detail-attributes-0-1 .textinputbel option {
  height: 66px;
  line-height: 66px;
  text-align: center;
}

.product-detail .rating-wrapper {
  text-align: left;
}
.product-detail .rating-wrapper .rating-content {
  display: inline-block;
  vertical-align: top;
}
.product-detail .rating-wrapper .rating-detail {
  display: inline-block;
  padding: 0 0 0 20px;
  vertical-align: top;
}
.product-detail .product-out-of-stock {
  display: inline-block;
  color: #8eb121;
  font-size: 16px;
  line-height: 35px;
}

.purchase .prices-big {
  background: transparent;
  overflow: hidden;
  padding: 10px 0;
  text-align: left;
}
.purchase .prices-big > ul {
  display: inline-block;
  margin: 15px 35px 15px 0;
  overflow: hidden;
}
.purchase .prices-big .price {
  color: #8eb121;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 5px 20px 0 0;
}
.purchase .prices-big .price.valid {
  color: #8eb121;
  font-size: 24px;
}
.purchase .prices-big .price.not-valid {
  color: #AAA;
  font-size: 24px;
  font-weight: normal;
  text-decoration: line-through;
}
.purchase .prices-big .price.hidden {
  display: none;
}
.purchase .prices-big .label {
  display: none;
}
.purchase .prices-big .discount {
  color: #8eb121;
  font-size: 18px;
  font-weight: normal;
  line-height: 36px;
}
.purchase .prices-big .discount.hidden {
  display: none;
}
.purchase .prices-big .price-discounted {
  color: #8eb121;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5em;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 5px 0 0;
}
.purchase .prices-big .price-discounted.hidden {
  display: none;
}
.purchase .product-detail-buttons {
  border: 0 none #fff;
  display: block;
  font-size: 0;
  overflow: hidden;
  padding: 10px 0;
}
.purchase .product-detail-buttons .product-detail-buttons-quantity {
  display: inline-block;
  font-size: 0;
  margin: 0;
  vertical-align: top;
  /* END spinner*/
}
.purchase .product-detail-buttons .product-detail-buttons-quantity .product-quantity-label {
  display: none;
}
.purchase .product-detail-buttons .product-detail-buttons-quantity .product-quantity {
  border: 1px solid #aaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #222;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  margin: 0 35px;
  padding: 0 5px;
  text-align: center;
  white-space: nowrap;
}
.purchase .product-detail-buttons .product-detail-buttons-quantity .ui-spinner {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 10px 20px 0 0;
  vertical-align: top;
  margin: 0;
}
.purchase .product-detail-buttons .product-detail-buttons-quantity .ui-spinner .ui-spinner-down {
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-right: 0;
  border-top: 1px solid #aaa;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  height: 35px;
  left: 0;
  line-height: 35px;
  width: 35px;
  text-indent: 0;
  top: 0;
}
.purchase .product-detail-buttons .product-detail-buttons-quantity .ui-spinner .ui-spinner-down .ui-button-text {
  display: none;
}
.purchase .product-detail-buttons .product-detail-buttons-quantity .ui-spinner .ui-spinner-down::after {
  background: #FFF;
  bottom: 0;
  color: #aaa;
  content: "\f068";
  font-family: FontAwesome;
  font-size: 16px;
  left: 0;
  line-height: 35px;
  position: absolute;
  right: 0;
  top: 0;
}
.purchase .product-detail-buttons .product-detail-buttons-quantity .ui-spinner .ui-spinner-down:active, .purchase .product-detail-buttons .product-detail-buttons-quantity .ui-spinner .ui-spinner-down:hover {
  background: #FFF;
}
.purchase .product-detail-buttons .product-detail-buttons-quantity .ui-spinner .ui-spinner-down:active::after, .purchase .product-detail-buttons .product-detail-buttons-quantity .ui-spinner .ui-spinner-down:hover::after {
  color: #8eb121;
}
.purchase .product-detail-buttons .product-detail-buttons-quantity .ui-spinner .ui-spinner-up {
  border-bottom: 1px solid #aaa;
  border-left: 0;
  border-right: 1px solid #aaa;
  border-top: 1px solid #aaa;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  height: 35px;
  line-height: 35px;
  text-indent: 0;
  width: 35px;
}
.purchase .product-detail-buttons .product-detail-buttons-quantity .ui-spinner .ui-spinner-up .ui-button-text {
  display: none;
}
.purchase .product-detail-buttons .product-detail-buttons-quantity .ui-spinner .ui-spinner-up::after {
  background: #FFF;
  bottom: 0;
  color: #aaa;
  content: "\f067";
  font-family: FontAwesome;
  font-size: 16px;
  left: 0;
  line-height: 35px;
  position: absolute;
  right: 0;
  top: 0;
}
.purchase .product-detail-buttons .product-detail-buttons-quantity .ui-spinner .ui-spinner-up:active, .purchase .product-detail-buttons .product-detail-buttons-quantity .ui-spinner .ui-spinner-up:hover {
  background: #FFF;
}
.purchase .product-detail-buttons .product-detail-buttons-quantity .ui-spinner .ui-spinner-up:active::after, .purchase .product-detail-buttons .product-detail-buttons-quantity .ui-spinner .ui-spinner-up:hover::after {
  color: #8eb121;
}
.purchase .product-detail-buttons .product-detail-buttons-quantity .ui-spinner .ui-spinner-up.ui-state-active {
  background: #AAA;
}
.purchase .product-detail-buttons .product-detail-buttons-quantity .ui-spinner .ui-spinner-up.ui-state-active::after {
  color: #8eb121;
}
.purchase .product-detail-buttons .product-detail-shop-buttons-wrapper {
  display: inline-block;
  margin-left: 0;
  vertical-align: top;
}
.purchase .product-detail-buttons .product-detail-shop-buttons-wrapper .button.button-add-to-cart-big {
  margin-left: 28px;
}
.purchase .product-detail-buttons .product-detail-buttons.favorites-buttons {
  display: inline-block;
  margin-left: 28px;
  padding: 0;
  vertical-align: top;
}

.productshortattributes .attributename {
  float: left;
  text-align: left;
  width: 50%;
}
.productshortattributes .attributevalues {
  float: left;
  width: 50%;
  text-align: right;
}
.productshortattributes .attributevalues input[type=select] {
  width: 100%;
}
.productshortattributes .color-select-radio {
  text-align: center;
}
.productshortattributes .color-select-radio input[type=radio] {
  display: none;
}
.productshortattributes .color-select-radio input[type=radio]:checked + label {
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.productshortattributes .color-select-radio label {
  cursor: pointer;
  display: inline-block;
  height: 25px;
  margin-right: 10px;
  padding: 1px;
  width: 25px;
}
.productshortattributes .color-select-radio label span {
  display: block;
  height: 100%;
  width: 100%;
}

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

.product-options .select {
  display: table;
}
.product-options .select label {
  display: table-cell;
  width: 50%;
}
.product-options .select input[type=select] {
  display: table-cell;
  width: 50%;
}
.product-options .color-select-radio {
  text-align: center;
}
.product-options .color-select-radio input[type=radio] {
  display: none;
}
.product-options .color-select-radio input[type=radio]:checked + label {
  border: 1px solid #8eb121;
  background: #8eb121;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.product-options .color-select-radio label {
  border: 1px solid #AAA;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  margin-right: 10px;
  padding: 1px;
  width: 25px;
}
.product-options .color-select-radio label span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 100%;
  width: 100%;
}
.product-options .label-select-radio {
  text-align: center;
}
.product-options .label-select-radio input[type=radio] {
  display: none;
}
.product-options .label-select-radio input[type=radio]:checked + label {
  border: 1px solid #F1F1F1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.product-options .label-select-radio label {
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  margin-right: 10px;
  padding: 1px;
  text-align: center;
  width: 25px;
}
.product-options .icon-select-radio {
  text-align: center;
}
.product-options .icon-select-radio input[type=radio] {
  display: none;
}
.product-options .icon-select-radio input[type=radio]:checked + label {
  border: 1px solid #F1F1F1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.product-options .icon-select-radio label {
  cursor: pointer;
  display: inline-block;
  height: 25px;
  margin-right: 10px;
  padding: 1px;
  width: 25px;
}
.product-options .icon-select-radio label .option-select-icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #AAA;
  display: block;
  height: 100%;
  width: 100%;
}

.product-grid .product-options {
  display: block;
}

.product-detail {
  /* END color-select-radio */
}
.product-detail .product-options {
  display: block;
}
.product-detail .color-select-radio {
  text-align: left;
}
.product-detail .color-select-radio input[type=radio] {
  display: none;
}
.product-detail .color-select-radio input[type=radio]:checked + label {
  border: 1px solid #8eb121;
  background: #8eb121;
  box-shadow: 0 0 5px rgba(142, 177, 33, 0.5);
}
.product-detail .color-select-radio label {
  border: 1px solid #AAA;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 40px;
  margin: 0 auto;
  padding: 2px;
  width: 40px;
}
.product-detail .color-select-radio label .option-select-color-wrapper {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 100%;
  width: 100%;
}
.product-detail .color-select-radio .option-select-color-container {
  display: inline-block;
  margin-right: 10px;
}
.product-detail .color-select-radio .option-select-color-container .option-select-color-label {
  color: #AAA;
  display: block;
  font-size: 14px;
  text-align: center;
}
.product-detail .product-detail-certificates {
  margin-top: 2.0833%;
}

/* END product-detail */
.artikel_samostojno .artikelcena {
  font-size: 0.8em;
}

.artikel_samostojno .img_title {
  visibility: hidden;
}

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

#product-images {
  padding-right: 10px;
  margin-bottom: 2.2083%;
}

/******************************************************************************/
/* Single product detailed view                                               */
#main-wrapper .container.product-detail, #main-wrapper .container.product-detail-last-seen {
  margin-bottom: 2.0833%;
  margin-top: 2.0833%;
}

.product-detail-basic-data h1 {
  color: #8eb121;
  font-size: 24px;
  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: 0 0 20px;
  overflow: hidden;
  padding: 0;
}
.product-detail-title h1 {
  color: #8eb121;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0 0 0.5em;
}
.product-detail-title h2 {
  color: #AAA;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3em;
  margin: 0 0 0.5em;
}

.product-detail-title-underline {
  display: none;
  border: 1px solid #fff;
}

.product-detail-codes {
  display: none;
}
.product-detail-codes .product-code .label {
  display: none;
}
.product-detail-codes .product-ean {
  display: none;
}

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

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

.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-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: #FFF;
  margin: 10px 10px 0 0;
  color: #313131;
  font-size: 16px;
  font-weight: 700;
  padding: 10px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.product-detail-attribute-value-list-2 > legend:after,
.product-detail-related-products > legend:after,
.products-last-seen > legend:after {
  background: linear-gradient(to right, rgb(119, 119, 119), rgba(119, 119, 119, 0));
  content: " ";
  height: 1px;
  margin-top: -1px;
  left: 210px;
  position: absolute;
  right: 10%;
  top: 50%;
  width: 80%;
}

.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;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  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,
.izdelek-lastnosti td {
  border: 1px solid #D6D6D6;
  padding: 10px;
}
#product-detail-data-table-001 td a,
.izdelek-lastnosti td a {
  color: #AAA;
  display: inline-block;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
#product-detail-data-table-001 td a:hover,
.izdelek-lastnosti td a:hover {
  color: #8eb121;
}

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

.product-data-005 {
  margin: 20px 0;
}

.product-detail-data.product-detail-data-icons-and-names {
  width: 150px;
  text-align: center;
}
.product-detail-data.product-detail-data-icons-and-names .product-detail-data-icon-wrapper {
  padding: 0 35px;
}
.product-detail-data.product-detail-data-icons-and-names .product-detail-data-text-wrapper {
  font-size: 12px;
}

.product-detail-tab-opis-title {
  background: #aed82d;
  border: 0 none;
  color: #FFF;
  font-size: 24px;
  font-weight: normal;
  padding: 15px 30px 15px 22px;
  position: relative;
}

/* Single Page Checkout */
.single-page-checkout .single-page-checkout-title {
  font-size: 30px;
  line-height: 1.5em;
  margin-bottom: 1em;
  text-align: center;
}
.single-page-checkout .login-button-wrapper {
  margin-bottom: 1em;
  text-align: center;
}
.single-page-checkout .checkout-row {
  margin: -15px;
}
.single-page-checkout .checkout-row .checkout-row-element {
  padding: 15px;
}
.single-page-checkout .checkout-row .checkout-row-element.checkout-cart .checkout-row-element-content {
  border: 1px solid #8EB121;
}
.single-page-checkout .checkout-data-row {
  margin: -15px;
}
.single-page-checkout .checkout-data-row .checkout-data-row-element {
  padding: 15px;
}
.single-page-checkout .checkout-data-row .checkout-data-row-element .checkout-data-row-element-content {
  border: 1px solid #8EB121;
}
.single-page-checkout .checkout-title {
  background-color: #8EB121;
  color: #FFF;
  padding: 20px;
}
.single-page-checkout .checkout-content {
  padding: 15px;
}
.single-page-checkout .checkout-content.billing-address-content {
  padding-bottom: 0;
}
.single-page-checkout .toggle-control {
  padding: 0 15px;
}
.single-page-checkout .loading {
  background: url("./images/loading.gif") center center no-repeat;
  height: 100px;
  text-align: center;
}

/* END single-page-checkout */
.cart-one-page-checkout {
  /* END cart-one-page-checkout-001 */
}
.cart-one-page-checkout.cart-one-page-checkout-001 {
  /* END .checkout-product-remove-item-wrapper */
  /* END .checkout-product */
  /* END checkout-product-price */
}
.cart-one-page-checkout.cart-one-page-checkout-001 ul.checkout-product-list > li {
  border-bottom: 1px solid #8EB121;
  display: block;
  padding: 10px 0;
  position: relative;
}
.cart-one-page-checkout.cart-one-page-checkout-001 .checkout-product-remove-item-wrapper {
  position: absolute;
  right: 0;
  top: 10px;
}
.cart-one-page-checkout.cart-one-page-checkout-001 .checkout-product-remove-item-wrapper a {
  cursor: pointer;
  display: block;
  height: 30px;
  width: 30px;
}
.cart-one-page-checkout.cart-one-page-checkout-001 .checkout-product-remove-item-wrapper a::after, .cart-one-page-checkout.cart-one-page-checkout-001 .checkout-product-remove-item-wrapper a::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 1px;
  background-color: #605e63;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  left: 50%;
  top: 50%;
  z-index: 1;
}
.cart-one-page-checkout.cart-one-page-checkout-001 .checkout-product-remove-item-wrapper a:after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cart-one-page-checkout.cart-one-page-checkout-001 .checkout-product {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
}
.cart-one-page-checkout.cart-one-page-checkout-001 .checkout-product .checkout-product-image {
  flex-basis: 100px;
  order: 1;
}
.cart-one-page-checkout.cart-one-page-checkout-001 .checkout-product .checkout-product-image img {
  height: auto;
  max-width: 100%;
  width: auto;
}
.cart-one-page-checkout.cart-one-page-checkout-001 .checkout-product .checkout-product-data {
  flex-basis: 1;
  order: 2;
  padding-left: 15px;
  padding-right: 40px;
}
.cart-one-page-checkout.cart-one-page-checkout-001 .checkout-product-amount,
.cart-one-page-checkout.cart-one-page-checkout-001 .checkout-product-price {
  margin: 10px 0;
}
.cart-one-page-checkout.cart-one-page-checkout-001 .ui-spinner {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  vertical-align: top;
  margin: 0;
}
.cart-one-page-checkout.cart-one-page-checkout-001 .ui-spinner .ui-spinner-down {
  background: #FFF;
  border-bottom: 1px solid #AAA;
  border-left: 1px solid #AAA;
  border-right: 0;
  border-top: 1px solid #AAA;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 30px;
  left: 0;
  line-height: 28px;
  position: absolute;
  text-indent: 0;
  top: 0;
  text-indent: 0;
  width: 30px;
}
.cart-one-page-checkout.cart-one-page-checkout-001 .ui-spinner .ui-spinner-down::after {
  background: #FFF;
  bottom: 0;
  color: #AAA;
  content: "-";
  font-size: 20px;
  left: 0;
  line-height: 28px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  z-index: 2;
}
.cart-one-page-checkout.cart-one-page-checkout-001 .ui-spinner .ui-spinner-down.ui-state-hover::after, .cart-one-page-checkout.cart-one-page-checkout-001 .ui-spinner .ui-spinner-down:active::after, .cart-one-page-checkout.cart-one-page-checkout-001 .ui-spinner .ui-spinner-down:focus::after, .cart-one-page-checkout.cart-one-page-checkout-001 .ui-spinner .ui-spinner-down:hover::after {
  color: #8EB121;
}
.cart-one-page-checkout.cart-one-page-checkout-001 .ui-spinner .ui-spinner-down.ui-state-active {
  background: #FFF;
}
.cart-one-page-checkout.cart-one-page-checkout-001 .ui-spinner .ui-spinner-down.ui-state-active::after {
  color: #8EB121;
}
.cart-one-page-checkout.cart-one-page-checkout-001 .ui-spinner .product-quantity {
  border: 1px solid #AAA;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  height: 30px;
  line-height: 28px;
  margin: 0 30px;
  padding: 0 5px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  width: 50px;
}
.cart-one-page-checkout.cart-one-page-checkout-001 .ui-spinner .ui-spinner-up {
  background: #FFF;
  border-bottom: 1px solid #AAA;
  border-left: 0;
  border-right: 1px solid #AAA;
  border-top: 1px solid #AAA;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 30px;
  line-height: 28px;
  position: absolute;
  right: 0;
  text-indent: 0;
  top: 0;
  text-indent: 0;
  width: 30px;
}
.cart-one-page-checkout.cart-one-page-checkout-001 .ui-spinner .ui-spinner-up::after {
  background: #FFF;
  bottom: 0;
  color: #AAA;
  content: "+";
  font-size: 20px;
  left: 0;
  line-height: 28px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  z-index: 2;
}
.cart-one-page-checkout.cart-one-page-checkout-001 .ui-spinner .ui-spinner-up.ui-state-hover::after, .cart-one-page-checkout.cart-one-page-checkout-001 .ui-spinner .ui-spinner-up:active::after, .cart-one-page-checkout.cart-one-page-checkout-001 .ui-spinner .ui-spinner-up:focus::after, .cart-one-page-checkout.cart-one-page-checkout-001 .ui-spinner .ui-spinner-up:hover::after {
  color: #8EB121;
}
.cart-one-page-checkout.cart-one-page-checkout-001 .ui-spinner .ui-spinner-up.ui-state-active {
  background: #FFF;
}
.cart-one-page-checkout.cart-one-page-checkout-001 .ui-spinner .ui-spinner-up.ui-state-active::after {
  color: #8EB121;
}
.cart-one-page-checkout.cart-one-page-checkout-001 .checkout-total {
  width: 100%;
}
.cart-one-page-checkout.cart-one-page-checkout-001 .checkout-total td.amount {
  text-align: right;
}
.cart-one-page-checkout.cart-one-page-checkout-001 .checkout-coupon .coupon-msg-wrapper {
  color: #FF0000;
}
.cart-one-page-checkout.cart-one-page-checkout-001 .checkout-coupon .coupon-input-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.cart-one-page-checkout.cart-one-page-checkout-001 .checkout-coupon .coupon-input-wrapper .coupon-input-field {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.cart-one-page-checkout.cart-one-page-checkout-001 .checkout-coupon .coupon-input-wrapper .button-coupon {
  -webkit-box-flex: none;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: none;
  /* OLD - Firefox 19- */
  -webkit-flex: none;
  /* Chrome */
  -ms-flex: none;
  /* IE 10 */
  flex: none;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  height: 50px;
  margin: 5px 0;
  width: 50px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/* END cart-one-page-checkout */
/******************************************************************************/
/*
* 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
*
*/
/******************************************************************************/
.hide-on-mobile {
  display: block;
}

.show-on-mobile {
  display: none;
}