@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
span,
div {
  font-family: "Inter", sans-serif;
}
#primary-menu li {
  margin: 0 20px;
}
@media only screen and (min-width: 1024px) {
  #primary-menu {
    display: flex;
    align-items: center;
  }
  ul#primary-menu a {
    color: #262626;
    font-size: 16px;
    font-weight: 500;
    padding: 0 12px;
    display: inline-block;
    letter-spacing: 0;
    text-transform: capitalize;
    transition: all 0s ease-out;
    -webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
  }
  #primary-menu .current-menu-item a {
    color: #ff6565;
  }
}

#site-navigation-mob {
  transition: 0.3s;
  z-index: 105;
  position: fixed;
}
.site-header {
  background-color: #fff;
}
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000044;
  z-index: 100;
  display: none;
}
.overflow-h {
  overflow: hidden;
}

.hamb--active {
  transform: translateX(0);
  transition: 0.3s;
  display: block;
}
footer #menu-primary-menu {
  display: flex;
  flex-wrap: wrap;
}
footer .paragraph p {
  max-width: 285px;
}
#primary-menu a {
  color: #fff;
  display: block;
  text-transform: capitalize;
  position: relative;
  font-size: 17px;
  font-weight: 400;
  padding: 15px 0;
  line-height: 1;
}
@media only screen and (min-width: 767px) {
  .hero .paragraph-xxl {
    max-width: 410px;
    margin-bottom: 30px;
    margin: 0 0 30px 0 !important;
  }
}
@media only screen and (min-width: 0px) {
  .hero .paragraph-xxl {
    max-width: 410px;
    margin: 0 auto 18px auto;
  }
}
.rotated-text {
  left: calc(50% + 100px);
  position: absolute;
  pointer-events: none;
  top: 40%;
  transform: rotate(90deg);
  font-size: 84px;
  text-transform: uppercase;
  white-space: nowrap;
  color: transparent;
  transition: all 3s ease-out;
  -webkit-transition: all 3s ease-out;
  -moz-transition: all 3s ease-out;
  -ms-transition: all 3s ease-out;
  -o-transition: all 3s ease-out;
  opacity: 1;
  -webkit-text-stroke: 2px #fff; /* For Webkit-based browsers (Chrome, Safari, etc.) */
  text-stroke: 2px #fff; /* Standard property */
}
.logotips-list .slick-track {
  display: flex;
  align-items: center;
  gap: 40px;
}
.badge-top-sale {
  background-color: #ff6565;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  padding: 4px 18px 8px;
  line-height: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}
@media only screen and (min-width: 767px) {
  .badge-top-sale {
    top: 20px;
    right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .badge-top-sale {
    font-size: 16px;
    text-align: center;
    padding: 7px 22px 10px;
    line-height: 1;
  }
}
.add_to_cart_button {
  transition: 0.3s;
}

.on-hover-add-to-cart .on-hover-add-to-cart-show {
  transition: 0.3s ease;
}

.on-hover-add-to-cart:hover .on-hover-add-to-cart-show {
  transform: translate(-50%, 50%);
  transition: 0s;
}
.on-hover-add-to-cart:hover .quick-view--icon {
  animation: moveUp 0.5s forwards 0s;
}
.on-hover-add-to-cart:hover .add_to_cart_button {
  animation: moveUp 0.5s forwards 0.1s;
}
.on-hover-add-to-cart:hover .quick-view--wishlist {
  animation: moveUp 0.5s forwards 0.2s;
}

@keyframes moveUp {
  from {
    transform: translate(0, 0);
    opacity: 0;
  }
  to {
    transform: translate(0, -50%);
    opacity: 1;
  }
}

/* shop strana */

.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.product.type-product
  .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  transition: 0.6s ease;
  border-radius: 10px;
}

.post-type-archive-product
  .product.type-product:hover
  .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  transform: scale(1.05);
  transition: 0.6s ease;
  border-radius: 10px;
}

.post-type-archive-product
  .product.type-product:hover
  .on-hover-add-to-cart-show {
  transform: translate(-50%, 50%);
  transition: 0s;
}

.post-type-archive-product .product.type-product .on-hover-add-to-cart-show {
  transition: 0.3s ease;
  bottom: 170px;
}

.post-type-archive-product
  .product.type-product:hover
  .on-hover-add-to-cart-show {
  transform: translate(-50%, 50%);
  transition: 0s;
}
.post-type-archive-product
  .product.type-product:hover
  .on-hover-add-to-cart-show
  .quick-view--icon {
  animation: moveUp 0.5s forwards 0s;
}
.post-type-archive-product
  .product.type-product:hover
  .on-hover-add-to-cart-show
  .add_to_cart_shop {
  animation: moveUp 0.5s forwards 0.1s;
}

.post-type-archive-product
  .product.type-product:hover
  .on-hover-add-to-cart-show
  .add_to_cart_shop
  a {
  width: max-content;
}

.post-type-archive-product
  .product.type-product:hover
  .on-hover-add-to-cart-show
  .quick-view--wishlist {
  animation: moveUp 0.5s forwards 0.2s;
}

.product_type_simple.add_to_cart_button {
  border-radius: 50px !important;
  height: 50px !important;
  letter-spacing: 0.2em !important;
  font-size: 13px !important;
  color: #231942 !important;
  font-weight: 500 !important;
  margin: 0 20px !important;
  padding: 5px 28px 5px 32px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  background-color: #fff !important;
  border: 2px solid #e63946 !important;
  display: flex !important;
  align-items: center !important;
  white-space: nowrap !important;
}

.shop-wishlist_img {
  max-width: 25px !important;
  margin-bottom: 0 !important;
}

.shop-quick_view_img {
  max-width: 16px !important;
  margin-bottom: 0 !important;
}

.product.type-product .woocommerce-loop-product__title,
.product.type-product .price .woocommerce-Price-amount.amount {
  font-size: 21px !important;
  color: #231942 !important;
}

.rating-and-reviews {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.star-rating {
  margin-bottom: 0;
}

.woocommerce .star-rating::before {
  font-family: "star";
}

.woocommerce .star-rating span::before {
  font-family: "star";
  color: #ff6565;
}

.woocommerce-review-link {
  font-style: italic;
  color: #898989;
}

.product.type-product
  .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  margin-bottom: 0;
}

.product.type-product .product-image-wrapper {
  overflow: hidden;
  border-radius: 10px;
}

.rating-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.star-rating {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.single-product .rating-wrapper .star-rating {
  margin-right: 20px;
}

.single-product .rating-wrapper {
  justify-content: flex-start;
  align-items: center;
}

.post-type-archive-product .woocommerce-result-count {
  display: none;
}

.product.type-product .woocommerce-loop-title__link h2 {
  transition: 0.3s;
}

.product.type-product .woocommerce-loop-title__link:hover h2 {
  color: #ff6565 !important;
}

.shop-banner::after,
.shop-banner::before {
  background-color: hsla(0, 0%, 100%, 0.09);
  content: "";
  height: 200%;
  position: absolute;
  top: -50%;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  z-index: 1;
}

.shop-banner::before {
  left: -280px;
}

.shop-banner::after {
  left: 180%;
}

.shop-banner:hover:before {
  left: 180%;
}

.shop-banner:hover:after {
  left: -280px;
}

.shop-banner:hover img {
  transform: scale(1.03);
}

.add-to-cart-mobile img {
  width: fit-content !important;
  margin-bottom: 0 !important;
}

.add-to-cart-mobile .product_type_simple.add_to_cart_button {
  border-radius: 0 !important;
  justify-content: center;
  margin: 0 !important;
  padding: 5px 28px 5px 32px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  background-color: #f7f7f7 !important;
  border: 2px solid #eeeeee !important;
  display: flex !important;
  align-items: center !important;
  white-space: nowrap !important;
}

@media only screen and (max-width: 1199px) {
  .product_type_simple.add_to_cart_button {
    margin: 0 10px !important;
    padding: 5px 20px 5px 20px !important;
  }
}

@media only screen and (max-width: 1040px) {
  .product.type-product {
    min-height: 518px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

/* @media only screen and (max-width: 567px) {
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100%;
  }
} */

/* single strana */
.single-product .summary.entry-summary {
  padding-left: 50px;
}

.woocommerce-product-gallery__image .new-label,
.woocommerce-LoopProduct-link.woocommerce-loop-product__link .new-label {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: red;
  color: white;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  z-index: 10;
  border-radius: 3px;
}

.product_title.entry-title {
  font-weight: 400;
  font-size: 50px;
  line-height: 66px;
  margin-bottom: 22px;
}

.single-product .wp-post-image {
  border-radius: 10px;
}

.single-product .product_meta {
  display: none;
}

.single-product form.cart {
  display: flex;
  flex-direction: column;
}

.price-add-to-cart-wrapper {
  display: flex;
}

.custom-quantity {
  display: flex;
}

/* Chrome, Safari, Edge, Opera */
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.quantity input[type="number"] {
  -moz-appearance: textfield;
}

.quantity button {
  font-size: 22px;
}

div.quantity button,
div.quantity input {
  border: none;
}

div.quantity input {
  font-size: 14px;
  font-weight: 600;
}

.quantity__minus {
  border-right: 1px solid #cdcdcd !important;
  padding-right: 10px;
  line-height: 27px;
}

.quantity__plus {
  border-left: 1px solid #cdcdcd !important;
  padding-left: 10px;
  line-height: 27px;
}

div.quantity {
  border: 2px solid #e63946;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  width: 115px;
  height: 50px;
  border-radius: 30px;
  font-size: 14px;
}

.single-product .woocommerce-product-rating {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 34px;
  margin-bottom: 34px !important;
}

.single-product .price-add-to-cart-wrapper {
  border-top: 1px solid #cdcdcd;
  margin-top: 34px;
  padding-top: 26px;
  display: flex;
  justify-content: space-between;
}

.single-product .price-add-to-cart-wrapper .price span,
.single-product .price-add-to-cart-wrapper .price bdi {
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}

.single-product .single_add_to_cart_button {
  background-color: #ff6565 !important;
  border: 2px solid #ff6565 !important;
  box-shadow: none;
  border-radius: 50px !important;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 50px;
  letter-spacing: 7px;
  line-height: 37px;
  padding: 5px 25px 5px 37px;
  text-align: center;
  text-transform: uppercase;
}

.single-product .woocommerce-product-details__short-description {
  display: none;
}

.single-product .woocommerce-product-short-description {
  border-top: 1px solid #cdcdcd;
  padding-top: 32px;
  margin-top: 40px;
}

.price-add-to-cart-wrapper .regular-price {
  padding-top: 18px;
}

.price-add-to-cart-wrapper .regular-price bdi {
  position: relative;
  font-size: 18px !important;
}

.price-add-to-cart-wrapper
  .regular-price
  bdi
  .woocommerce-Price-currencySymbol {
  font-size: 18px !important;
}

.price-add-to-cart-wrapper .regular-price bdi::after {
  content: "";
  position: absolute;
  background-color: #777 !important;
  width: 100%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.woocommerce ul.products li.product .onsale,
.single-product .onsale {
  top: 19px !important;
  left: 10px !important;
  padding: 0 !important;
  right: unset;
}

.single-product .woocommerce-Tabs-panel--additional_information h2 {
  display: none;
}

.single-product .tabs.wc-tabs::before {
  display: none;
}

.single-product .woocommerce-product-attributes.shop_attributes,
.single-product .woocommerce-product-attributes.shop_attributes th,
.single-product .woocommerce-product-attributes.shop_attributes td {
  border: none !important;
  background-color: transparent !important;
}

.single-product .woocommerce-product-attributes.shop_attributes th {
  text-align: left;
  font-weight: 400;
}

.single-product .additional_information_tab.active,
.single-product .reviews_tab.active,
.single-product .additional_information_tab,
.single-product .reviews_tab {
  background: transparent !important;
  color: #515151;
  z-index: 2;
  border: none !important;
  font-size: 21px;
}

.single-product .additional_information_tab {
  padding-left: 14px !important;
}

.single-product .additional_information_tab a,
.single-product .reviews_tab a {
  opacity: 0.5;
  transition: 0.3s;
  font-weight: 400 !important;
}

.single-product .additional_information_tab.active a,
.single-product .reviews_tab.active a {
  color: #231942 !important;
  text-decoration: underline !important;
  opacity: 1;
  font-weight: 400 !important;
}

.single-product .additional_information_tab.active a:focus,
.single-product .reviews_tab.active a:focus {
  outline: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none;
}

.single-product .tabs.wc-tabs {
  padding-left: 0 !important;
}

.single-product .breadcrump {
  display: none;
}

.single-product .product.type-product {
  margin-top: 144px;
}

.single-product .ratting-desc {
  font-style: italic;
  font-weight: 600;
}

.single-product .features-box {
  padding: 0 10px;
}

.single-product .features-box:not(:last-child) {
  border-right: 1px solid #bdbdbd;
}

.single-product .features-img {
  width: 64px;
}

.single-product #tab-title-additional_information a {
  cursor: auto;
}

.single-product .review__header span {
  color: #231942 !important;
  text-decoration: underline !important;
  opacity: 1;
  font-weight: 400 !important;
  font-size: 21px;
}

.single-product .review-box {
  background: #fafafa;
  border-radius: 30px;
  margin-bottom: 30px;
  margin-right: 30px;
  padding: 30px 30px 28px;
}

.single-product .review__name {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  margin-right: 32px;
  margin-left: 20px;
}

.single-product .review__ocupation {
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  margin-right: 44px;
}

.single-product .review-box-1 {
  margin-left: 30px;
  margin-right: 0;
}

.single-product .woocommerce-Tabs-panel,
.single-product .reviews-wrapper {
  max-width: calc(50% - 15px);
}

.single-product .slick-track {
  display: flex !important;
}

.single-product .product.type-product {
  margin-right: 30px !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  ul.products
  li.product
  .price {
  color: #09334a;
}

.woocommerce ul.products li.product .price ins {
  text-decoration: none;
  margin-right: 15px;
}

.product.type-product .price {
  display: flex !important;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.single-product .related.products {
  padding-bottom: 50px;
}

.single-product .related.products .woocommerce-product-rating {
  padding-bottom: 0;
  margin-bottom: 0 !important;
}

.single-product .related.products .woocommerce-product-rating {
  border: none;
}

.single-product .related.products .rating-wrapper {
  justify-content: space-between;
}

.single-product .related.products .product.type-product .product-image-wrapper {
  overflow: hidden;
  transition: 0.3s;
}

.single-product .related.products .product.type-product .add_to_cart_button {
  padding: 5px 18px 5px 22px !important;
}

.single-product
  .related.products
  .product.type-product:hover
  .product-image-wrapper
  img {
  transform: scale(1.05);
}

.single-product
  .related.products
  .product.type-product:hover
  .related-info-box {
  margin-top: -86px;
}

.single-product
  .related.products
  .product.type-product:hover
  .on-hover-add-to-cart-show {
  margin-bottom: 0;
  transition: 0.3s;
}

.single-product
  .related.products
  .product.type-product:hover
  .on-hover-add-to-cart-show {
  transform: translateY(80%);
}

.single-product
  .related.products
  .product.type-product:hover
  .on-hover-add-to-cart-show
  .quick-view--icon {
  animation: moveUp 0.5s forwards 0s;
}

.single-product
  .related.products
  .product.type-product:hover
  .on-hover-add-to-cart-show
  .add_to_cart_shop {
  animation: moveUp 0.5s forwards 0.1s;
}

.single-product
  .related.products
  .product.type-product:hover
  .on-hover-add-to-cart-show
  .quick-view--wishlist {
  animation: moveUp 0.5s forwards 0.2s;
}

.single-product .related.products .product.type-product .related-info-box {
  transition: 0.3s;
  z-index: 9;
}

.single-product .related.products .product.type-product {
  margin-bottom: -86px;
}

.price-add-to-cart-wrapper.bottom {
  display: none;
}

.single-product .woocommerce-message {
  top: 80px;
}

@media only screen and (max-width: 1200px) {
  .single-product .product_title.entry-title {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 16px;
  }

  .single-product .price-add-to-cart-wrapper {
    align-items: center;
  }

  .single-product .price-add-to-cart-wrapper .price span,
  .single-product .price-add-to-cart-wrapper .price bdi {
    font-size: 40px;
    line-height: 1;
    display: inline-block;
  }

  .single-product .summary.entry-summary {
    padding-left: 0;
  }

  div.quantity {
    width: 90px;
    height: 45px;
  }

  .woocommerce .quantity .qty {
    width: 30px;
  }

  .quantity__plus {
    padding-left: 5px;
  }

  .quantity__minus {
    padding-right: 5px;
  }

  .single-product .single_add_to_cart_button {
    font-weight: 500;
    height: 45px;
    letter-spacing: 2px;
  }

  .single-product .features-desc {
    font-size: 13px;
  }

  .single-product .features-img {
    width: 50px;
  }

  .single-product .related.products .product.type-product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: inherit;
  }

  .single-product
    .related.products
    .product.type-product:hover
    .related-info-box {
    margin-top: 0;
  }

  .single-product .related.products .product.type-product {
    margin-bottom: 0 !important;
  }

  .single-product .related.products .opacity-0 {
    opacity: 1;
  }

  .single-product .related.products .product.type-product .add_to_cart_button {
    letter-spacing: 2px !important;
    font-size: 11px !important;
  }

  /* .single-product .related.products .product.type-product .add_to_cart_button {
    padding: 5px 8px 5px 13px !important;
  } */

  .single-product .related.products .product.type-product .related-info-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .single-product .related.products .on-hover-add-to-cart-show {
    margin-top: 20px;
  }

  .single-product
    .related.products
    .product.type-product:hover
    .on-hover-add-to-cart-show {
    transform: none;
  }

  .single-product
    .related.products
    .product.type-product:hover
    .on-hover-add-to-cart-show
    .quick-view--icon,
  .single-product
    .related.products
    .product.type-product:hover
    .on-hover-add-to-cart-show
    .add_to_cart_shop,
  .single-product
    .related.products
    .product.type-product:hover
    .on-hover-add-to-cart-show
    .quick-view--wishlist {
    animation: none;
  }
  .single-product
    .related.products
    .product.type-product
    .on-hover-add-to-cart-show
    .quick-view--icon {
    animation: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .single-product
    .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images,
  .single-product .summary.entry-summary {
    width: 100% !important;
  }

  .single-product .price-add-to-cart-wrapper {
    justify-content: flex-start;
  }

  .single-product div.quantity {
    margin: 0 15px !important;
  }

  .single-product .product.type-product.product-type-simple {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .single-product .tabs-wrapper {
    flex-direction: column;
  }

  .single-product .woocommerce-Tabs-panel,
  .single-product .reviews-wrapper {
    max-width: 100%;
  }

  .single-product .review__header {
    margin: 40px 0;
    top: 0;
  }

  .single-product .review-box-1 {
    margin-left: 0;
  }

  .single-product .review-box {
    margin-right: 0;
  }
}

@media only screen and (max-width: 576px) {
  .single-product .features-box {
    width: 150px;
    margin-bottom: 20px;
  }

  .single-product .product-features {
    flex-wrap: wrap;
    justify-content: center;
  }

  .single-product .review__ocupation {
    display: none;
  }

  .single-product .related.products .slick-list {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }

  .single-product .product.type-product {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .single-product .related.products {
    padding-bottom: 0;
  }

  .price-add-to-cart-wrapper.bottom {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    left: 0;
    z-index: 10;
    transform: translateY(100%);
    transition: 0.3s;
    padding-left: 15px;
    padding-right: 15px;
  }

  .price-add-to-cart-wrapper.bottom.show {
    transform: translateY(0);
  }

  .price-add-to-cart-wrapper.bottom .single_add_to_cart_button.button {
    margin-top: 0;
  }

  .price-add-to-cart-wrapper.bottom .quantity {
    margin-left: 0 !important;
    width: 120px;
    justify-content: space-evenly;
  }
}

@media only screen and (max-width: 430px) {
  .single-product .single_add_to_cart_button.button {
    margin-top: 20px;
  }

  .single-product .price-add-to-cart-wrapper {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 329px) {
  .single-product .features-box:not(:last-child) {
    border: none;
  }
}

/* about */

.brand-slider .slick-slide {
  display: flex !important;
}

/* FAQ */

.faq-title {
  transition: 0.3s;
  outline: none;
}

.faq-title.active {
  color: #e65b5b;
  background-color: #fff1f1;
  border-color: #fff1f1;
}

.faq-title:focus {
  border-color: #ffb2b2;
}

.faq-title.active:focus {
  border-color: #fff1f1;
}

.faq-title::after {
  content: "";
  position: absolute;
  background: url(../../icons/chevron-down.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 24px;
  transition: 0.3s;
  transform: translateY(-50%);
}

.faq-title.active::after {
  transform: translateY(-50%) rotate(-180deg);
  background: url(../../icons/chevron-down-active.svg);
}

.faq-title.first-title::after {
  transition: 0s;
}

.faq-panel.active {
  border-color: #fff1f1;
}

/* mini-cart */
.wc-block-mini-cart__quantity-badge .wc-block-mini-cart__icon {
  display: none;
}

.wc-block-mini-cart__quantity-badge {
  background-image: url("../../icons/cart.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
}

/* .woocommerce-notices-wrapper {
  position: fixed;
  width: 100vw;
  bottom: 0;
  z-index: 9;
} */

.woocommerce-notices-wrapper .woocommerce-message {
  margin-bottom: 0;
}

.wc-block-components-drawer__content .wc-block-cart-item__total,
.wc-block-components-drawer__content
  .wc-block-components-product-metadata__description {
  display: none;
}

.wc-block-components-drawer__content .wc-block-cart-item__wrap {
  position: relative;
}

.wc-block-components-drawer__content .wc-block-cart-item__remove-link {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0 !important;
  text-decoration: none !important;
}

.wc-block-components-drawer__content
  .wc-block-cart-item__remove-link:hover::before {
  color: #ff6565;
}

.wc-block-components-drawer__content .wc-block-cart-item__remove-link:before {
  content: "x";
  font-size: 16px;
  transition: 0.3s;
  font-weight: 600;
}

.wc-block-components-drawer__content .wc-block-mini-cart__footer-actions {
  flex-direction: column;
}

.wc-block-mini-cart__footer-actions a {
  background-color: #231942 !important;
  color: #fff !important;
  transition: 0.3s !important;
}

.wc-block-mini-cart__footer-actions a:hover {
  background-color: #ff6565 !important;
}

.wc-block-mini-cart__items {
  padding: 50px 50px 102px !important;
}

.wc-block-cart-item__image img {
  height: 85px;
  object-fit: cover;
  border: 1px solid #eee;
  padding: 2px;
}

table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__wrap
  > * {
  margin-bottom: 5px !important;
}

/* cart */

section.cart {
  padding-bottom: 100px;
}

.woocommerce-cart table.cart {
  border-width: 1px 0 1px 1px;
  border: 1px solid #e5e5e5;
}

.woocommerce-cart table.cart td:not(:last-child),
.woocommerce-cart table.cart th:not(:last-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.5em;
  border-bottom: none;
  font-size: 15px;
  text-align: center;
  border-right: 1px solid #e5e5e5;
}

.woocommerce-cart table.cart th:not(:last-child) {
  border-top: none;
}

.woocommerce-cart table.cart th {
  text-align: center;
}

.woocommerce-cart table.cart .product-thumbnail img {
  height: 90px;
  width: 75px;
  object-fit: cover;
  margin: 0 auto;
}

.woocommerce-cart table.cart .product-thumbnail {
  padding-top: 20px;
  padding-bottom: 20px;
}

.woocommerce-cart table.cart .product-remove a {
  color: #000 !important;
  margin: 0 auto;
  transition: 0.3s;
}

.woocommerce-cart table.cart .product-remove a:hover {
  color: #ff6565 !important;
  background-color: transparent;
}

.woocommerce-cart table.cart .quantity {
  width: 170px;
  height: 50px;
  font-size: 13px;
  border: 1px solid #eee;
  box-shadow: inset 0 0 6px 0 #00000017;
  border-radius: 50px;
  color: #231942;
  font-weight: 700;
  padding: 0 55px;
  text-align: center;
  margin: 0 auto;
}

.woocommerce .cart-collaterals {
  display: flex;
}

.woocommerce .cart-collaterals .cart_totals {
  padding: 33px 30px 35px;
  background: #f9f9f9;
}

.woocommerce .cart-collaterals .cart_totals h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 4px;
  padding: 0 0 10px;
  text-transform: uppercase;
}

.woocommerce .cart-collaterals .cart_totals table {
  border-right-width: 0;
  border-left-width: 0;
}

.woocommerce .cart-collaterals .cart_totals table .cart-subtotal td,
.woocommerce .cart-collaterals .cart_totals table .order-total td {
  text-align: right;
}

.woocommerce .cart-collaterals .coupon {
  width: 52%;
}

.select2-container--default .select2-selection--single {
  height: 48px;
  display: block;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 48px;
  display: block;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 9px;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout a,
.woocommerce-cart .return-to-shop a {
  text-transform: uppercase;
  color: #fff;
  background-color: #ff6565 !important;
  transition: 0.3s;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout a:hover,
.woocommerce-cart .return-to-shop a:hover {
  background-color: #000 !important;
  color: #fff;
}

section.cart .woocommerce-notices-wrapper {
  display: none;
}

.woocommerce-cart .cart-empty {
  background-color: transparent;
  border: none;
  text-align: center;
  font-size: 18px;
  color: #000;
  padding-top: 150px;
}

.woocommerce-cart .cart-empty:before {
  font-family: unset !important;
  background-image: url("../../images/Screenshot-2024-01-24-at-16.47.45.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 150px;
  width: 100%;
  font-size: 0 !important;
  z-index: -1;
}

.woocommerce-cart .return-to-shop {
  text-align: center;
}

.woocommerce-cart .return-to-shop a {
  padding: 20px;
  margin-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
  .woocommerce .cart-collaterals {
    flex-direction: column;
  }

  .woocommerce .cart-collaterals .coupon {
    width: 100%;
  }

  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: block;
  }

  .woocommerce-page table.cart .product-thumbnail::before {
    display: none;
  }

  .woocommerce-cart table.cart .product-remove a {
    margin: 0;
    width: 100%;
    text-align: right;
  }

  .woocommerce-cart table.cart .product-quantity {
    display: flex;
    justify-content: space-between;
  }

  .woocommerce-cart table.cart .quantity {
    margin: 0;
  }
}

/* checkout page */

.container.checkout {
  padding-bottom: 80px;
}

.woocommerce-checkout .woocommerce form .form-row input.input-text {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #e8e8e8;
  color: #626262;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  transition: 0.3s;
}

.woocommerce-checkout .woocommerce form .form-row input.input-text:focus,
.woocommerce-checkout .woocommerce form .form-row textarea:focus {
  border-color: #000;
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  transition: 0.3s;
}

.woocommerce-checkout
  .select2-container--default
  .select2-selection--single:focus,
.woocommerce-checkout,
.woocommerce-checkout
  .select2-container--default
  .select2-selection--single:focus {
  border-color: #000 !important;
}

.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single[aria-expanded="true"] {
  border-color: #000 !important;
}

.woocommerce-checkout .woocommerce form .form-row textarea {
  border: 1px solid #e8e8e8;
  padding: 20px;
  min-height: 120px;
  transition: 0.3s;
}

.woocommerce-checkout #ship-to-different-address span {
  font-size: 16px;
}

.woocommerce-checkout .col-2 {
  border: 2px solid rgba(52, 53, 56, 0.1);
  margin-bottom: 50px;
  padding: 48px 50px 54px;
  position: relative;
}

.woocommerce-checkout .woocommerce table.shop_table {
  border: none;
}

.woocommerce-checkout .woocommerce table.shop_table .product-total,
.woocommerce-checkout .woocommerce table.shop_table .cart-subtotal td,
.woocommerce-checkout .woocommerce table.shop_table .order-total td {
  text-align: right;
}

.woocommerce-checkout .form-row.place-order #place_order {
  display: block;
  text-align: center;
  border-radius: 0;
  padding: 18px 20px 16px;
  margin-top: 32px;
  font-size: 16px;
  background-color: #ff6565;
  border-color: #ff6565;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.3s;
}

.woocommerce-checkout .form-row.place-order #place_order:hover {
  background-color: #000;
}

@media only screen and (max-width: 1024px) {
  .woocommerce-checkout .col-1,
  .woocommerce-checkout .col-2 {
    width: 100% !important;
  }

  .woocommerce-checkout .col-2 {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 567px) {
  .woocommerce-checkout .col-2 {
    padding: 10px;
  }
}

.woocommerce-order {
  padding-bottom: 80px;
}

.woocommerce-order
  .woocommerce-notice--success.woocommerce-thankyou-order-received {
  margin-bottom: 60px;
  font-size: 36px;
  text-align: center;
}

.woocommerce-order .woocommerce-thankyou-order-details.order_details {
  display: flex;
}

.woocommerce-order .woocommerce-thankyou-order-details.order_details li {
  width: 100%;
}

.woocommerce-order h2 {
  font-size: 32px;
}

/* .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td {
text-align: right;
} */

.woocommerce-order .col-2 {
  padding: 0;
  border: none;
}

@media only screen and (max-width: 1024px) {
  .woocommerce-order .woocommerce-thankyou-order-details.order_details {
    display: flex;
    flex-wrap: wrap;
  }

  .woocommerce-order .woocommerce-thankyou-order-details.order_details li {
    width: unset;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce-order .woocommerce-thankyou-order-details.order_details li {
    border-right: none;
  }

  .woocommerce-order
    .woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 32px;
  }
}

/* footer */

.payment-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 10px;
  align-items: center;
  justify-items: center;
  padding-top: 50px;
}

.payment-box img {
  max-width: 40px; /* Po potrebi, ograničite širinu slika */
  height: auto;
}

@media only screen and (max-width: 767px) {
  footer #menu-primary-menu {
    flex-direction: column;
  }

  .payment-box {
    padding-top: 0;
    max-width: 350px;
  }
}

.home-product .product-image-wrapper img {
  transition: 0.3s;
}

.home-product:hover .product-image-wrapper img {
  transform: scale(1.05);
}

/* breadcrump */

.testimonials .slick-dots {
  bottom: 100px;
}
.quick-view__close {
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #c8c8c8;
  background-image: none;
  font-size: 22px;
  padding: 10px;
  line-height: 1;
  border-radius: 0 0 60px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 45px;
  height: 45px;
  text-align: left;
}
.latest-products-element:hover .quick-view-product {
  opacity: 1;
  display: block;
  transition: 0.3s;
}
.latest-products-element .quick-view-product:hover {
  background-color: transparent !important;
  color: #000 !important;
  transition: 0.3s !important;
}
.quick-view_popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  max-height: 100lvh;
  transition: 0.3s;
  margin: 0 auto;
  display: none;
  opacity: 0;
  background-color: #fff;
}

@media only screen and (min-width: 1024px) {
  .quick-view_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    /* transform: translate(-50%, -50%); */
    max-width: 1180px;
    max-height: 620px;
    transition: 0.3s;
    margin: 0 auto;
    display: none;
    opacity: 0;
    background-color: #fff;
  }
}

#product-modal::after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 999;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.product-modal--active {
  display: grid !important;
  opacity: 1 !important;
  opacity: 0;
  overflow: scroll;
  z-index: 9999;
  transition: 0.3s;
  animation: moveUpPopup 0.5s forwards 0s;
}
@media only screen and (min-width: 1024px) {
  .product-modal--active {
    animation: moveDown 0.5s forwards 0s;
  }
}
@keyframes moveUpPopup {
  from {
    opacity: 0;
    transform: translate(-50%, 0%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes moveDown {
  from {
    opacity: 0;
    transform: translate(-50%, -70%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
#product-modal .product-arrows-quantity {
  align-items: unset !important;
}

.single_add_to_cart_button svg {
  display: none;
}
.quick-view-qty svg path {
  fill: #7b7979;
}
.quick-view-qty {
  margin-bottom: 32px;
}
.quick-view-qty button {
  background: #fff;
  border: 1px solid #09334a;
  height: 36px;
  display: flex;
  align-items: center;

  padding: 5px 10px;
  cursor: pointer;
  color: #09334a;
}
.quick-view-qty input {
  width: 32px !important;
  height: 36px !important;
}
.quick-view-qty #quantity {
  border-left: 0 !important;
  border-right: 0 !important;
  text-align: center;
  border-top: 1px solid #09334a;
  border-bottom: 1px solid #09334a;
}
.qty-subtitle {
  font-size: 16px;
  margin-bottom: 10px;
  color: #09334a;
}
.view__permalink-btn {
  background-color: transparent !important;
  width: 100%;
  display: block;
  text-decoration: unset;
  text-align: center;
  border: 1px solid #09334a !important;
  transition: 0.3s;
  padding: 15px 20px;
  color: #09334a !important;
}
.view__permalink-btn:hover {
  background-color: #09334a !important;
  color: #fff !important;

  transition: 0.3s;
}
.quick-view_popup .slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.pro-qty {
  display: inline-block;
  position: relative;
}
.pro-qty input {
  width: 170px;
  height: 50px;
  font-size: 13px;
  border: 2px solid #e63946;
  border-radius: 50px;
  color: #231942;
  font-weight: 700;
  padding: 0 55px;
  text-align: center;
}
.pro-qty .qty-btn {
  cursor: pointer;
  position: absolute;
  line-height: 21px;
  color: #555;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  width: 53px;
  text-align: center;
  transition: all 0.5s ease 0s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pro-qty .dec {
  left: 0;
  border-right: 1px solid #cdcdcd;
  padding-left: 5px;
  line-height: 22px;
}
.pro-qty .inc {
  right: 0;
  border-left: 1px solid #cdcdcd;
  padding-right: 5px;
}
mark,
ins {
  background: unset !important;
}
#product-image {
  max-height: 560px;
  object-fit: cover;
}
