@charset "UTF-8";
/*
* ArsLuna Web Pages
*
* Main CSS
* ALL Screens
* Desktop Specific
*
* Author : Sašo Štibelj
* Company: Ars Luna, Helena Štibelj s.p.
* Address: Čepulje 16
*          4000 KRANJ
*          SLOVENIA
* Website: http://www.arsluna.si, http://www.arsluna.com
* Mail   : info@arsluna.si, info@arsluna.com
* License: Commercial
*
*/
/******************************************************************************/
/*
* ArsLuna Web Pages
*
* Main CSS
* All Screens Vars
*
* Author : Sašo Štibelj
* Company: Ars Luna, Helena Štibelj s.p.
* Address: Čepulje 16
*          4000 KRANJ
*          SLOVENIA
* Website: http://www.arsluna.si, http://www.arsluna.com
* Mail   : info@arsluna.si, info@arsluna.com
* License: Commercial
*
*/
/******************************************************************************/
/* Body */
/*barva ozadja celotne strani*/
/*barva glavnega teksta*/
/*barva naslovov*/
/*font*/
/*višina vrstice*/
/* font_sizes */
/*velikost osnovnega fonta*/
/**/
/*barva naslova h1*/
/*font naslova h1*/
/*velikost fonta naslova h1*/
/* Wrappers */
/*ozadje glave*/
/*barva tekstov v glavi*/
/*barva naslovov v glavi*/
/**/
/*ozadje bannerja*/
/**/
/*ozadje menija, kadar je meni pod glavo*/
/**/
/**/
/*ozadje vsebine strani*/
/*barva tekstov*/
/*barva naslovov*/
/**/
/*barva ozadja noge*/
/* barva tekstov v nogi*/
/*barva naslovo v nogi*/
/******************************************************************************/
/* Smartmenus                                                                 */
/******************************************************************************/
/* barva ozadja menija v pogledu računalnika*/
/*barva podmenija*/
/*barva posameznega gumba*/
/*barva podmenija drugi nivo*/
/*barva posameznega gumba drugega nivoja*/
/**/
/*barva teksta v meniju*/
/*barva teksta aktivnega gumba v meniju*/
/*velikost fonta v meniju*/
/*višina vrstice*/
/*barva teksta podmenija*/
/*barva teksta aktivnega gumba podmeni*/
/*velikost*/
/******************************************************************************/
/*ozadje mobilnega menija*/
/**/
/*barva teksta mobilni meni*/
/*barva aktivnega teksta*/
/******************************************************************************/
/* Grid                                                                       */
/******************************************************************************/
/*ozadje mreže*/
/*obroba mreže*/
/*barva ozadja imena artikla, naslov strani*/
/*barva teksta imena artikla, naslov strani*/
/* UI Tabs */
/*zavihek*/
/* Autocomplete */
/*vnos pošte pri registraciji*/
/* Input Fields */
/*vnosna polja*/
/*pošta*/
/******************************************************************************/
/* Buttons                                                                    */
/******************************************************************************/
/* Button Primary */
/* Button More */
/*gumb več v slikovnem meniju ali pri artiklu*/
/* Button More Second */
/*gumb več v slikovnem meniju ali pri artiklu*/
/* Button News Subscription */
/*prijava na novice*/
/* Button Search */
/*iskanje*/
/* Pageindex */
/*številke strani*/
/* Button One */
/* Button Two */
/* Button Three */
/* Button Four */
/* Button Five */
/* Button Six */
/******************************************************************************/
/* Ecommerce                                                                  */
/******************************************************************************/
/* Grid */
/*artikel*/
/******************************************************************************/
/* Responsive                                                                 */
/******************************************************************************/
/* Size xl                                                                    */
/******************************************************************************/
/* font_sizes 16 18 20 24 30 30 36 */
/**/
/******************************************************************************/
/* Size l                                                                     */
/******************************************************************************/
/* font_sizes */
/**/
/******************************************************************************/
/* Size m                                                                     */
/******************************************************************************/
/* font_sizes */
/**/
/******************************************************************************/
/* Size s                                                                     */
/******************************************************************************/
/* font_sizes */
/**/
/******************************************************************************/
/* Size xs                                                                    */
/******************************************************************************/
/* font_sizes */
/**/
/******************************************************************************/
/* Spaces                                                                     */
/******************************************************************************/
/*
* ArsLuna Web Pages
*
* Main CSS
* ALL Screens
* Desktop Specific
* Common Partial
*
* Author : Sašo Štibelj
* Company: Ars Luna, Helena Štibelj s.p.
* Address: Čepulje 16
*          4000 KRANJ
*          SLOVENIA
* Website: http://www.arsluna.si, http://www.arsluna.com
* Mail   : info@arsluna.si, info@arsluna.com
* License: Commercial
*
*/
/******************************************************************************/
/*
* ArsLuna Web Pages
*
* Main CSS
* ALL Screens
* Desktop Specific
* Template Partial
*
* Author : Sašo Štibelj
* Company: Ars Luna, Helena Štibelj s.p.
* Address: Čepulje 16
*          4000 KRANJ
*          SLOVENIA
* Website: http://www.arsluna.si, http://www.arsluna.com
* Mail   : info@arsluna.si, info@arsluna.com
* License: Commercial
*
*/
#main-wrapper .container.pagetracer {
  padding-top: 10px; }

#cashdeskprogress,
#tracer {
  color: #000;
  display: block;
  /*font-size: 0.75em;*/
  margin-bottom: 10px; }
  #cashdeskprogress li,
  #tracer li {
    display: table-cell;
    float: left;
    list-style-type: none;
    padding: 0 5px; }
    #cashdeskprogress li a,
    #tracer li a {
      padding-left: 20px;
      display: block;
      font-size: 14px;
      position: relative; }
      #cashdeskprogress li a span,
      #tracer li a span {
        display: block;
        position: relative; }
        #cashdeskprogress li a span::after,
        #tracer li a span::after {
          border-top: 1px solid transparent;
          bottom: 0;
          content: "";
          height: 0;
          left: 0;
          position: absolute;
          right: 0;
          -webkit-transition: border-color 0.2s ease-in-out;
          -moz-transition: border-color 0.2s ease-in-out;
          -ms-transition: border-color 0.2s ease-in-out;
          -o-transition: border-color 0.2s ease-in-out;
          transition: border-color 0.2s ease-in-out; }
      #cashdeskprogress li a.active span::after, #cashdeskprogress li a:focus span::after, #cashdeskprogress li a:hover span::after,
      #tracer li a.active span::after,
      #tracer li a:focus span::after,
      #tracer li a:hover span::after {
        border-color: #BCA644; }
    #cashdeskprogress li .active,
    #cashdeskprogress li a.active a:focus,
    #cashdeskprogress li a:hover,
    #tracer li .active,
    #tracer li a.active a:focus,
    #tracer li a:hover {
      color: #000; }

#tracer li a::before {
  border-bottom: 4px solid transparent;
  border-left: 4px solid #0A0A0A;
  border-right: 0;
  border-top: 4px solid transparent;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  left: 10px;
  margin-left: 0;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 0; }

#tracer li:first-child a {
  padding: 0; }
  #tracer li:first-child a::before {
    display: none; }

#cashdeskprogress .done {
  color: #282828; }

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

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

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

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

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

/* Ecommerce ******/
/*
* ArsLuna Web Pages
*
* Main CSS
* ALL Screens
* Desktop Specific
* Template Partial
* Ecommerce Partial
*
* Author : Sašo Štibelj
* Company: Ars Luna, Helena Štibelj s.p.
* Address: Čepulje 16
*          4000 KRANJ
*          SLOVENIA
* Website: http://www.arsluna.si, http://www.arsluna.com
* Mail   : info@arsluna.si, info@arsluna.com
* License: Commercial
*
*/
.product-detail-attributes-0-1 ul > li,
.product-options ul > li {
  float: left;
  padding: 10px;
  text-align: center; }

.product-detail-attributes-0-1 label,
.product-options label {
  text-align: center; }

.product-detail-attributes-0-1 .select-label,
.product-options .select-label {
  border: 1px solid #717171;
  border-right: 0 none;
  color: #717171;
  display: inline-block;
  float: left;
  font-size: 14px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  vertical-align: top;
  width: 210px; }

.product-detail-attributes-0-1 .textinputbel::-ms-expand,
.product-options .textinputbel::-ms-expand {
  display: none; }

.product-detail-attributes-0-1 .textinputbel,
.product-options .textinputbel {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: transparent url("./images/select-arrow.png") 177px center no-repeat;
  border: 1px solid #717171;
  border-left: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #717171;
  display: inline-block;
  float: left;
  font-size: 14px;
  height: 66px;
  line-height: 66px;
  margin: 0 !important;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 210px; }
  .product-detail-attributes-0-1 .textinputbel option,
  .product-options .textinputbel option {
    height: 66px;
    line-height: 66px;
    text-align: center; }

.product-options {
  display: block; }
  .product-options .select {
    display: table; }
    .product-options .select label {
      display: table-cell;
      width: 50%; }
    .product-options .select input[type="select"] {
      display: table-cell;
      width: 50%; }
  .product-options .color-select-radio {
    text-align: left; }
    .product-options .color-select-radio input[type="radio"] {
      display: none; }
      .product-options .color-select-radio input[type="radio"]:checked + label {
        border: 2px solid #BCA644;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
    .product-options .color-select-radio label {
      border: 2px solid #717171;
      cursor: pointer;
      display: inline-block;
      height: 30px;
      margin-right: 10px;
      padding: 1px;
      width: 30px; }
      .product-options .color-select-radio label span {
        display: block;
        height: 100%;
        width: 100%; }
  .product-options .label-select-radio {
    text-align: left; }
    .product-options .label-select-radio input[type="radio"] {
      display: none; }
      .product-options .label-select-radio input[type="radio"]:checked + label {
        border: 2px solid #BCA644;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
    .product-options .label-select-radio label {
      border: 1px solid #717171;
      cursor: pointer;
      display: inline-block;
      height: 30px;
      line-height: 28px;
      margin-right: 10px;
      min-width: 40px;
      padding: 0 2px;
      text-align: center;
      width: auto; }
  .product-options .icon-select-radio {
    text-align: center; }
    .product-options .icon-select-radio input[type="radio"] {
      display: none; }
      .product-options .icon-select-radio input[type="radio"]:checked + label {
        border: 2px solid #BCA644;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
    .product-options .icon-select-radio label {
      border: 1px solid #717171;
      cursor: pointer;
      display: inline-block;
      height: 25px;
      margin-right: 10px;
      padding: 1px;
      width: 25px; }
      .product-options .icon-select-radio label .option-select-icon {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border: 1px solid #D3D3D3;
        display: block;
        height: 100%;
        width: 100%; }

#main-wrapper .container.product-detail {
  padding: 30px 0; }

.product-detail {
  /*
    .novo {
        height  : 190px;
        left    : 20%;
        position: absolute;
        top     : 0;
        width   : 190px;

        &::before {
            border-color: transparent transparent transparent $basic_color_gold;
            border-style: solid;
            border-width: 0 0 190px 190px;
            top         : 0;
            content     : "";
            left        : 0;
            position    : absolute;
            z-index     : 1;
        }

        &::after {
            color                   : $basic_color_white;
            content                 : "NOVO";
            display                 : block;
            font-size               : 40px;
            left                    : 0;
            line-height             : 2em;
            position                : absolute;
            text-align              : center;
            top                     : 110px;
            -webkit-transform       : rotate(-45deg);
            -ms-transform           : rotate(-45deg);
            transform               : rotate(-45deg);
            -webkit-transform-origin: left bottom;
            -moz-transform-origin   : left bottom;
            -ms-transform-origin    : left bottom;
            -o-transform-origin     : left bottom;
            transform-origin        : left bottom;
            width                   : 268px;
            z-index                 : 2;
        }
    }
    */ }
  .product-detail .row-grid-element {
    margin-top: 0;
    margin-bottom: 0; }
  .product-detail .product-detail-row {
    margin: 0; }
    .product-detail .product-detail-row .product-detail-element {
      padding: 0; }
      .product-detail .product-detail-row .product-detail-element.product-detail-images {
        padding-right: 80px; }
      .product-detail .product-detail-row .product-detail-element.product-detail-basic-data {
        padding-left: 80px; }
  .product-detail .basic-slide-show {
    border: 1px solid #000;
    display: block;
    margin: 10px 10px 0 0;
    overflow: hidden;
    padding: 10px;
    position: relative; }
  .product-detail .product-images-wrapper {
    position: relative; }
  .product-detail .rating-wrapper {
    text-align: left; }
    .product-detail .rating-wrapper .rating-content {
      display: inline-block;
      vertical-align: top; }
    .product-detail .rating-wrapper .rating-detail {
      display: inline-block;
      padding: 0 0 0 20px;
      vertical-align: top; }
  .product-detail .akcija {
    height: 190px;
    position: absolute;
    right: 0;
    top: 0;
    width: 190px; }
    .product-detail .akcija::before {
      border-color: transparent #BCA644 transparent transparent;
      border-style: solid;
      border-width: 0 190px 190px 0;
      top: 0;
      content: "";
      position: absolute;
      left: 0;
      z-index: 1; }
    .product-detail .akcija .label {
      color: #FFF;
      display: block;
      font-size: 40px;
      line-height: 2em;
      position: absolute;
      right: 0;
      text-align: center;
      top: 110px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transform-origin: right bottom;
      -moz-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
      -o-transform-origin: right bottom;
      transform-origin: right bottom;
      width: 268px;
      z-index: 2; }
  .product-detail .novo {
    background: transparent;
    bottom: 0;
    font-size: 0;
    height: 40px;
    left: 60%;
    padding: 0 28px;
    position: absolute;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    vertical-align: top;
    width: auto; }
    .product-detail .novo::after {
      color: #BCA644;
      content: "NOVO";
      display: inline-block;
      font-size: 24px;
      line-height: 40px;
      position: relative;
      z-index: 2;
      vertical-align: top; }

.product-detail-basic-data .product-detail-title {
  border: 0 transparent none;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0; }
  .product-detail-basic-data .product-detail-title h1 {
    color: #282828;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 0.5em;
    text-align: center; }
  .product-detail-basic-data .product-detail-title h2 {
    font-size: 20px;
    text-align: center; }

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

.product-detail-basic-data .product-detail-codes {
  display: none; }
  .product-detail-basic-data .product-detail-codes .product-code {
    color: #717171; }
    .product-detail-basic-data .product-detail-codes .product-code .label {
      display: none; }
  .product-detail-basic-data .product-detail-codes .product-ean {
    display: none; }

.product-detail-basic-data .product-detail-short-description {
  border: 0 transparent none;
  display: block;
  line-height: 1.6em;
  margin: 0;
  overflow: hidden;
  padding: 10px 0;
  text-align: center; }
  .product-detail-basic-data .product-detail-short-description h1,
  .product-detail-basic-data .product-detail-short-description h2,
  .product-detail-basic-data .product-detail-short-description h3,
  .product-detail-basic-data .product-detail-short-description h4,
  .product-detail-basic-data .product-detail-short-description h5,
  .product-detail-basic-data .product-detail-short-description h6,
  .product-detail-basic-data .product-detail-short-description p {
    text-align: center; }
  .product-detail-basic-data .product-detail-short-description ol,
  .product-detail-basic-data .product-detail-short-description p,
  .product-detail-basic-data .product-detail-short-description ul {
    line-height: 1.6em; }

.product-detail-basic-data table#product-detail-data-table-001 {
  border-collapse: collapse; }
  .product-detail-basic-data table#product-detail-data-table-001 td {
    border: 1px solid #f5f5f5;
    padding: 10px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3em; }

.product-detail-tab-opis-title {
  text-align: center;
  border-bottom: 1px solid #f5f5f5; }
  .product-detail-tab-opis-title span {
    border-bottom: 1px solid #BCA644;
    display: inline-block;
    line-height: 1.3em;
    margin-bottom: -1px;
    padding: 9px 18px;
    font-size: 18px; }

#product_detail_tab_opis {
  padding: 1em 0; }
  #product_detail_tab_opis .product-desc-long,
  #product_detail_tab_opis h1,
  #product_detail_tab_opis h2,
  #product_detail_tab_opis h3,
  #product_detail_tab_opis h4,
  #product_detail_tab_opis h5,
  #product_detail_tab_opis h6,
  #product_detail_tab_opis ol p,
  #product_detail_tab_opis ul {
    text-align: center; }
  #product_detail_tab_opis .product-desc-long,
  #product_detail_tab_opis ol,
  #product_detail_tab_opis p,
  #product_detail_tab_opis ul {
    line-height: 1.6em; }

.product-detail-tab-content h1,
.product-detail-tab-content h2,
.product-detail-tab-content h3,
.product-detail-tab-content h4,
.product-detail-tab-content h5,
.product-detail-tab-content h6,
.product-detail-tab-content p {
  text-align: center; }

.purchase {
  margin: 0; }
  .purchase .prices-big {
    background: transparent;
    overflow: hidden;
    padding: 5px 0;
    text-align: center; }
    .purchase .prices-big > ul {
      display: inline-block;
      margin: 0 16px;
      overflow: hidden; }
    .purchase .prices-big .label {
      display: none; }
    .purchase .prices-big .price {
      color: #000;
      display: inline-block;
      font-size: 32px;
      font-weight: 400;
      line-height: 1.5em;
      height: 100%;
      max-width: 100%;
      overflow: hidden;
      padding: 0; }
      .purchase .prices-big .price.valid {
        color: #000;
        font-size: 32px; }
      .purchase .prices-big .price.hidden {
        display: none; }
      .purchase .prices-big .price.not-valid {
        color: #000;
        font-size: 32px;
        font-weight: 400;
        text-decoration: line-through; }
    .purchase .prices-big .discount {
      color: #ff4662;
      display: none;
      font-size: 18px;
      font-weight: 400;
      line-height: 50px; }
      .purchase .prices-big .discount.hidden {
        display: none; }
    .purchase .prices-big .price-discounted {
      border-bottom: 1px solid #000;
      color: #000;
      display: inline-block;
      font-size: 32px;
      font-weight: 400;
      line-height: 1.5em;
      height: 100%;
      max-width: 100%;
      overflow: hidden;
      padding: 0; }
      .purchase .prices-big .price-discounted.hidden {
        display: none; }
  .purchase .product-option-select {
    margin-top: 1em; }
  .purchase .stock-container {
    margin-top: 20px;
    text-align: center; }
    .purchase .stock-container .stock-info-label {
      display: none; }
  .purchase .product-detail-buttons {
    border: 0 none #fff;
    display: block;
    font-size: 0;
    margin-top: 20px;
    overflow: hidden;
    text-align: center; }
    .purchase .product-detail-buttons .product-detail-buttons-quantity {
      display: block;
      font-size: 0;
      margin: 0;
      text-align: center;
      vertical-align: top; }
      .purchase .product-detail-buttons .product-detail-buttons-quantity .product-quantity-label {
        display: none; }
      .purchase .product-detail-buttons .product-detail-buttons-quantity .ui-spinner {
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        vertical-align: top;
        margin: 0; }
        .purchase .product-detail-buttons .product-detail-buttons-quantity .ui-spinner .ui-spinner-down {
          background: #B7B7B7;
          border-bottom: 1px solid #B7B7B7;
          border-left: 1px solid #B7B7B7;
          border-right: 0;
          border-top: 1px solid #B7B7B7;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0;
          border-radius: 0;
          height: 45px;
          left: 0;
          line-height: 43px;
          position: absolute;
          text-indent: 0;
          top: 0;
          text-indent: 0;
          width: 40px; }
          .purchase .product-detail-buttons .product-detail-buttons-quantity .ui-spinner .ui-spinner-down::after {
            background: #B7B7B7;
            bottom: 0;
            color: #000;
            content: "-";
            font-size: 32px;
            left: 0;
            line-height: 43px;
            position: absolute;
            right: 0;
            text-align: center;
            top: 0;
            -webkit-transition: color 0.2s ease-in-out;
            -moz-transition: color 0.2s ease-in-out;
            -ms-transition: color 0.2s ease-in-out;
            -o-transition: color 0.2s ease-in-out;
            transition: color 0.2s ease-in-out;
            z-index: 2; }
          .purchase .product-detail-buttons .product-detail-buttons-quantity .ui-spinner .ui-spinner-down.ui-state-hover::after, .purchase .product-detail-buttons .product-detail-buttons-quantity .ui-spinner .ui-spinner-down:active::after, .purchase .product-detail-buttons .product-detail-buttons-quantity .ui-spinner .ui-spinner-down:focus::after, .purchase .product-detail-buttons .product-detail-buttons-quantity .ui-spinner .ui-spinner-down:hover::after {
            color: #BCA644; }
          .purchase .product-detail-buttons .product-detail-buttons-quantity .ui-spinner .ui-spinner-down.ui-state-active {
            background: #B7B7B7; }
            .purchase .product-detail-buttons .product-detail-buttons-quantity .ui-spinner .ui-spinner-down.ui-state-active::after {
              color: #BCA644; }
        .purchase .product-detail-buttons .product-detail-buttons-quantity .ui-spinner .product-quantity {
          border: 1px solid #B7B7B7;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0;
          border-radius: 0;
          font-size: 16px;
          height: 45px;
          line-height: 43px;
          margin: 0 40px;
          padding: 0 5px;
          text-align: center;
          vertical-align: middle;
          white-space: nowrap;
          width: 50px; }
        .purchase .product-detail-buttons .product-detail-buttons-quantity .ui-spinner .ui-spinner-up {
          background: #B7B7B7;
          border-bottom: 1px solid #B7B7B7;
          border-left: 0;
          border-right: 1px solid #B7B7B7;
          border-top: 1px solid #B7B7B7;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0;
          border-radius: 0;
          height: 45px;
          line-height: 43px;
          position: absolute;
          right: 0;
          text-indent: 0;
          top: 0;
          text-indent: 0;
          width: 40px; }
          .purchase .product-detail-buttons .product-detail-buttons-quantity .ui-spinner .ui-spinner-up::after {
            background: #B7B7B7;
            bottom: 0;
            color: #000;
            content: "+";
            font-size: 32px;
            left: 0;
            line-height: 43px;
            position: absolute;
            right: 0;
            text-align: center;
            top: 0;
            -webkit-transition: color 0.2s ease-in-out;
            -moz-transition: color 0.2s ease-in-out;
            -ms-transition: color 0.2s ease-in-out;
            -o-transition: color 0.2s ease-in-out;
            transition: color 0.2s ease-in-out;
            z-index: 2; }
          .purchase .product-detail-buttons .product-detail-buttons-quantity .ui-spinner .ui-spinner-up.ui-state-hover::after, .purchase .product-detail-buttons .product-detail-buttons-quantity .ui-spinner .ui-spinner-up:active::after, .purchase .product-detail-buttons .product-detail-buttons-quantity .ui-spinner .ui-spinner-up:focus::after, .purchase .product-detail-buttons .product-detail-buttons-quantity .ui-spinner .ui-spinner-up:hover::after {
            color: #BCA644; }
          .purchase .product-detail-buttons .product-detail-buttons-quantity .ui-spinner .ui-spinner-up.ui-state-active {
            background: #B7B7B7; }
            .purchase .product-detail-buttons .product-detail-buttons-quantity .ui-spinner .ui-spinner-up.ui-state-active::after {
              color: #BCA644; }
    .purchase .product-detail-buttons .product-detail-shop-buttons-container {
      margin-top: 30px;
      text-align: center; }
    .purchase .product-detail-buttons .product-detail-shop-buttons-wrapper {
      display: inline-block;
      text-align: center; }

.product-detail-data-wrapper {
  margin-top: 3.4722%;
  position: relative; }

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

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

.product-detail-attribute-value-list-2 > legend,
.product-detail-related-products > legend,
.products-from-category > legend,
.products-last-seen > legend {
  background: #FFF;
  margin: 10px 0 0;
  color: #282828;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  width: 100%; }
  .product-detail-attribute-value-list-2 > legend span,
  .product-detail-related-products > legend span,
  .products-from-category > legend span,
  .products-last-seen > legend span {
    background: #FFF;
    padding-right: 20px;
    position: relative; }
  .product-detail-attribute-value-list-2 > legend:before,
  .product-detail-related-products > legend:before,
  .products-from-category > legend:before,
  .products-last-seen > legend:before {
    background: #BCA644;
    content: " ";
    height: 1px;
    margin-top: -1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%; }

.products-last-seen {
  margin-top: 3.2552%; }

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

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

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

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

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

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

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

/* Single Page Checkout */
.single-page-checkout .single-page-checkout-title {
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 1em;
  text-align: center; }

.single-page-checkout .login-button-wrapper {
  margin-bottom: 1em;
  text-align: center; }

.single-page-checkout .checkout-row {
  margin: -15px; }
  .single-page-checkout .checkout-row .checkout-row-element {
    padding: 15px; }
    .single-page-checkout .checkout-row .checkout-row-element.checkout-cart .checkout-row-element-content {
      border: 0 none; }

.single-page-checkout .checkout-data-row {
  margin: -15px; }
  .single-page-checkout .checkout-data-row .checkout-data-row-element {
    padding: 15px; }
    .single-page-checkout .checkout-data-row .checkout-data-row-element .checkout-data-row-element-content {
      border: 1px solid #000; }

.single-page-checkout .checkout-title {
  background-color: #FFF;
  padding: 20px 0;
  font-size: 36px;
  font-weight: 300; }
  .single-page-checkout .checkout-title.shipment-method-title {
    font-size: 18px;
    font-weight: normal; }

.single-page-checkout .checkout-content {
  padding: 15px 0 0; }

.single-page-checkout .checkout-input-fields-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;
  /* END form-group */ }
  .single-page-checkout .checkout-input-fields-wrapper .form-group {
    display: block;
    overflow: hidden;
    width: -webkit-calc(50% - 25px);
    width: -moz-calc(50% - 25px);
    width: calc(50% - 25px); }
    .single-page-checkout .checkout-input-fields-wrapper .form-group .form-input-wrapper {
      padding: 5px 0;
      text-align: left; }
    .single-page-checkout .checkout-input-fields-wrapper .form-group .info,
    .single-page-checkout .checkout-input-fields-wrapper .form-group .label,
    .single-page-checkout .checkout-input-fields-wrapper .form-group label {
      font-size: 16px;
      line-height: 1.5em;
      margin: 0;
      overflow: hidden;
      padding: 16px 5px 0 0;
      text-align: left !important;
      vertical-align: middle; }
    .single-page-checkout .checkout-input-fields-wrapper .form-group.no-grid .info,
    .single-page-checkout .checkout-input-fields-wrapper .form-group.no-grid .label,
    .single-page-checkout .checkout-input-fields-wrapper .form-group.no-grid label {
      line-height: 1em;
      padding: 0 5px;
      text-align: left !important; }
    .single-page-checkout .checkout-input-fields-wrapper .form-group.no-grid .form-input-wrapper {
      padding: 0 5px 5px; }
    .single-page-checkout .checkout-input-fields-wrapper .form-group .form-input-wrapper .textinput-full-width {
      max-width: 100%; }
    .single-page-checkout .checkout-input-fields-wrapper .form-group .form-input-wrapper .zip-input-full-width {
      display: table;
      max-width: 100%;
      vertical-align: top;
      width: 100%; }
      .single-page-checkout .checkout-input-fields-wrapper .form-group .form-input-wrapper .zip-input-full-width .zip-input-row {
        display: table-row; }
        .single-page-checkout .checkout-input-fields-wrapper .form-group .form-input-wrapper .zip-input-full-width .zip-input-row .textinput-zip-code {
          display: table-cell;
          vertical-align: top;
          width: 25%; }
        .single-page-checkout .checkout-input-fields-wrapper .form-group .form-input-wrapper .zip-input-full-width .zip-input-row .textinput-zip {
          padding-left: 10px;
          display: table-cell;
          vertical-align: top;
          width: 75%; }
    .single-page-checkout .checkout-input-fields-wrapper .form-group .form-input-wrapper input[type=checkbox] {
      margin-top: 12px; }
    .single-page-checkout .checkout-input-fields-wrapper .form-group label {
      position: relative; }
    .single-page-checkout .checkout-input-fields-wrapper .form-group.required label::after {
      color: #ff4662;
      content: " *";
      display: inline-block;
      position: relative; }
    .single-page-checkout .checkout-input-fields-wrapper .form-group.checkbox-right {
      padding-top: 16px; }
      .single-page-checkout .checkout-input-fields-wrapper .form-group.checkbox-right label {
        display: inline-block;
        line-height: 25px;
        padding: 0 0 0 35px;
        position: relative;
        text-align: left !important; }
      .single-page-checkout .checkout-input-fields-wrapper .form-group.checkbox-right.required label::after {
        display: inline;
        position: relative;
        right: auto;
        top: auto;
        vertical-align: top; }
      .single-page-checkout .checkout-input-fields-wrapper .form-group.checkbox-right.toggle_control {
        width: 100%; }
    .single-page-checkout .checkout-input-fields-wrapper .form-group#form-group-text-single_page_checkout-dostava_podjetje {
      width: 100%; }
      .single-page-checkout .checkout-input-fields-wrapper .form-group#form-group-text-single_page_checkout-dostava_podjetje .textinput-full-width {
        width: calc(50% - 25px); }
  .single-page-checkout .checkout-input-fields-wrapper .toggle-control-wrapper {
    display: block;
    flex: none;
    width: 100%; }
    .single-page-checkout .checkout-input-fields-wrapper .toggle-control-wrapper::after, .single-page-checkout .checkout-input-fields-wrapper .toggle-control-wrapper::before {
      clear: both; }

.single-page-checkout .toggle-control {
  padding: 0; }

.single-page-checkout .loading {
  background: url("./images/loading.gif") center center no-repeat;
  height: 100px;
  text-align: center; }

/* END single-page-checkout */
.cart-one-page-checkout {
  /* END cart-one-page-checkout-001 */ }
  .cart-one-page-checkout.cart-one-page-checkout-002 {
    /* END .checkout-product-remove-item-wrapper */ }
    .cart-one-page-checkout.cart-one-page-checkout-002 table.checkout-product-list {
      width: 100%; }
      .cart-one-page-checkout.cart-one-page-checkout-002 table.checkout-product-list th {
        font-size: 18px;
        font-weight: 700;
        padding: 10px; }
        .cart-one-page-checkout.cart-one-page-checkout-002 table.checkout-product-list th:first-child {
          padding-left: 0; }
        .cart-one-page-checkout.cart-one-page-checkout-002 table.checkout-product-list th:last-child {
          padding-right: 0; }
      .cart-one-page-checkout.cart-one-page-checkout-002 table.checkout-product-list td {
        font-size: 18px;
        padding: 10px;
        vertical-align: middle; }
        .cart-one-page-checkout.cart-one-page-checkout-002 table.checkout-product-list td:first-child {
          padding-left: 0; }
        .cart-one-page-checkout.cart-one-page-checkout-002 table.checkout-product-list td:last-child {
          padding-right: 0; }
      .cart-one-page-checkout.cart-one-page-checkout-002 table.checkout-product-list tbody tr {
        border-bottom: 1px solid #D3D3D3; }
    .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-product-remove-item-wrapper {
      position: relative; }
      .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-product-remove-item-wrapper a {
        cursor: pointer;
        display: block;
        height: 30px;
        width: 30px; }
        .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-product-remove-item-wrapper a::after, .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-product-remove-item-wrapper a::before {
          content: '';
          position: absolute;
          width: 16px;
          height: 1px;
          background-color: #ff4662;
          -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          left: 50%;
          top: 50%;
          z-index: 1; }
        .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-product-remove-item-wrapper a:after {
          -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg); }
    .cart-one-page-checkout.cart-one-page-checkout-002 .ui-spinner {
      border: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      vertical-align: top;
      margin: 0; }
      .cart-one-page-checkout.cart-one-page-checkout-002 .ui-spinner .ui-spinner-down {
        background: #B7B7B7;
        border-bottom: 1px solid #B7B7B7;
        border-left: 1px solid #B7B7B7;
        border-right: 0;
        border-top: 1px solid #B7B7B7;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        height: 30px;
        left: 0;
        line-height: 28px;
        position: absolute;
        text-indent: 0;
        top: 0;
        text-indent: 0;
        width: 30px; }
        .cart-one-page-checkout.cart-one-page-checkout-002 .ui-spinner .ui-spinner-down::after {
          background: #B7B7B7;
          bottom: 0;
          color: #000;
          content: "-";
          font-size: 20px;
          left: 0;
          line-height: 28px;
          position: absolute;
          right: 0;
          text-align: center;
          top: 0;
          -webkit-transition: color 0.2s ease-in-out;
          -moz-transition: color 0.2s ease-in-out;
          -ms-transition: color 0.2s ease-in-out;
          -o-transition: color 0.2s ease-in-out;
          transition: color 0.2s ease-in-out;
          z-index: 2; }
        .cart-one-page-checkout.cart-one-page-checkout-002 .ui-spinner .ui-spinner-down.ui-state-hover::after, .cart-one-page-checkout.cart-one-page-checkout-002 .ui-spinner .ui-spinner-down:active::after, .cart-one-page-checkout.cart-one-page-checkout-002 .ui-spinner .ui-spinner-down:focus::after, .cart-one-page-checkout.cart-one-page-checkout-002 .ui-spinner .ui-spinner-down:hover::after {
          color: #BCA644; }
        .cart-one-page-checkout.cart-one-page-checkout-002 .ui-spinner .ui-spinner-down.ui-state-active {
          background: #B7B7B7; }
          .cart-one-page-checkout.cart-one-page-checkout-002 .ui-spinner .ui-spinner-down.ui-state-active::after {
            color: #BCA644; }
      .cart-one-page-checkout.cart-one-page-checkout-002 .ui-spinner .product-quantity {
        border: 1px solid #B7B7B7;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        font-size: 18px;
        height: 30px;
        line-height: 28px;
        margin: 0 30px;
        padding: 0 5px;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        width: 50px; }
      .cart-one-page-checkout.cart-one-page-checkout-002 .ui-spinner .ui-spinner-up {
        background: #B7B7B7;
        border-bottom: 1px solid #B7B7B7;
        border-left: 0;
        border-right: 1px solid #B7B7B7;
        border-top: 1px solid #B7B7B7;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        height: 30px;
        line-height: 28px;
        position: absolute;
        right: 0;
        text-indent: 0;
        top: 0;
        text-indent: 0;
        width: 30px; }
        .cart-one-page-checkout.cart-one-page-checkout-002 .ui-spinner .ui-spinner-up::after {
          background: #B7B7B7;
          bottom: 0;
          color: #000;
          content: "+";
          font-size: 20px;
          left: 0;
          line-height: 28px;
          position: absolute;
          right: 0;
          text-align: center;
          top: 0;
          -webkit-transition: color 0.2s ease-in-out;
          -moz-transition: color 0.2s ease-in-out;
          -ms-transition: color 0.2s ease-in-out;
          -o-transition: color 0.2s ease-in-out;
          transition: color 0.2s ease-in-out;
          z-index: 2; }
        .cart-one-page-checkout.cart-one-page-checkout-002 .ui-spinner .ui-spinner-up.ui-state-hover::after, .cart-one-page-checkout.cart-one-page-checkout-002 .ui-spinner .ui-spinner-up:active::after, .cart-one-page-checkout.cart-one-page-checkout-002 .ui-spinner .ui-spinner-up:focus::after, .cart-one-page-checkout.cart-one-page-checkout-002 .ui-spinner .ui-spinner-up:hover::after {
          color: #BCA644; }
        .cart-one-page-checkout.cart-one-page-checkout-002 .ui-spinner .ui-spinner-up.ui-state-active {
          background: #B7B7B7; }
          .cart-one-page-checkout.cart-one-page-checkout-002 .ui-spinner .ui-spinner-up.ui-state-active::after {
            color: #BCA644; }
    .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-total {
      width: 100%; }
      .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-total td {
        font-size: 18px;
        padding: 10px; }
        .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-total td:first-child {
          padding-left: 0; }
        .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-total td:last-child {
          padding-right: 0; }
        .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-total td.amount {
          text-align: right; }
      .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-total .products-total {
        font-weight: 700;
        border-bottom: 1px solid #D3D3D3; }
      .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-total .cart-shipment-costs {
        border-bottom: 1px solid #D3D3D3; }
        .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-total .cart-shipment-costs .checkout-title.shipment-method-title {
          padding: 0;
          font-size: 18px;
          font-weight: 700; }
        .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-total .cart-shipment-costs .cart-shipment-costs-amount {
          display: none; }
      .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-total .cart-purchase-shipment-method {
        width: 100%; }
        .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-total .cart-purchase-shipment-method td {
          padding: 10px;
          vertical-align: middle; }
          .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-total .cart-purchase-shipment-method td:first-child {
            padding-left: 0; }
          .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-total .cart-purchase-shipment-method td:last-child {
            padding-right: 0; }
          .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-total .cart-purchase-shipment-method td.shipment-method-amount {
            text-align: right; }
        .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-total .cart-purchase-shipment-method .shipment-method-wrapper {
          display: table; }
          .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-total .cart-purchase-shipment-method .shipment-method-wrapper .shipment-method-row {
            display: table-row; }
            .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-total .cart-purchase-shipment-method .shipment-method-wrapper .shipment-method-row label {
              display: table-cell;
              height: 26px;
              overflow: hidden;
              vertical-align: middle; }
            .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-total .cart-purchase-shipment-method .shipment-method-wrapper .shipment-method-row .label {
              display: table-cell;
              vertical-align: middle;
              white-space: nowrap; }
      .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-total .cart-total {
        border-bottom: 1px solid #D3D3D3;
        font-weight: 700; }
      .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-total .cart-payment-method {
        border-bottom: 1px solid #D3D3D3; }
        .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-total .cart-payment-method .checkout-title.payment-method-title {
          padding: 0;
          font-size: 18px;
          font-weight: 700; }
      .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-total .cart-purchase-payment-method {
        width: 100%; }
        .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-total .cart-purchase-payment-method td {
          display: block;
          padding: 10px 0 0;
          vertical-align: middle; }
          .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-total .cart-purchase-payment-method td:last-child {
            padding: 0 0 10px 35px; }
        .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-total .cart-purchase-payment-method .payment-method-wrapper {
          display: table; }
          .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-total .cart-purchase-payment-method .payment-method-wrapper .payment-method-row {
            display: table-row; }
            .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-total .cart-purchase-payment-method .payment-method-wrapper .payment-method-row label {
              display: table-cell;
              height: 26px;
              overflow: hidden;
              vertical-align: middle; }
            .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-total .cart-purchase-payment-method .payment-method-wrapper .payment-method-row .label {
              display: table-cell;
              vertical-align: middle;
              white-space: nowrap; }
      .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-total .checkout-remarks .form-group {
        display: block;
        overflow: hidden;
        width: 100%; }
        .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-total .checkout-remarks .form-group .form-input-wrapper {
          padding: 5px 0;
          text-align: left; }
        .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-total .checkout-remarks .form-group .info,
        .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-total .checkout-remarks .form-group .label,
        .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-total .checkout-remarks .form-group label {
          font-size: 18px;
          line-height: 1.5em;
          margin: 0;
          overflow: hidden;
          padding: 16px 5px 0 0;
          text-align: left !important;
          vertical-align: middle; }
        .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-total .checkout-remarks .form-group.no-grid .info,
        .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-total .checkout-remarks .form-group.no-grid .label,
        .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-total .checkout-remarks .form-group.no-grid label {
          line-height: 1em;
          padding: 0 5px;
          text-align: left !important; }
        .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-total .checkout-remarks .form-group.no-grid .form-input-wrapper {
          padding: 0 5px 5px; }
        .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-total .checkout-remarks .form-group .form-input-wrapper .textinput-full-width {
          max-width: 100%; }
    .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-coupon .coupon-msg-wrapper {
      color: #ff4662; }
    .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-coupon .coupon-input-wrapper {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
      .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-coupon .coupon-input-wrapper .coupon-input-field {
        -webkit-box-flex: 1;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1;
        /* OLD - Firefox 19- */
        -webkit-flex: 1;
        /* Chrome */
        -ms-flex: 1;
        /* IE 10 */
        flex: 1;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
        .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-coupon .coupon-input-wrapper .coupon-input-field.form-group label {
          padding-bottom: 0;
          text-align: left; }
        .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-coupon .coupon-input-wrapper .coupon-input-field.form-group .form-input-wrapper .textinput-full-width {
          max-width: 100%; }
      .cart-one-page-checkout.cart-one-page-checkout-002 .checkout-coupon .coupon-input-wrapper .button-coupon {
        -webkit-box-flex: none;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: none;
        /* OLD - Firefox 19- */
        -webkit-flex: none;
        /* Chrome */
        -ms-flex: none;
        /* IE 10 */
        flex: none;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        height: 40px;
        line-height: 38px;
        margin: 45px 0 5px;
        width: 50px; }

/* END cart-one-page-checkout */
.terms-and-conditions .form-group.checkbox-right label {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0;
  padding-bottom: 0; }

.terms-and-conditions p {
  font-size: 18px;
  margin-left: 35px; }

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