.popup-account,
.popup-wish,
.popup-bag {
	width: 270px;
max-width: 100%;
padding: 20px 18px;
font-size: 12px;
}

.product-store-lists__image {
    width: 60px;
    min-width: 60px;
}
.product-store-lists__image img {
	width: 100%;
}
.closeBtn {
	cursor: pointer;
}
.closeBtnw {
	cursor: pointer;
}
.closeBtnB {
	cursor: pointer;
}
.popup__bg {
	position: fixed;
left: 0;
top: 0;
height: 100%;
background: rgba(0,0,0,0.6);
z-index: 1000;
backface-visibility: hidden;
width: 100%;
visibility: hidden;
opacity: 0;
transition: all 0.3s ease;
}
.popup__bg.popupActive {
	opacity: 1;
	visibility: visible;
}
.popup-account__head.d-flex.align-items-center.mb-10 {
	flex-direction: row;
justify-content: space-between;
}
.popup-body {
	
}
.overflowhidden {
	overflow: hidden;
}
.popupC {
	box-shadow: 1px 1px 3px #000;
	background-color: #fff;
	z-index: 10000;
	position: fixed;
top: 0;
bottom: 0;
left: auto;
right: 0;
-webkit-transition: transform .7s ease-in-out;
-moz-transition: transform .7s ease-in-out;
transition: all 0.7s ease-in;
transform: translateX(340px);	
overflow-x: hidden;
overflow-y: auto;
backface-visibility: hidden;
}
.bagBtn {background: transparent;
border: none;
padding: 0;
color: #000;
font-size: 24px;
position: relative;}

.popupW {
	box-shadow: 1px 1px 3px #000;
	background-color: #fff;
	z-index: 10000;
	position: fixed;
top: 0;
bottom: 0;
left: auto;
right: 0;
-webkit-transition: transform .7s ease-in-out;
-moz-transition: transform .7s ease-in-out;
transition: all 0.7s ease-in;
transform: translateX(340px);	
overflow-x: hidden;
backface-visibility: hidden;
overflow-y: auto;
}
.popupB {
	box-shadow: 1px 1px 3px #000;
	background-color: #fff;
	z-index: 10000;
	position: fixed;
top: 0;
backface-visibility: hidden;
bottom: 0;
left: auto;
right: 0;
-webkit-transition: transform .7s ease-in-out;
-moz-transition: transform .7s ease-in-out;
transition: all 0.7s ease-in;
transform: translateX(300px);	
overflow-x: hidden;
overflow-y: auto;
}
.popupC.activePopup {
	transform: translateX(0px);	
}
.popupW.activepopW {
	transform: translateX(0px);	
}
.popupB.activepopB {
	transform: translateX(0px);	
}
.iform {
	margin-bottom: 20px;
}
input[type="text"].iform, 
input[type="number"].iform, 
input[type="email"].iform, 
input[type="password"].iform, 
input[type="search"].iform, 
input[type="tel"].iform, 
textarea.iform, 
select.iform {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    color: #858585;
    box-shadow: none;
    height: 35px;
    font-size: 12px;
    background: none;
    text-shadow: none;opacity: 1;
}
input[type="text"].iform:hover, 
input[type="number"].iform:hover, 
input[type="email"].iform:hover, 
input[type="password"].iform:hover, 
input[type="search"].iform:hover, 
input[type="tel"].iform:hover,
textarea:hover, 
select:hover {
    border: solid 1px #141414;
}
.popup-form label {
	margin-bottom: 0;
}
input.iform::placeholder, 
textarea.iform::placeholder {
    opacity: 0.6;
    -ms-filter: none;
}
.popup-account__btn-login {
    background-color: #141414;
    border-color: #141414;
    font-size: 13px;
line-height: 14px;
font-style: normal;
letter-spacing: 0.05em;
font-weight: 400;
text-transform: uppercase;
color: #fff;
height: 35px;
border-radius: 1px;
transition: background-color 0.2s,border-color 0.2s,color 0.2s !important;
}

.popup-account__btn-login:hover {
	background-color: #fff;
	border-color: #141414;
	color: #141414;
}
.signBtn, .full-btn {
background-color: #141414;
    border-color: #141414;
    font-size: 13px;
line-height: 32px;
font-style: normal;
letter-spacing: 0.05em;
font-weight: 400;
text-transform: uppercase;
color: #fff;
text-align: center;
height: 35px;
border-radius: 1px;
display: block;
border:1px solid #141414;
transition: background-color 0.2s,border-color 0.2s,color 0.2s !important;
}
.full-border-btn {
	background-color: #fff;
    border-color: #141414;
    font-size: 13px;
line-height: 32px;
font-style: normal;
letter-spacing: 0.05em;
font-weight: 400;
text-transform: uppercase;
color: #141414;
text-align: center;
height: 35px;
border-radius: 1px;
display: block;
border:1px solid #141414;
transition: background-color 0.2s,border-color 0.2s,color 0.2s !important;
}
.full-border-btn:hover {
	background-color: #000;
	
	color: #fff;
}
.signBtn:hover,
.full-btn:hover {
	background-color: #fff;
	border-color: #141414;
	color: #141414;
}
.popup-account__return-to-store {
    color: #141414;
}
.popup-account__return-to-store {
    color: #141414;
}
.btn-link, .btn-link:visited, .btn-link:active, .btn-link:link {
    color: #858585;
}
.btn-store {
	color: #141414; 
}
.forgetBtn {

}
.h6 {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0em;
    font-weight: 400;
}
.product-store-lists__remove.btn-link.js-store-lists-remove-wishlist {
    line-height: 1;
    cursor: pointer;
}
.product-cart__variant,
.product-store-lists__variant {
    color: #858585;
}
.product-cart__price {
    line-height: 1.2;
    margin-bottom: 5px;
}
span.money {
	font-size: 14px;
}
.product-store-lists__price .old{
	text-decoration: line-through;
    font-size: 11px;
    margin-left: 6px;
    color: #989898;
}