﻿/* CS Modal */

.cs-modal-success {
	border-radius: 12px;
	border:0px;
	box-shadow:0 2px 15px rgba(0,0,0,.18);
}
.cs-modal-success .modal-body{
	padding:30px 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.cs-modal-success .modal-body .success-icon{
	float:left;
	margin-right: 20px;
}
.cs-modal-success .modal-body .text-modal-block {
	margin-right: 5px;
}
.cs-modal-success .modal-body .text-modal-block a {
	color: #04A349;
}
.option-danger button.close,
.add_product_alert button.close,
.cs-modal-success button.close {
	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;
}
.option-danger button.close:hover,
.add_product_alert button.close:hover,
.cs-modal-success button.close: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;
}
