body {
	padding: 58px 0 0 0;
    color: #263238;
    font-family: Verdana,Arial,sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
	background: #eceff1;
}
a, a:focus,
button,
button:hover,
button:focus,
button:active {
	outline: none;
}
h1.page-header {
    border-bottom: 1px dashed #ccc;
    color: #004d40;
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
    margin: 20px 0 20px;
    padding-bottom: 15px;
}

label.label-disabled {
	color: #b0bec5;
	cursor: not-allowed;
}
/* ------------------------- breadcrumb ------------------------------ */
div.breadcrumb {
	background-color: rgba(207, 216, 220, 0.40);
    border-radius: 0;
    margin-bottom: 10px;
	font-size: 12px;
}
.breadcrumb span {
	color: #607d8b;
}
.breadcrumb .last span {
	color: #90a4ae;
}
.breadcrumb a:hover{
	text-decoration: none;
}
.delimiter {
	padding: 0 4px;
}


/* ------------------------- END breadcrumb ------------------------------ */



/* ----------------------------------- form ADD_TO_CART ---------------------------------------- */
.commerce-add-to-cart {
	margin: 0 0 5px 0;
}
.commerce-add-to-cart > div {
	vertical-align: top;
}
.form-item-quantity {
	display: inline-block;
	margin: 0 10px 0 0;
	float: left;
}
.form-item-quantity label {
	display: none;
}
.commerce-quantity-plusminus-link {
	float: left;
}
.commerce-quantity-plusminus-link a.button{
	display: inline-block;
	padding: 6px 0;
	height: 34px;
	width: 34px;
	text-align: center;
	background: transparent;
	margin: 0;
	border-radius: 3px 0 0 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #cfd8dc;
	border-right-color: transparent;
	font-weight: normal;
	color: #37474f;
	text-shadow: 1px 1px 0px #fff;
	line-height: 19px;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
.commerce-quantity-plusminus-link.commerce-quantity-plusminus-link-increase a.button{
	border-radius: 0 3px 3px 0;
	border-right-color: #cfd8dc;
	border-left-color: transparent;
}
.commerce-quantity-plusminus-link a.button:hover{
	background: #cfd8dc;
}

.form-item-quantity input {
	width: 60px;
	float: left;
	border: none;
    border-radius: 0;
    box-shadow: none;
	text-align: center;
	border-top: 1px solid #cfd8dc;
	border-bottom: 1px solid #cfd8dc;
	border-right: none;
	border-left: none;
}
.form-item-quantity input:focus {
	box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.2);
	border-top: none;
	border-bottom: none;
}


.commerce-add-to-cart button {
	display: inline-block;
	float: none;
	background: #009746;
	color: #f0f4c3;
	border-width: 1px;
	border-style: solid;
	border-color: #00a84e #00632e #00632e #00a84e;
	border-radius: 0;
	padding: 6px 12px;
	margin: 0;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
	
}
.commerce-add-to-cart button:hover,
.commerce-add-to-cart button:focus,
.commerce-add-to-cart button:active {
	background: #00632e;
	color: #f9fbe7;
	border-color: #009646 #004a23 #004a23 #009646;
	padding: 6px 12px;
	margin: 0;
}

.commerce-quantity-plusminus-link.commerce-quantity-plusminus-link-decrease.commerce-quantity-plusminus-link-disabled a.button,
.commerce-quantity-plusminus-link.commerce-quantity-plusminus-link-decrease.commerce-quantity-plusminus-link-disabled a.button:hover {
	cursor: not-allowed;
	background: transparent;
}
.input-quantity.progress-disabled {
	background: transparent !important;
	color: #ccc;
}


.commerce-add-to-cart .form-wrapper {
	margin: 0;
}

.btn-default[disabled],
.btn-default[disabled]:hover, 
.btn-default[disabled]:focus, 
.btn-default[disabled]:active {
	background: transparent;
	color: #455a64;
	border-color: #78909c;
	margin: 0;
}

@media (min-width: 768px) and (max-width: 992px) {
	.form-item-quantity {
		float: none;
	}
	.block_add_to_cart .form-item-quantity {
		float: left;
	}
}

/* -- END form ADD_TO_CART -- */



/* --------------------------------- button READ MORE ------------------------------------- */
a.read-more:after {
	display: inline-block;
	content: '\f138';
	font-family: FontAwesome;
    font-size: 18px;
    line-height: 1;
	color: #cfd8dc;
	position: absolute;
	right: 5px;
    top: 5px;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
a.read-more:hover:after {
	color: #eceff1;
}
a.read-more {
	background: transparent;
	color: #b0bec5;
	text-decoration: none;
	display: inline-block;
    padding: 2px 25px 5px 10px;
	position: relative;
	border-radius: 2px;
	-webkit-transition: all 0.6s ease;
	   -moz-transition: all 0.6s ease;
	     -o-transition: all 0.6s ease;
            transition: all 0.6s ease;
}
a.read-more:hover {
	background: #cfd8dc;
	color: #eceff1;
}
/* -- END read more -- */


/* --------------------------- stars rating ------------------------------- */

.block-stars {
    position: relative;
    width: 80px;
	height: 20px;
	float: left;
	margin: 0 10px 0 0;
}
.block-star-full {
	overflow: hidden;
}
.block-star-full,
.star-border {
	position: absolute;
}
.ul-stars {
	padding: 0;
	margin: 0;
	width: 80px;
	height: 20px;
}
.ul-stars  .fa{
	padding: 0 1px;
	margin: 0;
	display: inline-block;
	font-size: 15px;
    line-height: 20px;
	font-style: normal;
	font-weight: normal;
	color: #c0ca33;
}

.count-reviews {
	display: inline-block;
	font-size: 12px;
    line-height: 20px;
	font-style: normal;
	font-weight: normal;
	color: #b0bec5;
}

/* -- END stars rating -- */


/* -------------------------------------- week ------------------------------------------- */
.day {
	display: inline-block;
	color: #f9fbe7;
	margin: 0 1px;
	font-size: 12px;
    line-height: 20px;
	font-style: normal;
	font-weight: normal;
	width: 20px;
	text-align: center;
}
.working-day {
	background: #009746;
}
.rest-day {
	background: #b0bec5;
	color: #78909c;
}

/* -- END week -- */



/* -------------------------------------------- messages ----------------------------------------- */
.messages.alert-success {
    background-color: #dff0d8;
    border: none;
    color: #3c763d;
	border-radius: 0;
}
.messages.alert-warning {
    background-color: #fcf8e3;
    border: none;
    color: #8a6d3b;
	border-radius: 0;
}

/* -- END messages -- */




/* ----------------------------------- form ----------------------------------------- */
input.form-control,
select.form-control,
textarea.form-control  {
	border-radius: 0;
    border: 1px solid #fff;
    box-shadow: none;
	color: #263238;
}
textarea.form-control {
	resize: none;
}

input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
    outline: 0 none;
	border: 1px solid #fff;
	box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.2);
}

select.form-control option {
	display: block;
	padding: 5px 10px;
	color: #455a64;
}

.form-disabled input.form-control {
	border: 1px solid #e1e5e4;
	background: #e1e5e4;
}



/* ------------- error ---------------- */
.messages.error  {
	background: #ebccd1;
	padding: 15px;
	margin: 0 0 20px 0;
	color: #a94442;
	border: none;
	border-radius: 0;
	box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.2);
}
.form-control.error,
.form-control.error:hover,
.form-control.error:active,
.form-control.error:focus  {
	border-color: #843534;
}


/* END error */
/* -- END form -- */


button.button-action,
button.button-action.progress-disabled {
	background-color: #009746;
	border-color: #00a84e #00632e #00632e #00a84e;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    color: #f0f4c3;
    display: inline-block;
    padding: 6px 12px;
	cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
	-webkit-transition: all 0.5s ease 0s;
	   -moz-transition: all 0.5s ease 0s;
	     -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}
button.button-action:hover,
button.button-action:active,
button.button-action[disabled]:active,
button.button-action:active:hover,
button.button-action:active:focus,
button.button-action:focus,
button.button-action:focus:hover,
button.button-action:focus:active,
button.button-action[disabled]:focus
{
	background-color: #00632e;
    border-color: #009646 #004a23 #004a23 #009646;
    color: #f9fbe7;
}

h2.block-title {
	font-size: 19px;
	color: #004d40;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2;
	padding: 0;
	margin: 10px 0;
}
/* --------------------------------------------------------------- pagination ------------------------------------------------------------------ */

ul.pagination > li {
    display: inline-block;
}
ul.pagination > li > a, 
ul.pagination > li > span {
    background: transparent;
    border-color: transparent;
    border-radius: 50% 50% 50% 50%;
    color: #b0bec5;
    display: inline-block;
    float: none;
	line-height: 1.4;
	-webkit-transition: all 0.5s ease 0s;
	   -moz-transition: all 0.5s ease 0s;
	     -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}
ul.pagination > li > a:hover, 
ul.pagination > li > a:focus, 
ul.pagination > li > span:hover, 
ul.pagination > li > span:focus {
    border-color: #b0bec5;
    color: #b0bec5;
}
ul.pagination > .active > a, 
ul.pagination > .active > span, 
ul.pagination > .active > a:hover, 
ul.pagination > .active > span:hover, 
ul.pagination > .active > a:focus, 
ul.pagination > .active > span:focus {
    background: transparent;
    border: 1px solid #78909c;
    color: #78909c;
}

ul.pagination > .disabled > span, 
ul.pagination > .disabled > span:hover, 
ul.pagination > .disabled > span:focus, 
ul.pagination > .disabled > a, 
ul.pagination > .disabled > a:hover, 
ul.pagination > .disabled > a:focus {
    background: transparent;
    border-color: transparent;
    color: #b0bec5;
	padding: 6px 0 6px 12px;
}

ul.pagination > .pager-first > a, 
ul.pagination > .pager-first > span,
ul.pagination > .prev > a, 
ul.pagination > .prev > span,
ul.pagination > .next > a, 
ul.pagination > .next > span,
ul.pagination > .pager-last > a, 
ul.pagination > .pager-last > span {
	font-size: 20px;
	padding: 6px 13px 6px 11px;
	background: rgba(207, 216, 220, 0.25);
    border-color: transparent;
	line-height: 1;
	height: 38px;
	width: 38px;
}
ul.pagination > .next > a, 
ul.pagination > .next > span,
ul.pagination > .pager-last > a, 
ul.pagination > .pager-last > span {
	padding: 6px 11px 6px 13px;
}
ul.pagination > .pager-first > a:hover, 
ul.pagination > .pager-first > span:hover,
ul.pagination > .prev > a:hover, 
ul.pagination > .prev > span:hover,
ul.pagination > .next > a:hover, 
ul.pagination > .next > span:hover,
ul.pagination > .pager-last > a:hover, 
ul.pagination > .pager-last > span:hover,
ul.pagination > .pager-first > a:focus, 
ul.pagination > .pager-first > span:focus,
ul.pagination > .prev > a:focus, 
ul.pagination > .prev > span:focus,
ul.pagination > .next > a:focus, 
ul.pagination > .next > span:focus,
ul.pagination > .pager-last > a:focus, 
ul.pagination > .pager-last > span:focus {
	background: rgba(207, 216, 220, 0.7);
    border-color: transparent;
	color: #78909c;
}
ul.pagination > li:first-child > a, 
ul.pagination > li:first-child > span {
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
}
ul.pagination > li:last-child > a, 
ul.pagination > li:last-child > span {
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
}

@media (max-width: 767px) {
	ul.pagination > li > a, 
	ul.pagination > li > span {
		margin: 0 -2px;
	}
	ul.pagination > .disabled > a, 
	ul.pagination > .disabled > span {
		margin: 0 -3px;
	}
}
/* -- END pagination -- */

/* ---------------------------------------------------- maintenance-page -------------------------------------------------- */
body.maintenance-page {
	padding: 0;
}
.maintenance-header {
	background-color: #222;
}
.maintenance-header-center {
	font-size: 0;
    line-height: 0;
    text-align: center;
}
.maintenance-header-content {
	display: inline-block;
}

.maintenance-logo {
	display: block;
	padding: 5px 20px 5px 0;
	float: left;
}
.maintenance-title {
	color: #dbe285;
    display: block;
    font-size: 17px;
    line-height: 1.2;
    margin: 0;
    opacity: 0.6;
    padding: 20px 0 0 0;
    text-transform: uppercase;
	float: left;
}
.maintenance-h1 {
	margin: 20px 0;
	padding: 10px;
	color: #004d40;
	font-size: 26px;
    line-height: 1.2;
	background: rgba(236, 239, 241, 0.7);
}
.maintenance-content {
	margin: 20px 0;
	padding: 10px;
	color: #263238;
	font-size: 16px;
    line-height: 1.2;
	background: rgba(236, 239, 241, 0.8);
}
.maintenance-content-center {
	text-align: center;
	position: relative;
}
.maintenance-icon {
	margin: 0 auto;
}
.maintenance-content-text {
	position: absolute; 
	top: 30%;
	left: 50%;
	max-width: 500px;
	margin-left: -250px;
}

@media (max-width: 600px) {
	.maintenance-content-text {
		top: 15%;
		max-width: 300px;
		margin-left: -150px;
	}
	.maintenance-title {
		display: none;
	}
}

/* -- END maintenance-page -- */

.front  h1 {
	display: none;
	margin: 0;
}
.currency_code {
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}

/* ---------------------------------- old price BYR ------------------------------------ */
.price_BYR {
	font-size: 0.7em;
	display: none;
	color: inherit;
	margin-left: 10px;
	opacity: 0.6;
	white-space: nowrap;
}

/* сообщение о добавлении товара в корзину */
@media (min-width: 768px) {
	.add-cart-message-wrapper .price_BYR {
		margin-left: 0;
		padding-left: 40px;
	}
}

/* корзина в меню, общая сумма */
.total-amount {
	margin-top: 18px !important;
}
@media (min-width: 769px) and (max-width: 1000px) {
	.total-amount {
		margin-top: 0 !important;
	}
}
.cart-product-total .price_BYR {
	display: none;
	font-size: 0.8em;
	margin-left: 0;
	margin-top: 3px;
	opacity: 0.7;
	position: relative;
	z-index: 11;
}

/* всплывающий блок корзины */
.ajax-shopping-cart-wrapper .price_BYR {
	display: none;
	font-size: 0.9em;
	margin-left: 0;
	opacity: 0.7;
}
.ajax-shopping-cart-wrapper .top-cart-block-shipping .price_BYR {
	display: none;
	font-size: 0.8em;
}
.ajax-shopping-cart-wrapper .total-price .price_BYR {
	font-size: 0.85em;
	font-weight: normal;
	opacity: 0.9;
	padding-left: 50px;
}

/* страница оформления заказа */
form[id*="views-form-commerce-cart-form-default"] .price_BYR {
	margin-left: 0;
	display: none;
}
form[id*="views-form-commerce-cart-form-default"] .line-item-total .price_BYR {
	font-size: 0.85em;
}

/* страница проверки заказа */
#commerce-checkout-form-review .price_BYR {
	margin-left: 0;
	display: none;
}
#commerce-checkout-form-review .commerce_price_formatted_amount .price_BYR {
	font-size: 0.85em;
}

/* страница подтверждения заказа */
#commerce-checkout-form-complete .price_BYR {
	margin-left: 0;
}

/* ------------------------------- END old price BYR ---------------------------------- */