
/*
	Style of the button behind the "Add to Cart"
	Стили для кнопки рядом с кнопкой "Купить"
*/
.product-grid div input.button.pop_up_turbo,
.true-box-product .item input.button.pop_up_turbo
{
	display: none;
}

.product-grid > div:hover input.button.pop_up_turbo,
.true-box-product .item:hover input.button.pop_up_turbo
{
	opacity: 1;
	visibility: visible;
	display: inline-block;
	position: absolute;
	top:	140px;
	left: 50px;
}


.image .pop_up_turbo  
{
	display: none !important;
}

.product_popup .image img
{
	width: 270px !important;
	height: 270px !important;
}

.product_popup  > .left
{
	margin-right: 0px;
}



.product_popup  > .left + .right
{
	margin-left: 310px;
}

.product_popup .image-additional img
{
	width: 50px;
	height: 50px;
}

/*
	Button style in the center of the product image
	Стили для кнопки по центру картинки товара
*/
.pop_up_turbo {
	cursor: 			pointer !important;
	color: 				#fff !important;;
	line-height: 		12px !important;
	font-size: 			14px !important;;
	background: 		#767676 !important;;


	-webkit-box-shadow: 	inset 0 -3px 2px -1px #575757 !important;;
	-moz-box-shadow: 		inset 0 -3px 2px -1px #575757 !important;;
	-khtml-box-shadow: 		inset 0 -3px 2px -1px #575757 !important;;
	box-shadow:				inset 0 -3px 2px -1px #575757 !important;;

	opacity: 0;
	-moz-transition: opacity 0.4s ease-out;
	-webkit-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
	visibility: hidden;
	z-index: 10;
}

/*
	Hover on the button
	Наведение на кнопку
*/
.image .pop_up_turbo:hover  
{
	-webkit-border-radius: 	4px 4px 4px 4px;
	-moz-border-radius: 	4px 4px 4px 4px;
	-khtml-border-radius: 	4px 4px 4px 4px;
	border-radius: 			4px 4px 4px 4px;
}

/*
	Show "View" button after hover image
	Показать кнопку после наведения на картинку
*/


/*
	Action buttons
	Кнопки действий
*/

.small-btn {
	width: 30px;
}

.small-btn {
	background: url(../image/action_icons.png);
}

/*
	Action icons
	Иконки действий
*/
.small-btn.wish-list {
	background-position: -10px -9px;
	padding: 0 7px;
}
.small-btn.compare {
	background-position: -45px -9px;
	padding: 0 7px;
}
.small-btn.details {
	background-position: -80px -9px;
	padding: 0 7px;
}

/*
	Zoom-Cloud Box
*/
.cloud-zoom-big {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	border: 5px solid #f1f1f1;
}


.product_popup .image
{
	padding: 0;
	margin: 0;
}

.product_popup .right #buy-one-click
{
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
}

.product_popup .right #buy-one-click a
{
	border-bottom: 1px dashed #004e84;
}

.product_popup .right #buy-one-click a:hover
{
	border: none;
}

.product_popup .description .left
{
	width: 200px;
	float: left;
	line-height: 24px;
}

.product_popup .price
{
	font-size: 14px !important;
	font-weight: normal !important;
	color: #5B5B5B !important;
}

.product_popup .old-price
{
	font-size: 24px;
	color: #004e84 !important;
	position: relative;
padding-left: 30px;
	top:4px;
}

.product_popup .price-old {
	font-size: 18px !important;
	color: #EC0000 !important;
	text-decoration: line-through;
padding-left: 30px;
}

.product_popup .price-new {
	font-size: 24px !important;
	color: #004e84 !important;
	display: block;
	margin-left: 70px;
	font-weight: bold;
}

.product_popup .description .right
{
	width: 180px;
	float: right;
	line-height: 24px;
}

.description-text
{
	width: 380px;
	float: left;
}




/* fix ui */
.ui-widget-overlay
{
	background: #000 !important;
}

.ui-dialog
{
	background: #f8f7f7 !important;
}

#ui-dialog-title-product_pop_up_turbo
{
	display: none !important;
}

.ui-widget-header
{
	border: none !important;
	background: none !important;
}


.ui-widget-content a
{
	color:              #31698f !important;
}


.ui-icon-closethick
{
	width: 10px !important;
	height: 10px !important;
	background: url('../image/close-modal.png') no-repeat !important;
	position: absolute !important;
	top: 15px !important;

	background-position: 0 0 !important;
	z-index: 999 !important;
}

.ui-state-hover
{

	background:none !important;
	border: none !important;
	right: 5px !important;
}