.cc_buy-in-1-click-popup-background {
	position: fixed;
	opacity: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10000;
	background: #eee;
	display: none;
}

.cc_buy-in-1-click-popup {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10001;
	text-align: center;
	right: 0px;
	bottom: 0px;
}

.cc_buy-in-1-click-popup * {
	box-sizing:border-box;
}

.cc_buy-in-1-click-popup:before {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	content: '';
}

.cc_buy-in-1-click-popup-data{
	display:inline-block;
	min-width:300px;
	padding: 16px 16px 16px 16px;
	background:#fff;
	position:relative;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	margin: 2% 0 0 0;
}

.cc_buy-in-1-click-popup-data *{
	-webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

.cc_buy-in-1-click-close {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 21px;
	height: 21px;
	text-align: center;
	line-height: 16px;
	font-size: 36px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-transform: rotate(45deg); /* Для Firefox */
    -ms-transform: rotate(45deg); /* Для IE */
    -webkit-transform: rotate(45deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(45deg); /* Для Opera */
	transform: rotate(45deg);
	cursor: pointer;
	color: #1c64a1 !important;
}

.cc_buy-in-1-click-close:hover {
	color: #19598f !important;
}

.cc_buy-in-1-click-title {
	font-size: 20px;
	font-weight: bold;
	color: #1c64a1;
	margin: 0 0 8px 0;
	text-transform: uppercase;
}

.cc_buy-in-1-click-data {
	width: 250px;
	display: inline-block;
	margin: 16px 0 0 0;
}

.cc_buy-in-1-click-image {

}

.cc_buy-in-1-click-product-name {
	font-weight: bold;
}

.cc_buy-in-1-click-product-price {
    font-size: 14px;
    opacity: 0.75;
}

.cc_buy-in-1-click-product-price span {
	color:#de4a4a
}

.cc_buy-in-1-click-form {
	width: 250px;
	display: inline-block;
	margin: 16px 0 0 0;
}

.cc_buy-in-1-click-form input[type='text'] {
	display: block;
	width: 95%;
	margin: 0px auto 4px auto;
	border: 1px solid #888;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:4px;
}

.cc_buy-in-1-click-form input[type='submit'] {
	display: block;
	margin: 8px auto 0 auto;
	background: #1c64a1;
	border: 0;
	color: #fff;
	padding: 4px 16px;
	cursor: pointer;
	text-transform: uppercase;
}

.cc_buy-in-1-click-form input[type='submit']:hover {
	background: #19598f;
}

.cc_buy-in-1-click-form .cc_buy-in-1-click-form-label {
	margin: 0 0 4px 0;
}

.cc_buy-in-1-click-result {
	margin: 24px 0 36px 0;
}

.cc_buy-in-1-click-product-full-price {
	font-size: 14px;
}

.cc_buy-in-1-click-product-full-price span {
	color: #de4a4a;
    font-size: 18px;
}

.cc_buy-in-1-click {
    background: #19598f;
    color: #fff;
    padding: 10px 16px;	
}

.cc_buy-in-1-click:hover {
    color: #fff;
	text-decoration:none;
	opacity: 0.9;
}