/*---------- Общие стили: ----------*/
html {
	position: relative;
	min-height: 100%;
}
body {
	margin-bottom: 100px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #333;
}
body.bg-green {
	background: url('images/bg-green.jpg') center 170px repeat-x;
}
a:hover, a:focus {
	color: #23527c;
	text-decoration: none;
}
.wrapper {
	width: 940px;
	margin: 0 auto;
}
.main-wrapper {
	padding-bottom: 20px;
}
.container {
	width: 940px;
}
h3 {
	color: #999;
	text-transform: uppercase;
}
.clear {
	clear: both;
}
.text-uc {
	text-transform: uppercase;
}
small,
.text-small {
	/*font-size: 12px;*/
	color: #6d6d71;
}
.text-black {
	color: #333;
        margin-right: 3px;
        margin-left: 3px;
}
.btn-blue,
.btn-green,
.btn-red,
.btn-empty {
	display: inline-block;
	height: 36px;
	background: #ccc;
	border: none;
	border-bottom: 3px solid #aaa;
	border-radius: 3px;
	padding: 0 10px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 36px;
}
.btn-blue:focus,
.btn-green:focus,
.btn-red:focus,
.btn-empty:focus {
	color: #fff;
}
.btn-blue {
	background: -moz-linear-gradient(top,  #19badd 0%, #19cde9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#19badd), color-stop(100%,#19cde9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #19badd 0%,#19cde9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #19badd 0%,#19cde9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #19badd 0%,#19cde9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #19badd 0%,#19cde9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19badd', endColorstr='#19cde9',GradientType=0 ); /* IE6-9 */
	border-color: #53b3cd;
	text-shadow: 0 0 3px #53b3cd;
}
.btn-green {
	background: -moz-linear-gradient(top,  #80be19 0%, #9edd19 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80be19), color-stop(100%,#9edd19)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #80be19 0%,#9edd19 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #80be19 0%,#9edd19 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #80be19 0%,#9edd19 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #80be19 0%,#9edd19 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80be19', endColorstr='#9edd19',GradientType=0 ); /* IE6-9 */
	border-color: #91b753;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.btn-red {
	background: #f52b34;
	border-color: #f52b34;
}
.btn-empty {
	background: none;
	border: 1px solid #eaeaea;
}
.btn-blue:hover,
.btn-green:hover,
.btn-red:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.75;
}
.btn-empty:hover {
	background: #eaeaea;
}
.btn-blue:active,
.btn-green:active,
.btn-red:active,
.btn-empty:active {
	background: #474747;
	color: #fff;
}
.table-bordered {
	border-color: #b6b6b6;
}
.table-bordered td {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
}
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th {
	background: #19c7e4;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.table-bordered>tbody>tr:nth-child(odd) {
	background: #19c7e4;
	color: #fff;
}

.price-box {
	height: 32px;
	padding: 2px 10px;
	border: 2px solid #ebebeb;
	border-radius: 2px;
	line-height: 25px;
}
.price-box .price-cur {
	display: inline-block;
	font-size: 22px;
	color: #089fe3;
}
.price-box .price-old {
	display: inline-block;
	margin-left: 10px;
	font-size: 15px;
	color: #b5b5b5;
	text-decoration: line-through;
	vertical-align: top;
}

.qty-box {}
.qty-box input {
	display: block;
	width: 50px;
	border: 1px solid #d7d7d7;
	border-radius: 2px;
	margin: 0 3px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	text-align: center;
	float: left;
        height: 32px;
}
.qty-box .btn-minus,
.qty-box .btn-plus {
	display: block;
	width: 32px;
	height: 32px;
	padding: 0;
	font-size: 32px;
	float: left;
}
.qty-box .btn-minus {
	line-height: 26px;
}
.qty-box .btn-plus {
	line-height: 30px;
}
.qty-box.small-box {}
.qty-box.small-box input {
	height: 32px;
	margin-right: 0;
	border-color: #7fd9e6;
	border-radius: 2px 0 0 2px;
	font-weight: normal;
	color: #777;
	font-size: 16px;
}
.qty-box.small-box .btn-box {
	width: 21px;
	float: left;
}
.qty-box.small-box .btn-box .btn-plus,
.qty-box.small-box .btn-box .btn-minus {
	width: 100%;
	height: 16px;
	font-size: 17px;
	line-height: 16px !important;
	border-radius: 0;
	border-bottom: 0;
}
.qty-box.small-box .btn-box .btn-plus {}
.qty-box.small-box .btn-box .btn-minus {}

.jcarousel-container {
	position: relative;
}
.jcarousel {
	position: relative;
	overflow: hidden;
	height: inherit;
}
.jcarousel ul,
.jcarousel ul li {
	list-style: none;
}
.jcarousel ul {
	padding: 0;
	margin: 0;
	width: 20000em;
	position: absolute;
}
.jcarousel li {
	display: block;
	position: relative;
	float: left;
}

#panel {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10000;
}
/*---------- Общие стили; ----------*/
/*---------- Пагинация: ----------*/
.pagination-box {}
.pagination-box li.btn-pagination {
	height: 26px;
	padding: 0;
}
.pagination-box li.btn-pagination + li.btn-pagination {
	margin-left: 8px;
}
.pagination-box li.btn-pagination a,
.pagination-box li.btn-pagination span {
	display: block;
	padding: 0 10px;
	line-height: 25px;
}
.pagination-box li.btn-blue {
	height: 25px;
	border-bottom: none;
	color: #fff;
}
/*---------- Пагинация; ----------*/
/*---------- Модальное окно: ----------*/
.modal {}
.modal-backdrop {
	background-color: #fff;
}
.modal-dialog {}
.modal-content {
	background-color: rgba(255, 255, 255, 0.9);
	border: 2px solid rgba(0, 195, 225, 0.9);
	border-radius: 0;
	box-shadow: none;
}
.modal-content .close {
	color: #3f3f3f;
	opacity: 1;
}
.modal-content .close:hover {
	opacity: 0.5;
}
.modal-header {}
.modal-title {
	color: #3f3f3f;
}
.modal-body {}



#feedbackModal {}
#feedbackModal .modal-dialog {
	width: 300px;
	margin-top: 150px;
}
#feedbackModal .sys-msg {
	display: none;
	margin-bottom: 10px;
}
#feedbackModal .sys-msg.success {
	color: green;
}
#feedbackModal .sys-msg.err-empty,
#feedbackModal .sys-msg.err-mail {
	color: red;
}
#feedbackModal .modal-header {
	border-bottom: none;
	padding-bottom: 0;
}
#feedbackModal .modal-title {
	padding-top: 10px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
#feedbackModal .form-item {
	margin-bottom: 10px;
}
#feedbackModal .form-item input {
	display: block;
	width: 100%;
	height: 30px;
	background: none;
	border: 1px solid #d7d7d7;
	padding: 0 15px;
}

#feedbackModal .form-item input.error {
	border-color: red;
}
#feedbackModal .btn-submit {
	width: 100%;
}

.form-group input[type="text"]{
	display: block;
	width: 100%;
	height: 30px;
	background: none;
	border: 1px solid #d7d7d7;
	padding: 0 15px;
}

.form-group input.error {
	border-color: red;
}

/*---------- Модальное окно; ----------*/
/*---------- Шапка: ----------*/
header {
	height: 170px;
}
header .blue-box {
	height: 43px;
	background-color: #19c5e4;
	border-bottom: 3px solid #53b3cd;
	margin-bottom: 15px;
	font-size: 13px;
	color: #fff;
	line-height: 40px;
	text-align: center;
}
header .blue-box [class^="col-xs-"] {
	height: 40px;
	padding-left: 5px;
	padding-right: 5px;
}
header .blue-box .menu-box {}
header .blue-box .menu-box li {}
header .blue-box .menu-box li a {
	display: block;
	height: 100%;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 15px;
}
header .blue-box .time-box {
	border: 2px solid #fff;
	border-top: none;
	border-bottom: none;
}
header .blue-box .bucket-box {
	line-height: 19px;
}
header .blue-box .bucket-box a {
	color: #fff;
}

header .white-box {}
header .white-box .logo-box {}
header .white-box .logo-box a {
	display: block;
}
header .white-box .contacts-box {
	border: 1px solid #d6d6d6;
	border-left: none;
	border-right: none;
	padding: 10px 0;
	margin-bottom: 15px;
}
header .white-box .contacts-box .col-xs-4 {
	padding-left: 0;
	padding-right: 0;
}
header .white-box .feedback-box {}
header .white-box .phone-box {}
header .white-box .address-box {}
header .white-box .phone-box .btn-blue,
header .white-box .address-box .btn-blue {
	display: block;
	width: 36px;
	margin-right: 8px;
	font-size: 22px;
	float: left;
}
header .white-box .feedback-box .btn-blue {
	font-size: 12px;
}
header .white-box .phone-box .btn-blue:hover,
header .white-box .address-box .btn-blue:hover {
	opacity: 1;
}
header .white-box .head-links-box {
	text-align: center;
}
header .white-box .head-links-box a {
	color: #777;
	text-decoration: underline;
        //border-bottom: 1px solid #777;
}
header .white-box .head-links-box a:hover {
	text-decoration: none;
}
header .white-box .head-links-box li + li {
	margin-left: 30px;
}
/*---------- Шапка; ----------*/
/*---------- Подвал: ----------*/
footer {
	/* position: absolute; */
	clear: both;
	bottom: 0;
	width: 100%;
	height: 100px;
	background-color: #00bbde;
	color: #fff;
}
footer .contacts-box {
	height: 100px;
}
footer .contacts-box .phone-box {
	height: 49px;
	line-height: 49px;
	font-size: 16px;
}
footer .contacts-box .address-box {
	height: 50px;
	line-height: 50px;
}
footer .contacts-box i.fa {
	margin-right: 10px;
	font-size: 18px;
}
footer .contacts-box .separator {
	border-bottom: 1px solid #80deef;
	margin: 0 30px;
}
footer .menu-box {
	height: 100px;
	border: 1px solid #80dbed;
	border-top: none;
	border-bottom: none;
	padding-top: 14px;
	font-size: 12px;
}
footer .menu-box .menu-1 {
	/*margin-bottom: 10px;*/
}
footer .menu-box li {}
footer .menu-box a {
	display: block;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
footer .menu-box .menu-1 li {
	width: 32%;
       // margin-bottom: 5px;
}
footer .menu-box .menu-2 li {
	width: 23%;
}
footer .copy-box {
	padding-top: 14px;
}
footer .copy-box a {
	display: block;
}
/*---------- Подвал; ----------*/
/*---------- Список блоков на главной: ----------*/
.main-top-list {
	position: relative;
	margin-bottom: 20px;
}
.main-top-list .item {
	width: 220px;
	height: 235px;
	margin: 0 20px 20px 0;
	position: relative;
	float: left;
}
.main-top-list .group {
	background-color: #fff;
}
.main-top-list .group:last-child .item {
	margin-bottom: 0;
}
.main-top-list .group .item:last-child {
	margin-right: 0;
}
.main-top-list .item a {
	display: block;
	height: 100%;
	color: #fff;
}
.main-top-list .item a:hover {
	opacity: 0.5;
}
.main-top-list .item img {
	display: block;
}
.main-top-list .item .info {
	padding: 20px 10px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
}
.main-top-list .group-1 .item:nth-child(odd) .info,
.main-top-list .group-2 .item:nth-child(even) .info {
	bottom: 0;
}
.main-top-list .group-1 .item:nth-child(even) .info,
.main-top-list .group-2 .item:nth-child(odd) .info {
	top: 0;
}
.main-top-list .item .info .title {
	text-transform: uppercase;
	line-height: 20px;
	font-size: 22px;
}
.main-top-list .item .info .type {
	font-size: 13px;
}
/*---------- Список блоков на главной; ----------*/
/*---------- Список баннеров на главной: ----------*/
.main-banner-list {
	margin-top: 20px;
}
.main-banner-list .item {
	margin-bottom: 15px;
	position: relative;
	float: left;
}
.main-banner-list .item + .item {
	margin-left: 20px;
}
/*.main-banner-list .item:last-child {
	margin-bottom: 0;
}*/
.main-banner-list .item a {}
.main-banner-list .item a:hover {
	//opacity: 0.5;
}
.main-banner-list .item .title {
	height: 60px;
	color: #fff;
	line-height: 60px;
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 22px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -30px;
        //text-shadow:  1px 2px 6px rgb(0, 0, 0);
        //background: rgba(0, 0, 0, 0.32);
}


/*---------- Список баннеров на главной; ----------*/
/*---------- ...: ----------*/
.popular-container {}
.popular-container h3 {
	text-align: center;
}
/*---------- ...; ----------*/
/*---------- ...: ----------*/
.breadcrumbs-box {
	height: 30px;
	background: #00c3e1;
	padding: 0 20px;
	overflow: hidden;
}
.breadcrumbs-box ul,
.breadcrumbs-box li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	height: 100%;
	color: #333;
	white-space: nowrap;
}
.breadcrumbs-box li {
	display: inline-block;
	line-height: 30px;

}
.breadcrumbs-box li + li::before {
	content: '»';
	display: block;
	width: 30px;
	height: 100%;
	font-size: 16px;
	text-align: center;
	color: #fff;
	line-height: 30px;
	float: left;
}
.breadcrumbs-box li a {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.breadcrumbs-box li a:hover {
	border-bottom: none;
}
/*---------- ...; ----------*/
/*---------- ...: ----------*/
.sidebar-box {
	width: 230px;
	border: 1px solid #00c3e1;
	border-top: none;
	padding: 20px 15px;
	/*margin-right: 20px;*/
	float: left;
}
.sidebar-list {}
.sidebar-list .group-box {}
.sidebar-list .group-box + .group-box {
	margin-top: 15px;
}
.sidebar-list .title-box {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
}
.sidebar-list ul {
	margin: 0;
	padding: 0;
}
.sidebar-list ul,
.sidebar-list li {
	list-style: none;
}
.sidebar-list ul {}
.sidebar-list li {
	min-height: 26px;
	line-height: 26px;
}
.sidebar-list a {
	color: #333;
}
.sidebar-list a:hover {
	border-bottom: 1px solid #333;
}
.sidebar-list .item-root {}
.sidebar-list .item-root ul {
	padding-left: 30px;
}
.sidebar-list .item-child {}
/*---------- ...; ----------*/
/*---------- ...: ----------*/
.content-page {
	/*float: right;*/
}
body.sidebar .main-wrapper > .content-page {
	width: 710px;
	/*margin-left: 20px;*/
	padding: 25px 0 25px 20px;
	float: left;
}
/*---------- ...; ----------*/
/*---------- Детальная страница каталога: ----------*/
.catalog-detail {
	position: relative;
}
.catalog-detail .img-box {
	margin-right: 20px;
	float: left;
}
.catalog-detail .img-box img {
	border: 1px solid #d7d7d7;
}
.catalog-detail .right-box {
	width: 400px;
	float: left;
}
.catalog-detail .right-box .status-box {
	border: 1px solid #fff;
	padding: 5px 15px;
	border-radius: 2px;
	color: #777;
	position: absolute;
	/*top: 40px;*/
	right: 0;
	bottom: -45px;
	text-transform: lowercase;
}
.catalog-detail .right-box .status-box.green {
	border-color: #63b800;
}
.catalog-detail .right-box .status-box.red {
	border-color: red;
}
.catalog-detail .right-box .title-box {
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #777;
}
.catalog-detail .right-box .title-box span {
	font-weight: bold;
	color: #333;
}
.catalog-detail .right-box .params-box {}
.catalog-detail .right-box .price-box {
	float: left;
}
.catalog-detail .right-box .price-box .price-cur {}
.catalog-detail .right-box .price-box .price-old {}
.catalog-detail .right-box .qty-box {
	margin-left: 20px;
	float: left;
}
.catalog-detail .right-box .qty-box input {}
.catalog-detail .right-box .qty-box .btn-minus,
.catalog-detail .right-box .qty-box .btn-plus {}
.catalog-detail .right-box .qty-box .btn-minus {}
.catalog-detail .right-box .qty-box .btn-plus {}
.catalog-detail .right-box .btn-add-to-bucket {
	width: 280px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.catalog-detail .right-box .desc-box {}
.catalog-detail .right-box .lnk-full-desc {
	display: block;
	border-bottom: 1px solid #777;
	color: #777;
	font-style: italic;
	float: right;
}

.bx_item_detail .bx_item_title {
	width: 400px;
	float: right;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 10px;
	margin-bottom: 55px;
	text-transform: uppercase;
	color: #777;
	position: relative;
}
.bx_item_detail .bx_item_title span {
	font-weight: bold;
	color: #333;
}
.bx_item_detail .detail-text{
	height: 230px;
  width: 100%;
  margin-bottom: 21px;
  overflow: hidden;
}
.detail-open-wrap{
	text-align: right;
	margin-bottom: 21px;
    margin-top: 10px;

}
/*---------- Детальная страница каталога; ----------*/
/*---------- Список товаров: ----------*/
.item-list-goods {}
.item-list-goods .item {
	width: 25%;
	padding: 0 7px;
	margin-bottom: 30px;
	position: relative;
	float: left;
        overflow: hidden;
}
.item-list-goods .item .img-box {}
.item-list-goods .item .img-box a {
	display: table-cell;
	height: 220px;
	width: 220px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #d7d7d7;
}
.item-list-goods .item.min-box .img-box a {
	width: 150px;
	height: 150px;
}
.item-list-goods .item .img-box img {
	display: inline-block;
}
.item-list-goods .item .img-box .percent-badge {
	width: 36px;
	height: 36px;
	background: #f0111b;
	border-radius: 3px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 15px;
}
.item-list-goods .item .title-box {
	height: 46px;
	/*font-size: 16px;*/
	/*font-size: 12px;*/
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #777;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
}
.item-list-goods .item .title-box span {
	font-weight: bold;
	color: #333;
}
.item-list-goods .item .price-box {
	padding: 2px 5px;
	border-width: 1px;
	float: left;
}
.item-list-goods .item .price-box .price-cur {
	font-size: 18px;
}
.item-list-goods .item .price-box .price-old {
	font-size: 12px;
	margin-left: 5px;
}
.item-list-goods .item .qty-box {
	float: right;
}
.item-list-goods .item .qty-box input {
	width: 45px;
}
.item-list-goods .item .btn-add-to-bucket {
	width: 100%;
	margin-top: 10px;
}

.popup-window-buttons .item-list-goods + .item-list-goods {
	margin-left: 15px;
}
/*---------- Список товаров; ----------*/
/*---------- Блок "Товар дня": ----------*/
.goods-of-day-box {}
.goods-of-day-box > .title-box {
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
}
.goods-of-day-box .jcarousel-container {
	height: 430px;
}
.goods-of-day-box .item {
	width: 235px;
}
.goods-of-day-box .item .title-box {
	margin-top: 15px;
	margin-bottom: 15px;
}
.goods-of-day-box .item .price-box {
	border-width: 2px;
}
.goods-of-day-box .item .btn-add-to-bucket {
	margin-top: 15px;
}
.goods-of-day-box .control-box {}
.goods-of-day-box .control-box .btn-prev,
.goods-of-day-box .control-box .btn-next {
	width: 32px;
	height: 100%;
	background-position-x: center;
	background-position-y: 100px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	cursor: pointer;
}
.goods-of-day-box .control-box .btn-prev {
	background-image: url('images/ico-arr-l.png');
	left: -32px;
}
.goods-of-day-box .control-box .btn-next {
	background-image: url('images/ico-arr-r.png');
	right: -32px;
}
.goods-of-day-box .control-box .btn-prev:hover,
.goods-of-day-box .control-box .btn-next:hover {
	opacity: 0.5;
}
/*---------- Блок "Товар дня"; ----------*/
/*---------- Страница "Корзина"; ----------*/
.bucket-page {}
.bucket-page .btn-bucket-clear {
	font-style: italic;
	color: #777;
	border-bottom: 1px solid #777;
}
.bucket-page .btn-bucket-clear:hover {
	border-bottom: none;
}
.bucket-page .bucket-list {
	margin-top: 15px;
}
.bucket-page .bucket-list .item {
	border-top: 1px solid #ebebeb;
	padding: 15px 0;
}
.bucket-page .bucket-list .item .image-box {
	width: 70px;
	height: 70px;
	border: 1px solid #d7d7d7;
	margin-right: 15px;
	float: left;
}
.bucket-page .bucket-list .item .detail-box {
	width: 250px;
	margin-right: 15px;
	float: left;
}
.bucket-page .bucket-list .item .title-box {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d7d7d7;
	font-weight: bold;
	text-transform: uppercase;
}
.bucket-page .bucket-list .item .title-box span {
	font-weight: normal;
	color: #777;
}
.bucket-page .bucket-list .item .text-box {
	font-size: 12px;
}
.bucket-page .bucket-list .item .qty-box {
	width: 120px;
	margin-top: 15px;
	margin-right: 15px;
	float: left;
}
.bucket-page .bucket-list .item .price-box {
	margin-top: 15px;
	float: left;
}
.bucket-page .bucket-list .item .btn-delete {
	display: block;
	width: 30px;
	height: 30px;
	background-image: url('images/ico-close-white.png');
	background-position: center 7px;
	background-repeat: no-repeat;
	float: right;
	cursor: pointer;
	margin-top: 15px;
}
.bucket-page .sum-box {
	height: 40px;
	line-height: 40px;
	border: 1px solid #ebebeb;
	border-left: none;
	border-right: none;
	text-align: right;
}
.bucket-page .sum-box .sum {
	display: inline-block;
	width: 200px;
	font-size: 24px;
	color: #089fe3;
	text-align: center;
	float: right;
}
.bucket-page .sum-box .sum span {}
.bucket-page .sum-box .sum i {
	font-size: 22px;
}
.bucket-page .control-box {
	margin-top: 15px;
}
.bucket-page .control-box .btn-back,
.bucket-page .control-box .btn-next {
	width: 225px;
	height: 32px;
	line-height: 32px;
}
.bucket-page .control-box .btn-back {}
.bucket-page .control-box .btn-next {}
/*---------- Страница "Корзина"; ----------*/


.bx_item_detail .bx_item_slider .bx_bigimages {
	overflow: inherit;
	height: 260px;
	width: 250px;
	padding-top: 0;
}
.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer {
	position: static;
	height: 100%;
}
.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer .bx_bigimages_aligner {
	position: static;
	margin-top: 0 !important;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 248px;
	height: 258px;
}
.popup-window-overlay {

	background: rgba(255, 255, 255, 0.8);
	opacity: 1;
}
.popup-window {
	border: 2px solid #19c9e4;
	/*background: rgba(255, 255, 255, 0.9);*/
	box-shadow: none;
}
.popup-window-top-row .popup-window-left-column,
.popup-window-top-row .popup-window-right-column,
.popup-window-top-row .popup-window-center-column {
	background: none !important;
	border-bottom: 0 !important;
}
.popup-window-top-row .popup-window-center-column {
	height: 50px;
	padding-top: 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.popup-window-buttons .bx_bt_button {
	display: inline-block;
	height: 36px;
	background: #ccc;
	border: none;
	border-bottom: 3px solid #aaa;
	border-radius: 3px;
	padding: 0 10px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 36px;
	cursor: pointer;
	background: -moz-linear-gradient(top, #80be19 0%, #9edd19 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80be19), color-stop(100%,#9edd19));
	background: -webkit-linear-gradient(top, #80be19 0%,#9edd19 100%);
	background: -o-linear-gradient(top, #80be19 0%,#9edd19 100%);
	background: -ms-linear-gradient(top, #80be19 0%,#9edd19 100%);
	background: linear-gradient(to bottom, #80be19 0%,#9edd19 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80be19', endColorstr='#9edd19',GradientType=0 );
	border-color: #91b753;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.popup-window-buttons .bx_bt_button:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.75;
}


.mytable {
    width:100%;
}

.mytable tr td{
        border: 2px solid #000000 !important;
        padding:10px;
}
.mytable th {
        border: 2px solid #000000 !important;
        width:50%;
}


.offer_tea{
    width: 160px; text-align: center;
}

.offer_img{
    padding: 10px;border: 1px solid #d7d7d7;margin-bottom: 10px;width:100%;
}

.pos-relate{
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    transition: 300ms;
}

.pos-abs{
    position: absolute !important;
    left: 40% !important;
    top: 40% !important;
    font-size: 50px !important;
    color: #fff !important;
    display: none;
    transition: 300ms;
}

.pos-abs2{
    background: rgba(0, 0, 0, 0);
    display: block;
    top: 5px !important;
    left: 0px !important;
    width: 98%;
    height: 98%;
    position: absolute !important;
    font-size: 50px !important;
    color: #fff !important;
    cursor: pointer;
    transition: 300ms;
}

.pos-relate:hover i.pos-abs{
    transition: 300ms;
    display: block;
}

.pos-relate:hover .pos-abs2{
    background: rgba(0, 0, 0, 0.39);
}


#map{
    -webkit-box-shadow: 0px 0px 0px 2px #00c3e1;
    box-shadow: 0px 0px 0px 2px #00c3e1;
}
