@charset "UTF-8";
/*
* ArsLuna Web Pages
*
* Main CSS
* All Screens
*
* 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
*
* Loaders
*
* lib
* galleria-1.5.7/clasic/classic-loader.gif 16x16 px loading-16.gif
* galleria-1.5.7/folio/images/loader.gif 32x32 px
* galleria-1.5.7/folio/images/miniloader.gif 16x16 px
* galleria-1.5.7/folio/images/miniloader-neg.gif 16x16 px
* galleria-1.5.7/fullscreen/loader.gif 16x16 px
*
* jssor.slider-19.0/images/jsor-loading.gif 24x24 px  loading-24.gif
* jssor.slider-19.0/images/jsor-loading2.gif 24x24 px loading-24.gif
*
* lightbox-2.7.1/images/loading.gif 32x32 px
*
* slick-1.6.1/images/ajax-loader.gif 32x32 px
*
* ajax-loader.gif 32x32 px
* lightbox-ico-loading.gif 32x32 px
*
* jstree-3.0.9/images/throbber.gif 16x16 px loading-16.gif
*
*
*

*/
/******************************************************************************/
/* 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*/
/**/
/* url('./images/footer-background.jpg') top left no-repeat 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 */
/**/
/******************************************************************************/
/* Size l                                                                     */
/******************************************************************************/
/* font_sizes */
/**/
/******************************************************************************/
/* Size m                                                                     */
/******************************************************************************/
/* font_sizes */
/**/
/******************************************************************************/
/* Size s                                                                     */
/******************************************************************************/
/* font_sizes */
/**/
/******************************************************************************/
/* Size xs                                                                    */
/******************************************************************************/
/* font_sizes */
/**/
/******************************************************************************/
/* Spaces                                                                     */
/******************************************************************************/
/******************************************************************************/
/* Partials                                                                   */
/******************************************************************************/
/*
* ArsLuna Web Pages
*
* Main CSS
* All Screens
* 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
*
*/
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
}

[contenteditable=true]:focus {
  outline: none !important;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

:not([type=checkbox]) *:focus {
  outline: none;
}

/******************************************************************************/
/* Wrappers                                                                   */
/******************************************************************************/
/*
* Flexbox removed because of IE 11BUG:
* Workaround for a bug in IE11, where a proportionally sized image wouldn't shrink the height of its parent flex-item. See https://connect.microsoft.com/IE/feedbackdetail/view/891815
*/
/******************************************************************************/
.left {
  float: left !important;
}

.left-content {
  text-align: left;
}

.right {
  float: right !important;
}

.right-content {
  text-align: right;
}

.centered {
  display: inline-block;
  left: 50%;
  position: relative;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

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

.middle {
  vertical-align: middle;
}

.block {
  display: block;
}

.left-top {
  bottom: auto;
  left: 0;
  right: auto;
  top: 0;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.center-top {
  bottom: auto;
  left: 50%;
  right: auto;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.right-top {
  bottom: auto;
  left: auto;
  right: 0;
  top: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.left-center {
  bottom: auto;
  left: 0;
  right: auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.center-center {
  bottom: auto;
  left: 50%;
  right: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(-50%, -50%);
}

.right-center {
  bottom: auto;
  left: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.left-bottom {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  transform: translate(0%, 0%);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.center-bottom {
  bottom: 0;
  left: 50%;
  right: auto;
  top: auto;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.right-bottom {
  bottom: 0;
  left: auto;
  right: 0;
  top: auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.display-none {
  display: none !important;
}

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

.alert,
.error,
.errormessage {
  color: #FF0000 !important;
}

/* div displayed as table */
.div-table {
  display: table;
}

.div-inline-table {
  display: inline-table;
  margin-right: 10px;
}

.div-table-caption-top {
  caption-side: top;
  display: table-caption;
}

.div-table-caption-bottom {
  caption-side: bottom;
  display: table-caption;
}

.div-table-row {
  display: table-row;
}

.div-table-cell {
  display: table-cell;
}

.div-inline-block {
  display: inline-block;
  vertical-align: top;
}

ul.ul-listed-outside {
  list-style-position: outside;
  padding-left: 1.3em;
}
ul.ul-listed-outside.disc {
  list-style-type: disc;
}
ul.ul-listed-outside.circle {
  list-style-type: circle;
}
ul.ul-listed-outside.square {
  list-style-type: square;
}

.no-overflow {
  overflow: hidden;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.upn_qr_code {
  text-align: center;
}
.upn_qr_code img {
  height: auto;
  width: 250px;
}

.nowrap {
  white-space: nowrap;
}

/*
*
*/
#skel-layers-wrapper,
.homepage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-flow: column;
  /* Safari 6.1+ */
  flex-flow: column;
  height: 100%;
  min-height: 100vh;
  /* 1, 3 */
  height: 100vh;
  /* 1, 3 */
}

#banner-wrapper,
#features-wrapper,
#footer-wrapper,
#header-wrapper {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  /* 2 */
}

#main-wrapper {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  /* 2 */
  padding: var(--space) var(--space) 0;
  width: 100%;
}

#main-wrapper::after {
  content: " ";
  /* &nbsp; */
  display: block;
  margin-top: var(--space);
  height: 0;
  visibility: hidden;
}

@media (--break-lg) {
  #main-wrapper {
    padding-top: var(--space-lg);
  }
  #main-wrapper::after {
    margin-top: var(--space-lg);
  }
}
#main-wrapper--full {
  padding: 0;
}

#main-wrapper--full::after {
  content: none;
}

/*
* ArsLuna Web Pages
*
* Smartmenus Core CSS
* All Screens
* 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
*
*/
/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/
.sm {
  position: relative;
  z-index: 9999;
}

.sm,
.sm li,
.sm ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sm-rtl,
.sm-rtl li,
.sm-rtl ul {
  direction: rtl;
  text-align: right;
}

.sm > li > h1,
.sm > li > h2,
.sm > li > h3,
.sm > li > h4,
.sm > li > h5,
.sm > li > h6 {
  margin: 0;
  padding: 0;
}

.sm ul {
  display: none;
}

.sm a,
.sm li {
  position: relative;
}

.sm a {
  display: block;
}

.sm a.disabled {
  cursor: not-allowed;
}

.sm:after {
  content: " ";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.sm,
.sm *,
.sm *:after,
.sm *:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
* ArsLuna Web Pages
*
* Main CSS
* All Screens
* 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
*
*/
/******************************************************************************/
/* Basic                                                                      */
/******************************************************************************/
#arsluna_pagecontent_edit_area,
body {
  background: #FFF;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #606060;
  font-family: "Noto Sans", sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.8em;
  text-align: justify;
  /*
  display                : flex;
  flex-direction         : column;
  */
  min-height: 100vh;
  padding-top: 220px;
}
#arsluna_pagecontent_edit_area.fixed-nav,
body.fixed-nav {
  padding-top: 60px;
}
#arsluna_pagecontent_edit_area.mce-content-body,
body.mce-content-body {
  padding-top: 0;
}

#arsluna_pagecontent_edit_area.homepage,
#skel-layers-wrapper,
.homepage {
  background: #FFF;
  background-position: top center;
  background-size: cover;
}

#cart-print,
#cart-print #skel-layers-wrapper {
  background: #fff none !important;
}

/******************************************************************************/
/* Container                                                                  */
/******************************************************************************/
.container {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.container.full {
  width: 100%;
}

/******************************************************************************/
/* Default texts                                                              */
/******************************************************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #606060;
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 0.3em;
  text-align: center;
  /*
  &::first-letter {
      font-size: 125%;
  }
  */
}

h1 {
  font-family: "Noto Sans", sans-serif;
  font-size: 40px;
}

h2 {
  font-family: "Noto Sans", sans-serif;
  font-size: 36px;
}

h3 {
  font-family: "Noto Sans", sans-serif;
  font-size: 32px;
}

h4 {
  font-family: "Noto Sans", sans-serif;
  font-size: 28px;
}

h5 {
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
}

h6 {
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
table + h1,
table + h2,
table + h3,
table + h4,
table + h5,
table + h6,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6 {
  margin-top: 1em;
}

h1 a,
h1 a:hover,
h1 a:visited,
h2 a,
h2 a:hover,
h2 a:visited,
h3 a,
h3 a:hover,
h3 a:visited,
h4 a,
h4 a:hover,
h4 a:visited,
h5 a,
h5 a:hover,
h5 a:visited,
h6 a,
h6 a:hover,
h6 a:visited {
  color: inherit;
  text-decoration: none;
}

ol,
p,
ul {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8em;
}

a,
a:hover a:visited {
  color: inherit;
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em;
}

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}

/******************************************************************************/
/* Wrappers                                                                   */
/******************************************************************************/
#banner-wrapper {
  background: #FFF;
  color: #FFF;
  position: relative;
}
#banner-wrapper .container {
  padding: 0;
}
#banner-wrapper h1,
#banner-wrapper h2,
#banner-wrapper h3,
#banner-wrapper h4,
#banner-wrapper h5,
#banner-wrapper h6 {
  color: #FFF;
}

#features-wrapper {
  background: #FFF;
  color: inherit;
  display: none;
  position: relative;
}
#features-wrapper .container {
  padding: 0;
}

#main-wrapper {
  background: #FFF;
  color: inherit;
  /*
  flex      : 1;
  */
  position: relative;
}
#main-wrapper .container {
  padding: 90px 0;
}
#main-wrapper .container.no-padding-top {
  padding-top: 0;
}
#main-wrapper .container.no-padding-bottom {
  padding-bottom: 0;
}
#main-wrapper .container:first-child {
  padding-top: 90px;
}
#main-wrapper .container:first-child.no-padding-top {
  padding-top: 0;
}
#main-wrapper .container:first-child.no-padding-bottom {
  padding-bottom: 0;
}
#main-wrapper .container:last-child {
  padding-bottom: 90px;
}
#main-wrapper .container:last-child.no-padding-top {
  padding-top: 0;
}
#main-wrapper .container:last-child.no-padding-bottom {
  padding-bottom: 0;
}

/* END #main-wrapper */
dl,
ol,
p,
table,
ul {
  margin-bottom: 0.5em;
}

ol,
ul {
  list-style-position: inside;
}

ol {
  list-style-type: decimal;
}

hr {
  border: 0;
  border-top: solid 1px #ddd;
}

blockquote {
  border-left: solid 0.5em #ddd;
  font-style: italic;
  padding: 1em 0 1em 2em;
}

br.clear {
  clear: both;
}

/* Sections/Articles */
article > :last-child,
section > :last-child {
  margin-bottom: 0;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/* Images */
img {
  line-height: 0;
  vertical-align: middle;
}
img.scale-with-grid {
  height: auto;
  max-width: 100%;
  outline: 0;
}

.arsluna-image-wrapper {
  display: block;
}
.arsluna-image-wrapper img {
  display: block;
  width: auto;
}
.arsluna-image-wrapper.image-full img {
  display: block;
  width: 100%;
}
.arsluna-image-wrapper.image-left {
  text-align: left;
}
.arsluna-image-wrapper.image-center {
  text-align: center;
}
.arsluna-image-wrapper.image-center img {
  display: block;
  margin: 0 auto;
  width: auto;
}
.arsluna-image-wrapper.image-right {
  text-align: right;
}
.arsluna-image-wrapper.image-right img {
  display: inline-block;
}

.arsluna-button-wrapper {
  display: block;
}
.arsluna-button-wrapper.button-left {
  text-align: left;
}
.arsluna-button-wrapper.button-center {
  text-align: center;
}
.arsluna-button-wrapper.button-right {
  text-align: right;
}

.slika {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 5px 0;
  text-align: center;
}

.slikamidleft {
  float: left;
  margin: 0;
  padding: 5px 10px 5px 0;
  position: relative;
}

.slikamidright {
  float: right;
  margin: 0;
  padding: 5px 0 5px 10px;
  position: relative;
}

.slikatablecentered {
  margin: 0 auto;
}

.page-type-foto-image-link {
  cursor: url("./images/zoomin.png"), auto;
}

.photo-mid-image-link-block {
  cursor: url("./images/zoomin.png"), auto;
  display: block;
  text-align: center;
}

.photo-mid-image-link-left {
  cursor: url("./images/zoomin.png"), auto;
  float: left;
  overflow: hidden;
  padding-right: 0.5em;
  max-width: 50%;
}

.photo-mid-image-link-right {
  cursor: url("./images/zoomin.png"), auto;
  float: right;
  overflow: hidden;
  padding-left: 0.5em;
  max-width: 50%;
}

/* UI Tabs */
.ui-tabs.ui-widget-content {
  background: transparent none;
  border: 0 none;
}
.ui-tabs.ui-widget-content .ui-tabs-nav {
  border: 0 none;
  border-bottom: 1px solid #FFF;
  padding: 0;
}
.ui-tabs.ui-widget-content .ui-tabs-nav.ui-corner-all {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.ui-tabs.ui-widget-content .ui-tabs-nav.ui-widget-header {
  background: transparent none;
}
.ui-tabs.ui-widget-content .ui-tabs-nav > li {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.ui-tabs.ui-widget-content .ui-tabs-nav > li:first-child {
  margin-left: 0;
}
.ui-tabs.ui-widget-content .ui-tabs-nav > li.ui-state-default {
  background: transparent;
  border: 1px solid #FFF;
  color: #FFF;
  font-weight: normal;
}
.ui-tabs.ui-widget-content .ui-tabs-nav > li.ui-state-default a,
.ui-tabs.ui-widget-content .ui-tabs-nav > li.ui-state-default a:link {
  color: #FFF !important;
}
.ui-tabs.ui-widget-content .ui-tabs-nav > li.ui-state-default:hover {
  background: transparent;
  border: 1px solid #CD0E9A;
  color: #CD0E9A;
  font-weight: normal;
}
.ui-tabs.ui-widget-content .ui-tabs-nav > li.ui-state-active {
  background: transparent;
  border: 1px solid #CD0E9A;
  border-bottom: 0 none;
  color: #CD0E9A;
  font-weight: normal;
  margin-bottom: -2px;
}
.ui-tabs.ui-widget-content .ui-tabs-nav > li.ui-state-active a,
.ui-tabs.ui-widget-content .ui-tabs-nav > li.ui-state-active a:link {
  color: #CD0E9A !important;
}
.ui-tabs.ui-widget-content .ui-tabs-nav > li.ui-state-focus, .ui-tabs.ui-widget-content .ui-tabs-nav > li.ui-state-hover {
  background: transparent;
  border: 1px solid #CD0E9A;
  color: #CD0E9A;
  font-weight: normal;
}
.ui-tabs.ui-widget-content .ui-tabs-nav > li.ui-state-focus a,
.ui-tabs.ui-widget-content .ui-tabs-nav > li.ui-state-focus a:link, .ui-tabs.ui-widget-content .ui-tabs-nav > li.ui-state-hover a,
.ui-tabs.ui-widget-content .ui-tabs-nav > li.ui-state-hover a:link {
  color: #CD0E9A !important;
}
.ui-tabs.ui-widget-content .ui-tabs-panel {
  padding: 1em 0;
}

/******************************************************************************/
/* Autocomplete                                                               */
/******************************************************************************/
.ui-autocomplete {
  background: #FFF;
  border: 1px solid #CD0E9A;
}
.ui-autocomplete > li {
  color: #FFF;
}
.ui-autocomplete > li.ui-state-focus, .ui-autocomplete > li > .ui-state-active {
  background: #CD0E9A;
  color: #FFF;
}

/******************************************************************************/
/* Partials                                                                   */
/******************************************************************************/
/* Buttons ********/
/*
* ArsLuna Web Pages
*
* Main CSS
* All Screens
* Template Partial
* Header 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-optika-simenc,
#logo-footer {
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}
#logo a,
#logo-optika-simenc a,
#logo-footer a {
  color: #CD0E9A;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  text-align: center;
}
#logo a img,
#logo-optika-simenc a img,
#logo-footer a img {
  display: inline-block;
  color: transparent;
  max-height: 100%;
  max-width: 100%;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  vertical-align: top;
}
#logo a:visited,
#logo-optika-simenc a:visited,
#logo-footer a:visited {
  color: #FFF;
  text-decoration: none;
}

/* END #logo */
#logo a {
  height: 120px;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}

#logo-optika-simenc a {
  height: 120px;
  padding: 20px 0;
  text-align: right;
  width: 100%;
}

#logo-footer a {
  height: auto;
  padding: 0 20px;
  width: 100%;
}
#logo-footer a img {
  border-bottom: 1px solid #CD0E9A;
  padding-bottom: 15px;
}

#header-wrapper {
  background: #FFF;
  color: #606060;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4000;
  /* END .header-main */
  /* END .header-nav */
}
#header-wrapper::after {
  background-color: #606060;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}
#header-wrapper .container {
  overflow: visible;
  padding: 0;
}
#header-wrapper h1,
#header-wrapper h2,
#header-wrapper h3,
#header-wrapper h4,
#header-wrapper h5,
#header-wrapper h6 {
  color: #606060;
}
#header-wrapper .header-top-wrapper {
  background: #FFF;
  position: relative;
  z-index: 4002;
}
#header-wrapper .header-top-wrapper::after {
  background-color: #444;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}
#header-wrapper .header-top {
  display: table;
  width: 100%;
  /* END contact-wrapper */
}
#header-wrapper .header-top .header-top-row {
  display: table-row;
}
#header-wrapper .header-top .header-top-row .header-left {
  display: table-cell;
  position: relative;
  text-align: right;
  vertical-align: middle;
  width: 30%;
}
#header-wrapper .header-top .header-top-row .header-center {
  display: table-cell;
  position: relative;
  text-align: right;
  vertical-align: middle;
}
#header-wrapper .header-top .header-top-row .header-right {
  display: table-cell;
  position: relative;
  text-align: right;
  vertical-align: middle;
  width: 30%;
}
#header-wrapper .header-top .contact-wrapper {
  display: block;
  font-size: 0;
  line-height: 0;
  list-style-type: none;
  margin: 0;
  vertical-align: top;
}
#header-wrapper .header-top .contact-wrapper ul {
  display: block;
  margin: 0;
}
#header-wrapper .header-top .contact-wrapper li {
  display: block;
  text-align: left;
  vertical-align: top;
  /* END a */
  /*
  &.location,
  &.working-hours {
      .img {
          margin-top: 10px;
      }
  }
  */
}
#header-wrapper .header-top .contact-wrapper li.working-hours {
  text-align: center;
}
#header-wrapper .header-top .contact-wrapper li.phone {
  text-align: right;
}
#header-wrapper .header-top .contact-wrapper li a {
  border: 0 none;
  color: #606060;
  font-size: 12px;
  display: block;
  vertical-align: top;
}
#header-wrapper .header-top .contact-wrapper li a .img {
  display: inline-block;
  height: 40px;
  padding: 10px 5px 0 0;
  position: relative;
  width: 25px;
}
#header-wrapper .header-top .contact-wrapper li a .img img {
  height: 20px;
  -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;
  vertical-align: top;
  width: 20px;
}
#header-wrapper .header-top .contact-wrapper li a .img img.normal {
  opacity: 1;
  position: relative;
}
#header-wrapper .header-top .contact-wrapper li a .img img.active {
  bottom: 10px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 5px;
  top: 10px;
}
#header-wrapper .header-top .contact-wrapper li a .txt {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 40px;
  position: relative;
  vertical-align: top;
  -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;
  /*
  .address,
  .city,
  .weekdays-mo-fr,
  .weekdays-sa {
      display               : block;
      line-height           : 30px;
  }
  */
}
#header-wrapper .header-top .contact-wrapper li a:hover .txt {
  color: #CD0E9A;
}
#header-wrapper .header-top .contact-wrapper li a:hover .img img.normal {
  opacity: 0;
}
#header-wrapper .header-top .contact-wrapper li a:hover .img img.active {
  opacity: 1;
}
#header-wrapper .header-main-wrapper {
  background: #FFF;
  position: relative;
  z-index: 4001;
}
#header-wrapper .header-main {
  display: table;
  width: 100%;
}
#header-wrapper .header-main .header-main-row {
  display: table-row;
}
#header-wrapper .header-main .header-main-row .header-left {
  display: table-cell;
  vertical-align: middle;
  width: 220px;
}
#header-wrapper .header-main .header-main-row .header-center {
  display: table-cell;
  vertical-align: middle;
}
#header-wrapper .header-main .header-main-row .header-right {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  width: 220px;
}
#header-wrapper .header-nav-wrapper {
  background: #606060;
}
#header-wrapper .header-nav {
  display: table;
  width: 100%;
}
#header-wrapper .header-nav .header-nav-row {
  display: table-row;
}
#header-wrapper .header-nav .header-nav-row .header-left {
  display: table-cell;
  vertical-align: middle;
  width: 0;
}
#header-wrapper .header-nav .header-nav-row .header-left .lang-selector {
  display: none;
}
#header-wrapper .header-nav .header-nav-row .header-center {
  display: table-cell;
  vertical-align: middle;
}
#header-wrapper .header-nav .header-nav-row .header-right {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  width: 0;
}
#header-wrapper .header-nav .header-nav-row .header-right .lang-selector {
  display: inline-block;
}
#header-wrapper #header-banner-wrapper {
  position: relative;
  z-index: 2000;
}
#header-wrapper .header-menu-wrapper .container .menu-wrapper-desktop {
  position: relative;
  display: block;
}
#header-wrapper .header-menu-wrapper .container .menu-wrapper-mobile {
  position: relative;
  display: none;
}
#header-wrapper.fixed #logo-fixed {
  opacity: 1;
}

/* END #header-wrapper */
/* Smartmenus *****/
/*
* ArsLuna Web Pages
*
* Main CSS
* All Screens
* Template Partial
* Footer 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
*
*/
#footer-wrapper {
  background: #FFF;
  background-size: 100%;
  border-top: 1px solid #AAA;
  color: #606060;
  padding-top: 70px;
  position: relative;
  /* END contact-wrapper */
  /* END working-hours-wrapper */
}
#footer-wrapper .container {
  padding: 0;
}
#footer-wrapper h1,
#footer-wrapper h2,
#footer-wrapper h3,
#footer-wrapper h4,
#footer-wrapper h5,
#footer-wrapper h6 {
  color: #606060;
  font-family: "Oxanium", cursive;
  text-align: left;
}
#footer-wrapper h2,
#footer-wrapper h3 {
  font-size: 18px;
  font-weight: 600;
}
#footer-wrapper p {
  color: #CD0E9A;
  font-size: 14px;
  text-align: center;
}
#footer-wrapper .footer-title {
  padding: 0 0 40px;
}
#footer-wrapper .footer-title.align-left h2 {
  text-align: left;
}
#footer-wrapper .footer-title.align-right h2 {
  text-align: right;
}
#footer-wrapper .mail-consent p {
  font-size: 12px;
}
#footer-wrapper .contact-wrapper {
  display: block;
  font-size: 0;
  line-height: 0;
  list-style-type: none;
  margin: 0;
  vertical-align: top;
}
#footer-wrapper .contact-wrapper ul {
  display: block;
  margin: 0;
}
#footer-wrapper .contact-wrapper li {
  display: block;
  text-align: left;
  vertical-align: top;
  /* END a */
  /*
  &.location,
  &.working-hours {
      .img {
          margin-top: 10px;
      }
  }
  */
}
#footer-wrapper .contact-wrapper li a {
  border: 0 none;
  color: #606060;
  font-size: 14px;
  display: block;
  vertical-align: top;
}
#footer-wrapper .contact-wrapper li a .img {
  display: inline-block;
  height: 40px;
  padding: 8px 5px 0 0;
  position: relative;
  width: 29px;
}
#footer-wrapper .contact-wrapper li a .img img {
  height: 24px;
  -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: 24px;
}
#footer-wrapper .contact-wrapper li a .img img.normal {
  opacity: 1;
  position: relative;
}
#footer-wrapper .contact-wrapper li a .img img.active {
  bottom: 8px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 5px;
  top: 8px;
}
#footer-wrapper .contact-wrapper li a .txt {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  position: relative;
  vertical-align: top;
  -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;
  /*
  .address,
  .city,
  .weekdays-mo-fr,
  .weekdays-sa {
      display    : block;
      line-height: 30px;
  }
  */
}
#footer-wrapper .contact-wrapper li a:hover {
  /*
  .img {
      img {
          &.normal {
              opacity: 0;
          }

          &.active {
              opacity: 1;
          }
      }
  }
  */
}
#footer-wrapper .contact-wrapper li a:hover .txt {
  color: #CD0E9A;
}
#footer-wrapper .working-hours-wrapper {
  display: block;
  font-size: 0;
  line-height: 0;
  list-style-type: none;
  margin: 0;
  vertical-align: top;
}
#footer-wrapper .working-hours-wrapper ul {
  display: block;
  margin: 0;
}
#footer-wrapper .working-hours-wrapper li {
  display: block;
  text-align: left;
  vertical-align: top;
  /* END a */
}
#footer-wrapper .working-hours-wrapper li.working-hours {
  text-align: center;
}
#footer-wrapper .working-hours-wrapper li a {
  border: 0 none;
  color: #606060;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}
#footer-wrapper .working-hours-wrapper li a .img {
  display: inline-block;
  height: 40px;
  padding: 10px 5px 0 0;
  position: relative;
  width: 25px;
}
#footer-wrapper .working-hours-wrapper li a .img img {
  height: 20px;
  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;
  vertical-align: top;
  width: 20px;
}
#footer-wrapper .working-hours-wrapper li a .txt {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 40px;
  position: relative;
  vertical-align: top;
  -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;
}

/* Copyright */
#copyright {
  color: #606060;
  font-size: 12px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
}
#copyright .grid-element {
  padding: 0 !important;
}
#copyright .grid-element .grid-element-content {
  padding: 0 !important;
}
#copyright .grid-element .client {
  text-align: left;
}
#copyright .grid-element .client a {
  display: inline-block;
  text-align: left;
}
#copyright .grid-element .client a span {
  display: inline-block;
  vertical-align: top;
}
#copyright .grid-element .arsluna .arsluna-copyright {
  text-align: right;
}
#copyright .grid-element .arsluna .arsluna-copyright .arsluna-title {
  display: inline;
}
#copyright .grid-element .arsluna .arsluna-copyright .arsluna-company {
  display: inline;
}
#copyright a,
#copyright a:visited {
  color: #606060;
  display: inline-block;
  font-size: 12px;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
#copyright a:hover,
#copyright a:visited:hover {
  color: #CD0E9A;
}
#copyright a,
#copyright p {
  line-height: 40px;
}

/* Smartmenus *****/
/*
* ArsLuna Web Pages
*
* Main CSS
* All Screens
* Template Partial
* Buttons 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
*
*/
/******************************************************************************/
.btn-awesome,
.button {
  background: transparent;
  border: 1px solid #CD0E9A;
  margin: 10px 20px 10px 0;
  color: #CD0E9A !important;
  display: inline-block;
  font-size: 16px;
  height: 48px;
  line-height: 46px;
  padding: 0 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  vertical-align: top;
}
.btn-awesome::before,
.button::before {
  border-bottom: 1px solid #CD0E9A;
  border-right: 1px solid #CD0E9A;
  content: "";
  height: 48px;
  left: 9px;
  position: absolute;
  right: -11px;
  top: 9px;
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  -ms-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.btn-awesome:hover,
.button:hover {
  -webkit-transform: translate(10px, 10px);
  -moz-transform: translate(10px, 10px);
  -ms-transform: translate(10px, 10px);
  -o-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
}
.btn-awesome:hover::before,
.button:hover::before {
  -webkit-transform: translate(-10px, -10px);
  -moz-transform: translate(-10px, -10px);
  -o-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
}

/* Button More */
.button-more {
  background: transparent;
  border: 1px solid #CD0E9A;
  color: #CD0E9A !important;
  display: inline-block;
  font-size: 16px;
  height: 48px;
  line-height: 46px;
  margin-left: 0;
  padding: 0 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.button-more::before {
  border-bottom: 1px solid #CD0E9A;
  border-right: 1px solid #CD0E9A;
  content: "";
  left: 9px;
  position: absolute;
  right: -11px;
  top: 9px;
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  -ms-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.button-more:hover {
  -webkit-transform: translate(10px, 10px);
  -moz-transform: translate(10px, 10px);
  -ms-transform: translate(10px, 10px);
  -o-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
}
.button-more:hover::before {
  -webkit-transform: translate(-10px, -10px);
  -moz-transform: translate(-10px, -10px);
  -o-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
}

/* Button More Secondary*/
.button-more-secondary {
  background: transparent;
  border: 1px solid #CD0E9A;
  color: #CD0E9A !important;
  float: right;
  font-size: 14px;
  height: 50px !important;
  line-height: 48px;
  margin: 0;
  padding: 0 5px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 0 #000;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: auto !important;
}
.button-more-secondary::before {
  border-bottom: 1px solid #CD0E9A;
  border-right: 1px solid #CD0E9A;
  content: "";
  height: 50px;
  left: 9px;
  position: absolute;
  right: -11px;
  top: 9px;
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  -ms-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.button-more-secondary:hover {
  -webkit-transform: translate(10px, 10px);
  -moz-transform: translate(10px, 10px);
  -ms-transform: translate(10px, 10px);
  -o-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
}
.button-more-secondary:hover::before {
  -webkit-transform: translate(-10px, -10px);
  -moz-transform: translate(-10px, -10px);
  -o-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
}

/* Button News Subscribe */
.button.button-news-subscribe {
  background: transparent;
  border: 1px solid #CD0E9A;
  color: #FFF;
  margin: 0 10px 0 0;
}

/*********************************************************************************/
/* Page Index                                                                    */
/*********************************************************************************/
.pageindex-wrapper .page-number-container {
  display: block;
  text-align: center;
}
.pageindex-wrapper .page-number-container .page-number {
  display: inline-block;
}

.pageindex {
  clear: both;
  display: block;
}
.pageindex > ul {
  list-style-type: none;
  text-align: center;
}
.pageindex > ul > li {
  display: inline-block;
  margin-left: 5px;
}
.pageindex > ul > li:first-child {
  margin-left: 0;
}
.pageindex > ul > li a {
  background: #FFF;
  border: 1px solid #CD0E9A;
  color: #CD0E9A;
  display: inline-block;
  font-weight: 400;
  height: 30px;
  letter-spacing: 0.1em;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 30px;
}
.pageindex > ul > li a span {
  display: block;
}
.pageindex > ul > li a.active {
  background: #CD0E9A;
  border: 1px solid #CD0E9A;
  color: #FFF;
}
.pageindex > ul > li a:focus, .pageindex > ul > li a:hover {
  background: #4C7A34;
  border: 1px solid #CD0E9A;
  color: #CD0E9A;
}

/******************************************************************************/
#scroll-to-top {
  background: url("images/icons_navig.png") left -200px no-repeat;
  bottom: 1em;
  cursor: pointer;
  display: none;
  height: 45px;
  position: fixed;
  right: 1em;
  width: 45px;
  z-index: 999;
}
#scroll-to-top:focus, #scroll-to-top:hover {
  background-position: right -200px;
}

.btn-awesome.btn-icon-only {
  padding: 0;
  text-align: center;
  width: 40px;
}

.button-big {
  font-size: 1.1em !important;
  line-height: 3.5em;
  padding: 0 3em;
}

.button.button-add-to-cart-small {
  background: #FFF;
  border: 0 none;
  height: 40px;
  line-height: 40px;
  margin: 0 10px 0 0;
  padding: 0;
  position: relative;
  vertical-align: top;
  width: 140px;
}
.button.button-add-to-cart-small .img {
  display: inline-block;
  height: 40px;
  line-height: 0;
  position: relative;
  vertical-align: top;
  width: 40px;
}
.button.button-add-to-cart-small .img::after, .button.button-add-to-cart-small .img::before {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  content: "";
  display: inline-block;
  height: 40px;
  overflow: hidden;
  -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;
  vertical-align: middle;
  width: 40px;
}
.button.button-add-to-cart-small .img::before {
  background-image: url("images/kosarica-40-14161C.png");
  opacity: 1;
  position: relative;
}
.button.button-add-to-cart-small .img::after {
  background-image: url("images/kosarica-40-AAAAAA.png");
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.button.button-add-to-cart-small .txt {
  color: #444;
  display: inline-block;
  text-transform: uppercase;
  -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;
  vertical-align: top;
}
.button.button-add-to-cart-small:focus, .button.button-add-to-cart-small:hover {
  background: #FFF;
}
.button.button-add-to-cart-small:focus .img::before, .button.button-add-to-cart-small:hover .img::before {
  opacity: 0;
}
.button.button-add-to-cart-small:focus .img::after, .button.button-add-to-cart-small:hover .img::after {
  opacity: 1;
}
.button.button-add-to-cart-small:focus .txt, .button.button-add-to-cart-small:hover .txt {
  color: #767676;
}

.button.button-add-to-favorites-small {
  background: #FFF;
  border: 0 none;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 10px 0 0;
  width: 40px;
}
.button.button-add-to-favorites-small .img {
  display: inline-block;
  height: 40px;
  line-height: 0;
  position: relative;
  vertical-align: top;
  width: 40px;
}
.button.button-add-to-favorites-small .img::after, .button.button-add-to-favorites-small .img::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  content: "";
  display: inline-block;
  height: 40px;
  overflow: hidden;
  -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;
  vertical-align: middle;
  width: 40px;
}
.button.button-add-to-favorites-small .img::before {
  background-image: url("images/lista-zelja-30-14161C.png");
  opacity: 1;
  position: relative;
}
.button.button-add-to-favorites-small .img::after {
  background-image: url("images/lista-zelja-30-AAAAAA.png");
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.button.button-add-to-favorites-small .txt {
  text-transform: uppercase;
  display: none;
}
.button.button-add-to-favorites-small:focus, .button.button-add-to-favorites-small:hover {
  border: 0 none;
}
.button.button-add-to-favorites-small:focus .img::before, .button.button-add-to-favorites-small:hover .img::before {
  opacity: 0;
}
.button.button-add-to-favorites-small:focus .img::after, .button.button-add-to-favorites-small:hover .img::after {
  opacity: 1;
}

.button.button-remove-from-favorites-small {
  background: #FFF;
  border: 0 none;
  height: 40px;
  margin: 0;
  padding: 0;
  width: 40px;
}
.button.button-remove-from-favorites-small .img {
  display: inline-block;
  height: 40px;
  line-height: 0;
  position: relative;
  vertical-align: top;
  width: 40px;
}
.button.button-remove-from-favorites-small .img::after, .button.button-remove-from-favorites-small .img::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  content: "";
  display: inline-block;
  height: 40px;
  overflow: hidden;
  -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;
  vertical-align: middle;
  width: 40px;
}
.button.button-remove-from-favorites-small .img::before {
  background-image: url("images/lista-zelja-30-AAAAAA.png");
  opacity: 1;
  position: relative;
}
.button.button-remove-from-favorites-small .img::after {
  background-image: url("images/lista-zelja-30-14161C.png");
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.button.button-remove-from-favorites-small .txt {
  text-transform: uppercase;
  display: none;
}
.button.button-remove-from-favorites-small:focus .img::before, .button.button-remove-from-favorites-small:hover .img::before {
  opacity: 0;
}
.button.button-remove-from-favorites-small:focus .img::after, .button.button-remove-from-favorites-small:hover .img::after {
  opacity: 1;
}

.button.button-add-to-cart-big {
  background: #444;
  border: 0 none;
  display: inline-block;
  float: none;
  height: 66px;
  line-height: 66px;
  margin: 0;
  padding: 0;
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  width: 210px;
}
.button.button-add-to-cart-big .img {
  display: inline-block;
  height: 66px;
  line-height: 0;
  position: relative;
  vertical-align: top;
  width: 40px;
}
.button.button-add-to-cart-big .img::after, .button.button-add-to-cart-big .img::before {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  content: "";
  display: inline-block;
  height: 66px;
  overflow: hidden;
  -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;
  vertical-align: middle;
  width: 40px;
}
.button.button-add-to-cart-big .img::before {
  background-image: url("images/kosarica-30-FFFFFF.png");
  opacity: 1;
  position: relative;
}
.button.button-add-to-cart-big .img::after {
  background-image: url("images/kosarica-30-E1FF00.png");
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.button.button-add-to-cart-big .txt {
  color: #FFF;
  display: inline-block;
  text-transform: uppercase;
  -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;
  vertical-align: top;
}
.button.button-add-to-cart-big:hover {
  background-color: #7A7A7A;
  border: 0 none;
}
.button.button-add-to-cart-big:hover .img::before {
  opacity: 0;
}
.button.button-add-to-cart-big:hover .img::after {
  opacity: 1;
}
.button.button-add-to-cart-big:hover .txt {
  color: #7A7A7A;
}

.button.button-add-to-favorites-big {
  background: #FFF;
  border: 0 none;
  height: 66px;
  line-height: 66px;
  margin: 0;
  padding: 0;
  width: 210px;
}
.button.button-add-to-favorites-big .img {
  display: inline-block;
  height: 66px;
  line-height: 0;
  position: relative;
  vertical-align: top;
  width: 40px;
}
.button.button-add-to-favorites-big .img::after, .button.button-add-to-favorites-big .img::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  content: "";
  display: inline-block;
  height: 66px;
  overflow: hidden;
  -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;
  vertical-align: middle;
  width: 40px;
}
.button.button-add-to-favorites-big .img::before {
  background-image: url("images/lista-zelja-30-14161C.png");
  opacity: 1;
  position: relative;
}
.button.button-add-to-favorites-big .img::after {
  background-image: url("images/lista-zelja-30-AAAAAA.png");
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.button.button-add-to-favorites-big .txt {
  color: #444;
  text-transform: uppercase;
  -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;
}
.button.button-add-to-favorites-big:focus, .button.button-add-to-favorites-big:hover {
  background: #FFF;
  border: 0 none;
}
.button.button-add-to-favorites-big:focus .img::before, .button.button-add-to-favorites-big:hover .img::before {
  opacity: 0;
}
.button.button-add-to-favorites-big:focus .img::after, .button.button-add-to-favorites-big:hover .img::after {
  opacity: 1;
}
.button.button-add-to-favorites-big:focus .txt, .button.button-add-to-favorites-big:hover .txt {
  color: #C0C0C0;
}

.button.button-remove-from-favorites-big {
  background: #FFF;
  border: 0 none;
  height: 66px;
  line-height: 66px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  width: 210px;
}
.button.button-remove-from-favorites-big .img {
  display: inline-block;
  height: 66px;
  line-height: 0;
  position: relative;
  vertical-align: top;
  width: 40px;
}
.button.button-remove-from-favorites-big .img::after, .button.button-remove-from-favorites-big .img::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  content: "";
  display: inline-block;
  height: 66px;
  overflow: hidden;
  -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;
  vertical-align: middle;
  width: 40px;
}
.button.button-remove-from-favorites-big .img::before {
  background-image: url("images/lista-zelja-30-AAAAAA.png");
  opacity: 1;
  position: relative;
}
.button.button-remove-from-favorites-big .img::after {
  background-image: url("images/lista-zelja-30-14161C.png");
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.button.button-remove-from-favorites-big .txt {
  color: #C0C0C0;
  -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;
}
.button.button-remove-from-favorites-big:focus, .button.button-remove-from-favorites-big:hover {
  background: #fff;
  border: 0 none;
}
.button.button-remove-from-favorites-big:focus .img::before, .button.button-remove-from-favorites-big:hover .img::before {
  opacity: 0;
}
.button.button-remove-from-favorites-big:focus .img::after, .button.button-remove-from-favorites-big:hover .img::after {
  opacity: 1;
}
.button.button-remove-from-favorites-big:focus .txt, .button.button-remove-from-favorites-big:hover .txt {
  color: #444;
}

.button-delete-small {
  background: transparent url("images/trash-20_x_20.png") center center no-repeat;
  display: inline-block;
  line-height: 20px;
  padding: 0 10px;
  height: 20px;
  width: 20px;
}

.button-delete-big {
  background: transparent url("images/trash-40_x_40.png") center center no-repeat;
  display: inline-block;
  line-height: 40px;
  padding: 0 20px;
  height: 40px;
  width: 40px;
}

#button-login {
  width: 300px;
}

#button_register_company,
#button_register_personal {
  width: 150px;
}

/******************************************************************************/
.gumbi {
  display: block;
  margin-top: 5px;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}

.arsluna-button-one {
  background: #FFF;
  border: 1px solid #CD0E9A;
  color: #CD0E9A;
  display: inline-block;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  height: 48px;
  line-height: 46px;
  margin: 10px 20px 10px 0;
  padding: 0 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.arsluna-button-one::before {
  border-bottom: 1px solid #CD0E9A;
  border-right: 1px solid #CD0E9A;
  content: "";
  height: 48px;
  left: 9px;
  position: absolute;
  right: -11px;
  top: 9px;
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  -ms-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.arsluna-button-one:hover {
  -webkit-transform: translate(10px, 10px);
  -moz-transform: translate(10px, 10px);
  -ms-transform: translate(10px, 10px);
  -o-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
}
.arsluna-button-one:hover::before {
  -webkit-transform: translate(-10px, -10px);
  -moz-transform: translate(-10px, -10px);
  -o-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
}

.arsluna-button-two {
  background: #CD0E9A;
  border: 1px solid #CD0E9A;
  color: #FFF;
  display: inline-block;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  height: 48px;
  line-height: 46px;
  margin: 10px 20px 10px 0;
  padding: 0 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.arsluna-button-two::before {
  border-bottom: 1px solid #CD0E9A;
  border-right: 1px solid #CD0E9A;
  content: "";
  height: 48px;
  left: 9px;
  position: absolute;
  right: -11px;
  top: 9px;
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  -ms-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.arsluna-button-two:hover {
  -webkit-transform: translate(10px, 10px);
  -moz-transform: translate(10px, 10px);
  -ms-transform: translate(10px, 10px);
  -o-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
}
.arsluna-button-two:hover::before {
  -webkit-transform: translate(-10px, -10px);
  -moz-transform: translate(-10px, -10px);
  -o-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
}

.arsluna-button-three {
  background: transparent;
  border: 1px solid #CD0E9A;
  color: #CD0E9A;
  display: inline-block;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  height: 48px;
  line-height: 46px;
  margin: 10px 20px 10px 0;
  padding: 0 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.arsluna-button-three::before {
  border-bottom: 1px solid #CD0E9A;
  border-right: 1px solid #CD0E9A;
  bottom: -10px;
  content: "";
  height: 48px;
  left: 9px;
  position: absolute;
  right: -11px;
  top: 9px;
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  -ms-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.arsluna-button-three:hover {
  -webkit-transform: translate(10px, 10px);
  -moz-transform: translate(10px, 10px);
  -ms-transform: translate(10px, 10px);
  -o-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
}
.arsluna-button-three:hover::before {
  -webkit-transform: translate(-10px, -10px);
  -moz-transform: translate(-10px, -10px);
  -o-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
}

.arsluna-button-four {
  background: #FFF;
  border: 1px solid #CD0E9A;
  color: #CD0E9A;
  display: inline-block;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  height: 48px;
  line-height: 46px;
  margin: 10px 20px 10px 0;
  padding: 0 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.arsluna-button-four::before {
  border-bottom: 1px solid #CD0E9A;
  border-right: 1px solid #CD0E9A;
  bottom: -10px;
  content: "";
  height: 48px;
  left: 9px;
  position: absolute;
  right: -11px;
  top: 9px;
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  -ms-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.arsluna-button-four:hover {
  -webkit-transform: translate(10px, 10px);
  -moz-transform: translate(10px, 10px);
  -ms-transform: translate(10px, 10px);
  -o-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
}
.arsluna-button-four:hover::before {
  -webkit-transform: translate(-10px, -10px);
  -moz-transform: translate(-10px, -10px);
  -o-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
}

.arsluna-button-five {
  background: #FFF;
  border: 1px solid #CD0E9A;
  color: #CD0E9A;
  display: inline-block;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  height: 48px;
  line-height: 46px;
  margin: 10px 20px 10px 0;
  padding: 0 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.arsluna-button-five::before {
  border-bottom: 1px solid #CD0E9A;
  border-right: 1px solid #CD0E9A;
  bottom: -10px;
  content: "";
  height: 48px;
  left: 9px;
  position: absolute;
  right: -11px;
  top: 9px;
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  -ms-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.arsluna-button-five:hover {
  -webkit-transform: translate(10px, 10px);
  -moz-transform: translate(10px, 10px);
  -ms-transform: translate(10px, 10px);
  -o-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
}
.arsluna-button-five:hover::before {
  -webkit-transform: translate(-10px, -10px);
  -moz-transform: translate(-10px, -10px);
  -o-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
}

.arsluna-button-six {
  background: transparent;
  border: 1px solid #FFF;
  /*
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  */
  color: #FFF;
  display: inline-block;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  height: 48px;
  line-height: 46px;
  margin: 10px 20px 10px 0;
  padding: 0 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-transform: uppercase;
}
.arsluna-button-six::before {
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
  content: "";
  height: 48px;
  left: 9px;
  position: absolute;
  right: -11px;
  top: 9px;
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  -ms-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.arsluna-button-six:hover {
  -webkit-transform: translate(10px, 10px);
  -moz-transform: translate(10px, 10px);
  -ms-transform: translate(10px, 10px);
  -o-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
}
.arsluna-button-six:hover::before {
  -webkit-transform: translate(-10px, -10px);
  -moz-transform: translate(-10px, -10px);
  -o-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
}

.pdf-document {
  color: #CD0E9A;
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: text-decoration-color 0.25s ease-in-out;
  -moz-transition: text-decoration-color 0.25s ease-in-out;
  -ms-transition: text-decoration-color 0.25s ease-in-out;
  -o-transition: text-decoration-color 0.25s ease-in-out;
  transition: text-decoration-color 0.25s ease-in-out;
}
.pdf-document::after {
  display: inline;
  color: #CD0E9A;
  content: "\f1c1";
  padding-left: 5px;
  font-family: FontAwesome;
}
.pdf-document:hover {
  color: #CD0E9A;
  text-decoration-color: #CD0E9A;
}
.pdf-document:hover::after {
  color: #CD0E9A;
}

/* Smartmenus *****/
/*
* ArsLuna Web Pages
*
* Smartmenus CSS
* All Screens
* 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
*
*/
/******************************************************************************/
.sm-blue {
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 0;
  max-width: 100%;
  position: relative;
}

.sm-blue a {
  color: #FFF;
  display: block;
  overflow: hidden;
}

.sm-blue a,
.sm-blue a:active,
.sm-blue a:focus,
.sm-blue a:hover {
  padding: 0 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #FFF;
  font-size: 18px;
  font-weight: normal;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}

.sm-blue a.current {
  color: #FFF;
}

.sm-blue a.disabled {
  color: #a1d1e8;
}

/* Sub Arrow for Mobile menu */
.sm-blue a span.sub-arrow {
  background: transparent;
  bottom: auto;
  font-size: 0;
  height: 40px;
  line-height: 40px;
  left: auto;
  margin-top: 0;
  overflow: hidden;
  position: absolute;
  padding: 0;
  right: 0;
  text-align: center;
  text-shadow: none;
  top: 0;
  width: 40px;
}
.sm-blue a span.sub-arrow::before {
  color: #FFF;
  display: block;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  width: 40px;
}
.sm-blue a.highlighted span.sub-arrow::before {
  color: #FFF;
  content: "\f106";
}

/* Leva manijska opcija - zaokroževanje */
.sm-blue > li:first-child > :not(ul) a,
.sm-blue > li:first-child > a {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

/* Desna manijska opcija - zaokroževanje */
.sm-blue > li:last-child > *:not(ul) a,
.sm-blue > li:last-child > a,
.sm-blue > li:last-child > ul,
.sm-blue > li:last-child > ul > li:last-child > *:not(ul) a,
.sm-blue > li:last-child > ul > li:last-child > a,
.sm-blue > li:last-child > ul > li:last-child > ul,
.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a,
.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a,
.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a,
.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,
.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a,
.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,
.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

.sm-blue > li:last-child > *:not(ul) a.highlighted,
.sm-blue > li:last-child > a.highlighted,
.sm-blue > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-blue > li:last-child > ul > li:last-child > a.highlighted,
.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,
.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,
.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.sm-blue ul {
  background: #606060;
}

.sm-blue ul ul {
  background: #606060;
}

.sm-blue ul a,
.sm-blue ul a:active,
.sm-blue ul a:focus,
.sm-blue ul a:hover {
  background: transparent;
  color: #FFF !important;
  font-size: 14px;
  text-shadow: none;
}

.sm-blue ul a:active,
.sm-blue ul a:focus,
.sm-blue ul a:hover {
  color: #FFF !important;
}

.sm-blue ul a:active span.sub-arrow,
.sm-blue ul a:focus span.sub-arrow,
.sm-blue ul a:hover span.sub-arrow {
  border-left-color: #FFF !important;
  border-top-color: transparent !important;
}

.sm-blue ul a.current {
  color: #FFF;
}

.sm-blue ul a.disabled {
  color: #b3b3b3;
}

.sm-blue ul ul a,
.sm-blue ul ul a:active,
.sm-blue ul ul a:focus,
.sm-blue ul ul a:hover {
  border-left: 16px solid transparent;
}

.sm-blue ul ul ul a,
.sm-blue ul ul ul a:active,
.sm-blue ul ul ul a:focus,
.sm-blue ul ul ul a:hover {
  border-left: 24px solid transparent;
}

.sm-blue ul ul ul ul a,
.sm-blue ul ul ul ul a:active,
.sm-blue ul ul ul ul a:focus,
.sm-blue ul ul ul ul a:hover {
  border-left: 32px solid transparent;
}

.sm-blue ul ul ul ul ul a,
.sm-blue ul ul ul ul ul a:active,
.sm-blue ul ul ul ul ul a:focus,
.sm-blue ul ul ul ul ul a:hover {
  border-left: 40px solid transparent;
}

.sm-blue ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.sm-blue ul li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state,
#main-menu-state-mobile {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

@media (min-width: 992px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  .sm {
    position: relative;
    z-index: 9999;
  }
  /* start... (it's not recommended editing these rules) */
  .sm-blue ul {
    position: absolute;
    width: 12em;
  }
  .sm-blue li {
    float: left;
  }
  .sm-blue.sm-rtl li {
    float: right;
  }
  .sm-blue ul li,
  .sm-blue.sm-rtl ul li,
  .sm-blue.sm-vertical li {
    float: none;
  }
  .sm-blue a {
    white-space: nowrap;
  }
  .sm-blue ul a,
  .sm-blue.sm-vertical a {
    white-space: normal;
  }
  .sm-blue .sm-nowrap > li > :not(ul) a,
  .sm-blue .sm-nowrap > li > a {
    white-space: nowrap;
  }
  /* ...end */
  .sm-blue {
    background: transparent;
  }
  .sm-blue a,
  .sm-blue a.highlighted,
  .sm-blue a:active,
  .sm-blue a:focus,
  .sm-blue a:hover {
    background: transparent;
    color: #FFF;
    padding: 10px 30px;
    position: relative;
    color: #FFF;
  }
  .sm-blue a > span.menuitem-text,
  .sm-blue a.highlighted > span.menuitem-text,
  .sm-blue a:active > span.menuitem-text,
  .sm-blue a:focus > span.menuitem-text,
  .sm-blue a:hover > span.menuitem-text {
    position: relative;
  }
  .sm-blue a > span.menuitem-text::after,
  .sm-blue a.highlighted > span.menuitem-text::after,
  .sm-blue a:active > span.menuitem-text::after,
  .sm-blue a:focus > span.menuitem-text::after,
  .sm-blue a:hover > span.menuitem-text::after {
    bottom: 0;
    content: "";
    left: -10px;
    opacity: 0;
    position: absolute;
    right: -10px;
    border-bottom: 2px solid #CD0E9A !important;
    top: auto;
    -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;
  }
  .sm-blue a.highlighted,
  .sm-blue a:active,
  .sm-blue a:focus,
  .sm-blue a:hover,
  .sm-blue li.active > a {
    color: #FFF;
  }
  .sm-blue a.highlighted > span.menuitem-text::after,
  .sm-blue a:active > span.menuitem-text::after,
  .sm-blue a:focus > span.menuitem-text::after,
  .sm-blue a:hover > span.menuitem-text::after,
  .sm-blue li.active > a > span.menuitem-text::after {
    opacity: 1;
  }
  .sm-blue a.current {
    color: #FFF;
  }
  .sm-blue a.current > span.menuitem-text::after {
    opacity: 1;
  }
  .sm-blue a.disabled {
    color: #a1d1e8;
  }
  /* Sub Arrow for desktop Menu*/
  .sm-blue a span.sub-arrow {
    background: transparent;
    border: 0;
    height: 0;
    left: auto;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
  }
  .sm-blue a.has-submenu .menuitem-text-main:after, .sm-blue a.has-submenu.highlighted .menuitem-text-main:after, .sm-blue a.has-submenu:active .menuitem-text-main:after, .sm-blue a.has-submenu:focus .menuitem-text-main:after, .sm-blue a.has-submenu:hover .menuitem-text-main:after {
    color: #FFF;
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    vertical-align: top;
  }
  .sm-blue a.has-submenu.highlighted .menuitem-text-main:after, .sm-blue a.has-submenu:active .menuitem-text-main:after, .sm-blue a.has-submenu:focus .menuitem-text-main:after, .sm-blue a.has-submenu:hover .menuitem-text-main:after {
    color: #FFF;
  }
  .sm-blue a.highlighted span.sub-arrow:before {
    display: none;
  }
  .sm-blue > li.active a span.sub-arrow,
  .sm-blue a.highlighted span.sub-arrow,
  .sm-blue a:active span.sub-arrow,
  .sm-blue a:focus span.sub-arrow,
  .sm-blue a:hover span.sub-arrow {
    color: #FFF;
  }
  .sm-blue > li:first-child > :not(ul) a,
  .sm-blue > li:first-child > a {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
  }
  .sm-blue > li:last-child > :not(ul) a,
  .sm-blue > li:last-child > a {
    -webkit-border-radius: 0 0 0 0 !important;
    -moz-border-radius: 0 0 0 0 !important;
    -ms-border-radius: 0 0 0 0 !important;
    -o-border-radius: 0 0 0 0 !important;
    border-radius: 0 0 0 0 !important;
  }
  .sm-blue > li {
    border-left: 0;
  }
  .sm-blue > li:first-child {
    border-left: 0;
  }
  .sm-blue ul {
    border: 1px solid #606060;
    padding: 7px 0;
    background: #606060;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
  }
  .sm-blue ul ul {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: #606060;
  }
  .sm-blue ul a,
  .sm-blue ul a.highlighted,
  .sm-blue ul a:active,
  .sm-blue ul a:focus,
  .sm-blue ul a:hover,
  .sm-blue ul li.active > a {
    border: 0 !important;
    padding: 5px 20px;
    background: transparent;
    color: #FFF !important;
    font-size: 16px;
    line-height: 30px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -ms-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
  }
  .sm-blue ul a > span.menuitem-text::after,
  .sm-blue ul a.highlighted > span.menuitem-text::after,
  .sm-blue ul a:active > span.menuitem-text::after,
  .sm-blue ul a:focus > span.menuitem-text::after,
  .sm-blue ul a:hover > span.menuitem-text::after,
  .sm-blue ul li.active > a > span.menuitem-text::after {
    border-top: 0 none;
  }
  .sm-blue ul a.has-submenu .menuitem-text-main:after, .sm-blue ul a.has-submenu.highlighted .menuitem-text-main:after, .sm-blue ul a.has-submenu:active .menuitem-text-main:after, .sm-blue ul a.has-submenu:focus .menuitem-text-main:after, .sm-blue ul a.has-submenu:hover .menuitem-text-main:after,
  .sm-blue ul a.highlighted.has-submenu .menuitem-text-main:after,
  .sm-blue ul a.highlighted.has-submenu.highlighted .menuitem-text-main:after,
  .sm-blue ul a.highlighted.has-submenu:active .menuitem-text-main:after,
  .sm-blue ul a.highlighted.has-submenu:focus .menuitem-text-main:after,
  .sm-blue ul a.highlighted.has-submenu:hover .menuitem-text-main:after,
  .sm-blue ul a:active.has-submenu .menuitem-text-main:after,
  .sm-blue ul a:active.has-submenu.highlighted .menuitem-text-main:after,
  .sm-blue ul a:active.has-submenu:active .menuitem-text-main:after,
  .sm-blue ul a:active.has-submenu:focus .menuitem-text-main:after,
  .sm-blue ul a:active.has-submenu:hover .menuitem-text-main:after,
  .sm-blue ul a:focus.has-submenu .menuitem-text-main:after,
  .sm-blue ul a:focus.has-submenu.highlighted .menuitem-text-main:after,
  .sm-blue ul a:focus.has-submenu:active .menuitem-text-main:after,
  .sm-blue ul a:focus.has-submenu:focus .menuitem-text-main:after,
  .sm-blue ul a:focus.has-submenu:hover .menuitem-text-main:after,
  .sm-blue ul a:hover.has-submenu .menuitem-text-main:after,
  .sm-blue ul a:hover.has-submenu.highlighted .menuitem-text-main:after,
  .sm-blue ul a:hover.has-submenu:active .menuitem-text-main:after,
  .sm-blue ul a:hover.has-submenu:focus .menuitem-text-main:after,
  .sm-blue ul a:hover.has-submenu:hover .menuitem-text-main:after,
  .sm-blue ul li.active > a.has-submenu .menuitem-text-main:after,
  .sm-blue ul li.active > a.has-submenu.highlighted .menuitem-text-main:after,
  .sm-blue ul li.active > a.has-submenu:active .menuitem-text-main:after,
  .sm-blue ul li.active > a.has-submenu:focus .menuitem-text-main:after,
  .sm-blue ul li.active > a.has-submenu:hover .menuitem-text-main:after {
    content: "\f105";
    height: 30px;
    line-height: 30px;
  }
  .sm-blue ul a.highlighted,
  .sm-blue ul a:active,
  .sm-blue ul a:focus,
  .sm-blue ul a:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #FFF !important;
  }
  .sm-blue ul a.highlighted > span.menuitem-text::after,
  .sm-blue ul a:active > span.menuitem-text::after,
  .sm-blue ul a:focus > span.menuitem-text::after,
  .sm-blue ul a:hover > span.menuitem-text::after {
    opacity: 0;
  }
  .sm-blue ul a.current {
    background: rgba(255, 255, 255, 0.25);
    /*
    background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #006188), color-stop(100%, #006f9c));
    background-image: -webkit-linear-gradient(to bottom, #006188, #006f9c);
    background-image: -moz-linear-gradient(to bottom, #006188, #006f9c);
    background-image: -o-linear-gradient(to bottom, #006188, #006f9c);
    background-image: linear-gradient(to bottom, #006188, #006f9c);
    */
    color: #FFF !important;
  }
  .sm-blue ul a.disabled {
    background: transparent;
    color: #FFF;
  }
  .sm-blue ul a span.sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #a1d1e8;
  }
  .sm-blue span.scroll-down,
  .sm-blue span.scroll-up {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: white;
    height: 20px;
  }
  .sm-blue span.scroll-down-arrow,
  .sm-blue span.scroll-up-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #2b82ac transparent;
  }
  .sm-blue span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #FFF transparent transparent transparent;
  }
  .sm-blue.sm-rtl.sm-vertical a span.sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #a1d1e8 transparent transparent;
  }
  .sm-blue.sm-rtl > li:first-child > :not(ul) a,
  .sm-blue.sm-rtl > li:first-child > a {
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -ms-border-radius: 0 8px 8px 0;
    -o-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
  }
  .sm-blue.sm-rtl > li:last-child > :not(ul) a,
  .sm-blue.sm-rtl > li:last-child > a {
    -webkit-border-radius: 8px 0 0 8px !important;
    -moz-border-radius: 8px 0 0 8px !important;
    -ms-border-radius: 8px 0 0 8px !important;
    -o-border-radius: 8px 0 0 8px !important;
    border-radius: 8px 0 0 8px !important;
  }
  .sm-blue.sm-rtl > li:first-child {
    border-left: 1px solid #2b82ac;
  }
  .sm-blue.sm-rtl > li:last-child {
    border-left: 0;
  }
  .sm-blue.sm-rtl ul a span.sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #a1d1e8 transparent transparent;
  }
  .sm-blue.sm-vertical {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  }
  .sm-blue.sm-vertical a {
    padding: 9px 23px;
  }
  .sm-blue.sm-vertical a span.sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #a1d1e8;
  }
  .sm-blue.sm-vertical > li:first-child > :not(ul) a,
  .sm-blue.sm-vertical > li:first-child > a {
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
  }
  .sm-blue.sm-vertical > li:last-child > :not(ul) a,
  .sm-blue.sm-vertical > li:last-child > a {
    -webkit-border-radius: 0 0 8px 8px !important;
    -moz-border-radius: 0 0 8px 8px !important;
    -ms-border-radius: 0 0 8px 8px !important;
    -o-border-radius: 0 0 8px 8px !important;
    border-radius: 0 0 8px 8px !important;
  }
  .sm-blue.sm-vertical > li {
    border-left: 0 !important;
  }
  .sm-blue.sm-vertical ul {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    border-radius: 4px !important;
  }
  .sm-blue.sm-vertical ul a {
    padding: 9px 23px;
  }
  /* Mobile Button **************************************************************/
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    text-align: center;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: inline-block;
  }
  #main-menu-state-mobile:not(:checked) ~ #main-menu-mobile {
    display: inline-block;
  }
  .sm-blue .menuitem-image,
  .sm-blue .menuitem-text {
    display: inline-block;
    float: left;
  }
}
/* Mega menus */
/* make mega menus take the full width of .main-nav */
.sm,
.sm > .has-mega-menu {
  position: static !important;
}

#main-menu {
  /* END .mega-menu */
}
#main-menu > .has-mega-menu .scroll-down,
#main-menu > .has-mega-menu .scroll-up {
  margin-left: 0 !important;
}
#main-menu .mega-menu {
  /* reset mega menu list/link styles (which are inherited from the SmartMenus core/theme styles) */
  color: #FFF;
  margin-left: 0 !important;
  right: 0 !important;
  width: auto !important;
  max-width: none !important;
  /* clear any floats inside the mega menus */
  /* simple columns inside the mega menus */
}
#main-menu .mega-menu > li {
  overflow: auto;
}
#main-menu .mega-menu ul {
  position: static;
  display: block;
  margin: 0;
  border: 0;
  padding: 5px;
  width: auto;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#main-menu .mega-menu ul li {
  display: block;
  list-style-type: none;
  border: 0;
}
#main-menu .mega-menu a {
  background: transparent;
  border: 0;
  color: inherit;
  display: block;
  padding: 9px 23px;
  text-decoration: none;
}
#main-menu .mega-menu .mega-menu-item {
  border: 1px solid #777;
  padding: 5px;
}
#main-menu .mega-menu .mega-menu-item a:active, #main-menu .mega-menu .mega-menu-item a:focus, #main-menu .mega-menu .mega-menu-item a:hover {
  color: #FFF;
}
#main-menu .mega-menu .mega-menu-item.active a {
  color: #FFF;
}
#main-menu .mega-menu .mega-menu-item h2 {
  margin-bottom: 0.25em;
}
#main-menu .mega-menu .mega-menu-item p {
  color: #777;
  font-size: 14px;
}
#main-menu .mega-menu .mega-menu-item .mega-menu-text {
  padding: 5px 23px;
}
#main-menu .mega-menu li > a:active, #main-menu .mega-menu li > a:focus, #main-menu .mega-menu li > a:hover {
  color: #FFF;
}
#main-menu .mega-menu li.active > a {
  color: #FFF;
}
#main-menu .mega-menu ul ul {
  padding-left: 20px;
}
#main-menu .mega-menu ul ul li a {
  color: #777;
  font-size: 16px;
  padding-left: 20px;
}
#main-menu .mega-menu .column-1-2,
#main-menu .mega-menu .column-1-3,
#main-menu .mega-menu .column-1-4,
#main-menu .mega-menu .column-1-5 {
  padding: 0 20px;
}

/* simple columns inside the mega menus */
@media (min-width: 992px) {
  #main-menu .mega-menu .column-1-2 {
    float: left;
    width: 50%;
  }
  #main-menu .mega-menu .column-1-3 {
    float: left;
    width: 33.33%;
  }
  #main-menu .mega-menu .column-1-4 {
    float: left;
    width: 25%;
  }
  #main-menu .mega-menu .column-1-5 {
    float: left;
    width: 20%;
  }
}
/* Sample image placeholder */
.mega-menu-sample-image {
  margin: 0.83em 0;
  border: 1px solid;
  height: 80px;
  line-height: 80px;
  text-align: center;
}

/* Nav ************/
/*
* ArsLuna Web Pages
*
* Main CSS
* All Screens
* 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
*
*/
/******************************************************************************/
#main-nav,
#main-nav-mobile {
  display: block;
  line-height: 0;
  margin-top: 0;
  overflow: visible;
  text-align: center;
}

.nav-2 {
  margin-top: 0;
  overflow: hidden;
  text-align: right;
}
.nav-2 > ul {
  margin: 0;
}
.nav-2 > ul > li {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  line-height: 50px;
  margin-left: 20px;
  vertical-align: top;
}
.nav-2 > ul > li.first {
  margin-left: 0;
}
.nav-2 > ul > li > a {
  background: 0 0;
  color: #444;
  display: block;
  line-height: 30px;
  padding: 10px 12px;
  -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-wrapper {
  display: block;
}
.nav-2 > ul > li > a .menuitem-image-container,
.nav-2 > ul > li > a .menuitem-text {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  vertical-align: top;
}
.nav-2 > ul > li > a .menuitem-image-container {
  line-height: 0;
  padding-top: 3px;
}
.nav-2 > ul > li > a .menuitem-text-main {
  display: block;
}
.nav-2 > ul > li > a img.menuitem-image {
  height: 24px;
  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: 24px;
}
.nav-2 > ul > li > a img.menuitem-image.active {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 3px;
}
.nav-2 > ul > li:first-child > a {
  padding-left: 0;
}
.nav-2 > ul > li a:visited {
  color: #444;
}
.nav-2 > ul > li > a.selected, .nav-2 > ul > li > a:hover, .nav-2 > ul > li.active > a {
  color: #C0C0C0;
}
.nav-2 > ul > li > a.selected img.menuitem-image, .nav-2 > ul > li > a:hover img.menuitem-image, .nav-2 > ul > li.active > a img.menuitem-image {
  opacity: 0;
}
.nav-2 > ul > li > a.selected img.menuitem-image.active, .nav-2 > ul > li > a:hover img.menuitem-image.active, .nav-2 > ul > li.active > a img.menuitem-image.active {
  opacity: 1;
}
.nav-2 > ul > li > ul {
  display: none;
}

.menu-001 {
  padding: 0;
}
.menu-001 > ul > li {
  display: block;
  text-align: right;
}
.menu-001 > ul > li > a {
  color: #606060;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  position: relative;
  text-align: left;
  text-decoration: none;
  -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;
}
.menu-001 > ul > li > a:hover {
  color: #CD0E9A;
}

/* END Menu 001 */
/* Forms **********/
/*
* ArsLuna Web Pages
*
* Main CSS
* All Screens
* 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
*
*/
input:required {
  box-shadow: none;
}

input[type=mail],
input[type=number],
input[type=password],
input[type=select],
input[type=tel],
input[type=text],
textarea {
  background: #FFF;
  border: 1px solid #FFF;
  box-shadow: none;
  color: #FFF;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  vertical-align: middle;
}
input[type=mail]:required:after,
input[type=number]:required:after,
input[type=password]:required:after,
input[type=select]:required:after,
input[type=tel]:required:after,
input[type=text]:required:after,
textarea:required:after {
  content: " *";
  display: inline-block;
  position: relative;
}
input[type=mail]:required,
input[type=number]:required,
input[type=password]:required,
input[type=select]:required,
input[type=tel]:required,
input[type=text]:required,
textarea:required {
  box-shadow: none;
}

input[type=mail],
input[type=number],
input[type=password],
input[type=select],
input[type=tel],
input[type=text] {
  line-height: 38px;
  height: 40px;
}

form label {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}

form .formerize-placeholder {
  color: #C0C0C0 !important;
}

form::-webkit-input-placeholder {
  color: #C0C0C0 !important;
}

form:-moz-placeholder {
  color: #C0C0C0 !important;
}

form::-o-placeholder {
  color: #C0C0C0 !important;
}

form:-ms-input-placeholder {
  color: #C0C0C0 !important;
}

form::-moz-focus-inner {
  border: 0;
}

#contact_form,
#registration_form,
.contact_form {
  text-align: left;
}

.login {
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 20px;
}

.sidebar-news-reg-form {
  overflow: hidden;
}

.col2_form_input_100,
.col2_form_input_25,
.col2_form_input_50,
.col2_form_input_75,
.col2_form_textarea_100,
.contact_form_input_100,
.contact_form_input_25,
.contact_form_input_50,
.contact_form_input_75,
.contact_form_textarea_100,
.input_kol,
.textinput-full-width,
.textinputbel {
  background: #FFF;
  border: 1px solid #FFF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  color: #FFF;
  font-size: 14px;
  padding: 5px;
}

input.col2_form_input_100,
input.col2_form_input_25,
input.col2_form_input_50,
input.col2_form_input_75,
input.contact_form_input_100,
input.contact_form_input_25,
input.contact_form_input_50,
input.contact_form_input_75,
input.input_kol,
input.textinput-full-width,
input.textinputbel {
  line-height: 2.5em;
  height: 2.5em;
}

.form-group {
  display: block;
  overflow: hidden;
}
.form-group .form-input-wrapper {
  padding: 5px 0;
  position: relative;
  text-align: left;
}
.form-group .info,
.form-group .label,
.form-group label {
  font-size: 14px;
  line-height: 1.5em;
  margin: 0;
  overflow: hidden;
  padding: 16px 5px;
  text-align: right !important;
  vertical-align: middle;
}
.form-group.no-grid .info,
.form-group.no-grid .label,
.form-group.no-grid label {
  line-height: 1em;
  padding: 0 5px;
  text-align: left !important;
}
.form-group.no-grid .form-input-wrapper {
  padding: 0 5px 5px;
}
.form-group .form-input-wrapper .placeholder-label {
  color: #C0C0C0;
  display: none;
  font-size: 11px;
  left: 0;
  padding: 0 5px;
  position: absolute;
  top: 5px;
}
.form-group .form-input-wrapper .textinput-full-width {
  font-size: 14px;
  height: 50px;
  line-height: 25px;
  max-width: 100%;
  padding: 20px 5px 5px;
}
.form-group .form-input-wrapper textarea.textinput-full-width {
  height: auto;
  overflow: hidden;
}
.form-group .form-input-wrapper .zip-input-full-width {
  display: table;
  max-width: 100%;
  vertical-align: top;
  width: 100%;
}
.form-group .form-input-wrapper .zip-input-full-width .zip-input-row {
  display: table-row;
}
.form-group .form-input-wrapper .zip-input-full-width .zip-input-row .textinput-zip-code {
  display: table-cell;
  position: relative;
  vertical-align: top;
  width: 25%;
}
.form-group .form-input-wrapper .zip-input-full-width .zip-input-row .textinput-zip {
  display: table-cell;
  padding-left: 10px;
  position: relative;
  vertical-align: top;
  width: 75%;
}
.form-group .form-input-wrapper .zip-input-full-width .zip-input-row .textinput-zip .placeholder-label {
  padding-left: 15px;
}
.form-group .form-input-wrapper input[type=checkbox] {
  margin-top: 18px;
}
.form-group label {
  padding-right: 15px;
  position: relative;
}
.form-group.required label::after {
  content: " *";
  display: inline-block;
  position: relative;
}
.form-group.checkbox-right label {
  position: relative;
  text-align: left !important;
}
.form-group.checkbox-right.required label::after {
  display: inline;
  position: relative;
  right: auto;
  top: auto;
  vertical-align: top;
}

.textinput-full-width {
  width: 100%;
}

.col2_form_input_25,
.contact_form_input_25 {
  width: 25%;
}

.col2_form_input_50,
.contact_form_input_50 {
  width: 50%;
}

.col2_form_input_75,
.contact_form_input_75 {
  width: 75%;
}

.col2_form_input_100,
.col2_form_textarea_100,
.contact_form_input_100,
.contact_form_textarea_100 {
  /*margin: 5px auto 5px auto !important;*/
  max-width: 500px;
  width: 100%;
}

#p_captcha,
#p_captcha_img {
  float: left;
}

#p_captcha_img {
  margin: 5px;
}

/* Search *********************************************************************/
.search-wrapper {
  text-align: center;
  position: relative;
  /* Button Search */
}
.search-wrapper .search {
  display: block;
  position: relative;
  text-align: center;
  /* Button Search */
}
.search-wrapper .search .search-group-wrapper {
  font-size: 0;
}
.search-wrapper .search .search-button-wrapper,
.search-wrapper .search .search-input-wrapper {
  display: inline-block;
  vertical-align: top;
}
.search-wrapper .search input[type=text] {
  background: transparent;
  border: 1px solid #7A7A7A;
  border-right: 0 none;
  box-shadow: none;
  color: #7A7A7A;
  display: block;
  font-size: 14px;
  font-weight: 300;
  height: 40px;
  line-height: 38px;
  padding: 0 10px;
  width: 294px;
}
.search-wrapper .search .button.button-search {
  background: 0 0;
  border-bottom: 1px solid #CD0E9A;
  border-left: 0 none;
  border-right: 1px solid #CD0E9A;
  border-top: 1px solid #CD0E9A;
  color: #e1ff00;
  display: block;
  font-size: 18px;
  height: 40px;
  line-height: 38px;
  margin: 0 0 0 -4px;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-indent: -9999px;
  width: 40px;
}
.search-wrapper .search .button.button-search::before, .search-wrapper .search .button.button-search:after {
  background: url("images/search.png") center center no-repeat;
  background-size: 20px 20px;
  bottom: 0;
  content: "";
  opacity: 1;
  left: 0;
  position: absolute;
  right: 0;
  top: 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;
}
.search-wrapper .search .button.button-search::after {
  background-image: url("images/search-active.png");
  opacity: 0;
}
.search-wrapper .search .button.button-search:focus, .search-wrapper .search .button.button-search:hover {
  background: transparent;
  border-color: #CD0E9A;
  color: #CD0E9A;
}
.search-wrapper .search .button.button-search:focus::after, .search-wrapper .search .button.button-search:hover::after {
  opacity: 1;
}
.search-wrapper .search .button.button-search:focus::before, .search-wrapper .search .button.button-search:hover::before {
  opacity: 0;
}
.search-wrapper .button.search-toggle-button {
  background: transparent;
  border: 1px solid #CD0E9A;
  color: #CD0E9A;
  display: none;
  font-size: 0;
  height: 40px;
  line-height: 38px;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  text-indent: -9999px;
  text-decoration: none;
  width: 40px;
}
.search-wrapper .button.search-toggle-button::after, .search-wrapper .button.search-toggle-button::before {
  background: url("images/search.png") center center no-repeat;
  background-size: 20px 20px;
  bottom: 0;
  content: "";
  opacity: 1;
  left: 0;
  position: absolute;
  right: 0;
  top: 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;
}
.search-wrapper .button.search-toggle-button::after {
  background-image: url("images/search-active.png");
  opacity: 0;
}
.search-wrapper .button.search-toggle-button:focus, .search-wrapper .button.search-toggle-button:hover {
  background: transparent;
  border-color: #CD0E9A;
  color: #CD0E9A;
}
.search-wrapper .button.search-toggle-button:focus::after, .search-wrapper .button.search-toggle-button:hover::after {
  opacity: 1;
}
.search-wrapper .button.search-toggle-button:focus::before, .search-wrapper .button.search-toggle-button:hover::before {
  opacity: 0;
}

.without-registration-form {
  padding-top: 2.6455%;
}

.form-group {
  /* END .checkbox-right */
}
.form-group.checkbox-right label {
  color: #606060;
  display: block;
  line-height: 40px;
  position: relative;
  padding: 5px 0 5px 35px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
}
.form-group.checkbox-right label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form-group.checkbox-right label .checkmark {
  border: 1px solid #FFF;
  position: absolute;
  top: 12px;
  left: 0;
  height: 26px;
  width: 26px;
  background-color: #eee;
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Style the checkmark/indicator */
}
.form-group.checkbox-right label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-group.checkbox-right label:focus input ~ .checkmark, .form-group.checkbox-right label:hover input ~ .checkmark {
  background-color: #606060;
}
.form-group.checkbox-right label input:checked ~ .checkmark {
  background-color: #CD0E9A;
  /* Show the checkmark when checked */
}
.form-group.checkbox-right label input:checked ~ .checkmark:after {
  display: block;
}

/* Customize the label (the container) */
.arsluna-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  line-height: 26px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
}
.arsluna-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.arsluna-radio .checkmark {
  background-color: #eee;
  border: 1px solid #00bab9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 26px;
  /* Create the indicator (the dot/circle - hidden when not checked) */
}
.arsluna-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #FFF;
}
.arsluna-radio:focus input ~ .checkmark, .arsluna-radio:hover input ~ .checkmark {
  background-color: #00edec;
}
.arsluna-radio input:checked ~ .checkmark {
  background-color: #00bab9;
  /* Show the indicator (dot/circle) when checked */
}
.arsluna-radio input:checked ~ .checkmark:after {
  display: block;
}

.form-builder-wrapper .field-wrapper {
  -webkit-align-items: stretch;
  align-items: stretch;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-flow: row;
  /* Safari 6.1+ */
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.form-builder-wrapper .form-group {
  display: block;
  overflow: hidden;
  /*
  width   : -webkit-calc(50% - 5px);
  width   : -moz-calc(50% - 5px);
  width   : calc(50% - 5px);
  */
  width: 100%;
  position: relative;
  /* END .datepicker-wrapper */
}
.form-builder-wrapper .form-group label:not(.arsluna-checkbox) {
  color: #606060;
  left: 0;
  line-height: normal;
  padding: 0 5px;
  position: absolute;
  text-align: left !important;
  top: 5px;
  vertical-align: top;
  z-index: 2;
}
.form-builder-wrapper .form-group input[type=mail],
.form-builder-wrapper .form-group input[type=number],
.form-builder-wrapper .form-group input[type=password],
.form-builder-wrapper .form-group input[type=select],
.form-builder-wrapper .form-group input[type=tel],
.form-builder-wrapper .form-group input[type=text],
.form-builder-wrapper .form-group textarea {
  background: transparent;
  border: 0 none;
  border-bottom: 1px solid #FFF;
}
.form-builder-wrapper .form-group textarea {
  width: 100%;
}
.form-builder-wrapper .form-group .datepicker-wrapper {
  position: relative;
  max-width: 200px;
}
.form-builder-wrapper .form-group .datepicker-wrapper input {
  padding-right: 50px;
}
.form-builder-wrapper .form-group .datepicker-wrapper img {
  height: 40px;
  position: absolute;
  right: 0;
  width: 40px;
  bottom: 5px;
}

/* Tables *********/
/*
* ArsLuna Web Pages
*
* Main CSS
* All Screens
* Template Partial
* Tables 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
*
*/
/******************************************************************************/
table {
  border-collapse: collapse;
}

td,
th {
  text-align: left;
  padding: 10px;
}

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

.td_right,
.th_right {
  text-align: right;
}

.col-content-width {
  white-space: nowrap;
  width: 1%;
}

/**************************************/
table.style1 {
  width: 100%;
}

table.style1 tbody tr:nth-child(2n+2) {
  background: #f4f4f4;
}

table.style1 td {
  padding: 0.5em 1em;
}

table.style1 th {
  font-weight: bold;
  padding: 0.5em 1em;
  text-align: left;
}

table.style1 thead {
  background: #444;
  color: #fff;
}

table.style1 tfoot {
  background: #eee;
}

/**************************************/
table.style2 thead {
  background: #444;
  color: #fff;
}

table.style2 th {
  font-weight: bold;
  padding: 0.5em 1em;
  text-align: left;
}

table.style2 td {
  padding: 0.5em 1em;
}

table.style2 td.alignright {
  text-align: right;
}

table.style2 tbody tr:nth-child(2n+2) {
  background: #bebebe;
}

table.style2 tfoot {
  background: #eee;
}

/**************************************/
tr.strikeout td {
  position: relative;
  /* vertical-align: middle; */
}

tr.strikeout td:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  border-bottom: 2px solid #ff0000;
  width: 100%;
}

/* Elements *******/
/*
* ArsLuna Web Pages
*
* Main CSS
* All Screens
* 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
*
*/
/******************************************************************************/
/* Features                                                                   */
/******************************************************************************/
#features {
  display: block;
  overflow: hidden;
}

#featurescartheader,
#pageheadercartheader,
.sidebar header {
  background: #2e2e2e;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  display: block;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 40px;
  padding: 0 10px;
}

#featurescart a,
#pageheadercart a,
.sidebar header a {
  text-decoration: none;
}

#featurescart,
#pageheadercart {
  overflow: hidden;
  padding: 10px;
  position: absolute;
  right: 50px;
  top: 10px;
  width: 180px;
  z-index: 999999;
}

#featurescart > ul,
#pageheadercart > ul {
  background: #2e2e2e;
  border-radius: 20px;
  display: none;
  overflow: hidden;
  padding: 10px;
}

/******************************************************************************/
/* Main Content                                                               */
/******************************************************************************/
#content,
#sidebar-left,
#sidebar-right {
  border: 0 none;
  padding: 0.25em;
}

.main-center,
.main-left,
.main-right {
  overflow: hidden;
  padding: 15px;
}

/******************************************************************************/
#sidebar-left .middle-content {
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

/******************************************************************************/
#sidebar_left_header {
  background: #bbbbbb;
  color: #000000;
  display: none;
  padding: 5px;
}

#sidebar_left_content {
  display: block;
}

/******************************************************************************/
.page-type-content-wrapper {
  background: transparent none;
  padding: 30px 0;
}

/******************************************************************************/
.certificate_text {
  font-size: 0.7em;
  margin-top: 10px;
}

/******************************************************************************/
/* Content Bottom All Pages                                                   */
/******************************************************************************/
.contentbottomall {
  margin: 60px 0 50px;
}

/******************************************************************************/
.template {
  border-bottom: 1px solid #375f26;
  padding: 2.0834% 0;
}
.template.last {
  border-bottom: 0 none transparent;
}
.template .content-first {
  display: block;
}
.template .image-photo-album a {
  display: block;
  text-align: center;
}
.template .datetime {
  vertical-align: top;
}
.template .datetime li {
  display: inline-block;
}

.template-003 .image-main {
  float: left;
  padding-right: 5%;
  max-width: 50%;
}

.template-004 .image-main {
  float: left;
  padding-right: 5%;
  max-width: 50%;
}

.template-005 .image-main {
  float: right;
  padding-left: 5%;
  max-width: 50%;
}

.template-006 .image-main {
  float: right;
  padding-left: 5%;
  max-width: 50%;
}

.template-008 .image-main {
  float: left;
  padding-right: 5%;
  max-width: 50%;
}
.template-008 .image-main-second {
  float: left;
  padding-right: 5%;
  max-width: 50%;
}

.template-009 .image-main {
  float: left;
  padding-right: 5%;
  max-width: 50%;
}
.template-009 .image-main-second {
  float: right;
  padding-right: 5%;
  max-width: 50%;
}

.template-010 .image-main {
  float: right;
  padding-right: 5%;
  max-width: 50%;
}
.template-010 .image-main-second {
  float: left;
  padding-right: 5%;
  max-width: 50%;
}

.template-011 .image-main {
  float: right;
  padding-right: 5%;
  max-width: 50%;
}
.template-011 .image-main-second {
  float: right;
  padding-right: 5%;
  max-width: 50%;
}

.messages-wrapper {
  background: rgba(125, 125, 125, 0.5) url("images/loading-ring.gif") center center no-repeat;
  display: table;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.messages-wrapper .messages-container {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.messages-wrapper .messages-container .message-box {
  background: #FFF;
  border: 1px solid #444;
  display: inline-block;
  max-height: 90%;
  min-height: 160px;
  max-width: 90%;
  overflow: auto;
  padding: 40px 20px 20px;
  position: relative;
}
.messages-wrapper .messages-container .message-box .close {
  color: #606060;
  cursor: pointer;
  font-size: 35px;
  font-weight: bold;
  line-height: 1em;
  position: absolute;
  right: 20px;
  top: 0;
}
.messages-wrapper .messages-container .message-box .message-box-content {
  display: block;
  overflow: hidden;
}
.messages-wrapper .messages-container .message-box .message-header {
  background: #444;
  color: #FFF;
  line-height: 2em;
  margin-bottom: 15px;
  padding: 0 10px;
}
.messages-wrapper .messages-container .message-box .products-added .quantity {
  margin-left: 10px;
  margin-right: 5px;
}
.messages-wrapper .messages-container .message-box .buttons-wrapper {
  display: block;
  vertical-align: top;
}
.messages-wrapper .messages-container .message-box .half-left {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 50%;
}
.messages-wrapper .messages-container .message-box .half-right {
  display: inline-block;
  text-align: right;
  vertical-align: top;
  width: 50%;
}
.messages-wrapper .messages-container .message-box .half-right .button {
  margin-right: 0;
}

.arsluna-bookmark {
  display: block;
  height: 0;
  left: 0;
  position: relative;
  top: -90px;
  visibility: hidden;
  width: 0;
}

.arsluna-portlet {
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  clear: both;
  display: block;
  float: none;
  margin-bottom: 10px;
  /*
  &:first {
      .arsluna-portlet-content {
          display: block;
      }
  }
  */
}
.arsluna-portlet .arsluna-portlet-header {
  background: transparent;
  border: 1px solid #CD0E9A;
  color: #CD0E9A !important;
  font-size: 1.25em;
  min-height: 48px;
  line-height: normal;
  padding: 10px 25px 10px 40px;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  vertical-align: middle;
}
.arsluna-portlet .arsluna-portlet-header::after {
  border-bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #CD0E9A;
  display: block;
  margin-top: -5px;
  content: " ";
  position: absolute;
  height: 0;
  right: 25px;
  top: 50%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 0;
}
.arsluna-portlet .arsluna-portlet-header:hover {
  background: transparent;
  border: 1px solid #CD0E9A;
  color: #CD0E9A !important;
}
.arsluna-portlet .arsluna-portlet-header:hover::after {
  border-top: 10px solid #CD0E9A;
}
.arsluna-portlet .arsluna-portlet-header.portlet-opened {
  background: transparent;
  border: 1px solid #CD0E9A;
  color: #CD0E9A !important;
}
.arsluna-portlet .arsluna-portlet-header.portlet-opened::after {
  border-bottom: 10px solid #CD0E9A;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 0;
}
.arsluna-portlet .arsluna-portlet-content {
  padding: 1em 0 0;
}
.arsluna-portlet .arsluna-portlet-content.arsluna-portlet-widget-content {
  display: none;
}

.middle-content-page-photo-basic table {
  margin: 0 auto;
}

/* Grid Elements **/
.row-grid-element {
  margin: -30px;
}

.grid-element {
  padding: 30px;
  position: relative;
}

.grid-element-content {
  background: transparent;
  border: 0px none;
  padding: 0;
}
.grid-element-content header {
  text-align: center;
}
.grid-element-content header h2 {
  display: block;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
.grid-element-content header a {
  display: block;
  text-decoration: none;
}

.grid-element-content-header-number {
  display: none;
}

.grid-element-title {
  background: transparent;
  color: #FFF;
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  line-height: 1.8em;
  margin: 0;
  vertical-align: middle;
}

.grid-element-title .title {
  display: block;
}

.grid-element-title .sub-title {
  display: block;
  font-size: 0.9em;
}

.grid-element-content-header-image,
.grid-element-content-related-header-image {
  display: block;
  position: relative;
}

.grid-element-content-detail {
  padding-top: 20px;
}

.product-grid-related {
  font-size: 0.5em;
  height: auto;
  line-height: 1.5em;
}

.product-grid-related .button-more {
  font-size: 12px;
  height: 30px;
}

.grid-element-content-single header {
  margin: 0;
  text-align: center;
}
.grid-element-content-single header h2 {
  margin-top: 0 !important;
  margin-bottom: 0.5em !important;
}
.grid-element-content-single header h2 .grid-element-title {
  color: #000;
  font-weight: 400;
  text-align: left;
}
.grid-element-content-single .grid-element-content-single-image a {
  display: block;
  line-height: 0;
  position: relative;
  border: 1px #fff;
  /*
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;

  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  */
}
.grid-element-content-single .grid-element-content-single-image a img {
  padding: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.grid-element-content-single .grid-element-content-single-image:hover a img {
  -webkit-transform: scale(1.3, 1.3);
  -moz-transform: scale(1.3, 1.3);
  -o-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.grid-element-content-single .grid-element-content-single-content {
  padding: 10px;
}

.grid-menu-item {
  /* END .grid-menu-item-020 */
  /* END .grid-menu-item-020-002-link */
}
.grid-menu-item a {
  position: relative;
}
.grid-menu-item.grid-menu-item-019 .image-wrapper {
  padding: 20px 20% 0 20%;
}
.grid-menu-item.grid-menu-item-019 .image-wrapper .grid-element-content-header-image {
  position: relative;
}
.grid-menu-item.grid-menu-item-019 .image-wrapper .grid-element-content-header-image img {
  max-width: 100%;
  opacity: 1;
  -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;
  -webkit-transition: scale 0.25s ease-in-out;
  -moz-transition: scale 0.25s ease-in-out;
  -ms-transition: scale 0.25s ease-in-out;
  -o-transition: scale 0.25s ease-in-out;
  transition: scale 0.25s ease-in-out;
}
.grid-menu-item.grid-menu-item-019 .image-wrapper .grid-element-content-header-image img.active {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.grid-menu-item.grid-menu-item-019 .content-wrapper {
  padding: 20px 0;
}
.grid-menu-item.grid-menu-item-019 .content-wrapper .grid-element-title {
  color: #606060;
  font-family: "Oxanium", cursive;
  font-size: 20px;
}
.grid-menu-item.grid-menu-item-019 .content-wrapper .grid-element-title .sub-title {
  font-size: 1em;
}
.grid-menu-item.grid-menu-item-019:hover .image-wrapper .grid-element-content-header-image img {
  opacity: 0;
  scale: 1.1;
}
.grid-menu-item.grid-menu-item-019:hover .image-wrapper .grid-element-content-header-image img.active {
  opacity: 1;
}
.grid-menu-item.grid-menu-item-020 {
  border: 0 none;
  position: relative;
  /* END .grid-element-image-wrapper */
  /* END .grid-element-title-wrapper */
}
.grid-menu-item.grid-menu-item-020 .grid-element-content-wrapper {
  display: block;
  position: relative;
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -ms-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.grid-menu-item.grid-menu-item-020 .grid-element-content-wrapper::before {
  border: 1px solid #CD0E9A;
  bottom: 31px;
  content: "";
  display: block;
  left: -29px;
  position: absolute;
  right: 30px;
  top: -29px;
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -ms-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.grid-menu-item.grid-menu-item-020 .grid-element-image-wrapper {
  display: block;
  position: relative;
}
.grid-menu-item.grid-menu-item-020 .grid-element-image-wrapper::after {
  background: #444;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 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;
}
.grid-menu-item.grid-menu-item-020 .grid-element-image-wrapper .height-limit {
  display: none;
  height: 0;
  margin-top: 0;
  width: 100%;
}
.grid-menu-item.grid-menu-item-020 .grid-element-image-wrapper .image-limited {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  /*
  bottom: 0;
  left: 0;
  max-height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform   : translate(0, -50%);
  -o-transform     : translate(0, -50%);
  -ms-transform    : translate(0, -50%);
  transform        : translate(0, -50%);
  */
}
.grid-menu-item.grid-menu-item-020 .grid-element-image-wrapper .image-limited img {
  height: auto;
  max-width: 100%;
  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;
}
.grid-menu-item.grid-menu-item-020 .grid-element-image-wrapper .image-limited img.active {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
}
.grid-menu-item.grid-menu-item-020 .grid-element-title-wrapper {
  border: 0 none;
  background: transparent;
  bottom: 50px;
  display: block;
  left: 0;
  position: absolute;
  text-align: center;
  top: auto;
  vertical-align: middle;
  width: 100%;
}
.grid-menu-item.grid-menu-item-020 .grid-element-title-wrapper .grid-element-title {
  color: #FFF;
  font-family: "Noto Sans", sans-serif;
  font-size: 26px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}
.grid-menu-item.grid-menu-item-020:hover .grid-element-image-wrapper {
  /*
  .image-limited {
      img {
          opacity: 0;

          &.active {
              opacity: 1;
          }
      }
  }
  */
}
.grid-menu-item.grid-menu-item-020:hover .grid-element-image-wrapper::after {
  opacity: 0;
}
.grid-menu-item.grid-menu-item-020:hover .grid-element-content-wrapper {
  -webkit-transform: translate(-30px, -30px);
  -moz-transform: translate(-30px, -30px);
  -o-transform: translate(-30px, -30px);
  -ms-transform: translate(-30px, -30px);
  transform: translate(-30px, -30px);
}
.grid-menu-item.grid-menu-item-020:hover .grid-element-content-wrapper::before {
  -webkit-transform: translate(30px, 30px);
  -moz-transform: translate(30px, 30px);
  -o-transform: translate(30px, 30px);
  -ms-transform: translate(30px, 30px);
  transform: translate(30px, 30px);
}
.grid-menu-item.grid-menu-item-020-002-link {
  border: 0 none;
  position: relative;
  /* END .grid-element-image-wrapper */
  /* END .grid-element-title-wrapper */
}
.grid-menu-item.grid-menu-item-020-002-link .grid-element-content-container {
  display: table;
}
.grid-menu-item.grid-menu-item-020-002-link .grid-element-content-wrapper {
  display: table-row;
}
.grid-menu-item.grid-menu-item-020-002-link .grid-element-image-wrapper {
  display: table-cell;
  position: relative;
}
.grid-menu-item.grid-menu-item-020-002-link .grid-element-image-wrapper::after {
  background: #F7F6F6;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 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;
}
.grid-menu-item.grid-menu-item-020-002-link .grid-element-image-wrapper .height-limit {
  display: none;
  height: 0;
  margin-top: 0;
  width: 100%;
}
.grid-menu-item.grid-menu-item-020-002-link .grid-element-image-wrapper .image-limited {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  /*
  bottom: 0;
  left: 0;
  max-height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform   : translate(0, -50%);
  -o-transform     : translate(0, -50%);
  -ms-transform    : translate(0, -50%);
  transform        : translate(0, -50%);
  */
}
.grid-menu-item.grid-menu-item-020-002-link .grid-element-image-wrapper .image-limited img {
  height: auto;
  max-width: 100%;
  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;
}
.grid-menu-item.grid-menu-item-020-002-link .grid-element-image-wrapper .image-limited img.active {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
}
.grid-menu-item.grid-menu-item-020-002-link .grid-element-title-wrapper {
  background: transparent;
  display: table-cell;
  max-width: 60px;
  position: relative;
  text-align: left;
  vertical-align: top;
  width: 60px;
}
.grid-menu-item.grid-menu-item-020-002-link .grid-element-title-wrapper .grid-element-title {
  color: #606060;
  font-family: "Noto Sans", sans-serif;
  left: 60px;
  padding: 0 0 5px;
  position: absolute;
  text-align: left;
  top: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-origin: 0 0;
  width: 350px;
}
.grid-menu-item.grid-menu-item-020-002-link .grid-element-title-wrapper .grid-element-title .title {
  font-size: 14px;
  line-height: 20px;
  color: #CD0E9A;
}
.grid-menu-item.grid-menu-item-020-002-link .grid-element-title-wrapper .grid-element-title .sub-title {
  font-size: 24px;
  line-height: 35px;
}
.grid-menu-item.grid-menu-item-020-002-link .grid-element-text-wrapper {
  bottom: 30px;
  position: absolute;
  right: 30px;
}
.grid-menu-item.grid-menu-item-020-002-link:hover .grid-element-image-wrapper {
  /*
  .image-limited {
      img {
          opacity: 0;

          &.active {
              opacity: 1;
          }
      }
  }
  */
}
.grid-menu-item.grid-menu-item-020-002-link:hover .grid-element-image-wrapper::after {
  opacity: 0;
}

/*END .grid-menu-item */
#header-wrapper .row-grid-element {
  margin: 0;
}
#header-wrapper .grid-element {
  padding: 0;
}
#header-wrapper .grid-element .grid-element-content {
  margin: 0;
}

#footer-wrapper .row-grid-element {
  margin: 0 -30px;
}
#footer-wrapper .grid-element {
  padding: 0 30px;
}
#footer-wrapper .grid-element .grid-element-content {
  background: transparent;
  margin: 0;
}

/* Widgets ********/
/*
* ArsLuna Web Pages
*
* Main CSS
* All Screens
* Template Partial
* Widgets 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
*
*/
/******************************************************************************/
.widget-login-form {
  padding: 30px 0 0;
  position: relative;
}
.widget-login-form .close {
  color: #606060;
  cursor: pointer;
  font-size: 35px;
  font-weight: bold;
  line-height: 1em;
  position: absolute;
  right: 0;
  top: 0;
}
.widget-login-form .title {
  font-size: 24px;
}
.widget-login-form .form-group label {
  padding: 0;
  text-align: left !important;
}
.widget-login-form #pass-forgotten {
  display: inline-block;
  padding: 10px;
  text-decoration: underline;
}
.widget-login-form .new-user {
  border-top: 1px solid #606060;
  margin-top: 20px;
}
.widget-login-form .buttons-wrapper {
  text-align: center;
}
.widget-login-form .button {
  margin: 10px !important;
}

.lang-selector {
  font-size: 0;
  list-style-type: none;
  margin-right: 0;
  padding: 0;
}
.lang-selector li {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
}
.lang-selector li a {
  display: block;
  height: 40px;
  padding: 8px;
  text-align: center;
  width: 40px;
}
.lang-selector img {
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  width: 24px;
  text-align: center;
}

.news-subscription {
  text-align: left;
}
.news-subscription .form-group .form-input-wrapper {
  text-align: left;
}
.news-subscription .form-group .form-input-wrapper .textinput-full-width {
  max-width: 500px;
}
.news-subscription .form-group-inline-button {
  text-align: right;
}
.news-subscription .unsubscribe-link-wrapper {
  max-width: 500px;
  position: relative;
  text-align: right;
}
.news-subscription .unsubscribe-link-wrapper .unsubscribe-link {
  color: #fff;
  height: 40px;
  position: absolute;
  left: 0;
  text-decoration: underline;
  top: 0;
}

.news-list {
  list-style-type: none;
  /* END .news-list-019 */
  /* END news-list-026-002 */
}
.news-list.news-list-019 {
  /* END article */
}
.news-list.news-list-019 article {
  border: 0 none;
  padding: 0 0 60px;
  position: relative;
  /* END .datetime */
  /* END .news-content-wrapper */
  /* END .read-more */
}
.news-list.news-list-019 article .news-image-wrapper {
  position: relative;
}
.news-list.news-list-019 article .datetime.datetime-3 {
  background: transparent;
  border: 1px solid #FFF;
  color: #FFF;
  display: block;
  height: 70px;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 70px;
}
.news-list.news-list-019 article .datetime.datetime-3 li {
  display: block;
  text-align: center;
}
.news-list.news-list-019 article .datetime.datetime-3 li.day {
  font-size: 30px;
  font-weight: 500;
  line-height: 39px;
}
.news-list.news-list-019 article .datetime.datetime-3 li.month {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  text-transform: uppercase;
}
.news-list.news-list-019 article .datetime.datetime-3 li.year {
  display: none;
}
.news-list.news-list-019 article .news-content-wrapper {
  padding: 20px 0;
  position: relative;
}
.news-list.news-list-019 article .news-content-wrapper h6 {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}
.news-list.news-list-019 article .news-content-wrapper p {
  text-align: left;
}
.news-list.news-list-019 article .read-more {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.news-list.news-list-019 article .read-more a {
  background: transparent;
  border: 1px solid #CD0E9A;
  color: #CD0E9A;
  display: inline-block;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  height: 48px;
  line-height: 46px;
  margin: 10px 20px 10px 0;
  padding: 0 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.news-list.news-list-019 article .read-more a::before {
  border-bottom: 1px solid #CD0E9A;
  border-right: 1px solid #CD0E9A;
  bottom: -10px;
  content: "";
  height: 48px;
  left: 9px;
  position: absolute;
  right: -11px;
  top: 9px;
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  -ms-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.news-list.news-list-019 article .read-more a:hover {
  -webkit-transform: translate(10px, 10px);
  -moz-transform: translate(10px, 10px);
  -ms-transform: translate(10px, 10px);
  -o-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
}
.news-list.news-list-019 article .read-more a:hover::before {
  -webkit-transform: translate(-10px, -10px);
  -moz-transform: translate(-10px, -10px);
  -o-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
}
.news-list.news-list-019 article:hover {
  /* END .datetime */
}
.news-list.news-list-019 article:hover .datetime.datetime-3 {
  color: #CD0E9A;
  border: 1px solid #CD0E9A;
}
.news-list.news-list-026-002 {
  margin: -8px;
}
.news-list.news-list-026-002 .grid-element {
  padding: 8px;
}
.news-list.news-list-026-002 article {
  background: transparent;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-flex-flow: row;
  -ms-flex-direction: row;
  flex-direction: row;
  /* Safari 6.1+ */
  flex-flow: row;
  flex-wrap: nowrap;
  /* END .article-data */
}
.news-list.news-list-026-002 article .article-image-wrapper {
  display: inline-block;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 0;
  padding: 0 5px 0 0;
  vertical-align: top;
  width: 30%;
}
.news-list.news-list-026-002 article .article-content-wrapper {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0;
}
.news-list.news-list-026-002 article h6 {
  padding: 0;
  text-align: left;
  -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;
}
.news-list.news-list-026-002 article h6 .title {
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
}
.news-list.news-list-026-002 article h6 .subtitle {
  color: #CD0E9A;
  display: block;
  font-size: 12px;
  line-height: normal;
  font-weight: normal;
  text-transform: uppercase;
}
.news-list.news-list-026-002 article .article-data .article-author-wrapper {
  display: none;
  font-size: 12px;
  line-height: 20px;
  margin-right: 10px;
  opacity: 1;
  vertical-align: top;
}
.news-list.news-list-026-002 article .article-data .article-date-wrapper {
  display: block;
  font-size: 0;
  position: relative;
  vertical-align: top;
}
.news-list.news-list-026-002 article .article-data .article-date-wrapper .datetime {
  display: inline-block;
  font-size: 0;
  vertical-align: top;
}
.news-list.news-list-026-002 article .article-data .article-date-wrapper .datetime li {
  color: #CD0E9A;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  position: relative;
  vertical-align: top;
}
.news-list.news-list-026-002 article .article-data .article-date-wrapper .datetime li.month {
  padding: 0 3px;
}
.news-list.news-list-026-002 article .article-content {
  display: none;
  margin: 0.5em 0;
}
.news-list.news-list-026-002 article .article-button-wrapper {
  text-align: right;
  background: transparent;
  border: 1px solid #CD0E9A;
  color: #CD0E9A !important;
  display: inline-block;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  margin-left: 0;
  padding: 0 70px 0 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.news-list.news-list-026-002 article .article-button-wrapper:hover {
  background: transparent;
  border: 1px solid #CD0E9A;
  color: #CD0E9A !important;
}
.news-list.news-list-026-002 article:hover h6 {
  color: #CD0E9A;
}
.news-list.news-list-026-002 article:hover h6 .subtitle {
  color: #CD0E9A;
}

.row.article-list-row {
  margin: 0 -30px;
}
.row.article-list-row .article-list-element {
  padding: 0 30px;
}

.product-filter-wrapper #filter-price-range #product_filter_price_range {
  border: 0 none;
  text-align: center;
  width: 100%;
}
.product-filter-wrapper #filter-price-range #product_filter_price_range_slider {
  background: #fff;
  border: 1px solid #c5c5c5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  height: 0.8em;
}
.product-filter-wrapper #filter-price-range #product_filter_price_range_slider .ui-slider-range {
  background: #e9e9e9;
  border: 1px solid #333;
}
.product-filter-wrapper #filter-price-range .ui-button,
.product-filter-wrapper #filter-price-range .ui-state-default,
.product-filter-wrapper #filter-price-range .ui-widget-content .ui-state-default,
.product-filter-wrapper #filter-price-range .ui-widget-header .ui-state-default,
.product-filter-wrapper #filter-price-range html .ui-button.ui-state-disabled:active,
.product-filter-wrapper #filter-price-range html .ui-button.ui-state-disabled:hover {
  border: 2px solid #f97500;
  background: #14161c;
  font-weight: normal;
  color: #FFF;
}
.product-filter-wrapper #filter-price-range .ui-button.ui-state-active:hover,
.product-filter-wrapper #filter-price-range .ui-button:active,
.product-filter-wrapper #filter-price-range .ui-state-active,
.product-filter-wrapper #filter-price-range .ui-widget-content .ui-state-active,
.product-filter-wrapper #filter-price-range .ui-widget-header .ui-state-active,
.product-filter-wrapper #filter-price-range a.ui-button:active {
  border: 1px solid #f97500;
  background: #f97500;
  font-weight: normal;
  color: #fff;
}
.product-filter-wrapper #filter-price-range .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.product-filter-wrapper .buttons-wrapper {
  text-align: center;
}

.mejs-media-container-003 {
  overflow: hidden;
  position: relative;
}
.mejs-media-container-003 .limit {
  position: relative;
  margin-top: 56.25%;
}
.mejs-media-container-003 .mejs-poster {
  background-position: center center !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.mejs-media-container-003 .mejs-poster::before {
  background: #444;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.6;
  position: absolute;
  right: 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;
  top: 0;
}
.mejs-media-container-003 .mejs-poster::after {
  background: url("./images/play-video.png") no-repeat;
  background-size: 100%;
  content: "";
  cursor: pointer;
  height: 60px;
  left: 50%;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -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: 60px;
}
.mejs-media-container-003 .mejs-poster:hover::before {
  opacity: 0;
}
.mejs-media-container-003 .mejs-poster:hover::after {
  opacity: 1;
}

.ui-dialog {
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  max-width: 95%;
}
.ui-dialog .ui-dialog-content.mejs-media-wrapper {
  padding: 0 0 10px;
}
.ui-dialog.ui-widget.ui-widget-content {
  background: #444;
  border: 0 none;
}
.ui-dialog .ui-dialog-titlebar {
  background: transparent;
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.ui-dialog .ui-dialog-titlebar .ui-button {
  background: transparent none;
  background-image: none;
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.ui-dialog .ui-dialog-titlebar .ui-button .ui-button-icon {
  display: none !important;
}
.ui-dialog .ui-dialog-titlebar .ui-button::after, .ui-dialog .ui-dialog-titlebar .ui-button::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #CD0E9A;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  left: 50%;
  top: 50%;
  z-index: 1;
}
.ui-dialog .ui-dialog-titlebar .ui-button:after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

/* Ecommerce ******/
/*
* ArsLuna Web Pages
*
* Main CSS
* All Screens
* 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-grid {
  margin: 0 -15px;
  /* END productshotrtattributes*/
}
.product-grid .productshortattributes {
  display: block;
}
.product-grid .productshortattributes .attributename {
  float: left;
  text-align: left;
  width: 50%;
}
.product-grid .productshortattributes .attributevalues {
  float: left;
  text-align: left;
  width: 50%;
}
.product-grid .productshortattributes .attributevalues input[type=select] {
  width: 100%;
}
.product-grid .productshortattributes .color-select-radio {
  text-align: center;
}
.product-grid .productshortattributes .color-select-radio input[type=radio] {
  display: none;
}
.product-grid .productshortattributes .color-select-radio input[type=radio]:checked + label {
  border: 2px solid #767676;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.product-grid .productshortattributes .color-select-radio label {
  border: 1px solid #767676;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  margin-right: 10px;
  padding: 1px;
  width: 25px;
}
.product-grid .productshortattributes .color-select-radio label span {
  display: block;
  height: 100%;
  width: 100%;
}
.product-grid .productshortdesc {
  display: none;
  height: 50px;
  overflow: hidden;
}
.product-grid .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: 70px;
  float: left;
  margin-top: 13px;
}
.product-grid .product-grid-product {
  padding: 15px;
}
.product-grid .product-grid-product.product-grid-product-017-03 {
  background: #FFF;
  border: 0 none;
  position: relative;
}
.product-grid .product-grid-product.product-grid-product-017-03 .product-grid-product-wrapper {
  display: block;
  position: relative;
}
.product-grid .product-grid-product.product-grid-product-017-03 .product-grid-product-wrapper::before {
  bottom: 0;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(170, 170, 170, 0.7);
  -moz-box-shadow: 5px 5px 10px 0 rgba(170, 170, 170, 0.7);
  box-shadow: 5px 5px 10px 0 rgba(170, 170, 170, 0.7);
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 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;
}
.product-grid .product-grid-product.product-grid-product-017-03 .grid-product {
  display: table;
  width: 100%;
}
.product-grid .product-grid-product.product-grid-product-017-03 .product-row {
  display: table-row;
}
.product-grid .product-grid-product.product-grid-product-017-03 .product-row .product-row-element {
  display: table-cell;
  padding: 10px 5px;
  vertical-align: top;
}
.product-grid .product-grid-product.product-grid-product-017-03 .product-row .product-row-element.cell-1 {
  text-align: left;
  width: 40%;
}
.product-grid .product-grid-product.product-grid-product-017-03 header {
  margin-bottom: 0;
}
.product-grid .product-grid-product.product-grid-product-017-03 h2 {
  display: block;
  overflow: hidden;
  margin-bottom: 0;
  text-align: left;
  text-transform: none;
  width: 100%;
}
.product-grid .product-grid-product.product-grid-product-017-03 h2::first-letter {
  font-size: 100%;
}
.product-grid .product-grid-product.product-grid-product-017-03 a {
  text-decoration: none;
}
.product-grid .product-grid-product.product-grid-product-017-03 .grid-element-title {
  background: 0 0;
  color: #14161c;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35em;
  margin: 10px 0;
}
.product-grid .product-grid-product.product-grid-product-017-03 .grid-element-content-header-image {
  background: 0 0;
  border: 0 none;
  display: block;
  overflow: hidden;
  position: relative;
}
.product-grid .product-grid-product.product-grid-product-017-03 .grid-element-content-header-image .image-limit {
  display: block;
  margin-top: 100%;
}
.product-grid .product-grid-product.product-grid-product-017-03 .grid-element-content-header-image .image-limited {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2.5%;
  text-align: center;
}
.product-grid .product-grid-product.product-grid-product-017-03 .grid-element-content-header-image .image-limited img {
  -ms-interpolation-mode: bicubic;
  float: none;
  height: auto;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  opacity: 1;
  position: relative;
  width: auto;
  -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;
}
.product-grid .product-grid-product.product-grid-product-017-03 .grid-element-content-header-image .image-limited .active-image {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.product-grid .product-grid-product.product-grid-product-017-03 .grid-element-content-header-image .image-limited .active-image img {
  float: none;
  margin: 0 auto;
  opacity: 0;
}
.product-grid .product-grid-product.product-grid-product-017-03 .product-options {
  display: block;
}
.product-grid .product-grid-product.product-grid-product-017-03 .prices-small {
  display: block;
  font-size: 0;
  margin: 10px 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.product-grid .product-grid-product.product-grid-product-017-03 .prices-small > ul {
  display: inline-block;
  margin: 0;
  overflow: hidden;
  width: 33.333%;
  vertical-align: top;
}
.product-grid .product-grid-product.product-grid-product-017-03 .prices-small > ul li {
  display: block;
  vertical-align: top;
}
.product-grid .product-grid-product.product-grid-product-017-03 .prices-small > ul li.label {
  display: none;
}
.product-grid .product-grid-product.product-grid-product-017-03 .prices-small > ul.price {
  color: #14161c;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}
.product-grid .product-grid-product.product-grid-product-017-03 .prices-small > ul.price.not-valid {
  color: #767676;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
}
.product-grid .product-grid-product.product-grid-product-017-03 .prices-small > ul.price.not-valid .amount,
.product-grid .product-grid-product.product-grid-product-017-03 .prices-small > ul.price.not-valid .label {
  color: #767676;
  text-decoration: line-through;
  text-decoration-color: #767676;
}
.product-grid .product-grid-product.product-grid-product-017-03 .prices-small > ul.discount {
  color: #e61610;
  display: inline-block;
  font-size: 18px;
  text-align: right;
}
.product-grid .product-grid-product.product-grid-product-017-03 .prices-small > ul.discount.hidden {
  display: none;
}
.product-grid .product-grid-product.product-grid-product-017-03 .prices-small > ul.price-discounted {
  color: #14161c;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.product-grid .product-grid-product.product-grid-product-017-03 .prices-small > ul.price-discounted.hidden {
  color: #14161c;
  display: none;
  font-size: 18px;
}
.product-grid .product-grid-product.product-grid-product-017-03 .prices-small > ul.price-level-1 {
  color: #14161c;
  display: none;
  font-size: 18px;
  font-weight: 500;
}
.product-grid .product-grid-product.product-grid-product-017-03 .prices-small > ul.price-level-1.hidden {
  color: #14161c;
  display: none;
  font-size: 18px;
}
.product-grid .product-grid-product.product-grid-product-017-03 .nakup {
  display: block;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
.product-grid .product-grid-product.product-grid-product-017-03 .nakup .nakup-content {
  display: block;
  text-align: left;
  vertical-align: top;
}
.product-grid .product-grid-product.product-grid-product-017-03 .nakup .nakup-content .button-add-to-cart-wrapper,
.product-grid .product-grid-product.product-grid-product-017-03 .nakup .nakup-content .button-favorites-wrapper {
  display: inline-block;
}
.product-grid .product-grid-product.product-grid-product-017-03:hover .product-grid-product-wrapper::before {
  opacity: 1;
}
.product-grid .product-grid-product.product-grid-product-017-03:hover .grid-element-content-header-image .image-limited.has-active-image img {
  opacity: 0;
}
.product-grid .product-grid-product.product-grid-product-017-03:hover .grid-element-content-header-image .image-limited.has-active-image .active-image img {
  opacity: 1;
}

.products-related {
  margin: 0 -10px;
}
.products-related .product-grid-related {
  padding: 10px;
}
.products-related .product-grid-related .grid-element-content {
  background: 0 0;
  border: 0 none;
  padding: 0 0 10px;
  position: relative;
}
.products-related .product-grid-related .grid-element-content::before {
  bottom: 0;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(170, 170, 170, 0.7);
  -moz-box-shadow: 5px 5px 10px 0 rgba(170, 170, 170, 0.7);
  box-shadow: 5px 5px 10px 0 rgba(170, 170, 170, 0.7);
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 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;
}
.products-related .product-grid-related .grid-element-content header {
  margin-bottom: 0;
}
.products-related .product-grid-related .grid-element-content h2 {
  display: block;
  overflow: hidden;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
.products-related .product-grid-related .grid-element-content a {
  text-decoration: none;
}
.products-related .product-grid-related .grid-element-content .grid-element-title {
  background: 0 0;
  color: #14161c;
  display: block;
  font-size: 16px;
  padding: 10px;
}
.products-related .product-grid-related .grid-element-content .grid-element-content-header-image {
  background: 0 0;
  border: 0 none;
  display: block;
  overflow: hidden;
  position: relative;
}
.products-related .product-grid-related .grid-element-content .grid-element-content-header-image .image-limit {
  display: block;
  margin-top: 100%;
}
.products-related .product-grid-related .grid-element-content .grid-element-content-header-image .image-limited {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  text-align: center;
}
.products-related .product-grid-related .grid-element-content .grid-element-content-header-image .image-limited img {
  -ms-interpolation-mode: bicubic;
  float: none;
  height: auto;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  opacity: 1;
  position: relative;
  width: auto;
  -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;
}
.products-related .product-grid-related .grid-element-content .grid-element-content-header-image .image-limited .active-image {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.products-related .product-grid-related .grid-element-content .grid-element-content-header-image .image-limited .active-image img {
  float: none;
  margin: 0 auto;
  opacity: 0;
}
.products-related .product-grid-related .grid-element-content:hover::before {
  opacity: 1;
}

.product-single-countdown.product-single-countdown-017 {
  background: 0 0;
  border: 0 none;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.product-single-countdown.product-single-countdown-017 header {
  margin-bottom: 0;
}
.product-single-countdown.product-single-countdown-017 h2 {
  display: block;
  overflow: hidden;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
.product-single-countdown.product-single-countdown-017 a {
  text-decoration: none;
}
.product-single-countdown.product-single-countdown-017 .grid-element-title {
  background: 0 0;
  color: #FFF;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin: 20px 0 10px;
  text-transform: none;
}
.product-single-countdown.product-single-countdown-017 .grid-element-content-header-image {
  background: 0 0;
  border: 0 none;
  display: block;
  overflow: hidden;
  position: relative;
}
.product-single-countdown.product-single-countdown-017 .grid-element-content-header-image .image-limit {
  display: none;
  margin-top: 0;
}
.product-single-countdown.product-single-countdown-017 .grid-element-content-header-image .image-limited {
  display: block;
  position: relative;
  text-align: center;
}
.product-single-countdown.product-single-countdown-017 .grid-element-content-header-image .image-limited img {
  -ms-interpolation-mode: bicubic;
  float: none;
  height: auto;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  opacity: 1;
  position: relative;
  width: auto;
  -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;
}
.product-single-countdown.product-single-countdown-017 .grid-element-content-header-image .image-limited .active-image {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.product-single-countdown.product-single-countdown-017 .grid-element-content-header-image .image-limited .active-image img {
  float: none;
  margin: 0 auto;
  opacity: 0;
}
.product-single-countdown.product-single-countdown-017:hover .grid-element-content-header-image.has-active-image .image-limited img {
  opacity: 0;
}
.product-single-countdown.product-single-countdown-017:hover .grid-element-content-header-image.has-active-image .image-limited .active-image img {
  opacity: 1;
}
.product-single-countdown.product-single-countdown-017 .prices-small {
  display: block;
  font-size: 0;
  margin: 10px 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.product-single-countdown.product-single-countdown-017 .product_id {
  display: none;
  font-size: 12px;
  position: absolute;
  text-align: left;
  top: 0;
}
.product-single-countdown.product-single-countdown-017 .content {
  margin: 10px 0;
}
.product-single-countdown.product-single-countdown-017 .prices-small > ul {
  display: inline-block;
  margin: 0;
  overflow: hidden;
  vertical-align: top;
  width: 33.333%;
}
.product-single-countdown.product-single-countdown-017 .prices-small > ul li {
  display: inline-block;
  padding: 0 10px;
  vertical-align: top;
}
.product-single-countdown.product-single-countdown-017 .prices-small > ul li.label {
  display: none;
}
.product-single-countdown.product-single-countdown-017 .prices-small > ul.price {
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.product-single-countdown.product-single-countdown-017 .prices-small > ul.price.not-valid {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
}
.product-single-countdown.product-single-countdown-017 .prices-small > ul.price.not-valid .amount,
.product-single-countdown.product-single-countdown-017 .prices-small > ul.price.not-valid .label {
  color: #FFF;
  text-decoration: line-through;
  text-decoration-color: #FFF;
}
.product-single-countdown.product-single-countdown-017 .prices-small > ul.discount {
  color: #FF0000;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.product-single-countdown.product-single-countdown-017 .prices-small > ul.discount.hidden {
  display: none;
}
.product-single-countdown.product-single-countdown-017 .prices-small > ul.price-discounted {
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.product-single-countdown.product-single-countdown-017 .prices-small > ul.price-discounted.hidden {
  color: #FFF;
  display: none;
  font-size: 16px;
}
.product-single-countdown.product-single-countdown-017 .prices-small > ul.price-level-1 {
  color: #FFF;
  display: none;
  font-size: 16px;
  font-weight: 500;
}
.product-single-countdown.product-single-countdown-017 .prices-small > ul.price-level-1.hidden {
  color: #FFF;
  display: none;
}
.product-single-countdown.product-single-countdown-017 .nakup {
  display: block;
  margin: 10px 0;
  text-align: center;
  vertical-align: top;
}
.product-single-countdown.product-single-countdown-017 .nakup .nakup-content {
  text-align: center;
  vertical-align: top;
}
.product-single-countdown.product-single-countdown-017 .nakup .nakup-content .button-add-to-cart-wrapper,
.product-single-countdown.product-single-countdown-017 .nakup .nakup-content .button-favorites-wrapper {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.product-single-countdown.product-single-countdown-017 .nakup .nakup-content .button-favorites-wrapper {
  text-align: right;
}
.product-single-countdown.product-single-countdown-017 .nakup .nakup-content .button.button-add-to-cart-small {
  background: 0 0;
  margin: 0;
  padding: 0 10px 0 0;
  width: 140px;
}
.product-single-countdown.product-single-countdown-017 .nakup .nakup-content .button.button-add-to-cart-small .img::before {
  background-image: url("images/kosarica-30-FFFFFF.png");
}
.product-single-countdown.product-single-countdown-017 .nakup .nakup-content .button.button-add-to-cart-small .img::after {
  background-image: url("images/kosarica-30-E1FF00.png");
}
.product-single-countdown.product-single-countdown-017 .nakup .nakup-content .button.button-add-to-cart-small .txt {
  color: #FFF;
}
.product-single-countdown.product-single-countdown-017 .nakup .nakup-content .button.button-add-to-cart-small:hover .txt {
  color: #7A7A7A;
}
.product-single-countdown.product-single-countdown-017 .nakup .nakup-content .button.button-add-to-favorites-small {
  background: 0 0;
  margin: 0;
}
.product-single-countdown.product-single-countdown-017 .nakup .nakup-content .button.button-add-to-favorites-small .img::before {
  background-image: url("images/lista-zelja-30-FFFFFF.png");
}
.product-single-countdown.product-single-countdown-017 .nakup .nakup-content .button.button-add-to-favorites-small .img::after {
  background-image: url("images/lista-zelja-30-E1FF00.png");
}
.product-single-countdown.product-single-countdown-017 .nakup .nakup-content .button.button-remove-from-favorites-small {
  background: 0 0;
  margin: 0;
}
.product-single-countdown.product-single-countdown-017 .nakup .nakup-content .button.button-remove-from-favorites-small .img::before {
  background-image: url("images/lista-zelja-30-E1FF00.png");
}
.product-single-countdown.product-single-countdown-017 .nakup .nakup-content .button.button-remove-from-favorites-small .img::after {
  background-image: url("images/lista-zelja-30-FFFFFF.png");
}
.product-single-countdown.product-single-countdown-017 .countdown-wrapper {
  background: 0 0;
  color: #FFF;
  display: table;
  margin: 10px 0;
  width: 100%;
}
.product-single-countdown.product-single-countdown-017 .countdown-wrapper .countdown-timer-wrapper,
.product-single-countdown.product-single-countdown-017 .countdown-wrapper .countdown-title-wrapper {
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 7px;
  text-align: center;
  vertical-align: top;
}
.product-single-countdown.product-single-countdown-017 .countdown-wrapper .countdown {
  color: #FFF;
  display: table;
  font-size: 16px;
  line-height: normal;
  list-style-type: none;
  margin: 0 auto;
}
.product-single-countdown.product-single-countdown-017 .countdown-wrapper .countdown li {
  display: table-cell;
}
.product-single-countdown.product-single-countdown-017 .countdown-wrapper .countdown li .time-unit,
.product-single-countdown.product-single-countdown-017 .countdown-wrapper .countdown li .time-value {
  display: table;
  line-height: normal;
  padding: 5px;
  text-align: center;
}
.product-single-countdown.product-single-countdown-017 .countdown-wrapper .countdown li .time-value {
  display: table-cell;
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
}
.product-single-countdown.product-single-countdown-017 .countdown-wrapper .countdown li .time-unit {
  display: table-cell;
  font-size: 16px;
  font-weight: 400;
  padding-left: 0;
  vertical-align: middle;
}
.product-single-countdown.product-single-countdown-017-03 {
  border: 0 none;
  display: table;
  position: relative;
  width: 100%;
}
.product-single-countdown.product-single-countdown-017-03 .product-row {
  display: table-row;
}
.product-single-countdown.product-single-countdown-017-03 .product-row .product-row-element {
  display: table-cell;
  padding: 10px 0;
  vertical-align: top;
}
.product-single-countdown.product-single-countdown-017-03 .product-row .product-row-element.cell-1 {
  padding-right: 15px;
  text-align: left;
  width: 50%;
}
.product-single-countdown.product-single-countdown-017-03 .product-row .product-row-element.cell-2 {
  padding-left: 15px;
}
.product-single-countdown.product-single-countdown-017-03 header {
  margin-bottom: 0;
}
.product-single-countdown.product-single-countdown-017-03 h2 {
  display: block;
  overflow: hidden;
  margin-bottom: 0;
  text-align: center;
  text-transform: none;
  width: 100%;
}
.product-single-countdown.product-single-countdown-017-03 h2::first-letter {
  font-size: 100%;
}
.product-single-countdown.product-single-countdown-017-03 a {
  text-decoration: none;
}
.product-single-countdown.product-single-countdown-017-03 .grid-element-title {
  background: 0 0;
  color: #FFF;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35em;
  margin: 10px 0;
}
.product-single-countdown.product-single-countdown-017-03 .grid-element-content-header-image {
  background: 0 0;
  border: 0 none;
  display: block;
  overflow: hidden;
  position: relative;
}
.product-single-countdown.product-single-countdown-017-03 .grid-element-content-header-image .image-limit {
  display: block;
  margin-top: 100%;
}
.product-single-countdown.product-single-countdown-017-03 .grid-element-content-header-image .image-limited {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2.5%;
  text-align: center;
}
.product-single-countdown.product-single-countdown-017-03 .grid-element-content-header-image .image-limited img {
  -ms-interpolation-mode: bicubic;
  float: none;
  height: auto;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  opacity: 1;
  position: relative;
  width: auto;
  -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;
}
.product-single-countdown.product-single-countdown-017-03 .grid-element-content-header-image .image-limited .active-image {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.product-single-countdown.product-single-countdown-017-03 .grid-element-content-header-image .image-limited .active-image img {
  float: none;
  margin: 0 auto;
  opacity: 0;
}
.product-single-countdown.product-single-countdown-017-03 .product-options {
  display: block;
}
.product-single-countdown.product-single-countdown-017-03 .prices-small {
  display: block;
  font-size: 0;
  margin: 10px 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.product-single-countdown.product-single-countdown-017-03 .prices-small > ul {
  display: inline-block;
  margin: 0;
  overflow: hidden;
  width: 33.333%;
  vertical-align: top;
}
.product-single-countdown.product-single-countdown-017-03 .prices-small > ul li {
  display: block;
  vertical-align: top;
}
.product-single-countdown.product-single-countdown-017-03 .prices-small > ul li.label {
  display: none;
}
.product-single-countdown.product-single-countdown-017-03 .prices-small > ul.price {
  color: #FFF;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}
.product-single-countdown.product-single-countdown-017-03 .prices-small > ul.price.not-valid {
  color: #FFF;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
}
.product-single-countdown.product-single-countdown-017-03 .prices-small > ul.price.not-valid .amount,
.product-single-countdown.product-single-countdown-017-03 .prices-small > ul.price.not-valid .label {
  color: #FFF;
  text-decoration: line-through;
  text-decoration-color: #FFF;
}
.product-single-countdown.product-single-countdown-017-03 .prices-small > ul.discount {
  color: #FF0000;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.product-single-countdown.product-single-countdown-017-03 .prices-small > ul.discount.hidden {
  display: none;
}
.product-single-countdown.product-single-countdown-017-03 .prices-small > ul.price-discounted {
  color: #FFF;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}
.product-single-countdown.product-single-countdown-017-03 .prices-small > ul.price-discounted.hidden {
  color: #FFF;
  display: none;
  font-size: 18px;
}
.product-single-countdown.product-single-countdown-017-03 .prices-small > ul.price-level-1 {
  color: #FFF;
  display: none;
  font-size: 18px;
  font-weight: 500;
}
.product-single-countdown.product-single-countdown-017-03 .prices-small > ul.price-level-1.hidden {
  color: #FFF;
  display: none;
  font-size: 18px;
}
.product-single-countdown.product-single-countdown-017-03 .nakup {
  display: block;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
.product-single-countdown.product-single-countdown-017-03 .nakup .nakup-content {
  text-align: center;
  vertical-align: top;
}
.product-single-countdown.product-single-countdown-017-03 .nakup .nakup-content .button-add-to-cart-wrapper,
.product-single-countdown.product-single-countdown-017-03 .nakup .nakup-content .button-favorites-wrapper {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.product-single-countdown.product-single-countdown-017-03 .nakup .nakup-content .button-favorites-wrapper {
  text-align: right;
}
.product-single-countdown.product-single-countdown-017-03 .nakup .nakup-content .button.button-add-to-cart-small {
  background: 0 0;
  margin: 0;
  padding: 0 10px 0 0;
  width: 140px;
}
.product-single-countdown.product-single-countdown-017-03 .nakup .nakup-content .button.button-add-to-cart-small .img::before {
  background-image: url("images/kosarica-30-FFFFFF.png");
}
.product-single-countdown.product-single-countdown-017-03 .nakup .nakup-content .button.button-add-to-cart-small .img::after {
  background-image: url("images/kosarica-30-E1FF00.png");
}
.product-single-countdown.product-single-countdown-017-03 .nakup .nakup-content .button.button-add-to-cart-small .txt {
  color: #FFF;
}
.product-single-countdown.product-single-countdown-017-03 .nakup .nakup-content .button.button-add-to-cart-small:hover .txt {
  color: #7A7A7A;
}
.product-single-countdown.product-single-countdown-017-03 .nakup .nakup-content .button.button-add-to-favorites-small {
  background: 0 0;
  margin: 0;
}
.product-single-countdown.product-single-countdown-017-03 .nakup .nakup-content .button.button-add-to-favorites-small .img::before {
  background-image: url("images/lista-zelja-30-FFFFFF.png");
}
.product-single-countdown.product-single-countdown-017-03 .nakup .nakup-content .button.button-add-to-favorites-small .img::after {
  background-image: url("images/lista-zelja-30-E1FF00.png");
}
.product-single-countdown.product-single-countdown-017-03 .nakup .nakup-content .button.button-remove-from-favorites-small {
  background: 0 0;
  margin: 0;
}
.product-single-countdown.product-single-countdown-017-03 .nakup .nakup-content .button.button-remove-from-favorites-small .img::before {
  background-image: url("images/lista-zelja-30-E1FF00.png");
}
.product-single-countdown.product-single-countdown-017-03 .nakup .nakup-content .button.button-remove-from-favorites-small .img::after {
  background-image: url("images/lista-zelja-30-FFFFFF.png");
}
.product-single-countdown.product-single-countdown-017-03:hover .product-grid-product-wrapper::before {
  opacity: 1;
}
.product-single-countdown.product-single-countdown-017-03:hover .grid-element-content-header-image .image-limited.has-active-image img {
  opacity: 0;
}
.product-single-countdown.product-single-countdown-017-03:hover .grid-element-content-header-image .image-limited.has-active-image .active-image img {
  opacity: 1;
}
.product-single-countdown.product-single-countdown-017-03 .countdown-wrapper {
  background: 0 0;
  color: #FFF;
  display: table;
  margin: 10px 0;
  width: 100%;
}
.product-single-countdown.product-single-countdown-017-03 .countdown-wrapper .countdown-timer-wrapper,
.product-single-countdown.product-single-countdown-017-03 .countdown-wrapper .countdown-title-wrapper {
  display: block;
  font-size: 18px;
  font-weight: 400;
  padding: 7px;
  text-align: center;
  vertical-align: top;
}
.product-single-countdown.product-single-countdown-017-03 .countdown-wrapper .countdown {
  color: #FFF;
  display: table;
  font-size: 18px;
  line-height: normal;
  list-style-type: none;
  margin: 0 auto;
}
.product-single-countdown.product-single-countdown-017-03 .countdown-wrapper .countdown li {
  display: table-cell;
}
.product-single-countdown.product-single-countdown-017-03 .countdown-wrapper .countdown li .time-unit,
.product-single-countdown.product-single-countdown-017-03 .countdown-wrapper .countdown li .time-value {
  display: table;
  line-height: normal;
  padding: 5px;
  text-align: center;
}
.product-single-countdown.product-single-countdown-017-03 .countdown-wrapper .countdown li .time-value {
  display: table-cell;
  font-size: 18px;
  font-weight: 700;
  vertical-align: middle;
}
.product-single-countdown.product-single-countdown-017-03 .countdown-wrapper .countdown li .time-unit {
  display: table-cell;
  font-size: 18px;
  font-weight: 400;
  padding-left: 0;
  vertical-align: middle;
}

.akcija {
  background: transparent url("images/Akcija_60.png");
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
}

.novo {
  background: transparent url("images/Novo_60.png");
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 60px;
}

.nacinplacila {
  padding: 2px;
  vertical-align: top;
}

.nacinplacila p {
  margin: 0;
}

.row#purchase-data {
  margin: -20px;
}

.purchase-data-wrapper {
  padding: 20px;
}

.purchase-data-fieldset {
  margin: 10px 0 20px;
}

.purchase-data-fieldset legend {
  font-size: 1.25em;
  font-weight: bold;
}

.celoten-opis-link {
  color: #D6644A;
  text-decoration: underline;
}

#cashdeskprogress {
  display: block;
  padding-bottom: 30px;
  overflow: hidden;
}

/******************************************************************************/
#cart-000 {
  background: #FFF;
  margin-bottom: 20px;
  padding: 10px;
}
#cart-000 .cart-company-data {
  padding-bottom: 20px;
}
#cart-000 .cart-status-table {
  width: 100%;
}
#cart-000 .cart-status-table .col-min-width {
  width: 1;
  white-space: nowrap;
}
#cart-000 .cart-status-table thead {
  background-color: #dedede;
  border: 1px solid #aaaaaa;
}
#cart-000 .cart-status-table td {
  padding: 0 2px 0 5px;
}
#cart-000 .cart-status-table .cart-status-table-data-title {
  white-space: nowrap;
}
#cart-000 .cart-customer,
#cart-000 .cart-shipment-address {
  list-style-type: none;
  padding-right: 5px;
}
#cart-000 .cart-customer li,
#cart-000 .cart-shipment-address li {
  display: block;
  padding: 0 2px 0 5px;
}
#cart-000 .cart-customer-header,
#cart-000 .cart-shipment-address-header {
  background-color: #dedede;
  border: 1px solid #aaaaaa;
}
#cart-000 .products-table {
  background: #FFF;
  border-collapse: collapse;
  empty-cells: show;
  margin-bottom: 0;
  width: 100%;
}
#cart-000 .products-table .col-min-width {
  width: 1;
}
#cart-000 .products-table > thead {
  background: #dedede;
}
#cart-000 .products-table > thead th {
  padding: 5px;
  vertical-align: top;
}
#cart-000 .products-table > tbody > tr:nth-child(even) {
  background: #dedede;
}
#cart-000 .products-table > tbody > tr:nth-child(odd) {
  background: #FFF;
}
#cart-000 .products-table > tbody td {
  border: 0 none transparent;
  padding: 5px;
  vertical-align: middle;
}
#cart-000 .products-table > tbody td.product_image img {
  max-height: 80px;
  max-width: 80px;
}
#cart-000 #vat-total {
  background: #FFF;
}
#cart-000 #vat-total-table {
  border: 0 none transparent;
}
#cart-000 #vat-total-table > thead > tr {
  background: #dedede;
}
#cart-000 #vat-total-table > tbody > tr:nth-child(even) {
  background: #dedede;
}
#cart-000 #vat-total-table > tbody > tr:nth-child(odd) {
  background: #FFF;
}

/******************************************************************************/
#cart-001,
#cart-005 {
  background: #FFF;
  margin-bottom: 20px;
  padding: 10px;
}
#cart-001 .cart-company-data,
#cart-005 .cart-company-data {
  padding-bottom: 20px;
}
#cart-001 .cart-status-table,
#cart-005 .cart-status-table {
  width: 100%;
}
#cart-001 .cart-status-table .col-min-width,
#cart-005 .cart-status-table .col-min-width {
  width: 1;
  white-space: nowrap;
}
#cart-001 .cart-status-table thead,
#cart-005 .cart-status-table thead {
  background-color: #C0C0C0;
  color: #FFF;
}
#cart-001 .cart-status-table td,
#cart-005 .cart-status-table td {
  padding: 10px 2px 10px 5px;
}
#cart-001 .cart-status-table .cart-status-table-data-title,
#cart-005 .cart-status-table .cart-status-table-data-title {
  white-space: nowrap;
}
#cart-001 .cart-customer,
#cart-001 .cart-shipment-address,
#cart-005 .cart-customer,
#cart-005 .cart-shipment-address {
  list-style-type: none;
  padding-right: 5px;
}
#cart-001 .cart-customer li,
#cart-001 .cart-shipment-address li,
#cart-005 .cart-customer li,
#cart-005 .cart-shipment-address li {
  display: block;
  padding: 0 2px 0 5px;
}
#cart-001 .cart-customer-header,
#cart-001 .cart-shipment-address-header,
#cart-005 .cart-customer-header,
#cart-005 .cart-shipment-address-header {
  border: 0 none transparent;
  background-color: #C0C0C0;
  color: #FFF;
}
#cart-001 .products-table,
#cart-005 .products-table {
  background: #FFF;
  border-collapse: collapse;
  empty-cells: show;
  margin-bottom: 0;
  width: 100%;
}
#cart-001 .products-table .col-min-width,
#cart-005 .products-table .col-min-width {
  width: 1;
}
#cart-001 .products-table > thead,
#cart-005 .products-table > thead {
  background: #C0C0C0;
  color: #FFF;
}
#cart-001 .products-table > thead th,
#cart-005 .products-table > thead th {
  padding: 20px 10px;
  vertical-align: top;
}
#cart-001 .products-table > tbody,
#cart-005 .products-table > tbody {
  color: #7A7A7A;
}
#cart-001 .products-table > tbody td,
#cart-005 .products-table > tbody td {
  border: 1px solid #C0C0C0;
  padding: 5px 10px;
  vertical-align: top;
  vertical-align: middle;
}
#cart-001 .products-table > tbody td.product_image img,
#cart-005 .products-table > tbody td.product_image img {
  max-height: 80px;
  max-width: 80px;
}
#cart-001 .products-table > tbody > tr:nth-child(even),
#cart-005 .products-table > tbody > tr:nth-child(even) {
  background: #FFF;
}
#cart-001 .products-table > tbody > tr:nth-child(odd),
#cart-005 .products-table > tbody > tr:nth-child(odd) {
  background: #FFF;
}
#cart-001 .products-table .cart-price.valid,
#cart-005 .products-table .cart-price.valid {
  color: #FF0000;
}
#cart-001 .products-table .cart-price.not-valid,
#cart-005 .products-table .cart-price.not-valid {
  color: #C0C0C0;
  text-decoration: line-through;
}
#cart-001 .products-table .cart-price.hidden,
#cart-005 .products-table .cart-price.hidden {
  display: none;
}
#cart-001 .products-table .cart-price.discount.valid,
#cart-005 .products-table .cart-price.discount.valid {
  color: #FF0000;
  display: none;
}
#cart-001 .products-table .cart-price.discount.hidden,
#cart-005 .products-table .cart-price.discount.hidden {
  display: none;
}
#cart-001 .products-table #ammount_total_discounted,
#cart-001 .products-table #products_total_discounted,
#cart-001 .products-table td.cart_product_code,
#cart-001 .products-table td.cart_row_delete,
#cart-001 .products-table td.product_ammount,
#cart-001 .products-table td.product_id,
#cart-001 .products-table td.product_image,
#cart-001 .products-table td.product_price,
#cart-001 .products-table td.product_quantity,
#cart-001 .products-table td.product_vat,
#cart-005 .products-table #ammount_total_discounted,
#cart-005 .products-table #products_total_discounted,
#cart-005 .products-table td.cart_product_code,
#cart-005 .products-table td.cart_row_delete,
#cart-005 .products-table td.product_ammount,
#cart-005 .products-table td.product_id,
#cart-005 .products-table td.product_image,
#cart-005 .products-table td.product_price,
#cart-005 .products-table td.product_quantity,
#cart-005 .products-table td.product_vat {
  padding-left: 10px;
  padding-right: 10px;
}
#cart-001 .products-table td.product_quantity .ui-spinner,
#cart-005 .products-table td.product_quantity .ui-spinner {
  margin-right: 0;
}
#cart-001 .cart-big-vat,
#cart-005 .cart-big-vat {
  border-left: #C0C0C0;
  color: #7A7A7A;
  float: right;
}
#cart-001 .cart-big-vat td,
#cart-001 .cart-big-vat th,
#cart-005 .cart-big-vat td,
#cart-005 .cart-big-vat th {
  color: #7A7A7A;
  padding: 5px 20px;
}
#cart-001 .cart-summary .vat_collapse,
#cart-005 .cart-summary .vat_collapse {
  background: url("images/bkg_collapse.gif") 0 7px no-repeat;
  display: inline-block;
  float: right;
  overflow: hidden;
  padding-left: 20px;
}
#cart-001 .show-details .vat_collapse,
#cart-005 .show-details .vat_collapse {
  background-position: 0 -50px;
}
#cart-001 .cart-summary-detail-vat,
#cart-005 .cart-summary-detail-vat {
  background: #dcdcdc;
  font-size: 0.8em;
}
#cart-001 #p_opombe-label,
#cart-005 #p_opombe-label {
  padding: 10px;
  width: 100%;
}
#cart-001 #p_opombe,
#cart-005 #p_opombe {
  border: 1px solid #C0C0C0;
  width: 100%;
}
#cart-001 #coupon-input,
#cart-005 #coupon-input {
  color: #7A7A7A;
}
#cart-001 .ui-spinner,
#cart-005 .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-001 .ui-spinner .ui-spinner-down,
#cart-005 .ui-spinner .ui-spinner-down {
  background: #FFF;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 0;
  border-top: 1px solid #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  height: 40px;
  left: 0;
  line-height: 38px;
  position: absolute;
  text-indent: 0;
  top: 0;
  text-indent: 0;
  width: 40px;
}
#cart-001 .ui-spinner .ui-spinner-down::after,
#cart-005 .ui-spinner .ui-spinner-down::after {
  background: #FFF;
  bottom: 0;
  color: #000;
  content: "-";
  font-size: 40px;
  left: 0;
  line-height: 38px;
  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-001 .ui-spinner .ui-spinner-down.ui-state-hover::after, #cart-001 .ui-spinner .ui-spinner-down:active::after, #cart-001 .ui-spinner .ui-spinner-down:focus::after, #cart-001 .ui-spinner .ui-spinner-down:hover::after,
#cart-005 .ui-spinner .ui-spinner-down.ui-state-hover::after,
#cart-005 .ui-spinner .ui-spinner-down:active::after,
#cart-005 .ui-spinner .ui-spinner-down:focus::after,
#cart-005 .ui-spinner .ui-spinner-down:hover::after {
  color: #000;
}
#cart-001 .ui-spinner .ui-spinner-down.ui-state-active,
#cart-005 .ui-spinner .ui-spinner-down.ui-state-active {
  background: #FFF;
}
#cart-001 .ui-spinner .ui-spinner-down.ui-state-active::after,
#cart-005 .ui-spinner .ui-spinner-down.ui-state-active::after {
  color: #000;
}
#cart-001 .ui-spinner .product-quantity,
#cart-005 .ui-spinner .product-quantity {
  border: 1px solid #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  height: 40px;
  line-height: 38px;
  margin: 0 40px;
  padding: 0 5px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  width: 50px;
}
#cart-001 .ui-spinner .ui-spinner-up,
#cart-005 .ui-spinner .ui-spinner-up {
  background: #FFF;
  border-bottom: 1px solid #000;
  border-left: 0;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  height: 40px;
  line-height: 38px;
  position: absolute;
  right: 0;
  text-indent: 0;
  top: 0;
  text-indent: 0;
  width: 40px;
}
#cart-001 .ui-spinner .ui-spinner-up::after,
#cart-005 .ui-spinner .ui-spinner-up::after {
  background: #FFF;
  bottom: 0;
  color: #000;
  content: "+";
  font-size: 40px;
  left: 0;
  line-height: 38px;
  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-001 .ui-spinner .ui-spinner-up.ui-state-hover::after, #cart-001 .ui-spinner .ui-spinner-up:active::after, #cart-001 .ui-spinner .ui-spinner-up:focus::after, #cart-001 .ui-spinner .ui-spinner-up:hover::after,
#cart-005 .ui-spinner .ui-spinner-up.ui-state-hover::after,
#cart-005 .ui-spinner .ui-spinner-up:active::after,
#cart-005 .ui-spinner .ui-spinner-up:focus::after,
#cart-005 .ui-spinner .ui-spinner-up:hover::after {
  color: #000;
}
#cart-001 .ui-spinner .ui-spinner-up.ui-state-active,
#cart-005 .ui-spinner .ui-spinner-up.ui-state-active {
  background: #FFF;
}
#cart-001 .ui-spinner .ui-spinner-up.ui-state-active::after,
#cart-005 .ui-spinner .ui-spinner-up.ui-state-active::after {
  color: #000;
}

#kosarica_uredi_na_naslov {
  margin-right: 0;
}

.back-to-shop {
  text-align: left;
}

.cart-purchase-ammount {
  margin-left: 10px;
}
.cart-purchase-ammount td {
  font-size: 1.25em;
  font-weight: bold;
  padding: 5px 10px;
}

.cart-purchase-payment-method td {
  padding: 10px;
  vertical-align: middle;
}
.cart-purchase-payment-method .payment-method-wrapper {
  display: table;
}
.cart-purchase-payment-method .payment-method-wrapper .payment-method-row {
  display: table-row;
}
.cart-purchase-payment-method .payment-method-wrapper .payment-method-row label {
  display: table-cell;
  height: 26px;
  overflow: hidden;
  vertical-align: middle;
}
.cart-purchase-payment-method .payment-method-wrapper .payment-method-row .label {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}

.cart-purchase-shipment-method td {
  padding: 10px;
}
.cart-purchase-shipment-method .shipment-method-wrapper {
  display: table;
}
.cart-purchase-shipment-method .shipment-method-wrapper .shipment-method-row {
  display: table-row;
}
.cart-purchase-shipment-method .shipment-method-wrapper .shipment-method-row label {
  display: table-cell;
  height: 26px;
  overflow: hidden;
  vertical-align: middle;
}
.cart-purchase-shipment-method .shipment-method-wrapper .shipment-method-row .label {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}

#fmCartPurchase #p_request {
  float: right;
}

#purchase-shipment-address #contact_form,
.contact_form {
  text-align: left;
}

#purchase-payment-and-shipment {
  border-left: 1px solid #afafaf;
}

.input_kol {
  float: left;
  margin-top: 1px !important;
  padding: 0 5px;
  text-align: right;
}

/* Cart in Nav Bar */
.nav-cart-wrapper {
  overflow: visible;
  position: relative;
  text-align: right;
}
.nav-cart-wrapper .nav-cart {
  min-width: 100%;
  overflow: visible;
  position: relative;
  z-index: 5000;
}
.nav-cart-wrapper .nav-cart .nav-cart-header {
  background: #FFF;
  color: #14161c;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 300;
  height: 50px;
  line-height: 0;
  margin-left: 20px;
  padding-left: 0 0 0 12px;
  position: relative;
  text-align: right;
  text-decoration: none;
  -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;
  vertical-align: top;
}
.nav-cart-wrapper .nav-cart .nav-cart-header .nav-cart-header-image {
  display: inline-block;
  line-height: 0;
  position: relative;
  vertical-align: top;
}
.nav-cart-wrapper .nav-cart .nav-cart-header .nav-cart-header-image::after, .nav-cart-wrapper .nav-cart .nav-cart-header .nav-cart-header-image::before {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  content: "";
  display: inline-block;
  height: 50px;
  overflow: hidden;
  -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;
  vertical-align: middle;
  width: 40px;
}
.nav-cart-wrapper .nav-cart .nav-cart-header .nav-cart-header-image::before {
  background-image: url("images/kosarica-40-14161C.png");
  opacity: 1;
  position: relative;
}
.nav-cart-wrapper .nav-cart .nav-cart-header .nav-cart-header-image::after {
  background-image: url("images/kosarica-40-AAAAAA.png");
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.nav-cart-wrapper .nav-cart .nav-cart-header .nav-cart-header-content {
  display: inline-block;
  line-height: 50px;
  vertical-align: top;
}
.nav-cart-wrapper .nav-cart .nav-cart-header:active, .nav-cart-wrapper .nav-cart .nav-cart-header:focus, .nav-cart-wrapper .nav-cart .nav-cart-header:hover {
  border: 0 none;
  color: #767676;
}
.nav-cart-wrapper .nav-cart .nav-cart-header:active .nav-cart-header-image::before, .nav-cart-wrapper .nav-cart .nav-cart-header:focus .nav-cart-header-image::before, .nav-cart-wrapper .nav-cart .nav-cart-header:hover .nav-cart-header-image::before {
  opacity: 0;
}
.nav-cart-wrapper .nav-cart .nav-cart-header:active .nav-cart-header-image::after, .nav-cart-wrapper .nav-cart .nav-cart-header:focus .nav-cart-header-image::after, .nav-cart-wrapper .nav-cart .nav-cart-header:hover .nav-cart-header-image::after {
  opacity: 1;
}
.nav-cart-wrapper .nav-cart .nav-cart-content {
  background-color: #FFF;
  border: 1px solid #767676;
  color: #767676;
  display: none;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  right: 0;
  width: 250px;
  top: 50px;
  z-index: 5001;
}
.nav-cart-wrapper .nav-cart .nav-cart-content .cart-small-mid {
  overflow: hidden;
}
.nav-cart-wrapper .nav-cart .nav-cart-content .cart-small-product {
  float: left;
  width: 200px;
}
.nav-cart-wrapper .nav-cart .nav-cart-content .cart-small-product .product {
  clear: both;
  display: block;
}
.nav-cart-wrapper .nav-cart .nav-cart-content .cart-small-product .price {
  float: right;
  text-align: right;
}
.nav-cart-wrapper .nav-cart .nav-cart-content .cart-small-total {
  font-weight: 700;
  font-size: 1.2em;
  text-align: right;
}
.nav-cart-wrapper .nav-cart .nav-cart-content .cart-small-delete {
  float: left;
  overflow: hidden;
}
.nav-cart-wrapper .nav-cart .nav-cart-content #added-to-cart .num-products-added {
  background: #14161c;
  color: #FFF;
  line-height: 2em;
  padding: 0 10px;
}
.nav-cart-wrapper .nav-cart .nav-cart-content #added-to-cart .num-products-added .products-added li .cart-small-product .product {
  padding: 10px 10px 10px 20px;
}
.nav-cart-wrapper .nav-cart .nav-cart-content #added-to-cart .num-products-added .products-added li .cart-small-product .quantity {
  padding: 10px 20px 10px 10px;
}

.price-promo-label {
  bottom: auto;
  font-size: 0;
  line-height: normal;
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}

.my-account-detail-container {
  background: #FFF;
  display: none;
  padding: 20px;
}
.my-account-detail-container.fixed {
  bottom: 0;
  display: block;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.my-account-detail-container .buttons-wrapper {
  height: 40px;
  position: relative;
  text-align: right;
}
.my-account-detail-container .close {
  color: #444;
  cursor: pointer;
  font-size: 35px;
  font-weight: bold;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 40px;
}
.my-account-detail-container .shipment-container {
  border-bottom: 1px solid #000;
  padding: 20px 0;
}
.my-account-detail-container .shipment-container:last-child {
  border-bottom: 0;
}
.my-account-detail-container .shipment-packet-table th,
.my-account-detail-container .shipment-product-table th,
.my-account-detail-container .shipment-status-table th {
  padding: 10px;
}
.my-account-detail-container .shipment-packet-table td,
.my-account-detail-container .shipment-product-table td,
.my-account-detail-container .shipment-status-table td {
  border: 1px solid #aaa;
  padding: 5px 10px;
}

/* Inline editor styles ******/
/*
* ArsLuna Web Pages
*
* Main CSS
* All Screens
* Template Partial
* Editor CSS styles
*
* 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-space {
  display: block;
  overflow: hidden;
}

.arsluna-space-xs {
  height: 10px;
}

.arsluna-space-s {
  height: 20px;
}

.arsluna-space-m {
  height: 30px;
}

.arsluna-space-l {
  height: 40px;
}

.arsluna-space-xl {
  height: 50px;
}

.arsluna-space-xxl {
  height: 60px;
}

.arsluna-margin-top-0 {
  margin-top: 0;
}

.arsluna-margin-top-xs {
  margin-top: 10px;
}

.arsluna-margin-top-s {
  margin-top: 20px;
}

.arsluna-margin-top-m {
  margin-top: 30px;
}

.arsluna-margin-top-l {
  margin-top: 40px;
}

.arsluna-margin-top-xl {
  margin-top: 50px;
}

.arsluna-margin-top-xxl {
  margin-top: 60px;
}

.arsluna-margin-top-auto {
  margin-top: auto;
}

.arsluna-margin-right-0 {
  margin-right: 0;
}

.arsluna-margin-right-xs {
  margin-right: 10px;
}

.arsluna-margin-right-s {
  margin-right: 20px;
}

.arsluna-margin-right-m {
  margin-right: 30px;
}

.arsluna-margin-right-l {
  margin-right: 40px;
}

.arsluna-margin-right-xl {
  margin-right: 50px;
}

.arsluna-margin-right-xxl {
  margin-right: 60px;
}

.arsluna-margin-right-auto {
  margin-right: auto;
}

.arsluna-margin-bottom-0 {
  margin-bottom: 0;
}

.arsluna-margin-bottom-xs {
  margin-bottom: 10px;
}

.arsluna-margin-bottom-s {
  margin-bottom: 20px;
}

.arsluna-margin-bottom-m {
  margin-bottom: 30px;
}

.arsluna-margin-bottom-l {
  margin-bottom: 40px;
}

.arsluna-margin-bottom-xl {
  margin-bottom: 50px;
}

.arsluna-margin-bottom-xxl {
  margin-bottom: 60px;
}

.arsluna-margin-bottom-auto {
  margin-bottom: auto;
}

.arsluna-margin-left-0 {
  margin-left: 0;
}

.arsluna-margin-left-xs {
  margin-left: 10px;
}

.arsluna-margin-left-s {
  margin-left: 20px;
}

.arsluna-margin-left-m {
  margin-left: 30px;
}

.arsluna-margin-left-l {
  margin-left: 40px;
}

.arsluna-margin-left-xl {
  margin-left: 50px;
}

.arsluna-margin-left-xxl {
  margin-left: 60px;
}

.arsluna-margin-left-auto {
  margin-left: auto;
}

.arsluna-padding-top-0 {
  padding-top: 0;
}

.arsluna-padding-top-xs {
  padding-top: 10px;
}

.arsluna-padding-top-s {
  padding-top: 20px;
}

.arsluna-padding-top-m {
  padding-top: 30px;
}

.arsluna-padding-top-l {
  padding-top: 40px;
}

.arsluna-padding-top-xl {
  padding-top: 50px;
}

.arsluna-padding-top-xxl {
  padding-top: 60px;
}

.arsluna-padding-right-0 {
  padding-right: 0;
}

.arsluna-padding-right-xs {
  padding-right: 10px;
}

.arsluna-padding-right-s {
  padding-right: 20px;
}

.arsluna-padding-right-m {
  padding-right: 30px;
}

.arsluna-padding-right-l {
  padding-right: 40px;
}

.arsluna-padding-right-xl {
  padding-right: 50px;
}

.arsluna-padding-right-xxl {
  padding-right: 60px;
}

.arsluna-padding-bottom-0 {
  padding-bottom: 0;
}

.arsluna-padding-bottom-xs {
  padding-bottom: 10px;
}

.arsluna-padding-bottom-s {
  padding-bottom: 20px;
}

.arsluna-padding-bottom-m {
  padding-bottom: 30px;
}

.arsluna-padding-bottom-l {
  padding-bottom: 40px;
}

.arsluna-padding-bottom-xl {
  padding-bottom: 50px;
}

.arsluna-padding-bottom-xxl {
  padding-bottom: 60px;
}

.arsluna-padding-left-0 {
  padding-left: 0;
}

.arsluna-padding-left-xs {
  padding-left: 10px;
}

.arsluna-padding-left-s {
  padding-left: 20px;
}

.arsluna-padding-left-m {
  padding-left: 30px;
}

.arsluna-padding-left-l {
  padding-left: 40px;
}

.arsluna-padding-left-xl {
  padding-left: 50px;
}

.arsluna-padding-left-xxl {
  padding-left: 60px;
}

.arsluna-hide-xxl {
  display: none !important;
}

.arsluna-show-xxl {
  display: block !important;
}

.purple {
  color: #CD0E9A;
}

/******************************************************************************/
/*
* ArsLuna Web Pages
*
* Main CSS
* All Screens
* 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
*
*/
.alert,
.error,
.errormessage {
  color: #D0312D !important;
}

.arsluna-section {
  position: relative;
}

.section-title {
  margin-bottom: 60px;
}

.section-description {
  margin: 0 auto 60px;
  text-align: center;
  width: 55%;
}
.section-description p {
  text-align: center;
}

.section-description-justified {
  margin: 0 auto 60px;
  text-align: justify;
  width: 55%;
}
.section-description-justified p {
  text-align: justify;
}

.section-description-wide {
  margin: 0 auto 60px;
  text-align: center;
  width: 70%;
}
.section-description-wide p {
  text-align: center;
}

.section-description-justified-wide {
  margin: 0 auto 60px;
  text-align: justify;
  width: 70%;
}
.section-description-justified-wide p {
  text-align: justify;
}

.contact-wrapper-main {
  display: block;
  font-size: 0;
  line-height: 0;
  list-style-type: none;
  margin: 0;
  vertical-align: top;
}
.contact-wrapper-main ul {
  display: block;
  margin: 0;
}
.contact-wrapper-main li {
  display: block;
  text-align: left;
  vertical-align: top;
  /* END a */
  /*
  &.location,
  &.working-hours {
      .img {
          margin-top: 10px;
      }
  }
  */
}
.contact-wrapper-main li a {
  border: 0 none;
  color: #FFF;
  display: block;
  vertical-align: top;
}
.contact-wrapper-main li a .img {
  display: inline-block;
  height: 40px;
  padding: 8px 5px 0 0;
  position: relative;
  width: 29px;
}
.contact-wrapper-main li a .img img {
  height: 24px;
  -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: 24px;
}
.contact-wrapper-main li a .img img.normal {
  opacity: 1;
  position: relative;
}
.contact-wrapper-main li a .img img.active {
  bottom: 8px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 5px;
  top: 8px;
}
.contact-wrapper-main li a .txt {
  display: inline-block;
  font-weight: 400;
  line-height: 40px;
  position: relative;
  vertical-align: top;
  -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;
  /*
  .address,
  .city,
  .weekdays-mo-fr,
  .weekdays-sa {
      display                  : block;
      line-height              : 30px;
  }
  */
}
.contact-wrapper-main li a:hover {
  /*
  .img {
      img {
          &.normal {
              opacity: 0;
          }

          &.active {
              opacity: 1;
          }
      }
  }
  */
}
.contact-wrapper-main li a:hover .txt {
  color: #CD0E9A;
}

/* END contact-wrapper-main */
.grid-element-content-half-page-right {
  padding: 0 0 0 30px;
  width: 70%;
}

.grid-element-content-half-page-right-padding {
  padding: 30px 0 30px 30px;
  width: 70%;
}

.grid-element-content-half-page-left {
  padding: 0 30px 0 0;
  width: 70%;
}

.grid-element-content-half-page-left-padding {
  padding: 30px 30px 30px 0;
  width: 70%;
}

#main-wrapper {
  /* END .video-and-description */
  /* END .our-programs */
  /* END .our-programs */
  /* END .customers-about-us */
  /* END .our-coaches*/
  /* END .last-from-blog */
}
#main-wrapper .background-light-grey {
  background: #F7F6F6;
}
#main-wrapper .background-grey {
  background: #606060;
}
#main-wrapper .background-dark-grey {
  background: #444;
}
#main-wrapper .background-black {
  background: #000;
}
#main-wrapper .background-purple {
  background: #CD0E9A;
}
#main-wrapper .background-utezi {
  background: url("./images/our-programs-background.jpg") top center no-repeat;
  background-size: 100%;
}
#main-wrapper .background-utezi::before {
  background: #606060;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 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;
  top: 0;
}
#main-wrapper .prva-predstavitev .row-grid-element {
  margin: -90px;
}
#main-wrapper .prva-predstavitev .grid-element {
  padding: 90px;
}
#main-wrapper .prva-predstavitev .grid-element-content.text-wrapper {
  padding-top: 90px;
  position: relative;
}
#main-wrapper .prva-predstavitev .grid-element-content.text-wrapper h1,
#main-wrapper .prva-predstavitev .grid-element-content.text-wrapper h2,
#main-wrapper .prva-predstavitev .grid-element-content.text-wrapper h3,
#main-wrapper .prva-predstavitev .grid-element-content.text-wrapper h4,
#main-wrapper .prva-predstavitev .grid-element-content.text-wrapper h5,
#main-wrapper .prva-predstavitev .grid-element-content.text-wrapper h6,
#main-wrapper .prva-predstavitev .grid-element-content.text-wrapper p {
  color: #FFF;
  text-align: center;
}
#main-wrapper .prva-predstavitev .grid-element-content .text-container {
  position: relative;
}
#main-wrapper .prva-predstavitev .grid-element-content .text-container::before {
  border: 1px solid #CD0E9A;
  bottom: 90px;
  content: "";
  left: -90px;
  position: absolute;
  right: 90px;
  top: -90px;
}
#main-wrapper .prva-predstavitev .grid-element-content .text-container.left-side {
  -webkit-transform: translate(90px, 0);
  -moz-transform: translate(90px, 0);
  -ms-transform: translate(90px, 0);
  -o-transform: translate(90px, 0);
  transform: translate(90px, 0);
}
#main-wrapper .prva-predstavitev .grid-element-content .content {
  background: #CD0E9A;
  color: #FFF;
  padding: 50px;
  position: relative;
}
#main-wrapper .our-programs .container {
  padding-top: 110px;
}
#main-wrapper .our-programs .row-grid-element {
  margin: -50px;
}
#main-wrapper .our-programs .grid-element {
  padding: 50px;
  position: relative;
}
#main-wrapper .our-programs .grid-element-content {
  margin: 30px 0 0 30px;
}
#main-wrapper .our-services .container {
  padding-top: 110px;
}
#main-wrapper .our-services .row-grid-element {
  margin: -10px;
}
#main-wrapper .our-services .grid-element {
  padding: 10px;
  position: relative;
}
#main-wrapper .our-services .grid-element-content {
  margin: 0;
}
#main-wrapper .customers-about-us .container {
  padding-top: 110px;
}
#main-wrapper .customers-about-us .mnenja-strank-container {
  position: relative;
  padding: 70px 0 0 70px;
}
#main-wrapper .customers-about-us .mnenja-strank-container::before {
  border: 1px solid #CD0E9A;
  bottom: 70px;
  content: "";
  left: 0;
  right: 70px;
  position: absolute;
  top: 0;
}
#main-wrapper .customers-about-us .mnenja-strank {
  background: #F7F6F6;
  padding: 80px 10%;
  position: relative;
}
#main-wrapper .customers-about-us .mnenja-strank::before {
  background: #FFF url("./images/double-quote-start.png") center center no-repeat;
  background-size: 100px 100px;
  content: "";
  height: 100px;
  position: absolute;
  right: 120px;
  top: -120px;
  width: 150px;
}
#main-wrapper .customers-about-us .mnenja-strank::after {
  background: transparent url("./images/double-quote-stop.png") center center no-repeat;
  background-size: 100px 100px;
  bottom: -50px;
  content: "";
  height: 100px;
  position: absolute;
  left: 50px;
  width: 150px;
}
#main-wrapper .our-coaches .container {
  padding-top: 110px;
}
#main-wrapper .our-coaches .row-grid-element {
  margin: -25px;
}
#main-wrapper .our-coaches .grid-element {
  padding: 25px;
  position: relative;
}
#main-wrapper .last-from-blog .container {
  padding-top: 110px;
}
#main-wrapper .contact .row-grid-element {
  margin: 0;
}
#main-wrapper .contact .grid-element {
  padding: 0;
  position: relative;
}
#main-wrapper .contact .flex-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-flex-flow: row;
  -ms-flex-direction: row;
  flex-direction: row;
  /* Safari 6.1+ */
  flex-flow: row;
  flex-wrap: nowrap;
}
#main-wrapper .contact .contact-data-wrapper {
  display: inline-block;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 0;
  vertical-align: top;
  width: 200px;
}
#main-wrapper .contact .contact-form-wrapper {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0;
}
#main-wrapper .contact .contact-wrapper-main {
  margin-top: 50px;
}
#main-wrapper .contact .contact-wrapper-main li.location a .txt span {
  display: block;
  line-height: 20px;
}

table {
  width: 100%;
}
table.tabela-cenik tr {
  border-bottom: 1px solid #CD0E9A;
}
table.tabela-cenik td {
  border: 0 none;
  padding: 10px 50px 10px 0;
  vertical-align: top;
}
table.tabela-cenik td:last-child {
  padding-right: 0;
  text-align: right;
}

.cd-schedule {
  height: 1020px;
  position: relative;
}
.cd-schedule .cd-schedule__timeline {
  left: 0;
  padding-top: 60px;
  position: absolute;
  right: 0;
  top: 0;
}
.cd-schedule .cd-schedule__timeline > ul {
  width: 100%;
}
.cd-schedule .cd-schedule__timeline > ul > li {
  display: block;
  position: relative;
  height: 60px;
}
.cd-schedule .cd-schedule__timeline > ul > li > span {
  font-size: 12px;
  left: 0;
  line-height: 18px;
  position: absolute;
  top: -9px;
}
.cd-schedule .cd-schedule__timeline > ul > li::after {
  background: #CD0E9A;
  bottom: 0;
  content: "";
  height: 1px;
  left: 60px;
  opacity: 0.5;
  position: absolute;
  right: 0;
}
.cd-schedule .cd-schedule__timeline > ul > li:first-child::before {
  background: #CD0E9A;
  content: "";
  height: 1px;
  left: 60px;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
}
.cd-schedule .cd-schedule__timeline > ul > li:last-child::after {
  display: none;
}
.cd-schedule .cd-schedule__events {
  left: 60px;
  position: absolute;
  right: 0;
  top: 0;
}
.cd-schedule .cd-schedule__events > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-flow: row;
  /* Safari 6.1+ */
  flex-flow: row;
  flex-wrap: nowrap;
}
.cd-schedule .cd-schedule__events li.cd-schedule__group {
  flex: none;
  width: 20%;
}
.cd-schedule .cd-schedule__events li.cd-schedule__group .cd-schedule__top-info {
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
}
.cd-schedule .cd-schedule__events li.cd-schedule__group > ul {
  list-style-type: none;
  vertical-align: top;
}
.cd-schedule .cd-schedule__events li.cd-schedule__group li.cd-schedule__event {
  display: block;
  height: 60px;
  padding-top: 9px;
}
.cd-schedule .cd-schedule__events li.cd-schedule__group li.cd-schedule__event .cd-schedule__name {
  display: block;
  font-size: 16px;
  line-height: 1.5em;
}
.cd-schedule .cd-schedule__events li.cd-schedule__group li.cd-schedule__event .cd-schedule__status {
  display: block;
  font-size: 12px;
  line-height: 1.5em;
}
.cd-schedule .cd-schedule__events li.cd-schedule__group li.cd-schedule__event.free .cd-schedule__name {
  font-weight: bold;
}
.cd-schedule .cd-schedule__events li.cd-schedule__group li.cd-schedule__event.free .cd-schedule__status {
  color: #CD0E9A;
}
.cd-schedule .cd-schedule__events li.cd-schedule__group li.cd-schedule__event.full {
  opacity: 0.75;
}
.cd-schedule .cd-schedule__events li.cd-schedule__group li.cd-schedule__event.full .cd-schedule__name {
  font-style: italic;
}

.tip-box {
  background-color: #606060;
  color: #FFF;
  display: table;
  margin: 0 auto;
  padding: 1rem 1.5rem;
}
.tip-box::before {
  border-left: 4px solid #CD0E9A;
  border-radius: 4px;
  color: #CD0E9A;
  content: "\f0eb";
  display: table-cell;
  font-family: "FontAwesome", sans-serif;
  font-size: 40px;
  line-height: 1.5em;
  padding: 0 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
}
.tip-box > div {
  display: table-cell;
  vertical-align: middle;
}