﻿@charset "utf-8";
/* CSS Document */

.jkassa .clear {
	clear: both;
	width:100%;
}
.jk-blok-product, .jk-blok-manufacturer { margin-bottom: 20px; }
.jk-cost { white-space: nowrap; }
/* ИЗОБРАЖЕНИЕ (продукт) */
.jk-images {
	min-height: 115px !important;
	position: relative;
}
/* ПРОИЗВОДИТЕЛЬ (продукт) */
.jk-logo_manufacturer {
	position: absolute;
	left: 0;
	bottom: -15px;
	z-index: 2;
	margin-bottom: 10px;
	background-color: rgba(238, 238, 238, 0.7);
	border-radius: 4px 4px 4px 4px;
	padding: 2px 4px;
}
/* Связанные продукты (корзина) */
/* Просмотренные продукты (аккаунт) */
ul.jk-baggage-related {
	list-style: none !important;
	list-style-image: none !important;
	margin: 0px !important;
	padding: 0px !important;
	text-align: center;
}
ul.jk-baggage-related li { display: inline-block; }
/* Подсказки */
.tip-wrap { z-index: 1005; }
/* Стикеры */
.jk-stickers {
	bottom: 0px;
	position: absolute;
	right: 0;
	margin: 0px !important;
}
.jk-stickers li {
	display: inline-block;
	list-style-type: none;
	margin-left: -16px !important;
}
/* Скидка на стикере */
.promo_discount span {
	width: auto;
	float: left;
	margin-left: 36px;
	margin-top: 43px;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	-moz-transform: rotate(-44deg);
	-webkit-transform: rotate(-44deg);
	-o-transform: rotate(-44deg);
	-ms-transform: rotate(-44deg); /* для IE9 */
	transform: rotate(-44deg);
}
/* Пользовательское переключение отображения продуктов */
.jkassa a.btn { text-decoration: none; }
.jkassa .icon-th { background-position: -240px 0; }
.jkassa .icon-list { background-position: -360px -48px; }
.jkassa .icon-th, .jkassa .icon-list {
	display: inline-block;
	width: 14px;
	height: 14px;
	*margin-right: .3em;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url("../../../media/jui/img/glyphicons-halflings.png");
	background-repeat: no-repeat;
	margin-top: 0;
}
.jkassa .icon-white { background-image: url("../../../media/jui/img/glyphicons-halflings-white.png"); }
.jkassa .icon-th:before, .jkassa .icon-list:before { content: normal; }
/* Список производителей */
.jkassa .jk-manufacturers-desc { margin: 10px 0 20px; }
/* Корзина */
.jk-cart-items .jk-cart-head {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	font-weight: bold;
	margin-bottom: 10px;
}
.jk-cart-items .jk-cart-body { border-bottom: 1px solid #DDDDDD; }
.jk-cart-items .jk-cart-footer { margin-top: 10px; }
.jk-cart-items .jk-cart-head > div, .jk-cart-items .jk-cart-body > div, .jk-cart-items .jk-cart-footer > div {
	line-height: 18px;
	padding: 8px;
}
.jk-prod_image { width: 1%; }
.jk-del_button { text-decoration: none; }
.jk-cart-items img { max-width: none; }
.jk-prod_image img { max-width: none; }
/* ajaxBusy */
#jk_ajaxBusy {
	display: none;
	top: 50%;
	left: 50%;
	margin: -62px 0 0 -62px;
	height: 124px;
	width: 124px;
	position: fixed;
	z-index: 1000;
}
/* Alert */
#jk_alert_dialog {
	background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin: -150px 0 0 -150px;
    min-height: 100px;
    position: fixed;
    top: 50%;
    width: 300px;
    z-index: 65556;
}
#jk_alert_body { padding: 15px; }
#jk_alert_footer {
	display: block;
	background-color: #F5F5F5;
    border-radius: 0 0 6px 6px;
    border-top: 1px solid #DDDDDD;
    box-shadow: 0 1px 0 #FFFFFF inset;
    margin-bottom: 0;
    padding: 5px 10px;
    text-align: right;
}
/* Modal */
div.modal {
	position: fixed;
	top: 3%;
	left: 50%;
	z-index: 1050;
	width: 80%;
	margin-left: -40%;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.3);
	*border: 1px solid #999;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
	outline: none;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
			box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-webkit-background-clip: padding-box;
	   -moz-background-clip: padding-box;
			background-clip: padding-box;
}
div.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}
div.modal.fade.in { top: 10%; }
.modal-header h3 { text-align: left; }
.modal-body { padding: 10px; }
.modal-body iframe { border: 0 none !important; }
@media (max-width: 480px) {
	div.modal {
		top: 10px;
		left: 10px;
		right: 10px;
	}
	.modal-body { padding: 3px; }
}
@media (max-width: 767px) {
	div.modal {
		position: fixed;
		top: 20px;
		left: 20px;
		right: 20px;
		width: auto;
		margin: 0;
	}
	div.modal.fade { top: -100px; }
	div.modal.fade.in { top: 20px; }
}
@media (min-height: 640px) {
	div.modal.fade.in { top: 5%; }
	.modal-body {
		max-height: 470px !important;
		height: 470px;
	}
}
@media (min-height: 800px) {
	.modal-body {
		max-height: 600px !important;
		height: 600px;
	}
}
