@charset "UTF-8";
.category_sort .top {
  text-align: center;
}

.category_sort .top .product_img a {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.category_sort .top .product_img a img {
  max-height: 150px;
  width: auto;
  height: auto;
  max-width: 100%;
}

.category_sort .top .content_product_home .title {
  padding: 14px 0;
  text-align: center;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  display: inline-block;
}

.recommended_in_category {
  margin-bottom: 23px;
}

.recommended_in_category .title {
  font-size: 20px;
  line-height: 24px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  background: #Fff;
  border: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  margin-bottom: 16px;
}

.recommended_in_category .title .mini {
  font-size: 14px;
}

.recommended_in_category .title.hide .mini {
  font-size: 0;
}

.recommended_in_category .title.hide .mini:after {
  content: "Rozwiń";
  font-size: 14px;
}

.recommended_in_category .recomm_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow-x: auto;
  padding: 10px;
}

.recommended_in_category .recomm_list::-webkit-scrollbar {
  background-color: #fff;
  width: 16px;
}

.recommended_in_category .recomm_list::-webkit-scrollbar-track {
  background-color: #fff;
}

.recommended_in_category .recomm_list::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
  border: 4px solid #fff;
}

.recommended_in_category .recomm_list::-webkit-scrollbar-button {
  display: none;
}

@media (max-width: 991px) {
  .recommended_in_category .recomm_list {
    padding: 0;
  }
}

.recommended_in_category .product_tiny {
  height: 100%;
  width: 191px;
  min-width: 191px;
  margin-right: 10px;
}

.recommended_in_category .product_tiny .top {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
}

.recommended_in_category .product_tiny .product_img a {
  height: auto;
  width: 100%;
  display: inline-block;
}

.recommended_in_category .product_tiny .product_img a.img_hover {
  text-align: center;
  padding: 34px 14px 6px;
}

.recommended_in_category .product_tiny .product_img a.img_hover img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 126px;
}

.recommended_in_category .product_tiny .product_img a.title {
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  padding: 0 14px;
  color: #000;
  text-transform: none;
  margin-bottom: 14px;
}

.recommended_in_category .product_tiny .content_product_home {
  padding: 0 14px 13px;
}

.recommended_in_category .product_tiny .content_product_home .price_block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
}

.recommended_in_category .product_tiny .content_product_home .price_block span {
  display: inline-block;
  width: 100%;
  line-height: 1;
  font-weight: 500;
}

.recommended_in_category .product_tiny .content_product_home .price_block span.price {
  font-size: 20px;
  color: #000;
}

.recommended_in_category .product_tiny .content_product_home .price_block span.sale_price {
  font-size: 14px;
  text-decoration: line-through;
  color: #868686;
  margin: 0;
}

.shop {
  padding: 40px 0;
}

.shop .heading {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .shop .heading {
    flex-direction: column;
    align-items: flex-start;
  }
}

.shop .heading h1 {
  margin-right: 12px;
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 0;
  text-align: left;
  font-family: 'Lato', sans-serif;
}

.shop .heading .results_count {
  font-size: 18px;
  line-height: 1;
  color: #6A6A6A;
  margin-bottom: 0;
}

.shop .sidebar {
  background: #FAFAFA;
  border-radius: 11px;
  padding: 20px 15px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .shop .sidebar {
    display: none;
  }
  .shop .sidebar.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    z-index: 500;
    background: #fff;
    padding: 20px 40px;
  }
}

.shop .sidebar .close_btn {
  display: none;
}

@media (max-width: 991px) {
  .shop .sidebar .close_btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    position: fixed;
    top: 20px;
    right: 20px;
  }
}

.shop .sidebar .close_btn .close_sidebar {
  display: inline-block;
  margin-left: auto;
  margin-bottom: 20px;
}

.shop .sidebar .close_btn .close_sidebar svg {
  width: 15px;
  height: auto;
}

.shop .sidebar .sidebar_card {
  margin-bottom: 10px;
}

.shop .sidebar .sidebar_card .btn {
  width: 100%;
}

.shop .sidebar .sidebar_card .filter_picked_holder .picked-filter-item {
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.shop .sidebar .sidebar_card .filter_picked_holder .picked-filter-item span {
  font-size: 12px;
  line-height: 1;
}

.shop .sidebar .sidebar_card .filter_picked_holder .picked-filter-item button {
  background: none;
  color: #000;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
}

.shop .sidebar .sidebar_card .filter_picked_holder .picked-filter-item button svg {
  width: 10px;
  height: 10px;
}

.shop .sidebar .sidebar_card .filter_picked_holder .picked-filter-item button svg path {
  stroke: #000;
  stroke-width: 1px;
}

.shop .sidebar .sidebar_card .clear-filters {
  width: 100%;
  display: inline-block;
  color: #E31E24;
  font-size: 12px;
  text-align: right;
}

.shop .sidebar .sidebar_card .sidebar_card_header {
  position: relative;
}

.shop .sidebar .sidebar_card .sidebar_card_header p {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  cursor: pointer;
  color: #000;
  margin-bottom: 14px;
}

.shop .sidebar .sidebar_card .sidebar_card_header span {
  position: absolute;
  right: 0;
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
  color: #E31E24;
  top: calc(50% - 6px);
}

.shop .sidebar .sidebar_card .sidebar_card_body {
  overflow: hidden;
  margin-bottom: 20px;
}

.shop .sidebar .sidebar_card .sidebar_card_body.active {
  display: none;
}

.shop .sidebar .sidebar_card .sidebar_card_body label {
  margin-bottom: 12px;
  font-size: 16px;
  color: #000;
  display: inline-block;
}

.shop .sidebar .sidebar_card .sidebar_card_body input[type="text"],
.shop .sidebar .sidebar_card .sidebar_card_body input[type="number"],
.shop .sidebar .sidebar_card .sidebar_card_body select,
.shop .sidebar .sidebar_card .sidebar_card_body textarea {
  transition: .5s;
  background: #FAFAFA;
  width: 100%;
  padding: 0 15px;
  font-weight: 200;
  font-size: 13px;
  height: 40px;
  outline: none;
  border: 1px solid #CBCBCB;
  border-radius: 5px;
}

.shop .sidebar .sidebar_card .sidebar_card_body .price_card .input_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.shop .sidebar .sidebar_card .sidebar_card_body .price_card .input_block .input {
  position: relative;
  width: calc(50% - 5px);
}

.shop .sidebar .sidebar_card .sidebar_card_body .price_card .input_block .input:after {
  content: 'zł';
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
  line-height: 1;
  height: 16px;
  font-weight: 300;
  z-index: 400;
  color: #ccc;
}

.shop .sidebar .sidebar_card .sidebar_card_body .price_card .input_block input {
  width: 100%;
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.shop .sidebar .sidebar_card .sidebar_card_body .price_card .input_block input::-webkit-outer-spin-button, .shop .sidebar .sidebar_card .sidebar_card_body .price_card .input_block input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.shop .sidebar .sidebar_card .sidebar_card_body .price_card .input_block span {
  width: 10px;
  text-align: center;
}

.shop .sidebar .sidebar_card .sidebar_card_body ul {
  list-style: none;
  padding: 0;
}

.shop .sidebar .sidebar_card .sidebar_card_body ul ul {
  padding-left: 20px;
}

.shop .sidebar .sidebar_card .sidebar_card_body ul li a {
  color: #000;
}

.shop .sidebar .sidebar_card .sidebar_card_body ul li.active {
  color: #E31E24;
}

.shop .sidebar .sidebar_card .sidebar_card_body ul li.active:before {
  content: '>';
  margin-right: 5px;
}

.shop .sidebar .sidebar_card .sidebar_card_body ul li label.s-text13 {
  font-weight: 400;
  padding: 2px 0;
  font-size: 14px;
  margin-bottom: 0;
  width: 100%;
  display: inline-block;
  transition: .5s;
}

.shop .sidebar .sidebar_card .sidebar_card_body ul li label.s-text13 input {
  margin-right: 5px;
}

.shop .sidebar .sidebar_card .sidebar_card_body ul li label.s-text13:hover {
  background: rgba(0, 0, 0, 0.1);
}

.shop .sidebar .sidebar_card .sidebar_card_body .filter_check input {
  display: none;
}

.shop .sidebar .sidebar_card .sidebar_card_body .filter_check input:checked + label:before {
  border-color: #444;
}

.shop .sidebar .sidebar_card .sidebar_card_body .filter_check input:checked + label:after {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8919 0H9.9497C9.8176 0 9.69224 0.0489244 9.61136 0.13264L4.05361 5.81114L1.38864 3.08768C1.34833 3.04639 1.29694 3.01301 1.23834 2.99004C1.17974 2.96707 1.11545 2.9551 1.0503 2.95504H0.108057C0.0177419 2.95504 -0.0321336 3.03875 0.0231338 3.09529L3.71527 6.8679C3.88781 7.04403 4.21941 7.04403 4.3933 6.8679L10.9769 0.139163C11.0321 0.0837152 10.9823 0 10.8919 0Z' fill='%23444444'/%3E%3C/svg%3E");
}

.shop .sidebar .sidebar_card .sidebar_card_body .filter_check label {
  position: relative;
  padding-left: 32px;
  margin-bottom: 6px;
}

.shop .sidebar .sidebar_card .sidebar_card_body .filter_check label:before, .shop .sidebar .sidebar_card .sidebar_card_body .filter_check label:after {
  content: '';
  position: absolute;
  transition: .5s;
}

.shop .sidebar .sidebar_card .sidebar_card_body .filter_check label:before {
  width: 19px;
  height: 19px;
  border-radius: 5px;
  border: 1px solid #d0d0d0;
  top: calc(50% - 9.5px);
  left: 0;
}

.shop .sidebar .sidebar_card .sidebar_card_body .filter_check label:after {
  left: 4px;
  width: 11px;
  height: 7px;
  top: calc(50% - 3.5px);
}

.shop .sidebar .sidebar_card .sidebar_card_body .filter_check:last-child label {
  margin-bottom: 0;
}

.shop .sidebar .btn {
  display: none;
}

@media (max-width: 991px) {
  .shop .sidebar .btn {
    display: block;
  }
}

.shop .silver_product, .shop .not_available {
  filter: grayscale(100%);
}

.shop .before_product {
  width: 100%;
  margin-bottom: 40px;
  padding: 13px 30px;
  border: 1px solid #F8F8F8;
  border-radius: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

@media (max-width: 991px) {
  .shop .before_product {
    justify-content: space-between;
    padding: 13px 15px;
  }
}

.shop .before_product .trigger_filter {
  transition: .5s;
  background: #fff;
  padding: 0 15px;
  font-weight: 300;
  font-size: 13px;
  color: #E31E24;
  height: 40px;
  min-width: 100px;
  outline: none;
  border: 1px solid #E31E24;
  border-radius: 5px;
  display: none;
}

@media (max-width: 991px) {
  .shop .before_product .trigger_filter {
    display: block;
  }
}

.shop .before_product .psevdo_select {
  position: relative;
  width: 250px;
}

@media (max-width: 991px) {
  .shop .before_product .psevdo_select {
    width: 150px;
  }
}

.shop .before_product .psevdo_select .psevdo_controller button {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 9px 30px 9px 14px;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #F2F2F2;
  outline: none;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 5L0 0L8 5.04736e-07L4 5Z' fill='black'/%3E%3C/svg%3E%0A");
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  transition: .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shop .before_product .psevdo_select .psevdo_controller button.active {
  border-radius: 5px 5px 0 0;
}

.shop .before_product .psevdo_select .psevdo_controller button:hover {
  background-color: #f2f2f2;
}

.shop .before_product .psevdo_select .psevdo_options {
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid #F2F2F2;
  border-radius: 0 0 5px 5px;
  border-top: none;
  z-index: 500;
  background: #fff;
  width: 100%;
  display: none;
}

.shop .before_product .psevdo_select .psevdo_options.active {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
}

.shop .before_product .psevdo_select .psevdo_options button {
  width: 100%;
  text-align: left;
  display: inline-block;
  background: none;
  cursor: pointer;
  border: none;
  outline: none;
  border-bottom: 1px solid #F2F2F2;
  padding: 9px 14px 9px 14px;
}

.shop .before_product .psevdo_select .psevdo_options button:hover {
  background-color: #f2f2f2;
}

.shop .before_product .top_sort {
  width: auto;
  margin-right: 40px;
}

@media (max-width: 991px) {
  .shop .before_product .top_sort {
    margin-right: 0;
  }
}

.shop .before_product .top_sort label {
  font-size: 15px;
  line-height: 18px;
  color: #000;
  margin-right: 40px;
  display: inline-block;
}

.shop .before_product .top_sort select {
  transition: .5s;
  background: #FAFAFA;
  padding: 0 15px;
  font-weight: 300;
  font-size: 13px;
  height: 36px;
  outline: none;
  border: 1px solid #F2F2F2;
  border-radius: 5px;
  color: #828282;
}

.shop .before_product .paginator {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.shop .before_product .paginator span, .shop .before_product .paginator a {
  display: inline-block;
  padding: 8px 9px;
  margin: 0 3px;
  font-size: 15px;
  line-height: 1;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  background: #E31E24;
}

.shop .before_product .paginator a {
  background: #fff;
  color: #E31E24;
}

.shop .before_product .paginator a:hover {
  background: #E31E24;
  color: #fff;
}

.breadcrumbs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}

.breadcrumbs li {
  font-size: 12px;
  color: #A8A9A8;
}

.breadcrumbs li a {
  font-display: 12px;
  color: #A8A9A8;
}

.breadcrumbs li:after {
  content: '/';
  color: #8e8e8e;
  margin: 0 5px;
}

.breadcrumbs li:last-child:after {
  display: none;
}

.single_product {
  padding: 40px 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .single_product {
    padding-top: 20px;
  }
}

.single_product .manufacturer-image a {
  display: inline-block;
}

.single_product .manufacturer-image a img {
  max-height: 80px;
}

.single_product .featured_icon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
}

.single_product .featured_icon .tiny {
  text-align: center;
  margin: 0 7.5px 20px;
}

@media (max-width: 991px) {
  .single_product .featured_icon .tiny {
    margin: 0 4px 20px;
  }
}

.single_product .featured_icon .tiny svg {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .single_product .featured_icon .tiny svg {
    height: 24px;
    width: auto;
  }
}

.single_product .featured_icon .tiny p {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  max-width: 97px;
  color: #000;
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 991px) {
  .single_product .featured_icon .tiny p {
    font-size: 10px;
    line-height: 12px;
  }
}

.single_product .gallery {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}

.single_product .gallery .photo_control {
  position: relative;
}

.single_product .gallery .photo_control button {
  position: absolute;
  display: inline-block;
  outline: none;
  padding: 0;
  bottom: 0px;
  cursor: pointer;
  z-index: 1500;
  background: none;
  font-weight: 300;
  border: none;
}

@media (max-width: 991px) {
  .single_product .gallery .photo_control button {
    font-size: 14px;
  }
}

.single_product .gallery .photo_control button.next {
  right: 50px;
}

@media (max-width: 991px) {
  .single_product .gallery .photo_control button.next {
    right: 0;
  }
}

.single_product .gallery .photo_control button.prev {
  left: 50px;
}

@media (max-width: 991px) {
  .single_product .gallery .photo_control button.prev {
    left: 0;
  }
}

.single_product .gallery .photo_slider_normal a {
  width: 100%;
  height: 400px;
  outline: none;
  margin-bottom: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

@media (max-width: 991px) {
  .single_product .gallery .photo_slider_normal a {
    height: 300px;
  }
}

.single_product .gallery .photo_slider_normal a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.single_product .gallery .photo_slider_normal .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0;
}

.single_product .gallery .photo_slider_normal .slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.single_product .gallery .photo_slider_normal .slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 5px;
  background: #C5C5C5;
  margin: 0 4px;
  display: inline-block;
  border: none;
  outline: none;
}

.single_product .gallery .photo_slider_normal .slick-dots li.slick-active button {
  width: 22px;
  height: 22px;
  background: #E31E24;
}

.single_product .top_action {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  .single_product .top_action {
    margin-bottom: 20px;
  }
}

.single_product .top_action a {
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  display: inline-block;
  color: #292929;
  margin-left: 30px;
}

@media (max-width: 991px) {
  .single_product .top_action a {
    margin-left: 25px;
  }
}

.single_product .top_action a svg {
  margin-right: 10px;
}

.single_product .top_action a:hover {
  text-decoration: none;
}

.single_product .top_action a.share_btn.active {
  position: relative;
}

.single_product .top_action a.share_btn.active:after {
  content: 'Skopiowano link do schowka';
  padding: 10px 20px;
  width: 200px;
  right: 0;
  background: #fafafa;
  color: #E31E24;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 20px;
  border-radius: 5px;
}

.single_product .top_action a.add_fav svg path {
  transition: .5s;
}

.single_product .top_action a.add_fav:hover svg path, .single_product .top_action a.add_fav.active_fav svg path {
  fill: #E31E24;
  stroke: #E31E24;
}

.single_product .info_block h1 {
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .single_product .info_block h1 {
    font-size: 24px;
    line-height: 28px;
  }
}

.single_product .info_block .rating {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.single_product .info_block .rating .cur_star {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.single_product .info_block .rating .cur_star svg {
  margin-right: 5px;
  height: 14px;
  width: auto;
}

.single_product .info_block .rating .cur_star svg path {
  fill: #DADADA;
}

.single_product .info_block .rating .cur_star svg path.active {
  fill: #000;
}

.single_product .info_block .rating p {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 13px;
  line-height: 1;
  color: #7E7E7E;
}

.single_product .info_block .code_block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 20px;
}

.single_product .info_block .code_block p {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  color: #7E7E7E;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}

.single_product .info_block .code_block p:after {
  content: '';
  position: absolute;
  top: calc(50% - 8px);
  width: 1px;
  height: 16px;
  right: 0;
  background: #7E7E7E;
}

.single_product .info_block .code_block p:last-child {
  padding-right: 0;
  margin-right: 0;
}

.single_product .info_block .code_block p:last-child:after {
  display: none;
}

.single_product .info_block .code_block p a, .single_product .info_block .code_block p span {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #363636;
  display: inline-block;
}

.single_product .info_block .price {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .single_product .info_block .price {
    justify-content: flex-end;
    text-align: right;
    flex-direction: column;
  }
}

.single_product .info_block .price span {
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  display: inline-block;
  width: 100%;
  color: #E31E24;
  margin-bottom: 2px;
}

.single_product .info_block .price p {
  margin-bottom: 0;
}

.single_product .info_block .price p.new-price, .single_product .info_block .price p.stock-price {
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
}

.single_product .info_block .price p.old-price {
  margin-left: 7px;
  font-size: 18px;
  text-decoration: line-through;
  line-height: 1;
  color: #989898;
}

.single_product .info_block .package_type {
  margin-bottom: 30px;
  padding-top: 16px;
  border-top: 1px solid #DDDDDD;
}

@media (max-width: 991px) {
  .single_product .info_block .package_type {
    order: 3;
    width: 100%;
    margin-bottom: 17px;
  }
}

.single_product .info_block .package_type p {
  margin-bottom: 13px;
  font-size: 13px;
  line-height: 16px;
}

.single_product .info_block .package_type .form-group {
  margin-bottom: 7px;
}

.single_product .info_block .package_type .form-group input {
  display: none;
}

.single_product .info_block .package_type .form-group input:checked + label {
  color: #E31E24;
}

.single_product .info_block .package_type .form-group input:checked + label:before {
  border-color: #E31E24;
}

.single_product .info_block .package_type .form-group input:checked + label:after {
  display: block;
}

.single_product .info_block .package_type .form-group label {
  padding-left: 32px;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
  line-height: 16px;
  position: relative;
}

.single_product .info_block .package_type .form-group label:before, .single_product .info_block .package_type .form-group label:after {
  content: '';
  position: absolute;
}

.single_product .info_block .package_type .form-group label:before {
  background: #FFFFFF;
  border: 1px solid #D0D0D0;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: 0;
  border-radius: 5px;
}

.single_product .info_block .package_type .form-group label:after {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8919 0H9.9497C9.8176 0 9.69224 0.0489244 9.61136 0.13264L4.05361 5.81114L1.38864 3.08768C1.34833 3.04639 1.29694 3.01301 1.23834 2.99004C1.17974 2.96707 1.11545 2.9551 1.0503 2.95504H0.108057C0.0177419 2.95504 -0.0321336 3.03875 0.0231338 3.09529L3.71527 6.8679C3.88781 7.04403 4.21941 7.04403 4.3933 6.8679L10.9769 0.139163C11.0321 0.0837152 10.9823 0 10.8919 0Z' fill='%23E31E24'/%3E%3C/svg%3E%0A");
  width: 11px;
  height: 7px;
  top: calc(50% - 3.5px);
  left: 4.5px;
  display: none;
}

.single_product .info_block .btn_block.with_wariant {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
}

@media (max-width: 991px) {
  .single_product .info_block .btn_block.with_wariant {
    flex-wrap: wrap;
  }
}

.single_product .info_block .btn_block.with_wariant .left {
  width: 40%;
  padding-top: 18px;
  border-top: 1px solid #DDDDDD;
  position: relative;
}

@media (max-width: 991px) {
  .single_product .info_block .btn_block.with_wariant .left {
    width: 100%;
  }
}

.single_product .info_block .btn_block.with_wariant .left .size-table-trigger {
  top: 10px;
  right: 10px;
  width: 100%;
  background: #fafafa;
  border: 1px solid #dadada;
  border-radius: 5px;
  outline: none;
  margin-bottom: 10px;
  padding: 2px 5px;
  font-size: 12px;
  color: #E31E24;
}

.single_product .info_block .btn_block.with_wariant .left .variation_group {
  width: 100%;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .single_product .info_block .btn_block.with_wariant .left .variation_group {
    margin-bottom: 12px;
  }
  .single_product .info_block .btn_block.with_wariant .left .variation_group:last-child {
    margin-bottom: 21px;
  }
}

.single_product .info_block .btn_block.with_wariant .left .variation_group label {
  font-size: 15px;
  line-height: 18px;
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}

.single_product .info_block .btn_block.with_wariant .left .variation_group .variation_select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}

@media (max-width: 991px) {
  .single_product .info_block .btn_block.with_wariant .left .variation_group .variation_select {
    justify-content: flex-start;
    margin: 0 -2.5px;
  }
}

.single_product .info_block .btn_block.with_wariant .left .variation_group .variation_select a {
  width: calc(50% - 5px);
  padding: 10px 0;
  border: 1px solid #3C3C3C;
  border-radius: 5px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 300;
  font-size: 15px;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  color: #3C3C3C;
}

@media (max-width: 991px) {
  .single_product .info_block .btn_block.with_wariant .left .variation_group .variation_select a {
    width: calc(100% / 3);
    margin: 0 2.5px 10px;
  }
}

@media (max-width: 768px) {
  .single_product .info_block .btn_block.with_wariant .left .variation_group .variation_select a {
    width: calc(50% - 5px);
  }
}

.single_product .info_block .btn_block.with_wariant .left .variation_group .variation_select a.active, .single_product .info_block .btn_block.with_wariant .left .variation_group .variation_select a:hover {
  color: #E31E24;
  border-color: #E31E24;
}

.single_product .info_block .btn_block.with_wariant .left .variation_group .variation_select a.not-in-stock {
  background: #E3E3E3;
  color: #fff;
  border-color: #E3E3E3;
}

.single_product .info_block .btn_block.with_wariant .left .variation_group .variation_select a.not-in-stock:hover, .single_product .info_block .btn_block.with_wariant .left .variation_group .variation_select a.not-in-stock.active {
  background: #8D8D8D;
  color: #fff;
  border-color: #8D8D8D;
}

.single_product .info_block .btn_block.with_wariant .right {
  width: 60%;
  padding-left: 40px;
}

@media (max-width: 991px) {
  .single_product .info_block .btn_block.with_wariant .right {
    padding-left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
  }
}

@media (max-width: 991px) {
  .single_product .info_block .btn_block .price {
    width: 50%;
    order: 2;
  }
}

.single_product .info_block .btn_block .control_count {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

@media (max-width: 991px) {
  .single_product .info_block .btn_block .control_count {
    width: 50%;
    order: 1;
    flex-wrap: wrap;
  }
}

.single_product .info_block .btn_block .control_count p {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 0;
  margin-right: 10px;
}

@media (max-width: 991px) {
  .single_product .info_block .btn_block .control_count p {
    width: 100%;
    margin-bottom: 8px;
  }
}

.single_product .info_block .btn_block .control_count input {
  background: #fff;
  border: none;
  outline: none;
  width: 42px;
  font-size: 13px;
  line-height: 16px;
  margin-left: 10px;
  text-align: center;
  padding: 0;
}

@media (max-width: 991px) {
  .single_product .info_block .btn_block .control_count input {
    margin-left: 0;
  }
}

.single_product .info_block .btn_block .control_count .btn {
  width: 26px;
  height: 26px;
  border: 1px solid #E31E24;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  padding: 0;
}

.single_product .info_block .btn_block .control_count .btn:focus {
  box-shadow: none;
}

.single_product .info_block .btn_block .control_count .btn svg {
  width: 10px;
  height: auto;
}

.single_product .info_block .btn_block .control_count .btn svg path {
  fill: #E31E24;
}

.single_product .info_block .btn_block .control_count .btn:hover svg path {
  fill: #fff;
}

.single_product .info_block .btn_block .state_to_cart_button {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .single_product .info_block .btn_block .state_to_cart_button {
    order: 4;
    margin-top: 0;
    width: 100%;
  }
}

.single_product .info_block .btn_block .state_to_cart_button .stock_notify_button {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  width: 100%;
  max-width: 300px;
  background: #fff;
  color: #E31E24;
  border: none;
}

.single_product .info_block .btn_block .state_to_cart_button .btn {
  width: 100%;
  max-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

@media (max-width: 991px) {
  .single_product .info_block .btn_block .state_to_cart_button .btn {
    max-width: 100%;
  }
}

.single_product .info_block .btn_block .state_to_cart_button .btn svg {
  margin-right: 12px;
}

.single_product .info_block .btn_block .state_to_cart_button .btn.btn-disabled {
  background: #D7D7D7;
  color: #fff;
  border-color: #d7d7d7;
  cursor: no-drop;
}

.text_block {
  padding: 0px 0 80px;
}

.text_block .product-tab {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-bottom: 40px;
  background: #F5F5F5;
  border-radius: 5px;
}

@media (max-width: 991px) {
  .text_block .product-tab {
    align-items: stretch;
  }
}

.text_block .product-tab a {
  padding: 20px 30px;
  color: #000;
  font-size: 15px;
  line-height: 18px;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  margin-right: 10px;
  transition: .5s;
}

@media (max-width: 991px) {
  .text_block .product-tab a {
    width: calc(100% / 3);
    margin-right: 0;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 20px 5px;
  }
}

.text_block .product-tab a.active, .text_block .product-tab a:hover {
  background: #444444;
  color: #fff;
}

.text_block .product-tab-content .tab-content {
  border-radius: 0 0 20px 20px;
  display: none;
  margin-bottom: 40px;
}

.text_block .product-tab-content .tab-content.active {
  display: block;
}

.text_block .product-tab-content .tab-content h2 {
  font-weight: 500;
  font-size: 28px;
  color: #171717;
  margin-bottom: 20px;
}

.text_block .product-tab-content .tab-content p {
  font-size: 18px;
  color: #424242;
  letter-spacing: 0.3px;
}

.text_block .product-tab-content .tab-content img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin-bottom: 40px;
}

.text_block .product-tab-content .tab-content .tiny_specification {
  width: 100%;
  margin-bottom: 24px;
}

.text_block .product-tab-content .tab-content .tiny_specification h3 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 14px;
}

.text_block .product-tab-content .tab-content .tiny_specification .spec_list .tiny {
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

@media (max-width: 991px) {
  .text_block .product-tab-content .tab-content .tiny_specification .spec_list .tiny {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.text_block .product-tab-content .tab-content .tiny_specification .spec_list .tiny p {
  margin-bottom: 0;
}

.text_block .product-tab-content .tab-content .tiny_specification .spec_list .tiny p.name {
  font-size: 16px;
  line-height: 34px;
  width: 150px;
  margin-right: 20px;
}

@media (max-width: 991px) {
  .text_block .product-tab-content .tab-content .tiny_specification .spec_list .tiny p.name {
    width: 100%;
  }
}

.text_block .product-tab-content .tab-content .tiny_specification .spec_list .tiny p.val {
  font-weight: 300;
  font-size: 16px;
}

.text_block .product-tab-content .tab-content .tiny_specification .spec_list .tiny:nth-child(odd) {
  background: #F5F5F5;
  border-radius: 5px;
}

.text_block .product-tab-content .tab-content pre {
  font-family: "Roboto", sans-serif !important;
  font-weight: normal;
  font-size: 14px;
  white-space: pre-wrap;
  /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}

.text_block .product-tab-content .tab-content .all_reviews .tiny_review {
  padding: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

.text_block .product-tab-content .tab-content .all_reviews .tiny_review.new_review {
  background: rgba(153, 153, 153, 0.1);
}

.text_block .product-tab-content .tab-content .all_reviews .tiny_review .heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 10px;
  gap: 10px 20px;
}

.text_block .product-tab-content .tab-content .all_reviews .tiny_review .verified {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 5px;
}

.text_block .product-tab-content .tab-content .all_reviews .tiny_review .verified img {
  width: 24px;
  height: auto;
  margin: 0;
}

.text_block .product-tab-content .tab-content .all_reviews .tiny_review .verified p {
  color: #7E7E7E;
  font-size: 13px;
  font-weight: 300;
  margin: 0;
}

.text_block .product-tab-content .tab-content .all_reviews .tiny_review .verified-tooltip {
  position: relative;
}

.text_block .product-tab-content .tab-content .all_reviews .tiny_review .verified-tooltip__controller {
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.text_block .product-tab-content .tab-content .all_reviews .tiny_review .verified-tooltip__controller img {
  width: 14px;
}

.text_block .product-tab-content .tab-content .all_reviews .tiny_review .verified-tooltip__menu {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  width: 100%;
  width: 340px;
  background-image: url("/img/verified-tooltip.svg");
  background-size: 14px;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  z-index: 2;
  border-radius: 5px;
  background-color: #F5F5F5;
  padding: 10px 15px;
  padding-left: 32px;
}

@media screen and (max-width: 575px) {
  .text_block .product-tab-content .tab-content .all_reviews .tiny_review .verified-tooltip__menu {
    width: 200px;
  }
}

.text_block .product-tab-content .tab-content .all_reviews .tiny_review .verified-tooltip__menu p {
  color: #000;
  font-size: 13px;
  font-weight: 300;
}

.text_block .product-tab-content .tab-content .all_reviews .tiny_review p {
  font-weight: 300;
}

.text_block .product-tab-content .tab-content .all_reviews .tiny_review p.name {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0px;
}

.text_block .product-tab-content .tab-content .all_reviews .tiny_review .star {
  margin-bottom: 17px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.text_block .product-tab-content .tab-content .all_reviews .tiny_review .star svg {
  width: auto;
  height: 14px;
}

.text_block .product-tab-content .tab-content .all_reviews .tiny_review:last-child {
  border: none;
}

.text_block .product-tab-content .tab-content .rating_form p {
  font-size: 20px;
  font-weight: bold;
}

.text_block .product-tab-content .tab-content .rating_form .star {
  margin-bottom: 10px;
}

.text_block .product-tab-content .tab-content .rating_form .star svg {
  width: auto;
  height: 20px;
}

#BlowupLens {
  bottom: 0;
}

#to_cart_modal .modal-dialog {
  max-width: 980px;
}

#to_cart_modal .modal-dialog h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}

#to_cart_modal .modal-dialog .tiny_cart {
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

@media (max-width: 768px) {
  #to_cart_modal .modal-dialog .tiny_cart {
    flex-direction: column;
    justify-content: flex-start;
  }
}

#to_cart_modal .modal-dialog .tiny_cart .product_name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-right: 25px;
  width: 350px;
}

@media (max-width: 768px) {
  #to_cart_modal .modal-dialog .tiny_cart .product_name {
    width: 100%;
    margin-right: 0;
  }
}

#to_cart_modal .modal-dialog .tiny_cart .product_name .img_block {
  width: 166px;
  height: 130px;
  margin-right: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow: hidden;
}

#to_cart_modal .modal-dialog .tiny_cart .product_name .img_block img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

#to_cart_modal .modal-dialog .tiny_cart .product_name .name_sku p {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 17px;
}

#to_cart_modal .modal-dialog .tiny_cart .product_name .name_sku .cart_variation_list {
  padding: 0;
  list-style: none;
}

#to_cart_modal .modal-dialog .tiny_cart .product_name .name_sku .cart_variation_list li {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
}

#to_cart_modal .modal-dialog .tiny_cart .product_name .name_sku .cart_variation_list li span {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  display: inline-block;
  margin-left: 10px;
}

#to_cart_modal .modal-dialog .tiny_cart .price_cart {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  width: calc(100% - 350px);
}

@media (max-width: 768px) {
  #to_cart_modal .modal-dialog .tiny_cart .price_cart {
    width: 100%;
  }
}

#to_cart_modal .modal-dialog .tiny_cart .price_cart .total {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 10px;
  padding-right: 15px;
}

@media (max-width: 991px) {
  #to_cart_modal .modal-dialog .tiny_cart .price_cart .total {
    justify-content: flex-end;
    text-align: right;
    flex-direction: column;
  }
}

#to_cart_modal .modal-dialog .tiny_cart .price_cart .total span {
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  display: inline-block;
  width: 100%;
  text-align: right;
  color: #E31E24;
  margin-bottom: 2px;
}

#to_cart_modal .modal-dialog .tiny_cart .price_cart .total p {
  margin-bottom: 0;
}

#to_cart_modal .modal-dialog .tiny_cart .price_cart .total p.new-price, #to_cart_modal .modal-dialog .tiny_cart .price_cart .total p.stock-price {
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
}

#to_cart_modal .modal-dialog .tiny_cart .price_cart .total p.old-price {
  margin-left: 7px;
  font-size: 18px;
  text-decoration: line-through;
  line-height: 1;
  color: #989898;
}

#to_cart_modal .modal-dialog .tiny_cart .price_cart .only_price {
  margin-right: 25px;
  text-align: right;
}

#to_cart_modal .modal-dialog .tiny_cart .price_cart .only_price .for_items {
  font-size: 14px;
}

#to_cart_modal .modal-dialog .button_block_modal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

@media (max-width: 768px) {
  #to_cart_modal .modal-dialog .button_block_modal .btn {
    width: 100%;
    margin: 0 5px;
    margin-bottom: 5px;
  }
}

#to_cart_modal .modal-dialog .recomm {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}

#to_cart_modal .modal-dialog .recomm h6 {
  font-weight: bold;
  font-size: 18px;
}

#to_cart_modal .modal-dialog .recomm .recommended_modal {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: row;
  width: auto;
  overflow-x: auto;
  padding: 0 15px;
  margin: 0 -15px 20px;
}

#to_cart_modal .modal-dialog .recomm .recommended_modal .single_recommended {
  width: calc((100% / 4) - 30px);
  border-radius: 0px;
  margin: 15px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
}

@media (max-width: 991px) {
  #to_cart_modal .modal-dialog .recomm .recommended_modal .single_recommended {
    width: calc((100% / 2) - 30px);
  }
}

#to_cart_modal .modal-dialog .recomm .recommended_modal .single_recommended img {
  width: auto;
  max-height: 135px;
  height: auto;
}

#to_cart_modal .modal-dialog .recomm .recommended_modal .single_recommended .title {
  font-weight: bold;
  display: inline-block;
  color: #000;
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
}

#to_cart_modal .modal-dialog .recomm .recommended_modal .single_recommended .btn {
  font-size: 12px;
  padding: 2px 20px;
}

.paginator {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}

.paginator span {
  padding: 5px 10px;
  margin: 0 2px;
  border-radius: 5px;
  display: inline-block;
  background: #E31E24;
  border: 1px solid #E31E24;
  color: #fff;
}

.paginator a {
  text-decoration: none;
  padding: 5px 10px;
  margin: 0 2px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #E31E24;
  color: #E31E24;
  transition: .5s;
}

.paginator a:hover {
  background: #E31E24;
  color: #fff;
}

#share_modal .copy_result {
  width: 100%;
  text-align: center;
  color: green;
  margin-bottom: 0;
}

.component-minimal-month-price {
  margin-bottom: 40px;
}

.minimal-month-price p {
  color: #363636;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 7px;
  width: 100%;
}

.minimal-month-price p:last-child {
  margin-bottom: 0;
}
