﻿:root {
  --text-color: #181818;
  --top-color: #E61D2A;
}

main {
  max-width: 1300px;
}

body {
  font-family: "Inter", sans-serif;
  background-color: white;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: grab;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  width: 500px;
  height: 500px;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

thumb {
  display: flex !important;
  flex-direction: column !important;
  height: 1000px;
}

thumbSwiper {
  height: 100% !important;
}

/*--------------GO-BACK------------*/
.product-list-home {
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 2rem;
}

.last-category-link {
  background-color: #fee715;
  border-radius: 5px;
  padding: 8px 16px;
}

@media (max-width: 1440px) {
  .last-category-link {
    margin-left: 15px;
  }
}
@media (max-width: 1280px) {
  .last-category-link {
    margin-left: 100px;
  }
}
.page-container {
  margin: 0 auto;
  max-width: 1300px;
  margin-top: 1rem;
  justify-content: space-between;
}

@media (max-width: 1280px) {
  .product-list-header {
    padding-left: 100px;
  }
  .product-list-home {
    max-width: 1080px;
  }
  .back {
    padding-left: 22px;
  }
}
.card-button-pro {
  width: 300px;
  height: 69px;
  background: #fee715;
  border-radius: 48px;
  border: none;
}

.container-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin-top: 1rem;
}

@media (max-width: 1080px) {
  .container-item {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .os-info {
    width: 90% !important;
  }
  .product-info {
    flex-direction: column;
  }
  .product-info-more {
    border-bottom: 1px solid rgb(243, 243, 243);
    margin-bottom: 2rem;
    padding-left: 0rem !important;
  }
}
.icon-wraper {
  height: 22px;
  width: 22px;
}

.quantity-price-container {
  display: flex;
  justify-content: space-between;
}

.os-info {
  width: 420px;
  min-width: 300px;
  display: inline-block;
}

.container-info {
  border: none;
  filter: none;
}
.container-info h1 {
  font-size: 28px;
  margin-bottom: 12px;
  font-family: "Inter";
  font-weight: bold;
}

.id-holder {
  margin-bottom: 0px;
  font-family: inherit;
  margin-left: 1rem;
}

.prices-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.prices-wrap .discount-amount {
  color: #E71717;
}
.prices-wrap .old-price-pro {
  font-size: 16px;
  font-family: Inter;
  color: #808080;
  margin: 0px;
  text-decoration: line-through;
}
.prices-wrap .new-price-pro {
  font-size: 28px;
  font-family: Inter;
  color: #212529;
  font-weight: 600;
  margin: 0px;
}

.icons img {
  cursor: pointer;
}

.icons p {
  width: fit-content;
  display: inline-block;
  margin-left: 10px;
  margin-top: 2px;
  font-family: inherit;
}

.icons-m {
  margin-bottom: 25px;
}

.kolica {
  margin: 0px 0px 20px 55px;
}

.card-button-pro p {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.cart-wrapper-pro {
  width: 100%;
  margin-top: 14px;
}

.container-group {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  width: 100%;
}

.product-files-box {
  margin-top: 1rem !important;
}
.product-files-box .icons img {
  width: 24px;
  height: 24px;
}

.sub-container {
  /*width: 50%;*/
  display: flex;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #F0F0F0;
  gap: 1rem;
}
.sub-container img {
  padding-left: 16px;
}

.delivery-time {
  height: 60px;
  width: 99% !important;
}

.sub-info {
  flex-direction: column !important;
  text-align: left;
  align-items: flex-start;
  padding: 7px 16px;
}
.sub-info ul {
  font-size: 16px;
  list-style-type: unset;
  padding-left: 1rem !important;
}
.sub-info ul li {
  padding: 4px;
}

.cart-button-active {
  background-color: white;
  border: 3px solid black;
}

.product-quantity {
  margin-bottom: 1rem;
}

.cart-button-pro {
  width: 100%;
  height: 60px;
  border: none;
  background-color: #fee715;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.cart-button-pro .add-to-cart-area {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 67%;
}
.cart-button-pro p {
  width: 50%;
  font-size: 18px;
  font-family: inherit;
  font-weight: 600;
}
.cart-button-pro img {
  width: 28px;
  height: 28px;
  margin-left: 18px;
  padding-right: 30px;
}
.cart-button-pro:hover {
  background: #f0d90c !important;
}
.cart-button-pro .counter {
  border-radius: 3px !important;
  border: none;
  height: 46px;
  width: 132px;
  margin-left: 3px;
  background-color: white !important;
}

.thumbSwiper {
  height: 100%;
  width: 250px;
}
.thumbSwiper .slideThumb {
  width: 134px;
  height: 134px !important;
  border: 1px solid #F0F0F0;
  border-radius: 5px;
  cursor: pointer;
}
.thumbSwiper .slideThumb img {
  object-fit: contain;
  width: 70%;
}

@media (max-width: 1440px) {
  .thumbSwiper {
    padding-left: 10px;
  }
}
@media (max-width: 1280px) {
  .thumbSwiper {
    padding-left: 32px;
  }
}
.photo-holder {
  width: 700px;
  height: 500px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.photo-info {
  width: 80%;
  border-radius: 30%;
}

.thumb {
  height: 200px;
}

.product-info {
  border: 1px solid #F1F1F1;
  margin: 0 auto;
  margin-bottom: 28px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.0392156863);
  border-radius: 5px;
}

.info-top-bar {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 18px;
}
.info-top-bar .discount-sticker {
  background-color: #E71717;
  color: white;
  font-weight: normal;
  padding: 6px 10px;
}

.product-info-more {
  width: fit-content;
}

.declaration {
  display: flex;
  flex-direction: column;
}

.product-info-more p {
  margin-bottom: 0px;
}

.product-info-more h2 {
  margin-bottom: 1rem;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
}

.product-info-more-spec h2 {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 24px;
}

.green-dot {
  background-color: green;
  width: 13px;
  height: 13px;
  border-radius: 50px;
  display: inline-block;
  margin-right: 1rem;
}

.red-dot {
  background-color: red;
  width: 13px;
  height: 13px;
  border-radius: 50px;
  display: inline-block;
  margin-right: 1rem;
}

.indikator-stanja {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  font-size: 12px;
}

.brand-tag {
  margin-left: 1rem;
}

/*===========image slider========*/
.photo-holder {
  margin-right: 4rem;
  width: 700px;
  height: 500px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.product__images {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
}

.product__slider::-webkit-scrollbar {
  width: 8px;
  background-color: transparent !important;
}

.product__slider::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0) !important;
}

.product__slider::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}

.product__main-image {
  width: 500px;
  height: 500px;
  object-fit: contain;
  cursor: pointer;
  margin-bottom: 2rem;
}

.product__slider-wrap {
  max-width: 500px;
  min-height: 100px;
  display: flex;
  align-items: center;
}

.product__slider {
  width: 150px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  margin-right: 4rem;
  overflow-y: auto;
  height: 500px;
  scrollbar-color: rgba(255, 255, 255, 0) white;
  scrollbar-width: none !important;
}

@media (max-width: 824px) {
  .product__images {
    flex-direction: column;
  }
  .product__slider {
    flex-direction: row;
    overflow-x: unset;
  }
}
.product__image {
  width: 100px;
  height: 100px;
  object-fit: contain;
  cursor: pointer;
  opacity: 0.5;
  margin: 1rem;
  padding: 1rem;
}
.product__image:hover {
  opacity: 1;
}

.product__image--active {
  opacity: 1;
  border-left: 2px solid #fee715;
}

.product__slider::-webkit-scrollbar {
  height: 10px;
}
.product__slider::-webkit-scrollbar-thumb {
  background-color: #f9564f;
  border-radius: 50px;
}

/*tabs*/
.tab-wrap {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
  background-color: #fff;
  margin: 40px 0;
  border-radius: 5px;
  border: 1px solid #F0F0F0;
}

.tab {
  display: none;
}
.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
  opacity: 1;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
  opacity: 1;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
  opacity: 1;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:first-of-type:not(:last-of-type) + label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tab:not(:first-of-type):not(:last-of-type) + label {
  border-radius: 0;
}
.tab:last-of-type:not(:first-of-type) + label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tab:checked + label {
  background-color: #fff;
  box-shadow: 0 -1px 0 #fff inset;
  cursor: default;
}
.tab:checked + label:hover {
  box-shadow: 0 -1px 0 #fff inset;
  background-color: #fff;
}
.tab + label {
  box-shadow: 0 -1px 0 #eee inset;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #333;
  flex-grow: 3;
  text-align: center;
  background-color: #f2f2f2;
  user-select: none;
  text-align: center;
  height: 50px;
  box-sizing: border-box;
  padding: 15px;
}
.tab + label:hover {
  background-color: #f9f9f9;
  box-shadow: 0 1px 0 #f4f4f4 inset;
}
.tab__content {
  padding: 10px 25px;
  background-color: transparent;
  position: absolute;
  width: 92%;
  z-index: -1;
  opacity: 0;
  left: 0;
  transform: translateY(-3px);
  border-radius: 5px;
}

ol {
  padding: 0;
  margin: 1rem;
}

.ol-no-numbers {
  list-style-type: none !important;
}

/*specs table*/
.specs-table td {
  border-bottom: 1px solid #a6a6a6;
  padding: 0.6rem;
}
.specs-table .spec-name {
  background-color: rgb(243, 243, 243);
}

.lightbox {
  margin-top: 50px !important;
}
