@charset "UTF-8";
/*
Theme Name: novisplet

WooCommerce styles override
*/
/**
 * WooCommerce color variables
 */
/**
 * Imports
 */
body {
  font-family: "Work Sans", sans-serif;
}

h2 {
  font-family: "Playfair Display", serif;
}

/**
 * Shop tables
 */
/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tbody th {
  display: none;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr td:before {
  content: attr(data-title) ": ";
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.product-remove:before {
  display: none;
}
table.shop_table_responsive tr td.actions:before, table.shop_table_responsive tr td.download-actions:before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th, table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td:before {
    display: none;
  }
}
/**
 * Products
 */
/**
 * Products
 */
ul.products {
  content: "";
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}
ul.products li.product .woocommerce-loop-product__title {
  font-size: 1rem;
}
ul.products li.product img {
  display: block;
}
ul.products li.product .button {
  display: block;
}

@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 30.7966666667%;
    float: left;
    margin-right: 3.8%;
  }
  ul.products li.product.first {
    clear: both;
  }
  ul.products li.product.last {
    margin-right: 0;
  }
  .columns-1 ul.products li.product {
    float: none;
    width: 100%;
  }
  .columns-2 ul.products li.product {
    width: 48.1%;
  }
  .columns-3 ul.products li.product {
    width: 30.7966666667%;
  }
  .columns-4 ul.products li.product {
    width: 22.15%;
  }
  .columns-5 ul.products li.product {
    width: 16.96%;
  }
  .columns-6 ul.products li.product {
    width: 13.4933333333%;
  }
}
ul.products {
  display: block;
}

.product_archive_row {
  padding-left: 0;
  padding-right: 0;
}

.woocommerce-products-header__title.page-title {
  color: #565656;
  font-size: 2rem;
}

.woocommerce-products-header__title.search-page-title {
  margin-bottom: 2rem;
}

nav.woocommerce-pagination ul.page-numbers,
.vc-pagination ul.page-numbers {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 2rem;
}

nav.woocommerce-pagination ul.page-numbers > li,
.vc-pagination ul.page-numbers > li {
  list-style: none;
}

nav.woocommerce-pagination a,
nav.woocommerce-pagination span,
.vc-pagination a,
.vc-pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
  border-radius: 8px;
  background-color: #bcbcbc;
  color: #ffffff;
  transition: color 0.2s, background-color 0.2s;
}

nav.woocommerce-pagination a:hover,
nav.woocommerce-pagination span.current,
.vc-pagination a:hover,
.vc-pagination span.current {
  color: #000000;
  background-color: #eff2f6;
  text-decoration: none;
}

nav.woocommerce-pagination ul li:first-child a,
nav.woocommerce-pagination ul li:first-child span,
.vc-pagination li:first-child a,
.vc-pagination li:first-child span {
  border-left: none;
}

nav.woocommerce-pagination i.wc-pagination-prev:before,
nav.vc-pagination i.vc-pagination-prev:before {
  transform: rotate(180deg);
}

.woocommerce-top-info-container {
  padding: 1rem 0;
  border-top: 1px solid #d6d6d6;
  display: none !important;
}

.woocommerce-top-info-container > div {
  align-items: center;
}

p.woocommerce-result-count {
  margin-bottom: 0;
}

.woocommerce-top-info-container > div > div:last-child {
  display: flex;
  justify-content: flex-end;
}

.woocommerce-top-info-container .ns-order-container form > select.orderby {
  padding: 0.5rem;
}

.btn-show-filter {
  display: none;
}

.btn-show-categories,
.btn-show-categories-wrap {
  display: none;
}

.ns-woocomm-arch .products-element-wrapper .loop-item {
  margin-bottom: 30px;
}

span.variations-select-btn {
  cursor: pointer;
  z-index: 100;
}

/*
.archive-variation-btn-container {
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	width:100%;
	text-align: center;
	background-color: rgba(255,255,255,0.8);
	padding:10px 20px;
}*/
.archive-variation-btn-container {
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
}

.archive-variation-btn-container > div {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.archive-variation-btn-container > div.show-it {
  opacity: 1;
  visibility: visible;
  height: auto;
}

@media screen and (max-width: 1380px) {
  .ns-woocomm-arch .products-element-wrapper .loop-item {
    flex: 0 0 50% !important;
    width: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .woocommerce-products-header__title.page-title {
    font-size: 2rem;
  }
  .product_archive_row .loop-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-top-info-container > div > div:last-child {
    justify-content: flex-start;
    margin-top: 1rem;
  }
  .woocommerce-products-header__title.page-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .product_archive_row .loop-item img {
    width: auto;
  }
  .woocommerce-products-header__title.page-title {
    font-size: 1.3rem;
  }
  .ns-woocomm-arch .products-element-wrapper > div.row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .ns-woocomm-arch .products-element-wrapper .loop-item {
    margin-bottom: 1rem;
    padding-left: 5px;
    padding-right: 5px;
  }
  .ns-woocomm-arch .products-element-wrapper .loop-item .izdelek-txt h3,
.ns-woocomm-arch .products-element-wrapper .loop-item .izdelek-txt h3 a {
    font-size: 12px;
  }
  .ns-woocomm-arch .izdelek-txtlink .cena-txt .amount {
    font-size: 14px;
  }
  .ns-woocomm-arch .cena-container .cena-txt {
    margin-top: 5px;
  }
  .ns-woocomm-arch .products-element-wrapper .loop-item .prod-inner .izdelek-txt .cena-container > .btn-container {
    margin-top: 5px;
  }
  nav.woocommerce-pagination ul.page-numbers,
.vc-pagination ul.page-numbers {
    margin-top: 1rem;
    margin-bottom: 0;
    box-shadow: 0 2px 11px 1px rgba(0, 0, 0, 0.1);
  }
  nav.woocommerce-pagination a,
nav.woocommerce-pagination span,
.vc-pagination a,
.vc-pagination span {
    width: 1rem;
    height: 1rem;
  }
  .btn-show-filter {
    width: 100%;
  }
  .ns-order-container,
.woocommerce-top-info-container .ns-order-container form > select.orderby {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .woocommerce-products-header__title.page-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  .woocommerce-products-header__title.page-title {
    font-size: 14px;
  }
}
/**
 * Single product
 */
/**
 * Single Product
 */
.single-product div.product {
  content: "";
  display: table;
  table-layout: fixed;
  position: relative;
}
.single-product div.product .woocommerce-product-gallery {
  position: relative;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1em;
  right: 1em;
  display: block;
  z-index: 99;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  content: "";
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 48.1%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.7966666667%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}

.stock:empty:before {
  display: none;
}
.stock.in-stock {
  color: #0f834d;
}
.stock.out-of-stock {
  color: #e2401c;
}

div.details > .out-of-stock {
  margin: 0 0 5px 0 !important;
}

/*POMEMBNO*/
.single-product div.product {
  width: 100%;
}

.single-product #content.site-content {
  margin-bottom: 30px;
}

.woocommerce-variation.single_variation {
  display: none !important;
}

.woocommerce-page div#primary.content-area {
  margin-top: 45px;
  margin-bottom: 60px;
}

/*gallery*/
.slider-for-product.large-slider.ns_no_gallery {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
}

.slider-for-product.large-slider.ns_no_gallery img {
  display: block;
  margin: 0 auto;
  padding: 0;
  border-radius: 8px;
  border-radius: 0px 80px;
  max-height: 631px;
  outline: none;
  padding: 23px 60px;
}

.single-product .prod-single-left .new-label {
  position: absolute;
  top: 40px;
  left: 0;
  background-color: #e1ab87;
  color: #ffffff;
  padding: 11px 24px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  font-family: "Raleway";
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

/*HORIZONTAL THUMBNAILS GALLERY*/
.ns-prod-gallery.horizontal .slick-slider > div > div > div {
  margin: 0 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.ns-prod-gallery.horizontal .large-slider.slick-slider > div > div > div {
  margin: 0;
}

.b_MSIE .ns-prod-gallery.horizontal .slick-slider > div > div > div > img {
  width: 100%;
  height: auto;
  min-height: 1px;
}

.ns-prod-gallery.horizontal > div > div.left-col {
  flex: 0 0 18%;
  max-width: 18%;
  padding-right: 0;
}

.ns-prod-gallery.horizontal > div > div.right-col {
  flex: 0 0 82%;
  max-width: 82%;
  padding-left: 0;
  padding-right: 0;
}

.ns-prod-gallery.horizontal .large-slider {
  margin-bottom: 35px;
  border: 1px solid #d6d6d6;
  border-top-left-radius: 0;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 0;
}

.ns-prod-gallery.horizontal .small-slider {
  padding-bottom: 40px;
}

.ns-prod-gallery.horizontal .slick-slide img {
  object-fit: cover;
}

.ns-prod-gallery.horizontal .large-slider .slick-track {
  display: flex;
  align-items: center;
}

.ns-prod-gallery.horizontal .small-slider .slick-slide {
  height: auto;
  border-radius: 8px;
  border: 1px solid #d6d6d6;
  padding: 0;
  margin-bottom: 14px;
  cursor: pointer;
  transition: border-color 0.2s;
  outline: none;
  border-top-left-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 0;
}

.ns-prod-gallery.horizontal .small-slider .slick-slide:hover {
  border-color: #a4a4a4;
}

.ns-prod-gallery.horizontal .small-slider .slick-slide img {
  height: 140px;
  border-radius: 0;
  padding: 15px 35px;
  width: auto;
  object-fit: cover;
}

.ns-prod-gallery.horizontal .small-slider .slick-list {
  margin: 0 -16px;
}

.ns-prod-gallery.horizontal .large-slider .slick-slide {
  height: auto;
  border-radius: 8px;
  padding: 0;
}

.ns-prod-gallery.horizontal .large-slider .slick-slide img {
  max-height: 631px;
  padding: 0;
  outline: none;
  border-radius: 0;
  padding: 23px 60px;
}

.ns-prod-gallery.horizontal .small-slider .slick-prev,
.ns-prod-gallery.horizontal .small-slider .slick-next {
  position: absolute;
  bottom: -14px;
  background: transparent;
  border: 1px solid #e0e0e0;
  border-radius: 50% !important;
  font-size: 0;
  transition: background-color 0.2s;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
}

.ns-prod-gallery.horizontal .small-slider .slick-prev:hover,
.ns-prod-gallery.horizontal .small-slider .slick-next:hover {
  border-color: #e1ab87;
  z-index: 11;
}

.ns-prod-gallery.horizontal .small-slider .slick-prev:focus,
.ns-prod-gallery.horizontal .small-slider .slick-next:focus {
  outline: none !important;
}

.ns-prod-gallery.horizontal .small-slider .slick-next:before,
.ns-prod-gallery.horizontal .small-slider .slick-prev:before {
  display: block;
  line-height: 1;
  border-radius: 0;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  z-index: 10;
}

.ns-prod-gallery.horizontal .small-slider .slick-next {
  border-radius: 0;
  right: 0px;
}

.ns-prod-gallery.horizontal .small-slider .slick-next:before {
  content: "";
  background: url("img/icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 10px 10px;
  width: 10px;
  height: 10px;
  transform: rotate(0);
}

.ns-prod-gallery.horizontal .small-slider .slick-prev {
  border-radius: 0;
  left: 0px;
}

.ns-prod-gallery.horizontal .small-slider .slick-prev:before {
  content: "";
  background: url("img/icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 10px 10px;
  width: 10px;
  height: 10px;
  transform: scale(-1, -1);
}

/*slider dots*/
.ns-prod-gallery.horizontal ul.slick-dots {
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1;
}

.ns-prod-gallery.horizontal ul.slick-dots li {
  display: block;
  margin-right: 10px;
}

.ns-prod-gallery.horizontal ul.slick-dots li:last-child {
  margin-right: 0;
}

.ns-prod-gallery.horizontal ul.slick-dots li button {
  outline: none !important;
  font-size: 0;
  height: 10px;
  width: 10px;
  border: 1px solid #a4a4a4;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
}

.ns-prod-gallery.horizontal ul.slick-dots li button:hover,
.ns-prod-gallery.horizontal ul.slick-dots li.slick-active button {
  background: #a4a4a4;
}

.ns-prod-gallery.horizontal ul.slick-dots li button:focus {
  outline: none;
}

/*end slider dots*/
/*VERTICAL THUMBNAILS GALLERY*/
.ns-prod-gallery.ns_no_gallery.vertical {
  margin-left: 0;
  margin-right: 0;
}

.ns-prod-gallery.vertical {
  margin-left: -10px;
  margin-right: 10px;
}

.ns-prod-gallery.vertical .slick-slider > div > div > div {
  margin: 0 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.b_MSIE .ns-prod-gallery.vertical .slick-slider > div > div > div > img {
  width: 100%;
  height: auto;
  min-height: 1px;
}

.ns-prod-gallery.vertical > div > div.left-col {
  flex: 0 0 18%;
  max-width: 18%;
  padding-right: 0;
}

.ns-prod-gallery.vertical > div > div.right-col {
  flex: 0 0 82%;
  max-width: 82%;
  padding-left: 0;
  padding-right: 0;
}

.ns-prod-gallery.vertical .large-slider {
  margin-bottom: 50px;
}

.ns-prod-gallery.vertical .small-slider {
  padding-bottom: 55px;
}

.ns-prod-gallery.vertical .slick-slide img {
  object-fit: cover;
}

.ns-prod-gallery.vertical .large-slider .slick-track {
  display: flex;
  align-items: center;
}

.ns-prod-gallery.vertical .small-slider .slick-slide {
  height: 84px;
  border-radius: 8px;
  border: 1px solid #ebebeb;
  padding: 0;
  margin-bottom: 14px;
  cursor: pointer;
  transition: border-color 0.2s;
}

.ns-prod-gallery.vertical .small-slider .slick-slide:hover {
  border-color: #000000;
}

.ns-prod-gallery.vertical .small-slider .slick-slide img {
  max-height: 74px;
}

.ns-prod-gallery.vertical .large-slider .slick-slide {
  height: 551px;
  border-radius: 8px;
  border: 1px solid #ebebeb;
  padding: 15px;
  margin-left: 5px;
}

.ns-prod-gallery.vertical .large-slider .slick-slide img {
  max-height: 531px;
  padding: 0;
}

.ns-prod-gallery.vertical .small-slider .slick-prev,
.ns-prod-gallery.vertical .small-slider .slick-next {
  position: absolute;
  bottom: -6px;
  background: none;
  font-size: 0;
  border: 1px solid #ebebeb;
  transition: border-color 0.2s;
  width: 86px;
  height: 31px;
  cursor: pointer;
  z-index: 10;
}

.ns-prod-gallery.vertical .small-slider .slick-prev:hover,
.ns-prod-gallery.vertical .small-slider .slick-next:hover {
  border-color: #000000;
  z-index: 11;
}

.ns-prod-gallery.vertical .small-slider .slick-prev:focus,
.ns-prod-gallery.vertical .small-slider .slick-next:focus {
  outline: none !important;
}

.ns-prod-gallery.vertical .small-slider .slick-next:before,
.ns-prod-gallery.vertical .small-slider .slick-prev:before {
  font-family: "FontAwesome";
  font-size: 18px;
  display: block;
  line-height: 1;
  border-radius: 8px;
  width: 22px;
  margin: 0 auto;
  z-index: 10;
}

.ns-prod-gallery.vertical .small-slider .slick-next {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  left: 8px;
}

.ns-prod-gallery.vertical .small-slider .slick-next:before {
  content: "\f105";
  transform: rotate(90deg);
}

.ns-prod-gallery.vertical .small-slider .slick-prev {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  left: 8px;
  bottom: 24px;
}

.ns-prod-gallery.vertical .small-slider .slick-prev:before {
  content: "\f104";
  transform: rotate(90deg);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  left: calc(50% - 40px);
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #000000;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
/*mnenja kupcev*/
.woocommerce-tabs ul.tabs {
  display: none;
}

.woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 90px 40px;
  background: #ffffff;
  border: 1px solid #acacac;
}

.woocommerce-tabs h2.woocommerce-Reviews-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0 !important;
}

.woocommerce-tabs #reviews #comments ol.commentlist {
  margin: 0;
  padding: 0;
}

.woocommerce-tabs #reviews #comments ol.commentlist li {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #acacac;
}

.woocommerce-tabs #reviews #comments ol.commentlist li .comment_container {
  display: flex;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 40px;
}

.woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .comment-meta {
  display: flex;
  align-items: center;
}

.woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .comment-meta p.meta {
  margin-bottom: 0;
}

.woocommerce-tabs #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date,
.woocommerce-tabs #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__dash {
  display: none;
}

.star-rating:before {
  content: "";
  display: none;
}

.star-rating .fa-star {
  color: #000000;
}

.star-rating .fa-star-o {
  color: #000000;
}

.comment-avatar {
  margin-right: 15px;
}

.comment-meta > p.meta > .woocommerce-review__author {
  margin-right: 25px;
}

.comments-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

#review_form h4.comment-reply-title {
  font-size: 18px;
  font-weight: 700;
}

#review_form .comment-notes {
  font-size: 14px;
}

#review_form form.comment-form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.comment-form > .comment-form > p,
.comment-form > div,
.comment-form > input {
  display: flex;
}

.comment-form > * > label {
  width: 150px;
}

.comment-form > .comment-form-comment > textarea {
  width: calc(100% - 150px);
}

.comment-form > .form-submit > input#submit {
  background: #000000;
  border-color: #000000 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  border-radius: 6px !important;
  padding: 12px 18px !important;
  border-width: 1px !important;
  font-size: 12px !important;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  transition: background-color 0.2s, color 0.2s;
}

.comment-form > .form-submit > input#submit:hover {
  background: transparent !important;
  color: #000000 !important;
}

.comment-form > .comment-notes {
  order: 1;
}

.comment-form > .comment-form-rating {
  order: 2;
}

.comment-form > .comment-form-comment {
  order: 5;
  margin-bottom: 10px;
}

.comment-form > .comment-form-author {
  order: 3;
  margin-bottom: 10px;
}

.comment-form > .comment-form-email {
  order: 4;
  margin-bottom: 10px;
}

.comment-form > .comment-form-cookies-consent {
  display: none;
  order: 6;
}

.comment-form > .form-submit {
  order: 7;
}

.review_form_maincont {
  max-height: 0;
  transition: max-height 0.25s ease-out;
  overflow: hidden;
}

.review_form_maincont.open-form {
  max-height: 1000px;
  transition: max-height 0.35s ease-in;
}

.woocommerce-product-rating {
  margin-top: 10px;
  margin-bottom: 10px;
}

.woocommerce-product-rating .star-rating {
  width: auto;
}

.woocommerce-product-rating .star-rating .fa {
  font-size: 24px;
}

.woocommerce-product-rating .woocommerce-review-link {
  display: none;
}

.prod-single-left {
  padding-top: 15px;
}

.prod-single-left .prod-percent {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px;
  text-transform: uppercase;
  background: #000000;
  color: #ffffff;
  padding: 3px 12px;
  z-index: 10;
}

.prod-single-left > span.onsale {
  display: none;
}

h1.product_title.entry-title,
.prod-single-right h1.product_title {
  font-family: "Playfair Display";
  font-size: 42px;
  font-weight: 400;
  font-style: italic;
  line-height: 60px;
  color: #02071e;
}

.prod-single-right .prod-subtitle-col {
  margin-top: 15px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
}

.prod-single-right .prod-subtitle-col h2 {
  font-family: "Raleway";
  font-size: 18px;
  font-weight: 800;
  color: #a1a1a1;
  text-transform: uppercase;
}

.prod-single-right .prod-subtitle-col p {
  font-family: "Raleway";
  font-size: 18px;
  font-weight: 500;
  color: #a1a1a1;
  text-transform: uppercase;
  margin-bottom: 0;
}

.prod-single-right > div.row {
  align-items: center;
  padding: 15px 0;
}

.prod-single-right .single-prod-ikone-row svg {
  padding: 2.5px;
  overflow: visible;
}

.prod-single-right .single-prod-ikone-row > div > div > div {
  padding-top: 38px;
  padding-bottom: 38px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}

.prod-single-right .single-prod-ikone-row .ns-cwi-container {
  flex-wrap: wrap;
  justify-content: center;
}

.prod-single-right .single-prod-ikone-row .ns-cwi-container .ns-cwi-icon {
  margin-right: 0;
  width: 100%;
  text-align: center;
}

.prod-single-right .single-prod-ikone-row .ns-cwi-container .ns-cwi-icon g {
  width: 100%;
  height: 100%;
}

.prod-single-right .single-prod-ikone-row .ns-cwi-container .ns-cwi-content {
  text-align: center;
  font-size: 18px;
  color: #a1a1a1;
  margin-top: 15px;
}

.prod-single-right .woocommerce-product-details__short-description p {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  color: #a1a1a1;
  font-size: 18px;
  line-height: 32px;
}

.single-product .wpb_text_column.wpb_content_element p {
  /*font-size: 16px;*/
}

body.kozmetika-pevonia-term.single-product .summary.entry-summary .vc_tta-panel .wpb_text_column.wpb_content_element .wpb_wrapper ul,
body.kozmetika-pevonia-hr-term.single-product .summary.entry-summary .vc_tta-panel .wpb_text_column.wpb_content_element .wpb_wrapper ul {
  margin: 20px 0;
  margin-top: 0;
  padding: 0;
}

body.kozmetika-pevonia-term.single-product .summary.entry-summary .vc_tta-panel .wpb_text_column.wpb_content_element .wpb_wrapper ul li,
body.kozmetika-pevonia-hr-term.single-product .summary.entry-summary .vc_tta-panel .wpb_text_column.wpb_content_element .wpb_wrapper ul li {
  position: relative;
  list-style: none;
  margin-left: 40px;
  font-size: 16px;
  line-height: 31px;
}

body.kozmetika-pevonia-term.single-product .summary.entry-summary .vc_tta-panel .wpb_text_column.wpb_content_element .wpb_wrapper ul li:before,
body.kozmetika-pevonia-hr-term.single-product .summary.entry-summary .vc_tta-panel .wpb_text_column.wpb_content_element .wpb_wrapper ul li:before {
  content: "";
  background: url("img/pevonia-bullet-svg-basic.svg");
  background-color: transparent;
  background-size: contain;
/*  width: 31px;
  height: 31px;*/

      width: 10px;
    height: 10px;


  display: block;
  position: absolute;
/*  left: -40px;
  top: 0;
*/

    left: -30px;
    top: 12px;
    
}

.composite_form:not(.paged) .composite_wrap {
  padding: 20px 0 !important;
}

/*
.prod-single-right .nazalogi:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	background: url("img/pevonia-bullet-svg.svg");
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}
*/
.prod-single-right .border-div {
  display: block;
  background-color: #eff2f6;
  height: 1px;
  width: 100%;
}

.prod-single-right .extra-prods {
  margin: 15px 0 0 0;
}

.prod-single-right .extra-prods > h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.prod-single-right .ns-prod-kak-razred-row {
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}

.prod-single-right .ns-prod-kak-razred-row.ns-prod-comp-kak-razred-row {
  margin-top: 0;
  border-top: 1px solid #ebebeb;
}

.prod-single-right .ns-prod-kak-razred-row > a {
  color: #000000;
  font-weight: 700;
}

.prod-single-right .ns-prod-prim-row {
  margin-bottom: 35px;
  padding: 15px 0;
  border-top: 1px solid #ebebeb;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.prod-single-right .ns-prod-prim-row > a {
  line-height: 0;
  display: flex;
  align-items: center;
  color: #949494;
}

.prod-single-right .ns-prod-prim-row > a > svg {
  margin-right: 10px;
}

.prod-single-right .ns-prod-prim-row > .btn-back {
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 7px 60px !important;
  max-height: 40px !important;
  line-height: 1.5;
}

/*bottom details*/
.single-product .summary.entry-summary {
  margin-top: 23px;
}

.single-product .single-product-related-row div.product {
  display: flex;
}

.single-product-related-row .wpb_wrapper > h3 {
  text-align: center;
  font-family: "Playfair Display";
  font-size: 24px;
  font-style: italic;
}

.single-product-related-row > ul > div > div > div {
  border-top: 1px solid #d6d6d6;
  padding-top: 35px;
}

.product-descript-title h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
}

.ns-spec-title {
  display: flex;
  justify-content: center;
  margin-bottom: 60px !important;
}

.ns-spec-title h3 {
  position: relative;
  text-align: center;
  font-size: 25px;
  font-weight: 400;
}

.ns-spec-title h3:after {
  content: "";
  margin-top: 10px;
  height: 5px;
  width: calc(100% - 80px);
  background-color: #000000;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.ns-prod-details-tabs {
  margin-top: 20px;
  background-color: #ffffff;
  border: none;
}

.ns-prod-details-tabs .vc_tta-container {
  padding: 0;
  margin-bottom: 15px !important;
}

.ns-prod-details-tabs > div.vc_tta-tabs-container {
  border-bottom: 1px solid #d6d6d6;
}

.ns-prod-details-tabs .vc_tta-panels {
  background-color: #ffffff !important;
  border: none !important;
}

.ns-prod-details-tabs .vc_tta-tabs-list {
  text-align: left;
}

.ns-prod-details-tabs .vc_tta-tab.vc_active > a,
.ns-prod-details-tabs .vc_tta-tab > a {
  background-color: #ffffff !important;
  border: none !important;
}

.ns-prod-details-tabs .vc_tta-title-text {
  color: #a1a1a1;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.ns-prod-details-tabs .vc_tta-tab.vc_active > a,
.ns-prod-details-tabs .vc_tta-tab > a:hover {
  border-bottom: 1px solid #a1a1a1 !important;
}

.ns-prod-details-tabs.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
  padding: 35px 0 25px 0 !important;
}
.ns-prod-details-tabs.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body .wpb_text_column > *,
.ns-prod-details-tabs.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body p,
.ns-prod-details-tabs.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body li,
.ns-prod-details-tabs.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body a,
.ns-prod-details-tabs.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body span {
  font-family: "Work Sans";
  font-weight: normal;
  font-size: 16px;
  line-height: 34px;
  text-align: left;
  color: #a1a1a1;
}

.wpb-js-composer .ns-prod-details-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list {
  display: flex;
  justify-content: space-between;
}

.ns-prod-details-tabs .vc_tta-tabs-list li.vc_tta-tab > a {
  padding: 14px 0 !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
}

.ns-prod-details-tabs .vc_tta-tab.vc_active .vc_tta-title-text {
  font-weight: 700 !important;
}

/*
.ns-prod-details-tabs .vc_tta-tab.vc_active > a > span:after,
.ns-prod-details-tabs .vc_tta-tab > a:hover > span:after {
	content:"" !important;
	display: block;
	height: 1px !important;
	background-color: $primary-color;
	width:100% !important;
	bottom:0;
}
*/
.teh_spec_container > div.row {
  border-top: 1px solid #e3e3e3;
  padding: 10px 0;
}

.teh_spec_container > div.row:first-child {
  border-top: none;
}

.teh_spec_container > div.row > div.col-2 {
  padding-left: 0;
}

/*composite products stlyes*/
form.composite_form .composite_button {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

form.composite_form .composite_button > .quantity {
  flex: 1;
}

form.composite_form div.component_inner,
.composite_form:not(.paged) .component .component_inner {
  padding-bottom: 0 !important;
}

form.composite_form div.component_inner div.component_selections > p.component_section_title {
  display: none;
}

form.composite_form div.component_title_wrapper > h2.component_title {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #000000;
  margin-top: 21px;
}

form.composite_form div.component_inner div.component_selections div.component_options .component_options_select {
  width: 100%;
  padding: 10px;
  border-radius: 15px;
}

form.composite_form div.component_inner div.component_content div.component_summary > div:not(.bundle_form) {
  height: 0 !important;
  display: none !important;
  visibility: hidden !important;
}

form.composite_form div.component_inner div.component_content div.component_summary > .bundle_form > .composited_product_title_wrapper {
  display: none;
}

form.composite_form div.component_inner div.component_content div.component_summary > .bundle_form > div > div.details > div.bundled_product {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

form.composite_form div.component_inner div.component_content div.component_summary > .bundle_form > div > div.details > div.bundle_data > div > div.bundle_price,
form.composite_form div.component_inner div.component_content div.component_summary > .bundle_form > div > div.details > div.bundled_product > div.details > div.cart .bundled_item_cart_details {
  height: 0 !important;
  display: none !important;
  visibility: hidden !important;
}

a.reset_variations {
  visibility: hidden !important;
}

div.custom_option {
  display: none;
  border: 2px solid #ccc;
  margin-right: 5px;
  padding: 2px 5px;
  cursor: pointer;
}

/* show only divs with class "is-visible" */
div.custom_option.is-visible {
  display: inline-block;
}

/* adds the style to the selected div */
div.custom_option.on {
  background-color: #777;
  color: white;
}

@media screen and (max-width: 1379px) {
  h1.product_title.entry-title,
.prod-single-right h1.product_title {
    font-size: 32px;
    line-height: 1.5;
  }
  .ns-prod-bot-details-row {
    padding: 45px 0;
  }
  /*GALLERY*/
  .ns-prod-gallery > div > div.left-col {
    flex: 1 0 100%;
    max-width: 100%;
    padding-right: 15px;
    order: 2;
  }
  .ns-prod-gallery > div > div.right-col {
    flex: 1 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    order: 1;
  }
  .ns-prod-gallery .large-slider {
    margin-bottom: 20px;
  }
  .ns-prod-gallery .large-slider .slick-slide {
    margin-left: 0;
    margin-right: 0;
  }
  .ns-prod-gallery.horizontal .large-slider {
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  .ns-prod-gallery.horizontal .small-slider .slick-slide {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  /*VERTICAL THUMBNAILS GALLERY*/
  .ns-prod-gallery.vertical .small-slider {
    max-width: 292px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .ns-prod-gallery.vertical .small-slider .slick-slide {
    max-width: 84px;
  }
  .ns-prod-gallery.vertical .small-slider .slick-prev {
    width: 64px;
    height: 84px;
    top: 0;
    left: -73px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0;
    border-top-left-radius: 8px;
  }
  .ns-prod-gallery.vertical .small-slider .slick-next {
    width: 64px;
    height: 84px;
    top: 0;
    right: -73px;
    left: unset;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px;
    border-top-left-radius: 0;
  }
  .ns-prod-gallery.vertical .small-slider .slick-next:before {
    transform: rotate(0deg);
  }
  .ns-prod-gallery.vertical .small-slider .slick-prev:before {
    transform: rotate(0deg);
  }
  .ns-prod-gallery.vertical .small-slider .slick-slide {
    border-radius: 0;
  }
  .prod-single-right .single-prod-ikone-row .wpb_column .wpb_column {
    width: 50%;
  }
  .prod-single-right .single-prod-ikone-row .wpb_column .vc_row {
    display: flex;
    flex-wrap: wrap;
  }
  .prod-single-right .single-prod-ikone-row .ns-cwi-container {
    margin-bottom: 25px;
  }
  .prod-single-right .single-prod-ikone-row .ns-cwi-container .ns-cwi-icon svg {
    width: 60px;
    height: auto;
  }
  .prod-single-right .single-prod-ikone-row .ns-cwi-container .ns-cwi-content {
    font-size: 16px;
    line-height: 1.5;
  }
  .ns-prod-details-tabs .vc_tta-title-text {
    font-size: 16px;
  }
  .slider-for-product.large-slider.ns_no_gallery img {
    border-radius: 0px 40px;
  }
}
@media screen and (max-width: 991px) {
  .woocommerce-page div#primary.content-area {
    margin-top: 0;
  }
  h1.product_title.entry-title {
    font-size: 32px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .prod-single-right .prod-subtitle-col h2,
.prod-single-right .prod-subtitle-col p {
    font-size: 18px !important;
  }
  .prod-single-right .prod-subtitle-col {
    margin-top: 35px;
  }
  .ns-prod-gallery {
    margin-left: 0;
    margin-right: 0;
  }
  .prod-single-right .price-row .cena-txt.cena {
    font-size: 16px;
  }
  .prod-single-right .price-row .cena-txt.cena > span > .amount {
    font-size: 24px;
  }
  .prod-single-right .price-row .cena-brez-ddv {
    font-size: 16px;
  }
  .ns-prod-gallery.horizontal .large-slider .slick-slide img {
    width: 100vw;
  }
  .ns-prod-gallery.horizontal .small-slider .slick-slide img {
    height: 150px;
  }
  .single-product .products-element-wrapper .loop-item .prod-inner .izdelek-txt .cena-container > .btn-container > .btn {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 767px) {
  h1.product_title.entry-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .prod-single-right .prod-subtitle-col h2,
.prod-single-right .prod-subtitle-col p {
    font-size: 16px !important;
  }
  .ns-prod-bot-details-row {
    padding: 15px 0;
  }
  .ns-prod-bot-details-row .vc_tta-title-text {
    color: #000000;
  }
  .ns-prod-bot-details-row .vc_tta-panel h4.vc_tta-panel-title {
    line-height: 0;
    padding: 10px 0;
  }
  .ns-prod-bot-details-row .vc_tta-panel .vc_tta-panel-heading {
    background-color: #fafafa;
  }
  .ns-prod-bot-details-row .vc_tta-panel.vc_active .vc_tta-panel-heading,
.ns-prod-bot-details-row .vc_tta-panel.vc_active .vc_tta-panel-body {
    background-color: #ffffff !important;
    border: none;
  }
  .ns-prod-details-tabs.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    padding: 20px !important;
  }
  .ns-prod-gallery.horizontal .large-slider {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .ns-prod-gallery.horizontal .small-slider .slick-slide {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .slider-for-product.large-slider.ns_no_gallery img {
    border-radius: 0px 20px;
  }
}
@media screen and (max-width: 575px) {
  .single-product #content.site-content {
    margin-bottom: 50px;
  }
  .prod-single-right .stock-row {
    justify-content: flex-start;
  }
  .ns-prod-bot-details-row {
    border-radius: 0;
  }
  .ns-prod-details-tabs .vc_tta-title-text {
    font-size: 16px;
  }
  /*GALLERY*/
  .ns-prod-gallery .large-slider .slick-slide {
    height: 370px;
  }
  .ns-prod-gallery .large-slider .slick-slide img {
    max-height: 310px;
  }
  .ns-prod-gallery.horizontal .large-slider {
    margin-bottom: 15px;
  }
  .ns-prod-gallery.horizontal .small-slider .slick-slide {
    height: 100px;
    padding: 5px;
  }
  .ns-prod-gallery.horizontal .small-slider .slick-slide img {
    max-height: 100px;
  }
  .ns-prod-gallery.horizontal .large-slider .slick-slide img {
    padding: 0;
  }
  .ns-prod-gallery.vertical .small-slider {
    max-width: 212px;
  }
  .ns-prod-gallery.vertical .slick-slider.small-slider > div > div > div {
    margin: 0 5px;
  }
  .ns-prod-gallery.vertical .small-slider .slick-slide {
    max-width: 64px;
    height: 64px;
  }
  .ns-prod-gallery.vertical .small-slider .slick-prev,
.ns-prod-gallery.vertical .small-slider .slick-next {
    width: 54px;
    height: 64px;
  }
  .ns-prod-gallery.vertical .small-slider .slick-prev {
    left: -58px;
  }
  .ns-prod-gallery.vertical .small-slider .slick-next {
    right: -58px;
  }
}
@media screen and (max-width: 450px) {
  .prod-single-right .ns-prod-prim-row {
    flex-direction: column;
    align-items: baseline;
  }
  .prod-single-right .ns-prod-prim-row > a.btn-primerjava {
    margin-bottom: 15px;
  }
  .prod-single-right .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button,
.prod-single-right .single_variation_wrap .simple-qty-add-row {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 414px) {
  .ns-prod-gallery .large-slider .slick-slide img {
    max-height: 280px;
  }
  .ns-prod-gallery.horizontal .large-slider .slick-slide img {
    padding: 0;
  }
  .ns-prod-gallery.horizontal .slick-slider > div > div > div {
    margin: 0 5px;
  }
  .ns-prod-gallery.horizontal .small-slider .slick-list {
    margin: 0 -5px;
  }
  .ns-prod-gallery.vertical .large-slider .slick-slide {
    height: 300px;
  }
  .ns-prod-gallery.vertical .large-slider .slick-slide img {
    padding: 15px;
  }
}
@media screen and (max-width: 360px) {
  .ns-prod-gallery .large-slider .slick-slide img {
    max-height: 170px;
  }
  .ns-prod-gallery.vertical .large-slider .slick-slide {
    height: 180px;
  }
  .ns-prod-gallery .small-slider .slick-prev,
.ns-prod-gallery .small-slider .slick-next {
    width: 34px;
  }
  .ns-prod-gallery .small-slider .slick-prev {
    left: -39px;
  }
  .ns-prod-gallery .small-slider .slick-next {
    right: -39px;
  }
  form.composite_form .composite_button {
    flex-direction: column;
  }
  form.composite_form .composite_button > .quantity {
    margin-bottom: 15px;
  }
  .prod-single-right .ns-prod-prim-row > .btn-back {
    width: 100%;
    justify-content: center;
  }
  .single_variation_wrap > form > div.row > div {
    width: 100% !important;
  }
}
/**
 * Checkout
 */
/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
.col2-set .form-row-last {
    width: 48.1%;
  }
}
#mini-cart-popup .cart_list {
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
  padding: 0;
}

#mini-cart-popup .cart_list .mini_cart_item {
  position: relative;
  padding-bottom: 20px;
  list-style: none;
  padding-left: 30px;
  font-size: 16px;
}

#mini-cart-popup .cart_list .mini_cart_item .remove_from_cart_button {
  position: absolute;
  left: 0;
  top: 0;
  text-decoration: none;
  color: #e1ab87;
  font-weight: 700;
}

#mini-cart-popup .cart_list .mini_cart_item .remove_from_cart_button + a {
  font-weight: normal;
}

#mini-cart-popup .cart_list .mini_cart_item .remove_from_cart_button + a img {
  float: right;
  width: 15%;
  margin-left: 5px;
  margin-right: 5px;
}

#mini-cart-popup .cart_list .mini_cart_item a {
  color: #000000;
  text-decoration: none;
  font-weight: 400;
}

#mini-cart-popup .cart_list .mini_cart_item a,
#mini-cart-popup .cart_list .mini_cart_item span,
#mini-cart-popup .modal-footer .continue-shoping {
  color: #a1a1a1 !important;
}

#mini-cart-popup .cart_list .mini_cart_item a:hover,
#mini-cart-popup .modal-footer .continue-shoping:hover {
  text-decoration: underline !important;
  color: #e1ab87 !important;
}

#mini-cart-popup h5.modal-title {
  color: #e1ab87 !important;
  font-weight: 700;
}

#mini-cart-popup .cart_list .mini_cart_item .quantity {
  display: block;
}

#mini-cart-popup p:nth-child(2) {
  margin-top: 20px;
  margin-bottom: 0;
  border-top: 1px solid #dee2e6;
  padding-top: 10px;
  font-size: 18px;
}
#mini-cart-popup p:nth-child(2) strong {
  display: none;
}

#mini-cart-popup .buttons {
  margin: 10px -1% 5px -1%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}

#mini-cart-popup .buttons:after {
  content: "";
  display: block;
  clear: both;
}

#mini-cart-popup .buttons .button {
  width: 100%;
  margin-bottom: 25px;
}

#mini-cart-popup .buttons .button:first-child {
  /* background: $primary-color;
  transition: background .3s;*/
}

#mini-cart-popup .buttons .button:first-child:hover {
  /*background: $hover-color;*/
}

#mini-cart-popup .buttons .button:last-child {
  /*	border:transparent;
  color:$white-color;
  transition: background-position .3s;*/
}

#mini-cart-popup .buttons .button:last-child:hover {
  /*	background-position: 10px 10px;
  color:$white-color;*/
}

#mini-cart-popup .modal-footer {
  justify-content: center;
}

#mini-cart-popup .modal-footer .continue-shoping {
  color: #000000;
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 1px;
}

#mini-cart-popup .mini-cart-popup-content .woocommerce-mini-cart__empty-message {
  display: block;
  text-align: center;
  color: #000;
  top: 14px;
  position: relative;
  font-size: 16px;
}

.woocommerce-cart-form .product-thumbnail img {
  width: 110px;
  padding: 0;
}

.woocommerce-cart-form .product-thumbnail {
  text-align: center;
  width: 130px;
}

.woocommerce-cart-form .product-quantity {
  width: 75px;
}

.woocommerce-cart-form .product-quantity .quantity,
.woocommerce-cart-form .product-quantity .quantity input {
  width: 100%;
  text-align: center;
}

.woocommerce-cart-form .product-quantity .quantity input,
.select2-container--default .select2-selection--single {
  border-radius: 20px 0px;
}

.woocommerce-cart-form .product-subtotal,
.woocommerce-cart-form .product-price,
.woocommerce-cart-form .product-quantity {
  text-align: center;
}

.woocommerce-cart-form .product-name a {
  color: #000000;
  color: #a1a1a1;
  text-decoration: none;
  transition: color 0.3s;
}

.woocommerce-cart-form .product-name a:hover {
  color: #000000;
  color: #e1ab87;
}

table.shop_table_responsive tr td.product-remove {
  text-align: center;
}

table.shop_table_responsive tr td.product-remove a {
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  color: #e1ab87;
  font-size: 32px;
}

table.shop_table_responsive tr td.product-remove a:hover {
  color: #e1ab87;
}

.woocommerce-cart-form .cart_item {
  /*border-bottom:1px solid #d3d3d3;*/
}

.woocommerce-cart-form .cart_item td {
  border-collapse: collapse;
  padding: 10px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}

.woocommerce-cart-form thead tr th {
  border-collapse: collapse;
  padding-bottom: 20px;
  color: #e1ab87;
  font-weight: 700;
}

.woocommerce-cart-form .cart_item td:first-child {
  border-left: 1px solid #d6d6d6;
  border-left: none !important;
}

.woocommerce-cart-form .cart_item td:last-child {
  border-right: 1px solid #d6d6d6;
  border-right: none;
}

.woocommerce-cart-form table.cart {
  border-collapse: collapse;
}

.woocommerce-cart-form .btn {
  float: right;
  margin-top: 30px;
}

.woocommerce-cart-form .coupon {
  display: none;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

/*
.cart-collaterals .cart_totals h2 {
	text-align: right;
}
.cart-collaterals .cart_totals table tr td, .cart-collaterals .cart_totals table tr th {
	text-align: right;
}*/
.cart-collaterals .cart_totals table tr td {
  width: 350px;
}

.wc-proceed-to-checkout {
  float: right;
  margin-bottom: 30px;
}

.wc-proceed-to-checkout a {
  text-decoration: none;
}

.woocommerce-form-login-toggle {
  margin-top: 1rem;
}

body.woocommerce-checkout .woocommerce-form-login {
  width: 50%;
}

body.woocommerce-checkout .woocommerce-form-login input {
  width: 100%;
}

body.woocommerce-checkout .woocommerce-form-login input[type=checkbox] {
  width: auto;
}

body.woocommerce-checkout .woocommerce-form-login .form-check {
  padding-left: 0;
}

.woocommerce-billing-fields .form-check > input {
  width: auto;
}

.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row,
.woocommerce-additional-fields .form-row,
.woocommerce-checkout-review-order .form-row {
  margin-left: 0;
  display: block;
  width: 100%;
}

.woocommerce-billing-fields,
.woocommerce-shipping-fields {
  display: block;
  width: 100%;
  height: auto;
}

.woocommerce-shipping-fields input#ship-to-different-address-checkbox {
  width: auto;
}

.woocommerce-billing-fields input,
.woocommerce-shipping-fields input,
.woocommerce-additional-fields textarea {
  width: 100%;
  display: inline-block;
  padding: 10px;
}

input.woocommerce-form__input.input-checkbox {
  width: auto;
}

.woocommerce-additional-fields .woocommerce-input-wrapper {
  width: 100%;
  display: inline-block;
}

.woocommerce-billing-fields .form-row-first,
.woocommerce-billing-fields .form-row-last,
.woocommerce-shipping-fields .form-row-first,
.woocommerce-shipping-fields .form-row-last {
  float: left;
  width: 49.5%;
  clear: none;
}

.woocommerce-billing-fields .form-row-first,
.woocommerce-shipping-fields .form-row-first {
  margin-right: 1%;
}

#mc_checkbox_field {
  margin-top: 5px;
  padding-left: 0;
  display: flex;
  align-items: center;
}

#mc_checkbox_field > label {
  margin-left: 7.5px;
}

p.form-row.notes {
  color: black;
}

.checkout-row h3 {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 0;
}

h3#ship-to-different-address {
  font-size: 1.125rem;
  font-family: sans-serif;
}

.woocommerce-billing-fields .select2-container .select2-selection--single,
.woocommerce-shipping-fields .select2-container .select2-selection--single {
  padding: 10px;
  height: auto;
  border-color: #cccccc;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px;
}

.woocommerce-checkout-review-order table thead th {
  font-size: 24px;
}

.woocommerce-checkout-review-order table tr {
  border-bottom: 1px solid #d6d6d6;
}

.woocommerce-checkout-review-order table tr td {
  padding: 10px 0;
}

.woocommerce-checkout-payment ul.payment_methods {
  margin: 0;
  padding: 0;
}

.woocommerce-checkout-payment ul.payment_methods li {
  list-style: none;
}

.woocommerce-checkout-payment ul li:before {
  display: none;
}

.woocommerce-checkout-payment {
  background: #fafafa;
  padding: 30px;
  display: inline-block;
}

.woocommerce-checkout-payment .payment_box {
  position: relative;
  display: block;
  margin: 15px 0;
  background: #ffffff;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 16px;
}

.woocommerce-checkout-payment .payment_box p:last-child {
  margin-bottom: 0;
}

.woocommerce-checkout-payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid #ffffff;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background: none !important;
}

.woocommerce-message,
.woocommerce-thankyou-order-received {
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
  padding: 15px;
  margin-bottom: 30px;
  background: #f1f1f1 !important;
}

abbr.required {
  border: none !important;
  text-decoration: none !important;
}

.woocommerce-NoticeGroup ul.woocommerce-error {
  margin: 0;
  padding: 0;
  width: 100%;
  background: none;
}

.woocommerce-NoticeGroup ul.woocommerce-error li {
  list-style: none;
  border-bottom: 1px solid red;
  line-height: 2em;
}

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 red;
}

.required {
  color: #e1ab87 !important;
}

ul.woocommerce-thankyou-order-details {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

ul.woocommerce-thankyou-order-details li {
  list-style: none;
} /*
table.woocommerce-table--order-details tfoot th {
  text-align: right;
  padding-right: 15px;
}*/
table.woocommerce-table--order-details tr {
  border-bottom: 1px solid #d6d6d6;
}

table.woocommerce-table--order-details tr td {
  padding: 5px 0;
}

ul.woocommerce-shipping-methods {
  margin: 0;
  padding: 0;
}

ul.woocommerce-shipping-methods li {
  list-style: none;
}

.woocommerce .cart-collaterals {
  width: 100%;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 48%;
}

.woocommerce .cart-collaterals::after,
.woocommerce .cart-collaterals::before,
.woocommerce-page .cart-collaterals::after,
.woocommerce-page .cart-collaterals::before {
  content: " ";
  display: table;
}

.woocommerce .cart-collaterals::after,
.woocommerce-page .cart-collaterals::after {
  clear: both;
}

.woocommerce .cart-collaterals .cart_totals table tr td,
.woocommerce .cart-collaterals .cart_totals table tr th {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 10px;
}

.woocommerce .cart-collaterals .cart_totals table tr th {
  vertical-align: top;
}

.woocommerce-cart-form table.cart {
  margin-top: 60px;
}

#billing_davcna_field {
  display: none;
}

#billing_origracun_field {
  display: none;
}

#billing_origracun_field input {
  width: auto;
}

#billing_origracun_field > label {
  width: 100%;
}

.woocommerce-billing-fields .company-info-container {
  display: none;
  display: block !important;
  margin-bottom: 10px;
  background-color: #fafafa;
  background-color: #ffffff;
}

.woocommerce-address-fields__field-wrapper .company-info-container {
  display: none;
  margin-bottom: 10px;
  background-color: #fafafa;
  background-color: #ffffff;
}

.woocommerce-billing-fields .company-info-container > div > div {
  padding-left: 0;
  padding-right: 0;
}

.woocommerce-billing-fields .form-check#billing_checkcompany_field {
  margin-bottom: 10px;
  display: none;
}

.woocommerce-billing-fields .company-info-container > div.row {
  margin: 0;
  padding: 10px;
  padding: 0;
  align-items: center;
  justify-content: space-between;
}

body .select2-container,
body .ui-widget.ui-datepicker {
  z-index: 10 !important;
}

.checkout-text {
  margin-top: 10px;
  font-size: 0.9rem;
}

@media screen and (max-width: 1380px) {
  .woocommerce-billing-fields .company-info-container > div > div {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }
  .woocommerce-billing-fields .company-info-container > div > div #billing_vat {
    width: 100%;
  }
  .woocommerce-billing-fields .company-info-container #billing_taxexempt_field {
    padding-left: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  body.woocommerce-checkout .woocommerce-form-login {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  table.shop_table_responsive tr td.product-thumbnail:before {
    content: "";
  }
  .woocommerce-cart-form .product-subtotal,
.woocommerce-cart-form .product-price,
.woocommerce-cart-form .product-quantity {
    text-align: right;
  }
  table.shop_table_responsive tr td.product-quantity {
    width: 100%;
  }
  table.shop_table_responsive tr td.product-quantity .quantity {
    width: 10%;
    float: right;
    padding-bottom: 10px;
  }
  table.shop_table_responsive tr td.product-quantity:before {
    padding-top: 6px;
  }
  .woocommerce-cart-form .cart_item td:first-child {
    border-left: none;
  }
  .woocommerce-cart-form .cart_item td:last-child {
    border-right: none;
  }
  .woocommerce-cart-form .cart_item td {
    border-bottom: none;
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce-cart-form td.product-thumbnail,
.woocommerce-cart-form td.product-remove {
    border-top: none;
  }
  table.shop_table_responsive tr td.product-remove {
    text-align: left;
    padding: 0;
  }
  .woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
  }
  .woocommerce-cart-form .product-thumbnail img {
    width: 130px;
  }
  .cart-collaterals .cart_totals table tr td {
    width: auto;
  }
  .woocommerce .cart-collaterals .cart_totals table tr td,
.woocommerce .cart-collaterals .cart_totals table tr th {
    border-top: none;
  }
  .woocommerce .cart-collaterals .cart_totals table tr td,
.woocommerce .cart-collaterals .cart_totals table tr th {
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    text-align: left;
  }
  .woocommerce-checkout-review-order table tr td:nth-child(even),
.woocommerce-checkout-review-order table thead th:nth-child(even) {
    text-align: right;
  }
  .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item {
    display: inline-block;
    padding: 10px;
    width: 100%;
    border: 1px solid #d6d6d6;
    margin-bottom: 20px;
  }
  #mini-cart-popup .buttons .button {
    font-size: 14px;
  }
  #ship-to-different-address label span {
    font-size: 16px;
  }
  .woocommerce-checkout-review-order table thead th {
    font-size: 16px;
  }
  #place_order.btn {
    width: 100%;
    padding: 10px;
  }
}
@media screen and (max-width: 576px) {
  .woocommerce-checkout-payment {
    padding: 15px;
  }
}
.povprasevanje-gdpr {
  margin-right: 10px;
}

#billing_vat_field,
#billing_taxexempt_field {
  display: none !important;
}

.woocommerce form .woocommerce-invalid .select2-container,
.woocommerce form .woocommerce-invalid input.input-text,
.woocommerce form .woocommerce-invalid input,
.woocommerce form .woocommerce-invalid select,
.woocommerce form .woocommerce-invalid .select2-container--default .select2-selection--single {
  border-color: #a00 !important;
  border-width: 2px !important;
}

.woocommerce form .woocommerce-invalid input[type=text],
.woocommerce form .woocommerce-invalid input[type=email],
.woocommerce form .woocommerce-invalid input[type=url],
.woocommerce form .woocommerce-invalid input[type=password],
.woocommerce form .woocommerce-invalid input[type=search],
.woocommerce form .woocommerce-invalid input[type=number],
.woocommerce form .woocommerce-invalid input[type=tel],
.woocommerce form .woocommerce-invalid input[type=range],
.woocommerce form .woocommerce-invalid input[type=date],
.woocommerce form .woocommerce-invalid input[type=month],
.woocommerce form .woocommerce-invalid input[type=week],
.woocommerce form .woocommerce-invalid input[type=time],
.woocommerce form .woocommerce-invalid input[type=datetime],
.woocommerce form .woocommerce-invalid input[type=datetime-local],
.woocommerce form .woocommerce-invalid input[type=color],
.woocommerce form .woocommerce-invalid textarea {
  border-color: #a00 !important;
  border-width: 2px !important;
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
  content: "";
  display: table;
  table-layout: fixed;
}
.site-header-cart .cart-contents {
  text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
  display: none;
}
.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 1em;
  width: 5.3em;
  font-family: "star";
  font-weight: 400;
}
.star-rating:before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #000000;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
p.stars a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "star";
  content: "S";
  color: #000000;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a:before {
  content: "S";
  color: #000000;
  opacity: 0.25;
}
p.stars:hover a:before {
  content: "S";
  color: #000000;
  opacity: 1;
}
p.stars.selected a.active:before {
  content: "S";
  color: #000000;
  opacity: 1;
}
p.stars.selected a.active ~ a:before {
  content: "S";
  color: #000000;
  opacity: 0.25;
}
p.stars.selected a:not(.active):before {
  content: "S";
  color: #000000;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}
.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: #0f834d;
}
.woocommerce-password-strength.short {
  color: #e2401c;
}
.woocommerce-password-strength.bad {
  color: #e2401c;
}
.woocommerce-password-strength.good {
  color: #3D9CD2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}

.required {
  color: red;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  content: "";
  display: table;
  table-layout: fixed;
  background-color: #0f834d;
  clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3D9CD2;
}

.woocommerce-error {
  background-color: #e2401c;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3D9CD2;
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  /**
   * Header cart
   */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}
.woocommerce-MyAccount-content {
  padding: 35px 55px;
  background-color: #fafafa;
}

.login-lost-pass {
  display: inline-block;
  margin-left: 20px;
}

.woocommerce-MyAccount-content form.edit-account .form-row {
  margin-right: -15px;
  margin-left: -15px;
}

.woocommerce-MyAccount-content .form-row > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

/*mini cart*/
.ns-woo-minicart.ns-woo-minicart-wrap > .ns-woo-minicart.ns-woo-minicart-wrap > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 0;
}

.ns-mini-cart-container.ns-empty-cart {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 0;
}

.ns-woo-minicart.ns-woo-minicart-wrap a {
  color: #000000;
  font-size: 14px;
}

.cart-container {
  position: relative;
  margin-right: 10px;
  font-size: 14px;
}

.cart-container .cart-num {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6fe477;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 400;
  border-radius: 50%;
  padding: 4px;
  width: 22px;
  height: 22px;
  right: -12px;
  top: -9px;
}

.ns-woo-minicart span {
  font-size: 14px;
}

/*pop up cart*/
#mini-cart-popup.modal .modal-dialog {
  margin: 0 0 0 auto;
}

#mini-cart-popup.modal .modal-content {
  height: 100vh;
  border: none;
  border-radius: 0;
}

#mini-cart-popup.modal.fade .modal-dialog {
  transform: translate3d(5%, 0, 0);
}

#mini-cart-popup.modal.show .modal-dialog {
  transform: translate3d(0, 0, 0);
}

#mini-cart-popup.modal.fade.show {
  padding-right: 0 !important;
}

/*common filter classes*/
.berocket_single_filter_widget {
  display: inline-block;
  width: 100%;
  margin: 0.5rem 0 0 0;
  padding-top: 1rem;
  border-top: 1px solid #d6d6d6;
}

.bapf_sfilter {
  margin-bottom: 15px;
}

.bapf_head h3 {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  margin-top: 7px;
  cursor: pointer;
}

.bapf_head h3:after {
  content: "";
  background: url("img/plus.svg");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 0;
  position: absolute;
  top: 4px;
}

.bapf_head h3.clicked:after {
  content: "";
  background: url("img/minus.svg");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 0;
  position: absolute;
  top: 4px;
}

.bapf_body {
  display: none;
}

.bapf_body.open-it {
  display: block;
}

/*end common filter classes*/
/*product categories widget*/
.prod-archive-left > aside.mobile-widget-area {
  display: none;
}

.widget_custom_html {
  margin-bottom: 50px;
}

.widget_custom_html h2,
.widget_product_categories h2 {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  margin-top: 7px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d6d6d6;
}

.widget_custom_html ul.product-categories,
.widget_product_categories ul.product-categories {
  margin: 0;
  padding: 0;
}

.widget_custom_html ul.product-categories li,
.widget_product_categories ul.product-categories li {
  position: relative;
  list-style: none;
  padding: 0;
}

.widget_custom_html ul.product-categories li:last-child,
.widget_product_categories ul.product-categories li:last-child {
  border-bottom: none;
}

.widget_custom_html ul.product-categories li a,
.widget_product_categories ul.product-categories li a {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 0;
  transition: color 0.1s;
}

.widget_custom_html ul.product-categories li a:hover,
.widget_product_categories ul.product-categories li a:hover {
  text-decoration: underline;
  color: #000000;
  transition: color 0.1s;
}

.widget_custom_html ul.product-categories li.current-menu-item a,
.widget_product_categories ul.product-categories li.current-menu-item a {
  color: #000000;
}

.widget_custom_html ul.product-categories .connect_num,
.widget_product_categories ul.product-categories .connect_num {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #a4a4a4;
}

section.widget.widget_custom_html ul li.cat-parent > i,
section.widget.widget_product_categories ul li.cat-parent > i {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 18px;
  right: 0;
  transform: rotate3d(1, 0, 0, 0deg);
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: transform 0.2s;
}

section.widget.widget_custom_html ul.children,
section.widget.widget_product_categories ul.children {
  padding: 0;
  margin: 0 0 0 1rem;
}

section.widget.widget_custom_html ul.children li,
section.widget.widget_product_categories ul.children li {
  border-bottom: none;
}

section.widget.widget_custom_html ul.children li a,
section.widget.widget_product_categories ul.children li a {
  font-weight: 400;
  font-size: 14px;
}

section.widget.widget_custom_html .current-cat > a,
section.widget.widget_custom_html .current-cat-parent > a,
section.widget.widget_product_categories .current-cat > a,
section.widget.widget_product_categories .current-cat-parent > a {
  color: #000000;
  text-decoration: underline;
}

section.widget.widget_product_categories ul li > ul.children {
  padding: 5px 0;
  margin: -5px 0;
  max-height: 0;
  overflow: hidden;
  transition: margin 0.2s, max-height 0.2s ease-out;
}

section.widget.widget_product_categories ul li.current-cat-parent > ul.children,
section.widget.widget_product_categories ul li.show-submenu > ul.children,
section.widget.widget_product_categories ul li.current-cat.cat-parent > ul.children {
  margin: 0;
  max-height: 999px;
  transition: margin 0.2s, max-height 0.2s ease-in;
}

section.widget.widget_product_categories ul li.current-cat-parent > i,
section.widget.widget_product_categories ul li.show-submenu > i,
section.widget.widget_product_categories ul li.current-cat.cat-parent > i {
  transform: rotate3d(1, 0, 0, 180deg);
}

aside > * ul li > span {
  font-size: 14px;
}

/*end product categories widget*/
/*price scroll be-rocket widget*/
.bapf_slidr_all {
  padding: 0;
  padding-right: 14px;
}

.bapf_slidr_jqrui .bapf_to {
  margin-right: -14px;
  margin-left: 14px;
}

.bapf_slidr_main.ui-widget-content,
.berocket_filter_price_slider.ui-widget-content {
  height: 2px;
  background-color: #d6d6d6;
  margin: 0 auto;
}

.bapf_slidr_main.ui-widget-content .ui-slider-handle,
.bapf_slidr_main.ui-widget-content .ui-slider-range,
.berocket_filter_price_slider.ui-widget-content .ui-slider-range {
  background-color: #d6d6d6 !important;
}

.bapf_slidr_main.ui-widget-content .ui-slider-handle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #d6d6d6;
}

.widget_price_filter .ui-slider-horizontal {
  height: 1px !important;
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: 0;
}

/*end price scroll be-rocket widget*/
/*filter widgets*/
.bapf_ckbox ul {
  margin: 0;
  padding: 0;
}

.bapf_ckbox ul li {
  margin-bottom: 5px !important;
}

.bapf_ckbox ul li label {
  margin-bottom: 0;
  font-size: 14px;
}

.bapf_sfilter.bapf_sfa_mt_hide .bapf_body {
  padding: 0;
}

.berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy > ul {
  margin: 0;
  padding: 0;
}

.berocket_aapf_widget_selected_filter > ul.bapf_sfa_unall {
  margin: 0;
  padding: 0;
}

.berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy > ul > li i {
  margin-right: 5px;
}

/*end filter widgets*/
@media screen and (max-width: 991px) {
  aside.filter-widget-area section.widget_product_categories {
    display: none;
  }
  aside.filter-widget-area > div:nth-child(2) {
    border-top: none;
  }
  .btn-show-filter {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 1000;
    line-height: 0;
    padding: 10px !important;
    background: url("img/sliders.svg"), #000000 !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 24px 24px !important;
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 0;
  }
  .btn-show-filter:hover {
    background: url("img/sliders.svg"), #000000 !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 24px 24px !important;
  }
  .btn-show-filter.close-it {
    background: url("img/x.svg"), #000000 !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 24px 24px !important;
    width: 50px;
    height: 50px;
  }
  .btn-show-categories:focus {
    outline: none;
    box-shadow: none;
  }
  .btn-show-filter:focus {
    outline: none;
    box-shadow: none;
  }
  .prod-archive-left > aside.filter-widget-area {
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s;
  }
  .prod-archive-left > aside.filter-widget-area.open-it {
    height: auto;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 900;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 2rem 16vw;
    margin-top: 0;
    margin-bottom: 0;
  }
  .prod-archive-left > aside.mobile-widget-area {
    display: block;
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s;
  }
  .prod-archive-left > aside.mobile-widget-area.open-it {
    height: auto;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s;
  }
  .prod-archive-left ul.wc-cat-list {
    padding: 1.5rem;
  }
  .prod-archive-left .ns-subcats-list {
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s;
    margin-bottom: 1.5rem;
  }
  .prod-archive-left .ns-subcats-list.open-it {
    height: auto;
    visibility: visible;
    opacity: 1;
    margin-top: 2rem;
    transition: opacity 0.2s;
  }
}
/** CUSTOM SIDEMENU - START ------------------------------------------------ */
/** CUSTOM SIDEMENU - START ------------------------------------------------ */
.custom-sidemenu ul.wc-cat-list li.mega-parent-cat > a {
  font-family: "Playfair Display";
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
  text-align: left;
  color: #000000;
  text-transform: none !important;
}

.custom-sidemenu ul.wc-cat-list li.mega-sub-cat {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
  line-height: 1.5;
}

.custom-sidemenu ul.wc-cat-list li.mega-sub-cat > a {
  font-family: "Work Sans";
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #a1a1a1;
  padding-left: 20px;
  display: flex;
}

.custom-sidemenu ul.wc-cat-list li.mega-sub-cat > a:before {
  content: "";
  position: absolute;
  display: block;
  top: 2px;
  left: 5px;
  width: 8px;
  height: 16px;
  background: url("img/sidemenu-before.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 991px) {
  .btn-show-categories-wrap {
    margin-top: 35px;
  }
  .btn-show-categories,
.btn-show-categories-wrap {
    display: block;
    margin-bottom: 0px;
  }
  .custom-sidemenu {
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .custom-sidemenu > div {
    height: 0;
  }
  .custom-sidemenu.open-it {
    height: auto;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .custom-sidemenu.open-it > div {
    height: 100%;
  }
}
/** CUSTOM SIDEMENU - END ------------------------------------------------ */
/** CUSTOM SIDEMENU - END ------------------------------------------------ */
/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #000000;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #000000;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

/**
 * WooCommerce widgets
 */
.prod-single-right .prod-price-container {
  margin-top: 1rem;
  margin-bottom: -1rem;
  padding: 1rem;
}

.prod-single-right .price-row {
  align-items: baseline;
  flex-direction: row;
  margin-bottom: 0.5rem;
}

.prod-single-right .price-row .main-price {
  font-weight: 700;
  font-size: 1.5rem;
  margin-right: 1rem;
  color: #000000;
}

.prod-single-right .price-row .reg-price {
  text-decoration: line-through;
}

.prod-single-right .price-row .price-savings,
.prod-single-right .price-row .percent-savings {
  color: #000000;
}

/*variacije*/
.prod-single-right div.variations {
  padding: 0 1rem 1rem 1rem;
}

.prod-single-right div.variations > div {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}

.prod-single-right div.variations > div label {
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-bottom: 0;
}

.prod-single-right div.variations > div select {
  padding: 12px;
  width: 66%;
}

.prod-price-container.variable-price-container .price-row,
.prod-price-container.variable-price-container .stock-row {
  display: none;
}

/*end variacije*/
/*zaloga*/
.prod-single-right span.nazalogi {
  display: none;
  color: #6fe477;
  font-weight: 400;
}

.prod-single-right span.ninazalogi {
  display: none;
  color: #de2121;
  font-weight: 400;
}

/*end zaloga*/
/*gumb row*/
.prod-single-right .single_variation_wrap {
  padding: 0;
  margin-top: 10px;
}

.prod-single-right .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button,
.prod-single-right .single_variation_wrap .simple-qty-add-row {
  display: flex;
}

.prod-single-right .single_variation_wrap button.disabled {
  opacity: 1;
}

.prod-single-right .single_add_to_cart_button {
  display: flex;
  align-items: center;
}

.prod-single-right .single_add_to_cart_button:disabled {
  opacity: 1;
}

.prod-single-right .single_add_to_cart_button > svg {
  margin-left: 10px;
}

.prod-single-right .btn-povprasevanje,
.prod-single-right .single_add_to_cart_button {
  border: 2px solid #e1ab87 !important;
  font-size: 12px !important;
  font-family: "Raleway", sans-serif;
  font-weight: 700 !important;
  text-transform: uppercase;
  border-radius: 25px !important;
  padding: 14px 55px !important;
}

.prod-single-right .btn-povprasevanje:hover,
.prod-single-right .single_add_to_cart_button:hover {
  background: #e1ab87 !important;
  border-color: #e1ab87 !important;
  color: #ffffff !important;
  transition: all 0.2s !important;
}

.prod-single-right .no-show-inquiry .woocommerce-variation-add-to-cart-disabled .btn-povprasevanje:hover,
.prod-single-right .no-show-inquiry .woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button:hover,
.prod-single-right .no-show-inquiry .simple-qty-add-row .btn-povprasevanje:hover,
.prod-single-right .no-show-inquiry .simple-qty-add-row .single_add_to_cart_button:hover {
  background: #e1ab87 !important;
  border-color: #e1ab87 !important;
  color: #ffffff !important;
  transition: all 0.2s !important;
}

.prod-single-right .btn-povprasevanje,
.prod-single-right .single_add_to_cart_button {
  background-color: #fff1eb;
}

.prod-single-right .btn-povprasevanje:visited {
  color: #ffffff;
}

/*qty btn*/
.prod-single-right .quantity {
  display: none;
  margin-right: 1rem;
}

.quantity input[type=number] {
  height: 45px;
  width: 45px;
  padding: 0;
  line-height: 0;
  border-radius: 0;
  text-align: center;
  display: block;
  float: left;
  border-color: #d6d6d6;
  margin-left: -1px;
  background-color: white;
  color: #000000;
  font-size: 14px;
}

.quantity input[type=button] {
  display: block;
  float: left;
  height: 45px;
  width: 45px;
  font-size: 17px;
  font-weight: 700;
  line-height: 0;
  padding: 0;
  border-radius: 0;
  border-color: #a4a4a4;
  background: #ffffff;
  color: #000000;
  cursor: pointer;
}

.quantity input[type=button]:nth-child(2) {
  border-radius: 0;
}

.quantity input[type=button]:nth-child(4) {
  border-radius: 0;
  margin-left: -1px;
}

.quantity input[type=button]:hover {
  color: #000000;
}

.quantity input[type=number]:disabled,
.quantity input[type=number]:hover:disabled {
  color: #666;
}

.quantity input:disabled,
.quantity input:hover:disabled {
  cursor: default;
  border-color: #a4a4a4;
}

/*end quantity*/
/*scroll to link*/
.scrollto-content {
  color: #eb926a;
}

.scrollto-content:hover {
  color: #eb926a;
}

/*dodatna vprašanja link*/
.dod_vpr_link {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: underline;
}

.dod_vpr_link:hover {
  text-decoration: none;
}

/*badges*/
.badge-row {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  margin: 0.5rem 0;
  line-height: 0;
}

.badge-row .badge-icon {
  margin-right: 1rem;
}

/*social sharing*/
.social-sharing {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 1rem 0;
}

.social-sharing > * {
  margin-right: 5px !important;
}

.social-sharing .social-sharing-email {
  padding: 5px 7px;
  color: #000000;
  background: #d6d6d6;
  border: 1px solid #a4a4a4;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  max-height: 29px;
  line-height: 1;
}

.social-sharing .social-sharing-email svg {
  height: 18px;
}

@media screen and (max-width: 767px) {
  .prod-single-right .prod-price-container {
    margin-top: 0;
    padding-top: 0;
  }
  .prod-single-right .btn-povprasevanje,
.prod-single-right .single_add_to_cart_button {
    padding: 7.5px 20px !important;
    font-size: 12px !important;
  }
}
@media screen and (max-width: 576px) {
  .badge-row {
    line-height: 1.5;
  }
}
@media screen and (max-width: 450px) {
  .prod-single-right div.variations > div select {
    width: 100%;
  }
  .prod-single-right div.variations {
    padding-bottom: 0;
  }
  .prod-single-right .quantity {
    margin-bottom: 1.5rem;
  }
  .prod-single-right .btn-povprasevanje,
.prod-single-right .single_add_to_cart_button {
    width: 100%;
    justify-content: center;
  }
}/*# sourceMappingURL=woocommerce.css.map */