.news-rss {
  margin: 40px auto 25px;
  width: 100%;
  max-width: 1200px;
}
.news-rss .form-label {
  margin-bottom: 10px;
}
@media screen and (max-width: 1735px) {
  .news-rss {
    margin: 40px 20% 0 auto;
  }
}
@media screen and (max-width: 1735px) {
  .news-rss {
    margin: 40px 18% 0 auto;
  }
}
@media screen and (max-width: 1490px) {
  .news-rss {
    margin: 30px 15% 0 auto;
  }
}
@media screen and (max-width: 1440px) {
  .news-rss {
    margin: 30px auto;
  }
}
@media screen and (max-width: 1315px) {
  .news-rss {
    margin: 30px 50px 0 auto;
  }
}
@media screen and (max-width: 1290px) {
  .news-rss {
    margin: 30px 50px 0 10px;
  }
}
@media screen and (max-width: 1270px) {
  .news-rss {
    width: calc(100% - 20px);
    margin: 30px auto;
  }
}
/*Новые стили корзины*/
/*Шаг 1*/
.cart-total ul li span {
  font-size: 16px;
  width: calc(100% - 120px);
  padding-right: 10px;
  text-align: right;
  box-sizing: border-box;
}
.cart-total ul li span.price {
  text-align: right;
  width: 120px;
  font-family: Roboto, Arial, sans-serif;
}
.cart-total ul li.promocode .form-label label span {
  font-size: 13px;
  width: 100%;
  text-align: left;
}
.cart-table .table-row.heading .table-cell {
  font-size: 16px;
}
/*Шаг 2*/
.cart-form {
  float: none;
  width: 100%;
}
.cart-form .header {
  width: 100%;
  padding: 10px 15px 10px 30px;
  box-sizing: border-box;
  background: #eee;
  color: #a2a2a2;
  font-size: 16px;
}
.cart-form .header a {
  color: #a6b52d;
  text-decoration: none;
  margin-left: 5px;
}
.cart-form .header a:hover {
  text-decoration: underline;
}
.cart-form .form .required {
  color: #e5280b;
  margin: 10px 4px;
}
.cart-delivery::before,
.cart-delivery::after {
  display: none;
}
.cart-delivery .right {
  width: 100%;
  float: none;
  box-sizing: border-box;
}
.cart-delivery .right .header {
  width: 100%;
  padding: 10px 15px 10px 30px;
  box-sizing: border-box;
  background: #eee;
  color: #a2a2a2;
  font-size: 16px;
}
.cart-delivery .right .items {
  padding: 20px;
  box-sizing: border-box;
}
.cart-delivery .right .items input {
  width: 100%;
  max-width: 320px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  color: #a2a2a2;
}
.cart-delivery .right .items .headers {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  margin: 15px 0;
}
.cart-delivery .right .items .headers .item {
  font-size: 16px;
  color: #a2a2a2;
  font-weight: 500;
  margin-right: 15px;
}
.cart-delivery .right .items .headers .item:nth-child(1) {
  width: 185px;
}
.cart-delivery .right .items .headers .item:nth-child(2) {
  width: 100px;
}
.cart-delivery .right .items .headers .item:nth-child(3) {
  width: 90px;
  margin-right: 0;
}
.cart-delivery .right .items .delivery-item {
  padding-left: 30px;
  margin-bottom: 15px;
}
.cart-delivery .right .items .delivery-item label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}
.cart-delivery .right .items .delivery-item label input {
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.cart-delivery .right .items .delivery-item label .radio {
  position: absolute;
  top: 5px;
  left: -24px;
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid #a2a2a2;
  border-radius: 50%;
}
.cart-delivery .right .items .delivery-item label input:checked + .radio {
  background: url(../images/checked.png) center no-repeat #a7ba14;
  border-color: #a7ba14;
}
.cart-delivery .right .items .delivery-item label div {
  font-size: 16px;
  color: #a2a2a2;
  margin-right: 15px;
}
.cart-delivery .right .items .delivery-item label div.delivery-item-type {
  width: 185px;
}
.cart-delivery .right .items .delivery-item label div.delivery-item-time {
  width: 100px;
}
.cart-delivery .right .items .delivery-item label div.delivery-item-price {
  width: 90px;
  margin-right: 0;
}
.cart-delivery .right .items .delivery-item .choose-point {
  display: inline-block;
  color: #a7ba14;
  font-size: 16px;
  margin: 5px 0;
  text-decoration: none;
  font-weight: 500;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: 0.2s;
  padding: 0;
}
.cart-delivery .right .items .delivery-item .choose-point:hover {
  border-bottom: 2px solid #a7ba14;
}
.cart-payment {
  width: 100%;
  float: none;
}
.cart-payment .header {
  width: 100%;
  padding: 10px 15px 10px 30px;
  box-sizing: border-box;
  background: #eee;
  color: #a2a2a2;
  font-size: 16px;
  margin-bottom: 16px;
}
.cart-payment .payment-list .item label span {
  color: #a2a2a2;
  font-size: 16px;
}
.cart-payment .payment-list .item label span.icon {
  padding-left: 5px;
}
.cart-payment .payment-list .item label span.icon img {
  display: none;
}
.cart-payment .payment-list .item label span.descr {
  display: none;
}
.cart-checkout {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cart-checkout .policy {
  max-width: 370px;
  width: 100%;
  font-size: 13px;
  text-align: right;
  margin-bottom: 20px;
}
.cart-checkout .policy a {
  color: #cbda51;
  background: transparent;
  font-size: 13px;
  float: none;
  padding: 0;
  line-height: normal;
  box-shadow: none;
  border: none;
  border-radius: 0;
  display: inline;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  text-transform: none;
}
.cart-checkout .policy a:hover {
  border-bottom: 1px solid #cbda51;
}
.cart-checkout .total {
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  color: #a2a2a2;
  margin-bottom: 25px;
}
.cart-checkout .total div {
  color: #000;
  margin-left: 15px;
  font-size: 20px;
}
.address-textarea {
  width: 250px;
  margin-top: 5px;
  padding-left: 0;
  display: block;
  border: 0;
  resize: none;
  color: #a7ba14;
  font-size: 16px;
}
.popup-window{
  max-width: 530px;
  width: 100%;
  box-sizing: border-box;
}
.popup-window-content img{
  width: 100%;
}
.popup-window-close-icon:after{
  width: 27px;
  height: 27px;
}
@media all and (max-width: 500px){
  .popup-window .popup-window-buttons .product-details:last-child{
    margin-top: 10px;
    display: block;
  }
  .popup-window-overlay{
    max-width: 530px;
    width: 100%;
    box-sizing: border-box;
  }
}