/*
 Theme Name: novisplet
 WooCommerce styles override
 */
/**
 * WooCommerce color variables
 */
/**
 * Imports
 */
body {
  font-family: 'Roboto', sans-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;
}
.woocommerce-products-header__title.page-title {
  color: #565656;
  font-size: 40px;
}
.woocommerce-products-header__title.search-page-title {
  margin-bottom: 35px;
}
.ns-woocomm-innerarch .loop-item {
  margin-bottom: 35px;
}
.ns-prod-arhiv-container .products-element-wrapper .loop-item {
  margin-bottom: 30px;
}
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: 60px;
}
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: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 4px;
  background-color: #bcbcbc;
  color: #fff;
  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: #000;
  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 {
  margin-bottom: 15px;
  padding: 0;
}
.woocommerce-top-info-container > div {
  align-items: center;
}
p.woocommerce-result-count {
  display: none;
  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: 10px;
}
.btn-show-filter {
  display: none;
}
@media screen and (max-width: 991px) {
  .woocommerce-products-header__title.page-title {
    font-size: 32px;
  }
  .btn-show-filter {
    display: block;
  }
  .prod-archive-left > aside.widget-area {
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s;
  }
  .prod-archive-left > aside.widget-area.open-it {
    height: auto;
    visibility: visible;
    opacity: 1;
    margin-top: 30px;
    transition: opacity 0.2s;
  }
  .prod-archive-left ul.wc-cat-list {
    padding: 20px;
  }
  .prod-archive-left .ns-subcats-list {
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s;
    margin-bottom: 20px;
  }
  .prod-archive-left .ns-subcats-list.open-it {
    height: auto;
    visibility: visible;
    opacity: 1;
    margin-top: 30px;
    transition: opacity 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-top-info-container > div > div:last-child {
    justify-content: flex-end;
    margin-top: 15px;
  }
  .woocommerce-products-header__title.page-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce-products-header__title.page-title {
    font-size: 21px;
  }
  .ns-woocomm-arch .products-element-wrapper > div.row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .ns-woocomm-arch .products-element-wrapper .loop-item {
    margin-bottom: 15px;
    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: 16px;
  }
  .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: 15px;
    margin-bottom: 0;
  }
  nav.woocommerce-pagination a, nav.woocommerce-pagination span, .vc-pagination a, .vc-pagination span {
    width: 30px;
    height: 30px;
  }
  .btn-show-filter {
    width: 100%;
  }
  .ns-order-container, .woocommerce-top-info-container .ns-order-container form > select.orderby {
    width: auto;
  }
}
@media screen and (max-width: 375px) {
  .woocommerce-products-header__title.page-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 320px) {
  .woocommerce-products-header__title.page-title {
    font-size: 18px;
  }
}
/**
 * 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%;
}
.woocommerce-page div#primary.content-area {
  margin-bottom: 60px;
}
/*gallery*/
.slider-for-product.large-slider.ns_no_gallery {
  border-radius: 0;
}
.slider-for-product.large-slider.ns_no_gallery img {
  display: block;
  margin: 0 auto;
}
.ns-prod-gallery {
  /*	margin-left:-10px;
   margin-right: 10px;*/
}
.ns-prod-gallery .slick-slider > div > div > div {
  margin: 0 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.ns-prod-gallery .large-slider.slick-slider > div > div > div {
  margin: 0;
}
.b_MSIE .ns-prod-gallery .slick-slider > div > div > div > img {
  width: 100%;
  height: auto;
  min-height: 1px;
}
.ns-prod-gallery > div > div.left-col {
  flex: 0 0 18%;
  max-width: 18%;
  padding-right: 0;
}
.ns-prod-gallery > div > div.right-col {
  flex: 0 0 82%;
  max-width: 82%;
  padding-left: 0;
  padding-right: 0;
}
.ns-prod-gallery .large-slider {
  margin-bottom: 30px;
}
.ns-prod-gallery .small-slider {
  padding-bottom: 55px;
}
.ns-prod-gallery .slick-slide img {
  object-fit: cover;
}
.ns-prod-gallery .large-slider .slick-track {
  display: flex;
  align-items: center;
}
.ns-prod-gallery .small-slider .slick-slide {
  height: auto;
  border-radius: 0;
  border: 1px solid #ebebeb;
  padding: 15px;
  margin-bottom: 14px;
  cursor: pointer;
  transition: border-color 0.2s;
  outline: none;
}
.ns-prod-gallery .small-slider .slick-slide:hover {
  border-color: #0a8fbd;
}
.ns-prod-gallery .small-slider .slick-slide img {
  max-height: 150px;
}
.ns-prod-gallery .small-slider .slick-list {
  margin: 0 -11px;
}
.ns-prod-gallery .large-slider .slick-slide {
  height: 556px;
  border-radius: 0;
}
.ns-prod-gallery .large-slider .slick-slide img {
  max-height: 531px;
  padding: 30px;
  outline: none;
}
.ns-prod-gallery .small-slider .slick-prev, .ns-prod-gallery .small-slider .slick-next {
  position: absolute;
  bottom: 29px;
  background: none;
  font-size: 0;
  border: 1px solid #ebebeb;
  transition: border-color 0.2s;
  width: 46px;
  height: 30px;
  cursor: pointer;
  z-index: 10;
}
.ns-prod-gallery .small-slider .slick-prev:hover, .ns-prod-gallery .small-slider .slick-next:hover {
  border-color: #0a8fbd;
  z-index: 11;
}
.ns-prod-gallery .small-slider .slick-prev:focus, .ns-prod-gallery .small-slider .slick-next:focus {
  outline: none !important;
}
.ns-prod-gallery .small-slider .slick-next:before, .ns-prod-gallery .small-slider .slick-prev:before {
  font-family: 'fontello';
  font-size: 18px;
  display: block;
  line-height: 1;
  border-radius: 0;
  width: 22px;
  margin: 0 auto;
  z-index: 10;
}
.ns-prod-gallery .small-slider .slick-next {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  right: calc(50% - 28px);
  transform: translateX(50%);
}
.ns-prod-gallery .small-slider .slick-next:before {
  content: "\f105";
  transform: rotate(0);
}
.ns-prod-gallery .small-slider .slick-prev {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  left: calc(50% - 28px);
  transform: translateX(-50%);
}
.ns-prod-gallery .small-slider .slick-prev:before {
  content: "\f105";
  transform: scale(-1, -1);
}
/*qty btn*/
.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: #bcbcbc;
  margin-left: -1px;
  background-color: #eff2f6;
  color: #000;
  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: #bcbcbc;
  background: #fff;
  color: #000;
  cursor: pointer;
}
.quantity input[type="button"]:nth-child(2) {
  border-radius: 0 0 0 0;
}
.quantity input[type="button"]:nth-child(4) {
  border-radius: 0 0 0 0;
  margin-left: -1px;
}
.quantity input[type="button"]:hover {
  color: #0a8fbd;
}
.quantity input[type="number"]:disabled, .quantity input[type="number"]:hover:disabled {
  color: #666;
}
.quantity input:disabled, .quantity input:hover:disabled {
  color: #ccc;
  background-color: #ebebe4;
  cursor: default;
  border-color: #ccc #bbb #aaa;
}
/* 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: #0a8fbd;
  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: #fff;
  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: #0a8fbd;
}
.star-rating .fa-star-o {
  color: #0a8fbd;
}
.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: #0a8fbd;
  border-color: #0a8fbd !important;
  color: #fff !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: #0a8fbd !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 .prod-percent {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  background: #f0f0f0;
  color: #0a8fbd;
  padding: 3px 12px;
  z-index: 15;
}
.prod-single-left > span.onsale {
  display: none;
}
.prod-single-right h1.product_title {
  font-size: 32px;
  font-weight: 700;
  line-height: 51px;
  color: #565656;
}
.prod-single-right > div.row {
  align-items: center;
  padding: 15px 0;
}
.simple-pricing {
  display: flex;
  justify-content: flex-end;
}
.prod-single-right .single_variation_wrap {
  background-color: #eff2f6;
  padding: 0 20px 20px 20px;
}
.prod-single-right .single_variation_wrap > div.row {
  padding: 20px 0;
  align-items: center;
  justify-content: space-between;
}
.composite_form:not(.paged) .composite_wrap {
  padding: 20px 0 !important;
}
.prod-price-container {
  background-color: #eff2f6;
  padding: 20px 20px 0 20px;
  margin-top: 25px;
}
.prod-single-right .price-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}
.prod-single-right .price-row .cena-brez-ddv {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.prod-single-right .price-row .prihranek-txt {
  color: #0a8fbd;
  font-weight: 700;
  font-size: 18px;
}
.prod-single-right .price-row .cena-crossed {
  color: #3f4042;
  text-decoration: line-through;
}
.prod-single-right .price-row .cena-txt.cena {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.prod-single-right .price-row .cena-txt.cena > span > .amount {
  color: #e22a22;
  font-size: 30px;
  font-weight: 700;
}
.prod-single-right .quant-row {
  display: flex;
  justify-content: flex-start;
}
.prod-single-right .nazalogi {
  color: #96ad48;
}
.prod-single-right .nazalogi:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  background: url('img/check.svg');
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.prod-single-right .stock-row > p.stock {
  margin-bottom: 0;
}
.prod-single-right .stock-row {
  display: none;
  justify-content: flex-end;
}
.prod-single-right .stock-row > .nazalogi {
  font-weight: 700;
  color: #e22a22;
}
.prod-single-right .stock-row > .ninazalogi {
  font-weight: 700;
  color: red;
}
.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: #0a8fbd;
}
.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: #0a8fbd;
  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;
}
/*add to cart btn*/
.single_add_to_cart_button {
  font-size: 17px !important;
  font-weight: 400 !important;
  padding: 8px 20px !important;
  margin-left: 40px;
  display: flex;
  align-items: center;
}
.single_add_to_cart_button > svg {
  margin-left: 10px;
}
.btn-povprasevanje {
  font-size: 17px !important;
  font-weight: 400 !important;
  padding: 8px 20px !important;
  margin-left: 0;
}
/*bottom details*/
.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 !important;
}
.ns-spec-title h3:after {
  content: "";
  margin-top: 10px;
  height: 4px;
  width: calc(100% - 80px);
  min-width: 40px;
  background-color: #0a8fbd;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.ns-prod-details-tabs {
  background-color: #fff;
  border: none;
}
.ns-prod-details-tabs > div.vc_tta-tabs-container {
  border-bottom: 1px solid #eff2f6;
}
.ns-prod-details-tabs .vc_tta-panels {
  background-color: #fff !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: #fff !important;
  border: none !important;
}
.ns-prod-details-tabs .vc_tta-title-text {
  font-size: 25px;
  font-weight: 400;
}
.ns-prod-details-tabs .vc_tta-tab.vc_active > a, .ns-prod-details-tabs .vc_tta-tab > a:hover {
  color: #000 !important;
  background-color: #eff2f6 !important;
}
.ns-prod-details-tabs.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
  padding: 40px 0 !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: #0a8fbd;
  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;
}
.type-product h2 {
  font-size: 21px;
  line-height: 120%;
  font-weight: normal;
  margin-bottom: 15px;
  color: #565656;
}
.type-product h3 {
  font-size: 21px;
  line-height: 120%;
  font-weight: 700;
  color: #565656;
}
@media screen and (max-width: 1379px) {
  /*
   .ns-prod-gallery .small-slider .slick-slide {
   height: 52px;
   }
   */
  /*
   .ns-prod-gallery .small-slider {
   max-width: 292px;
   margin:0 auto;
   padding-bottom:20px;
   }
   .ns-prod-gallery .small-slider .slick-slide {
   max-width:84px;
   }
   .ns-prod-gallery .small-slider .slick-prev {
   width:64px;
   height: 84px;
   top:0;
   left:-73px;
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 15px;
   border-top-right-radius: 0;
   border-top-left-radius: 15px;
   }
   .ns-prod-gallery .small-slider .slick-next {
   width:64px;
   height: 84px;
   top:0;
   right:-73px;
   left:unset;
   border-bottom-right-radius: 15px;
   border-bottom-left-radius: 0;
   border-top-right-radius: 15px;
   border-top-left-radius: 0;
   }*/
  .ns-prod-bot-details-row {
    padding: 45px 0;
  }
  .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 .small-slider .slick-slide {
    border-radius: 0;
  }
  .ns-prod-gallery .large-slider .slick-slide {
    height: 400px;
  }
  .ns-prod-gallery .large-slider .slick-slide {
    height: 560px;
  }
}
@media screen and (max-width: 991px) {
  h1.product_title.entry-title {
    font-size: 32px;
    margin-bottom: 15px;
    color: #565656;
  }
  .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;
  }
  .single-product .ns-front-icons-container > div {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  h1.product_title.entry-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .ns-prod-bot-details-row {
    padding: 15px 0;
  }
  .ns-prod-bot-details-row .vc_tta-title-text {
    color: #0a8fbd;
  }
  .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: #f0f0f0;
  }
  .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: #fff !important;
    border: none;
  }
  h1.product_title.entry-title {
    margin-bottom: 15px;
  }
  .ns-prod-gallery .large-slider .slick-slide {
    height: 460px;
  }
  .ns-prod-details-tabs.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    padding: 20px !important;
  }
}
@media screen and (max-width: 575px) {
  .single-product #content.site-content {
    margin-bottom: 50px;
  }
  .prod-single-right .stock-row {
    justify-content: flex-start;
  }
  h1.product_title.entry-title {
    font-size: 21px;
  }
  .ns-prod-bot-details-row {
    border-radius: 0;
  }
  .ns-prod-gallery .large-slider .slick-slide {
    height: 370px;
  }
  .ns-prod-gallery .large-slider .slick-slide img {
    max-height: 310px;
  }
  .ns-prod-gallery .small-slider .slick-slide {
    height: 80px;
    padding: 5px;
  }
  .ns-prod-gallery .small-slider .slick-slide img {
    max-height: 60px;
  }
  .ns-prod-gallery .large-slider .slick-slide img {
    padding: 0;
  }
  .prod-single-right .quant-row {
    flex-wrap: wrap;
  }
  .prod-single-right .quant-row > div {
    flex: 1 0 100%;
  }
  .prod-single-right .quant-row .simple-pricing {
    margin-top: 1.5em;
    justify-content: flex-start;
  }
  .single_add_to_cart_button {
    margin-left: 0;
    justify-content: center;
    width: 100%;
  }
  .ns-prod-details-tabs .vc_tta-title-text {
    font-size: 18px;
  }
  .single-product .ns-front-prod-slider-row {
    margin-bottom: 0;
  }
  .woocommerce-page div#primary.content-area {
    margin-bottom: 15px;
  }
}
@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;
  }
}
@media screen and (max-width: 414px) {
  .ns-prod-gallery .large-slider .slick-slide img {
    max-height: unset;
  }
  .ns-prod-gallery .large-slider .slick-slide {
    height: auto;
  }
  .ns-prod-gallery .large-slider .slick-slide img {
    padding: 0;
  }
  .ns-prod-gallery .slick-slider > div > div > div {
    margin: 0 5px;
  }
  .ns-prod-gallery .small-slider .slick-list {
    margin: 0 -5px;
  }
}
@media screen and (max-width: 360px) {
  /*
   .ns-prod-gallery .large-slider .slick-slide img {
   max-height: 170px;
   }
   .ns-prod-gallery .large-slider .slick-slide {
   height:202px;
   }
   */
  .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;
  }
  .single_variation_wrap > form > div.row > div > .simple-pricing {
    justify-content: flex-start;
    margin-top: 15px;
  }
  .single_variation_wrap > form > div.row > div > .simple-pricing > button {
    width: 100%;
  }
}
.custom-pink-box {
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 3px;
  overflow: hidden;
  z-index: 1;
}
.custom-pink-box img {
  border-radius: 3px;
}
.woocommerce ul.products li.product {
  position: relative;
  /* Ensure relative positioning for products */
}
.panel-wrap {
  background: #ffe0e7;
  padding: 20px;
  font-size: 0.8rem;
}
.panel-wrap p {
  margin: 0;
}
.panel-wrap .mb15 {
  margin-bottom: 15px;
}
.panel-wrap .mb10 {
  margin-bottom: 10px;
}
.panel-wrap .exposed {
  background: #e5529e;
  color: #fff;
  padding: 0 10px;
  display: inline-block;
  margin: 0;
  font-size: 1.15em;
}
.panel-wrap .exposed span {
  color: #e5529e;
  background: #fff;
  padding: 0 3px 0 3px;
  margin-top: 1px;
  margin-bottom: 1px;
  font-size: 14px;
  display: inline-block;
}
.panel-wrap .exposed-bigger {
  font-size: 21px;
  min-width: 25%;
  font-size: 15px;
}
.panel-wrap img.icon {
  margin-top: 1px;
}
@media screen and (max-width: 990px) {
  .panel-wrap .exposed {
    padding: 2px 10px 0 10px;
  }
  .panel-wrap .exposed span {
    margin-bottom: 2px;
    font-size: 12px;
    margin-top: 0;
  }
  .panel-wrap .exposed-bigger {
    padding: 0 10px 0 10px;
  }
  .panel-wrap img {
    margin-bottom: 3px;
  }
}
.ns-ikonce-lead-txt h3 {
  font-size: 25px !important;
  font-weight: 400 !important;
  color: #565656 !important;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .exposed {
    font-size: 1.05em;
  }
}
/**
 * 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%;
  }
}
.select2-container {
  z-index: 1 !important;
}
#billing_address_2_field {
  display: none !important;
}
#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: red;
  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: #0a8fbd;
  text-decoration: none;
  font-weight: 400;
}
#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 .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: 47%;
}
#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: #0a8fbd;
  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-subtotal, .woocommerce-cart-form .product-price, .woocommerce-cart-form .product-quantity {
  text-align: center;
}
.woocommerce-cart-form .product-name {
  max-width: 660px;
}
.woocommerce-cart-form .product-name a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s;
}
.woocommerce-cart-form .product-name a:hover {
  color: #0a8fbd;
}
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: red;
  font-size: 32px;
  line-height: 0.5;
}
table.shop_table tr.ns_hide_row, .woofc-item.ns_hide_row {
  display: none;
}
.woocommerce-cart-form .cart_item {
  /*border-bottom:1px solid #ebebeb;*/
}
/*
 .woocommerce-cart-form tr.cart_item.bundled_table_item:not(.component_table_item) {
 border-bottom:1px solid #ebebeb !important;
 }
 */
.woocommerce-cart-form .cart_item td {
  border-collapse: collapse;
  padding: 10px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.woocommerce-cart-form thead tr th {
  border-collapse: collapse;
  padding-bottom: 20px;
}
.woocommerce-cart-form .cart_item td:first-child {
  /* border-left:1px solid #e5e5e5;*/
}
.woocommerce-cart-form .cart_item td:last-child {
  /* border-right:1px solid #e5e5e5;*/
}
.woocommerce-cart-form table.cart {
  border-collapse: collapse;
}
.woocommerce-cart-form .btn {
  float: right;
  margin-top: 30px;
}
.checkout_coupon.woocommerce-form-coupon {
  display: block !important;
  margin-bottom: 20px;
}
/*
 .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_totals {
  border: 1px solid #e3e3e3;
  padding: 15px;
  box-shadow: 0 5px 10px rgba(154, 160, 185, .05), 0 10px 30px rgba(166, 173, 201, .2);
}
.ns-cart-coupon {
  margin-top: 35px;
  display: flex;
  justify-content: right;
  height: 46px;
}
.woocommerce-cart-form .ns-cart-coupon .btn {
  margin-top: 0;
}
.ns-cart-coupon label {
  margin-bottom: 0;
  display: none;
}
.ns-cart-coupon input {
  height: 100%;
  border-radius: 4px;
  padding: 0 15px;
}
.ns-cart-coupon > * {
  margin-right: 10px;
}
.cart-collaterals .cart_totals table tr td {
  width: 350px;
}
.wc-proceed-to-checkout {
  float: right;
  margin-bottom: 30px;
  width: 100%;
}
.wc-proceed-to-checkout a {
  text-decoration: none;
  width: 100%;
  text-transform: uppercase !important;
  border-radius: 3px;
  padding: 15px 0;
}
.woocommerce-form-coupon-toggle {
  margin-top: 20px;
  display: none;
}
.checkout_coupon input {
  height: 46px;
  border-radius: 15px;
  padding: 0 15px;
  margin-right: 10px;
}
.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%;
}
.checkout-row h3 {
  margin-top: 30px;
  margin-bottom: 30px;
}
h3#ship-to-different-address {
  font-size: 1.125rem;
  font-family: 'Roboto', sans-serif;
}
.woocommerce-billing-fields .select2-container .select2-selection--single, .woocommerce-shipping-fields .select2-container .select2-selection--single {
  padding: 10px;
  height: auto;
}
.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 #e5e5e5;
}
.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: #f1f1f1;
  padding: 30px;
  display: inline-block;
}
.woocommerce-checkout-payment .payment_box {
  position: relative;
  display: block;
  margin: 15px 0;
  background: #dedede;
  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 #dedede;
  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 #e5e5e5;
  padding: 15px;
  margin-bottom: 30px;
  background: #f1f1f1 !important;
}
abbr.required {
  border: none !important;
  text-decoration: none !important;
}
.woocommerce-NoticeGroup ul.woocommerce-error, .woocommerce-notices-wrapper ul.woocommerce-error {
  margin: 0;
  padding: 0;
  width: 100%;
  background: none;
}
.woocommerce-NoticeGroup ul.woocommerce-error li, .woocommerce-notices-wrapper ul.woocommerce-error li {
  list-style: none;
  border-bottom: 1px solid red;
  line-height: 2em;
}
.woocommerce-notices-wrapper ul.woocommerce-error {
  margin: 30px 0;
  color: red;
}
.checkout-error {
  margin: 30px 0;
  color: red;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  border-bottom: 1px solid red;
}
form.woocommerce-cart-form table.shop_table td.product-subtotal > .component_table_item_subtotal {
  display: none;
}
form.woocommerce-cart-form tr.component_table_item.bundle_table_item td.product-quantity {
  display: none;
}
form.woocommerce-cart-form tr.component_table_item.bundle_table_item td.product-name dl.component > dd > p {
  display: none;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 red;
}
.required {
  color: red !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 #e5e5e5;
}
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 #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  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%;
}
.place-order button#place_order {
  width: 100%;
  text-transform: uppercase !important;
  padding: 15px 0;
}
.cart-header-text {
  text-align: center;
  background: #ffe0e7;
  padding: 10px;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.cart-header-text h3 {
  font-weight: bold;
}
.woocommerce-privacy-policy-text {
  font-size: 12px;
}
.woocommerce-checkout-payment .checkout-text {
  font-size: 12px;
}
@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 #e5e5e5;
    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;
  }
  .ns-cart-coupon, .ns-checkout-coupon {
    flex-wrap: wrap;
  }
  .ns-checkout-coupon {
    display: flex;
    justify-content: center;
  }
  .ns-checkout-coupon button {
    width: 70%;
  }
  .checkout_coupon input {
    margin-right: unset;
    border-radius: 4px;
  }
  .ns-cart-coupon input, .ns-checkout-coupon input {
    margin-bottom: 10px;
  }
  .woocommerce-cart-form .btn {
    float: left;
    display: block;
    margin-top: 55px;
    width: 70%;
    border-radius: 3px;
    padding: 10px;
  }
  .woocommerce-checkout-payment {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .ns-update-cart {
    display: flex;
    justify-content: center;
  }
  .ns-cart-coupon > * {
    margin-right: unset;
  }
  .ns-cart-coupon {
    margin-top: unset;
    justify-content: center;
  }
  .cart_totals {
    padding: 10px;
  }
  .woocommerce-cart-form td.product-thumbnail {
    width: 100%;
  }
  .woocommerce-cart-form .product-thumbnail img {
    width: 100px;
    padding-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .cart-header-text {
    flex-direction: column-reverse;
  }
}
/**
 * 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: "\53\53\53\53\53";
  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: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  color: #0a8fbd;
}
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: "\53";
  color: #000;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a:before {
  content: "\53";
  color: #000;
  opacity: 0.25;
}
p.stars:hover a:before {
  content: "\53";
  color: #0a8fbd;
  opacity: 1;
}
p.stars.selected a.active:before {
  content: "\53";
  color: #0a8fbd;
  opacity: 1;
}
p.stars.selected a.active ~ a:before {
  content: "\53";
  color: #000;
  opacity: 0.25;
}
p.stars.selected a:not(.active):before {
  content: "\53";
  color: #0a8fbd;
  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;
  }
}
.ns-woo-minicart.ns-woo-minicart-wrap a {
  color: #000;
}
.ns-woo-minicart svg {
  width: 36px;
  height: 27px;
}
.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;
}
.incart_free_shipping_container {
  display: none;
}
.free_shipping_container {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -50px;
  left: 20%;
  width: auto;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0px 0 13px 0px rgba(0, 0, 0, 0.15);
}
.free_shipping_container.show-it {
  visibility: visible;
  opacity: 1;
  transition: all 0.2s;
}
header.nav-down .free_shipping_container {
  position: relative;
  visibility: visible;
  opacity: 1;
  left: 0;
  top: 0;
  padding: 0;
  text-align: left;
  box-shadow: none;
  transition: none;
}
header.nav-down .ns-woo-minicart.ns-woo-minicart-wrap {
  display: block;
}
header.nav-down .ns-mini-cart-container {
  justify-content: flex-start;
}
@media screen and (max-width: 991px) {
  .incart_free_shipping_container {
    display: block;
    padding: 0 20px;
  }
}
@media screen and (max-width: 575px) {
  .ns-minicart-txt {
    display: none;
  }
}
/**
 * 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: #0a8fbd;
  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: #0a8fbd;
}
.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%;
}
/*# sourceMappingURL=woocommerce.css.map */