/* 24-09-23 */

.shop-photo a {
	width: 100%;
	display: flex;
	aspect-ratio: 1;
	justify-content: center;
}

.shop_buy.to-cart {
    margin-top: 1rem;
}

.cart_remove span, .wishlist_remove span {
	display: block;
	background: url(../img/remove.png) no-repeat center center;
	width: 26px;
	height: 26px;
	cursor: pointer;
	margin: 1rem;
	background-size: cover;
}

.cart-table tbody tr {
    height: auto;
}
.cart-table tbody td {
    height: 3rem;
    padding: 10px;
}
.cart_delivery_title {
    font-size: 1.2rem;
    line-height: 1.1;
    padding-bottom: 1.5rem;
}
.cart_delivery_title,
.cart_delivery_title + .cart_last_th {
    height: 8rem;
    vertical-align: bottom;
}
.cart-table tr.delivery-active {
	background: #FFEFF6;
}
.cart_check input {
    cursor: pointer;
}
.shop-item .addict-field {
    margin: 20px 0 0;
}
.shop-item-price .price{
    display: flex;
    align-items: center;
    justify-content: start;
}

.shop_old_price {
    margin-left: .5rem;
}

.old-price-rate {
  font-weight: normal;
  display: inline-block;
  padding: 2px 4px;
  background: #fdff55;
  margin-left: .5rem;
  font-size: 80%;
}

.shop_old_price .shop_price_value, .shop_old_price .shop_price_currency {
    font-size: 1rem;
    font-style: normal;
    /* font-weight: bold; */
}

.shop-item-info.p-right .price .js_shop_price {
    padding-right: .3rem;
}

.shop-pane .shop-item .quantity-input-wrp {
    width: 140px;
}
.shop-pane .shop-item .quantity-input {
	height: 36px;
	line-height: 36px;
	width: 140px;
	font-size: 16px;
}
.shop-pane .shop-item .quantity-input-wrp .minus,
.shop-pane .shop-item .quantity-input-wrp .plus {
	height: 36px;
	line-height: 34px;
	text-align: center;
	width: 36px;
	font-size: 24px;
	font-weight: 600;
}

#panel-pink .item-pink.login {
    width: 170px;
    height: 44px;
    margin-bottom: -8px;
}
#panel-pink form.login {
    width: 100%;
}

.login-first-display-none {
    top: 50px;
}

form.login input[type="text"], form.login input[type="password"] {
    margin: 10px 0 0;
    width: 100%;
  }

#panel-pink form.login label {
    display: inline-block;
    margin: 10px 0 -8px;
    font-size: 1rem;
}

/*
.js_shop_form.shop_form.ajax {
	min-height: 180px;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.current-count p {
    margin: 5px 0;
}

.shop-item .addict-field {
	margin: 5px 0 0;
}
*/

@media (max-width: 1280px) {
    body {
        min-width: 1280px;
    }
    body > #header,
    body > #top-menu-wrapper,
    body > .wrapper.block,
    body > #copyright {
        margin-left: 2rem;
        margin-right: 2rem;
        width: calc(100% - 4rem);
        box-sizing: border-box;
    }
    body > .panel-wrapper {
        width: calc(100% + 1rem);
        margin-left: -1rem;
    }
}