header {
  border-bottom: 1px solid #f1f1f1;
  background-color: #fff;
  margin-bottom: 30px;
}
body {
  font-family: Gilroy;
  margin: auto;
  background: #fbfbfb;
  font-size: 17px;
}
textarea {
    resize: vertical;
}
a, p {
  text-decoration: none;
  outline: none; 
  margin: 0;
}
a:hover {
  text-decoration: none;
}
h1 {
  font-size: 30px;
  margin: 30px 0px 20px 0px;
  word-wrap: break-word;
}
delivery {
  display: block;
  padding: 15px;
  margin: 10px 0;
  background-color: #e9eed9;
  border-radius: 8px;
  color: #212020;
}
attention {
  display: block;
  padding: 15px;
  margin: 10px 0;
  background-color: #f6f5de;
  border-radius: 8px;
  color: #212020;
}
button, input, select {
  font-family: Gilroy;
}
select {
    color: #111;
  }
.header_container {
  display: flex;
  height: 70px;
  max-width: 1000px;
  margin: auto;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
}
.logo {
	max-width: 210px;
}
.image {
	width: 100%;
}
.header_content_right {
	display: flex;
  align-items: center;
  gap: 15px;
}
.search_container {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 360px;
  border-radius: 8px;
  outline: 1px solid #b8b8b8;
}

.search_container input[type="text"] {
  height: 100%;
  width: 290px;
  padding: 10px;
  border: 0;
  font-size: 16px;
  outline: none;
  border-radius: 8px 0px 0px 8px;
}

.search_icon {
  position: relative;
  padding: 9px;
  background-color: #fff;
  border-radius: 0px 8px 8px 0px;
}
.search_icon::before {
  content: "";
  display: block;
  height: 18px;
  width: 1px;
  position: absolute;
  left: 0;
  background-color: #b8b8b8;
  z-index: 10;
}
.icon {
  width: 16px;
}
.img_category {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.btn {
  font-size: 16px;
  text-decoration: none;
  background: #e7e7e7;
  padding: 0px 16px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  color: #111;
  border-radius: 8px;
  transition: .3s;
  column-gap: 5px;
  cursor: pointer;
  outline: 1px solid #b8b8b8;
}
.container {
  max-width: 1000px;
  padding: 10px;
  margin: auto;
}
.category_item {
  display: flex;
  width: 30%;
  background: white;
  padding: 0 10px;
  align-items: center;
  gap: 15px;
  border: 1px solid #b8b8b84f;
  border-radius: 8px;
  height: 60px;
  transition: .3s;
}
.subcategory_item {
  display: flex;
  width: 22%;
  background: white;
  padding: 0 10px;
  align-items: center;
  gap: 15px;
  border: 1px solid #b8b8b84f;
  border-radius: 8px;
  height: 60px;
  transition: .3s;
}
.category_item:hover {
  border: 1px solid #b8b8b8b3;
}
.subcategory_item:hover {
  border: 1px solid #b8b8b8b3;
}
.image_cat {
  width: 70px;
  height: 45px;
}
.cat_items {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.category_title {
  font-weight: 600;
  color: #3c8ace;
}
.product_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1%;
  row-gap: 10px;
  margin-top: 30px;
}
.product_card {
  width: 20%;
  background: white;
  padding: 20px;
  border: 1px solid #b8b8b84f;
  transition: all .3s;
  border-radius: 8px;
}
.product_card:hover {
  border: 1px solid #b8b8b8b3;
}
.product_card_image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}
.product_title {
  color: #111;
  font-size: 18px;
  font-weight: 600;
  transition: all .3s;
  height: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 15px 0;
}
.product_title:hover {
  color: #fb1940;
}
.product_btn {
  display: flex;
  width: auto;
  padding: 8px;
  margin-top: 20px;
  color: #fff;
  font-size: 16px;
  justify-content: center;
  font-weight: 500;
  border-radius: 8px;
  border: 0;
  background: #427ecd;
  grid-gap: 5px;
  cursor: pointer;
  opacity: 1;
  transition: all .3s ease;
  font-family: Gilroy;

}
.product_btn:hover {
  background: #1b65c5;
  color: #fff;
}
.product_btn_img {
  width: 20px;
}
.product_price {
  display: flex;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 14px 8px 14px;
  border-radius: 16px;
  background: #e5e5e5;
  width: fit-content;
  color: #111;
  grid-gap: 5px;
  align-items: center;
}
.list_curr {
  font-size: 14px;
  font-weight: 500;
}
.list_curr_discount {
  font-size: 14px;
  font-weight: 500;
  text-decoration: line-through;
  color: #fb1940;
  opacity: 0.9;
}
.slider-container {
  max-width: 1000px;
  position: relative;
  margin: 0px 0px 40px 0px;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: #ffffff80;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 1px solid #333;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev {
  background-image: url("../images/svg/back.svg");
}

.swiper-button-next {
  background-image: url("../images/svg/right.svg");
}

.slider-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}
.img_slider {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 8px;
}
.slider-buttons {
  display: flex;
  align-items: center;
}
.card {
  min-height: 300px;
  color: #111;
  font-size: 16px;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
  width: fit-content;
  border-radius: 0px 6px 6px 0px;
  padding: 2px;
}
.swiper-pagination {
  background: #fbfbfbba;
}
.footer {
  background-color: #fff;
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #f1f1f1;
  margin-top: 70px;
}
.footer_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo_footer {
  width: 170px;
}
.footer_links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer_links li {
  display: inline;
  margin-right: 20px;
}
.footer_links li:last-child {
  margin-right: 0;
}
.footer_links li a {
  text-decoration: none;
  color: #111;
}
.footer_links li a:hover {
  color: #666;
}
.footer_copyright {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.copyright_logo {
  background: url(../images/svg/copyright.svg) no-repeat;
  width: 101px;
  height: 31px;
  transition: all .3s;
}
.copyright_logo:hover {
  background: url(../images/svg/copyright_hover.svg) no-repeat;
}
.breadcrumbs_container {
  display: flex;
  grid-gap: 10px;
  align-items: center;
  justify-content: flex-start;
}
.breadcrumbs_main {
  font-weight: 600;
  color: #427ecd;
  font-size: 16px;
}
.breadcrumbs_cat {
  font-size: 14px;
  font-weight: 500;
  color: #111;
}
.icon_breadcrumbs {
  width: 8px;
}
.product_container {
  display: flex;
  justify-content: space-between;
}
.product_images {
  width: 45%;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  justify-content: space-between;
}
.product_price_block {
  width: 51%;
}
.product_main_image {
  display: flex;
  position: relative;
  height: 76%;
}
.product_card_main_image {
  width: 300px;
  object-fit: cover;
  border-radius: 8px;
  height: 300px;
  margin: auto;
}
.main_image_container {
  width: 100%;
}
.image_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(9px);
}
.product_card_sub_image {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  margin: auto;
  height: 85px;
}
.slider_main {
  margin: 10px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
  border-radius: 8px;
}
.sub_images_items {
  width: 20%;
}
.description {
  display: none;
  width: 100%;
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  outline: 1px solid #ededed;
  box-sizing: border-box;
  transition: all .3s;
  word-wrap: break-word;
}
.desc_title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}
.desc_text {
  line-height: 26px;
  width: 100%;
}
.desc_container {
  display: flex;
  gap: 15px;
  margin: 30px 0px 30px 0px;
}
.last_sales_item {
  width: 19%;
  background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
  border-radius: 8px;
  transition: all .3s;
  border: 1px solid #b8b8b84f;
}
.last_sales_item:hover {
  border: 1px solid #b8b8b8b3;
}
.last_sales_title {
  display: flex;
  grid-gap: 10px;
  font-weight: 600;
  align-items: center;
  font-size: 18px;
  color: #427ecd;;
}
.last_sales_item_image {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  height: 200px;
}
.last_sales_image {
  display: flex;
}
.icon_last_sales {
  width: 20px;
}
.last_sales_container {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
}
.reviews_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.review_type {
  margin-right: 15px;
}
.review_item {
  width: 80%;
  font-size: 17px;
}
.review_title {
  color: #2acd2a;
  font-weight: 600;
}

.bad {
  color: #ff4343;
  font-weight: 600;
}
.icon_review {
  width: 27px;
}
.review_date {
  color: #959595;
  display: flex;
  font-size: 14px;
  width: 15%;
  justify-content: flex-end;
}
.reviews_rows {
  width: 100%;
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  outline: 1px solid #ededed;
  box-sizing: border-box;
  transition: all .3s;
}
.reviews_flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.desc_title_color {
  font-size: 22px;
  font-weight: 600;
  color: #9f9f9f;
  cursor: pointer;
}
.active {
  display: flex;
}
.active-title {
  color: #111;
}
.search_content {
  display: none;
  position: absolute;
  top: 75px;
  width: 505px;
  background: white;
  border-radius: 8px;
  z-index: 999;
  outline: 1px solid #b8b8b8;
}
.search_image {
  width: 42px;
  height: 42px;
}
.search_item {
  display: flex;
  gap: 10px;
  padding: 10px;
  align-items: center;
  justify-content: space-between;
}
.img_search {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.search_item_title {
  width: 65%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #111;
}
.search_form {
  display: flex;
}
.review_more {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.seller_comment {
  width: max-content;
  background: #fbfbfb;
  border-radius: 8px;
  padding: 10px;
  margin-top: 8px;
  max-width: 50%;

  .seller_comment_title {
    display: flex;
    font-weight: 600;
    font-size: 16px;
    align-items: center;
    gap: 5px;
  }
}
.icon_seller {
  width: 18px;
}
.seller_answer {
  font-weight: 400;
  font-size: 17px;
  margin-top: 5px;
}
.review_content {
  margin-top: 5px;
}
.image_container {
  position: relative;
}
.discount_sale {
  background: #f25b25;
  padding: 3px 6px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.filter_category {
  border: 1px solid #b8b8b84f;
  padding: 10px 15px;
  border-radius: 8px;
  margin-top: 25px;
  font-size: 15px;
  height: 42px;
}
.search_error {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px;
}
.no_items_search {
  justify-content: flex-start;
}
.no_items_search_image {
  width: 25px;
  height: 28px;
}
.title_sales {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.discount_info_container {
  display: flex;
  position: absolute;
  left: 8px;
  top: 8px;
  column-gap: 5px;
}
.label_container {
  background: #26a931;
  padding: 3px 6px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.label_container.top {
  background: #9715e5;
}
.label_container.sale {
  background: #e12c2c;
}
.desc_text_important {
  display: flex;
  gap: 10px;
  align-items: center;
}
.icon_discount {
  width: 20px;
}
.out_stock {
  display: flex;
  width: 100%;
  background-color: white;
  padding: 5px 15px;
  border-radius: 8px;
  outline: 1px solid #ededed;
  box-sizing: border-box;
  transition: all .3s;
  word-wrap: break-word;
}
#scrollToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: #e7e7e7;
  color: #000;
  font-weight: 600;
  padding: 8px 15px;
  font-size: 18px;
  border-radius: 8px;
  cursor: pointer;
  z-index: 1000;
  border: 1px solid #b8b8b8;
}

#scrollToTopBtn:hover {
  background-color: #dfdfdf;
}
.banner_main {
  display: flex;
  object-fit: cover;
  margin-top: 60px;
}
.img_banner {
  width: 100%;
  border-radius: 8px;
}
.error_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 75px;
    min-height: 560px;
}
.error_title {
    font-size: 49px;
}

.digiseller-calc-points+.digiseller-calc-hint.digiseller-calc-hint-error {
    width: auto;
    left: 0;
}
.product_btn_card {
    display: flex;
    width: auto;
    padding: 8px;
    color: #fff;
    font-size: 16px;
    justify-content: center;
    font-weight: 500;
    border-radius: 8px;
    border: 0;
    background: #75b022;
    grid-gap: 5px;
    cursor: pointer;
    opacity: 1;
    transition: all .3s ease;
    font-family: Gilroy;
    height: 40px;
    align-items: center;

}