@charset "UTF-8";
/*
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;
  }
}
table.wpt_product_table tr.wpt_row td.wpt_quantity {
  width: 93px;
}

table.wpt_product_table tr.wpt_row td.wpt_quantity div.quantity {
  position: absolute;
  left: 0;
}

body.wpt_table_body .wpt_product_table_wrapper.wpt-wrap.classic_wrapper {
  max-width: 1290px;
  margin: 0 auto;
}

.wpt_product_table_wrapper.wpt-wrap.classic_wrapper table span.wpt_ccount {
  display: none !important;
}

.wpt_product_table_wrapper.wpt-wrap.classic_wrapper table span.wpt-cart-remove {
  display: none !important;
}

.wpt-wrap .qib-button-wrapper .quantity input.input-text.qty.text,
body.wpt_table_body .wpt_product_table_wrapper.wpt-wrap.classic_wrapper table tbody tr > td.wpt_quantity input.input-text.qty.text {
  background-color: #f9f9f9 !important;
}

.table_bulk_discount_view .mobile_var_legend,
.table_bulk_discount_view .mobile_var_price {
  display: none;
}

.table_bulk_discount_view .variation_legend {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1120px) {
  .wpt_filter_wrapper select,
  .wpt_varition_section select {
    padding-left: 10px !important;
    font-size: 14px;
  }
  body.wpt_table_body .wpt_product_table_wrapper.wpt-wrap.classic_wrapper table tbody tr > td {
    font-size: 14px;
  }
  body.wpt_table_body .wpt_product_table_wrapper.wpt-wrap.classic_wrapper table tbody tr > td a.button {
    font-size: 14px !important;
  }
  body.wpt_table_body .wpt_product_table_wrapper.wpt-wrap.classic_wrapper table tbody tr > td button.btn {
    font-size: 14px !important;
    font-weight: 400 !important;
    min-width: unset;
  }
  table.wpt_product_table tr.wpt_row td.wpt_quantity div.quantity {
    position: relative;
  }
  .wpt-wrap .qib-button.qib-button-wrapper {
    top: -5px;
    height: 55px !important;
  }
  body.wpt_table_body .wpt_product_table_wrapper.wpt-wrap.classic_wrapper table tbody tr > td button.qib-button {
    height: 20px !important;
  }
  body.wpt_table_body .wpt-wrap table tbody tr > td button.plus.qib-button {
    top: unset !important;
    bottom: 0 !important;
    width: 50% !important;
    border-radius: 0 !important;
    border-bottom-right-radius: 5px !important;
  }
  body.wpt_table_body .wpt-wrap table tbody tr > td button.minus.qib-button {
    bottom: 0 !important;
    left: 0 !important;
    width: 50% !important;
    border-radius: 0 !important;
    border-bottom-left-radius: 5px !important;
  }
  body.wpt_table_body .wpt-wrap table tbody tr > td .qib-button-wrapper div.quantity.wqpmb_quantity {
    top: -5px;
    height: 23px !important;
    width: 100%;
  }
  .wpt-wrap .qib-button-wrapper .quantity input.input-text.qty.text,
  body.wpt_table_body .wpt_product_table_wrapper.wpt-wrap.classic_wrapper table tbody tr > td.wpt_quantity input.input-text.qty.text {
    top: 0;
    height: 23px;
    width: 100%;
    max-width: unset !important;
    font-size: 14px;
  }
  body.wpt_table_body .wpt_product_table_wrapper.wpt-wrap.classic_wrapper table tbody tr > td {
    padding: 10px 5px;
  }
  body.wpt_table_body .wpt_product_table_wrapper.wpt-wrap.classic_wrapper table tbody tr .item_inside_cell.wpt_action,
  .td_or_cell.wpt_action > div {
    margin-right: 0;
  }
  table.wpt_product_table tr.wpt_row td.wpt_quantity {
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  body.wpt_table_body .wpt-wrap .wpt_table_tag_wrapper,
  body.wpt_table_body .wpt_product_table_wrapper.wpt-wrap.classic_wrapper {
    max-width: 690px;
    width: auto;
    overflow-x: unset;
    box-shadow: none;
    border: none;
  }
  body.wpt_table_body .wpt_product_table_wrapper.wpt-wrap.classic_wrapper table tbody {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  body.wpt_table_body .wpt_product_table_wrapper.wpt-wrap.classic_wrapper table tbody tr {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(33.33333333% - 20px);
    padding: 15px 5px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-bottom: none;
  }
  body.wpt_table_body .wpt_product_table_wrapper.wpt-wrap.classic_wrapper table tbody tr > td {
    justify-content: center;
  }
  body.wpt_table_body .wpt_product_table_wrapper.wpt-wrap.classic_wrapper table.wpt-tbl thead {
    display: none;
  }
  body.wpt_table_body .wpt_product_table_wrapper.wpt-wrap.classic_wrapper table tbody tr > td.wpt_check {
    display: none !important;
  }
  body.wpt_table_body .wpt_product_table_wrapper.wpt-wrap.classic_wrapper table tbody tr > td.wpt_thumbnails img {
    width: 120px;
    height: 120px;
  }
  body.wpt_table_body .wpt_product_table_wrapper.wpt-wrap.classic_wrapper table tbody tr > td.wpt_thumbnails {
    padding-bottom: 20px;
    margin: 0 -5px;
    border-bottom: 1px solid var(--wpt_off_white);
  }
  body.wpt_table_body .wpt_product_table_wrapper.wpt-wrap.classic_wrapper table tbody tr > td {
    padding: 0px 5px;
  }
  body.wpt_table_body .wpt_product_table_wrapper.wpt-wrap.classic_wrapper table tbody tr > td.wpt_price {
    margin: 10px 5px 0 5px !important;
    border-top: 1px solid #444444 !important;
    padding-top: 10px !important;
  }
  body.wpt_table_body .wpt_product_table_wrapper.wpt-wrap.classic_wrapper table tbody tr > td > .table_details_variation_row {
    display: flex;
    flex-wrap: wrap;
    padding: 8px 0 0 0 !important;
  }
  body.wpt_table_body .wpt_product_table_wrapper.wpt-wrap.classic_wrapper table tbody tr > td > .table_details_variation_row > span.left-content {
    flex: 1 0 auto;
  }
  body.wpt_table_body .wpt_product_table_wrapper.wpt-wrap.classic_wrapper table tbody tr > td > .table_details_variation_row > span.right-content {
    flex: 0 0 auto;
  }
  body.wpt_table_body .wpt_product_table_wrapper.wpt-wrap.classic_wrapper table tbody tr > td button.btn,
  body.wpt_table_body .wpt_product_table_wrapper.wpt-wrap.classic_wrapper table tbody tr > td a.button {
    width: 100%;
    text-align: center;
    padding: 7px 10px;
    text-transform: uppercase;
    font-weight: 700 !important;
    margin-top: 8px !important;
    margin-bottom: auto !important;
  }
  .wpt-wrap .qib-button.qib-button-wrapper {
    top: 0px;
    height: 80px !important;
  }
  body.wpt_table_body .wpt_product_table_wrapper.wpt-wrap.classic_wrapper table tbody tr > td button.qib-button {
    height: 25px !important;
  }
  .wpt-wrap .qib-button-wrapper .quantity input.input-text.qty.text,
  body.wpt_table_body .wpt_product_table_wrapper.wpt-wrap.classic_wrapper table tbody tr > td.wpt_quantity input.input-text.qty.text {
    background-color: #f9f9f9 !important;
    height: 31px;
    border-bottom: none;
  }
  body.wpt_table_body .wpt_product_table_wrapper.wpt-wrap.classic_wrapper table tbody tr > td.wpt_variations form .wpt_varition_section.variations {
    margin: 8px 0 !important;
  }
  body.wpt_table_body .wpt_product_table_wrapper.wpt-wrap.classic_wrapper table tbody tr > td.wpt_variations form .wpt_varition_section.variations select {
    width: 100%;
  }
  body.wpt_table_body .wpt_product_table_wrapper.wpt-wrap.classic_wrapper table tbody tr > td.wpt_variations form .wpt_varition_section.variations .reset_variations {
    display: none !important;
  }
  body.wpt_table_body .wpt_product_table_wrapper.wpt-wrap.classic_wrapper table tbody tr > td.wpt_quantity {
    margin-top: auto;
  }
  .table_bulk_discount_view {
    flex-direction: column;
    align-items: flex-start !important;
    padding-left: 0 !important;
    height: 100% !important;
    max-height: calc(100% - 59px);
    overflow-y: auto;
    background: rgb(255, 255, 255) !important;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(244, 249, 252) 15%, rgb(244, 249, 252) 100%) !important;
  }
  .table_bulk_discount_view > div {
    padding: 5px 0 !important;
    margin: 0 8px !important;
  }
  .table_bulk_discount_view .wpt_product_price {
    white-space: normal;
    align-items: flex-start;
  }
  .table_bulk_discount_view .mobile_var_legend,
  .table_bulk_discount_view .mobile_var_price {
    display: inline-block;
  }
  .table_bulk_discount_view .variation_legend {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.wpt_table_body .wpt_product_table_wrapper.wpt-wrap.classic_wrapper {
    max-width: 510px;
  }
  body.wpt_table_body .wpt_product_table_wrapper.wpt-wrap.classic_wrapper table tbody tr {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(50% - 20px);
  }
  body.wpt_table_body .wpt_product_table_wrapper.wpt-wrap.classic_wrapper table tbody tr > td {
    padding: 0 5px !important;
  }
  body.wpt_table_body .wpt_product_table_wrapper.wpt-wrap.classic_wrapper table tbody tr {
    padding: 15px 5px !important;
  }
}
@media screen and (max-width: 575px) {
  body.wpt_table_body .wpt_product_table_wrapper.wpt-wrap.classic_wrapper table tbody tr > td button.btn,
  body.wpt_table_body .wpt_product_table_wrapper.wpt-wrap.classic_wrapper table tbody tr > td a.button {
    white-space: normal;
  }
  .table_bulk_discount_view > div {
    font-size: 12px;
  }
  .table_bulk_discount_view .wpt_product_price {
    align-items: flex-start !important;
    flex-direction: column;
  }
}
/**
 * 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%;
  }
}
h1.product-category-title {
  font-size: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cfc9c4;
}

ul.products {
  display: block;
}

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

.prod-archive-right {
  margin-bottom: 100px;
}

.product_archive_row .prod-archive-right h1 {
  border-bottom: 2px solid #e8e8e8;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 35px;
  color: #ad7866;
  margin-top: -37.5px;
}
@media screen and (max-width: 1379px) {
  .product_archive_row .prod-archive-right h1 {
    margin-top: -17.5px;
  }
}

body.archive .product_finder_container {
  margin-bottom: 30px;
}

body.archive .shop-category-content {
  margin-top: 40px;
  margin-bottom: 40px;
}

.category-description-wrapper {
  padding: 20px 0;
}
.category-description-wrapper > div {
  padding-left: 0;
  padding-right: 0;
}

.subcategories-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
}
.subcategories-wrapper .subcategory > a {
  position: relative;
  display: block;
  aspect-ratio: 300/225;
}
.subcategories-wrapper .subcategory > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.2s;
}
.subcategories-wrapper .subcategory > a:hover:before {
  opacity: 1;
  transition: opacity 0.2s;
}
.subcategories-wrapper .subcategory img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subcategories-wrapper .subcategory h3 {
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
}
.subcategories-wrapper .subcategory h3 a {
  color: #000000;
  transition: color 0.2s;
}
.subcategories-wrapper .subcategory h3 a:hover {
  color: #AD7866;
  transition: color 0.2s;
  text-decoration: none;
}

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

h1.woocommerce-products-header__title {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #f9f6f1;
}

.term-description p {
  font-size: 18px;
  line-height: 165%;
}

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: 45px;
}

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: 50px;
  height: 50px;
  margin-right: 0.5rem;
  border-radius: 0px;
  border: 1px solid #ececec;
  background-color: transparent;
  color: #a4a4a4;
  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: #c8c8c8;
  background-color: #FCF5F2;
  border-color: #FCF5F2;
  text-decoration: 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: 40px;
  padding: 10px;
  background-color: #f8f8f8;
  display: none;
}
.woocommerce-top-info-container select {
  background-color: #ffffff;
}

.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 {
  display: none;
}

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

.ns-woocomm-arch .btn {
  border-radius: 0 !important;
}

body.search .products-element-wrapper {
  display: block;
}

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;
}

.ellipsis {
  display: inline; /* Default to showing the ellipsis inline */
}

.term-description .more-text {
  display: none; /* Ensure hidden content is hidden initially */
}

.show-more {
  display: inline;
  margin-top: 10px;
  cursor: pointer;
  color: #AD7866;
}

/*/
.ns-woocomm-arch .cena-container .cena-txt {
  margin-bottom: 20px;
}*/
.products-element-wrapper .loop-item .prod-inner .izdelek-txt .btn {
  width: 100%;
} /*
.products-element-wrapper .loop-item .prod-inner .izdelek-txt {
  padding: 0;
}*/
@media screen and (max-width: 1379px) {
  .subcategories-wrapper .subcategory h3 {
    font-size: 18px;
  }
  .subcategories-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  body.archive .shop-category-content {
    margin-top: 0;
  }
}
@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;
  }
  body.archive .product_finder_container .text-block h2 {
    display: none;
  }
  body.archive .product_finder_container .inputs-block .product_find_btn {
    width: 100%;
    justify-content: center;
  }
  body.archive .product_finder_container .text-block {
    text-align: left;
  }
}
@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;
  }
  .subcategories-wrapper .subcategory h3 {
    font-size: 14px;
  }
  .subcategories-wrapper {
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@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 .izdelek-txtlink .cena-txt .amount {
    font-size: 18px;
  }
  .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;
  }
  .btn-show-filter {
    width: 100%;
  }
  .ns-order-container,
  .woocommerce-top-info-container .ns-order-container form > select.orderby {
    width: 100%;
  }
  body.archive .product_finder_container .text-block h4 {
    margin-bottom: 5px;
    line-height: 1.5;
  }
  body.archive .product_finder_container .inputs-block .product_find_btn {
    margin-top: 0;
    margin-bottom: 0;
  }
  .subcategories-wrapper {
    grid-gap: 10px;
  }
}
@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 {
  display: inline-block;
  width: 100%;
  margin-top: 60px;
}
.single-product div.product .vc_tta.vc_general .wpb_text_column {
  margin: 0 20px;
}

.single-product .products-element-wrapper div.product {
  display: flex;
  flex-direction: column;
  align-self: stretch;
}

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

.woocommerce-page div#primary.content-area {
  margin-bottom: 0;
}

/*gallery*/
.slider-for-product.large-slider.ns_no_gallery {
  border-radius: 20px;
}

.slider-for-product.large-slider.ns_no_gallery img {
  display: block;
  margin: 0 auto;
  padding: 10px;
  border-radius: 20px;
}

/*HORIZONTAL THUMBNAILS GALLERY*/
.ns-prod-gallery.horizontal .slick-slider > div > div > div {
  margin: 0 10px;
  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: 20px;
}

.ns-prod-gallery.horizontal .slick-slide img {
  object-fit: cover;
  aspect-ratio: 4/3;
}

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

.ns-prod-gallery.horizontal .small-slider {
  margin-bottom: 1rem;
}

.ns-prod-gallery.horizontal .small-slider .slick-slide {
  position: relative;
  height: auto;
  border-radius: 20px;
  padding: 0;
  cursor: pointer;
  transition: border-color 0.2s;
  outline: none;
  border: 1px solid #f8f8f8;
}

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

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

/*
.ns-prod-gallery.horizontal .small-slider .slick-slide:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: $primary-color;
}
.ns-prod-gallery.horizontal .small-slider .slick-slide:hover:after {
  opacity: 1;
  transition: opacity 0.2s;
}*/
.ns-prod-gallery.horizontal .small-slider .slick-slide img {
  max-height: unset;
  max-width: unset;
  border-radius: 20px;
  padding: 0px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

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

.ns-prod-gallery.horizontal .large-slider.ns_no_gallery > div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

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

.ns-prod-gallery.horizontal .large-slider .slick-slide img {
  margin: 0 auto;
  padding: 0;
  outline: none;
  border-radius: 20px;
}

.ns-prod-gallery.horizontal .small-slider .slick-prev,
.ns-prod-gallery.horizontal .small-slider .slick-next {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%) !important;
  font-size: 0;
  background: none;
  border: none;
  transition: background-color 0.2s;
  width: 30px;
  height: 42px;
  cursor: pointer;
  z-index: 10;
}

.ns-prod-gallery.horizontal .small-slider .slick-prev:hover,
.ns-prod-gallery.horizontal .small-slider .slick-next:hover {
  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: 42px;
  margin: 0 auto;
  z-index: 10;
}

.ns-prod-gallery.horizontal .small-slider .slick-next {
  border-radius: 0;
  right: 0;
  transform: translateX(50%);
}

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

.ns-prod-gallery.horizontal .small-slider .slick-prev {
  border-radius: 0;
  left: 0;
  transform: translateX(-50%);
}

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

/*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: 20px;
  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: #AD7866;
}

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

.ns-prod-gallery.vertical .large-slider .slick-slide {
  height: 551px;
  border-radius: 20px;
  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: #AD7866;
  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: 20px;
  width: 22px;
  margin: 0 auto;
  z-index: 10;
}

.ns-prod-gallery.vertical .small-slider .slick-next {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  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: 20px;
  border-top-right-radius: 20px;
  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: #AD7866;
  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);
  }
}
.product-intro-col {
  margin-bottom: 1rem;
}
.product-intro-col h1.product_title.entry-title {
  position: relative;
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cfc9c4;
  color: #ad7866;
}

/*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: #AD7866;
}

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

.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: #AD7866;
  border-color: #AD7866 !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: #AD7866 !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: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: #AD7866;
  color: #ffffff;
  padding: 5px;
  z-index: 10;
}

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

.prod-single-left > a.ns-lightbox > img {
  width: 100% !important;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
  background: #fff;
}

.prod-single-right {
  padding-left: 50px;
}
@media screen and (max-width: 1379px) {
  .prod-single-right {
    padding-left: 15px;
  }
}

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

.opozorilo {
  display: flex;
  align-items: flex-start;
  padding: 20px 15px;
  margin-bottom: 30px;
  background-color: #eff7fb;
  border-radius: 6px;
}

.opozorilo > svg {
  flex: 1 0 30px;
  margin-right: 20px;
}

.opozorilo > p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
}

.woocommerce-product-details__short-description table tr td:first-child {
  color: #a4a4a4;
}

.prod-single-right .dark-content {
  margin-bottom: 40px;
}

.prod-single-right table.desc-table tr td.heading {
  width: 140px;
  padding-right: 20px;
  color: #c8c8c8;
}

.prod-single-right table.desc-table tr td {
  vertical-align: baseline;
  padding: 5px 0;
}

.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/check.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: #AD7866;
}

.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: #AD7866;
  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: 45px;
  margin-bottom: 45px;
}
.single-product .summary.entry-summary .summary-title {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 3rem;
}
.single-product .summary.entry-summary h2 {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 0.8rem;
  margin-bottom: 1.4rem;
}
.single-product .summary.entry-summary .sorodni-row {
  margin-top: 50px;
  padding: 60px 0 50px 0;
  background: rgb(248, 248, 248);
  background: linear-gradient(180deg, rgb(248, 248, 248) 0%, rgba(248, 248, 248, 0) 100%);
}
.single-product .summary.entry-summary .sorodni-row .wpb_text_column.wpb_content_element {
  margin-bottom: 0;
}
.single-product .summary.entry-summary .sorodni-row .related_title {
  text-align: center;
  border-bottom: none;
}
.single-product .summary.entry-summary .sorodni-row .izdelek-txt h3 {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 1rem;
}
.single-product .summary.entry-summary table {
  overflow-x: auto;
}
.single-product .summary.entry-summary table tbody {
  overflow-x: auto;
  max-width: 1320px;
  width: 100%;
}
@media screen and (max-width: 1379px) {
  .single-product .summary.entry-summary table tbody {
    max-width: 930px;
  }
}
@media screen and (max-width: 991px) {
  .single-product .summary.entry-summary table tbody {
    max-width: 690px;
  }
}
@media screen and (max-width: 767px) {
  .single-product .summary.entry-summary table tbody {
    max-width: 510px;
  }
}
.single-product .summary.entry-summary table tbody > tr:first-of-type {
  background-color: #e8e8e8 !important;
  font-weight: bold !important;
}
.single-product .summary.entry-summary table tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.single-product .summary.entry-summary table tr td {
  width: auto;
  font-size: 14px;
  padding: 10px 20px;
}
.single-product .summary.entry-summary .vc_tta-container .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container {
  margin: 0;
}
.single-product .summary.entry-summary .vc_tta-container .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container ul {
  display: flex;
  margin: 0;
}
.single-product .summary.entry-summary .vc_tta-container .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container ul li {
  flex: 1;
  margin-left: 0;
}
.single-product .summary.entry-summary .vc_tta-container .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container ul li a {
  border-radius: 0;
}
.single-product .summary.entry-summary .vc_tta-container .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container ul li a span.vc_tta-title-text {
  color: #000000;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 153%;
  color: #ad7866;
}
.single-product .summary.entry-summary .vc_tta-container .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container ul li:before {
  display: none;
}
.single-product .summary.entry-summary .vc_tta-container .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels {
  border-top: none;
  border-radius: 0;
  background-color: transparent;
}
.single-product .summary.entry-summary .vc_tta-container .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  padding: 0;
}
.single-product .summary.entry-summary .vc_tta-container .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_wrapper table {
  width: 100%;
  border-collapse: collapse;
}
.single-product .summary.entry-summary .vc_tta-container .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_wrapper table tbody {
  width: 100%;
}
.single-product .summary.entry-summary .vc_tta-container .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_wrapper table tbody td {
  width: auto;
}

.single-product-desc-header-row h3 {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
}

.single-product-desc-header-row h3:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #AD7866;
  width: 50px;
  height: 5px;
  left: 0;
  bottom: -3px;
}

.related-products-row {
  margin: 60px 0 0 0;
  padding: 60px 0 100px 0;
  background-color: #f0f2f3;
}
.related-products-row h2 {
  margin-bottom: 30px !important;
}
.related-products-row .products-element-wrapper.slick-slider.slick-initialized {
  padding-bottom: 0;
}
.related-products-row .products-element-wrapper.slick-slider.slick-initialized .slick-list {
  padding: 0;
}
.related-products-row .products-element-wrapper.slick-slider.slick-initialized ul.slick-dots {
  bottom: -70px;
}

.single-product .related-products-row .product {
  margin-top: 0;
}

.related-products-row .wpb_content_element {
  margin-bottom: 10px;
}

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

.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: #AD7866;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.single-product-tab-container {
  overflow: visible !important;
  margin-top: 120px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 33%, rgb(246, 246, 246) 100%);
}

.single-product-related-container {
  background: #f9f6f1;
  background: linear-gradient(180deg, rgb(249, 246, 241) 0%, rgba(249, 246, 241, 0) 100%);
  padding: 60px 0 30px 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: #AD7866;
  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 {
  display: none !important;
  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;
}

.single-product-attributes-container {
  margin-bottom: 1rem;
  display: none;
}

@media screen and (max-width: 1379px) {
  /*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;
  }
  /*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: 20px;
    border-top-right-radius: 0;
    border-top-left-radius: 20px;
  }
  .ns-prod-gallery.vertical .small-slider .slick-next {
    width: 64px;
    height: 84px;
    top: 0;
    right: -73px;
    left: unset;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
    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;
  }
}
@media screen and (max-width: 991px) {
  .single-product div.product {
    margin-top: 0;
  }
  h1.product_title.entry-title {
    margin-bottom: 1rem;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 0;
    font-size: 28px;
    border-bottom: none;
  }
  h1.product_title.entry-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  body.single-product #primary.content-area {
    margin-top: 0;
  }
  .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 a {
    display: block;
    width: 100%;
  }
  .ns-prod-gallery.horizontal .large-slider .slick-slide img {
    width: 100%;
    max-height: 50vh;
  }
  .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:after {
    width: 100%;
  }
  .ns-prod-bot-details-row {
    padding: 15px 0;
  }
  .ns-prod-bot-details-row .vc_tta-title-text {
    color: #AD7866;
  }
  .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: #FCF5F2;
  }
  .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;
  }
  .single-product-tab-container {
    margin-top: 30px;
  }
  .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    background-color: #ffffff;
  }
  .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background-color: #ffffff !important;
  }
  .ns-prod-details-tabs.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    padding: 20px !important;
  }
  .ns-prod-details-tabs {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .prod-single-right .stock-row {
    justify-content: flex-start;
  }
  .prod-archive-right .products-element-wrapper .loop-item {
    justify-content: center;
  }
  .ns-prod-bot-details-row {
    border-radius: 0;
  }
  .ns-prod-details-tabs .vc_tta-title-text {
    font-size: 18px;
  }
  /*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: auto;
  }
  .ns-prod-gallery.horizontal .large-slider.ns_no_gallery > div {
    min-height: unset;
  }
  .ns-prod-gallery.horizontal .large-slider .slick-slide {
    min-height: unset;
  }
  .ns-prod-gallery.horizontal .large-slider.ns_no_gallery > div img {
    width: auto;
    max-height: 320px;
  }
  .ns-prod-gallery.horizontal .large-slider .slick-slide img {
    max-height: 33vh;
  }
  .ns-prod-gallery.vertical .small-slider {
    max-width: 212px;
  }
  .ns-prod-gallery.horizontal .small-slider .slick-slide img {
    max-width: 100%;
    height: auto;
  }
  .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;
  }
  .prod-single-right table.desc-table tr td {
    display: block;
  }
  .zzzs-item.zzzs-narocilnica {
    flex-wrap: wrap;
  }
  .zzzs-item.zzzs-narocilnica div {
    flex: 1 0 100%;
  }
  .zzzs-item.zzzs-narocilnica a {
    flex: 1 0 100%;
  }
}
@media screen and (max-width: 500px) {
  .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.ns_no_gallery > div img {
    padding: 15px;
  }
  .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;
  }
  .ns-prod-gallery.horizontal .small-slider .slick-prev,
  .ns-prod-gallery.horizontal .small-slider .slick-next {
    height: 50px;
  }
  .ns-prod-gallery.horizontal .small-slider .slick-arrow::before {
    font-family: "FontAwesome";
    display: block;
    font-size: 20px;
    color: #ffffff;
    line-height: 1;
    background: rgba(0, 0, 0, 0.5);
    transform: unset;
    padding-top: 50%;
    height: 50px;
  }
  .ns-prod-gallery.horizontal button.slick-arrow.slick-disabled:before {
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
  .ns-prod-gallery.horizontal button.slick-arrow.slick-disabled {
    cursor: default !important;
  }
  .ns-prod-gallery.horizontal .small-slider .slick-prev:before {
    content: "\f104";
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
  }
  .ns-prod-gallery.horizontal .small-slider .slick-next:before {
    content: "\f105";
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
  }
  .ns-prod-gallery.horizontal .small-slider .slick-prev {
    left: -15px;
  }
  .ns-prod-gallery.horizontal .small-slider .slick-next {
    right: -15px;
  }
  .ns-prod-gallery.horizontal .small-slider .slick-slide {
    margin-bottom: 0;
  }
}
@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;
  }
}
.wpb_text_column table {
  overflow-x: auto;
}
.wpb_text_column table tbody {
  overflow-x: auto;
  max-width: 1320px;
  width: 100%;
}
@media screen and (max-width: 1379px) {
  .wpb_text_column table tbody {
    max-width: 930px;
  }
}
@media screen and (max-width: 991px) {
  .wpb_text_column table tbody {
    max-width: 690px;
  }
}
@media screen and (max-width: 767px) {
  .wpb_text_column table tbody {
    max-width: 510px;
  }
}
.wpb_text_column table tbody > tr:first-of-type {
  background-color: #e8e8e8 !important;
  font-weight: bold !important;
}
.wpb_text_column table tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.wpb_text_column table tr td {
  width: auto;
  font-size: 14px;
  padding: 10px 20px;
}

/**
 * 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%;
  }
}
/*BANKART PLUGIN CHECKOUT

body.woocommerce-checkout.woocommerce-page.woocommerce-order-pay
  table.shop_table {
  margin-top: 2rem;
}
body.woocommerce-checkout.woocommerce-page.woocommerce-order-pay
  table.shop_table
  tr.order_item {
  border: 1px solid rgb(229, 229, 229);
}
body.woocommerce-checkout.woocommerce-page.woocommerce-order-pay
  table.shop_table
  thead
  tr
  th {
  padding-bottom: 1rem;
}

body.woocommerce-checkout.woocommerce-page.woocommerce-order-pay
  table.shop_table
  tr.order_item
  ul {
  margin: 0.5rem 0 0 0;
  padding: 0;
}
body.woocommerce-checkout.woocommerce-page.woocommerce-order-pay
  table.shop_table
  tr.order_item
  ul
  li {
  list-style: none;
}
body.woocommerce-checkout.woocommerce-page.woocommerce-order-pay
  table.shop_table
  tr.order_item
  ul
  li
  p {
  font-size: 14px;
  margin-bottom: 0;
}
body.woocommerce-checkout.woocommerce-page.woocommerce-order-pay
  table.shop_table
  tr.order_item
  td {
  padding: 15px 20px;
}
body.woocommerce-checkout.woocommerce-page.woocommerce-order-pay
  table.shop_table
  tfoot
  tr:first-child
  th,
body.woocommerce-checkout.woocommerce-page.woocommerce-order-pay
  table.shop_table
  tfoot
  tr:first-child
  td {
  padding-top: 2rem;
}
body.woocommerce-checkout.woocommerce-page.woocommerce-order-pay
  table.shop_table
  tfoot
  tr {
  border-bottom: 1px solid #e5e5e5;
}
body.woocommerce-checkout.woocommerce-page.woocommerce-order-pay
  #payment
  ul.wc_payment_methods {
  margin: 0;
  padding: 0;
}
body.woocommerce-checkout.woocommerce-page.woocommerce-order-pay
  #payment
  ul.wc_payment_methods
  li {
  list-style: none;
}
li.wc_payment_method {
  margin-bottom: 10px;
}
body.woocommerce-checkout.woocommerce-page.woocommerce-order-pay
  button#place_order {
  font-size: 18px !important;
  padding: 11px 28px !important;
  background: $primary-color !important;
  border-color: $primary-color !important;
  color: $white-color !important;
  transition: all 0.2s !important;
  cursor: pointer;
}
body.woocommerce-checkout.woocommerce-page.woocommerce-order-pay
  button#place_order:hover {
  background: $white-color !important;
  border-color: $primary-color !important;
  color: $primary-color !important;
  transition: all 0.2s !important;
}
body.woocommerce-checkout.woocommerce-page.woocommerce-order-pay .form-row {
  margin: 0;
}
@media screen and (max-width: 1379px) {
  body.woocommerce-checkout.woocommerce-page.woocommerce-order-pay
    table.shop_table
    thead
    tr
    th:not(:first-child) {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  body.woocommerce-checkout.woocommerce-page.woocommerce-order-pay
    #bankart-payment-form,
  body.woocommerce-checkout.woocommerce-page.woocommerce-order-pay
    #bankart-instalments-form {
    width: 100% !important;
  }
  body.woocommerce-checkout.woocommerce-page.woocommerce-order-pay
    .bankart-input-wrapper {
    width: 100% !important;
  }
}
END BANKART PLUGIN CHECKOUT*/
body.woocommerce-page .woocommerce-checkout-payment {
  color: #000000 !important;
}

form.woocommerce-checkout li.wc_payment_method input {
  margin-right: 10px;
}

#billing_email_field {
  padding-left: 0;
}

form.woocommerce-checkout li.payment_method_wc_leanpay_module {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
form.woocommerce-checkout li.payment_method_wc_leanpay_module label {
  display: flex;
  flex-direction: column;
}
form.woocommerce-checkout li.payment_method_wc_leanpay_module label > div {
  display: flex;
}
form.woocommerce-checkout li.payment_method_wc_leanpay_module label .leanpay_checkout_from {
  order: 4;
}
form.woocommerce-checkout li.payment_method_wc_leanpay_module label .leanpay_checkout_from b {
  margin-left: 7px;
}
form.woocommerce-checkout li.payment_method_wc_leanpay_module label .leanpay_monthly_inst {
  order: 3;
}
form.woocommerce-checkout li.payment_method_wc_leanpay_module label .product_deposit {
  order: 4;
}
form.woocommerce-checkout li.payment_method_wc_leanpay_module label #leanpay_btn_checkout {
  order: 1;
  flex-direction: row-reverse;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 10px !important;
}

form.woocommerce-cart-form table.cart.shop_table_responsive {
  border-collapse: collapse;
}
form.woocommerce-cart-form table.cart.shop_table_responsive thead tr th {
  border-collapse: collapse;
  padding: 10px;
  font-size: 18px;
}
form.woocommerce-cart-form table.cart.shop_table_responsive thead tr th.product-quantity {
  text-align: center;
}
form.woocommerce-cart-form table.cart.shop_table_responsive tr.cart_item {
  background-color: #ffffff;
}
form.woocommerce-cart-form table.cart.shop_table_responsive tr.cart_item td {
  border-collapse: collapse;
  padding: 10px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  font-size: 18px;
}
form.woocommerce-cart-form table.cart.shop_table_responsive tr.cart_item td:first-child {
  border-left: 1px solid #e8e8e8;
}
form.woocommerce-cart-form table.cart.shop_table_responsive tr.cart_item td:last-child {
  border-right: 1px solid #e8e8e8;
}
form.woocommerce-cart-form table.cart.shop_table_responsive tr.cart_item td.product-remove {
  text-align: center;
  width: 70px;
}
form.woocommerce-cart-form table.cart.shop_table_responsive tr.cart_item td.product-remove a {
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  color: red;
  font-size: 32px;
}
form.woocommerce-cart-form table.cart.shop_table_responsive tr.cart_item td.product-thumbnail {
  text-align: center;
  width: 100px;
}
form.woocommerce-cart-form table.cart.shop_table_responsive tr.cart_item td.product-thumbnail a {
  display: block;
}
form.woocommerce-cart-form table.cart.shop_table_responsive tr.cart_item td.product-thumbnail a img {
  width: 80px;
  padding: 0;
}
form.woocommerce-cart-form table.cart.shop_table_responsive tr.cart_item td.product-name a {
  color: #000000;
  text-decoration: none;
  transition: color 0.3s;
}
form.woocommerce-cart-form table.cart.shop_table_responsive tr.cart_item td.product-name a:hover {
  color: #AD7866;
  transition: color 0.3s;
}
form.woocommerce-cart-form table.cart.shop_table_responsive tr.cart_item td.product-quantity {
  text-align: center;
}
form.woocommerce-cart-form table.cart.shop_table_responsive tr.cart_item td.product-quantity .quantity {
  display: flex;
  justify-content: center;
  text-align: center;
}
form.woocommerce-cart-form table.cart.shop_table_responsive tr.cart_item td.product-quantity .quantity input {
  text-align: center;
}
form.woocommerce-cart-form table.cart.shop_table_responsive tr.cart_item td.product-quantity .quantity input[type=number] {
  height: 50px;
  width: 50px;
  padding: 0;
  line-height: 0;
  border-radius: 0;
  text-align: center;
  display: block;
  float: left;
  border-color: #a4a4a4;
  border-right: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
  margin-left: -1px;
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
}
@media screen and (max-width: 1379px) {
  form.woocommerce-cart-form table.cart.shop_table_responsive tr.cart_item td.product-quantity .quantity input[type=number] {
    height: 40px;
    width: 40px;
  }
}
form.woocommerce-cart-form table.cart.shop_table_responsive tr.cart_item td.product-quantity .quantity input[type=button] {
  display: block;
  float: left;
  height: 50px;
  width: 50px;
  font-size: 17px;
  font-weight: 700;
  line-height: 0;
  padding: 0;
  border-radius: 0;
  border-color: #a4a4a4;
  background: #ffffff;
  color: #000000;
  cursor: pointer;
}
@media screen and (max-width: 1379px) {
  form.woocommerce-cart-form table.cart.shop_table_responsive tr.cart_item td.product-quantity .quantity input[type=button] {
    height: 40px;
    width: 40px;
  }
}
form.woocommerce-cart-form table.cart.shop_table_responsive tr.cart_item td.product-quantity .quantity input[type=button]:nth-child(2) {
  border-radius: 0;
}
form.woocommerce-cart-form table.cart.shop_table_responsive tr.cart_item td.product-quantity .quantity input[type=button]:nth-child(4) {
  border-radius: 0;
  margin-left: -1px;
}
form.woocommerce-cart-form table.cart.shop_table_responsive tr.cart_item td.product-quantity .quantity input[type=button]:hover {
  color: #AD7866;
}
form.woocommerce-cart-form table.cart.shop_table_responsive tr.cart_item td.product-quantity .quantity input[type=number]:disabled,
form.woocommerce-cart-form table.cart.shop_table_responsive tr.cart_item td.product-quantity .quantity input[type=number]:hover:disabled {
  color: #666;
}
form.woocommerce-cart-form table.cart.shop_table_responsive tr.cart_item td.product-quantity .quantity input:disabled,
form.woocommerce-cart-form table.cart.shop_table_responsive tr.cart_item td.product-quantity .quantity input:hover:disabled {
  cursor: default;
  border-color: #c8c8c8;
}
form.woocommerce-cart-form table.cart.shop_table_responsive .coupon {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
form.woocommerce-cart-form table.cart.shop_table_responsive .coupon input {
  margin-right: 10px;
}
form.woocommerce-cart-form table.cart.shop_table_responsive .coupon .coupon-error-notice {
  color: #de2121;
  flex: 1 0 100%;
}
form.woocommerce-cart-form table.cart.shop_table_responsive .btn-cart-update {
  float: right;
  margin-top: 30px;
}

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

.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;
}

form.checkout.woocommerce-checkout div#customer_details h3 {
  margin-top: 30px;
  margin-bottom: 30px;
}
form.checkout.woocommerce-checkout div#customer_details .woocommerce-shipping-fields {
  display: block;
  width: 100%;
  height: auto;
}
form.checkout.woocommerce-checkout div#customer_details .woocommerce-shipping-fields input:not(#ship-to-different-address-checkbox) {
  width: 100%;
  display: inline-block;
  padding: 10px;
}
form.checkout.woocommerce-checkout div#customer_details .woocommerce-shipping-fields input:not(#ship-to-different-address-checkbox).woocommerce-form__input.input-checkbox {
  width: auto;
}
form.checkout.woocommerce-checkout div#customer_details .woocommerce-shipping-fields > input#ship-to-different-address-checkbox {
  width: auto;
}
form.checkout.woocommerce-checkout div#customer_details .woocommerce-shipping-fields h3#ship-to-different-address {
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
}
form.checkout.woocommerce-checkout div#customer_details .woocommerce-billing-fields {
  display: block;
  width: 100%;
  height: auto;
}
form.checkout.woocommerce-checkout div#customer_details .woocommerce-billing-fields .form-check > input {
  width: auto;
}
form.checkout.woocommerce-checkout div#customer_details .woocommerce-billing-fields input {
  width: 100%;
  display: inline-block;
  padding: 10px;
}
form.checkout.woocommerce-checkout div#customer_details .woocommerce-billing-fields input.woocommerce-form__input.input-checkbox {
  width: auto;
}
form.checkout.woocommerce-checkout div#customer_details .woocommerce-additional-fields textarea {
  width: 100%;
  display: inline-block;
  padding: 10px;
}
form.checkout.woocommerce-checkout div#customer_details .woocommerce-additional-fields input.woocommerce-form__input.input-checkbox {
  width: auto;
}
form.checkout.woocommerce-checkout div#customer_details .woocommerce-additional-fields .woocommerce-input-wrapper {
  width: 100%;
  display: inline-block;
}
form.checkout.woocommerce-checkout div#customer_details .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table thead th {
  font-size: 24px;
}
form.checkout.woocommerce-checkout div#customer_details .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals {
  vertical-align: baseline;
}
form.checkout.woocommerce-checkout div#customer_details .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tfoot tr:last-child {
  border-bottom: none;
}
form.checkout.woocommerce-checkout div#customer_details .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tfoot tr .local_pickup_info {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #fcf5f2;
}
form.checkout.woocommerce-checkout div#customer_details .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tr {
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #e8e8e8;
}
form.checkout.woocommerce-checkout div#customer_details .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tr td {
  vertical-align: baseline;
  padding: 10px 0;
}
form.checkout.woocommerce-checkout div#customer_details .woocommerce-checkout-review-order .woocommerce-checkout-payment {
  background: #FCF5F2;
  padding: 30px;
  display: inline-block;
}
form.checkout.woocommerce-checkout div#customer_details .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.payment_methods {
  margin: 0;
  padding: 0;
}
form.checkout.woocommerce-checkout div#customer_details .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.payment_methods li {
  list-style: none;
}
form.checkout.woocommerce-checkout div#customer_details .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.payment_methods li:before {
  display: none;
}
form.checkout.woocommerce-checkout div#customer_details .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.payment_methods li .payment_box {
  position: relative;
  display: block;
  margin: 15px 0;
  background: #ffffff;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 16px;
}
form.checkout.woocommerce-checkout div#customer_details .select2-container .select2-selection--single {
  padding: 10px;
  height: auto;
  border-color: #cccccc;
}
form.checkout.woocommerce-checkout div#customer_details .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px;
}

form.checkout.woocommerce-checkout div#customer_details .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tr .variation,
form.checkout.woocommerce-checkout div#customer_details .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tr .variation p {
  font-size: 14px;
}

.woocommerce-terms-and-conditions-wrapper {
  padding: 15px 0;
}

.woocommerce-terms-and-conditions-wrapper a {
  text-decoration: underline;
}

.woocommerce-terms-and-conditions-wrapper a:hover {
  text-decoration: none;
}

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

.woocommerce-checkout-payment .btn.button {
  width: 100%;
  text-transform: uppercase;
  font-size: 20px;
}

.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;
}

.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
  color: #000000;
}

.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-top: 1rem;
  margin-bottom: 30px;
  background: #f1f1f1 !important;
  color: #000000;
}

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

.woocommerce-NoticeGroup ul {
  margin-top: 1rem;
}

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

.woocommerce-NoticeGroup ul.woocommerce-error li {
  margin-top: 1rem;
  list-style: none;
  padding: 0 5px;
  background-color: red;
  color: #000000;
  line-height: 2em;
}

.woocommerce-NoticeGroup ul.woocommerce-error li a {
  color: black !important;
}

.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;
}*/
.order-top-3-cols h2,
.order-top-3-cols h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.order-top-3-cols h4 {
  margin-top: 1rem;
}

.woocommerce-bacs-bank-details h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.order-details-cont {
  margin-top: 2rem;
}
.order-details-cont h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.order-details-cont .shipped_via {
  display: none;
}

table.woocommerce-table--order-details tr {
  border-bottom: 1px solid #e5e5e5;
}
table.woocommerce-table--order-details tr td {
  padding: 5px 0;
  vertical-align: top;
}
table.woocommerce-table--order-details tr td > a {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 5px;
}
table.woocommerce-table--order-details tr td.order-product-td .wc-item-meta {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
table.woocommerce-table--order-details tr td.order-product-td .wc-item-meta > li {
  list-style: none;
}
table.woocommerce-table--order-details tr td.order-product-td .wc-item-meta > li:not(:last-child) {
  margin-right: 10px;
}
table.woocommerce-table--order-details tr td.order-product-td .wc-item-meta p {
  font-size: 16px;
}

ul.woocommerce-shipping-methods {
  margin: 0;
  padding: 0;
}
ul.woocommerce-shipping-methods li input {
  margin-right: 10px;
}

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%;
}

.woocommerce-billing-fields .company-info-container {
  display: none;
  margin-bottom: 10px;
  background-color: #FCF5F2;
}

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

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

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

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: 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 #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;
  }
  body.woocommerce-cart table.shop_table_responsive tr td.product-quantity {
    width: auto;
  }
  body.woocommerce-cart .qib-button.qib-button-wrapper {
    display: block;
    float: right;
    margin: 5px 0 !important;
  }
  body.woocommerce-cart .qib-button-wrapper button.qib-button,
  body.woocommerce-cart .qib-button-wrapper div.quantity.wqpmb_quantity {
    height: 38px;
  }
  body.woocommerce-cart .qib-button-wrapper div.quantity.wqpmb_quantity {
    width: 95px;
  }
  body.woocommerce-cart .qib-button-wrapper .quantity input.input-text.qty.text {
    height: 38px;
    width: 95px;
    float: none;
  }
  body.woocommerce-cart table.shop_table_responsive tr td.product-quantity::before {
    display: block;
    padding-top: 12px;
  }
  body.woocommerce-cart table.shop_table_responsive tr td.product-quantity {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .woocommerce-cart-form table.cart {
    margin-top: 30px;
  }
  .woocommerce-checkout-payment {
    padding: 15px;
  }
}
/**
 * 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: #1a803d;
}

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: #1a803d;
  opacity: 1;
}
p.stars.selected a.active:before {
  content: "S";
  color: #1a803d;
  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: #1a803d;
  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;
}
.woocommerce-MyAccount-content a {
  color: #AD7866;
  text-decoration: underline;
}
.woocommerce-MyAccount-content a:hover {
  text-decoration: none;
}

.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*/
.wc-toggle-button-wrapper {
  margin-left: 40px;
  margin-right: 0px;
  font-size: 14px;
}
.wc-toggle-button-wrapper > a {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 400;
}
.wc-toggle-button-wrapper > a:hover {
  text-decoration: none;
}
.wc-toggle-button-wrapper > a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  width: 1px;
  height: 20px;
  background-color: #ffffff;
}
.wc-toggle-button-wrapper .wc-menu-cart__toggle-button {
  display: flex;
  align-items: center;
  height: 100%;
  margin-top: 0;
  line-height: 1.2;
  border-radius: 4px;
}
.wc-toggle-button-wrapper .wc-menu-cart__toggle-button > div {
  line-height: 1.2;
}
.wc-toggle-button-wrapper .wc-menu-cart__toggle-button > div:first-child {
  margin-right: 10px;
}
.wc-toggle-button-wrapper .wc-menu-cart__toggle-button .cart-item-count {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 20px;
  top: -5px;
  right: -10px;
  height: 20px;
  padding: 6px;
  margin-left: 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 0;
  color: #ffffff;
  background-color: #AD7866;
}
.wc-toggle-button-wrapper .wc-menu-cart__toggle-button .cart-item-text {
  color: #ffffff;
  font-weight: 400;
}
.wc-toggle-button-wrapper .wc-menu-cart__toggle-button .cart-item-text,
.wc-toggle-button-wrapper .wc-menu-cart__toggle-button .amount {
  display: none;
}
@media screen and (max-width: 1379px) {
  .wc-toggle-button-wrapper {
    margin-left: 0;
  }
  .wc-toggle-button-wrapper .wc-menu-cart__toggle-button {
    padding: 7px 12px;
  }
  .wc-toggle-button-wrapper > a {
    align-items: unset;
  }
  .wc-toggle-button-wrapper .cart-item-text {
    font-size: 14px;
  }
}

.xoo-wsc-basket {
  width: 56px;
  height: 56px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: right 0.5s !important;
}

/*pop up cart*/
.xoo-wsc-product .xoo-wsc-pname {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.xoo-wsc-qty-box {
  max-width: 70px;
}

.xoo-wsc-qty-box.xoo-wsc-qtb-square {
  border-color: #dedede;
}

input[type=number].xoo-wsc-qty {
  border-color: #dedede;
  border-radius: 0;
}

.xoo-wsc-ft-buttons-cont {
  grid-template-columns: unset;
}

.xoo-wsc-bki {
  top: 3px;
  left: -1px;
}

.xoo-wsc-basket {
  box-shadow: 0 1px 15px 2px rgba(0, 0, 0, 0.2);
  right: 12px;
  transition: all 0.5s;
}

.xoo-wsc-cart-active .xoo-wsc-basket {
  right: 362px;
}

.xoo-wsc-ft-btn-checkout {
  background-color: #AD7866;
  color: #ffffff !important;
  padding: 10px;
  transition: all 0.2s;
}

.xoo-wsc-ft-btn-checkout:hover {
  background-color: #1a803d;
  color: #ffffff !important;
  transition: all 0.2s;
}

.xoo-wsc-header {
  border-bottom: 1px solid #eeeeee;
}

.xoo-wsch-top .xoo-wsch-basket {
  display: none;
}

/*woo product table*/
.wpt-new-footer-cart {
  display: none !important;
}

.all_check_header_footer.all_check_header {
  display: none !important;
}

.wpt_product_table_wrapper .ns-no-tax {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: black;
}

.wpt_product_table_wrapper .ns-no-tax span {
  font-size: 14px;
  font-weight: 400;
}

.wpt_product_table_wrapper .td_prod_on_sale {
  position: relative;
}

.wpt_table_tag_wrapper {
  position: relative;
}

.table_bulk_discount_view.show-bulk-discount {
  visibility: visible;
  opacity: 1;
  width: 100%;
  transition: width 0.2s, opacity 0.2s;
}

.table_bulk_discount_view {
  display: flex;
  align-items: center;
  width: 100%;
}

.table_bulk_discount_view .wpt_product_price {
  display: flex;
  align-items: flex-end;
}

.table_bulk_discount_view .wpt_product_price > span:first-child {
  margin-right: 5px;
}

.table_bulk_discount_view .wpt_product_price .ns-no-tax bdi {
  vertical-align: initial;
}

.table_bulk_discount_view {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f4f9fc;
  width: 0;
  visibility: hidden;
  opacity: 0;
  padding-left: 30px;
  transition: width 0.2s, opacity 0.2s;
}

.td_prod_on_sale > button.btn {
  position: relative;
  z-index: 1;
}

.table_bulk_discount_view > div {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  padding: 10px 0px;
  color: #000;
  font-weight: 700;
  font-size: 14px;
}

.table_bulk_discount_view > div:first-child {
  margin-bottom: auto;
}

.variation_discount_view.table_bulk_discount_view > div:first-child {
  margin-bottom: unset;
}

.variation_discount_view.table_bulk_discount_view .variation_name {
  text-transform: uppercase;
}

.table_bulk_discount_view .ns-no-tax,
.table_bulk_discount_view .woocommerce-Price-amount.amount {
  font-size: 12px;
}

.wpt-wrap table.wpt-tbl tr.wpt-row {
  position: relative !important;
}

.wpt-wrap table.wpt-tbl tr.wpt-row .wpt_action > a.button {
  background-color: #AD7866 !important;
  border-color: #AD7866 !important;
  border-radius: 5px;
  transition: all 0.2s;
}

.wpt-wrap table.wpt-tbl tr.wpt-row .wpt_action > a.button:hover {
  background-color: #b57000 !important;
  border-color: #b57000 !important;
  color: #ffffff !important;
  transition: all 0.2s;
}

.wpt-wrap table.wpt-tbl tr:nth-child(2n+2) {
  background: none !important;
}

.wpt-wrap table.wpt-tbl tr.wpt-row td.td_prod_on_sale button.btn {
  text-align: center;
  min-width: 145px;
  border-radius: 5px !important;
  padding: 10px 11px !important;
  line-height: 1;
}

body.wpt_table_body .wpt-wrap table button.minus.qib-button {
  background-color: #b57000 !important;
}

body.wpt_table_body .wpt-wrap table button.plus.qib-button {
  background-color: #AD7866 !important;
}

.wpt-wrap .all_check_header_footer.all_check_footer {
  display: none;
}

/*
#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 #e8e8e8;
}

.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*/
.wcpf-field-button .wcpf-button:hover {
  cursor: pointer;
}

/*product categories widget*/
.prod-archive-left {
  padding-right: 30px;
}
@media screen and (max-width: 1379px) {
  .prod-archive-left {
    padding-right: 15px;
  }
}

.prod-archive-left > aside.mobile-widget-area {
  display: none;
}

.widget_custom_html {
  margin-bottom: 50px;
}

section.widget_product_categories {
  font-family: "Roboto", sans-serif;
  padding: 0;
}
section.widget_product_categories h2 {
  display: block;
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  margin-top: 7px;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1379px) {
  section.widget_product_categories h2 {
    margin-top: 25px;
  }
}
section.widget_product_categories ul.product-categories {
  margin: 0;
  padding: 20px 20px;
  padding: 0;
  margin-top: 20px;
  background-color: #fcf5f2;
  border-radius: 0px;
}
@media screen and (max-width: 1379px) {
  section.widget_product_categories ul.product-categories {
    padding: 10px 15px;
  }
}
section.widget_product_categories ul.product-categories > li {
  border-bottom: 1px solid #e8e8e8;
}
section.widget_product_categories ul.product-categories > li:first-of-type {
  padding-top: 10px;
}
section.widget_product_categories ul.product-categories > li:last-of-type {
  border-bottom: none;
  padding-bottom: 20px;
}
section.widget_product_categories ul.product-categories li {
  position: relative;
  list-style: none;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
}
section.widget_product_categories ul.product-categories li.cat-parent > i {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 9px;
  right: 0;
  transform: rotate3d(1, 0, 0, 0deg);
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: transform 0.2s;
}
section.widget_product_categories ul.product-categories li.current-cat > a {
  color: #ad7866 !important;
  text-decoration: none;
  background-color: transparent;
}
section.widget_product_categories ul.product-categories li.current-cat-parent.open {
  padding-bottom: 20px;
}
section.widget_product_categories ul.product-categories li a {
  color: #000000;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding: 7px 0px;
  padding-top: 10px;
  transition: color 0.1s;
  width: 100%;
  text-transform: none;
  font-family: "Roboto", sans-serif;
  display: flex;
  justify-content: space-between;
}
section.widget_product_categories ul.product-categories li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1379px) {
  section.widget_product_categories ul.product-categories li a {
    font-size: 16px;
  }
}
section.widget_product_categories ul.product-categories ul.children {
  padding: 5px 0;
  margin: -5px 0;
  overflow: hidden;
  transition: margin 0.2s, max-height 0.2s ease-out;
}
section.widget_product_categories ul.product-categories ul.children li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  padding-left: 10px;
}
section.widget_product_categories ul.product-categories ul.children li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  padding: 0px 0px;
  padding-bottom: 10px;
  color: #000000;
  text-transform: none;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 1379px) {
  section.widget_product_categories ul.product-categories ul.children li a {
    font-size: 15px;
  }
}
section.widget_product_categories ul.product-categories ul.children li a a:hover {
  text-decoration: underline;
}
section.widget_product_categories ul.product-categories ul.children li span.count {
  color: #a4a4a4;
  font-size: 16px;
}

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;
}

section.widget_product_categories ul.product-categories ul.children {
  display: none;
  margin-left: 10px;
}

section.widget_product_categories ul.product-categories li.cat-parent.open > ul.children {
  display: block;
}

section.widget_product_categories li.cat-parent > a::after {
  content: "▸";
  float: right;
  transition: transform 0.2s;
}

section.widget_product_categories li.cat-parent > a.open::after {
  transform: rotate(90deg);
}

section.widget_product_categories li.cat-parent,
section.widget_product_categories li.cat-parent > a,
section.widget_product_categories li.cat-parent > a.open {
  text-decoration: none !important;
}

section.widget_product_categories li.cat-parent.open > a::after {
  transform: rotate(90deg);
}

/*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: #e8e8e8;
  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: #e8e8e8 !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: #e8e8e8;
}

.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*/
.wcpf_widget_filters h2 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}

.wcpf_widget_filters .wcpf-filter {
  background-color: #FCF5F2;
  padding: 10px 20px;
}

.wcpf_widget_filters .wcpf-filter .wcpf-input-container {
  background: rgb(209, 211, 212);
  background: linear-gradient(0deg, rgb(209, 211, 212) 0%, rgb(255, 255, 255) 100%);
  border-color: #a4a4a4 !important;
  border-radius: 3px;
}

.wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-checkbox-label:hover {
  color: #AD7866;
}

.wcpf_widget_filters .wcpf-heading-label .text {
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
}

.wcpf_widget_filters .wcpf-item-label .wcpf-title-container {
  font-size: 16px;
  font-weight: 300;
}

.wcpf_widget_filters .wcpf-item.wcpf-checkbox-item {
  padding: 6px 0;
}

/*end filter widgets*/
@media screen and (max-width: 1379px) {
  .wcpf_widget_filters .wcpf-item-label .wcpf-title-container {
    font-size: 16px;
  }
  .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-input-container {
    margin-top: 9px;
  }
}
@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-categories {
  display: block;
  margin-bottom: 35px;
}*/
  .btn-show-categories {
    cursor: pointer;
    position: fixed;
    /* left: 20px; */
    /* bottom: 20px; */
    right: 25px;
        bottom: 100px;
    z-index: 1000;
    line-height: 0;
    padding: 10px !important;
    background: url("img/sliders.svg"), #FCF5F2 !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 24px 24px !important;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: none;
    box-shadow: 0 1px 15px 2px rgba(0, 0, 0, 0.2);
    display: block;
    margin-bottom: 0;
    z-index: 9999999;
  }
  .btn-show-categories:hover {
    background: url("img/sliders.svg"), #FCF5F2 !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 24px 24px !important;
    border: 1px solid #ffffff;
    box-shadow: 0 1px 15px 2px rgba(0, 0, 0, 0.2);
  }
  .btn-show-categories.close-it {
    background: url("img/x.svg"), #FCF5F2 !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 24px 24px !important;
    width: 56px;
    height: 56px;
    box-shadow: 0 1px 15px 2px rgba(0, 0, 0, 0.2);
  }
  .btn-show-categories:hover {
    background-color: #ffffff !important;
    border: 1px solid #AD7866;
  }
  .btn-show-categories:focus {
    outline: none;
    box-shadow: none;
  }
  .btn-show-categories:focus {
    outline: none;
    box-shadow: none;
  }
  .wc-toggle-button-wrapper {
    display: none;
    margin: 0;
    padding: 0 15px;
  }
  .header-search-cart-container a {
    color: #AD7866;
  }
  .header-search-cart-container a svg path {
    fill: #AD7866;
  }
  .prod-archive-left > aside.mobile-widget-area {
    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;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    bottom: 0;
    background-color:#fff;
    z-index: 900;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 2rem 16vw;
    margin-top: 30px;
    margin-bottom: 0;  padding-bottom: 150px !important;
  }
  .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;
  }
}
@media screen and (max-width: 767px) {
  .wc-toggle-button-wrapper {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .wc-toggle-button-wrapper {
    display: none;
  }
  .ns-woo-minicart span {
    font-size: 14px;
  }
  /*.btn-show-categories {
    right: 10px;
    bottom: 10px;
  }*/
  .prod-archive-left > aside.mobile-widget-area.open-it {
    padding: 2rem 5vw;
  }
  .widget_product_categories {
    border-radius: 6px;
  }
}
.wc-menu-cart__toggle-button.xoo-wsc-cart-trigger .cart-button-icon:before {
  content: "\e903";
  font-size: 25px;
  background-color: transparent;
  color: #000000;
}

.wc-menu-cart__toggle-button.xoo-wsc-cart-trigger > div:first-of-type {
  box-shadow: 0 1px 15px 2px rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 50%;
}

@media screen and (min-width: 992px) {
  .xoo-wsc-modal .xoo-wsc-basket {
    display: none !important;
  }
}
/**
 * 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: #1a803d;
  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: #1a803d;
}
.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
 */
.product-type-simple .single_variation_wrap {
  width: 100%;
  flex: 0 0 100%;
  padding: 0;
  padding: 1.5rem;
  border-radius: 0px;
  background-color: #F8F8F8;
}

form.cart {
  display: flex;
  align-items: flex-start;
  background-color: #F8F8F8;
  padding: 0;
  margin-top: 2rem;
  margin-top: 0;
  flex-direction: column;
}
form.cart > div {
  display: flex;
  flex: 1 0 50% !important;
}
form.cart .quantity {
  display: flex;
  align-self: center;
  margin-left: 0;
  margin-right: 1rem;
  font-weight: bold;
}
form.cart .quantity button {
  display: block;
  float: left;
  height: 50px;
  width: 50px;
  font-size: 17px;
  font-weight: 700;
  line-height: 0;
  padding: 0;
  border-radius: 0;
  border-color: #e8e8e8;
  background: #ffffff;
  color: #000000;
  cursor: pointer;
}
form.cart .quantity button.minus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-right: none;
}
form.cart .quantity button.plus {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-left: none;
}
@media screen and (max-width: 1379px) {
  form.cart .quantity button {
    height: 40px;
    width: 40px;
  }
}
form.cart .quantity input[type=number] {
  height: 50px;
  width: 50px;
  padding: 0;
  line-height: 0;
  border-radius: 0;
  text-align: center;
  display: block;
  float: left;
  border-color: #e8e8e8;
  margin-left: -1px;
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
}
@media screen and (max-width: 1379px) {
  form.cart .quantity input[type=number] {
    height: 40px;
    width: 40px;
  }
}
form.cart .quantity input[type=button] {
  display: block;
  float: left;
  height: 50px;
  width: 50px;
  font-size: 17px;
  font-weight: 700;
  line-height: 0;
  padding: 0;
  border-radius: 0;
  border-color: #a4a4a4;
  background: #ffffff;
  color: #000000;
  cursor: pointer;
}
@media screen and (max-width: 1379px) {
  form.cart .quantity input[type=button] {
    height: 40px;
    width: 40px;
  }
}
form.cart .quantity input[type=button]:nth-child(2) {
  border-radius: 0;
}
form.cart .quantity input[type=button]:nth-child(4) {
  border-radius: 0;
  margin-left: -1px;
}
form.cart .quantity input[type=button]:hover {
  color: #AD7866;
}
form.cart .quantity input[type=number]:disabled,
form.cart .quantity input[type=number]:hover:disabled {
  color: #666;
}
form.cart .quantity input:disabled,
form.cart .quantity input:hover:disabled {
  cursor: default;
  border-color: #c8c8c8;
}
form.cart .prod-price-container {
  margin-top: 0;
  margin-bottom: 0px;
  color: #000000;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  flex: 1 0 100%;
}
form.cart .prod-price-container > div > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
}
form.cart .prod-price-container .stock-row {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex: 1 0 50%;
  font-size: 20px;
  margin-bottom: 0;
}
form.cart .prod-price-container .stock-row span.nazalogi {
  color: #55A129;
  font-weight: bold;
}
form.cart .prod-price-container .stock-row span.ninazalogi {
  color: #de2121;
  font-weight: bold;
}
form.cart .prod-price-container .stock-row span.ninazalogi {
  display: none;
}
form.cart .prod-price-container .price-row {
  flex: 1 0 50%;
  align-items: baseline;
  flex-direction: row;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 20px;
  font-weight: 400;
}
form.cart .prod-price-container .price-row .main-price {
  font-weight: 700;
  font-size: 25px;
  margin-right: 1rem;
  color: #000000;
}
form.cart .prod-price-container .price-row .reg-price {
  text-decoration: line-through;
}
form.cart .prod-price-container .price-row .reg-price-row,
form.cart .prod-price-container .price-row .savings-row {
  font-size: 14px;
}
@media screen and (max-width: 1379px) {
  form.cart .prod-price-container .price-row {
    margin-right: 10px;
  }
}
form.cart .simple-qty-add-row {
  display: flex;
  flex: 1 0 100%;
  align-self: flex-start;
  justify-content: flex-start;
}
form.cart .simple-qty-add-row > button.single_add_to_cart_button,
form.cart .simple-qty-add-row button.btn-povprasevanje {
  display: flex;
  align-items: center;
  align-self: center;
  font-size: 20px !important;
  font-weight: 700 !important;
  transition: all 0.2s !important;
  padding: 9px 33px !important;
  justify-content: center;
}
form.cart .simple-qty-add-row > button.single_add_to_cart_button > svg,
form.cart .simple-qty-add-row button.btn-povprasevanje > svg {
  margin-left: 10px;
}
form.cart .simple-qty-add-row > button.single_add_to_cart_button:visited,
form.cart .simple-qty-add-row button.btn-povprasevanje:visited {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  form.cart .simple-qty-add-row > button.single_add_to_cart_button > svg,
  form.cart .simple-qty-add-row button.btn-povprasevanje > svg {
    display: none;
  }
}
form.cart.variations_form {
  background-color: transparent;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
form.cart.variations_form > .variations {
  flex: 0 0 100%;
}
form.cart.variations_form > .variations > div:first-of-type {
  margin-right: 15px;
}
form.cart.variations_form > .variations > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding-bottom: 20px;
}
form.cart.variations_form > .variations > div select {
  padding: 12px;
  min-width: 241px;
  width: auto;
  background-color: #ffffff;
  border-radius: 4px;
}
form.cart.variations_form > .variations > div label {
  margin-bottom: 0;
  color: #000000;
}
form.cart.variations_form > .variations .label > label {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 31px;
  margin-right: 33px;
  margin-top: 35px;
  margin-bottom: 10px;
  font-family: "Rubik", sans-serif;
}
form.cart.variations_form > .variations .value label {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  cursor: pointer;
}
form.cart.variations_form > .variations .value label > input {
  margin-right: 10px;
  cursor: pointer;
}
form.cart.variations_form > .single_variation_wrap {
  width: 100%;
  flex: 0 0 100%;
  padding: 0;
}
form.cart.variations_form > .single_variation_wrap.variation_visible {
  padding: 1.5rem;
  background-color: #F8F8F8;
  border: 1px solid #F8F8F8;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0);
}
form.cart.variations_form > .single_variation_wrap button.disabled,
form.cart.variations_form > .single_variation_wrap .single_add_to_cart_button:disabled {
  opacity: 1;
}
form.cart.variations_form > .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1379px) {
  form.cart {
    padding: 0rem;
    flex-direction: column;
    align-items: flex-start;
  }
  form.cart .simple-qty-add-row {
    padding: 0;
    margin-left: 0;
    align-self: flex-start;
  }
  form.cart .simple-qty-add-row > button.single_add_to_cart_button,
  form.cart .simple-qty-add-row button.btn-povprasevanje {
    padding: 4px 15px !important;
  }
  form.cart .simple-qty-add-row > * {
    flex: 0 0 auto;
  }
  form.cart .prod-price-container {
    padding: 0;
    margin-bottom: 1rem;
  }
  form.cart .prod-price-container .stock-row {
    justify-content: flex-start;
  }
  form.cart.variations_form > .single_variation_wrap.variation_visible {
    padding: 1rem;
  }
  form.cart.variations_form > .single_variation_wrap > .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    padding: 0;
  }
  form.cart.variations_form > .single_variation_wrap > .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled > .simple-qty-add-row button.single_add_to_cart_button,
  form.cart.variations_form > .single_variation_wrap > .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled button.btn-povprasevanje {
    padding: 4px 15px !important;
  }
  form.cart.variations_form > .single_variation_wrap > .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled > * {
    flex: 0 0 auto;
  }
  form.cart.variations_form .variations {
    padding: 0;
    flex-direction: column;
  }
  form.cart.variations_form .variations .value {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  form.cart.variations_form > .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  form.cart .simple-qty-add-row {
    align-self: flex-start;
  }
  form.cart .simple-qty-add-row > button.single_add_to_cart_button,
  form.cart .simple-qty-add-row button.btn-povprasevanje {
    padding: 4px 30px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  form.cart {
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
  form.cart .quantity {
    align-self: flex-start;
  }
  form.cart .simple-qty-add-row {
    margin-left: 0;
    align-self: flex-start;
  }
  form.cart.variations_form > .single_variation_wrap > .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 500px) {
  form.cart .quantity {
    margin-left: 0;
  }
  form.cart .simple-qty-add-row,
  form.cart .woocommerce-variation-add-to-cart.variations_button {
    flex-direction: column;
  }
  form.cart .btn-povprasevanje,
  form.cart .single_add_to_cart_button {
    width: 100%;
    justify-content: center;
    margin-top: 0.5rem;
  }
  form.cart div.variations > div select {
    width: 100%;
  }
  form.cart div.variations {
    padding-bottom: 0;
  }
}

.rent-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f3f3f3;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 1379px) {
  .rent-row {
    padding: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .rent-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .rent-row a {
    margin-top: 0.5rem;
  }
}

/*scroll to link*/
.scrollto-content {
  color: #AD7866;
  text-decoration: underline;
}
.scrollto-content:hover {
  color: #AD7866;
  text-decoration: none;
}
.scrollto-content:focus {
  color: #AD7866;
}

/*dodatna vprašanja link*/
.dod_vpr_link {
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  text-decoration: underline;
  color: #000000 !important;
}
.dod_vpr_link svg {
  margin-right: 10px;
}
.dod_vpr_link:hover {
  text-decoration: none;
}

/*badges*/
.badge-container {
  display: flex;
  flex-wrap: wrap;
}
.badge-container .badge-row {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  padding: 0.5rem 0;
  margin: 0.5rem 0;
  margin-right: 1rem;
  padding-right: 1rem;
  line-height: 1;
}
.badge-container .badge-row a {
  text-decoration: underline;
  color: #68BD37;
}
.badge-container .badge-row a:hover {
  text-decoration: none;
}
.badge-container .badge-row .badge-icon {
  margin-right: 5px;
}
.badge-container .badge-row .badge-icon svg {
  height: 20px;
}
.badge-container .badge-row .badge-icon svg circle {
  fill: #68BD37;
}
.badge-container .badge-row:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.badge-container .badge-row:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 45px;
  background-color: #cfc9c4;
}
.badge-container .badge-row:last-child:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .badge-container .badge-row {
    flex: 1 0 100%;
  }
  .badge-container .badge-row:after {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .badge-container .badge-row {
    line-height: 1.5;
  }
}/*# sourceMappingURL=woocommerce.css.map */

.btn-pokazi-izdelke > div {
  width: 100%;
}
.btn-pokazi-izdelke a.wp-block-button__link {
    display: inline-block;
    text-align: center;
    margin-top: 0;
    width: 100%;
    transition: all 0.2s;
    border: 2px solid #1a803d;
    padding: 7.5px 20px !important;
    font-size: 16px !important;
    border-color: #1a803d !important;
    background: #1a803d !important;
    color: #fff !important;
    text-transform: none !important;
    border-radius: 4px !important;
    font-weight: 700;

    cursor: pointer;
}

@media (min-width: 992px) {
  .btn-pokazi-izdelke {
    display: none;
  }
    
}