a.new_tab_link {
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  margin: 10px 0 20px;
  background: linear-gradient(to top right, #036078 0%, #0a91b1 100%);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.shop2-product-set-wrap .top-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-top: 30px;
}
.shop2-product-set-wrap .top-panel .title {
  font-weight: 600;
  font-size: 24px;
  color: #0a90b0;
}
.shop2-product-set-wrap .set-empty, .shop2-product-set-wrap .shop2-btn {
  transition: all 0.3s ease;
}
.shop2-product-set-wrap .set-empty {
  opacity: 0;
  display: none;
}
.shop2-product-set-wrap.empty .set {
  opacity: 0;
  display: none;
}
.shop2-product-set-wrap.empty .set-empty {
  opacity: 1;
  display: block;
}
.shop2-product-set-wrap.empty .shop2-btn {
  opacity: 0;
  visibility: hidden;
  display: none;
}
html body .wrapper .shop2-product-desc .shop2-set .product-list {
  margin: 0 -5px;
}
html body .wrapper .shop2-product-desc .shop2-set .shop2-product-item {
  width: calc(33.3% - 10px);
  margin: 0 5px 10px;
  box-sizing: border-box;
}
@media (max-width: 1366px) and (min-width: 1281px) {
  html body .wrapper .shop2-product-desc .shop2-set .shop2-product-item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 980px) {
  html body .wrapper .shop2-product-desc .shop2-set .shop2-product-item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  html body .wrapper .shop2-product-desc .shop2-set .shop2-product-item {
    width: 100%;
    margin: 0 0 10px;
  }
}
html body .wrapper .shop2-product-desc .shop2-set .shop2-product-item img {
  max-width: 100%;
}
html body .wrapper .shop2-product-desc .shop2-set .shop2-product-item .product-image {
  width: 100%;
  margin-bottom: 10px;
}
html body .wrapper .shop2-product-desc .shop2-set .shop2-product-item .product-amount, html body .wrapper .shop2-product-desc .shop2-set .shop2-product-item .favorite_btn_wrapper {
  display: none;
}
html body .wrapper .shop2-product-desc .shop2-set .shop2-product-item .product-name {
  margin-bottom: 5px;
  display: inline-block;
}
html body .wrapper .shop2-product-desc .shop2-set .shop2-product-item .product-name a {
  text-decoration: none;
}
html body .wrapper .shop2-product-desc .shop2-set .shop2-product-item .product-name a:hover {
  color: #000;
}
html body .wrapper .shop2-product-desc .shop2-set .shop2-product-item .product-bot {
  margin-top: 10px;
  border: none;
}
html body .wrapper .shop2-product-desc .shop2-set .shop2-product-item .product-price {
  width: 100%;
}
html body .wrapper .shop2-product-desc .shop2-set .shop2-product-item .price-current {
  font-size: 14px;
  color: #0a90b0;
}
html body .wrapper .shop2-product-desc .shop2-set .shop2-product-item .price-current strong {
  font-size: 20px;
  color: inherit;
}
.shop-product .product-right-side, .shop-product .product-card-options {
  width: 100%;
  max-width: 100%;
}
.shop-product {
  width: 100%;
}
#set-items-added {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.shop2-set-item {
  width: calc(33.3% - 10px);
  margin: 0 5px 10px;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #dedede;
  position: relative;
}
@media (max-width: 980px) {
  .shop2-set-item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .shop2-set-item {
    width: 100%;
    margin: 0 0 10px;
  }
}
.shop2-set-item .shop2-set-name {
  margin-top: 5px;
}
.shop2-set-item .shop2-set-name__pic.no-image {
  padding-top: 56%;
  background: #e6e6e6 url("/g/shop2v2/default/images/noimage.png") 50% 50% no-repeat;
}
.shop2-set-item .shop2-set-name__pic.no-image img {
  display: none;
}
.shop2-set-item .price-current {
  font-size: 14px;
  color: #0a90b0;
}
.shop2-set-item .price-current strong {
  font-size: 20px;
  color: inherit;
}
.shop2-set-item .product-amount {
  margin-bottom: 0;
}
.shop2-set-item .product-amount button {
  min-height: 0;
}
.shop2-set-item .shop2-set-price {
  font-size: 14px;
  color: #0a90b0;
}
.shop2-set-item .shop2-set-price strong {
  font-size: 20px;
  color: inherit;
}
.shop2-set-item .delete {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  will-change: transform;
  transition: all 0.3s ease;
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 17 17'%3E%3Cpath fill='%23d75a4d' d='M11 4V3a.945.945 0 0 0-1-1H7a.945.945 0 0 0-1 1v1H2v3h2v6a2.006 2.006 0 0 0 2 2h5a2.006 2.006 0 0 0 2-2V7h2V4zM7 3h3v1H7zm5 10a.945.945 0 0 1-1 1H6a.945.945 0 0 1-1-1V7h1v3h1V7h1v4h1V7h1v5h1V7h1zm2-7H3V5h11z'/%3E%3C/svg%3E") 50%/20px no-repeat;
}
.shop2-set-item .delete img {
  display: none;
}
.shop2-set-item .delete:hover {
  transform: scale(1.2);
}
.shop-product .product-left-side .product-image {
  min-height: 200px;
}
@media (max-width: 768px) {
  .sets_container {
    order: 9;
  }
  .shop2-product-set-wrap {
    order: 8;
  }
  .shop-product .product-card-options {
    display: flex;
    flex-direction: column;
  }
}
.shop2-cart-wrapper .shop2-cart-product .cart-delete {
  display: inline-block;
  border: none;
}
.shop2-cart-product .cart-amount {
  text-align: center;
}
.cart-product-top {
  width: 100%;
}
.cart-product-top > div {
  display: flex;
  width: 100%;
}
.cart-product-top .shop2-cart-set-item {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #0000000d;
  box-sizing: border-box;
  padding-right: 27px;
}
@media (max-width: 960px) {
  .cart-product-top .shop2-cart-set-item {
    padding-right: 6px;
  }
}
.cart-product-top .shop2-cart-set-item .cart-product-right {
  justify-content: space-between;
  align-items: center;
}
.set_item_total > div {
  width: 100%;
}
.set_item_total .pdiv {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.set_item_total .pdiv .title {
  margin-right: 10px;
}
.set_item_total .pdiv .cart-price {
  width: auto;
}
@media (max-width: 768px) {
  .set_item_total .pdiv .cart-price {
    padding: 0;
    margin: 0;
    display: block;
  }
}
.shop2-cart-wrapper .shop2-cart-product {
  padding-right: 0;
}
.shop2-cart-wrapper .shop2-cart-product__inner {
  padding-right: 60px;
  box-sizing: border-box;
  position: relative;
}
.shop2-cart-wrapper .shop2-cart-product.hidden-set {
  display: none;
}
.shop2-cart-wrapper .shop2-cart-product .cart-product.pl0 {
  width: auto;
  margin: 0;
}
.shop2-cart-product .cart-product-right {
  align-items: center;
}
.shop2-cart-product .shop2-product-amount input[type="text"] {
  border-radius: 0;
}
@media (max-width: 1024px) {
  .shop2-cart-product .shop2-product-amount input[type="text"] {
    width: 25px;
  }
  .shop2-cart-product .shop2-product-amount button {
    width: 25px;
  }
  .shop2-cart-wrapper .shop2-cart-product .cart-amount .shop2-product-amount input[type="text"] {
    width: 35px;
  }
  .shop2-cart-product .cart-amount .copy_set_item {
    font-size: 14px;
  }
  .shop2-cart-wrapper .shop2-cart-product .cart-price {
    font-size: 16px;
  }
  .shop2-cart-wrapper .shop2-cart-product .shop2-cart-set-item .cart-product {
    margin-right: 15px;
  }
}
@media (max-width: 768px) {
  .shop2-cart-product .cart-product-right {
    width: 100%;
    justify-content: center;
  }
  .shop2-cart-product .shop2-product-amount input[type="text"] {
    padding: 0;
    min-width: 35px;
  }
  .cart-delete-from-set {
    flex: none;
  }
  .set_item_amount {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .shop2-cart-product .cart-price {
    display: block;
  }
  .shop2-cart-wrapper .shop2-cart-product__inner, .cart-product-top .shop2-cart-set-item {
    flex-direction: column;
  }
  .shop2-cart-wrapper .shop2-cart-product__inner .cart-product-right, .cart-product-top .shop2-cart-set-item .cart-product-right {
    margin-top: 15px;
  }
  .shop2-cart-product .shop2-product-amount button {
    min-height: 0;
  }
  .shop2-cart-wrapper .shop2-cart-product .cart-amount .shop2-product-amount input[type="text"] {
    padding: 6px 0;
  }
}
@media (max-width: 520px) {
  .shop2-cart-wrapper .shop2-cart-product .cart-price:first-child {
    display: none;
  }
}
@media (max-width: 480px) {
  .shop2-cart-wrapper .shop2-cart-product__inner .cart-product-right, .cart-product-top .shop2-cart-set-item .cart-product-right {
    justify-content: space-between;
  }
  .shop2-cart-wrapper .shop2-cart-product__inner .cart-product-right .cart-amount, .cart-product-top .shop2-cart-set-item .cart-product-right .cart-amount {
    width: auto;
    margin-right: 20px;
  }
}
