.sticker-ns.sticker_stock_status {
	background: #acadbb;
	font-weight: 600;
}

.not_available.thumbnails img,
.not_available .image a img {
	 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.not_available .btn-general,
.not_available .btn-general:hover {
	background: #acadbb !important;
}
.price {
	color:#ed7509;
}
.usd_price,
.usd_special {
	font-size:14px;
	color:#000 !important;
	margin-top: 3px;
}
.product-thumb .usd_price,
.product-thumb .usd_special{
	font-size:12px;
	color:#000 !important;
	margin-top: 3px;
	width: 100%;
}
.btn-info-currency {
	display: inline-block;
	width: 28px;
	height: 28px;
	max-width: 28px;
	max-height: 28px;
	border-radius: 100%;
	border: 0px;
	background: #f8f9fa;
	position: absolute;
	top:-8px;
	right: -35px;
	text-align: center;
}

.btn-info-currency svg {
	color: #000;
	width: 12px;
	height: 16px;
	display: inline-block;
}
.box-price {
	display: inline-block;
}
.box-price,
.price-new {
	position: relative;
}

.modal_price.dropdown-menu {
	top: -12px;
	min-width: 200px;
}
.coif-item + div.coif-item{
	margin-top: 8px;
}
.title-coefficient {
	font-size: 12px !important;
	color: #666;
	font-weight: 400;
	line-height: 16px;
}
.price-coefficient {
	margin-top: 5px;
	font-size: 14px !important;
	color: #000;
	font-weight: 600;
	line-height: 16px;
}
.close-block-info-currency {
	background-image: url("/catalog/view/theme/cyberstore/image/form-icon/close-icon.svg");
	cursor: pointer !important;
	font-size: 0px;
	height: 25px;
	outline: medium none;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 25px;
	z-index: 1060;
	text-align: center;
	line-height: 25px;
	border: 1px solid #ececec;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
	background-color: #fff;
}
.close-block-info-currency:hover {
	background-image: url("/catalog/view/theme/cyberstore/image/form-icon/close-h-icon.svg");
	cursor: pointer !important;
	font-size: 0px;
	outline: medium none;
	position: absolute;
	line-height: 25px;
	border: 1px solid #fff;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.067);
	background-position: center;
	background-repeat: no-repeat;
}

.container-modules .status__rating {
	margin-bottom: 8px;
}
.container-modules .pq-box {
	width: calc(100% - 82px);
	margin-bottom: -38px;
}
.container-modules .pq-box .price {
	align-items: center;
}
.container-modules .actions{
	align-self: flex-end;
	margin-top: 0px;
}
.container-modules .actions div.cart {
	margin-right: 8px;
}
@media (max-width: 768px){
.info-product {
  min-width: auto;
}
}