/*
Theme Name: KBeauty
Author: Fullo
Version: 1.0
Text Domain: KBeauty
*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}

/*.login-error-notice .woocommerce-error li{*/
/*    background-color: #ffe5e5;*/
/*    border-left: 4px solid #ff0000;*/
/*    color: #a10000;*/
/*    padding: 15px 20px;*/
/*    margin-bottom: 20px;*/
/*    border-radius: 4px;*/
/*    font-size: 16px;*/
/*    font-weight: 500;*/
/*}*/


button,
img:focus {
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
  color: #000;
  margin-bottom: 15px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.container {
  width: 100%;
  /* max-width: 1530px; */
  max-width: 1560px;
  padding: 0 20px;
  margin: auto;
}

.nav {
  padding: 20px 10px;
}

header {
  position: sticky;
  top: 0;
  z-index: 9;
  background: #fff;
}

header .nav .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .nav .flex .right {
  display: flex;
  column-gap: 30px;
}

header .nav .flex .right span {
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  width: max-content;
}

.header_regist {
  flex-direction: column;
}

.header_regist a {
  color: #000;
  display: block;
}

.header_regist_login::after {
  content: "";
  display: block;
  background: #d9bcc0;
  height: 6px;
  width: 6px;
  border-radius: 50px;
  position: absolute;
  top: 5px;
  right: 0;
}

.header_regist_login span {
  color: #000;
  display: block !important;
}

header .nav .flex .right p {
  font-size: 12px;
  font-weight: 600;
}

header .nav .flex .left {
  display: flex;
  column-gap: 75px;
}

header .nav .flex .item {
  display: flex;
  column-gap: 15px;
}

header .nav .flex .item p {
  margin: 0px;
  font-size: 10px;
  font-weight: normal;
  line-height: 12px;
}

header .nav .flex .item p a {
  color: #000;
}

header .nav .flex .item p span {
  font-weight: normal;
  font-size: 10px;
  color: #bf0a30;
}

.topline {
  background: #d9bcc0;
  border: 1px solid #000;
  padding: 10px 0;
}

.topline .container {
  text-align: center;
}

.topline a {
  color: #000;
  display: inline-block;
  font-weight: 400;
}

.nav-links {
  background: #000;
}

.nav-links ul {
  display: flex;
  justify-content: center;
}

.nav-links ul li a {
  color: #fff;
  padding: 15px 30px;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
}

.home-slider {
  padding-left: 15px;
}

.home-slider .flex {
  /*display: flex;*/
  /*column-gap: 10px;*/
  padding-top: 15px;
  padding-bottom: 20px;
}

.home-slider .big-slider .content {
  padding: 25px 30px;
  height: 154px;
}

.home-slider .small-slider .content {
  background: #25d3e1;
  padding: 25px 30px;
  height: 154px;
}

.home-slider h1 {
  font-size: 20px;
  color: #fff;
}

.home-slider h2 {
  font-size: 20px;
  color: #fff;
}

.home-slider p {
  font-size: 16px;
  color: #fff;
}

.home-slider a {
  font-size: 14px;
  color: #fff;
}

.home-slider img {
  /* height: 360px; */
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.home-two-slider .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  padding: 30px 0;
}

.home-two-banners {
  padding: 0 15px;
}

.home-two-banners .flex {
  display: flex;
  column-gap: 20px;
}

.home-two-banners .item {
  width: 50%;
}

.home-two-banners .item img {
  width: 100%;
}

.home-two-slider .home-products ul {
  display: flex;
}

.home-two-slider .flex {
  display: flex;
  align-items: center;
  /* column-gap: 10px; */
  column-gap: 0px;
  /* overflow: hidden; */
}

/* .home-two-slider .col-first {
  min-width: 540px;
  width: 100%;
  height: 100%;
  padding-right: 5px;
} */

.home-two-slider .col-first {
  /* min-width: 280px;
  width: 280px; */

  min-width: 19.5%;
  width: 20%;
  /* width: 100%; */
  height: 100%;
  padding-right: 5px;
}

.home-two-slider .col-two {
  min-width: 450px;
  width: 100%;
  height: 100%;
}

.home-two-slider .col-three {
  min-width: 280px;
  width: 100%;
  height: 510px;
  padding-left: 5px;
  padding-right: 5px;
}

.home-two-slider .col-three img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-two-slider .col-four {
  /* min-width: 200px; */
  min-width: 100px;
  width: 90%;
  height: 100%;
}

.home-big-banner img {
  width: 100%;
}

footer .footer-tracking {
  background-color: #d9bcc0;
  padding: 15px 0;
}

footer .footer-tracking p {
  margin: 0;
  text-align: center;
}

footer .footer-tracking p a {
  color: #000;
}

footer .footer-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 150px;
  column-gap: 75px;
  border-bottom: 1px solid #0000004d;
}

footer .footer-info-grid .item {
  display: flex;
  column-gap: 15px;
  padding: 25px 0;
}

/*footer .footer-info-grid .item img {*/
/*  width: 75px;*/
/*  height: auto;*/
/*}*/

footer .footer-info-grid .item p {
  margin: 0;
}

footer {
  margin-top: 25px;
}

.blog-home-slider .item .content-full {
  background-color: #faf1ef;
  padding: 25px 30px;
}

.blog-home-slider img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.blog-home-slider h3 {
  font-size: 20px;
  margin-bottom: 7px;
  color: #000;
  margin-top: 0 !important;
}

.blog-home-slider p {
  font-size: 14px;
  color: #000;
}

.blog-home-slider a {
  font-size: 14px;
  color: #000;
}

footer .footer-info-grid .item .content p {
  font-weight: 600;
  font-size: 14px;
}

footer .footer-info-grid .item .content p a {
  color: #000;
}

footer .footer-info-grid .item .content span {
  font-weight: 400;
  font-size: 12px;
  color: #000;
}

.home h3 {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 700;
}

/* Archive page */

.main_shop_cat {
  display: flex;
  padding-bottom: 50px;
}

.main_shop_cat #primary {
  width: 80%;
}

.main_shop_cat #secondary {
  width: 20%;
  padding-right: 30px;
}

.main_shop_cat #primary .products {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 10px;
  row-gap: 10px;
  margin-top: 35px;
}

.main_shop_cat .products .product {
  box-shadow: 0px 0px 3px 0px #00000033;
  border: 1px solid transparent;
  padding: 15px;
  cursor: pointer;
}

.all_product_link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.main_shop_cat .products .product .add_to_cart_button {
  background: #000000 !important;
  padding: 15px;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 4px;

  /* font-size: 10px; */

  font-size: 14px;

  font-weight: 700;
  line-height: 13px;
  margin-top: 20px;
  text-transform: uppercase;

  /* position: absolute; */
  bottom: 15px;
}

.main_shop_cat .products .product .button.product_type_simple,
.main_shop_cat .products .product .button.product_type_variable {
  background: #bf0a30;
  padding: 15px;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 4px;

  /* font-size: 10px; */

  font-size: 14px;

  font-weight: 700;
  line-height: 13px;

  /* margin-top: 35px; */

  margin-top: 20px;

  text-transform: uppercase;

  position: relative;
  bottom: 0;

  height: 48px;
  line-height: normal;
}

.product.outofstock .button.product_type_simple:before,
.product.outofstock .button.product_type_variable:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(/wp-content/uploads/2025/03/obavestime.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  vertical-align: middle;
}

.main_cat_list {
  padding-top: 25px;
}

.main_shop_cat .woocommerce-products-header__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 15px;

  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 30px;
}

.main_cat_list .full-container {
  padding: 0 50px;
}

.single-flex-wrap .full-container {
  padding: 0 50px;
}

.products .product-brand {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;

  text-align: left;
  
  color: #000;
  pointer-events: none;
}

.products .product-brand a,
.products .product-brand .product-brand__name{
  color: #000 !important;
  pointer-events: none !important;
}

.products .woocommerce-loop-product__title {
  color: #444443;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 18px;
  min-height: 37px;
  height: 37px;
  width: 90%;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.products .price {
  display: flex;
  flex-direction: column;

  justify-content: end;
}

.tax-product_cat .products .price {
  font-size: 20px;
}

.products .price {
  color: #444443;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  /* margin-top: 45px; */
  margin-top: 15px;

  height: 40px;
  min-height: 40px;
}

.products .price .save {
  color: #bf0a30;
  font-size: 10px;
  font-weight: 700;
}

.products .price ins {
  text-decoration: none;
}

.products .price del {
  text-decoration: none;
}

/* Single */

.woocommerce_single_wrap {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce_single_wrap .woo-left,
.woocommerce_single_wrap .woo-right {
  width: 50%;
  padding-top: 10px;
  /*position: relative;*/
}

.single-flex-wrap .product .product_title {
  font-size: 16px;
  font-weight: 400;
  line-height: 17.5px;

  color: #000000;
  margin-bottom: 20px;
}

.home-products {
  margin-bottom: 30px;
  position: relative;
}

.home-products .products .product {
  margin: 0 5px;
}

.slide_with_banner .products .product {
  margin: 0 !important;
  margin: 0 5px !important;
}

.home-products .tns-inner {
  margin: 0 -5px !important;
  padding: 0 2px;
}

.slide_with_banner .tns-inner {
  margin: 0 !important;
  padding: 0 !important;
}

.home-products .products {
  padding: 5px 5px;
}

.related-products .products {
  padding: 5px 10px;
}

.home-products .product,
.related-products .product {
  box-shadow: 0px 0px 3px 0px #00000033;
  border: 1px solid transparent;
  padding: 15px;
  position: relative;
}

.home-products .product .add_to_cart_button,
.related-products .product .add_to_cart_button {
  background: #000000 !important;
  padding: 15px;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  line-height: 13px;
  margin-top: 20px;
  text-transform: uppercase;
}

.related-products .product .button.product_type_simple {
  background: #bf0a30;
  padding: 15px;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  line-height: 13px;
  margin-top: 20px;
  text-transform: uppercase;
}

.home-products .product .button.product_type_simple {
  background: #bf0a30;
  padding: 15px;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  line-height: 13px;
  margin-top: 20px;
  text-transform: uppercase;

  position: relative;

  /* position: absolute; */
}

.product-card__actions .button {
    width: 100%;
}

.yith-quick-view-content .cwginstock-subscribe-form {
  width: 100%;
  display: none;
}

.sold-individually.product-type-variable .woocommerce-variation-availability {
  position: absolute;
  background: #fff;
  /* z-index: 99; */
  width: 100%;
}

.single .outofstock .woo-right .tinv-wraper {
  position: absolute;
  right: 200px;
  margin-right: 0;
  top: 0;
}

.home-products .product.outofstock .button.product_type_simple:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("/wp-content/uploads/2025/03/obavestime.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  vertical-align: middle;
}

.related-products .product .add_to_cart_button {
  margin-top: 40px;
}

.home-two-slider .item .content {
  background-color: #faf1ef;
  padding: 21px 30px;
}

.home-two-slider .col-first img {
  width: 100%;
  /* height: 320px; */

  height: 24.7vw;
  /* height: 500px; */

  object-fit: cover;
}

.home-two-slider img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.home-two-slider h3 {
  font-size: 20px;
  margin-bottom: 7px;
  color: #000;
  margin-top: 0;
}

.home-two-slider p {
  font-size: 14px;
  color: #000;
}

.home-two-slider a {
  font-size: 14px;
  color: #000;
}

.home-two-slider .home-products {
  margin-bottom: 0px;
}

.col-slider ul {
  display: flex;
}

footer .footer-links {
  padding: 30px;
}

footer .footer-links .left-col {
  width: 60%;
  background-color: #d38395;
  border-radius: 4px;
  display: flex;
  align-items: center;
  column-gap: 50px;
}

footer .footer-links .left-col .news h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 58.51px;
  color: #ffffff;
}

footer .footer-links .left-col .news p {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.07px;

  color: #ffffff;
}

footer .footer-links .left-col .news p span {
  color: #c02548;
  font-weight: 700;
}

footer .footer-links .right-col {
  display: flex;
  width: 40%;
  column-gap: 50px;
}

footer .footer-links .flex {
  display: flex;
  align-items: center;
  column-gap: 40px;
}

footer .footer-links .right-col .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

footer .footer-links ul li a {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 7px;
  display: inline-block;
  color: #000;
}

footer .footer-links p {
  font-size: 14px;
  font-weight: 500;
}

.copyright {
  text-align: center;
  padding: 10px 0;
}

.copyright p {
  margin: 0;
  padding-bottom: 0;
  font-weight: 400;
  font-size: 10px;
}

.home-big-banner {
  padding: 0 15px;
}

.home-two-banners {
  padding-bottom: 20px;
}

.main_shop_cat .product {
  position: relative;
}

.home-products .custom_sale_badge_text,
.main_shop_cat .custom_sale_badge_text,
.related-products .custom_sale_badge_text {
  position: absolute !important;
  left: 15px !important;
  top: unset !important;
  text-transform: uppercase;
  background: #bf0a30;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 5px;
  line-height: 10px;
  display: inline-block;
  border-radius: 2px;
}

.home-products .custom_sale_badge_percentage,
.main_shop_cat .custom_sale_badge_percentage,
.related-products .custom_sale_badge_percentage {
  position: absolute !important;
  right: 15px !important;
  top: unset !important;
  text-transform: uppercase;
  background: #bf0a30;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 5px;
  line-height: 10px;
  display: inline-block;
  border-radius: 2px;
}

.woocommerce-result-count {
  display: none;
}

.product.load-more-custom .woocommerce-result-count {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;

  color: #00000080;
  margin-bottom: 8px;
}

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

.woocommerce-products-header .desk-cat img {
  width: 100%;
}

.single .woocommerce-breadcrumb {
  padding: 0 50px;
  padding-top: 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.63px;

  width: 100%;
  max-width: 1530px;
  padding: 0;
  margin: auto;
  padding-top: 15px;
  padding: 10px 10px;
}

.single .woocommerce-breadcrumb a {
  color: #000000;
}

/*Srediti lepo */

.lmp_load_more_button.br_lmp_button_settings > a {
  background-color: transparent !important;
  color: #000 !important;
  font-size: 12px !important;
}

/*ul .lmp_load_more_button.br_lmp_button_settings {*/

/*}*/

.product.load-more-custom {
  display: flex;
  box-shadow: unset !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}

.product.load-more-custom a {
  color: #000;
  font-size: 14px;
  border: 1px solid #000;
  padding: 10px;
  border-radius: 50px;
}

.bapf_slidr_all {
  font-size: 12px;
}

.bapf_head {
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;

  text-align: left;
}

.small-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.default-sticker {
  position: absolute;
  right: 10px;
}

.single .product-brand > a {
  font-size: 14px;
  font-weight: 700;
  line-height: 17.07px;

  color: #000000;
  margin-bottom: 10px;
  display: inline-block;
}

.single .woocommerce-product-details__short-description > p {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.07px;

  color: #00000099;
  width: 80%;
}

.single .custom_sale_badge_text {
  position: relative;
  top: 0;
  left: 0;
  text-transform: uppercase;
  background: #bf0a30;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 5px;
  line-height: 10px;
  display: inline-block;
  border-radius: 2px;
}

.single .custom_sale_badge_percentage {
  position: relative;
  top: 0;
  right: 0;
  text-transform: uppercase;
  background: #bf0a30;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 5px;
  line-height: 10px;
  display: inline-block;
  border-radius: 2px;
}

.single .woo-right .single_add_to_cart_button {
  background: #000000;
  padding: 21px;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 13px;
  text-transform: uppercase;
  cursor: pointer;
}

.single .custom_sale_badge_wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.custom-block-single .three-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 20px 0;
  column-gap: 20px;
  width: 90%;
}

.custom-block-single .three-grid .item {
  box-shadow: 0px 0px 3px 0px #00000040;
  padding: 15px;
  border-radius: 4px;
}

.custom-block-single .three-grid .item p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 12.19px;

  color: #000;
  margin-top: 7px;
}

.custom-block-single .set-product > a {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.63px;

  text-align: left;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-decoration-skip-ink: auto;
  color: #569fff;
}

.register-and-percentage {
  background: #f6f8f9;
  padding: 15px;
  border-radius: 4px;
}

.register-and-percentage p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.07px;

  text-align: left;
  color: #000;
}

.register-and-percentage p a {
  color: #569fff;
  text-decoration-line: underline;
  text-decoration-style: solid;
}

.single .was-now-save .was {
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;

  text-align: left;
  text-decoration-line: line-through;
  color: #000;
}

.single .was-now-save .save {
  color: #bf0a30;
  font-size: 14px;
  font-weight: 400;
  line-height: 10px;

  margin: 10px 0px;
}

.single .was-now-save .now {
  font-size: 20px;
  font-weight: 700;
  line-height: 13px;
  text-align: left;
  color: #000;
}

.single .woocommerce_single_wrap .woo-right .price {
  font-size: 20px;
  font-weight: 700;
  line-height: 13px;
  text-align: left;
  color: #000;
  width: fit-content;
  margin: 0;
}

.single .woocommerce_single_wrap .woo-right .stock.in-stock {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.custom-block-single {
  margin-bottom: 20px;
  margin-top: 15px;
}

.single .product-type-variable .woo-right .price {
  display: none;
}

.single .product-type-variable .woo-right .was-now-save.hide-custom {
  display: none;
}

.single .single_variation_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
  margin-bottom: 60px;
  /*min-height: 60px;*/
  /*height: 60px;*/
}

.single .single_variation_wrap .woocommerce-variation-price {
  min-height: 60px;
  height: 60px;
  display: flex;
  align-items: end;
}

.reset_variations {
  display: none !important;
}

li.variable-item.color-variable-item {
  border-radius: 50px !important;
}

.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).color-variable-item
  .variable-item-span-color,
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).image-variable-item
  .variable-item-span-color {
  border-radius: 50px;
}

.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).color-variable-item.selected:not(
    .no-stock
  )
  .variable-item-contents:before,
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).image-variable-item.selected:not(
    .no-stock
  )
  .variable-item-contents:before {
  display: none !important;
}

.single .variations tr th {
  font-size: 14px;
  font-weight: 400;
  line-height: 14.63px;

  text-align: left;
  color: #00000080;
  display: block;
  padding-bottom: 10px;
}

.single .woocommerce-product-gallery__wrapper {
  text-align: center;
}

.single .woocommerce-variation-sku {
  font-size: 16px;
  font-weight: 400;
  line-height: 17.5px;

  color: #000000;
}

.single .woo-right {
  /*position: relative;*/
  padding-bottom: 100px;
}

.single .woo-right .summary {
  position: relative;
}

.single .single_variation_wrap {
  position: absolute;
  right: 0;
  bottom: -120px;
  width: 100%;
  margin: 0;
}

.single .custom-variations-form table tbody {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-direction: row-reverse;
}

.single .highlights-single,
.single .details-single,
.single .trending-single,
.single .related-single {
  border-top: 1px solid #0000000d;
  margin-top: 25px;
  padding-top: 25px;
}

.single .heading h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.5px;

  text-align: left;
}

.single .highlights-single .flex {
  display: flex;
  align-items: flex-start;
}

.single .additional-wrapper .single-container > .flex {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.single .additional-wrapper .single-container > .flex.first {
  position: relative;
}

.single .additional-wrapper .single-container > .flex.first .tabs-click-open {
  position: absolute;
  right: -40px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.5sease;
  -o-transition: all 0.5s ease;
  transition: all 0.5sease;
}

.single
  .additional-wrapper
  .single-container
  > .flex.first
  .tabs-click-open.active {
  transform: rotate(180deg);
  text-decoration: none;
  -webkit-transition: all 0.5sease;
  -o-transition: all 0.5s ease;
  transition: all 0.5sease;
}

.single .highlights-single .grid .flex {
  align-items: center;
}

.single .details-single .grid .flex {
  display: flex;
  align-items: center;
  column-gap: 30px;
}

.single .highlights-single .grid .flex p {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  padding-left: 25px;
}

.single .additional-wrapper .heading {
  width: 15%;
}

.single .additional-wrapper .content {
  width: 85%;
}

.single .additional-wrapper .content ul.products .product {
  margin: 0 10px;
}

.single .additional-wrapper .content .tns-inner {
  margin: 0 -10px;
}

.single .highlights-single .content .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 40px;
  column-gap: 100px;
}

.single-container {
  padding: 0 20% 0 10%;
}

.single .heading.second h2 {
  background-color: #bf0a30;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.07px;

  text-align: center;
  display: inline;
  padding: 2px 10px;
}

.single .details-single .flex p {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.07px;
}

.single .trending-single .grid {
  display: flex;
  column-gap: 60px;
  overflow: scroll;
}

.single .related-products .related.products > h2 {
  display: none;
}

.single .related-products .custom_sale_badge_wrapper {
  display: unset;
  margin-bottom: 0;
}

/* Gallery single */

.woo-variation-gallery-wrapper {
  padding-right: 50px;
}

/* .woo-variation-gallery-product-type-simple .wvg-single-gallery-image-container {
  padding: 0 5%;
} */

.products .product:hover .button.yith-wcqv-button {
  opacity: 1;
}

.products .product {
  cursor: pointer;
}

.products .product:hover {
  border: 1px solid #000000;
  box-shadow: 0px 0px 3px 0px #00000033;
}

.button.yith-wcqv-button {
  position: absolute;
  bottom: 50%;
  right: 5%;
  font-size: 12px;
  color: #fff;
  width: 90%;
  background: #000;
  padding: 10px 15px;
  text-align: center;
  opacity: 0;
}

.products .tinv-wraper.tinv-wishlist {
  position: absolute;
  bottom: 20px;
  right: 10px;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img,
a.wishlist_products_counter.top_wishlist-custom img {
  max-width: initial !important;
  max-height: initial !important;
}

/* .tinv-wishlist .tinvwl-product-stats {
  font-size: 0;
} */

header .nav .flex .right .wishlist_products_counter_number {
  position: absolute;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}

/* Quick View */

#yith-quick-view-modal.open .yith-wcqv-main {
  border-radius: 8px !important;
}

.yith-quick-view
  .single-product
  div.product
  .summary.entry-summary
  .product_title {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 17.5px;

  color: #000000;
  margin-bottom: 20px;
}

/* .yith-quick-view .single-product div.product .summary.entry-summary .price {
  display: none;
} */

.yith-quick-view .single-product .product-brand {
  font-size: 14px;
  font-weight: 700;
  line-height: 17.07px;

  margin-bottom: 10px;
  display: inline-block;
}

.yith-quick-view .single-product .product-brand > a {
  color: #000000;
}

#yith-quick-view-content
  div.summary.entry-summary
  .woocommerce-product-details__short-description
  p {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 17.07px;

  color: #00000099;
  /* width: 80%; */
}

.yith-quick-view .single-product table tbody {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.yith-quick-view .single-product .was-now-save .was {
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;

  text-align: left;
  text-decoration-line: line-through;
  color: #000;
}

.yith-quick-view .single-product .was-now-save .save {
  color: #bf0a30;
  font-size: 14px;
  font-weight: 400;
  line-height: 10px;

  margin: 10px 0px;
}

.yith-quick-view .single-product .was-now-save .now {
  font-size: 20px;
  font-weight: 700;
  line-height: 13px;
  text-align: left;
  color: #000;
}

.yith-quick-view .single-product .single_add_to_cart_button {
  background: #000000;
  padding: 21px;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 13px;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0 !important;
}

.yith-quick-view .tinv-wraper.tinv-wishlist {
  font-size: 100%;
  position: absolute;
  right: 280px;
}

/* Mini cart dropdown */

.modal_cart {
  display: none;
  background-color: rgba(95, 95, 95, 0.4);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  opacity: 1;
}

.woocommerce-mini-cart.cart_list.product_list_widget {
  display: inherit;
  max-height: 15.5vw;
  overflow: scroll;
  /*  height: 50vw;*/
}

.widget_shopping_cart_content {
  padding-top: 16%;
}

.header-widgets-cart .widgettitle {
  font-weight: normal;
}

.header-widgets-cart .widgettitle {
  position: absolute;
  right: 20px;
  top: 20px;
  left: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  padding: 0 20px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 15px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.my_cart .woocommerce-Price-amount.amount {
  display: none;
}

.my_cart {
  position: relative;
}

.cart_icon img {
  min-width: 19px;
}

.cart_icon {
  cursor: pointer;
  position: relative;
}

.my_cart .cart-customlocation {
  position: absolute;
  width: 20px;
  height: 20px;
  color: #d0ae67;
  margin: 0;

  font-size: 12px;
  padding: 0;
  font-weight: bold;
  top: -20px;
  border: 2px solid #d0ae67;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
}

.header-widgets-cart {
  background: #fff;
  display: block;
  /* height: 100%; */
  /* left: 100%; */
  position: absolute;
  right: 0;
  top: 50px;

  /* transform: translateX(0px); */
  width: 480px;
  max-width: 370px;
  /* z-index: 999; */
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;

  opacity: 0;
  display: none;
}

.header-widgets-cart.open_cart {
  /* transform: translateX(-480px); */
  box-shadow: 0px 0px 3px 0px #00000026;

  top: 50px;
  right: 0;

  opacity: 1;
  display: block;
}

header .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 17px;
  display: block;
}

header .search {
  width: 400px;
  border-radius: 50px !important;
}

.aws-container .aws-search-field {
  background: #0000000d;
}

.aws-container .aws-search-form .aws-wrapper {
  border-radius: 50px !important;
}

.aws-container .aws-search-form {
  border: 1px solid #0000000d;
  border-radius: 50px;
}

.aws-container .aws-search-field {
  border: 1px solid #0000000d !important;
}

.aws-container .aws-show-clear .aws-search-field {
  border-radius: 50px !important;
}

/* .aws-container .aws-show-clear .aws-search-field {
  padding-right: 10px;
  padding-left: 40px;
} */

.empty_cart_icon {
  display: block;
  margin: 0 auto -65px !important;
  width: 70%;
}

header .woocommerce-mini-cart-item.mini_cart_item a {
  display: flex !important;
  align-items: center;
  padding-top: 5px !important;
  padding-right: 10px !important;
  font-size: 14px;
  color: #000;

  /* border-bottom: 1px solid #f2f2f2; */
  padding-bottom: 15px !important;
  font-weight: normal !important;
  position: relative;
  padding-left: 15px;

  max-width: 70%;
}

header .woocommerce-mini-cart-item.mini_cart_item .remove_from_cart_button {
  position: absolute;
  width: auto;
  bottom: auto;
  top: 3px;
  right: 0;
  border: 0;
  z-index: 99;
  font-size: 15px;

  display: none !important;
}

header .woocommerce-mini-cart-item.mini_cart_item {
  position: relative;
  margin-left: 0;
  padding-right: 0;
  background: #fff;
  display: flex;
  align-items: center;
}

header .woocommerce-mini-cart-item.mini_cart_item p {
  font-size: 12px !important;
  font-weight: normal !important;
  overflow: hidden;
  max-width: 172px;
  max-height: 35px;
}

header .woocommerce-mini-cart-item.mini_cart_item img {
  width: 50px !important;
  height: 50px !important;
  float: none !important;
  object-fit: contain;
  margin-right: 0px;
}

.header-widgets-cart .woocommerce-Price-amount.amount {
  /*  display: block !important;*/
  padding-left: 5px;
  font-size: 10px !important;
}

/*.header-widgets-cart .quantity {
  position: relative;
  bottom: 30px;
  left: 90px;
  font-size: 10px !important;
  align-items: center;
}*/

.header-widgets-cart .quantity {
  position: absolute;
  font-size: 10px !important;
  right: 15px;
  top: 40%;
  transform: translateY(-50%);
}

.header-widgets-cart .quantity .woocommerce-Price-amount.amount {
  font-size: 12px !important;
}

.header-widgets-cart .woocommerce-Price-currencySymbol {
  font-size: 10px !important;
}

.header-widgets-cart .remove::before {
  content: "Ukloni iz korpe";
  padding-right: 8px;
  display: inline-block;
  font-size: 11px;
}

.woocommerce-mini-cart__buttons.buttons {
  display: flex;
  justify-content: space-between;
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 15px;
}

.woocommerce-mini-cart__buttons.buttons a {
  width: 48%;
  text-align: center;
  border: 1px solid #0c0c0c !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  padding: 10px 0;
  font-size: 12px;
}

.woocommerce-mini-cart__buttons.buttons a:first-child {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  margin: 0 auto;
  width: 90%;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce-mini-cart__buttons.buttons a:first-child::after {
  content: "";
  background: url("../images/button_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 7px;
}

.woocommerce-mini-cart__buttons.buttons a:first-child:hover {
  background: #0c0c0c;
  color: #fff;
}

.woocommerce-mini-cart__buttons.buttons a:nth-child(2) {
  background: #0c0c0c;
  color: #fff;
}

.woocommerce-mini-cart__buttons.buttons a:nth-child(2):hover {
  color: #0c0c0c;
  background: #fff;
}

header .woocommerce-mini-cart__total.total {
  position: relative;
  bottom: 0;
  padding: 0 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 7px;
  flex-wrap: wrap;
}

header .woocommerce-mini-cart__total.total strong {
  font-size: 14px;
  font-weight: 500;
}

header
  .woocommerce-mini-cart__total.total
  .woocommerce-Price-amount.amount
  bdi {
  font-size: 14px;
}

header .woocommerce-mini-cart-item.mini_cart_item .variation {
  display: none;
}

header .cart_delivery {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px!important;
}

header .cart_delivery img {
  margin-right: 7px;
}

header .cart_delivery p,
header .cart_delivery span {
  font-weight: normal !important;
  font-size: 11px !important;
  margin: 0;
  color: #00000080;
}

header .cart_delivery span {
  color: #bf0a30;
  font-weight: 500 !important;
}

.cart-customlocation span {
  display: none;
}

.mini_cart {
  position: relative;
}

.cart-customlocation .woocommerce-Price-amount.amount {
  display: none;
}

.cart-customlocation {
  position: absolute;
  top: -10px;
  left: 15px;
  font-size: 12px;
  align-items: center;
  background: #afa2cd;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  color: #fff;
}

.cart-customlocation:before {
  /* content: "";
  width: 8px;
  height: 8px;
  background: #444443;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px; */
  display: none;
}

.notices-custom-close img {
  width: 24px;
}

.cart-customlocation {
  position: absolute;
  top: -10px;
  left: 25px;
  font-size: 12px;
  align-items: center;
  background: #fff;
  border: 1px solid #000;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  color: #000;
}

.cart-customlocation:before {
  display: none;
}

.cart-customlocation .woocommerce-Price-amount.amount {
  display: none !important;
}

.added_to_cart.wc-forward {
  display: none !important;
}

.widget_shopping_cart_content .flex-cart {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  column-gap: 18px;
  /* column-gap: 50px;*/
}

.widget_shopping_cart_content .flex-cart img {
  width: fit-content;
  height: fit-content;
}

.widget_shopping_cart_content .flex-cart .item {
  align-items: center;
}

/* End mini cart */

.woocommerce-order-received h1 {
  display: none;
}

.woocommerce-order-received .container {
  width: 100%;
  max-width: 100%;
  padding: 0 50px;
}

.thankyou-custom-page {
  margin-top: 50px;
  border: 0.5px solid #0000001a;
  box-shadow: 0px 4px 10px 3px #0000000d;
  padding: 35px;
}

.thankyou-custom-page .grid {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}

.thankyou-custom-page .grid .left-col {
  border-right: 1px solid #0000000d;
  padding-right: 75px;
}

.thankyou-custom-page .grid .right-col {
  padding-left: 75px;
}

.thankyou-custom-page .woocommerce-notice.woocommerce-notice--success {
  font-size: 36px;
  font-weight: 300;
  line-height: 43.88px;

  text-align: left;
  text-transform: uppercase;
}

.thankyou-custom-page ul {
  display: flex;
  align-items: center;
  column-gap: 75px;
  margin-top: 30px;
}

.thankyou-custom-page .left-col li {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.5px;

  text-align: left;
}

.thankyou-custom-page .left-col p {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.07px;

  margin-top: 20px;
}

.thankyou-custom-page .right-col h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.5px;

  text-align: left;
}

.thankyou-custom-page .right-col p {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.07px;

  text-align: left;
  margin-top: 20px;
  margin-bottom: 50px;
}

.thankyou-custom-page .right-col a {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.5px;

  border: 1px solid #000000;
  color: #000;
  text-align: center;
  padding: 15px 125px;
  border-radius: 50px;
  width: fit-content;
  display: inline-block;
}

.single .woocommerce-variation-add-to-cart.variations_button {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  /* column-gap: 35px; */

  position: absolute;
  right: 0;
}

.single .woo-right .tinv-wraper.tinv-wishlist {
  margin-right: 35px;
}

.all_pages_wrapper .button.no-price {
  position: relative;
}

.page-id-364 .all_pages_wrapper {
  background: transparent !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

/* Quick View */

.yith-quick-view-content.woocommerce div.product .product {
  padding: 30px 20px;
}

.yith-quick-view-content .custom_sale_badge_wrapper {
  position: absolute;
  top: 10px;
  left: 15px;
}

#yith-quick-view-content div.images img {
  /* height: auto !important; */
}

.yith-quick-view-content.woocommerce div.summary .product_meta > span {
  display: none !important;
}

.yith-quick-view-content.woocommerce .custom_sale_badge_text {
  /* position: absolute !important; */
  left: 15px !important;
  top: unset !important;
  text-transform: uppercase;
  background: #bf0a30;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 5px;
  line-height: 10px;
  display: inline-block;
  border-radius: 2px;
}

.yith-quick-view-content.woocommerce .custom_sale_badge_percentage {
  /* position: absolute !important; */
  right: 15px !important;
  top: unset !important;
  text-transform: uppercase;
  background: #bf0a30;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 5px;
  line-height: 10px;
  display: inline-block;
  border-radius: 2px;
}

.yith-quick-view-content.woocommerce .value.woo-variation-items-wrapper {
  display: block;
}

.yith-quick-view-content.woocommerce .single_variation_wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}

.yith-quick-view-content.woocommerce .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  column-gap: 15px;
}

#yith-quick-view-content div.summary {
  padding-right: 0 !important;
}

.yith-quick-view-content.woocommerce div.summary table.variations {
  padding-bottom: 15px;
}

.yith-quick-view-content.woocommerce .woocommerce-variation-price {
  min-height: 60px;
  height: 60px;
  display: flex;
  /*  align-items: end;*/
  align-items: center;
}

#yith-quick-view-content div.summary {
  padding: 0 15px !important;
  overflow-y: hidden !important;
}

.yith-quick-view-content.woocommerce .variations tr th {
  font-size: 14px;
  font-weight: 400;
  line-height: 14.63px;

  text-align: left;
  color: #00000080;
  display: block;
  padding-bottom: 10px;
}

.yith-quick-view-content.woocommerce .product-type-simple .cart {
  display: flex;
  align-items: center;
  padding-top: 25px;
  justify-content: space-between;
  position: relative;
}

.single .product-type-simple .cart {
  display: flex;
  align-items: center;
  /* flex-direction: row-reverse; */
  column-gap: 25px;
  justify-content: space-between;
}

.single .product-type-simple .woo-right .tinv-wraper {
  position: absolute;
  right: 200px;
  margin-right: 0;
}

.single .product-type-simple.outofstock .woo-right .tinv-wraper {
  right: 0;
}

.single .product-type-simple .custom-block-single {
  margin-top: 50px;
}

#yith-quick-view-content div.images {
  width: 40%;
}

#yith-quick-view-content div.summary {
  width: 60%;
  height: 500px;
  display: flex;
  align-items: center;
}

.brand-section-single .content .logo {
  margin-bottom: 20px;
}

.brand-section-single .content p {
  text-align: justify;
}

.brand-section-single .editor img {
  width: 100%;
}

.term-description {
  display: none;
}

.routine-custom {
  margin-top: 40px;
}

.routine-custom .grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.routine-custom .grid .height {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}

.routine-custom .grid p {
  font-size: 12px;
  font-weight: 500;
  line-height: 12.19px;

  color: #c1c1c1;
}

.routine-custom .grid h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.5px;

  color: #000;
}

.routine-custom .grid h2 a {
  color: #000;
}

.search-products {
  padding: 25px 0;
}

.search-products .grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.search-products .grid p {
  margin: 0;
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.blog-page,
.brendovi-page {
  padding-top: 50px;
}

.blog-page h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 17.5px;

  margin-bottom: 10px;
}

.blog-page .container > p {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.5px;

  margin-bottom: 25px;
}

.blog-page .grid .blog-home-slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 25px;
  row-gap: 25px;
}

ul.brands_index li a,
ul.brands_index li span {
  border: transparent !important;
  padding: 5px 15px !important;
  line-height: normal !important;
  float: unset !important;
  text-transform: uppercase;
  color: #000;
}

ul.brands_index li span {
  border-color: unset;
  color: #d9bcc0 !important;
}

ul.brands_index {
  margin-top: 25px;
  padding-bottom: 35px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

ul.brands_index li {
  float: none !important;
  margin: 0 !important;
}

.brendovi-page .brands li a {
  font-size: 15px;
  font-weight: 400;
  line-height: 17.5px;

  color: #000;
}

.brendovi-page h3 {
  text-transform: uppercase;
}

.brendovi-page .brands {
  margin-bottom: 25px;
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.brendovi-page .brands .brendovi-page .brands a {
  color: #000 !important;
}

#brands_a_z h3:target {
  text-decoration: none !important;
  color: #d9bcc0;
}

ul.brands_index::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background: #000;
  width: 100%;
  left: 0;
  bottom: 0;
}

.brendovi-page h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 17.5px;

  margin-bottom: 10px;
}

.brendovi-page p {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.5px;

  margin-bottom: 25px;
}

.brendovi-page .new-brands {
  margin: 25px 0;
  display: flex;
  align-items: center;
  column-gap: 100px;
}

.brendovi-page .new-brands .flex {
  display: flex;
  column-gap: 10px;
}

.brendovi-page .top-picks .flex {
  display: flex;
  column-gap: 25px;
}

.brendovi-page .new-brands h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 17.5px;
}

.brendovi-page .top-picks h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 17.5px;

  margin-bottom: 10px;
}

.brendovi-page .top-picks p {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.5px;
}

div#brands_a_z a.top {
  display: none;
}

/* Nav menu custom */

.nav-links .nav-drop {
  position: absolute;
  width: 100%;
  padding: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  pointer-events: none;
  margin-top: 0;
  max-width: 100%;
  left: 50%;
  top: 100%;
  transform: translate(-50%);
  background: #fff;
  box-shadow: 0px 10px 20px 0px #00000040;
}

/* .page-template-template-pocetna .nav-links .nav-drop {
  margin-top: 0;
  top: 100%;
} */

.nav-links .nav-drop.active-menu {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  pointer-events: auto;
}

.nav-links .flex {
  display: flex;
}

.nav-links .flex .left {
  width: 60%;
}

.nav-links .flex .right {
  width: 40%;
}

.nav_dropdown {
  padding: 50px;
}

.nav_dropdown a {
  color: #000 !important;
  padding: 0 !important;
  padding-bottom: 10px !important;
  padding-right: 15px !important;
}

.nav_dropdown ul {
  display: flex;
  justify-content: unset !important;
  flex-direction: column !important;
}

.nav_dropdown .flex .col {
  width: 50%;
}

.nav_dropdown .flex .col:first-child {
  display: flex;
  column-gap: 25px;

  flex-wrap: nowrap;
}

.menu-item-461 .col:first-child .item {
  width: 100%;
}

.nav_dropdown p {
  margin: 0;
  font-weight: 600;
  font-size: 13px;
}

.nav_dropdown h3 {
  margin-top: 0px !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 15.85px;

  color: #000;
  margin-bottom: 10px;
}

.nav_dropdown .menu-tags {
  display: flex;
  margin-top: 5px;
  column-gap: 5px;
  margin-bottom: 20px;
}

.nav_dropdown .menu-tags a {
  border: 0.5px solid #000000 !important;
  padding: 5px !important;
  border-radius: 4px !important;
  font-size: 12px !important;
}

.nav_dropdown ul li {
  padding-bottom: 10px !important;
  padding-right: 25px !important;
}

.nav_dropdown ul li a {
  padding: 0 !important;
  font-size: 13px !important;
  font-weight: 400;
}

.nav_dropdown .view-all {
  margin-bottom: 15px;
}

.nav_dropdown .right img {
  width: 100%;
}

/* .routine-custom {
  display: none;
} */

.pswp__bg {
  background: #00000069 !important;
}

.pswp__caption {
  display: none;
}

.highlights-popup {
  background-color: #fff;
  border-radius: 8px;
}

.highlights-popup .popup-container {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 17, 17, 0.61);
  display: flex;
  align-items: center;
}

.highlights-popup .popup-container.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  z-index: 9;
}

.highlights-popup .popup-content {
  margin: auto;
  width: 50%;
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
  position: relative;
}

.highlights-popup .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.no-scroll {
  overflow: hidden;
}

.popup-container .grid-custom {
  display: grid;
  grid-template-columns: 30% 70%;
}

.popup-container .grid-custom .col:first-of-type p {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.popup-container .grid-custom .col h2 {
  font-size: 14px;
  font-weight: 700;
  line-height: 17.07px;

  margin-bottom: 10px;
}

.popup-container .grid-custom .col p {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.07px;
}

#secondary .see-more-brands a {
  border: 1px solid #000000;
  padding: 10px 10px;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.07px;
  color: #000;
  text-transform: uppercase;
}

.brands-popup {
  background-color: #fff;
  border-radius: 8px;
}

.brands-popup .popup-container {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 17, 17, 0.61);
  display: flex;
  align-items: center;
}

.brands-popup .popup-container.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  z-index: 9;
}

.brands-popup .popup-content {
  margin: auto;
  width: 80%;
  background-color: #fff;
  border-radius: 8px;
  padding: 40px 10%;
  position: relative;
  height: 85vh;
  overflow: scroll;
}

.brands-popup .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.brands-popup .logo {
  margin-bottom: 20px;
}

.topline p {
  margin: 0;
}

.bottom-nav {
  display: none;
}

tfoot {
  display: none;
}
.page-id-49 #order_review tfoot {
    display: contents!important;
}

.page-id-364 h1 {
  padding-top: 50px;
  font-size: 24px;
  font-weight: 700;
  line-height: 17.5px;

  margin-bottom: 10px;
}

.tinv-header h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 17.5px;

  margin-bottom: 10px;
}

.tinv-wishlist .tinvwl-table-manage-list .product-cb {
  display: none;
  width: 0;
  text-align: center;
}

.wishlist_item a {
  color: #000;
}

.cr-all-reviews-shortcode
  .cr-summaryBox-wrap
  .cr-add-review-wrap
  .cr-all-reviews-add-review,
.cr-reviews-grid
  .cr-summaryBox-wrap
  .cr-add-review-wrap
  .cr-all-reviews-add-review {
  background-color: #d9bcc0 !important;
  color: #000 !important;
}

.cr-all-reviews-shortcode
  .cr-summaryBox-wrap
  .cr-add-review-wrap
  .cr-all-reviews-add-review:hover,
.cr-reviews-grid
  .cr-summaryBox-wrap
  .cr-add-review-wrap
  .cr-all-reviews-add-review:hover {
  background-color: #d9bcbf !important;
  text-decoration: none;
  cursor: pointer;
}

#reviews.cr-reviews-ajax-reviews .cr-ajax-search,
.cr-all-reviews-shortcode .cr-ajax-search {
  display: none !important;
}

.brand-section-single .content .logo img {
  width: 140px;
  height: auto;
  object-fit: scale-down;
  image-rendering: auto;
}

.yith-quick-view-content.woocommerce div.summary .price {
  display: none;
}

.yith-quick-view-content.woocommerce div.summary .custom-price .price {
  display: flex;
  margin: 0;
  font-size: 16px !important;
  color: #000;
  font-weight: 700;
}

.stock.in-stock {
  opacity: 0;
}

.bapf_body label {
  margin-left: 5px;
  white-space: nowrap;
  color: #000000 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: calc(100% - 50px);
}

.roundpcs.pcs {
  float: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.bapf_sfilter .bapf_hascolarr,
.bapf_sfilter .bapf_hasdesc {
  cursor: pointer;
  font-size: 14px;
}

.yith-wcqv-head svg {
  color: #000;
}

.yith-quick-view-content .variations_form .custom-price {
  display: none;
}

.single-product .variations_form [data-wvstooltip]:hover:after,
.single-product .variations_form [data-wvstooltip]:hover:before {
  opacity: 0;
}

.bapf_body {
  padding-top: 20px !important;
}

.fluentform .ff-el-is-error .text-danger {
  font-size: 10px !important;
  position: absolute;
  color: #fff;
}

.brands-popup .popup-content .logo img {
  width: 140px;
  height: auto;
  object-fit: scale-down;
  image-rendering: auto;
}

.brand-home-slider .tns-item img {
  width: 100%;
}

.bapf_sfilter ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bapf_sfilter ul li.checked label {
  color: #d38396 !important;
  font-weight: 700;
}

.filters .all-cat {
  margin-bottom: 25px;
}

.filters .all-cat ul li {
  padding-bottom: 7px;
}

.filters .all-cat ul li a {
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;

  color: #000;
}

.filters .bapf_to {
  display: inline-flex !important;
  justify-content: end;
  flex-direction: row-reverse;
  column-gap: 5px;
}

.filters .bapf_from {
  display: inline-flex !important;
  justify-content: start;
  flex-direction: row-reverse;
  column-gap: 5px;
}

.custom-attribute-wrapper {
  /* display: flex;
  flex-direction: column;
  row-gap: 10px;
  position: absolute;
  right: 10px;
  top: 10px; */

  display: flex;
  position: relative;
  flex-direction: row;
  column-gap: 10px;
  justify-content: end;
  top: 20px;
  height: 30px;
}

.custom-attribute-block img {
  max-width: 30px;
  width: 30px;
}

.custom-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.routine-radio-button .custom-radio input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  margin: 0;
  margin-right: 10px;
}

.routine-radio-button .custom-radio input[type="radio"]:before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background: url("/wp-content/uploads/2025/02/checked_of.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.routine-radio-button .custom-radio input[type="radio"]:checked:before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background: url("/wp-content/uploads/2025/02/checked_in.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.routine-radio-button {
  margin-top: 50px;
  display: flex;
  align-items: center;
  column-gap: 25px;
}

.routine {
  display: none;
}

.routine.active {
  display: block;
}

.routine-custom .grid .height:after {
  content: "";
  display: block;
  background: #000000;
  border-radius: 3px;
  width: 70%;
  height: 3px;
  position: absolute;
  left: 22%;
}

.routine-custom .grid .item:last-child .height:after {
  display: none;
}

.home .routine-custom {
  margin-bottom: 40px;
}

.home .routine-custom .flex {
  display: flex;
  border: 0.5px solid #19181833;
  padding: 20px;
}

.home .routine-custom .heading {
  width: 25%;
  margin-right: 5%;
}

.home .routine-custom .heading h2 {
  font-size: 54px;
  font-weight: 700;
  line-height: 70px;
}

.home .routine-custom .content {
  width: 70%;
}

.main_shop_cat .products .product {
  min-width: 100%;
}

.product.load-more-custom:hover {
  border: 1px solid transparent;
}

.wc-block-components-product-name {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 17.5px !important;

  text-align: left;
  color: #000000 !important;
}

.wc-block-cart__submit-button {
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  background: #bf0a30;
  color: #fff;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24.38px;
}

.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000000;
  color: #fff;
  text-align: center;
  padding: 15px;
  z-index: 9999;
  animation: fadeOut 10s forwards;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.5px;
}

.woocommerce-notices-wrapper .woocommerce-error a,
.woocommerce-notices-wrapper .woocommerce-message a {
  color: #d9bcc0;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.nav-links-mob {
  display: none;
}

.mob-btn {
  display: none;
}

.tb-mob-nav {
  display: none;
}

.aws-container .aws-search-field {
  font-size: 14px !important;
  padding-left: 15px !important;
}

.tax-product_cat .star-rating {
  display: none;
}

.woo-right .star-rating {
  display: none;
}

.button.no-price {
  background: #bf0a30;
  padding: 15px;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 13px;
  margin-top: 20px;
  text-transform: uppercase;
  position: absolute;
  bottom: 15px;
}

.home-products .button.no-price {
  font-size: 10px;
}

.related.products .button.no-price {
  font-size: 10px;
}

.products .star-rating {
  display: none;
}

.contact-wrapper .flex {
  display: flex;
}

.contact-wrapper .flex .left {
  width: 70%;
  box-shadow: 0px 4px 10px 3px #0000000d;
  padding: 25px;
}

.contact-wrapper .flex .right {
  width: 25%;
  box-shadow: 0px 4px 10px 3px #0000000d;
  padding: 25px;
  margin-left: 5%;
  height: fit-content;
}

.contact-wrapper h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 17.5px;

  text-align: left;
  margin-top: 50px;
  margin-bottom: 20px;
}

.contact-wrapper .container > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 17.5px;

  text-align: left;
  margin-bottom: 30px;
}

.contact-wrapper .right h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 17.5px;

  text-align: left;
  margin-bottom: 20px;
}

.contact-wrapper .radio_custom_contact .ff-el-input--content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 10px;
}

.contact-wrapper .radio_custom_contact .ff-el-input--content span {
  font-size: 14px;
  font-weight: 500;
  line-height: 17.07px;
}

.contact-wrapper .fluent_form_1 .ff-btn-submit:not(.ff_btn_no_style) {
  background-color: #000;
}

.contact-wrapper .ff-text-left {
  text-align: right !important;
}

.contact-wrapper {
  padding: 0 10%;
  padding-bottom: 75px;
}

.contact-wrapper .right p {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.5px;

  margin-top: 15px;
}

.contact-wrapper .right li {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 17.5px;

  text-align: left;
  color: #000;
  padding-bottom: 10px;
}

.contact-wrapper .right ul {
  margin-bottom: 15px;
}

.contact-wrapper .right a {
  font-size: 14px;
  font-weight: 600;
  line-height: 17.5px;

  text-align: left;
  color: #000;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.single .routine-custom {
  display: none;
}

.product_cat_nega-lica .routine-custom {
  display: block;
}

.o-nama-wrapper .flex {
  padding: 100px 10%;
}

.o-nama-wrapper .flex .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.o-nama-wrapper .flex .row h1 {
  font-size: 32px;
  font-weight: 500;
  line-height: 39.01px;

  margin-bottom: 35px;
}

.o-nama-wrapper .flex .row h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 39.01px;

  text-align: left;
  margin-bottom: 35px;
}

.o-nama-wrapper .flex .row img {
  width: 100%;
}

.o-nama-wrapper .flex .row p {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.5px;

  text-align: justified;
}

.o-nama-wrapper .flex .row:first-child {
  margin-bottom: 75px;
}

.o-nama-wrapper .flex .row:first-child .col:first-child {
  padding-right: 50px;
}

.o-nama-wrapper .flex .row:last-child .col:first-child {
  padding-right: 50px;
}

.o-nama-wrapper .flex .row .col {
  width: 50%;
}

.o-nama-wrapper .thank-you {
  background: #d9bcc080;
  padding: 50px;
  text-align: center;
  margin-bottom: 50px;
}

.o-nama-wrapper .thank-you h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 29.26px;

  text-align: center;
  margin-bottom: 20px;
}

.o-nama-wrapper .thank-you p {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.5px;

  text-align: center;
}

.contact-form p {
  font-size: 20px;
  font-weight: 600;
  line-height: 24.38px;

  text-align: left;
  border-bottom: 1px solid #0000000d;
  padding-bottom: 20px;
}

.page-id-4856 .all_pages_wrapper,
.page-id-5393 .all_pages_wrapper,
.page-id-5396 .all_pages_wrapper,
.page-id-5401 .all_pages_wrapper {
  width: 85%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 60px;
  background: #f8f8f8;
  padding: 50px;
}

.page-id-4856 .heading {
  /* text-align: center; */
  margin-bottom: 40px;
}

.all_pages_content h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 17.5px;
}

.all_pages_content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.07px;

  text-align: justified;
}

.all_pages_content a {
  text-decoration: underline;
}

.products.tns-slider {
  display: inline-flex;
}

#custom-control .prev,
#custom-control-new .prev,
#custom-control-blog .prev {
  width: 30px;
  height: 30px;
  background: #00000033;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -15px;
  display: grid;
  place-content: center;
  transform: rotate(-180deg);
  cursor: pointer;
}

#custom-control-blog .prev {
  left: 5px;
}

#custom-control .next,
#custom-control-new .next,
#custom-control-blog .next {
  width: 30px;
  height: 30px;
  background: #00000033;
  border-radius: 50%;
  position: absolute;
  top: 53%;
  right: -15px;
  display: grid !important;
  place-content: center;
  cursor: pointer;
}

#custom-control-blog .next {
  right: 5px;
}

footer .footer-links .right-col .right p {
  margin: 0;
}

footer .footer-links .right-col .right .social {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 5px;
}

.tns-nav {
  display: none;
}

.enabled-display-limit-mode > li.variable-item:nth-child(n + 5) {
  display: block !important;
}

.woo-variation-swatches
  .wvs-style-squared.variable-items-wrapper
  .variable-item:not(.radio-variable-item) {
  display: block !important;
}

.woo-variation-swatches .woo-variation-swatches-variable-item-more {
  display: none !important;
}

#yith-quick-view-content .woo-variation-product-gallery {
  max-width: 50% !important;
  width: 50% !important;
  margin-bottom: 0 !important;
}

/* #yith-quick-view-content div.images {
  width: 0% !important;
} */

#yith-quick-view-content .woo-variation-gallery-wrapper {
  padding-right: 0;
}

.yith-quick-view .tinv-wraper.tinv-wishlist {
  font-size: 100%;
  position: absolute;
  bottom: -35px;
  right: 0;
  display: flex;
  align-items: center;
}

.yith-quick-view .tinvwl-tooltip {
  display: block;
  text-transform: uppercase;
  font-size: 0;
  font-weight: 600;
}

.yith-quick-view .tinvwl-tooltip::before {
  content: "DODAJ U LISTU";
  font-size: 13px;
  margin-left: 10px;
}

.woocommerce
  .yith-quick-view
  .yith-quick-view-content.woocommerce
  div.summary
  .single_add_to_cart_button,
.yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button {
  padding: 12px 40px;
  border-radius: 4px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  border: none;
}

#yith-quick-view-modal .yith-wcqv-wrapper {
  height: 500px !important;
}

.yith-quick-view-content.woocommerce div.product .product {
  height: 500px !important;
}

.fs-free-shipping-notice-and-button-wrapper {
  background: #000;
  color: #fff;
  padding: 10px;
  margin-top: 15px;
  font-size: 12px;
  text-transform: uppercase;
}

.yith-quick-view .product-type-variable.sale .tinv-wraper.tinv-wishlist {
  bottom: -35px;
  right: 0;
}

.fs-free-shipping-notice-and-button-wrapper {
  justify-content: center !important;
}

.button.flexible-shipping-free-shipping-button {
  color: #fff;
  font-size: 12px;
}

.woocommerce-cart .heading h1 {
  margin-top: 25px;
  font-weight: 600;
  font-size: 24px;
  line-height: 29.26px;
}

.button.flexible-shipping-free-shipping-button {
  display: none;
}

.wc-block-components-shipping-address {
  display: none !important;
}

.wc-block-components-totals-shipping__collaterals {
  display: none !important;
}

.woocommerce-cart .cart-wrapper {
  display: flex;
  padding-bottom: 75px;
}

.woocommerce-cart .cart-wrapper .left-cart {
  width: 65%;
}

.woocommerce-cart .cart-wrapper .left-cart .cart_item {
  border: 0.5px solid #0000001a;
  box-shadow: 0px 4px 10px 3px #0000000d;
  position: relative;

  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.woocommerce-cart .cart-wrapper .left-cart .product-price {
  display: none;
}

.woocommerce-cart .cart-wrapper .left-cart .product-subtotal {
  font-weight: 700;
  font-size: 20px;
  line-height: 13px;
  text-transform: uppercase;
  padding-top: 25px;
}

.woocommerce-cart .cart-wrapper .left-cart .product-name {
  padding-bottom: 25px;
}

.woocommerce-cart .cart-wrapper .right-cart {
  width: 35%;
  padding-left: 25px;
  margin-top: 30px;
}

.woocommerce-cart .cart-wrapper .right-cart .cart-collaterals {
  box-shadow: 0px 4px 10px 3px #0000000d;
  padding: 30px;
}

.woocommerce-cart .cart-wrapper .left-cart thead {
  display: none;
}

.woocommerce-cart .cart-registration {
  background: #f8f8f8;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.woocommerce-cart .cart-registration p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 19.5px;
}

.woocommerce-cart .cart-info h2 {
  font-weight: 600;
  font-size: 14px;
  line-height: 13px;
  text-transform: uppercase;
  color: #00000026;
  margin-bottom: 5px;
  margin-top: 15px;
}

.woocommerce-cart .cart-registration a {
  background: #000000;
  padding: 10px 20px;
  border-radius: 50px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 17.07px;
  text-decoration: none;
}

.woocommerce-cart .woocommerce-shipping-calculator {
  display: none;
}

.woocommerce-cart .woocommerce-shipping-destination {
  display: none;
}

.cart_totals > h2 {
  display: none;
}

.woocommerce-cart .wc-proceed-to-checkout {
  background: #bf0a30;
  font-weight: 600;
  font-size: 14px;
  line-height: 24.38px;
  padding: 10px;
  text-align: center;
  border-radius: 50px;
  margin-top: 25px;
  margin-bottom: 0;
}

.woocommerce-checkout .heading h1 {
  margin-top: 25px;
  font-weight: 600;
  font-size: 24px;
  line-height: 29.26px;
}

.woocommerce-checkout h2 {
  font-weight: 600;
  font-size: 16px !important;
}

.wp-block-woocommerce-checkout-actions-block
  .wc-block-checkout__actions_row
  .wc-block-components-checkout-place-order-button {
  background: #000;
  font-weight: 600;
  font-size: 15px;
  line-height: 24.38px;
  padding: 10px !important;
  text-align: center;
  border-radius: 50px;
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__via {
  font-size: 0 !important;
}

.wc-block-components-radio-control-accordion-content {
  padding: 8px 16px;
  font-size: 13px !important;
  padding-left: 55px !important;
  padding-top: 0 !important;
  padding-bottom: 15px !important;
}

.woocommerce-checkout .all_pages_content a {
  text-decoration: none !important;
  color: #000 !important;
}

.wc-block-components-radio-control__description-group > span,
.wc-block-components-radio-control__label-group > span {
  display: table-cell;
  font-size: 14px !important;
}

.wc-block-components-checkbox.wc-block-checkout__use-address-for-billing {
  pointer-events: none !important;
  display: none !important;
}

.woocommerce-cart .product-brand a {
  font-weight: 700;
  font-size: 14px;
  line-height: 17.07px;

  color: #000;
  text-decoration: none;
}

.woocommerce-cart .wc-proceed-to-checkout a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.woocommerce-cart .product-name a {
  font-weight: 400;
  font-size: 16px;
  line-height: 17.5px;
  color: #000;
  text-decoration: none;
}

.woocommerce-cart .product-remove {
  position: absolute;
  right: 10px;
  top: 5px;
}

.woocommerce-cart .product-remove a {
  text-decoration: none;
  color: #0000004d;
  font-size: 30px;
}

.woocommerce-cart .actions {
  display: none;
}

.woocommerce-cart .product-thumbnail {
  padding: 20px 20px;
}

.woocommerce-cart .shop_table {
  border-spacing: 0 20px;
  width: 100%;
}

:focus-visible {
  outline: none;
}

.woocommerce-cart .product-thumbnail img {
  width: 200px;
}

.wp-block-woocommerce-checkout-order-summary-coupon-form-block {
  display: none;
}

.wc-block-components-product-badge {
  display: none !important;
}

.wc-block-components-product-metadata__description {
  display: none;
}

.cart-discount .woocommerce-remove-coupon {
  text-decoration: underline;
  font-size: 12px;
  color: #c00a31;
}

.woocommerce-cart .coupon-div {
  font-weight: 500;
  font-size: 14px;
  line-height: 17.07px;

  color: #569fff;
  cursor: pointer;
  width: fit-content;
}

.coupon-wrapper {
  /* display: none; */
  margin-top: 20px;
}

.coupon-wrapper input {
  border: 0;
  border-bottom: 1px solid #000;
  padding: 10px 20px;
}

.coupon-wrapper button {
  border: 0;
  background: #bf0a30;
  font-weight: 600;
  font-size: 12px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
}

.woocommerce-cart .payment-icon p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14.63px;

  color: #0000004d;
}

.woocommerce-cart .payment-icon .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.woocommerce-cart .pdv {
  font-weight: 400;
  font-size: 12px;
  line-height: 14.63px;

  color: #0000004d;
  margin-top: -10px;
}

.woocommerce-cart .right-cart .shop_table {
  width: 100%;
}

.woocommerce-cart .right-cart .shop_table tbody tr th {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 19.5px;
}

.woocommerce-cart .right-cart .shop_table tbody tr td {
  text-align: right;
  font-weight: 400;
  font-size: 16px;
  line-height: 19.5px;
}

.woocommerce-cart .right-cart .order-total th {
  font-weight: 600;
  font-size: 16px;
  line-height: 19.5px;
}

.woocommerce-cart .right-cart .order-total td {
  font-weight: 600;
  font-size: 16px;
  line-height: 19.5px;
}

/* .coupon-wrapper {
  display: none;
} */

.single .pdv {
  font-size: 12px;
  margin-top: 7px;
  display: inline-block;
}

.product-type-variable .woocommerce-variation-price::after {
  content: "PDV uračunat u cenu i nema skrivenih troškova.";
  position: absolute;
  bottom: -20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 17.07px;

  color: #00000099;
}

.product-type-simple .custom-price::after {
  content: "PDV uračunat u cenu i nema skrivenih troškova.";
  position: absolute;
  bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 17.07px;

  color: #00000099;
}

.single .custom-price::after {
  position: static;
}

.yith-quick-view-content .custom-price::after,
.yith-quick-view-content
  .product-type-variable
  .woocommerce-variation-price::after {
  bottom: -30px;
  max-width: 50%;
}

.single .stock.out-of-stock {
  font-size: 16px;
  font-weight: 600;
  line-height: 17.07px;

  color: #000000;
  margin-top: 10px;
}

#fullo_footer_credit_imgs {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}

.woocommerce-cart .left-cart .variation-attributes {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  column-gap: 10px;
  width: fit-content;
  margin-bottom: 20px;
}

.woocommerce-cart .left-cart .variation-attributes .custom-color-cart {
  border-radius: 2px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  column-gap: 10px;
  width: fit-content;
  margin-bottom: 0;
  box-shadow: 0px 0px 3px 0px #00000040;
  width: 30px;
  height: 30px;
}

.woocommerce-cart .left-cart .variation-attributes p {
  box-shadow: 0px 0px 3px 0px #00000040;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 14.63px;

  color: #000000;
  border-radius: 2px;
  margin: 0 !important;
  padding: 8px 20px;
}

.product-quantity .quantity .fa-minus:before {
  content: "";
  background: url(../images/minus-icon.svg);
  background-size: contain;
  width: 7px;
  height: 6px;
  display: inline-block;
  background-repeat: no-repeat;
}

.product-quantity .quantity .fa-plus:before {
  content: "";
  background: url(../images/plus_img.svg);
  background-size: contain;
  width: 10px;
  height: 9px;
  display: inline-block;
  background-repeat: no-repeat;
}

.woocommerce-cart .product-quantity .quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.5px solid #00000033;
  border-radius: 2px;
}

.product-quantity {
  display: flex;
}

.woocommerce-cart .quantity button {
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #8497b2;
  height: 30px;
  width: 25px;
  border: none;
}

.woocommerce-cart .product-quantity input {
  width: 25px;
  height: 30px;
  padding: 5px;
  text-align: center;
  border-radius: 0;
  border: none;
  color: #000;
}

/* .woocommerce-shipping-methods li label {
  font-size: 0;
} */

.woocommerce-shipping-methods li .amount {
  font-size: 16px;
}

/* Za Webkit pretraživače (Chrome, Safari) */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

/* Za Internet Explorer */
input[type="number"]::-ms-clear {
  display: none;
}

.wp-block-woocommerce-checkout .wc-block-checkout__guest-checkout-notice {
  margin: 0;
  display: none;
}

.wc-block-components-address-form__address_2-toggle {
  display: none !important;
}

#fullo_footer_credit_imgs img {
  object-fit: contain;
  height: 30px;
}

.wc-block-components-radio-control--highlight-checked
  .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked
  label.wc-block-components-radio-control__option--checked-option-highlighted {
  border-radius: 4px;
  box-shadow: none !important;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control {
  border-radius: 4px !important;
  border: 1px solid #000 !important;
}

.wc-block-components-shipping-rates-control {
  border-radius: 4px !important;
  border: 1px solid #000 !important;
}

.wc-block-components-radio-control-accordion-option {
  border-bottom: 1px solid #cccccc70 !important;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option,
.wc-block-checkout__payment-method
  .wc-block-components-radio-control__option:first-child,
.wc-block-checkout__payment-method
  .wc-block-components-radio-control__option:last-child {
  padding-bottom: 7px !important;
  padding-top: 7px !important;
}

.wc-block-components-radio-control-accordion-content {
  font-size: 12px !important;
}

.promotions_list_inner {
  color: #00000080;
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
  line-height: 14.63px;

  margin-top: 10px;
}

.countdown_timer {
  border: 1px solid #bf0a30;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 2px;

  /* position: absolute;
  bottom: 40px;
  left: 300px; */
}

.countdown_timer #days {
  color: #bf0a30;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;

  text-align: center;
}

.countdown_timer .text {
  color: #bf0a30;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;

  text-align: center;
  text-transform: uppercase;
}

.countdown_timer #hours {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;

  text-align: center;
  border-radius: 2px;
  background-color: #bf0a30;
  color: #fff;
  padding: 2px 5px;
}

.countdown_timer #minutes {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;

  text-align: center;
  border-radius: 2px;
  background-color: #bf0a30;
  color: #fff;
  padding: 2px 5px;
}

.countdown_timer #seconds {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;

  text-align: center;
  background-color: #bf0a30;
  border-radius: 2px;
  color: #fff;
  padding: 2px 5px;
}

.action-promo {
  width: fit-content;
  margin-top: 10px;
}

.time-deal-sticker {
  position: absolute;
  top: 30px;
  right: 0;
}

.product-type-variable #countdown {
  position: absolute;
  bottom: -90px;
  opacity: 0;
}

/* my account page */

.all_pages_wrapper {
  background-color: #fff;
}

.woocommerce-account .all_pages_content .u-columns.col2-set {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
}

.woocommerce-account label {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
  color: #3d3137;
}

.all_pages_wrapper {
  padding: 25px 0 60px 0;
}

.form-row input,
.form-row textarea,
.form-row select {
  width: 100%;
}

#customer_login input {
  padding: 10px !important;
  margin-bottom: 15px !important;
  font-weight: 300;
}

.all_pages_wrapper .heading h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  color: #000;
}

.all_pages_wrapper .heading {
  margin-bottom: 20px;
}

.woocommerce-account .all_pages_content .u-column1.col-1,
.woocommerce-account .all_pages_content .u-column2.col-2 {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 35px;
}

.woocommerce-account .all_pages_content button {
  background: #000;
  border-radius: 6px;
  padding: 10px 35px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  margin-top: 10px;
  margin-bottom: 5px;
  cursor: pointer;
}

.woocommerce-form__input-checkbox {
  width: auto !important;
}

.woocommerce-account .woocommerce-LostPassword a {
  color: #323e48;
}

.woocommerce-account h2 {
  font-style: normal;
  font-size: 20px;
  line-height: 14px;
  color: #000;
  margin-bottom: 20px;
}

.woocommerce-account p {
  font-style: normal;
  font-size: 15px;
  color: #000;
  margin-bottom: 10px;
}

.woocommerce-account .topline p {
  margin-bottom: 0px !important;
  font-size: 14px !important;
}

.all_pages_content a {
  font-size: 14px;
  color: #000;
}

.woocommerce-MyAccount-navigation a {
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
}

.woocommerce-account .woocommerce {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  width: 20%;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  width: 80%;
}

.woocommerce-account .woocommerce-notices-wrapper {
  margin-bottom: 25px;
}

/* end my account page */

.page-id-50 .all_pages_wrapper .heading h1 {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 15px;
  margin-bottom: 40px;
  font-size: 26px;
}

.page-id-48 .return-to-shop {
  margin-top: 40px;
}

.nav_dropdown .flex .left .col .item p a {
  color: #569fff !important;
  padding: 0 !important;
  position: absolute;
  bottom: 20px;
  font-size: 12px;
}

.dgwt-wcas-st {
  font-size: 12px !important;
}

.product-type-simple #countdown {
  opacity: 0;
}

/* Price text Cena: */

.single .product.sale .custom-price .price {
  font-size: 0;
}

.single .product.sale .custom-price .now {
  display: flex;
  align-items: center;
}

.single .product.sale .custom-price .now::before {
  content: "CENA:";
  display: block;
  margin-right: 5px;
}

/* Search */

.dgwt-wcas-sp {
  font-size: 12px !important;
}

.tax-product_cat.term-sminka #bapf_4 {
  display: none;
}

.tax-product_cat.term-sminka #bapf_2 {
  display: none;
}

.tax-product_cat.term-sminka .berocket_single_filter_widget_1592 {
  display: none;
}

/* end Search */

.single .product-type-variable .woo-right {
  padding-bottom: 200px;
}

.home-two-slider.slide_with_banner .custom-attribute-wrapper {
  top: 15px;
}

.filters-click {
  display: none;
}

.filters-close {
  display: none;
}

.logged-in .cart-registration {
  opacity: 0;
  padding: 0;
  margin: 0;
}

.logged-in .widget_shopping_cart_content .flex-cart .item:last-child {
  opacity: 0;
}

.wc-block-components-address-form__state.wc-block-components-state-input {
  display: none;
}

#billing_state_field {
  display: none !important;
}

#shipping_state_field {
  display: none !important;
}

.see-more-brands {
  margin-bottom: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  text-decoration: none;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard {
  display: none;
}

.stickers-listing {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: 5px;
  position: absolute;
  left: 15px;
  top: 40px;
}

.single .stickers-listing {
  right: 0px;
  top: 30px;
  left: unset;
}

.single .stickers-listing img {
  height: 16px;
}

.cwginstock-subscribe-form .panel-primary {
  border-color: #000 !important;
}

.cwginstock-subscribe-form .panel-primary > .panel-heading {
  color: #000 !important;
  background-color: #d9bcc0 !important;
  border-color: #000;
  border-bottom: 0px;
}

.cwginstock-panel-heading h4 {
  color: #000 !important;
  margin: 0;
  text-align: left !important;
  font-size: 16px;
  font-weight: 400;
}

.cwginstock-panel-heading h4::after {
  content: "Unesi e-mail adresu, a mi te obaveštavamo čim stigne!";
  font-size: 12px;
  display: block;
  font-weight: 400;
  margin-top: 5px;
}

.cwgstock_button {
  background: #f7f7f7 !important;
  border-color: transparent !important;
  padding: 15px !important;
  cursor: pointer !important;
}

.cwgstock_button {
  font-size: 16px !important;
  color: #000000 !important;
  font-weight: 400;
}

.cwginstock-subscribe-form {
  width: 60%;
}

.cwginstock-panel-body input[type="text"],
.cwginstock-panel-body input[type="email"] {
  padding: 15px;
}

.yith-quick-view .sale .tinv-wraper.tinv-wishlist {
  bottom: -10px;
  right: 0;
}

.product-type-simple.instock .summary > .price {
  display: none;
}

.tinv-modal-inner {
  display: none;
}

.tinv-overlay {
  display: none;
}

.tinvwl-table-manage-list thead {
  display: none;
}

.details-single .none-tabs {
  display: none !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.details-single .show-tabs {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* Custom filters */

.pretraga-po-tipu-koze .berocket_single_filter_widget {
  position: relative;
}

.pretraga-po-tipu-koze .berocket_single_filter_widget .bapf_body {
  position: absolute;
  width: 100%;
  padding: 0 !important;
  top: -4px;
  opacity: 0;
}

.pretraga-po-tipu-koze .bapf_head {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.pretraga-po-tipu-koze .bapf_head.active {
  color: #d38396 !important;
  font-weight: 700;
}

.pretraga-po-tipu-koze .berocket_single_filter_widget li {
  justify-content: flex-start !important;
}

.pretraga-po-tipu-koze .berocket_single_filter_widget input {
  margin: 0 !important;
}

.pretraga-po-tipu-koze .berocket_single_filter_widget label {
  margin: 0 !important;
}

.pretraga-po-tipu-koze p {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;

  text-align: left;
}

.pretraga-po-tipu-koze .bapf_head h3 {
  font-weight: unset;
}

.pretraga-po-tipu-koze .bapf_sfilter {
  margin-bottom: 10px;
}

.cr-all-reviews-shortcode
  .cr-review-form-wrap
  .cr-review-form-buttons
  .cr-review-form-submit,
.cr-ajax-reviews-review-form
  .cr-review-form-wrap
  .cr-review-form-buttons
  .cr-review-form-submit,
.cr-reviews-grid
  .cr-review-form-wrap
  .cr-review-form-buttons
  .cr-review-form-submit,
.cr-qna-block .cr-review-form-buttons .cr-review-form-submit {
  background-color: #d9bcc0 !important;
  color: #000 !important;
}

.term-cetkice-pribor .pretraga-po-tipu-koze,
.term-setovi-mini-pakovanja .pretraga-po-tipu-koze {
  display: none;
}

.woocommerce-orders-table {
  box-shadow: 0px 4px 10px 3px #0000000d;
  width: 100%;
  margin-bottom: 30px;
  font-size: 12px;
}

.woocommerce-orders-table thead {
  background: #f2f2f2;
  text-align: left;
}

.woocommerce-orders-table th {
  text-align: left;
  padding: 10px;
  font-size: 14px;
  text-transform: uppercase;
}

.woocommerce-view-order h2 {
  font-size: 18px;
}

.woocommerce-table.shop_table.order_details {
  width: 100%;
  text-align: left;
  margin-bottom: 25px;
}

.woocommerce-order-details {
  padding-top: 20px;
}

.woocommerce-MyAccount-navigation a {
  color: #000;
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
}

.woocommerce-edit-address input {
  padding: 14px 10px;
}

.woocommerce-edit-account input {
  padding: 14px 10px;
}

.woocommerce-MyAccount-content mark {
  background: #d9bcc0;
}

.woocommerce-view-order .product-quantity {
  display: unset;
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a {
  color: #569fff;
  text-decoration: none;
  font-weight: 400;
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
  display: none;
}

.woocommerce-orders-table__header.woocommerce-orders-table__header-order-actions {
  display: none;
}

.woocommerce-orders-table tbody th {
  text-align: center;
}

.woocommerce-orders-table tbody td {
  text-align: center;
}

.was-now-save .was bdi {
  text-decoration: line-through;
  font-size: 12px;
}

.was-now-save.hide-custom .was bdi {
  text-decoration: unset;
}

.bapf_sfilter.bapf_divi_button .bapf_button {
  background: #000000 !important;
  color: #fff !important;
  font-size: 14px !important;
  border: 0 !important;
  border-radius: 4px !important;
  padding: 10px !important;
  font-family: "Montserrat", sans-serif !important;
}

.tinvwl-theme-style .product-action .button.alt {
  padding: 15px;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  line-height: 13px;
  margin-top: 20px;
  text-transform: uppercase;
  position: relative;
  background: #000;
}

.tinvwl-theme-style .product-action .button.product_type_simple {
  background: #bf0a30;
  padding: 15px;
  display: block;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  bottom: 0;
  text-decoration: none;
}

.tinvwl-theme-style .product-action .button.product_type_simple:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(/wp-content/uploads/2025/03/obavestime.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  vertical-align: middle;
}

.tinvwl-theme-style .tinv-wishlist .product-action {
  width: auto;
  text-align: center;
}

.search-close {
  display: none;
}

.single .product-type-simple .custom-price p {
  margin: 0;
}

.home-slider .desk-img {
  display: block;
}

.home-slider .mobile-img {
  display: none;
}

.desk-cat {
  display: block;
}

.mobile-cat {
  display: none;
}

/* .yith-quick-view-content .product {
  align-items: center;
} */

/* .yith-quick-view .tinv-wraper.tinv-wishlist {
  bottom: -55px !important;
  height: 100% !important;
}

.yith-quick-view-content .custom-price::after,
.yith-quick-view-content
  .product-type-variable
  .woocommerce-variation-price::after {
  max-width: 100% !important;
}

.yith-quick-view .custom-price {
  position: relative;
}

.yith-quick-view .summary-content {
  height: 500px;
  max-height: 500px;
}

.yith-quick-view .summary-content form {
  height: 100%;
} */

.yith-quick-view .product {
  align-items: center;
}

.term-nega-lica .osobine-filter {
  display: none;
}

label[for="bapf_1_195"] {
  font-weight: 700;
}

label[for="bapf_1_144"] {
  font-weight: 700;
}

label[for="bapf_1_179"] {
  font-weight: 700;
}

label[for="bapf_1_130"] {
  font-weight: 700;
}

label[for="bapf_1_105"] {
  font-weight: 700;
}

label[for="bapf_1_192"] {
  font-weight: 700;
}

label[for="bapf_1_193"] {
  font-weight: 700;
}

label[for="bapf_1_123"] {
  font-weight: 700;
}

.term-nega-lica label[for="bapf_1_212"] {
  font-weight: 700;
}

label[for="bapf_1_61"] {
  font-weight: 700;
}

label[for="bapf_1_72"] {
  font-weight: 700;
}

label[for="bapf_1_49"] {
  font-weight: 700;
}

label[for="bapf_1_112"] {
  font-weight: 700;
}

.mob-content-button {
  display: none;
}

.fluentform_wrapper_2 .ff-message-success {
  border: unset !important;
  box-shadow: unset !important;
  margin-top: 20px !important;
  padding: 0 !important;
  position: relative;
  color: #fff !important;
  font-size: 14px !important;
}

.cwg_popup_submit {
  position: absolute;
  z-index: 99;
}

.password-input button {
  background-color: transparent !important;
  color: #000 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.show-password-input:after {
  content: "Prikaži lozinku";
  display: block;
  text-transform: uppercase;
  font-size: 10px;
}

.single-blog h1 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.single-blog figure img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

/* Responsive */

@media only screen and (max-width: 1600px) {
  .single .heading h2 {
    font-size: 14px;
  }

  .nav-links ul li a {
    padding: 15px 20px;
    font-size: 12px;
  }

  .cwginstock-subscribe-form {
    width: 80%;
  }

  .single .woo-right {
    padding-bottom: unset;
  }

  .products .price {
    height: 55px;
    min-height: 40px;
  }

  .home-products .product .add_to_cart_button,
  .related-products .product .add_to_cart_button {
    margin-top: 5px;
  }

  .home-products .product .button.product_type_simple {
    margin-top: 5px;
  }

  .main_shop_cat .products .product .button.product_type_variable {
    padding: 10px !important;
  }

  .custom-attribute-wrapper {
    top: 20px;
  }

  .main_shop_cat .products .product .button.product_type_simple,
  .main_shop_cat .products .product .button.product_type_variable {
    height: 38px;
    line-height: 19px;
  }

  /* Container width */

  .container,
  .home-two-slider.slide_with_banner .container {
    max-width: 90%;
  }

  .home-two-slider .container,
  header .container {
    max-width: 100%;
  }

  .home-two-slider .col-four {
    min-width: 185px;
    width: 75%;
  }

  .home-two-slider .col-first {
    /* width: 100%;
    min-width: 440px; */

    min-width: 20.75%;
    width: 20%;

    height: 100%;
  }

  .home-two-slider .col-two {
    min-width: 375px;
  }

  .home-two-slider .col-three {
    min-width: 240px;
    width: 100%;
    height: 460px;
  }

  .slide_with_banner li.product .wc-img-wrapper {
    max-height: 190px;
  }

  .home .routine-custom .heading {
    width: 30%;
    margin-right: 0%;
  }

  .home .routine-custom .content {
    width: 70%;
    padding-left: 50px;
  }

  .home-two-slider .col-first img {
    height: 430px;
    object-fit: cover;
  }

  /* End */

  .main_shop_cat #primary .products {
    grid-template-columns: repeat(4, 1fr);
  }

  .main_shop_cat .products .product .button.product_type_simple {
    font-size: 10px !important;
    padding: 10px;
  }

  #secondary .see-more-brands a {
    font-size: 12px;
  }

  .products .tinv-wraper.tinv-wishlist {
    bottom: 20px;
    right: 5px;
  }

  .single-container {
    padding: 0 10% 0 10%;
  }
  .instagram-feed-custom {
    height: 800px;
  }

  .tax-product_cat .products .price {
    font-size: 16px;
  }

  .single .trending-single .grid {
    column-gap: 30px;
  }

  .custom-block-single .three-grid {
    width: 100%;
  }

  .woo-variation-gallery-product-type-simple
    .wvg-single-gallery-image-container {
    padding: 0;
  }

  .main_shop_cat .products .product .add_to_cart_button {
    font-size: 10px !important;
  }

  .single .highlights-single .grid .flex p {
    padding-left: 20px;
    font-size: 14px;
  }

  .button.no-price {
    padding: 10px;
    font-size: 10px;
  }
}

@media only screen and (max-width: 1300px) {
  .nav-links ul li a {
    padding: 15px 20px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {


  .single-product .variations_form .color-variable-items-wrapper [data-wvstooltip]:hover:after,
  .single-product .variations_form .color-variable-items-wrapper [data-wvstooltip]:hover:before {
    opacity: 1;
    right: 0;
  }

  .single-product .variations_form .color-variable-items-wrapper [data-wvstooltip]:hover:before {
    font-size: 10px;
    padding: 0 5px;
  }
	
	
	.sold-individually.product-type-variable .woocommerce-variation-availability {
		background: #fff;
		z-index: 9;
	}


  .coupon-wrapper .coupon {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .home-products .tns-inner {
    margin: 0 -5px !important;
    padding: 0 2px;
  }

  .all_pages_wrapper .heading h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    color: #000;
  }

  .single .woocommerce-product-details__short-description > p {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    color: #00000099;
    width: 100%;
  }

  .home-two-slider .home-products ul {
    overflow: scroll;
  }

  .mob-content-button {
    display: flex;
    align-items: center;
    column-gap: 10px;
    border: 1px solid #000;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 12px;
    position: absolute;
    bottom: 25px;
    right: 0px;
    cursor: pointer;
  }

  .main_shop_cat .products .product .button.product_type_simple,
  .main_shop_cat .products .product .button.product_type_variable {
    margin-top: 15px;
  }

  .main_shop_cat .products .price {
    margin-top: 25px;
  }

  .routine {
    height: 195px;
  }

  .routine-radio-button {
    display: none;
  }

  .home-two-slider .col-first img {
    height: 420px;
  }

  ul.brands_index {
    overflow: scroll !important;
  }

  .brendovi-page .top-picks .flex {
    column-gap: 5px !important;
  }

  .home .routine-custom {
    margin-bottom: 20px;
  }

  .contact-wrapper .radio_custom_contact .ff-el-input--content {
    grid-template-columns: 100%;
  }

  .home_slider_new .products .price {
    margin-top: 25px !important;
    margin-bottom: 20px !important;
  }

  .home-products .product .button.product_type_simple {
    margin-top: 5px;
  }

  .home-products .product .add_to_cart_button,
  .related-products .product .add_to_cart_button {
    margin-top: 5px;
  }

  .button.yith-wcqv-button {
    position: unset !important;
    font-size: 0 !important;
    padding: 0 !important;
  }

  .home .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img {
    max-width: 24px !important;
    max-height: 24px !important;
  }

  .home-products .products .product {
    margin: 0 5px;
  }

  .home-products .product,
  .related-products .product {
    padding: 10px;
  }

  .home .wc-img-wrapper {
    height: 150px;
  }

  /* .custom-attribute-wrapper {
    display: none !important;
  } */

  .home-products .product .add_to_cart_button,
  .related-products .product .add_to_cart_button {
    padding: 7px !important;
    font-size: 8px !important;
    position: relative;
  }

  .home-products .product .button.product_type_simple {
    padding: 7px !important;
    font-size: 8px !important;
    position: relative;
  }

  .products .price {
    font-size: 14px !important;
    height: 55px;
  }

  .product.load-more-custom .woocommerce-result-count {
    font-size: 12px;
  }

  .home .products .was-now-save .was bdi {
    font-size: 14px !important;
  }

  .desk-cat {
    display: none;
  }

  .mobile-cat {
    display: block;
  }

  .mobile-cat img {
    width: 100%;
  }

  .home-slider .desk-img {
    display: none;
  }

  .home-slider .mobile-img {
    display: block;
  }

  .search-close {
    text-align: right;
    margin-bottom: 25px;
    display: block;
  }

  .home-two-slider .col-two {
    min-width: 100%;
  }

  .black-overlay.active {
    position: fixed;
    background: #000000bf;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
  }

  .products .tinv-wraper.tinv-wishlist {
    bottom: 10px;
  }

  .single .additional-wrapper .single-container > .flex.first .tabs-click-open {
    right: 0;
  }

  .cwginstock-subscribe-form {
    width: 100%;
  }

  .home-products .custom_sale_badge_text,
  .main_shop_cat .custom_sale_badge_text,
  .related-products .custom_sale_badge_text {
    left: 5px !important;
  }

  .stickers-listing {
    left: 5px;
    top: 35px;
  }

  footer .footer-info-grid .item .content span {
    color: #fff;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
  }

  .thankyou-custom-page {
    padding: 15px;
  }

  .thankyou-custom-page .woocommerce-notice.woocommerce-notice--success {
    font-size: 22px;
    line-height: 30.88px;
  }

  .woocommerce-order-received .container {
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
  }

  .thankyou-custom-page {
    margin-top: 15px;
  }

  .thankyou-custom-page .grid {
    grid-template-columns: 100%;
  }

  .thankyou-custom-page .grid .left-col {
    border-right: 1px solid #0000000d;
    padding-right: 0;
  }

  .thankyou-custom-page .grid .right-col {
    padding-left: 0;
  }

  .thankyou-custom-page .right-col a {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.5px;

    border: 1px solid #000000;
    color: #000;
    text-align: center;
    padding: 15px 25px;
    border-radius: 50px;
    width: 100%;
    display: inline-block;
  }

  .thankyou-custom-page ul {
    column-gap: 0;
    margin-top: 15px;
    flex-direction: column;
    row-gap: 30px;
  }

  .filters-close {
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
  }

  .grecaptcha-logo {
    position: fixed;
    bottom: 65px;
  }

  .main_shop_cat .woocommerce-products-header__title {
    margin-bottom: 0;
  }

  .filters-click {
    display: block;
    border: 1px solid #000000;
    padding: 7px 7px;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
  }

  #secondary .filters-wrapper.open_filters {
    display: block;
    position: fixed;
    background: #fafafa;
    /* width: 100%; */
    width: 80%;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
    z-index: 9;
    padding-top: 70px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 150px;
    overflow: scroll;
  }

  header .search-products .grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow-x: unset;
    row-gap: 10px;
    overflow-y: unset;
  }

  .product-type-variable #countdown {
    bottom: -105px;
  }

  .search-products {
    padding: 5px 0;
    overflow: scroll;
    height: 170px;
  }

  .single .product-type-variable .woo-right {
    padding-bottom: 110px;
  }

  .additional-wrapper {
    /* padding-top: 80px; */
    padding-top: 0px;
  }

  .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact
    .dgwt-wcas-sf-wrapp
    input[type="search"].dgwt-wcas-search-input {
    font-size: 16px !important;
  }

  header .search-products .grid p {
    width: 100% !important;
  }

  header .search-products .grid .col {
    width: 50%;
  }

  .home .routine-custom .heading h2 {
    font-size: 32px;
    line-height: normal;
  }

  .home .routine-custom .content {
    width: 100%;
    padding-left: 0;
    position: relative;
  }

  .home .routine-custom .heading {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
  }

  .home-slider a {
    font-size: 12px;
    color: #fff;
  }

  .home .routine-custom .flex {
    flex-direction: column;
    padding: 10px;
  }

  .routine-custom .grid {
    grid-template-columns: repeat(2, 1fr);
    /* row-gap: 35px; */
    row-gap: 10px;
  }

  .routine-custom .grid .item {
    display: flex;
    /* align-items: center; */
    column-gap: 15px;
  }

  .routine-custom .grid p {
    margin-bottom: 0;
    font-size: 10px;
  }

  .routine-custom .grid .height:after {
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    transform: rotate(90deg);
    bottom: -30px;
    display: none;
  }

  .routine-radio-button .radio-label {
    font-size: 12px;
    white-space: normal;
  }

  .routine-radio-button .custom-radio input[type="radio"]:before {
    height: 10px !important;
    width: 10px !important;
  }

  .home .routine_nocna .item:nth-of-type(3) .height:after {
    display: none;
  }
  /* 
  .routine-radio-button {
    column-gap: 10px;
    margin-top: 20px;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    right: 10px;
  }

  .custom-radio {
    width: 120px;
} */

  .routine-custom .grid h2 {
    font-size: 12px;
  }

  /* Brands popup */

  .brands-popup .popup-content {
    width: 95%;
    padding: 20px;
    height: 75vh;
    overflow: scroll;
  }

  .brands-popup p {
    font-size: 14px;
  }

  .brands-popup iframe {
    height: 300px !important;
  }

  .nav_dropdown ul li {
    padding-bottom: 0px !important;
    padding-right: 25px !important;
  }

  .woocommerce-account .all_pages_content .u-columns.col2-set {
    grid-template-columns: 100%;
  }

  .woocommerce-account .all_pages_content .u-column1.col-1,
  .woocommerce-account .all_pages_content .u-column2.col-2 {
    padding: 20px;
    margin-top: 20px;
  }

  .nav_dropdown .right img {
    width: 95%;
    height: 200px;
    object-fit: contain;
  }

  #yith-quick-view-content .images.classic {
    display: none;
  }

  .products .product:hover .button.yith-wcqv-button {
    opacity: 0;
  }

  #yith-quick-view-content .woo-variation-product-gallery {
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 0 !important;
  }

  #yith-quick-view-content div.summary {
    margin-top: 20px !important;
  }

  #yith-quick-view-content .stock.in-stock {
    opacity: 0;
    display: none;
  }

  .woocommerce
    .yith-quick-view
    .yith-quick-view-content.woocommerce
    div.summary
    .single_add_to_cart_button {
    padding: 15px 20px !important;
    font-size: 12px !important;
  }

  #yith-quick-view-content .custom-add-to-cart-wrapper {
    padding: 0 !important;
    position: relative !important;
    bottom: 0 !important;
  }

  .yith-quick-view .tinv-wraper.tinv-wishlist {
    right: 0px !important;
  }

  .woocommerce-cart .cart-wrapper .left-cart .product-subtotal {
    font-size: 14px;
    padding-top: 12px;
    margin-bottom: 20px;
  }

  .woocommerce-cart .cart-wrapper .left-cart .product-name {
    padding-bottom: 15px;
  }

  .products .woocommerce-loop-product__title {
    min-height: 35px;
    height: 35px;
  }

  .page-id-4856 .all_pages_wrapper,
  .page-id-5393 .all_pages_wrapper,
  .page-id-5396 .all_pages_wrapper,
  .page-id-5401 .all_pages_wrapper {
    width: 85%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 60px;
    background: #f8f8f8;
    padding: 10px;
  }

  .page-id-4856 .heading {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .nav_dropdown a {
    padding-bottom: 5px !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600 !important;
  }

  .home-big-banner {
    padding: 0 15px;
    margin-top: 25px;
    display: none;
  }

  .woocommerce-cart .cart-wrapper .right-table {
    padding-top: 10px;
  }

  .home-two-slider .grid {
    display: grid;
    grid-template-columns: 100%;
    column-gap: 20px;
    padding: 20px 0;
    row-gap: 15px;
  }

  .custom-attribute-wrapper {
    display: flex;
    position: relative;
    flex-direction: row;
    column-gap: 7px;
    justify-content: end;
    top: 15px;
    height: 30px;
  }

  .custom-attribute-block img {
    max-width: 28px;
    width: 28px;
  }

  .cr-all-reviews-shortcode
    .cr-review-form-wrap
    .cr-review-form-buttons
    .cr-review-form-submit {
    background-color: #d9bcc0 !important;
    color: #000 !important;
  }

  .home-slider p {
    font-size: 14px;
    color: #fff;
    font-style: normal;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
    min-height: 55px;
    height: 55px;
    margin-top: 7px;
  }

  #fullo_footer_credit_imgs {
    margin-bottom: 15px;
    display: block;
  }

  #fullo_footer_credit_imgs img {
    height: 30px;
    margin-bottom: 10px;
    margin-right: 5px;
  }

  .o-nama-wrapper .flex .row h1 {
    font-size: 20px;
    line-height: 24.01px;
    margin-bottom: 20px;
    margin-top: 15px;
  }

  .o-nama-wrapper .flex .row h2 {
    font-size: 20px;
    line-height: 24.01px;
    margin-bottom: 20px;
    margin-top: 15px;
  }

  .contact-wrapper .flex {
    display: flex;
    flex-direction: column;
  }

  .contact-wrapper {
    padding: 0 0%;
    padding-bottom: 45px;
  }

  .contact-wrapper .flex .left {
    width: 100%;
  }

  .contact-wrapper .flex .right {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }

  .o-nama-wrapper .flex .row:first-child {
    margin-bottom: 25px;
  }

  .o-nama-wrapper .flex .row .col {
    width: 100%;
  }

  .o-nama-wrapper .flex {
    padding: 35px 0%;
  }

  .o-nama-wrapper .flex .row:first-child .col:first-child {
    padding-right: 0;
  }

  .copyright {
    background: #fff;
    padding-bottom: 70px;
  }

  footer .footer-info-grid .item .content p a {
    color: #fff;
  }

  footer .footer-links .right-col .right .social img {
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
  }

  footer .footer-links .right-col .right .social {
    margin-bottom: 20px;
  }

  .container,
  .home-two-slider.slide_with_banner .container {
    max-width: 100%;
  }

  .woocommerce-cart .cart-wrapper {
    padding-bottom: 50px;
    flex-direction: column;
  }

  .woocommerce-cart .cart-wrapper .left-cart {
    width: 100%;
  }

  .woocommerce-cart .cart-wrapper .right-cart {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }

  .woocommerce-cart .cart-registration {
    align-items: start;
    margin-bottom: 20px;
    flex-direction: column;
    row-gap: 15px;
  }

  .woocommerce-cart .cart-wrapper .right-cart .cart-collaterals {
    padding: 15px;
  }

  .single .highlights-single .content .grid {
    row-gap: 20px;
    column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  .custom-add-to-cart-wrapper {
    text-align: right;
    padding: 15px;
    background-color: #ffffff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 61px;
    z-index: 9;
    width: 100%;
  }

  .woocommerce-variation-add-to-cart {
    text-align: right;
    padding: 15px;
    background-color: #ffffff;
    position: fixed !important;
    left: 0;
    right: 0 !important;
    bottom: 61px;
    z-index: 9;
    width: 100%;
  }

  .single .woo-right .single_add_to_cart_button {
    padding: 12px 60px;
    font-size: 12px;
    width: 100%;
  }

  .woocommerce-mini-cart__buttons.buttons a:first-child {
    font-size: 12px;
    width: 100%;
  }

  .woocommerce-mini-cart__total.total .amount {
    font-size: 16px !important;
  }

  .page-id-48 h1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 17.5px;

    color: #000000;
    margin-bottom: 20px;
  }

  .nav_dropdown .flex .col:first-child {
    flex-direction: column;
    row-gap: 7px;
    margin-top: 25px;
  }

  .single .highlights-single .grid .flex p {
    padding-left: 10px;
    font-size: 13px;
  }

  .single .highlights-single .grid .flex img {
    width: 35px;
  }

  .single .highlights-single .grid .flex .custom-click img {
    width: 10px;
  }

  .highlights-popup .popup-content {
    width: 95%;
    border-radius: 8px;
    padding: 0;
  }

  .popup-container .grid-custom {
    display: flex;
    flex-direction: column;
    padding: 15px;
  }

  .tb-mob-nav .nav-drop {
    display: none;
  }

  .tb-mob-nav .nav-drop.active-mobile {
    display: flex;
    width: 100%;
    position: absolute;
    padding-top: 30px;
    left: 0;
    right: 0;
    overflow: scroll;
    height: 44vh;
    background: #fff;
    margin-top: 10px;
  }

  .nav_dropdown .flex .left .col .item p a {
    position: relative;
    margin-top: 30px;
    display: block;
  }

  .nav_dropdown .flex .right {
    width: 100% !important;
  }

  .nav_dropdown .flex .col {
    width: 100%;
    margin-top: 15px;
  }

  .nav_dropdown h3 {
    margin-top: 15px !important;
  }

  .nav_dropdown .flex .left {
    width: 100% !important;
  }

  .nav_dropdown {
    padding: 0;
    padding-left: 20px;
  }

  .tb-mob-nav ul li {
    flex: 0 0 auto;
    margin-right: 15px;
  }

  .tb-mob-nav .menu-item-object-custom > a {
    border: 1px solid #f5f5f5;
    box-shadow: 1px 1px 5px 0px #00000033;
    padding: 10px;
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;

    text-align: center;
    color: #000;
    display: block;

    pointer-events: none;
  }

  .tb-mob-nav ul {
    display: flex;
    /* flex-wrap: nowrap; */
    overflow-x: scroll;
    padding: 0;
    list-style: none;
    padding-top: 15px;
    padding-bottom: 10px;

    flex-wrap: wrap;
    row-gap: 10px;
  }

  .tb-mob-nav {
    display: block;
  }

  .nav_dropdown ul li a {
    padding: 0 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
  }

  footer .footer-links {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* .single .woo-right .single_add_to_cart_button {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 61px;
    z-index: 9;
  } */

  .main_shop_cat .woocommerce-products-header__title {
    text-align: right;
  }

  .single .woo-right {
    padding-bottom: 25px;
  }

  .single .product-type-simple .woo-right .tinv-wraper {
    top: 0;
    right: 0;
  }

  .mob-btn {
    display: block;
  }

  .woo-variation-product-gallery {
    width: 100% !important;
    max-width: 100% !important;
  }

  .custom-block-single .three-grid {
    width: 100%;
    column-gap: 10px;
  }

  header .nav .flex {
    align-items: normal;
    flex-direction: column;
    position: relative;
  }

  .custom-block-single .three-grid .item p {
    font-size: 10px;
  }

  .topline a {
    font-size: 10px;
  }

  .single .woocommerce-breadcrumb {
    padding: 0 10px;
    padding-top: 10px;
  }

  .woo-variation-gallery-wrapper {
    padding-right: 0;
  }

  footer .footer-links .left-col .news h2 {
    font-size: 24px;
  }

  footer .footer-links .left-col .news p {
    font-size: 12px;
  }

  footer .footer-info-grid .item .col {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  footer .footer-info-grid .item .content {
    width: 80%;
  }

  .home-products {
    margin-bottom: 30px;
  }

  footer {
/*     background: #191818; */
  }

  .nav-links ul {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  header .nav .flex .logo img {
    width: 140px;
  }

  header .search {
    display: none;
  }

  header .nav .flex .right {
    border-top: 0.5px solid #dfdfdf;
    padding: 10px 0;
    margin-top: 15px;
  }

  header .nav .flex .right {
    column-gap: 80px;
    overflow: scroll;
    /* flex-direction: row-reverse; */
  }

  .main_shop_cat .products .product {
    min-width: 100%;
    width: 100%;
    padding: 10px;
    width: 100%;
  }

  .product.load-more-custom {
    white-space: nowrap;
  }

  header .wishlist {
    display: none;
  }

  header .mini_cart {
    display: none;
  }

  header .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: auto;
  }

  .nav-links {
    display: none;
  }

  html,
  body {
    overflow-x: hidden;
  }

  .home-two-slider .flex {
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .search-products .grid p {
    display: flex;
    width: 200px;
    align-items: center;
    column-gap: 10px;
    font-size: 14px;
  }

  .search-products .grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .home-slider h1 {
    font-size: 16px;
    height: 40px;
    min-height: 40px;
  }

  .home-slider .big-slider .content {
    padding: 20px 20px;
    height: 100%;
  }

  .home-slider img {
    height: 100%;
  }

  .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row {
    justify-content: center;
    flex-direction: column;
  }

  .woocommerce-cart .product-name a {
    font-size: 14px;
  }

  .wp-block-woocommerce-checkout-actions-block
    .wc-block-checkout__actions_row
    .wc-block-components-checkout-place-order-button {
    width: 100% !important;
    margin-top: 15px;
  }

  .home h3 {
    margin-top: 15px;
    font-size: 16px;
  }

  .blog-home-slider .item .content-full {
    background-color: #faf1ef;
    padding: 20px 20px;
  }

  .topline {
    padding: 5px 0;
  }

  .topline p {
    margin: 0;
    font-size: 10px;
  }

  .bottom-nav {
    display: flex;
    justify-content: space-between;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0px 4px 10px 3px #0000000d;
    z-index: 9;
    padding: 18px 40px;
  }

  .bottom-nav-item {
    display: flex;
    align-items: center;
    column-gap: 25px;
    justify-content: space-between;
    text-align: center;
    width: 100%;
  }

  .home-two-slider {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .home-two-slider .col-first {
    /* min-width: 80%;
    width: 70%;
    height: 465px; */

    min-width: 50%;
    width: 50%;
    height: 100%;
  }

  .home-two-slider .col-four {
    min-width: 400px;
  }

  .home-two-slider .item .content {
    padding: 20px 20px;
  }

  footer .footer-info-grid {
    display: grid;
    grid-template-columns: 100%;
    padding: 15px;
    column-gap: 75px;
    border-bottom: 1px solid #0000004d;
    color: #fff;
  }

  footer .footer-links .left-col {
    width: 100%;
    flex-direction: column;
  }

  footer .footer-links .news {
    padding: 15px;
  }

  footer .footer-info-grid .item {
    padding: 15px 0;
    align-items: center;
  }

  footer .footer-info-grid .item .content p {
    color: #fff;
  }

  .footer-info-grid .item .col img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  footer .footer-links ul li a {
    color: #fff;
  }

  footer .footer-links p {
    color: #fff;
  }

  footer .footer-links .flex {
    display: flex;
    column-gap: 0;
    flex-direction: column-reverse;
  }

  footer .footer-links .right-col {
    display: flex;
    width: 100%;
    column-gap: 0;
    flex-direction: column;
  }

  footer .footer-links .flex {
    align-items: start;
  }

  .yith-quick-view-content.woocommerce div.product .product {
    padding: 15px;
  }

  .main_cat_list .full-container {
    padding: 0 15px;
  }

  .main_shop_cat #secondary {
    width: 100%;
    padding-right: 0;
    /* display: none; */
  }

  .main_shop_cat #primary {
    width: 100%;
  }

  .main_shop_cat {
    display: flex;
    flex-direction: column;
  }

  .main_shop_cat #primary .products {
    grid-template-columns: repeat(2, 1fr);
  }

  .woocommerce_single_wrap {
    flex-direction: column;
  }

  .woocommerce_single_wrap .woo-left,
  .woocommerce_single_wrap .woo-right {
    width: 100%;
    padding-top: 10px;
  }

  .single-flex-wrap .full-container {
    padding: 0 10px;
  }

  .woo-variation-gallery-product-type-simple
    .wvg-single-gallery-image-container {
    padding: 0%;
  }

  .single .additional-wrapper .single-container > .flex {
    display: flex;
    flex-direction: column;
  }

  .single .additional-wrapper .heading {
    width: 100%;
    margin-bottom: 20px;
  }

  .single .additional-wrapper .content {
    width: 100%;
    position: relative;
  }

  .single-container {
    padding: 0 5% 0 5%;
  }

  .brand-section-single .content .editor iframe {
    height: 300px;
  }

  .instagram-feed-custom {
    height: 450px !important;
  }

  .single .product-type-simple .custom-block-single {
    margin-top: 30px;
  }

  #secondary .filters {
    width: fit-content;
    margin-bottom: 10px;
  }

  #secondary .filters-wrapper {
    display: none;
  }

  /* MOB BTN */

  .toggle-menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    outline: none;
    padding: 0;
    pointer-events: initial;
    position: relative;
    vertical-align: middle;
    width: 30px;
    z-index: 10;
  }

  .toggle-menu span {
    background-color: #444443;
    content: "";
    display: block;
    height: 2px;
    left: calc(50% - 13px);
    position: absolute;
    top: calc(50% - 1px);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      -webkit-transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      transform 0.2s linear, -webkit-transform 0.2s linear;
    width: 26px;
  }

  .toggle-menu span:before,
  .toggle-menu span:after {
    background-color: #444443;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      -webkit-transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      transform 0.2s linear, -webkit-transform 0.2s linear;
    width: 26px;
  }

  .toggle-menu span:before {
    top: 9px;
  }

  .toggle-menu span:after {
    top: -9px;
  }

  .toggle-menu.active span {
    background-color: transparent;
    transition: background 0.2s ease-out;
  }

  .toggle-menu.active span:before,
  .toggle-menu.active span:after {
    transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out,
      -webkit-transform 0.2s 0.2s ease-out;
    background: #fff;
  }

  .toggle-menu.active span:before {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
  }

  .toggle-menu.active span:after {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }

  .mob-btn {
    position: absolute;
    top: 0;
    z-index: 66;
    right: 0;
    width: fit-content;
    height: 25px;
    display: block;
  }

  /* 
  .tb-mob-nav {
    display: none;
    position: absolute;
    right: 0;
    transform: translate(0%);
    bottom: 0;
    top: 120px;
    background: #fff;
    z-index: 60;
    width: 100%;
    height: fit-content;
    padding: 15px;
  } */

  .tb-mob-nav {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    bottom: -100%;
    background: #fff;
    z-index: 60;
    width: 100%;
    height: fit-content;
    padding: 15px;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 8px;
    /* height: 60%; */
    height: 70%;
  }

  .tb-mob-nav.active {
    transform: translateY(0); /* Pomera se na poziciju */
    opacity: 1; /* Postaje potpuno vidljiv */
    visibility: visible; /* Postaje vidljiv */
    transition: transform 0.3s ease, opacity 0.3s ease; /* Menja transform i opacity */
    bottom: 61px;
  }

  /* header {
    position: sticky;
    width: 100%;
    z-index: 99;
    top: 0;
  } */

  /* MOB BTN */

  .nav-links-mob ul li a {
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 10px;

    text-align: center;
    color: #000;
    display: block;

    text-transform: uppercase;
  }

  .nav-links-mob ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 0;
    list-style: none;
    padding: 10px;
    border-top: 0.5px solid #dfdfdf;
    border-bottom: 0.5px solid #dfdfdf;
  }

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

  .nav {
    padding-bottom: 10px;
  }

  .nav-links-mob li {
    flex: 0 0 auto;
    margin-right: 15px;
  }

  .nav-links-mob {
    display: block;
  }

  .header-widgets-cart {
    display: block;
    position: fixed;
    right: 0;
    bottom: -100%;
    background: #fff;
    z-index: 60;
    width: 100%;
    padding: 15px;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 80%;
    top: unset;
    max-width: 100%;
  }

  header .search {
    border-radius: unset !important;
  }

  header .search {
    display: block;
    position: fixed;
    right: 0;
    bottom: -100%;
    background: #fff;
    z-index: 60;
    width: 100%;
    padding: 15px;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    height: 80%;
    top: unset;
  }

  header .search.open_search {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: transform 0.3s ease, opacity 0.3s ease;
    bottom: 61px;
    top: unset;
  }

  .header-widgets-cart.open_cart {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: transform 0.3s ease, opacity 0.3s ease;
    bottom: 61px;
    top: unset;
  }

  .woocommerce-mini-cart.cart_list.product_list_widget {
    max-height: 75%;
    height: 75vw;
  }

  .header-widgets-cart .widgettitle {
    padding: 0 10px 15px;
  }

  .bottom-nav .woocommerce-mini-cart-item.mini_cart_item a {
    display: flex !important;
    align-items: center;
    padding-top: 15px !important;
    padding-right: 0px !important;
    font-size: 14px;
    color: #000;

    /* border-bottom: 1px solid #f2f2f2; */
    padding-bottom: 15px !important;
    font-weight: normal !important;
    position: relative;
    padding-left: 0;
  }

  .bottom-nav
    .woocommerce-mini-cart-item.mini_cart_item
    .remove_from_cart_button {
    position: absolute;
    width: auto;
    bottom: -15px;
    right: 0;
    border: 0;
    z-index: 99;
    font-size: 10px;

    display: none !important;
  }

  .bottom-nav .woocommerce-mini-cart-item.mini_cart_item {
    position: relative;
    margin-left: 0;
    padding-right: 0;
    background: #fff;
    display: flex;
    align-items: center;
  }

  .mini_cart_title {
    text-align: left;
  }

  .mini_cart_title p {
    font-size: 12px;
    margin: 0;
    max-height: 35px;
    overflow: hidden;
    max-width: 67%;
  }

  .mini_cart_title .product-brand-name {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 3px;
    display: block;
  }

  .bottom-nav .woocommerce-mini-cart-item.mini_cart_item img {
    width: 60px !important;
    height: 60px !important;
    float: none !important;
    margin-right: 15px;
  }

  .header-widgets-cart .quantity {
    left: auto;
    right: 0;
  }

  .widget_shopping_cart_content .flex-cart {
    width: 100%;
    column-gap: 15px;
    margin-top: 25px;
  }

  .widget_shopping_cart_content .flex-cart .item {
    display: flex;
    flex-direction: row;
    align-items: normal;
    column-gap: 10px;
  }

  .widget_shopping_cart_content .flex-cart .item p {
    font-size: 11px;
    margin: 0;
    text-align: left;
    line-height: 1;
  }

  .widget_shopping_cart_content .flex-cart .item p a {
    color: #000;
  }

  .widget_shopping_cart_content .flex-cart .item p span {
    color: #bf0a30;
  }

  .widget_shopping_cart_content .woocommerce-mini-cart__total.total {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .cart_delivery {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0;
  }

  .cart_delivery p,
  .cart_delivery span {
    font-weight: normal !important;
    font-size: 11px !important;
    margin: 0;
    color: #00000080;
  }

  .cart_delivery span {
    color: #bf0a30;
    font-weight: 500 !important;
  }

  .cart_delivery img {
    margin-right: 7px;
  }
}

@media only screen and (max-width: 375px) {
  .widget_shopping_cart_content {
    padding-top: 12%;
  }
}
