/* Product title ---------------- */

.container.product-single {
  max-width: 1240px;
  padding: 0;
}

.product-single-title {
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.product-single-title .gallery-img {
  background-size: cover;
  background-position: center bottom;
  height: calc(100vw / 2.2);
  margin-top: 71px;
}

@media (max-width: 1145px) {
  .product-single-title .gallery-img {
    margin-top: 60px;
  }
}
.product-single-title .slick-arrow {
  position: absolute;
  top: 0;
  height: 100%;
  width: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.5);
  z-index: 1;
  border: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.product-single-title .slick-arrow:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.product-single-title .slick-arrow.slick-prev {
  left: 0;
}

.product-single-title .slick-arrow::before {
  font-family: "frankof";
  font-style: normal;
  display: block;
  font-size: 18px;
}

.product-single-title .slick-arrow.slick-prev::before {
  content: "\e80a";
}

.product-single-title .slick-arrow.slick-next {
  right: 0;
}

.product-single-title .slick-arrow.slick-next::before {
  content: "\e80b";
}

.product-single-title
  .slick-arrow
  .product-single-title
  .slick-arrow
  .slick-slider
  *:focus {
  outline: none;
}

.product-single-title.small {
  padding: 80px 0;
}

/* Product main ---------------- */

.product-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #ffffff;
  position: relative;
  z-index: 2;
  margin-top: -30px;
  padding: 0;
  min-height: 470px;
  -webkit-box-shadow: 0 -10px 60px rgb(0 0 0 / 0.2);
  box-shadow: 0 -10px 60px rgb(0 0 0 / 0.2);
  opacity: 0.4;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.product-main.opas {
  opacity: 1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.product-main.small {
  margin-top: -70px;
  opacity: 1;
}

.product-main .main-img {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 20px;
}

.product-main .main-img .img-block {
  height: 430px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 10px;
  position: relative;
}

.product-main .main-img .img-block .more-me {
  position: absolute;
  bottom: 17px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  margin: 0;
  z-index: 9;
}

.product-main .main-img .img-block .more-me::before {
  content: url("../../img/icon/search-plus-solid.svg");
  width: 17px;
  height: 17px;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.product-main .main-gallery {
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.product-main .main-gallery.slick-slider .slick-list,
.product-main .main-gallery.slick-slider .slick-track {
  height: 100% !important;
}

.product-main .main-gallery.slick-slider .slick-slide {
  height: 20%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #e8e8e8;
}

.product-main .main-gallery.slick-slider .slick-slide.active {
  border: 1px solid #a9a8a8;
}

.product-main .main-gallery.slick-slider .slick-slide p {
  opacity: 0;
  display: none;
}

.product-main .main-gallery.slick-slider .slick-arrow {
  position: absolute;
  padding: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #252525;
  border: none;
  border-radius: 20px;
  color: white;
  height: 26px;
  width: 26px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}

.product-main .main-gallery.slick-slider .slick-arrow::before {
  font-family: "frankof";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.product-main .main-gallery.slick-slider .slick-arrow.slick-prev {
  top: 10px;
}

.product-main .main-gallery.slick-slider .slick-arrow.slick-next {
  bottom: 10px;
}

.product-main .main-gallery.slick-slider .slick-arrow::before {
  content: "\e814";
  font-size: 13px;
}

.product-main .main-gallery.slick-slider .slick-arrow.slick-prev::before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.product-main .main-gallery.slick-slider .slick-arrow.slick-next::before {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}

.product-main .product-desc {
  padding: 20px 20px 20px 40px;
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.product-main .product-desc h1 {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.product-main .product-desc .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.06em;
}

.product-main .score-block {
  margin: 10px 0 20px -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.product-main .score-block .reviews {
  margin: 0;
  font-weight: 300;
  font-size: 11px;
}

.product-main .price {
  margin: 0;
  font-size: 12px;
}

.product-main .price span {
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  margin-left: 10px;
}

.product-main .storage {
  color: #8b8c8a;
  font-size: 13px;
  margin: 20px 0 20px;
}

.product-main .add-wishlist {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.product-main .add-wishlist .icon-heart {
  margin-right: 5px;
}

.product-main .add-wishlist.active .icon-heart::before {
  content: "\e81b";
}

.product-single .btn-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
}

.product-main.product-single .btn-block {
  justify-content: space-around;
  margin: 10px 0;
}

.product-single .btn-block .button {
  cursor: pointer;
  text-align: center;
  background: #343434;
}

.product-main.product-single .btn-block .button {
  width: 45%;
  height: 46px;
}

.product-main .btn-block .buy-now {
  color: #ffffff;
  font-size: 22px;
  padding: 10px 0;
}

.product-main .btn-block .buy-shop {
  color: #747474;
  font-size: 13px;
  padding: 8px 10px;
  background: #cecfd3;
}

.product-single .btn-block > * {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

/*-- Try it button --*/

.ar-container {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ar-container::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border: 1px solid rgba(52, 52, 52, 0.4);
  mask-composite: exclude;
}

.ar-container .content {
  text-align: center;
  font-size: 13px;
  margin-left: 40px;
  line-height: 24px;
}

.top-circle,
.right-circle,
.left-circle {
  transform: absolute;
}

.ar-container .start {
  width: 50px;
  height: 50px;
  background: #343434;
}

.ar-container .start {
  position: relative;
}

.ar-container .start > .animation-phone {
  animation-name: pulse;
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
  background: transparent;
}

.ar-container .start > .lines-start {
  position: absolute;
}

.ar-container:hover .start {
  opacity: 0;
  transition: 0.5s, opacity 0s;
  -webkit-transition: 0.5s, opacity 0s;
}

.ar-container:hover .scene {
  opacity: 100%;
  height: 46px;
  width: 100%;
  transition: 1s, opacity 0s;
  -webkit-transition: 1s, opacity 0s;
}

.ar-container:hover .animation-container .scene .mobile-scene {
  position: absolute;
  animation-name: mobile;
  animation-fill-mode: both;
  animation-duration: 1.5s;
}

.ar-container:hover .animation-container .group-lines {
  width: 80%;
  height: 50%;
  position: absolute;
  animation-name: downGroup;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-delay: 0.7s;
}

.ar-container:hover .animation-container .scene .bg-lines {
  position: absolute;
  left: 43%;
  z-index: 2;
}

.ar-container:hover .animation-container .scene .top-lines-l {
  position: absolute;
  animation-name: top-lines-l;
  animation-fill-mode: both;
  animation-duration: 1.2s;
  z-index: 3;
}

.ar-container:hover .animation-container .scene .top-lines-r {
  position: absolute;
  animation-name: top-lines-r;
  animation-fill-mode: both;
  animation-duration: 1.2s;
  z-index: 3;
}

.ar-container:hover .animation-container .scene .bottom-lines-l {
  position: absolute;
  animation-name: bottom-lines-l;
  animation-fill-mode: both;
  animation-duration: 1.2s;
  z-index: 3;
}

.ar-container:hover .animation-container .scene .bottom-lines-r {
  position: absolute;
  animation-name: bottom-lines-r;
  animation-fill-mode: both;
  animation-duration: 1.2s;
  z-index: 3;
}

.ar-container:hover .cubz-groups,
.ar-container:active .cubz-groups {
  width: 100%;
  position: absolute;
  animation-name: cubz-up-open;
  rotate: -20deg;
  transform: translateY(200%);
  transform: translateX(20%);
  animation-fill-mode: both;
  animation-duration: 1.1s;
  animation-delay: 1.5s;
  animation-timing-function: linear;
}

.ar-container:hover .contianer-cubz,
.ar-container:active .contianer-cubz {
  animation-name: flying;
  rotate: -20deg;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-delay: 3s;
  animation-timing-function: ease-out;
}

.ar-container:hover .one-mobile,
.ar-container:active .one-mobile {
  animation-name: vis;
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-delay: 0.2s;
}

.two-mobile {
  transform: rotate(-289.5deg);
}

.ar-container:hover .two-mobile,
.ar-container:active .two-mobile {
  position: absolute;
  top: -3px;
  left: -25px;
  animation-name: hid;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 0.1s;
}

.contianer-cubz {
  position: relative;
  width: 7px;
  height: 20px;
}

.contianer-cubz .left-cub {
  position: absolute;
  right: 4px;
  bottom: 0;

  animation-name: cub-left-toggle;
  animation-duration: 1600ms;
  animation-delay: 2.5s, 0.7s;
  animation-timing-function: linear;
  -webkit-animation-delay: 2.5s, 0.4s;
  -moz-animation-delay: 2.5s, 0.4s;
  -o-animation-delay: 2.5s, 0.4s;
}

.contianer-cubz .right-cub {
  position: absolute;
  right: 0;
  bottom: 0;

  animation-name: cub-right-toggle;
  animation-duration: 1600ms;
  animation-delay: 2.5s, 0.7s;
  animation-timing-function: linear;
  -webkit-animation-delay: 2.5s, 0.7s;
  -moz-animation-delay: 2.5s, 0.7s;
  -o-animation-delay: 2.5s, 0.7s;
}

.contianer-cubz .top-cub {
  position: absolute;
  bottom: 12%;
  right: 40%;
  animation-name: cub-top-toggle;
  animation-duration: 1600ms;
  animation-delay: 2.5s, 0.7s;
  animation-timing-function: linear;
  -webkit-animation-delay: 2.5s, 0.7s;
  -moz-animation-delay: 2.5s, 0.7s;
  -o-animation-delay: 2.5s, 0.7s;
}

.animation-container .scene .bottom-lines-r {
  position: absolute;
  animation-name: bottom-lines-r;
  animation-fill-mode: both;
  animation-duration: 1.5s;
}

.animation-container .scene {
  opacity: 0;
  width: 50px;
  height: 50px;
  transition: 0.5s, opacity 0s;
  -webkit-transition: 0.5s, opacity 0s;
  background: #343434;
}
.animation-container .start,
.animation-container .scene {
  position: absolute;
  left: 0;
  top: 0;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50%,
  60%,
  70% {
    transform: scale(1.07);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes flying {
  0% {
    right: -5%;
  }
  50% {
    right: 25%;
  }
  100% {
    right: -5%;
  }
}

@keyframes mobile {
  from {
    transform: rotate(0);
    left: 15%;
    top: 20%;
  }
  to {
    transform: rotate(-70deg);
    left: 42%;
    top: 30%;
  }
}
@keyframes top-lines-l {
  from {
    transform: rotate(0);
    left: 12%;
    top: 20%;
  }
  to {
    transform: rotate(-160deg);
    left: 41%;
    top: 13%;
  }
}

@keyframes top-lines-r {
  from {
    transform: rotate(0);
    left: 20%;
    top: 20%;
  }
  to {
    transform: rotate(-111deg);
    left: 54%;
    top: 13%;
  }
}

@keyframes bottom-lines-l {
  from {
    transform: rotate(0);
    left: 20%;
    top: 22%;
  }
  to {
    transform: rotate(-226deg);
    left: 45%;
    top: 29%;
  }
}

@keyframes bottom-lines-r {
  from {
    transform: rotate(100deg);
    left: 20%;
    top: 22%;
  }
  to {
    transform: rotate(-226deg);
    left: 50%;
    top: 29%;
  }
}

@keyframes downGroup {
  from {
    left: 10%;
    top: 0;
  }
  to {
    left: 11%;
    top: 31%;
  }
}

@keyframes cubz-up-open {
  0% {
    left: 0;
    bottom: 10%;
  }
  50% {
    left: 103%;
    bottom: 10%;
  } 
  100% {
    left: 103%;
    bottom: -5%;
  }
}

@keyframes cub-left-toggle {
  0% {
    right: 4px;
  }
  50% {
    right: 5.5px;
  }
  100% {
    right: 4px;
  }
}

@-webkit-keyframes cub-left-toggle {
  0% {
    right: 4px;
  }
  50% {
    right: 5.5px;
  }
  100% {
    right: 4px;
  }
}
@-moz-keyframes cub-left-toggle {
  0% {
    right: 4px;
  }
  50% {
    right: 5.5px;
  }
  100% {
    right: 4px;
  }
}

@-o-keyframes cub-left-toggle {
  0% {
    right: 4px;
  }
  50% {
    right: 5.5px;
  }
  100% {
    right: 4px;
  }
}

@keyframes cub-right-toggle {
  0% {
    right: 0;
  }
  50% {
    right: -10%;
  }
  100% {
    right: 0;
  }
}

@-webkit-keyframes cub-right-toggle {
  0% {
    right: 0;
  }
  50% {
    right: -10%;
  }
  100% {
    right: 0;
  }
}

@-moz-keyframes cub-right-toggle {
  0% {
    right: 0;
  }
  50% {
    right: -10%;
  }
  100% {
    right: 0;
  }
}

@-o-keyframes cub-right-toggle {
  0% {
    right: 0;
  }
  50% {
    right: -10%;
  }
  100% {
    right: 0;
  }
}

@keyframes cub-top-toggle {
  0% {
    bottom: 12%;
    right: 40%;
  }
  50% {
    bottom: 20%;
    right: 50%;
  }
  100% {
    bottom: 12%;
    right: 40%;
  }
}

@-moz-keyframes cub-top-toggle {
  0% {
    bottom: 12%;
    right: 40%;
  }
  50% {
    bottom: 20%;
    right: 50%;
  }
  100% {
    bottom: 12%;
    right: 40%;
  }
}
@-webkit-keyframes cub-top-toggle {
  0% {
    bottom: 12%;
    right: 40%;
  }
  50% {
    bottom: 20%;
    right: 50%;
  }
  100% {
    bottom: 12%;
    right: 40%;
  }
}

@-o-keyframes cub-top-toggle {
  0% {
    bottom: 12%;
    right: 40%;
  }
  50% {
    bottom: 20%;
    right: 50%;
  }
  100% {
    bottom: 12%;
    right: 40%;
  }
}

@keyframes hid {
  to {
    opacity: 100;
  }
  from {
    opacity: 0;
  }
}

@keyframes vis {
  to {
    opacity: 0;
  }
  from {
    opacity: 100;
  }
}

@media (min-width: 960px) {
  .product-single .btn-block .button:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }
}

.product-main .social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 60px;
}

.product-main .social-share p {
  padding-right: 10px;
}

.product-main .social-share ul {
  font-size: 18px;
  color: #c4c4c4;
}

.product-main .social-share ul li {
  padding: 0 5px;
}

.product-main .social-share ul li a,
.product-main .social-share ul li svg {
  vertical-align: bottom;
}

/* product-description ------------- */

.product-description {
  margin: 30px auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.product-description .desc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 2;
  background: #ffffff;
  width: 70%;
}

.product-description .desc-list ul li {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  padding: 15px 10px;
  background: #ffffff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

@media (min-width: 960px) {
  .product-description .desc-list ul li:hover {
    background: #dadada;
    padding: 15px 10px 15px 15px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }
}

.product-description .desc-list ul li.active {
  color: #ffffff;
  background: #252525;
  -webkit-box-shadow: 3px 5px 15px rgb(0 0 0 / 20%);
  box-shadow: 3px 5px 15px rgb(0 0 0 / 20%);
  font-weight: 500;
  position: relative;
  z-index: 1;
  min-width: 200px;
}

@media (min-width: 960px) {
  .product-description .desc-list ul li.active:hover {
    color: #ffffff;
    background: #252525;
    -webkit-box-shadow: 3px 5px 15px rgb(0 0 0 / 20%);
    box-shadow: 3px 5px 15px rgb(0 0 0 / 20%);
    font-weight: 500;
  }
}

.product-description .maindesc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  line-height: 1.5;
}

.product-description .desc-wrapper {
  padding: 10px;
}

.product-description .desc-wrapper > * {
  display: none;
}

.product-description .desc-wrapper > *.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.comments-block {
  width: 100%;
}

/* DB Google Price ---------------------------------------- */

.product-description .desc-wrapper .google-price {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.google-price {
  display: none;
}

.product-description .desc-wrapper .google-price .btn {
  border: none;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
  min-width: 200px;
}

.product-description .desc-wrapper .google-price h5 {
  margin: 0 0 10px;
  text-transform: uppercase;
}

.bd-cat-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 0;
}

.bd-cat-block-hide {
  display: none;
}

.bd-cat-block p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

.bd-cat-block p span {
  font-weight: 500;
  font-size: 13px;
}

.bd-cat-block select {
  min-width: 130px;
  background: none;
  cursor: pointer;
  text-overflow: ellipsis;
}

.db-price-header,
.db-price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.db-price-header {
  background: #292929;
  color: white;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.db-price-header p {
  color: white;
  margin: 0;
  font-size: 13px;
  padding: 0 5px;
}

.db-price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 5px;
  border-bottom: 1px solid;
}

.db-price-block p {
  margin: 0;
  padding: 0 5px;
  font-weight: 500;
}

.db-price-header .name,
.db-price-block .name {
  width: 40%;
  text-align: left;
}

.db-price-header .val {
  margin-left: 10px;
}

.db-price-header .val,
.db-price-block .val {
  width: 20%;
  text-align: left;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.db-price-block .val .minus,
.db-price-block .val .plus {
  min-width: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.db-price-block .val .minus {
  padding-right: 5px;
}

.db-price-block .val .plus {
  padding: 0 3px;
}

.db-price-block .val input {
  width: 20%;
  min-width: 30px;
  border: 1px solid #d8d8d8 !important;
  padding: 3px 2px;
  margin-right: 2px;
}

.db-price-header .price,
.db-price-block .cat-price {
  width: 40%;
  text-align: right;
}

.bd-total p {
  margin: 5px 0;
}

.bd-total p,
.bd-total .button {
  background: #292929;
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  text-align: right;
}

.bd-total .btn-block {
  justify-content: end;
}

.bd-total .btn-block .button {
  width: 48%;
  border: unset;
}

.bd-total p span {
  font-weight: 500;
  color: white;
  font-size: 14px;
}

.db-price-wrapper button {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  width: 50%;
  margin: 10px auto;
  padding: 10px;
  background: #292929;
  color: white;
  border: none;
  cursor: pointer;
}

@media (min-width: 960px) {
  .db-price-wrapper button:hover {
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
  }
}

@media print {
  body * {
    visibility: hidden;
    margin: 0 !important;
  }
  html,
  body {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
  }
  #db-price-wrapper,
  #db-price-wrapper * {
    visibility: visible;
    color: #000;
  }
  #db-price-wrapper button {
    visibility: hidden;
  }
  #db-price-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .product-single-title,
  .product-single-title *,
  .product-main,
  .product-main * {
    margin: 0 !important;
    padding: 0 !important;
    display: none;
  }
  .product-description {
    margin: 0 !important;
    padding: 0 !important;
  }
}

/* END DB Google Price ---------------------------------------- */

.desc-wrapper .materials ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.desc-wrapper .materials ol li {
  margin: 0 15px 15px 0;
  width: 14%;
}

.desc-wrapper .payment-and-delivery {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.desc-help {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  padding: 10px;
  width: auto;
  background: #ffffff;
  -webkit-box-shadow: -10px 15px 35px #dedede;
  box-shadow: -10px 15px 35px #dedede;
  z-index: 1;
  min-width: 255px;
  -ms-flex-item-align: baseline;
  -webkit-align-self: baseline;
  align-self: baseline;
  width: 30%;
}

.desc-help .help-title {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 21px;
}

.desc-help ul li a {
  font-weight: 300;
  font-size: 11px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}

.desc-help ul li a i {
  margin-right: 10px;
  font-size: 15px;
}

.desc-wrapper .size {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.desc-wrapper .size img {
  width: 100%;
  padding: 10px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}

.desc-wrapper .carousel {
  position: relative;
  width: 100%;
  padding: 30%;
}

.desc-wrapper .carousel li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: move;
  overflow: hidden;
}

.desc-wrapper .carousel li.active {
  opacity: 1;
}

.desc-wrapper .carousel li img {
  width: auto;
  height: 100%;
  display: block;
  margin: auto;
}

.desc-wrapper .carousel-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  left: 0;
  height: 20px;
}

.desc-wrapper .carousel-controls button {
  border: none;
  cursor: pointer;
  background: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  height: 10vh;
  width: 5vh;
}

.desc-wrapper .carousel-controls button:active,
.desc-wrapper .carousel-controls button:focus {
  outline: none !important;
}

.desc-wrapper .carousel-controls button[data-state="play"] {
  background-image: url("/play-me.png");
  -moz-animation: cycle 4s linear infinite;
  -webkit-animation: cycle 4s linear infinite;
}

@-moz-keyframes cycle {
  10% {
    transform: rotate(0) translate(0, 0);
  }
  15% {
    transform: rotate(-5deg) translate(0, -7px);
  }
  20% {
    transform: rotate(5deg) translate(0, -7px);
  }
  25% {
    transform: rotate(-5deg) translate(0, -7px);
  }
  30% {
    transform: rotate(5deg) translate(0, -7px);
  }
  35% {
    transform: rotate(-5deg) translate(0, -7px);
  }
  40% {
    transform: rotate(5deg) translate(0, -7px);
  }
  45% {
    transform: rotate(-5deg) translate(0, -8px);
  }
  50% {
    transform: rotate(5deg) translate(0, -9px);
  }
  55% {
    transform: rotate(-5deg) translate(0, -10px);
  }
  60% {
    transform: rotate(5deg) translate(0, -11px);
  }
  65% {
    transform: rotate(-5deg) translate(0, -12px);
  }
  70% {
    transform: rotate(0) translate(0, 0);
  }
}

@-webkit-keyframes cycle {
  10% {
    transform: rotate(0) translate(0, 0);
  }
  15% {
    transform: rotate(-5deg) translate(0, -7px);
  }
  20% {
    transform: rotate(5deg) translate(0, -7px);
  }
  25% {
    transform: rotate(-5deg) translate(0, -7px);
  }
  30% {
    transform: rotate(5deg) translate(0, -7px);
  }
  35% {
    transform: rotate(-5deg) translate(0, -7px);
  }
  40% {
    transform: rotate(5deg) translate(0, -7px);
  }
  45% {
    transform: rotate(-5deg) translate(0, -8px);
  }
  50% {
    transform: rotate(5deg) translate(0, -9px);
  }
  55% {
    transform: rotate(-5deg) translate(0, -10px);
  }
  60% {
    transform: rotate(5deg) translate(0, -11px);
  }
  65% {
    transform: rotate(-5deg) translate(0, -12px);
  }
  70% {
    transform: rotate(0) translate(0, 0);
  }
}

.desc-wrapper .carousel-controls button[data-state="pause"] {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjMyN3B0IiB2aWV3Qm94PSItNDUgMCAzMjcgMzI3IiB3aWR0aD0iMzI3cHQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTE1OCAwaDcxYzQuNDE3OTY5IDAgOCAzLjU4MjAzMSA4IDh2MzExYzAgNC40MTc5NjktMy41ODIwMzEgOC04IDhoLTcxYy00LjQxNzk2OSAwLTgtMy41ODIwMzEtOC04di0zMTFjMC00LjQxNzk2OSAzLjU4MjAzMS04IDgtOHptMCAwIi8+PHBhdGggZD0ibTggMGg3MWM0LjQxNzk2OSAwIDggMy41ODIwMzEgOCA4djMxMWMwIDQuNDE3OTY5LTMuNTgyMDMxIDgtOCA4aC03MWMtNC40MTc5NjkgMC04LTMuNTgyMDMxLTgtOHYtMzExYzAtNC40MTc5NjkgMy41ODIwMzEtOCA4LTh6bTAgMCIvPjwvc3ZnPg==");
}

.desc-wrapper .carousel-controls .progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 5px;
  background: #cecece;
  padding: 0;
  margin-left: 7px;
  cursor: pointer;
  display: none;
}

.desc-wrapper .carousel-controls .progress span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 0;
  height: 100%;
  background: black;
}
*/ .desc-wrapper .model-download {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.desc-wrapper .model-download a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px;
}

.desc-wrapper .model-download a i {
  margin-right: 5px;
  font-size: 18px;
}

.desc-wrapper .decomposition ol {
  list-style-type: circle;
  line-height: 25px;
  margin: 0;
}

.desc-video {
  margin: 0px 0 0;
  padding: 0 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}

.desc-video h6 {
  margin: 0 0 30px;
  padding: 0 0 15px;
  border-bottom: 1px solid #dadada;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  width: auto;
}

.desc-video .video-block {
  position: relative;
  width: 100%;
  padding: 28% 0;
}

.desc-video .video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.desc-help .model-download a {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}

.desc-help .model-download a i {
  width: 26px;
  margin-right: 10px;
}

/* MAP ---------------- */

.map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 40px auto 70px;
}

.map h6 {
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.map h6 span {
  text-decoration: underline;
  margin-left: 5px;
}

.map h6.list i {
  font-style: normal;
  margin-left: 50px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #909090;
}

.map h6.list i::before {
  font-size: 14px;
}

.map-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.map-wrapper .map-list {
  width: 45%;
  position: relative;
}

.map-wrapper .map-list ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  padding: 10px 20px 10px 0;
}

.map-wrapper .map-list li {
  cursor: pointer;
  position: relative;
  left: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

@media (min-width: 960px) {
  .map-wrapper .map-list li:hover {
    left: 8px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }
}

.map-wrapper .map-list li a {
  font-size: 14px;
  line-height: 30px;
}

.map-wrapper .map-block {
  width: 55%;
  height: 520px;
  background: #eaeaea;
  -webkit-box-shadow: -5px 20px 30px rgb(0 0 0 / 10%);
  box-shadow: -5px 20px 30px rgb(0 0 0 / 10%);
}

.shops-wrapper {
  width: 95%;
  height: 470px;
  overflow: auto;
  position: absolute;
  background: #ffffff;
  top: 0;
  left: 0;
  margin-right: 22px;
  padding: 10px;
}

/* width */

.shops-wrapper::-webkit-scrollbar {
  width: 10px;
}

.shops-wrapper::-webkit-scrollbar-track {
  background: #ffffff;
  border: 1px solid #eaebef;
}

.shops-wrapper::-webkit-scrollbar-thumb {
  background: #eaeaea;
}

.shops-wrapper::-webkit-scrollbar-thumb:hover {
  background: #dcdcdc;
}

.shops-wrapper,
.city-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.city-block {
  cursor: pointer;
  padding: 10px 10px 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.city-block:hover {
  -webkit-box-shadow: 2px 2px 15px #e0e0e0;
  box-shadow: 2px 2px 15px #e0e0e0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.city-block hr {
  height: 1px;
  width: 30%;
  background: #c4c4c4;
  margin: 10px 0 0 18px;
}

.city-block:hover hr {
  background: white;
  height: 0;
  color: white;
  width: 0;
}

.city-block p {
  margin: 5px 0;
  font-weight: 300;
  font-size: 11px;
  line-height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.city-block p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.city-block p i {
  margin-right: 3px;
}

.city-block p span {
  margin-right: 10px;
}

.city-block p.title {
  margin: 5px 0 0;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
}

.city-block p.address {
  margin: 5px 0 5px 3px;
}

.city-block p.city-contact i {
  color: #747474;
}

.city-block p.shop-me span {
  text-decoration: underline;
  font-weight: 400;
  cursor: pointer;
  margin-left: 3px;
}

@media (max-width: 1300px) {
  .container.product-single {
    max-width: 950px;
    padding: 0;
  }
  .product-main .main-img {
    width: 45%;
    padding: 20px 20px 20px 10px;
  }
  .product-main .main-gallery {
    width: 20%;
  }
  .product-main .product-desc {
    padding: 20px;
    width: 35%;
  }
}

@media (max-width: 960px) {
  .desc-wrapper .maindesc .carousel {
    display: none;
  }
  .desc-wrapper .carousel.mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    margin-top: 30px;
  }
  .product-single-title .slick-arrow {
    width: 25px;
  }
  .container.product-single {
    width: 100%;
    padding: 0 10px;
    margin-top: 10px;
  }
  .container.product-single.small {
    margin-top: -70px;
  }
  .product-main .product-desc {
    padding: 10px;
    width: 100%;
    display: block;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
  .product-main.product-single {
    width: 95%;
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    padding: 0;
    opacity: 1;
  }
  .desc-help {
    width: 100%;
  }
  .product-main .main-img {
    width: 70%;
  }
  .product-main .main-gallery {
    padding: 0 10px;
    width: 30%;
    text-align: center;
  }
  .product-main .main-gallery.slick-slider .slick-slide {
    height: 33%;
  }
  .product-main .storage {
    margin: 20px 0 50px;
  }
  @keyframes cubz-up-open {
    0% {
      left: 0;
      bottom: 10%;
    }
    50% {
      left: 103%;
      bottom: 10%;
    } 
    100% {
      left: 103%;
      bottom: -50%;
    }
  }
  .product-main .social-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 0;
  }
  .product-main .btn-block {
    margin: 30px 0;
  }
  /* block with information about item product */
  .product-description .desc-list ul {
    width: 30%;
  }
  .product-description .desc-wrapper {
    padding: 0 20px;
  }
  .product-description .desc-list {
    width: 100%;
  }
  .product-description .desc-list ul li {
    padding: 15px 10px;
  }
  .desc-video {
    padding: 0;
  }
  .desc-video .video-block {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 28%;
  }
  .map {
    margin: 20px auto 35px;
  }
  .map-wrapper {
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
  }
  .map-wrapper .map-list {
    width: 100%;
    position: relative;
  }
  .map-wrapper .map-block {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .map-wrapper .map-list ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    padding: 0;
  }
}

@media (max-width: 560px) {
  .desc-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .product-description .desc-wrapper {
    width: 100%;
  }
  .product-description .desc-list ul {
    width: 100%;
  }
  .product-main .main-img .img-block {
    height: 230px;
  }
  .product-main .main-img {
    padding: 20px 10px;
  }
  .product-main .btn-block,
  .product-main .storage,
  .desc-video {
    margin: 20px 0;
  }
  .product-main .product-desc {
    width: 100%;
    display: block;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
  .product-description {
    margin: 30px auto 30px;
  }
  .product-description .desc-list ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
  .product-description .desc-wrapper {
    padding: 0;
  }
  .desc-wrapper .size img {
    width: 100%;
  }
  .product-description .desc-wrapper > *.active {
    padding: 10px 0;
  }
  .map-wrapper .map-list ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    padding: 10px 0;
  }
  .shops-wrapper {
    width: 100%;
    margin-right: 0;
    height: 425px;
    padding: 0;
  }
  .map h6.list i {
    margin-left: 0;
  }
  .city-block {
    padding: 0;
  }
  .map h6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .map h6 span {
    margin: 0;
  }
}

/* Map ---------------- */

.gm-style .gm-style-iw-t::after {
  background: #343434;
}

.gm-style .gm-style-iw-c {
  background-color: #343434;
  width: 280px !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
  border-radius: 0;
}

.gm-style .gm-style-iw-c button {
  top: 0px !important;
  right: 0px !important;
}

.gm-style .gm-style-iw-c button img {
  filter: invert(1);
  -webkit-filter: invert(1);
}

.gm-style .gm-style-iw-d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: auto !important;
  max-height: none !important;
  width: 100%;
}

.gm-style .gm-style-iw-d > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  color: white;
}

.gm-style .gm-style-iw-d > div p {
  margin: 5px 0;
  font-weight: 300;
  font-size: 11px;
  line-height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.gm-style .gm-style-iw-d > div p i {
  margin-right: 3px;
}

.gm-style .gm-style-iw-d > div p span {
  margin-right: 7px;
  display: none;
}

.gm-style .gm-style-iw-d > div p span:nth-child(2),
.gm-style .gm-style-iw-d > div p span:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.gm-style .gm-style-iw-d > div p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.gm-style .gm-style-iw-d > div p.title {
  margin: 5px 0 0;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
}

.gm-style .gm-style-iw-d > div p.maps-link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-weight: 700;
}

.gm-style .gm-style-iw-d > div hr {
  width: 100%;
  margin: 5px 0 2px;
}
