/*
 Theme Name: novisplet
 WooCommerce styles override
 */
/**
 * WooCommerce color variables
 */
/**
 * Imports
 */
body {
  font-family: 'Work Sans', sans-serif;
}
/*lorem ipsum*/
/**
 * Shop tables
 */
/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tbody th {
  display: none;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr td:before {
  content: attr(data-title) ': ';
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.product-remove:before {
  display: none;
}
table.shop_table_responsive tr td.actions:before, table.shop_table_responsive tr td.download-actions:before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}
@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th, table.shop_table_responsive tr td {
    text-align: left;
  } 
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td:before {
    display: none;
  }
}
/**
 * Products
 */
/**
 * Products
 */
ul.products {
  content: "";
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}
ul.products li.product .woocommerce-loop-product__title {
  font-size: 1rem;
}
ul.products li.product img {
  display: block;
}
ul.products li.product .button {
  display: block;
}
@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 30.7966666667%;
    float: left;
    margin-right: 3.8%;
  }
  ul.products li.product.first {
    clear: both;
  }
  ul.products li.product.last {
    margin-right: 0;
  }
  .columns-1 ul.products li.product {
    float: none;
    width: 100%;
  }
  .columns-2 ul.products li.product {
    width: 48.1%;
  }
  .columns-3 ul.products li.product {
    width: 30.7966666667%;
  }
  .columns-4 ul.products li.product {
    width: 22.15%;
  }
  .columns-5 ul.products li.product {
    width: 16.96%;
  }
  .columns-6 ul.products li.product {
    width: 13.4933333333%;
  }
}
ul.products {
  display: block;
}
h1.woocommerce-products-header__title.page-title {
  color: #76be52;
  font-size: 35px;
  font-weight: 700;
  line-height: 46px;
}
.woocommerce-top-info-container {
  padding: 10px 0;
  margin: 12px 0 40px 0;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}
.woocommerce-top-info-container > div > div {
  display: flex;
  align-items: center;
}
.woocommerce-top-info-container > div > div:first-child {
  justify-content: flex-start;
}
.woocommerce-top-info-container > div > div:last-child {
  justify-content: flex-end;
}
p.woocommerce-result-count {
  margin-bottom: 0;
}
form.woocommerce-ordering select {
  padding: 14px 20px;
}
.archive .products-element-wrapper .loop-item {
  margin-bottom: 20px;
}
.yith-woocommerce-ajax-product-filter h2.widget-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.yith-woocommerce-ajax-product-filter h2.widget-title:first-child {
  margin-top: 12px;
}
ul.yith-wcan-list li > a {
  color: #2f3b46;
  font-weight: 700;
  line-height: 31px;
}
nav.woocommerce-pagination ul.page-numbers {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  margin-bottom: 35px;
}
nav.woocommerce-pagination ul.page-numbers li {
  list-style: none;
  margin: 0 5px;
  font-size: 18px;
  font-weight: 700;
}
nav.woocommerce-pagination ul.page-numbers li > a > i.fa {
  font-size: 16px;
}
nav.woocommerce-pagination ul.page-numbers li > a, nav.woocommerce-pagination ul.page-numbers li > span.current {
  padding: 5px;
}
nav.woocommerce-pagination ul.page-numbers li > span.current {
  color: #3f3f3f;
}
nav.woocommerce-pagination ul.page-numbers li > a:hover {
  text-decoration: none;
  color: #3f3f3f;
}
.yith-wcan-reset-navigation.button {
  display: inline-block;
  text-align: center;
  margin-top: 30px;
  width: 100%;
  transition: all 0.2s;
}
.yith-wcan-reset-navigation.button:hover {
  text-decoration: none;
}
.brz-ddv, .brz-ddv .amount {
  color: #888 !important;
  font-size: 14px !important;
}
div.widget.yith-wcan-sort-by {
  min-width: 331px;
  margin-bottom: 0;
  padding: 0 0 0 15px;
  border: 1px solid #c8c8c8;
}
.widget h2.widgettitle.with-dropdown {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  cursor: default;
}
.widget h2.widgettitle.with-dropdown .widget-dropdown {
  height: 46px;
  width: 46px;
  background: none;
}
.widget h2.widgettitle.with-dropdown .widget-dropdown:before {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  width: 46px;
  height: 46px;
  text-align: center;
  cursor: pointer;
}
div.widget.yith-wcan-sort-by ul.orderby {
  display: block;
  position: absolute;
  background: #fff;
  padding: 10px;
  border: 1px solid #c8c8c8;
  z-index: 501;
  width: calc(100% + 2px);
  left: -1px;
}
.yith-woocommerce-ajax-product-filter.yith-wcan-sort-by.with-checkbox ul li a:before {
  display: none;
}
.yith-woocommerce-ajax-product-filter.yith-wcan-sort-by.with-checkbox ul li a.active {
  text-decoration: underline;
}
ul.filtri-sidebar {
  margin: 0;
  padding: 0;
  margin-top: 12px;
}
ul.filtri-sidebar > li {
  list-style: none;
}
@media screen and (max-width: 991px) {
  .yith-woocommerce-ajax-product-filter h2.widget-title:first-child {
    margin-top: 20px;
  }
  .yith-woocommerce-ajax-product-filter h2.widget-title {
    font-size: 16px;
    line-height: 21px;
  }
  .woocommerce-top-info-container > div > div:last-child {
    justify-content: flex-start;
  }
  .ns-order-container {
    margin-top: 10px;
    width: 100%;
  }
  form.woocommerce-ordering select {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 767px) {
  .prod-archive-left {
    display: flex;
    order: 2;
  }
  .prod-archive-right {
    display: flex;
    order: 1;
  }
  div.widget.yith-wcan-sort-by {
    min-width: 100%;
  }
}
/**
 * Single product
 */
/**
 * Single Product
 */
/*
 .single-product {
 div.product {
 @include clearfix;
 position: relative;
 .woocommerce-product-gallery {
 position: relative;
 .woocommerce-product-gallery__trigger {
 position: absolute;
 top: 1em;
 right: 1em;
 display: block;
 z-index: 99;
 }
 .flex-viewport {
 margin-bottom: 1em;
 }
 .flex-control-thumbs {
 @include clearfix;
 margin: 0;
 padding: 0;
 li {
 list-style: none;
 cursor: pointer;
 float: left;
 img {
 opacity: .5;
 &.flex-active {
 opacity: 1;
 }
 }
 &:hover {
 img {
 opacity: 1;
 }
 }
 }
 }
 @for $i from 2 through 5 {
 &.woocommerce-product-gallery--columns-#{$i} {
 .flex-control-thumbs {
 li {
 @include column-width($i);
 &:nth-child(#{$i}n) {
 margin-right: 0;
 }
 &:nth-child(#{$i}n+1) {
 clear: both;
 }
 }
 }
 }
 }
 }
 }
 }
 */
.stock:empty:before {
  display: none;
}
.stock.in-stock {
  color: #00a44c;
}
.stock.out-of-stock {
  color: #00a44c;
}
/*POMEMBNO*/
.single-product div.product {
  width: 100%;
}
/*gallery*/
.ns-prod-gallery {
  margin-left: -10px;
  margin-right: 10px;
}
.ns-prod-gallery .slick-slider > div > div > div {
  margin: 0 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.b_MSIE .ns-prod-gallery .slick-slider > div > div > div > img {
  width: 100%;
  height: auto;
  min-height: 1px;
}
.ns-prod-gallery .large-slider {
  position: relative;
  /*z-index: 1;*/
  margin-bottom: 20px;
}
.ns-prod-gallery .small-slider {
  margin-bottom: 20px;
  padding-bottom: 55px;
}
.ns-prod-gallery .slick-slide img {
  object-fit: cover;
}
.ns-prod-gallery .small-slider .slick-prev, .ns-prod-gallery .small-slider .slick-next {
  position: absolute;
  bottom: 0;
  background: none;
  border: none;
  font-size: 0;
  border: 1px solid #e8e8e8;
  transition: border-color 0.2s;
}
.ns-prod-gallery .small-slider .slick-prev:hover, .ns-prod-gallery .small-slider .slick-next:hover {
  border-color: #76be52;
}
.ns-prod-gallery .small-slider .slick-prev:hover, .ns-prod-gallery .small-slider .slick-arrow:before {
  transition: color 0.2s;
}
.ns-prod-gallery .small-slider .slick-prev:hover, .ns-prod-gallery .small-slider .slick-arrow:hover:before {
  color: #76be52;
}
.ns-prod-gallery .small-slider .slick-prev:focus, .ns-prod-gallery .small-slider .slick-next:focus {
  outline: none !important;
}
.ns-prod-gallery .small-slider .slick-next:before, .ns-prod-gallery .small-slider .slick-prev:before {
  font-family: 'FontAwesome';
  font-size: 18px;
  width: 36px;
  height: 36px;
  display: block;
  line-height: 2;
  background: #fff;
  cursor: pointer;
}
.ns-prod-gallery .small-slider .slick-next {
  left: calc(35px + 53.5%);
  transform: translateX(calc(-50% - 30px));
}
.ns-prod-gallery .small-slider .slick-next:before {
  content: "\f061";
}
.ns-prod-gallery .small-slider .slick-prev {
  right: calc(35px + 53.5%);
  transform: translateX(calc(+50% + 30px));
}
.ns-prod-gallery .small-slider .slick-prev:before {
  content: "\f060";
}
/*qty btn*/
.quantity input[type="number"] {
  height: 60px;
  width: 45px;
  padding: 0;
  line-height: 0;
  border-radius: 0;
  text-align: center;
  display: block;
  float: left;
  border-color: #ccc #bbb #aaa;
  margin-left: -1px;
  color: #2f3b46;
  font-size: 24px;
  background-color: #f0f0f0;
}
.quantity input[type="button"] {
  display: block;
  float: left;
  height: 60px;
  width: 45px;
  font-size: 32px;
  line-height: 0;
  padding: 0;
  border-radius: 0;
  background: #fff;
  color: #aaa;
  cursor: pointer;
}
.quantity input[type="button"]:nth-child(2) {
  border-radius: 0;
}
.quantity input[type="button"]:nth-child(4) {
  border-radius: 0;
  margin-left: -1px;
}
.quantity input[type="button"]:hover {
  color: #76be52;
}
.quantity input[type="number"]:disabled, .quantity input[type="number"]:hover:disabled {
  color: #666;
}
.quantity input:disabled, .quantity input:hover:disabled {
  color: #ccc;
  background-color: #ebebe4;
  cursor: default;
  border-color: #ccc #bbb #aaa;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  left: calc(50% - 40px);
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #76be52;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
/*mnenja kupcev*/
.woocommerce-tabs ul.tabs {
  display: none;
}
.woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 90px 40px;
  background: #fff;
  border: 1px solid #acacac;
}
.woocommerce-tabs h2.woocommerce-Reviews-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0 !important;
}
.woocommerce-tabs #reviews #comments ol.commentlist {
  margin: 0;
  padding: 0;
}
.woocommerce-tabs #reviews #comments ol.commentlist li {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #acacac;
}
.woocommerce-tabs #reviews #comments ol.commentlist li .comment_container {
  display: flex;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 40px;
}
.woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .comment-meta {
  display: flex;
  align-items: center;
}
.woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .comment-meta p.meta {
  margin-bottom: 0;
}
.woocommerce-tabs #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date, .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__dash {
  display: none;
}
.star-rating:before {
  content: "";
  display: none;
}
.star-rating .fa-star {
  color: #76be52;
}
.star-rating .fa-star-o {
  color: #76be52;
}
.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: #76be52;
  border-color: #76be52 !important;
  color: #fff !important;
  font-weight: 700 !important;
  border-radius: 6px !important;
  padding: 12px 18px !important;
  border-width: 1px !important;
  font-size: 12px !important;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  transition: background-color 0.2s, color 0.2s;
}
.comment-form > .form-submit > input#submit:hover {
  background: transparent !important;
  color: #76be52 !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;
}
h1.product_title {
  font-size: 35px;
  font-weight: 700;
  line-height: 46px;
  color: #76be52;
}
h1.product_title:first-letter {
  text-transform: capitalize;
}
form.simple-cart-form {
  display: flex;
  align-items: center;
  background-color: #f0f0f0;
  padding: 10px;
  margin-bottom: 35px;
}
.prod-single-left {
  position: relative;
  z-index: 1;
}
.prod-single-right {
  position: relative;
  z-index: 10;
}
.simple-product .prod-single-right .woocommerce-product-details__short-description {
  padding-bottom: 30px;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 30px;
}
.prod-single-right .woocommerce-product-details__short-description {
  font-size: 18px;
}
.prod-single-right .woocommerce-product-details__short-description p {
  font-size: 18px;
}
.prod-single-right p.stock {
  display: flex;
  align-items: center;
}
.prod-single-right p.stock.in-stock:before {
  content: "";
  display: inline-block;
  background: url('img/checkmark-outline.png') no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
form.simple-cart-form.povpr-form .simp-sing-cena > .cena-txt {
  justify-content: flex-start;
}
form.simple-cart-form.povpr-form .simp-sing-cena > .cena-txt > .amount {
  margin-left: 7px;
}
form.simple-cart-form .simp-sing-cena {
  display: flex;
  flex-wrap: wrap;
  flex: 1 0;
}
form.simple-cart-form > .quantity {
  margin-right: 20px;
  margin-left: 20px;
}
form.simple-cart-form button.btn.btn-lg.btn-primary {
  padding: 13px 30px !important;
  font-weight: 400 !important;
}
form.simple-cart-form .simp-sing-cena > .cena-txt {
  display: flex;
  flex: 1 0 auto;
  align-items: baseline;
  justify-content: space-between;
  font-size: 20px;
}
form.simple-cart-form .simp-sing-cena > .cena-txt > .amount {
  font-weight: 700;
  font-size: 25px;
}
.woocommerce-variation-price > .cena-txt {
  align-items: baseline;
}
.woocommerce-variation-price > .cena-txt > .amount {
  font-size: 25px;
}
.variation_stockless .woocommerce-variation-price .cena-txt {
  justify-content: flex-start;
}
.variation_stockless .woocommerce-variation-price > .cena-txt > .amount {
  margin-left: 7px;
}
.ns-prod-gallery .slick-slider > div > div > div {
  border: 1px solid #c8c8c8;
  padding: 5px;
}
.slider-for-product > div > div > div {
  min-height: 469px;
}
.single-product div.summary {
  margin-top: 20px;
}
.ns-prod-gallery .small-slider .slick-slide {
  cursor: pointer;
  transition: border-color 0.2s;
}
.ns-prod-gallery .small-slider .slick-slide:hover {
  border: 1px solid #76be52;
}
.ns-prod-gallery .small-slider .slick-slide:focus, .ns-prod-gallery .small-slider .slick-slide:active {
  outline: none;
}
.cz-sorodni-row {
  background-color: #f0f0f0;
}
.cz-sorodni-row .products-element-wrapper .loop-item .prod-inner {
  background-color: #fff;
  z-index: 0;
}
.cz-sorodni-row .products-element-wrapper {
  margin-bottom: 35px;
}
.cz-sorodni-row .products-element-wrapper .loop-item .prod-inner .izdelek-txt {
  margin-top: 400px;
  height: calc(100% - 400px);
  padding: 10px 20px 0 20px;
}
.cz-sorodni-row .wpb_text_column > div > h3 {
  text-align: center;
  margin-top: 35px;
}
.single-product.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat {
  margin-left: -20px;
  margin-right: -20px;
}
.single-product.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a {
  position: relative;
}
.single-product.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active > a {
  color: #76be52;
}
.single-product.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a:hover {
  background: none;
}
.single-product.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  height: 3px !important;
  width: calc(100% - 40px);
  background-color: #c8c8c8;
  left: 50% !important;
  margin: 0 auto;
  transform: translateX(-50%);
  z-index: 10;
}
.single-product.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active > a:after, .single-product.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a:hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px !important;
  width: calc(100% - 40px);
  background-color: #76be52;
  left: 50% !important;
  margin: 0 auto;
  transform: translateX(-50%);
  z-index: 10;
}
.single-product.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a:hover:after {
  bottom: -3px;
}
.single-product.wpb-js-composer .vc_tta .vc_tta-tabs-list:after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 40px);
  left: 50%;
  bottom: 1px;
  transform: translateX(-50%);
  background-color: #f0f0f0;
}
.single-product.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a {
  background-color: #fff;
  color: #2f3b46;
  font-size: 25px;
  font-weight: 700;
}
.single-product.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
  padding: 40px 20px;
}
.single-product .vc_tta-panel .wpb_text_column.wpb_content_element table tr:first-child {
  border-top: 1px solid #f0f0f0;
}
.single-product .vc_tta-panel .wpb_text_column.wpb_content_element table tr {
  border-bottom: 1px solid #f0f0f0;
}
.single-product .vc_tta-panel .wpb_text_column.wpb_content_element table tr td {
  padding: 10px 0;
}
.single-product .vc_tta-panel .wpb_text_column.wpb_content_element table tr > td:first-child {
  width: 33%;
}
/*variations product*/
.variations > div {
  margin: 15px 0;
}
.variations > div > .label {
  font-size: 20px;
  line-height: 31px;
  text-transform: uppercase;
  width: 100%;
  border-top: 1px solid #c8c8c8;
  padding: 15px 0;
}
.variations > div > .value {
  margin-bottom: 30px;
}
.variations > div > .value select {
  width: 50%;
  padding: 15px 20px;
  background-color: #f0f0f0;
}
form.variations-cart-form button.btn.btn-lg.btn-primary {
  padding: 13px 30px !important;
}
form.variations-cart-form .cena-txt {
  display: flex;
  flex: 1 0 auto;
  justify-content: space-between;
  font-size: 18px;
}
form.variations-cart-form .cena-txt > .amount {
  font-weight: 700;
}
form.variations-cart-form .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #f0f0f0;
}
form.variations-cart-form .woocommerce-variation-add-to-cart .woocommerce-variation {
  display: block !important;
  flex: 1 0 auto;
}
form.variations-cart-form .woocommerce-variation-add-to-cart > .quantity {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 1380px) {
  form.simple-cart-form, form.variations-cart-form .woocommerce-variation-add-to-cart {
    display: block;
    flex-direction: column;
  }
  form.simple-cart-form .simp-sing-cena, form.variations-cart-form .woocommerce-variation-add-to-cart .woocommerce-variation-price {
    margin-bottom: 10px;
    flex-direction: column;
    width: 100%;
  }
  form.simple-cart-form > .quantity, form.variations-cart-form .woocommerce-variation-add-to-cart > .quantity {
    margin: 0;
  }
  form.simple-cart-form > button, form.variations-cart-form .woocommerce-variation-add-to-cart > button {
    margin-left: 10px;
    width: calc(100% - 143px);
  }
  .single-product .vc_tta-panel .wpb_text_column.wpb_content_element table tr > td:first-child {
    width: 50%;
  }
  .single-product .vc_tta-panel .wpb_text_column.wpb_content_element table tr td {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .ns-prod-gallery {
    margin-left: 0;
    margin-right: 0;
  }
  .ns-prod-gallery .small-slider {
    padding-bottom: 0;
  }
  .ns-prod-gallery .slick-slider.large-slider > div > div > div {
    margin: 0;
  }
  .slider-for-product > div > div > div {
    min-height: 1px;
  }
  .wpb-js-composer .vc_tta.vc_general .vc_tta-tab > a {
    padding: 14px 0 !important;
    margin-right: 20px;
  }
  .single-product.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
    padding: 40px 0;
  }
  .single-product.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active > a:after, .single-product.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a:hover:after, .single-product.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a:after {
    width: 100%;
  }
  .single-product.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a {
    font-size: 21px;
  }
  .wpb-js-composer .vc_tta.vc_general {
    margin-top: 30px;
  }
  h1.product_title {
    font-size: 24px;
    line-height: 31px;
  }
  .ns-prod-gallery .small-slider .slick-prev, .ns-prod-gallery .small-slider .slick-next {
    bottom: 50%;
    transform: translateY(50%);
    z-index: 100;
  }
  .ns-prod-gallery .small-slider .slick-next {
    right: 0;
    left: unset;
  }
  .ns-prod-gallery .small-slider .slick-prev {
    left: 0;
    right: unset;
  }
}
@media screen and (max-width: 767px) {
  .variations > div > .value select {
    width: 100%;
  }
  .single-product.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat {
    margin-top: 35px;
  }
}
@media screen and (max-width: 600px) {
  .single-product .vc_tta-container {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 530px) {
  .single-product .vc_tta-panel .wpb_text_column.wpb_content_element table tr > td:first-child {
    width: 100%;
    font-weight: 700;
    padding-bottom: 0;
  }
  .single-product .vc_tta-panel .wpb_text_column.wpb_content_element table tr > td {
    font-size: 14px;
    float: left;
  }
}
@media screen and (max-width: 350px) {
  form.simple-cart-form > button, form.variations-cart-form .woocommerce-variation-add-to-cart > button {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
}
/**
 * Checkout
 */
/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first, .col2-set .form-row-last {
    width: 48.1%;
  }
}
#mini-cart-popup .cart_list {
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
  padding: 0;
}
#mini-cart-popup .cart_list .mini_cart_item {
  position: relative;
  padding-bottom: 20px;
  list-style: none;
  padding-left: 30px;
  font-size: 16px;
}
#mini-cart-popup .cart_list .mini_cart_item .remove_from_cart_button {
  position: absolute;
  left: 0;
  top: 0;
  text-decoration: none;
  color: red;
  font-weight: 700;
}
#mini-cart-popup .cart_list .mini_cart_item .remove_from_cart_button + a {
  font-weight: normal;
}
#mini-cart-popup .cart_list .mini_cart_item .remove_from_cart_button + a img {
  float: right;
  width: 15%;
  margin-left: 5px;
  margin-right: 5px;
}
#mini-cart-popup .cart_list .mini_cart_item a {
  color: #76be52;
  text-decoration: none;
  font-weight: 400;
}
#mini-cart-popup .cart_list .mini_cart_item .quantity {
  display: block;
}
#mini-cart-popup p:nth-child(2) {
  margin-top: 20px;
  margin-bottom: 0;
  border-top: 1px solid #dee2e6;
  padding-top: 10px;
  font-size: 18px;
}
#mini-cart-popup .buttons {
  margin: 10px -1% 5px -1%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}
#mini-cart-popup .buttons:after {
  content: '';
  display: block;
  clear: both;
}
#mini-cart-popup .buttons .button {
  width: 47%;
}
#mini-cart-popup .buttons .button:first-child {
  /* background: $primary-color;
   transition: background .3s;*/
}
#mini-cart-popup .buttons .button:first-child:hover {
  /*background: $hover-color;*/
}
#mini-cart-popup .buttons .button:last-child {
  /*	border:transparent;
   color:$white-color;
   transition: background-position .3s;*/
}
#mini-cart-popup .buttons .button:last-child:hover {
  /*	background-position: 10px 10px;
   color:$white-color;*/
}
#mini-cart-popup .modal-footer {
  justify-content: center;
}
#mini-cart-popup .modal-footer .continue-shoping {
  color: #76be52;
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 1px;
}
#mini-cart-popup .mini-cart-popup-content .woocommerce-mini-cart__empty-message {
  display: block;
  text-align: center;
  color: #000;
  top: 14px;
  position: relative;
  font-size: 16px;
}
.woocommerce-cart-form .product-thumbnail img {
  width: 110px;
  padding: 0;
}
.woocommerce-cart-form .product-thumbnail {
  text-align: center;
  width: 130px;
}
.woocommerce-cart-form .product-quantity {
  width: 75px;
}
.woocommerce-cart-form .product-quantity .quantity, .woocommerce-cart-form .product-quantity .quantity input {
  width: 100%;
  text-align: center;
}
.woocommerce-cart-form .product-subtotal, .woocommerce-cart-form .product-price, .woocommerce-cart-form .product-quantity {
  text-align: center;
}
.woocommerce-cart-form .product-name a {
  color: #2f3b46;
  text-decoration: none;
  transition: color 0.3s;
}
.woocommerce-cart-form .product-name a:hover {
  color: #76be52;
}
table.shop_table_responsive tr td.product-remove {
  text-align: center;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  color: red;
  font-size: 32px;
}
.woocommerce-cart-form .cart_item {
  /*border-bottom:1px solid #d3d3d3;*/
}
.woocommerce-cart-form .cart_item td {
  border-collapse: collapse;
  padding: 10px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.woocommerce-cart-form thead tr th {
  border-collapse: collapse;
  padding-bottom: 20px;
}
.woocommerce-cart-form .cart_item td:first-child {
  border-left: 1px solid #e5e5e5;
}
.woocommerce-cart-form .cart_item td:last-child {
  border-right: 1px solid #e5e5e5;
}
.woocommerce-cart-form table.cart {
  border-collapse: collapse;
}
.woocommerce-cart-form .btn {
  float: right;
  margin-top: 30px;
}
.woocommerce-cart-form .coupon {
  display: none;
}
.woocommerce-form-coupon-toggle {
  display: none;
}
/*
 .cart-collaterals .cart_totals h2 {
 text-align: right;
 }
 .cart-collaterals .cart_totals table tr td, .cart-collaterals .cart_totals table tr th {
 text-align: right;
 }*/
.cart-collaterals .cart_totals table tr td {
  width: 350px;
}
.wc-proceed-to-checkout {
  float: right;
  margin-bottom: 30px;
}
.wc-proceed-to-checkout a {
  text-decoration: none;
}
.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row, .woocommerce-additional-fields .form-row, .woocommerce-checkout-review-order .form-row {
  margin-left: 0;
  display: block;
  width: 100%;
}
.woocommerce-billing-fields, .woocommerce-shipping-fields {
  display: block;
  width: 100%;
  height: auto;
}
.woocommerce-shipping-fields input#ship-to-different-address-checkbox {
  width: auto;
}
.woocommerce-billing-fields input, .woocommerce-shipping-fields input, .woocommerce-additional-fields textarea {
  width: 100%;
  display: inline-block;
  padding: 10px;
}
input.woocommerce-form__input.input-checkbox {
  width: auto;
}
.woocommerce-additional-fields .woocommerce-input-wrapper {
  width: 100%;
  display: inline-block;
}
.woocommerce-billing-fields .form-row-first, .woocommerce-billing-fields .form-row-last, .woocommerce-shipping-fields .form-row-first, .woocommerce-shipping-fields .form-row-last {
  float: left;
  width: 49.5%;
  clear: none;
}
.woocommerce-billing-fields .form-row-first, .woocommerce-shipping-fields .form-row-first {
  margin-right: 1%;
}
.checkout-row h3 {
  margin-top: 30px;
  margin-bottom: 30px;
}
h3#ship-to-different-address {
  font-size: 1.125rem;
  font-family: sans-serif;
}
.woocommerce-billing-fields .select2-container .select2-selection--single, .woocommerce-shipping-fields .select2-container .select2-selection--single {
  padding: 10px;
  height: auto;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow, .woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px;
}
.woocommerce-checkout-review-order table thead th {
  font-size: 24px;
}
.woocommerce-checkout-review-order table tr {
  border-bottom: 1px solid #e5e5e5;
}
.woocommerce-checkout-review-order table tr td {
  padding: 10px 0;
}
.woocommerce-checkout-payment ul.payment_methods {
  margin: 0;
  padding: 0;
}
.woocommerce-checkout-payment ul.payment_methods li {
  list-style: none;
}
.woocommerce-checkout-payment ul li:before {
  display: none;
}
.woocommerce-checkout-payment {
  background: #f1f1f1;
  padding: 30px;
  display: inline-block;
}
.woocommerce-checkout-payment .payment_box {
  position: relative;
  display: block;
  margin: 15px 0;
  background: #dedede;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 16px;
}
.woocommerce-checkout-payment .payment_box p:last-child {
  margin-bottom: 0;
}
.woocommerce-checkout-payment div.payment_box::before {
  content: '';
  display: block;
  border: 1em solid #dedede;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
  background: none !important;
}
.woocommerce-message, .woocommerce-thankyou-order-received {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px;
  margin-bottom: 30px;
  background: #f1f1f1 !important;
}
abbr.required {
  border: none !important;
  text-decoration: none !important;
}
.woocommerce-NoticeGroup ul.woocommerce-error {
  margin: 0;
  padding: 0;
  width: 100%;
  background: none;
}
.woocommerce-NoticeGroup ul.woocommerce-error li {
  list-style: none;
  border-bottom: 1px solid red;
  line-height: 2em;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 red;
}
.required {
  color: red !important;
}
ul.woocommerce-thankyou-order-details {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
ul.woocommerce-thankyou-order-details li {
  list-style: none;
}
/*
 table.woocommerce-table--order-details tfoot th {
 text-align: right;
 padding-right: 15px;
 }*/
table.woocommerce-table--order-details tr {
  border-bottom: 1px solid #e5e5e5;
}
table.woocommerce-table--order-details tr td {
  padding: 5px 0;
}
ul.woocommerce-shipping-methods {
  margin: 0;
  padding: 0;
}
ul.woocommerce-shipping-methods li {
  list-style: none;
  display: flex;
  align-items: baseline
}
ul.woocommerce-shipping-methods li > label{
margin-left: 10px;}
.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%;
}
section.woocommerce-order-details {
  margin-top: 35px;
}
table.shop_table.order_details {
  margin: 35px 0 60px 0;
}
@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;
  }
}
/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
  content: "";
  display: table;
  table-layout: fixed;
}
.site-header-cart .cart-contents {
  text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
  display: none;
}
.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}
/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 1em;
  width: 5.3em;
  font-family: 'star';
  font-weight: 400;
}
.star-rating:before {
  content: "\53\53\53\53\53";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  color: #76be52;
}
p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
p.stars a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "star";
  content: "\53";
  color: #2f3b46;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a:before {
  content: "\53";
  color: #2f3b46;
  opacity: 0.25;
}
p.stars:hover a:before {
  content: "\53";
  color: #76be52;
  opacity: 1;
}
p.stars.selected a.active:before {
  content: "\53";
  color: #76be52;
  opacity: 1;
}
p.stars.selected a.active ~ a:before {
  content: "\53";
  color: #2f3b46;
  opacity: 0.25;
}
p.stars.selected a:not(.active):before {
  content: "\53";
  color: #76be52;
  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: #00a44c;
}
.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 #00a44c;
}
.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: #00a44c;
  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 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: #76be52;
  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: #76be52;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}
/*# sourceMappingURL=woocommerce.css.map */

/* Disable shopping  START */
.cz-minicart-cont,
form.simple-cart-form > .quantity,
form.simple-cart-form > .single_add_to_cart_button,
.single_variation_wrap  .quantity,
.single_variation_wrap  .single_add_to_cart_button {
  /*display: none !important;*/
}

.btn-povp-call {
  /*display: block !important;*/
    display: none !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  white-space: normal;
}
form.simple-cart-form .simp-sing-cena > .cena-txt > .amount,
form.variations-cart-form .cena-txt > .amount {
  margin-left: 10px;
}
form.variations-cart-form .cena-txt,form.simple-cart-form .simp-sing-cena > .cena-txt {
  justify-content: flex-start;
}
/* Disable shopping  END */

.racun-podjetje input {
  width: auto;
  margin-right: 10px;
}
.racun-podjetje .optional { 
  display: none;
}

#custom_third_option_checkbox_field {
  margin-bottom: 0;
}
#custom_third_option_checkbox_field input {
  width: auto;
}
#custom_third_option_checkbox_field label {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 41px;
  font-family: sans-serif;
}
#custom_third_option_checkbox_field label span {
  display: none;
}

#order_comments_field textarea,
#custom_third_option_textarea_field textarea {
  min-height: 100px;
  height: 150px;
}
#custom_third_option_textarea_field .optional {
  display: none;
}

.shipping_address #shipping_company_field,
.shipping_address #shipping_country_field {
  display: none;
}
.ns-prod-gallery .slick-slide a,
.ns-prod-gallery .slick-slide img {
  height: 100%;
}

ul.woocommerce-shipping-methods li > label {
  text-align: left;
}