@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100;300;500;700;900&family=Merriweather:wght@300;400;700;900&display=swap");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Geologica", sans-serif;
}

.container {
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 0px auto;
}

a {
  text-decoration: none;
}

.header {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #edebeb;
}
.header .header__block {
  width: 100%;
  height: auto;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header__block .header__search {
  width: 35%;
  height: auto;
}
.header .header__block .header__search .search__box {
  width: 300px;
  max-width: 100%;
  height: 50px;
  border-radius: 3px;
  border: 1px solid #edebeb;
  position: relative;
}
.header .header__block .header__search .search__box input {
  width: 100%;
  height: 50px;
  border: 0px;
  background-color: transparent;
  outline: none;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 200;
}
.header .header__block .header__search .search__box img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.header .header__block .header__logo {
  width: 30%;
  height: 100px;
  border-left: 1px solid #edebeb;
  border-right: 1px solid #edebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
}
.header .header__block .header__logo img {
  width: 100%;
  height: 50px;
  object-fit: contain;
}
.header .header__block .header__actions {
  width: 35%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .header__block .header__actions ul {
  display: flex;
  align-items: center;
}
.header .header__block .header__actions ul li {
  list-style: none;
}
.header .header__block .header__actions ul li a {
  display: inline-flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border: 1px solid #edebeb;
  cursor: pointer;
}
.header .header__block .header__actions ul li a img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  opacity: 0.7;
}
.header .header__block .header__actions ul li a:hover {
  background-color: #000;
}
.header .header__block .header__actions ul li a:hover img {
  opacity: 1;
  filter: invert(1);
}
.header .header__block .header__actions ul li:first-child a {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.header .header__block .header__actions ul li:last-child a {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.nav {
  width: 100%;
  height: auto;
}
.nav .nav__block {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav .nav__block ul {
  display: flex;
  align-items: center;
}
.nav .nav__block ul li {
  border-left: 1px solid #edebeb;
  list-style: none;
}
.nav .nav__block ul li a {
  display: inline-flex;
  padding: 5px 20px;
  height: 60px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  text-transform: uppercase;
}
.nav .nav__block ul li a:hover {
  background-color: #000;
  color: #fff;
}
.nav .nav__block ul li:last-child {
  border-right: 1px solid #edebeb;
}

.slider {
  width: 100%;
  height: auto;
}
.slider .slider__item {
  width: 100%;
  height: 600px;
  background-size: cover;
}
.slider .slider__item .slider__box {
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.slider .slider__item .slider__box .slider__content {
  width: 100%;
  max-width: 500px;
  height: auto;
}
.slider .slider__item .slider__box .slider__content h4 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
}
.slider .slider__item .slider__box .slider__content h3 {
  padding: 15px 0px;
  font-size: 42px;
  font-weight: 600;
  color: #000;
  font-family: "Merriweather", serif;
}
.slider .slider__item .slider__box .slider__content a {
  padding: 15px 35px;
  border-radius: 3px;
  background-color: #000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
}

.news {
  width: 100%;
  height: auto;
  padding: 40px 0px;
}
.news .news__block {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  position: relative;
}
.news .news__block .news__content {
  width: 400px;
  min-width: 400px;
  height: auto;
  padding-right: 20px;
}
.news .news__block .news__content h4 {
  font-family: "Merriweather", serif;
  color: #4d4d4d;
  font-weight: 400;
  font-size: 36px;
}
.news .news__block .news__content p {
  font-weight: 200;
  font-size: 14px;
  padding-top: 20px;
}
.news .news__block .slick-dots {
  position: absolute;
  bottom: 0px;
  right: 3px;
  display: flex;
  align-items: center;
}
.news .news__block .slick-dots li {
  list-style: none;
}
.news .news__block .slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #d7d7d7;
  margin-right: 5px;
  text-indent: -9999999px;
  border: 0px;
  cursor: pointer;
}
.news .news__block .slick-dots li.slick-active button {
  background-color: #72a48d;
}
.news .news__block .news__items {
  width: 100%;
  height: auto;
  border-left: 1px solid #edebeb;
  padding-left: 20px;
  align-items: center;
  overflow-x: hidden;
  padding-bottom: 30px;
}
.news .news__block .news__items .news__item {
  height: 300px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin: 0px 10px;
}
.news .news__block .news__items .news__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brends {
  width: 100%;
  height: auto;
  padding: 30px 0px;
  margin: 30px 0px;
  background-color: #fff;
  border-top: 1px solid #edebeb;
  border-bottom: 1px solid #edebeb;
  padding-bottom: 0px;
}
.brends .brends__title {
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid #edebeb;
}
.brends .brends__title h4 {
  font-size: 32px;
  font-weight: 400;
  color: #000;
  font-family: "Merriweather", serif;
}
.brends .brends__block {
  width: 100%;
  height: auto;
}
.brends .brends__block .brends__item {
  width: 20%;
  height: 100px;
  padding: 20px 40px;
  border-right: 1px solid #edebeb;
  border-left: 1px solid #edebeb;
  transition: all 0.2s ease-in-out;
}
.brends .brends__block .brends__item:hover {
  background-color: #72a48d;
}
.brends .brends__block .brends__item:hover img {
  filter: grayscale(1) invert(1);
}
.brends .brends__block .brends__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.9;
}

.featured {
  width: 100%;
  height: auto;
  padding: 40px 0px;
}
.featured .featured__title {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.featured .featured__title h4 {
  font-size: 32px;
  font-weight: 400;
  color: #000;
  font-family: "Merriweather", serif;
}
.featured .featured__title ul {
  height: 50px;
  border-radius: 30px;
  background-color: #edebeb;
  display: flex;
  align-items: center;
  padding: 5px 0px;
}
.featured .featured__title ul li {
  margin: 0px 5px;
  padding: 5px 20px;
  height: 40px;
  border-radius: 25px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 200;
  color: #000;
  cursor: pointer;
}
.featured .featured__title ul li:hover {
  background-color: #d7d7d7;
}
.featured .featured__title ul li.active {
  background-color: #72a48d;
  font-weight: 400;
  color: #fff;
}
.featured .featured__block {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  flex-wrap: wrap;
}
.featured .featured__block .featured__item {
  width: calc(20% - 10px);
  height: 390px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #edebeb;
  position: relative;
  overflow-y: hidden;
  margin-bottom: 10px;
}
.featured .featured__block .featured__item img {
  width: 100%;
  height: 220px;
  object-fit: contain;
}
.featured .featured__block .featured__item .item__content {
  width: 100%;
  height: auto;
  padding-top: 10px;
}
.featured .featured__block .featured__item .item__content h4 {
  font-size: 16px;
  font-weight: 400;
  color: #4d4d4d;
  height: 40px;
  overflow: hidden;
}
.featured .featured__block .featured__item .item__content .item__price {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured .featured__block .featured__item .item__content .item__price strike {
  font-size: 14px;
  font-weight: 200;
  color: #a6a4a4;
}
.featured .featured__block .featured__item .item__content .item__price span {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-left: 10px;
}
.featured .featured__block .featured__item .item__content a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #000;
  color: #000;
}
.featured .featured__block .featured__item .item__content a:hover {
  background-color: #000;
  color: #fff;
}

.footer {
  width: 100%;
  height: auto;
  margin-top: 40px;
  border-top: 1px solid #edebeb;
}
.footer .footer__block {
  width: 100%;
  height: auto;
  display: flex;
}
.footer .footer__block .footer__logo,
.footer .footer__block .footer__nav {
  padding: 70px 30px;
  border-right: 1px solid #edebeb;
}
.footer .footer__block .footer__logo {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-left: 1px solid #edebeb;
}
.footer .footer__block .footer__logo img {
  height: 50px;
  object-fit: contain;
}
.footer .footer__block .footer__logo p {
  padding-top: 20px;
  font-size: 18px;
  color: #4d4d4d;
  font-weight: 200;
}
.footer .footer__block .footer__logo .socials {
  height: 50px;
  display: flex;
  border-radius: 3px;
  border: 1px solid #edebeb;
  align-items: center;
  margin-top: 20px;
}
.footer .footer__block .footer__logo .socials li {
  list-style: none;
}
.footer .footer__block .footer__logo .socials li a {
  width: 50px;
  height: 50px;
  border-right: 1px solid #edebeb;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.footer .footer__block .footer__logo .socials li a img {
  width: 30px;
  height: 30px;
}
.footer .footer__block .footer__logo .socials li a:hover {
  background-color: #000;
}
.footer .footer__block .footer__logo .socials li a:hover img {
  filter: invert(1);
}
.footer .footer__block .footer__logo .socials li:last-child a {
  border-right: 0px;
}
.footer .footer__block .footer__nav {
  width: 20%;
}
.footer .footer__block .footer__nav h4 {
  font-family: "Merriweather", serif;
  font-size: 28px;
  font-weight: 400;
  color: #4d4d4d;
}
.footer .footer__block .footer__nav ul {
  margin-top: 20px;
}
.footer .footer__block .footer__nav ul li {
  list-style: none;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.footer .footer__block .footer__nav ul li a {
  font-size: 16px;
  font-weight: 300;
  color: #000;
}
.footer .footer__block .footer__nav ul li b {
  font-weight: 400;
  color: #4d4d4d;
  font-size: 14px;
}
.footer__bottom {
  width: 100%;
  height: auto;
  border-top: 1px solid #edebeb;
  background-color: #000;
}
.footer__bottom .fb__block {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__bottom .fb__block .fb__left {
  padding-right: 30px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  border-right: 1px solid #edebeb;
}
.footer__bottom .fb__block .fb__left p {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
.footer__bottom .fb__block .fb__pay .footer__cards {
  display: flex;
  align-items: center;
}
.footer__bottom .fb__block .fb__pay .footer__cards a {
  height: 40px;
  margin-left: 20px;
}
.footer__bottom .fb__block .fb__pay .footer__cards a img {
  height: 100%;
  object-fit: contain;
}

.modal {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}
.modal.active {
  display: flex;
}
.modal .modal__box {
  width: 100%;
  height: auto;
  max-width: 560px;
  border-radius: 12px;
  background-color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.modal .modal__box img {
  width: 100%;
  height: 80px;
  object-fit: contain;
}
.modal .modal__box h4 {
  font-size: 36px;
  font-weight: 400;
  color: #4d4d4d;
  padding: 20px 0px;
}
.modal .modal__box p {
  font-size: 16px;
  font-weight: 200;
  color: #4d4d4d;
  padding-bottom: 15px;
}

.products {
  width: 100%;
  height: auto;
  border-top: 1px solid #edebeb;
}
.products .products__block {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}
.products .products__block .filters {
  width: 320px;
  height: auto;
  min-width: 320px;
  border-left: 1px solid #edebeb;
  border-right: 1px solid #edebeb;
}
.products .products__block .filters .filter__title {
  width: 100%;
  height: auto;
  padding: 10px 20px;
  height: 60px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #edebeb;
}
.products .products__block .filters .filter__title h4 {
  width: 100%;
  height: auto;
  font-size: 26px;
  font-weight: 400;
  color: #000;
}
.products .products__block .filters .filter__box {
  width: 100%;
  height: auto;
}
.products .products__block .filters .filter__box.active .fb__list {
  display: block;
}
.products .products__block .filters .filter__box.active h5 .fb__more::after {
  content: "-";
}
.products .products__block .filters .filter__box h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  height: 50px;
  border-bottom: 1px solid #edebeb;
  padding: 0px 20px;
  position: relative;
  cursor: pointer;
}
.products .products__block .filters .filter__box h5 .fb__more {
  width: 25px;
  height: 25px;
  border-radius: 2px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.products .products__block .filters .filter__box h5 .fb__more::after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}
.products .products__block .filters .filter__box .fb__list {
  width: 100%;
  height: auto;
  padding: 10px 20px;
  border-bottom: 1px solid #edebeb;
  display: none;
}
.products .products__block .filters .filter__box .fb__list .fb__item {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
.products .products__block .filters .filter__box .fb__list .fb__item input {
  width: 20px;
  height: 20px;
  border: 1px solid #d7d7d7;
  margin-right: 10px;
}
.products .products__block .filters .filter__box .fb__list .fb__item span {
  font-size: 18px;
  font-weight: 300;
}
.products .products__block .products__content {
  width: 100%;
  height: auto;
  border-left: 1px solid #edebeb;
  padding: 20px 0px;
  border-right: 1px solid #edebeb;
  border-bottom: 1px solid #edebeb;
}
.products .products__block .products__content .content__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 4px 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #edebeb;
}
.products .products__block .products__content .content__top .ct__left {
  display: flex;
  align-items: flex-end;
}
.products .products__block .products__content .content__top .ct__left .ct__form {
  width: 250px;
  height: auto;
  margin-right: 20px;
}
.products .products__block .products__content .content__top .ct__left .ct__form label {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.products .products__block .products__content .content__top .ct__left .ct__form select {
  width: 100%;
  height: 40px;
  border-radius: 3px;
  padding-left: 15px;
  border: 1px solid #edebeb;
  margin-top: 5px;
}
.products .products__block .products__content .content__top .ct__right {
  display: flex;
  align-items: flex-end;
}
.products .products__block .products__content .content__top .ct__right p {
  font-size: 14px;
  font-weight: 300;
  color: #4d4d4d;
}
.products .products__block .products__content .content__top .ct__right ul {
  display: flex;
}
.products .products__block .products__content .content__top .ct__right ul li {
  list-style: none;
  margin-left: 10px;
}
.products .products__block .products__content .content__top .ct__right ul li a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #edebeb;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.products .products__block .products__content .content__top .ct__right ul li.active a {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.products .products__block .products__content .products__results {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  flex-wrap: wrap;
  padding: 20px;
}
.products .products__block .products__content .products__results .product__item {
  width: calc(33.33% - 10px);
  height: 390px;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #edebeb;
  position: relative;
  overflow-y: hidden;
  margin-bottom: 10px;
}
.products .products__block .products__content .products__results .product__item img {
  width: 100%;
  height: 220px;
  object-fit: contain;
}
.products .products__block .products__content .products__results .product__item .item__content {
  width: 100%;
  height: auto;
  padding-top: 10px;
}
.products .products__block .products__content .products__results .product__item .item__content h4 {
  font-size: 16px;
  font-weight: 400;
  color: #4d4d4d;
  height: 40px;
  overflow: hidden;
}
.products .products__block .products__content .products__results .product__item .item__content .item__price {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products .products__block .products__content .products__results .product__item .item__content .item__price strike {
  font-size: 14px;
  font-weight: 200;
  color: #a6a4a4;
}
.products .products__block .products__content .products__results .product__item .item__content .item__price span {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-left: 10px;
}
.products .products__block .products__content .products__results .product__item .item__content a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #000;
  color: #000;
}
.products .products__block .products__content .products__results .product__item .item__content a:hover {
  background-color: #000;
  color: #fff;
}

.single__product {
  width: 100%;
  height: auto;
  padding: 50px 0px;
  border-top: 1px solid #edebeb;
}
.single__product .single__product-block {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
.single__product .single__product-block .product__content {
  width: 50%;
  height: auto;
}
.single__product .single__product-block .product__content h5 {
  font-size: 20px;
  font-weight: 400;
  color: #969696;
}
.single__product .single__product-block .product__content h3 {
  font-family: "Merriweather", serif;
  font-size: 42px;
  font-weight: 400;
  color: #4d4d4d;
}
.single__product .single__product-block .product__content p {
  font-size: 18px;
  font-weight: 200;
  color: #4d4d4d;
  padding: 20px 0px;
}
.single__product .single__product-block .product__content .product__price {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-end;
}
.single__product .single__product-block .product__content .product__price strike {
  font-size: 18px;
  font-weight: 300;
  color: #969696;
}
.single__product .single__product-block .product__content .product__price span {
  font-size: 28px;
  font-weight: 500;
  color: #000;
  margin-left: 20px;
}
.single__product .single__product-block .product__content .product__order {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.single__product .single__product-block .product__content .product__order .quantity {
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #edebeb;
  margin-right: 20px;
}
.single__product .single__product-block .product__content .product__order .quantity .qty__action,
.single__product .single__product-block .product__content .product__order .quantity .qty__input {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single__product .single__product-block .product__content .product__order .quantity .qty__action {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  background-color: #edebeb;
}
.single__product .single__product-block .product__content .product__order .quantity .qty__input {
  width: 70px;
}
.single__product .single__product-block .product__content .product__order .quantity .qty__input input {
  width: 70px;
  height: 50px;
  border: 0px;
  background-color: transparent;
  outline: none;
  text-align: center;
}
.single__product .single__product-block .product__content .product__order .order__button button {
  padding: 5px 30px;
  border-radius: 4px;
  background-color: #72a48d;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  height: 50px;
  border: 0px;
  cursor: pointer;
}
.single__product .single__product-block .product__content .product__order .order__button button:hover {
  background-color: #000;
}
.single__product .single__product-block .product__images {
  width: 50%;
  height: auto;
  padding-left: 100px;
  position: relative;
  padding-bottom: 100px;
  position: relative;
}
.single__product .single__product-block .product__images .p__arrows {
  z-index: 99;
  position: relative;
}
.single__product .single__product-block .product__images .p__arrows img {
  position: absolute;
  top: -30px;
  right: 0px;
  width: 50px;
  height: 50px;
  object-fit: contain;
  transition: 0.2s all ease-in-out;
  cursor: pointer;
}
.single__product .single__product-block .product__images .p__arrows img.pa__left {
  right: 80px;
}
.single__product .single__product-block .product__images .p__arrows img:hover {
  transform: scale(1.2);
}
.single__product .single__product-block .product__images .p__images-list {
  width: 100%;
  height: 500px;
}
.single__product .single__product-block .product__images .p__images-list .p__image {
  width: 100%;
  height: 500px;
}
.single__product .single__product-block .product__images .p__images-list .p__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single__product .single__product-block .product__images .p__nav {
  position: absolute;
  right: 0px;
  bottom: 0px;
  cursor: pointer;
}
.single__product .single__product-block .product__images .p__nav:hover .p__right .line {
  margin-right: 30px;
  background-color: #000;
  z-index: 9;
}
.single__product .single__product-block .product__images .p__nav:hover .p__right .line::before {
  background-color: #fff;
  z-index: 8;
}
.single__product .single__product-block .product__images .p__nav:hover .p__right .line::after {
  border: 1px solid #72a48d;
  background-color: #72a48d;
  z-index: 7;
}
.single__product .single__product-block .product__images .p__nav:hover .p__right span {
  color: #72a48d;
}
.single__product .single__product-block .product__images .p__nav .p__right {
  display: flex;
  align-items: center;
}
.single__product .single__product-block .product__images .p__nav .p__right .line {
  width: 150px;
  height: 2px;
  background-color: #d7d7d7;
  position: relative;
  margin-right: 40px;
  transition: margin 0.3s ease-in-out;
}
.single__product .single__product-block .product__images .p__nav .p__right .line::before {
  content: "";
  position: absolute;
  top: -4px;
  right: 0px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d7d7d7;
}
.single__product .single__product-block .product__images .p__nav .p__right .line::after {
  content: "";
  position: absolute;
  top: -30px;
  right: -25px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #d7d7d7;
  transition: all 0.3 ease-in-out;
}
.single__product .single__product-block .product__images .p__nav .p__right span {
  font-size: 18px;
  color: #4d4d4d;
  font-weight: 500;
}

/*# sourceMappingURL=style.css.map */
