/* -------------------------- SIDEBAR --------------------------*/

.sidebar .basket a {
	color: #fff;
}
.sidebar .basket a span {
	color: #ebff45;
}
.sidebar .catalog_block h2 {
	font-size: 24px;
	font-style: italic;
	color: #6c6b6a;
	font-weight: normal;
	margin: 10px 0 20px 0;
}
.sidebar .catalog_block .catalog li {
	margin: 10px 0 10px 15px;
}
.sidebar .catalog_block .catalog li .lavel_1 {
	font-size: 20px;
}
.sidebar .catalog_block .catalog li.active .lavel_1 {
	color: #000;
	font-weight: bold;
}
.sidebar .catalog_block .catalog li ul li.active .lavel_2 {
	text-decoration: none;
	font-weight: bold;
}

/* -------------------------- CATALOG -------------------------- */

.page_catalog .pager {
	margin-top: 50px;
	background: none !important;
	text-align: center;
}
.product_listing {
	float: left;
	overflow: hidden;
	width: 550px;
}
.product_listing.category_list .product_item .pab {
	display: none;
}
.product_listing .product_item {
	overflow: hidden;
	margin-top: 30px;
	padding-bottom: 10px;
	background: url('/images/design/sep2.gif') bottom no-repeat;
	display: flex;
	align-items: center;
}
.product_listing .product_item.options {
	justify-content: space-between;
}
.product_listing .product_item .img {
	padding: 0 10px 5px 0;
	vertical-align: top;
	text-align: center;
}
.product_listing .product_item .img img {
	background: #ffffff;
}
.product_listing .product_item .nad {
	/*float: left;*/
	overflow: hidden;
	/*width: 215px;*/
}
.product_listing .product_item .option-list {
	padding-left: 10px;
	text-align: center;
}
.product_listing .product_item .option-list .count {
	margin: 10px 0;
}
/*.product_listing .product_item .option-list .cart_btn {
	padding: 10px 5px;
	color: #ffffff;
	background-image: url(/images/design/basket.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}*/
.product_listing .product_item  .nad .name {
	background: url('/images/design/name_bg.gif') top left repeat-x;
	height: 32px;
	clear: both;
	/*margin-top: 15px;*/
}
.product_listing .product_item  .nad .name div {
	background: url('/images/design/name_l.gif') top left no-repeat;
	height: 32px;
}
.product_listing .product_item  .nad .name div div {
	background: url('/images/design/name_r.gif') top right no-repeat;
	height: 32px;
	text-align: center;
	line-height: 32px;
	padding: 0px 10px 0px 10px;
}
.product_listing .product_item  .nad .name div .product_name {
	font: 12px Times new roman;
	font-style: italic;
	color: #ffffff;
	line-height: 32px;
}
.product_listing .product_item .nad .descr {
	text-align: left;
	overflow: hidden;
	font: 12px Times new roman;
	font-style: italic;
	color: #6e6e6e;
	margin-top: 10px;
}
.product_listing .product_item .pab {
	/*float: left;*/
	/*overflow: hidden;*/
	/*margin-left: 30px;*/
	text-align: center;
}
.product_listing .product_item .pab .price {
	background: none;
	height: 36px;
	width: 160px;
	margin-top: 22px;
}
.product_listing .product_item .pab .price div {
	background: none;
	height: 36px;
}
.product_listing .product_item .pab .price div div {
	background: none;
	height: 36px;
	text-align: center;
	line-height: 36px;
	font: 16px Times new roman;
	font-weight: bold;
	font-style: italic;
	color: #4c4c4c;
}
.product_listing .product_item .pab .price div div font {
	font-size: 14px;
}
.product_listing .product_item .pab .basket {
	overflow: hidden;
	margin-top: 15px;
	font: 14px Times new roman;
	color: #313131;
	font-style: italic;
}
.product_listing .product_item .pab .basket form input.item_num, .option-list input.item_num {
	background:url('/images/design/num_bg.jpg') no-repeat;
	width: 62px;
	height: 22px;
	border: 0;
	outline: none;
	margin-left: 7px;
	text-align: center;
	color: #696969;
	display: inline;
}
.option-list select.select-volume {
	border: none;
}
.product_listing .product_item .pab .basket form div.sht {
	overflow: hidden;
	width: 25px;
	display: inline;
	margin-left: 5px;
	line-height: 22px;
}
.product_listing .product_item .pab .basket form input.cart_btn, .product_listing .product_item .option-list .cart_btn {
	border: none;
	cursor: pointer;
	display: inline !important;
	color: #696969;
	font: 16px Times new roman;
	font-style: italic;
	background: none;
	padding: 0 2px 0 2px;
	margin-left: 5px;
	margin-top: 8px;
	text-decoration: underline;
}


/* -------------------------- CART -------------------------- */

.button {
	display: inline;
	padding: 7px 25px;
	background: url("/images/design/name_bg.gif") repeat-x left top;
	border: 0;
	border-radius: 90px;
	-moz-border-radius: 90px;
	-webkit-border-radius: 90px;
	color: #fff;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	font-style: italic;
	font-family: "Times New Roman",Times,serif;
	font-size: 14px;
	line-height: 14px;
	cursor: pointer;
}
.button:hover {
	background: url("/images/design/button_bg.png"), url("/images/design/name_bg.gif") repeat-x left top;
}
input[type=text],
textarea {
	width: 40px;
	border: 1px solid #C9C9C9;
	padding: 3px 0;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
input[type=text]:focus,
textarea:focus {
	border-color: #4c4c4c;
}
.popup_info {
	position: fixed;
	z-index: 500;
	width: 500px;
	top: 50%;
	background: #fff;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	left: 50%;
	margin-left: -240px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 10px solid rgba(90, 90, 90, 0.5);
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
}
.popup_info.show {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	margin-left: -200px;
}
.popup_info .title {
	padding: 30px;
	font-size: 30px;
	text-align: center;
}
.popup_info .body {
	padding: 0 30px 30px 30px;
	text-align: center;
	font-size: 16px;
}
.popup_info .body p {
	margin-bottom: 20px;
}
.popup_info .body p:last-child {
	margin-bottom: 0;
}
table.order_tb tr td {
	border-bottom: 1px solid #F2F2F2;
}
table.order_tb thead tr td {
	border-bottom: 0;
}
table.order_tb thead td {
	background: #4c4c4c;
	height: 38px;
	text-align: center;
	font: 14px Times new roman;
	font-style: italic;
	color: #ffffff;
	font-weight: normal;
}
table.order_tb tbody td {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}
table.order_tb tbody td .delete_item {
	background: 0;
	border: 0;
	font: 25px Times new roman;
	cursor: pointer;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
table.order_tb tbody td .delete_item:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
table.order_tb tbody td input[type=text] {
	width: 40px;
	text-align: center;
}
#page_cart_table .page_total {
	margin-top: 30px;
	text-align: right;
	font-size: 20px;
	font-style: italic;
}
#page_cart_table .page_buttons {
	margin-top: 50px;
	text-align: center;
}
.products-volume {
	display: flex;
	justify-content: space-between;
}
.products-volume .item {
	margin: 10px;
	text-align: center;
	border: 1px solid #6e6e6e;
	padding: 5px;
	border-radius: 5px;
}
.products-volume .item p {
	text-indent: 0;
}
.products-volume .cart_btn {
	margin-top: 10px;
	width: 100%;
	padding: 10px 5px;
	color: #ffffff;
	background-image: url(/images/design/basket.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}


/* -------------------------- ORDER -------------------------- */

#order_form_block {
	padding-top: 40px;
	margin-top: 70px;
	display: none;
}
#order_form_block .block_caption {
	background: #4c4c4c;
	padding: 10px 0;
	text-align: center;
	font: 14px Times new roman;
	font-style: italic;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 30px;
}
#order_form_block .ord_fields {
	color: #4d4745;
    font: italic 12px Times new roman;
    margin: 10px 0 20px 0;
}
#order_form_block table.order_tb3 td {
	padding-bottom:10px;
}
#order_form_block table.order_tb3 td.frm_l {
	font:14px Times new roman;
	font-style:italic;
	color:#000000;
	width:190px;
}
#order_form_block table.order_tb3 td.frm_r {
	text-align:left;
}
#order_form_block table.order_tb3 td.frm_r input.field,
#order_form_block table.order_tb3 td.frm_r textarea {
	padding-left: 5px;
	 padding-right: 5px;
	 width: 328px;
}
#order_form_block table.order_tb3 td.frm_r textarea {
	height: 80px;
}
#order_form_block .order_bottom_text {
	margin-top: 50px;
}