<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a.button-product-dop {
  width: 100%;
  height: 50px;
  background: #2ac06e;
  border-radius: 3px;
  border: 0;
  outline: none;
  box-shadow: none;
  margin: 0;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  padding: 0;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}
.btn-wrap-dop {
  position: relative;
  margin-top: 15px;
}
.btn-wrap-dop a.button-product-dop:hover + div {
  display: block;
}
.btn-wrap-dop &gt; div {
  padding: 15px 15px;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: 10px 0 0 0;
  background: #2ac06e;
  border-radius: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  behavior: url(/g/pie/pie.htc);
  border: 2px solid #edecea;
  -moz-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.19);
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  display: none;
}
.block-tovar {
  display: none;
}
@media screen and (min-width: 1024px) {
  /*.shop2-product .product-side-r{
		overflow: visible;
		padding-left: 210px;
	}
	.shop2-product .product-details .table-wrap{
	    max-width: 260px;
	    padding: 8px;
	}
	.shop2-product .product-details div.yashare{
		margin-top: 0;
		max-height: 40px;
	}*/
}
@media screen and (max-width: 320px) {
  .aside-nav__logo .site-logo img {
    width: 100%;
  }
}
div.buy-one-click {
  text-align: center;
}
@media screen and (max-width: 767px) {
  /*.shop2-product .product-details .table-wrap {
		max-width: 250px;
	}*/
  .btn-wrap-dop {
    /*margin-top: -5px;
		float: none;*/
    margin-right: 0;
  }
  .btn-wrap-dop a {
    margin-top: 0;
  }
}
/*.shop2-product .product-details .table-wrap {
	max-width: 60%;
	padding-top: 7px;
}*/
.shop2-clear-container {
  height: 22px;
  clear: inherit;
}
</pre></body></html>