	@font-face {
		font-family: "DS Goose";
		src: url("../fonts/DSGoose/DSGoose.eot");
		src:
			url('../fonts/DSGoose/DSGoose.eot?#iefix') format('embedded-opentype'), 
			url('../fonts/DSGoose/DSGoose.woff2') format('woff2'), 
			url('../fonts/DSGoose/DSGoose.woff') format('woff'), 
			url('../fonts/DSGoose/DSGoose.ttf') format('truetype'), 
			url('../fonts/DSGoose/DSGoose.svg#DSGoose') format('svg');
		font-style: normal;
		font-weight: normal;
	}

	@font-face {
		font-family: "Arsenal";
		src: url("../fonts/Arsenal/normal/Arsenal.eot");
		src: 
			url('../fonts/Arsenal/normal/Arsenal.eot?#iefix') format('embedded-opentype'), 
			url('../fonts/Arsenal/normal/Arsenal.woff2') format('woff2'), 
			url('../fonts/Arsenal/normal/Arsenal.woff') format('woff'), 
			url('../fonts/Arsenal/normal/Arsenal.ttf') format('truetype'), 
			url('../fonts/Arsenal/normal/Arsenal.svg#Arsenal') format('svg');
		font-style: normal;
		font-weight: normal;
	}

	@font-face {
		font-family: "Arsenal";
		src: url("../fonts/Arsenal/italic/Arsenal.eot");
		src: 
			url('../fonts/Arsenal/italic/Arsenal.eot?#iefix') format('embedded-opentype'), 
			url('../fonts/Arsenal/italic/Arsenal.woff2') format('woff2'), 
			url('../fonts/Arsenal/italic/Arsenal.woff') format('woff'), 
			url('../fonts/Arsenal/italic/Arsenal.ttf') format('truetype'), 
			url('../fonts/Arsenal/italic/Arsenal.svg#Arsenal') format('svg');
		font-style: italic;
		font-weight: normal;
	}

	@font-face {
		font-family: "Arsenal";
		src: url("../fonts/Arsenal/bold/Arsenal.eot");
		src: 
			url('../fonts/Arsenal/bold/Arsenal.eot?#iefix') format('embedded-opentype'), 
			url('../fonts/Arsenal/bold/Arsenal.woff2') format('woff2'), 
			url('../fonts/Arsenal/bold/Arsenal.woff') format('woff'), 
			url('../fonts/Arsenal/bold/Arsenal.ttf') format('truetype'), 
			url('../fonts/Arsenal/bold/Arsenal.svg#Arsenal') format('svg');
		font-style: normal;
		font-weight: bold;
	}

	@font-face {
		font-family: "Arsenal";
		src: url("../fonts/Arsenal/bold-italic/Arsenal.eot");
		src: 
			url('../fonts/Arsenal/bold-italic/Arsenal.eot?#iefix') format('embedded-opentype'), 
			url('../fonts/Arsenal/bold-italic/Arsenal.woff2') format('woff2'), 
			url('../fonts/Arsenal/bold-italic/Arsenal.woff') format('woff'), 
			url('../fonts/Arsenal/bold-italic/Arsenal.ttf') format('truetype'), 
			url('../fonts/Arsenal/bold-italic/Arsenal.svg#Arsenal') format('svg');
		font-style: italic;
		font-weight: bold;
	}

	html {
		/*cursor: url(../images/cursor_default.cur), auto;*/
	}

	html a, html button {
		cursor: pointer;
		/*cursor: url(../images/cursor_poiner.cur), pointer !important;*/
	}
	body{
		font-family: "Arsenal",Arial,Helvetica,sans-serif;
		background-color: #f8f4ef;
		height: 100%;
		line-height: 18px;
		font-size: 18px;
		color: #413c35;
		min-width: 320px;
	}
	body.home > section {
		background: #f8f4ef;
	}
	header,
	footer {
		background: #f8f4ef;
	}
	footer {
		margin-top:20px;
	}
	body.home > footer {
		margin-top:0;
	}
	.container-padding {
		padding-left: 50px;
		padding-right: 50px;
	}
	@media (max-width: 767px){
		.container-padding {
			padding-left: 15px;
			padding-right: 15px;
		}
	}
	.container-padding .module_products {
		padding-left: 0px;
		padding-right: 0px;
	}
	a:active,
	a:focus,
	a:hover,
	a:visited {
		text-decoration: none;
	}
	a:hover,
	a:focus {
		color: #515151;
	}
	*:focus{
		outline: none;
	}
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
		font-family: inherit;
		font-weight: 500;
		line-height: 1.1;
		color: #f37d8b;
	}
	.full_width {
		width: 100%;
	}
	.clr_b {
		clear: both !important;
		float: none !important;
	}
	.separator_5 {
		height: 5px;
	}
	.separator_10 {
		height: 10px;
	}
	.g-recaptcha > div {
		/*margin: 0 auto;*/
	}
	.btn-to-right-block {
		text-align: right;
		clear: both;
	}
	.align_right {
		text-align: right;
	}
	.align_center {
		text-align: center;
	}
	@media(max-width: 767px) {
		.align_center_xs {
			text-align: center;
		}
	}
/* STARS RATING */
	.product_info_rating {
		display: inline-block;
		vertical-align: bottom;
	}
	.product_info_rating > i {
		float: left;
		color: #777676;
		font-size: 20px;
	}
	.product_info_rating > i.active {
		color: #eb2222;
	}
	#stars:hover > i {
		color: #777676;
	}
	.backlight {
		color: #eb2222 !important;
	}
/**/

/* BUTTONS */
	.btn {
		padding: 12px 20px;
		background: #f37d8b;
		color: #fff;
		border: 1px solid transparent;
		font-size: 15px;
		line-height: 17px;
	}
	.btn i {
		color: #fff;
	}
	.btn span {
		color: #fff;
		font-size: 15px;
		line-height: 15px;
		font-weight: 500;
		border-left: 1px solid #f8818f;
		padding-left: 10px;
		margin-left: 10px;
		text-transform: uppercase;
	}
	.btn:hover {
		text-decoration: none;
	}
	.btn:hover i.jump {
		text-decoration: none;
		animation: jump 0.7s linear 0s infinite alternate;
	}
	@keyframes jump {
		0% {transform: -webkit-transform:scale(1); transform:scale(1);}
		50% {transform: -webkit-transform:scale(1.3); transform:scale(1.3);}
		100% {transform: -webkit-transform:scale(1); transform:scale(1);}
	}
	.link {
		text-decoration: underline;
		color: #ff4d24;
	}
	.link_black {
		font-size: 13px;
		color: #373737;
		background: none;
		border: none;
		padding: 0;
	}
	.link_black:hover {
		color: #373737;
	}
/**/

/* HEADER */
	#top_bar {
		background: #f37d8b;
		color: #fff;
		font-size: 12px;
		padding: 0 15px;
	}
	#user_top_panel,
	#account_top_panel {
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#top_info_menu {
		padding: 10px 0;
	}
	#top_info_menu > *:not(:last-child) {
		margin-right: 5px;

	}
	#account_top_panel {
		float: right;
	}
	#user_top_panel > li {
		float: left;
	}
	#account_top_panel > li {
		float: left;
	}
	#user_top_panel li > a,
	#user_top_panel li > span,
	#user_top_panel .dropdown > a,
	#account_top_panel li > a,
	#account_top_panel li > span {
		padding: 10px 8px;
		display: block;
		color: #fff;
	}
	#top_info_menu > * {
		white-space: nowrap;
	}
	#top_info_menu a {
		color: inherit;
	}
	#user_top_panel .dropdown .dropdown-menu {
		padding: 0;
		margin: 0;
		min-width: 105px;
	}
	#user_top_panel .dropdown .dropdown-menu li span,
	#user_top_panel .dropdown .dropdown-menu li a {
		text-align: left;
		font-size: 11px;
		padding: 10px 15px;
		color: #999;
	}
	#user_top_panel .dropdown .dropdown-menu li span {
		color: #000;
		cursor: default;
	}
	#user_top_panel .dropdown .dropdown-menu li a:hover {
		background: none;
		color: #000;
	}
	#user_top_panel .dropdown a,
	#user_top_panel .dropdown .dropdown-menu li span,
	#account_top_panel li a {
		text-transform: uppercase;
	}
	#account_top_panel li a i,
	#top_info_menu i {
		width: 18px;
		text-align: center;
		font-size: 14px;
		vertical-align: -1px;
	}
	#top_info_menu a:hover i,
	#account_top_panel li:hover a i {
		animation: up_animation 0.4s linear 0s 1 alternate;
	}

	#account_top_panel {

	}
	#account_top_panel .dropdown-menu {
		padding: 0;
		margin: 0;
	}
	#account_top_panel .dropdown-menu li a,
	#account_top_panel .dropdown-menu li a:hover,
	#account_top_panel .dropdown-menu li a:visited,
	#account_top_panel .dropdown-menu li a:focus {
		color: #999;
		background: none;
		font-size: 14px;
	}
	#account_top_panel .dropdown-menu li a.active {
		color: #373737;
	}
	@keyframes up_animation {
		0% {text-shadow: 0 0 7px #fff;}
		40% {transform: -webkit-transform:scale(1.3); transform:scale(1.3);}
		100% {transform: -webkit-transform:scale(1.3); transform:scale(1.3);}
	}
	#top_bar a:hover,
	#top_bar a:focus,
	#top_bar a:active,
	#top_bar a:visited{
		color: inherit;
		text-decoration: none;
	}
	@media (max-width: 950px){
		#top_info_menu {
			width: 100%;
			clear: both;
		}
	}
	@media (max-width: 610px){
		#user_top_panel,
		#account_top_panel {
			float: none;
			text-align: center;
		}
		#user_top_panel li,
		#account_top_panel li {
			float: none;
			display: inline-flex;
		}
		#top_info_menu {
			width: 100%;
			clear: both;
		}
	}
	/* SEARCH */
	#top_search_block {
		display: none;
		padding: 50px;
		/*text-align: center;*/
	}
	#top_search_block.processing:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.3);
	}
	#top_search_block.processing:after {
		content: "";
		position: absolute;
		top: calc(50% - 20px);
		left: calc(50% - 20px);
		width: 40px;
		height: 40px;
		border-radius: 40px;
		border-top: 4px solid red;
		border-right: 4px solid blue;
		border-bottom: 4px solid yellow;
		border-left: 4px solid green;
		z-index: 10;
		-webkit-animation: rotate 1s infinite linear;
		animation: rotate 1s infinite linear;
	}
	#top_search_block .search_form {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
	}
	@media (max-width: 768px){
		#top_search_block {
			padding: 10px 15px;
		}
	}
	.search_form input {
		padding: 0px 50px 0px 15px;
		margin: 0px;
		height: 46px;
		width: 100%;
		font-size: 15px;
		line-height: 18px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border: none;
		color: #666;
		background: #fff;
	}
	.search_form input:focus{
		border-color:#fba4b9;
	}
	.search_form .button-search {
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
		font-size: 21px;
		line-height: 46px;
		font-weight: 400;
		color: white;
		background: #f37d8b;
		display: inline-block;
		width: 50px;
		text-align: center;
		float: right;
	}
	#autocomplete-results {

	}
	#autocomplete-results .ui-searchcomplete-category {
		color: #ffffff;
		padding: 3px 5px;
		background: #f37d8b;
	}
	#autocomplete-results .ui-menu-item {
		list-style: none;
	}
	#autocomplete-results .ui-menu-item .ui-state-active{
		border: 1px solid #c6c6c6;
		background: #e6e6e6;
		font-weight: normal;
		color: inherit;
	}
	#autocomplete-results img {
		float: left;
		margin-right: 10px;
	}
	#autocomplete-results h5 {
		margin: 5px 0;
	}
	#autocomplete-results p {
		margin-bottom: 0;
		font-size: 14px;
	}
	/**/
	#wrapper_top_menu {
		position: relative;
	}
	#top_menu {
		padding: 35px 50px;
	}
	/* LOGO */
	#logo_block {
		float: left;
		max-width: 100px;
		margin: -7px 0;
	}
	
	#logo_block a {
		display: block;
	}
	#logo_block img {
		max-width: 100%;
	}
	#shop_subject {
		font-size: 20px;
		font-weight: bold;
		color: #1595a3;
	}
	/**/
	@media (min-width: 768px) and (max-width: 849px) {
		#top_menu.fixed #logo_block {
			display: none;
		}
		#top_menu.fixed .cart_text {
			display: none;
		}
	}
	@media (max-width: 1100px){
		#logo_block {
			width: 100px;
			margin: -5px 0;
		}
	}
	@media (max-width: 850px){
		#logo_block {
			width: 90px;
			margin: 10px 0;
		}
	}
	@media (max-width: 800px){
		#logo_block {
			width: 85px;
		}
	}
	@media (max-width: 767px){
		#logo_block {
			text-align: center;
			width: 100%;
		}
	}
	@media (max-width: 550px){
		#logo_block {
			float: none;
			text-align: center;
			width: 100%;
			margin: 5px 0;
			max-width: none;
		}
	}
	/* buttons */
	#search_trigger {
		padding: 12px 10px 12px 0;
		float: right;
		color: #f37d8b;
	}
	#search_trigger i {
		font-size: 28px;
		line-height: 15px;
		vertical-align: -4px;
	}
	#btn_header_block {
		float: right;
	}
	#cart_block {
		font-size: 10px;
		float: left;
		width: 100%;
		text-align: center;
		color: #0182b2;
		cursor: pointer;
	}
	#cart_block .cart-heading {
		text-transform: uppercase;
		font-size: 15px;
		line-height: 22px;
		font-weight: bold;
		color: #f37d8b;
		padding: 12px 0 12px 10px;
	}
	#search_trigger:hover,
	#cart_block .cart-heading:hover {
		animation: up 0.3s linear 0s 1 alternate;
	}
	#cart_block .btn {
		color: white;
		font-size: 18px;
		font-weight: bold;
	}
	@keyframes up {
		0% {text-shadow: 0 0 7px #fff;}
		70% {transform: -webkit-transform:scale(1.3); transform:scale(1.3);}
		100% {transform: -webkit-transform:scale(1.3); transform:scale(1.3);}
	}
	#cart_block .cart-heading i {
		font-size: 31px;
		line-height: 15px;
		vertical-align: -4px;
		margin-right: 10px;
	}
	@media (min-width: 768px) and (max-width: 850px){
		#search_trigger i {
			font-size: 16px;
			vertical-align: 0;
		}
		#cart_block .cart-heading i {
			font-size: 18px;
			vertical-align: 0;
		}
	}
	/* MAIN MENU */
	#main_menu {
	}
	#btn_main_menu {
		display: none;
		width: 100%;
		padding: 16px 20px 15px 20px;
		color: #fff;
		background: #6ec1b6;
		font-weight: bold;
		font-size: 15px;
		text-transform: uppercase;
		border: none;
	}
	#btn_main_menu i {
		float: right;
		font-size: 18px;
	}
	#main_menu_items_block {
		float: left;
		/*position: relative;*/
	}
	#main_menu_items_block .menu_item_block {
		float: left;
	}
	#main_menu_items_block .item_info a {
		display: block;
		padding: 0 12px;
		font-size: 18px;
		color: #373737;
		font-weight: 500;
		text-transform: uppercase;
	}
	#main_menu_items_block .item_info a:active,
	#main_menu_items_block .item_info a:focus,
	#main_menu_items_block .item_info a:visited,
	#main_menu_items_block .item_info a:hover {
		text-decoration:none;
	}
	#main_menu_items_block .item_info > a > span {
		padding: 14px 0;
		display: block;
		position: relative;
	}
	#main_menu_items_block .item_info > a > span:before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		height: 1px;
		background: #f37d8b;
		width: 0;
		transition: all 0.3s ease-out;
	}
	#main_menu_items_block .menu_item_block:hover .item_info > a > span:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		height: 1px;
		background: red;
		width: 100%;
		z-index: 10;
	}
	#main_menu_items_block .menu_item_block:hover .item_info > a > span.caret_down:after {
		content: "";
		position: absolute;
		top: calc(100% - 2px);
		left: calc(50% - 8px);
		border-top: 8px solid #f8f4ef;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 8px solid transparent;
		z-index: 10;
	}
	#main_menu_items_block .menu_item_block .sum_menu {
		position: absolute;
		top: calc(100% + 50px);
		left: 0;
		z-index: 1000;
		width: 100%;
		background: #fff;
		z-index: 9;
		transition: opacity 0.3s cubic-bezier(0.4, 0, 1, 1),
		top 0.3s cubic-bezier(0.4, 0, 1, 1);
		visibility: hidden;
		opacity: 0;
		border-top: 50px solid transparent;
		padding: 10px 0;
		-ms-transition: opacity 0.5s ease 0s,-ms-transform 0.5s ease 0s;
		-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.16);
		-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.16);
		box-shadow: 0 2px 8px rgba(0,0,0,0.16);
	}
	#main_menu_items_block .sum_menu_col ul {
		list-style: none;
		padding: 0;
		margin-bottom: 3px;
		height: 55px;
	}
	#main_menu_items_block .sum_menu_col ul li {
		display: table;
		width: 100%;
	}
	#main_menu_items_block .sum_menu_col ul li a {
		display: table-cell;
		vertical-align: middle;
		color: #373737;
		padding: 6px 0;
		/*display: block;*/
		font-size: 15px;
	}
	#main_menu_items_block .sum_menu_col ul li a.main_category {
		/*font-family: 'DS Goose',cursive;
		color: #f37d8b !important;*/
		font-size: 18px;
		padding-left: 60px;
		position: relative;
		height: 55px;
	}
	#main_menu_items_block .sum_menu_col ul li a.main_category > img{
		position: absolute;
		left: 0;
		top: 0;
	}
	#main_menu_items_block .sum_menu_col ul li a:active,
	#main_menu_items_block .sum_menu_col ul li a:focus,
	#main_menu_items_block .sum_menu_col ul li a:visited,
	#main_menu_items_block .sum_menu_col ul li a:hover {
		text-decoration: none;
	}
	#main_menu_items_block .sum_menu_col ul li a:hover:not(.main_category) {
		color: #000;
	}
	#main_menu_items_block .sum_menu_col .spesial_product_name {
		margin: 0;
		text-align: center;
		margin-bottom: 5px;
	}
	#main_menu_items_block .sum_menu_col .spesial_product_name a {
		text-transform: uppercase;
		font-weight: bold;
		font-size: 13px;
		color: #f37d8b;
	}
	#main_menu_items_block .sum_menu_col .spesial_product_name a:hover {
		text-decoration: none;
	}
	#main_menu_items_block .sum_menu_col .spesial_product_image_container {
		position: relative;
	}
	#main_menu_items_block .sum_menu_col .spesial_product_image_container a {
		display: block;
		color: #f37d8b !important;
		text-transform: none;
		padding-top: 20px;
		margin-bottom: 3px;
	}
	#main_menu_items_block .sum_menu_col .spesial_product_image_container a img {
		max-width: 100%;
	}
	#main_menu_items_block .sum_menu_col .spesial_product_image_container span {
		padding: 5px 10px;
		text-align: center;
		background: #f37d8b;
		position: absolute;
		top: 0;
		left: 40%;
		border-top-left-radius: 15px;
		border-bottom-right-radius: 15px;
		color: #fff;
	}
	#main_menu_items_block .sum_menu_col .spesial_product_content_price {
		text-align: center;
	}
	#main_menu_items_block .sum_menu_col .spesial_product_content_price span.new-price {
		font-size: 24px;
		color: #373737;
		font-weight: 500;
		white-space: nowrap;
	}
	#main_menu_items_block .sum_menu_col .spesial_product_content_price span.old-price {
		font-size: 13px;
		margin-left: 10px;
		color: #666666;
		text-decoration: line-through;
	}

	#main_menu_items_block .item_info i {
		display: none;
	}
	@media (min-width: 768px){
		#main_menu_items_block, 
		#main_menu_items_block .menu_item_block .sum_menu {
			display: block !important;
		}
		#main_menu_items_block .menu_item_block:hover .sum_menu {
			top: 100%;
			visibility: visible;
			opacity: 1;
			border-top: 0px solid transparent;
		}
		#top_menu.fixed {
			padding-top: 3px;
			padding-bottom: 0px;
			position: fixed;
			top: 0;
			left: 0;
			z-index: 999;
			background: #f8f4ef;
			width: 100%;
			-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
			-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
			box-shadow: 0 1px 2px rgba(0,0,0,0.4);
			animation: menu_down 0.4s linear 0s 1 alternate;
		}
		@keyframes menu_down {
			0% {top:-200px; opacity: 0;}
			50% {top: 0;}
			100% {top: 0; opacity: 1;}
		}
		#top_menu.fixed #logo_block {
			width: 70px;
			margin: 2px 0px;
		}
		#top_search_block.fixed {
			padding-top: 10px;
			padding-bottom: 10px;
			position: fixed;
			top: 49px;
			left: 0;
			z-index: 999;
			background: #f8f4ef;
			width: 100%;
			-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
			-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
			box-shadow: 0 1px 2px rgba(0,0,0,0.4);
			animation: search_down 0.4s linear 0s 1 alternate;
		}
		@keyframes search_down {
			0% {top:-200px; opacity: 0;}
			50% {top: 0;}
			100% {top: 51; opacity: 1;}
		}
	}
	@media (max-width: 767px){
		#top_menu {
			padding: 10px 15px;
		}
		#btn_main_menu {
			display: block;
		}
		#main_menu_items_block {
			display: none;
		}
		#main_menu_items_block {
			float: none;
			position: relative;
		}
		#main_menu_items_block .menu_item_block {
			float: none;
			width: 100%;
			padding-bottom: 10px;
		}
		#main_menu_items_block .menu_item_block:hover {
			background: #f2f2f2;
		}
		#main_menu_items_block .item_info {
			position: relative;
		}
		#main_menu_items_block .item_info {
			text-align: center;
		}
		#main_menu_items_block .item_info i {
			display: inline-block;
			position: absolute;
			top: 0;
			right: 0;
			font-size: 14px;
			line-height: 48px;
			width: 48px;
			z-index: 10;
		}
		#main_menu_items_block .item_info > a > span:before,
		#main_menu_items_block .item_info > a > span:after {
			display: none;
		}
		#main_menu_items_block .menu_item_block .sum_menu {
			display: none;
			visibility: visible;
			position: static;
			top: 0;
			left: 0;
			width: calc(100% - 30px);
			background: #fff;
			opacity: 1;
			box-sizing: border-box;
			border-top: none;
			padding: 0 0 10px 0;
			-ms-transition: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			margin: 0 15px;
		}

		#main_menu_items_block .sum_menu_col .spesial_product_image_container a img {
			max-width: 180px;
			margin: 0 auto;
		}
	}
	@media (max-width: 520px){
		#main_menu_items_block .menu_item_block .sum_menu .sum_menu_col {
			width: 100%;
			text-align: center;
		}
	}
/**/

/* FOOTER */
	footer {
		background: #fff;
		color: #999;
		padding: 0 50px 40px 50px;
	}
	#footer_info_block {
		padding-top: 45px;
		padding-bottom: 40px;
	}
	#footer_copyright_block {
		padding-top: 35px;
		border-top: 1px solid #d9d9d9;
	}
	footer h4 {
		font-family: "DS Goose";
		color: #f37d8b;
		margin: 0 0 13px 0;
		cursor: pointer;
		font-size: 24px;
	}
	footer h4 a {
		color: inherit;
		line-height: inherit;
	}
	@media (max-width: 1199px) and (min-width: 768px){
		footer h4 {
			font-size: 18px;
			font-weight: 400;
		}
	}
	footer .footer_btn {
		display: none;
	}
	footer ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	footer ul li {
		padding: 0 0 7px 4px;
		overflow: hidden;
		color: #373737;
		font-size: 13px;
		line-height: 19px;
	}
	footer ul li a {
		color: inherit;
		line-height: inherit;
	}
	footer ul li i {
		font-size: 14px;
		color: #f37d8b;
		line-height: 30px;
		margin-right: 5px;
		width: 10px;
	}
	.newsletter_description {
		font-size: 13px;
		line-height: 15px;
		color: #373737;
	}
	#subscribe_email {
		height: 45px;
		width: 100%;
		background: #d9d9d9;
		color: #999;
		padding: 10px 43px 10px 12px;
		display: inline-block;
		float: left;
		border: none;
	}
	#subscribe_send {
		margin-left: -43px;
		border: none;
		background: none;
		text-align: center;
		color: #908f8f;
		padding: 14px 8px;
		width: 42px;
	}
	#subscribe_send:hover {
		text-shadow: 1px 0 20px white;
	}
	#footer_social_block {
		margin-top: 20px;
	}
	#footer_social_block ul li {
		float: left;
		padding: 0;
	}
	#footer_social_block ul li a {
		display: block;
	}
	#footer_social_block ul li i {
		color: #999;
		border: 1px solid #999;
		border-radius: 100px;
		font-size: 20px;
		width: 30px;
		height: 30px;
		line-height: 29px;
		text-align: center;
		margin: 3px;
	}
	#footer_social_block ul li:hover i {
		color: #f37d8b;
	}
	footer .copyright{
		font-size: 13px;
		float: left;
		font-family: raleway;
		color: #373737;
		font-weight: 500;
	}
	footer .payment {
		float: right;
	}
	@media(min-width: 768px){
		footer .footer-block .toggle-footer {
			display: block !important;
		}
	}
	@media(max-width: 767px){
		footer {
			padding: 0 15px 30px 15px;
		}
		#footer_info_block {
			padding-top: 15px;
			padding-bottom: 10px;
		}
		footer .footer-block {
			margin-top: 10px;
			margin-bottom: 20px;
		}
		#footer_social_block {
			margin-top: 10px;
			margin-bottom: 10px;
		}
		footer .footer-block .footer_btn {
			display: block;
			float: right;
		}
		footer .footer-block .toggle-footer {
			display: none;
		}
		footer .footer-block.slided .toggle-footer {
			visibility: visible;
			height: auto;
			overflow: hidden;
		}
		footer .footer-block h4 {
			font-size: 18px;
		}
		footer .footer-block .footer_btn i {
			font-size: 24px;
			color: #f37d8b;
		}
		footer .footer-block .footer_btn i:hover {
			color: black;
		}
		footer .footer-block .footer_btn i:last-child {
			display: none;
		}
		footer .footer-block.slided .footer_btn i:first-child {
			display: none;
		}
		footer .footer-block.slided .footer_btn i:last-child {
			display: block;
		}

		footer .copyright{
			float: none;
			text-align: center;
		}
		footer .payment {
			float: none;
			text-align: center;
		}
	}
/**/

/* HOME PAGE */

	/* MENU CATEGORIES */
		#main_categories {
			padding: 50px 50px;
		}
		.main_category_tab {
			background: #fff;
			-webkit-box-shadow: 3px 2px 8px rgba(0,0,0,0.32);
			box-shadow: 3px 2px 8px rgba(0,0,0,0.32);
			border: 1px solid #dedede;
			border-right: none;
		}
		.category_img_wrapper {
			position: relative;
			padding: 0;
		}
		.category_img_wrapper img {
			width: 100%;
		}
		.category_img_wrapper:hover img {
			opacity: 0.8;
		}
		.category_img_wrapper a {
			position: absolute;
			left: 25%;
			padding: 10px 0;
			width: 50%;
			margin: 0 auto;
			text-align: center;
			color: #f37d8b;
			border: 2px solid #f37d8b;
			border-radius: 5px;
			bottom: 20px;
			font-family: 'DS Goose', cursive;
			font-size: 24px;
			background: #fff;
		}
		.category_img_wrapper a:hover {
			color: #fff;
			background: #f37d8b;
		}
		.category_img_wrapper a.blue {
			color: #89ccc3;
			border: 2px solid #89ccc3;
		}
		.category_img_wrapper a.blue:hover {
			color: #fff;
			background: #89ccc3;
		}
		.category_link_wrapper h3 {
			font-size: 18px;
			margin-top: 5px;
			font-family: 'DS Goose',cursive;
			color: #f37d8b;
		}
		.category_link_wrapper h3.blue {
			color: #89ccc3;
		}
		.category_link_wrapper ul {
			list-style: none;
			padding: 0;
		}
		.category_link_wrapper ul li {
			border-top: 1px solid #ccc;
			padding: 8px 0;
			font-size: 18px;
			line-height: 18px;
			font-style: italic;
			-webkit-transition: all 0.7s ease;
			transition: all 0.7s ease;
		}
		.category_link_wrapper ul li:after {
			content: "\f105";
			font-family: "FontAwesome";
			font-size: inherit;
			line-height: inherit;
			color: inherit;
			float: right;
			font-weight: normal;
		}
		.category_link_wrapper ul li:last-child {
			font-family: 'DS Goose',cursive;
			color: #f37d8b;
			font-weight: normal;
		}
		.category_link_wrapper ul li.blue {
			color: #89ccc3;
		}
		.category_link_wrapper ul li:last-child:after {
			content: "\f101";
		}
		.category_link_wrapper ul li:hover {
			-webkit-transform: translateX(5px);
			transform: translateX(5px);
		}
		.category_link_wrapper ul li a {
			color: inherit;
			font-size: inherit;
			line-height: inherit;
		}
		@media(min-width: 1200px){
			.category_link_wrapper h3 {
				margin-top: 10px;
				font-size: 22px;
				line-height: 30px;
			}
			.category_link_wrapper ul li {
				font-size: 22px;
				line-height: 28px;
			}
		}
	/**/

	/* SPECIAL CAROUSEL */
		#specials_carousel_container {
			padding: 50px 100px 15px 100px;
			background: transparent;
		}
		#carousel_bg_img {
			position: fixed;
			top:0;
			left: 0;
			height: 100vh;
			width: 100vw;
			object-fit: cover;
			z-index: -1;
		}
		#specials_carousel {
			position: relative;
			padding: 50px 30px 15px 30px;
			background: rgba(255,255,255,0.3);
		}
		.carousel_images_block {
			/*padding: 0;*/
		}
		.carousel_images_block a {
			display: block;
			position: relative;
		}
		.carousel_images_block a .percent_price {
			padding: 5px 10px;
			text-align: center;
			background: #f37d8b;
			position: absolute;
			top: 0;
			left: 0;
			border-top-left-radius: 15px;
			border-bottom-right-radius: 15px;
			font-size: 15px;
			color: #fff;
		}
		.carousel_images_block a > img {
			border-top-left-radius: 15px;
			border-bottom-right-radius: 15px;
			max-width: 100%;
		}
		.additional_images {
			width: 65px;
			position: absolute;
			top: 5px;
			right: 5px;
			height: calc(100% - 10px);
		}
		.additional_images img {
			max-width: 100%;
			margin-top: 10px;
		}
		.carousel_info_block h3 {
			font-size: 18px;
			color: #f37d8b;
			text-transform: uppercase;
			font-weight: bold;
			text-align: center;
		}
		.carousel_info_block h3 a {
			color: #f37d8b;
		}
		.carousel_info_block .price_block {
			margin-top: 20px;
			margin-bottom: 10px;
			text-align: center;
			float: none;
		}
		.carousel_info_block .price_block .new_price {
			font-size: 28px;
			color: #373737;
		}
		.carousel_info_block .price_block .old_price {
			font-size: 20px;
			color: #666666;
			text-decoration: line-through;
		}
		.carousel_info_block .options_block {
		}
		.carousel_info_block .options_block > div {
			float: left;
		}
		.carousel_info_block .options_block > div ul {
			display: flex;
			list-style: none;
			padding: 0;
			margin: 0 5px 0 0;
		}
		.carousel_info_block .options_block .color_option_list {

		}
		.carousel_info_block .options_block .color_option_list li {
			display: inline-block;
			width: 15px;
			height: 15px;
			margin: 8px 5px;
			float: left;
		}
		.carousel_info_block .options_block .color_option_list li img {
			display: block;
			border-radius: 15px;
			overflow: hidden;
		}
		.carousel_info_block .options_block .size_option_list {

		}
		.carousel_info_block .options_block .size_option_list li {
			float: left;
			line-height: 30px;
			font-size: 13px;
			text-align: center;
			margin: 0 2px;
			color: #666;
			border: 1px solid #f2f2f2;
			padding: 0 7px;
			background: #fff;
		}

		.carousel_info_block .options_block .carousel_info_rating {
			float: right;
		}
		.carousel_info_block .options_block .carousel_info_rating .star {
			float: left;
			color: #777676;
			font-size: 20px;
		}
		.carousel_info_block .options_block .carousel_info_rating .star.star_on {
			color: #eb2222;
		}
		.turnover_block {
			clear: both;
			color: #666;
			font-size: 14px;
			overflow: hidden;
			padding-top: 10px;
		}
		.turnover_block .turnover_sold {
			float: left;
		}
		.turnover_block .turnover_available {
			float: right;
		}
		.turnover_block .turnover_sold span,
		.turnover_block .turnover_available span {
			color: #000;
			font-weight: bold;
		}
		.turnover_block .turnover_bar {
			height: 10px;
			width: 100%;
			background: #f2f2f2;
			border-radius: 10px;
			clear: both;
			margin-bottom: 10px;
		}
		.turnover_block .turnover_bar div {
			background: #6ec1b6;
			border-radius: 10px;
			width: 0;
			height: 100%;
		}
		.count_down_block {

		}
		.count_down_block .title {
			font-size: 14px;
			color: #373737;
			margin-bottom: 20px;
			font-weight: 500;
			text-align: center;
		}
		.countdown_area ul li {
			display: inline-block;
			vertical-align: top;
			font-size: 30px;
			line-height: 40px;
			color: #000;
		}
		.countdown_area {
			text-align: center;
		}
		.countdown_area ul {
			padding: 0;
			margin: 0;
		}
		.countdown_area .time_info > div:first-child {
			min-width: 60px;
			background: #f5f5f5;
			border-radius: 5px;
			padding: 5px 20px;
		}
		.countdown_area .time_info .text {
			text-align: center;
			margin-top: 5px;
			font-family: "DS Goose";
			font-size: 20px;
			color: #6ec1b6;
			text-transform: capitalize;
		}

		.carousel_info_block .button_block {
			float: none;
			padding-top: 15px;
			clear: both;
			margin-top: 0;
			text-align: center;
		}
		.carousel_info_block .button_block > *{
			margin: 5px 10px;
		}

		#specials_carousel .owl-nav > * {
			position: absolute;
			top: 15px;
			z-index: 99;
			transition: all 0.3s ease 0s;
			font-size: 18px;
			padding: 0 0 0 11px;
			line-height: 28px;
			color: #f37d8b;
			border: 1px solid #f37d8b;
			border-radius: 50%;
			-moz-border-radius: 50%;
			-webkit-border-radius: 50%;
			-ms-border-radius: 50%;
			-o-border-radius: 50%;
			width: 30px;
			height: 30px;
		}
		#specials_carousel .owl-nav > *:hover {
			-webkit-transform: translateY(-5px);
			transform: translateY(-5px);
		}
		#specials_carousel .owl-nav .owl-prev{
			left: 15px;
		}
		#specials_carousel .owl-nav .owl-next{
			right: 15px;
		}
		@media(min-width: 768px){
			#specials_carousel_container {
				padding: 50px 50px;
			}
		}
		@media(max-width: 650px){
			#specials_carousel_container {
				padding: 15px 50px;
			}
		}
		@media(max-width: 550px){
			#specials_carousel_container {
				padding: 10px 15px;
			}
		}
		@media(max-width: 470px){
			.countdown_area ul li {
				font-size: 20px;
				line-height: 30px;
			}
			.countdown_area .time_info > div:first-child {
				min-width: 30px;
				padding: 5px 5px;
			}
			.countdown_area .time_info .text {
				font-size: 14px;
			}
		}
		@media(max-width: 400px){
			.additional_images {
				width: 100%;
				position: static;
				height: auto;
				margin-right: -5px;
			}
			.additional_images img {
				max-width: calc(20% - 5px);
				margin: 5px 5px 0 0;
			}
		}
	/**/

	/* MODULE SLIDER */
		.module_products {
			padding: 15px 50px;
		}
		.module_products h2 {
			color: #f37d8b;
			font-family: "DS Goose";
			font-size: 30px;
			padding: 10px 0 30px;
			text-decoration: none;
			text-align: center;
			text-transform: capitalize;
			margin: 0;
		}
		.module_products h2 a {
			line-height: inherit;
			font-size: inherit;
			color: inherit;
		}
		.product_carousel {
		}
		.product_carousel .item {
			padding: 5px 8px 5px 2px;
		}
		.module_product_block {
			background: #fff;
			-moz-transition: all 0.5s;
			-o-transition: all 0.5s;
			-webkit-transition: all 0.5s;
			transition: all 0.5s;
		}
		.module_product_block:hover {
			-webkit-box-shadow: 3px 2px 8px rgba(0,0,0,0.32);
			box-shadow: 3px 2px 8px rgba(0,0,0,0.32);
		}
		.product_images_block {
		}
		.product_images_block {
			display: block;
			position: relative;
		}
		.product_images_block .percent_price {
			padding: 5px 10px;
			text-align: center;
			background: #f37d8b;
			position: absolute;
			top: 0;
			right: 0;
			border-top-left-radius: 15px;
			border-bottom-right-radius: 15px;
			font-size: 15px;
			color: #fff;
		}
		.product_images_block .percent_price {
			padding: 5px 10px;
			text-align: center;
			background: #f37d8b;
			position: absolute;
			top: 0;
			right: 0;
			z-index: 1;
			border-top-left-radius: 15px;
			border-bottom-right-radius: 15px;
			font-size: 15px;
			color: #fff;
		}
		.module_product_block:hover .product_images_block .percent_price {
			-webkit-animation: shake_percent 0.5s 1 alternate;
			-moz-animation: shake_percent 0.5s 1 alternate;
			-o-animation: shake_percent 0.5s 1 alternate;
			animation: shake_percent 0.5s 1 alternate;
		}
		@-webkit-keyframes shake_percent {
			from,60%,75%,90%,to {
				-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
				animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)
			}
			0% {
				opacity:0;
				-webkit-transform:translate3d(0,-3000px,0);
				transform:translate3d(0,-3000px,0)
			}
			60% {
				opacity:1;
				-webkit-transform:translate3d(0,25px,0);
				transform:translate3d(0,25px,0)
			}
			75% {
				-webkit-transform:translate3d(0,-10px,0);
				transform:translate3d(0,-10px,0)
			}
			90% {
				-webkit-transform:translate3d(0,5px,0);
				transform:translate3d(0,5px,0)
			}
			to {
				-webkit-transform:none;
				transform:none
			};
		}
		@keyframes shake_percent {
			from,60%,75%,90%,to {
				-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
				animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)
			}
			0% {
				opacity:0;
				-webkit-transform:translate3d(0,-3000px,0);
				transform:translate3d(0,-3000px,0)
			}
			60% {
				opacity:1;
				-webkit-transform:translate3d(0,25px,0);
				transform:translate3d(0,25px,0)
			}
			75% {
				-webkit-transform:translate3d(0,-10px,0);
				transform:translate3d(0,-10px,0)
			}
			90% {
				-webkit-transform:translate3d(0,5px,0);
				transform:translate3d(0,5px,0)
			}
			to {
				-webkit-transform:none;
				transform:none
			};
		}

		.product_images_block > img {
			border-top-left-radius: 15px;
			border-bottom-right-radius: 15px;
			max-width: 100%;
		}
		.product_images_block .additional_images {
			width: 60px;
			position: absolute;
			top: 5px;
			left: 50%;
			opacity: 0;
			height: calc(100% - 10px);
			-moz-transition: all 0.5s;
			-o-transition: all 0.5s;
			-webkit-transition: all 0.5s;
			transition: all 0.5s;
		}
		.module_product_block:hover .additional_images {
			left: 5px;
			opacity: 1;
		}
		.product_images_block .additional_images img {
			max-width: 100%;
			margin-top: 10px;
			border: 1px solid #f2f2f2;
		}
		.product_images_block .additional_options {
			position: absolute;
			bottom: 15px;
			right: 5px;
			opacity: 0;
			-moz-transition: all 0.5s;
			-o-transition: all 0.5s;
			-webkit-transition: all 0.5s;
			transition: all 0.5s;
		}
		.module_product_block:hover .additional_options {
			opacity: 1;
		}
		.product_images_block .additional_options ul {
			padding: 0;
			list-style: none;
		}
		.product_images_block .additional_options ul li {
			line-height: 30px;
			font-size: 13px;
			text-align: center;
			margin: 0 2px;
			color: #666;
			border: 1px solid #f2f2f2;
			padding: 0 7px;
			background: #fff;
		}
		.product_info_block {
			padding: 0 10px 10px 10px;
		}
		.product_info_block h3 {
			font-size: 18px;
			color: #f37d8b;
			text-transform: uppercase;
			font-weight: bold;
			text-align: center;
			margin-top: 10px;
			margin-bottom: 5px;
			height: 44px;
    		overflow: hidden;
		}
		.product_info_block h3 a {
			color: #f37d8b;
		}
		.product_info_block .price_block {
			margin-top: 10px;
			margin-bottom: 10px;
			text-align: center;
			float: none;
		}
		.product_info_block .price_block .new_price {
			line-height: 26px;
			display: inline-flex;
			font-size: 24px;
			color: #373737;
		}
		.product_info_block .price_block .old_price {
			display: inline-flex;
			font-size: 15px;
			color: #666666;
			text-decoration: line-through;
		}
		.product_info_block .options_block {
			display: inline-block;
			width: 100%;
		}
		.product_info_block .options_block > div {
			float: left;
		}
		.product_info_block .options_block > div ul {
			display: flex;
			list-style: none;
			padding: 0;
			margin: 0 5px 0 0;
		}
		.product_info_block .options_block .color_option_list {

		}
		.product_info_block .options_block .color_option_list li {
			display: inline-block;
			width: 15px;
			height: 15px;
			margin: 2px 3px;
			float: left;
		}
		.product_info_block .options_block .color_option_list li img {
			display: block;
			border-radius: 15px;
			overflow: hidden;
		}
		.product_info_block .options_block .size_option_list {

		}
		.product_info_block .options_block .size_option_list li {
			float: left;
			line-height: 30px;
			font-size: 13px;
			text-align: center;
			margin: 0 2px;
			color: #666;
			border: 1px solid #f2f2f2;
			padding: 0 7px;
		}
		.product_info_block .options_block .product_info_rating {
			float: right;
		}
		.product_info_block .button_block {
			float: none;
			padding-top: 10px;
			clear: both;
			margin-top: 0;
			text-align: center;
		}
		.product_info_block .button_group_block {
			display: inline-block;
		}
		.product_info_block .button_group_block * {
			float: left;
		}
		.product_info_block .button_block .add_to_wishlist,
		.product_info_block .button_block .add_to_compare {
			margin: 5px;
		}
		.product_info_block .button_block > *{
		}
		.product_info_block .btn {
			padding: 10px 10px;
			background: #6ec1b6;
			color: #000;
			border: 1px solid transparent;
			font-size: 15px;
			line-height: 17px;
		}
		.product_info_block .btn.bg {
			color: #6ec1b6;
			background: #fff;
			border: 1px solid #6ec1b6;
		}
		.product_info_block .btn.bg i {
			color: #6ec1b6;
		}
		.product_info_block .btn span {
		    border-left: 1px solid #73cbbf;
		}
		.module_products .owl-nav > * {
			position: absolute;
			top: -60px;
			z-index: 99;
			transition: all 0.3s ease 0s;
			font-size: 18px;
			padding: 0 0 0 11px;
			line-height: 28px;
			color: #f37d8b;
			border: 1px solid #f37d8b;
			border-radius: 50%;
			-moz-border-radius: 50%;
			-webkit-border-radius: 50%;
			-ms-border-radius: 50%;
			-o-border-radius: 50%;
			width: 30px;
			height: 30px;
		}
		.module_products .owl-nav > *:hover {
			-webkit-transform: translateY(-5px);
			transform: translateY(-5px);
		}
		.module_products .owl-nav .owl-prev{
			left: 0px;
		}
		.module_products .owl-nav .owl-next{
			right: 0px;
		}
		@media (min-width: 768px){
			#module_products {
				padding: 15px;
			}
		}
		@media (max-width: 400px){
			.module_products .owl-nav > * {
				display: none;
			}
		}
	/**/

	/* MODULE TABS */
		.module_products .module_tabs {
			list-style: none;
			text-align: center;
			padding: 10px 0 24px 0;
			margin: 0;
		}
		.module_products .module_tabs li {
			display: inline-block;
			color: #373737;
			font-family: "DS Goose";
			font-size: 30px;
			text-decoration: none;
			text-align: center;
			text-transform: capitalize;
			margin: 0 10px;
		}
		.module_products .module_tabs li:hover {
			color: #f37d8b;
		}
		.module_products .module_tabs li.active {
			color: #f37d8b;
		}
		.module_products .module_tabs li.active:hover {
			color: #373737;
		}
		.module_products .module_tabs li a {
			color: inherit;
		}
		@media(max-width: 700px){
			.module_products .module_tabs {
				padding: 10px 0 30px 0;
			}
			.module_products .module_tabs li {
				font-size: 20px;
			}
		}
		@media(max-width: 550px){
			.module_products .module_tabs {
				padding: 10px 0 32px 0;
			}
			.module_products .module_tabs li {
				font-size: 16px;
			}
		}
		@media(max-width: 480px){
			.module_products .module_tabs {
				padding: 10px 0 10px 0;
			}
			.module_products .module_tabs li {
				display: block;
				padding: 3px 0;
			}
		}
	/**/

	/* BANNERS */
		.module_banners {
			display: flex;
		}
		.module_banners .banner_block {
			position: relative;
			padding: 0;
		}
		.module_banners .banner_block img {
			max-width: 100%;
		}

		.module_banners .banner_block .banner_line {
			position: absolute;
			opacity: 0;
			background: #aa7c15;
			-webkit-transition: all 0.5s ease-out;
			-moz-transition: all 0.5s ease-out;
			-o-transition: all 0.5s ease-out;
			transition: all 0.5s ease-out;
		}
		.module_banners .banner_block .banner_line.line_top {
			top: 15px;
			left: 10px;
			height: 2px;
			width: 0px;
		}
		.module_banners .banner_block .banner_line.line_bottom {
			bottom: 15px;
			right: 10px;
			height: 2px;
			width: 0px;
		}
		.module_banners .banner_block:hover .line_top,
		.module_banners .banner_block:hover .line_bottom {
			width: calc(100% - 20px);
			opacity: 1;
		}

		.module_banners .banner_block .banner_line.line_right {
			bottom: 10px;
			right: 20px;
			height: 0px;
			width: 2px;
		}
		.module_banners .banner_block .banner_line.line_left {
			top: 10px;
			left: 20px;
			height: 0px;
			width: 2px;
		}
		.module_banners .banner_block:hover .line_right,
		.module_banners .banner_block:hover .line_left {
			height: calc(100% - 20px);
			opacity: 1;
		}
	/**/

	/* TABS SLIDERS */
		.tab_slider {
		}
		.tab_slider .slider_product_block {
			display: flex;
			border-top-left-radius: 10px;
			border-bottom-right-radius: 10px;
			background: #fff;
			margin: 5px 10px 15px 5px;
		}
		.tab_slider .slider_product_block:hover {
			-webkit-box-shadow: 3px 2px 8px rgba(0,0,0,0.32);
			box-shadow: 3px 2px 8px rgba(0,0,0,0.32);
		}
		.tab_slider .product_images_block .percent_price {
			padding: 2px 5px;
			text-align: center;
			background: #f37d8b;
			position: absolute;
			top: 0;
			left: 0;
			right: auto;
			border-top-left-radius: 10px;
			border-bottom-right-radius: 10px;
			font-size: 13px;
			color: #fff;
			z-index: 1;
		}
		.tab_slider .product_info_block h3 {
		    font-size: 13px;
		    color: #f37d8b;
		    text-transform: uppercase;
		    font-weight: bold;
		    margin-top: 10px;
		    margin-bottom: 5px;
		    text-align: left;
		}
		.tab_slider .product_info_rating {
			display: flex;
		}
		.tab_slider .product_info_block .price_block {
			text-align: left;
		}
	/**/

	/* BRANDS */
		.brand_carousel {
			padding: 0 20px;
		}
		.brand_carousel .brand_images_block {
			display: block;
			padding: 0 8px;
		}
		.brand_carousel .brand_images_block img {
			max-width: 100%;
			-webkit-box-shadow: 2px 2px 4px -1px rgba(0,0,0,0.32);
			box-shadow: 2px 2px 4px -1px rgba(0,0,0,0.32);
			margin: 10px 0;
			transition: transform 0.5s ease 0.1s;
		}
		.brand_carousel .brand_images_block img:hover {
			transform: scale(1.05);
		}
		.module_products .brand_carousel .owl-nav > * {
			position: absolute;
			top: calc(50% - 15px);
			z-index: 99;
			transition: all 0.3s ease 0s;
			font-size: 30px;
			line-height: 30px;
			color: #777;
			border: none;
			border-radius: 0;
			width: 20px;
			height: 30px;
			text-align: center;
			padding: 0;
		}
		.module_products .brand_carousel .owl-nav > *:hover {
			color: #333;
			-webkit-transform: translateY(0);
			transform: translateY(0);
			transform: scale(1, 2);
			-webkit-transform: scale(1, 2);
			-moz-transform: scale(1, 2);
			-o-transform: scale(1, 2);
			-ms-transform: scale(1, 2);
		}
		.module_products .brand_carousel .owl-nav .owl-prev {
			left: 0px;
		}
		.module_products .brand_carousel .owl-nav .owl-next {
			right: 0px;
		}
	/**/
/**/

/* CATEGORY PAGE */
	#category_info {
	}

	#category_info .category-image {
		width: 100%;
	}
	#category_info .category-image img {
		width: 100%;
		height: auto;
	}
	#category_info .category-description {
		margin-top: 20px;
		color: #413c35;
	}
	#category_info .category-description > p {
		margin: 0;
	}
	#category_description_btn i:last-child {
		display: none;
	}
	#category_description_trigger {
		margin-top: 18px;
		margin-bottom: 10px;
		text-transform: uppercase;
		color: #413c35;
		font-size: 15px;
		font-family: "DS Goose", cursive;
	}
	#category_description_trigger .total_products {
		font: bold 13px/22px;
		float: right;
		color: #373737;
		text-transform: none;
		margin-bottom: 10px;
	}
	#category_description_btn {
		margin-left: 10px;
		display: inline-block;
		text-align: center;
		width: 20px;
		color: #999; 
	}
	#category_description_btn:hover {
		color: #515151;
	}
	#category_description_btn.close_description i:first-child {
		display: none;
	}
	#category_description_btn.close_description i:last-child {
		display: inline-block;
	}
	.category-seo-discription {
		text-align: justify;
	}
	#subcategories {
		border-top: 1px solid #cccccc;
		padding: 20px 0 0 0;
		font-size: 13px;
	}
	#subcategories > p {
		color: #413c35;
		margin: 0 0 15px 0;
		font-size: 15px;
		text-transform: uppercase;
	}
	#subcategories .item {
		padding: 0 10px 10px 10px;
		text-align: center;
	}
	#subcategories .subcategory_image_block {
		display: block;
		position: relative;
		-webkit-box-shadow: 2px 2px 4px -1px rgba(0,0,0,0.32);
		box-shadow: 2px 2px 4px -1px rgba(0,0,0,0.32);
		margin: 10px 0;
		transition: transform 0.5s ease 0.1s;
	}
	#subcategories .subcategory_image_block:hover {
		transform: scale(1.05);
	}
	#subcategories .subcategory_image_block img {
		width: 100%;
	}
	#subcategories .subcategory_image_block  h5 {
		position: absolute;
		bottom: 0;
		width: 100%;
		font-size: 13px;
		text-transform: uppercase;
		margin: 0;
		padding: 10px 3px;
		background: rgba(255,255,255,.95);
	}
	#subcategories h5 a {
		color: #999;
		text-transform: uppercase;
		font-size: 13px;
	}
	#subcategories .owl-nav > * {
		position: absolute;
		top: -40px;
		z-index: 99;
		transition: all 0.3s ease 0s;
		font-size: 18px;
		padding: 0 0 0 11px;
		line-height: 28px;
		color: #f37d8b;
		border: 1px solid #f37d8b;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		width: 30px;
		height: 30px;
	}
	#subcategories .owl-prev {
		right: 40px;
	}
	#subcategories .owl-next {
		right: 0;
	}
/**/

/* PRODUCT PAGE */
	.service_img {
		position: absolute;
		top:0;
		left:0;
		width: 100%;
		max-width: 100px;
	}
	.product-info .product_name {
		margin-top: 0;
	}
	.product-info .stock_status {
		margin-bottom: 10px;
	}
	.product-info .stock_status .in_stock {
		color: #fff;
		font-weight: 700;
		line-height: 18px;
		display: inline-block;
		padding: 4px 8px;
		background-color: #55c65e;
		border: 1px solid #36943e;
		width: 100%;
		text-align: center;
	}
	.product-info .stock_status .out_of_stock {
		color: #fff;
		font-weight: 700;
		line-height: 18px;
		display: inline-block;
		padding: 4px 8px;
		background-color: #c65555;
		border: 1px solid #943636;
		width: 100%;
		text-align: center;
	}
	/* sku */
	.product-info .sku {
		margin-bottom: 10px;
	}
	.product-info .sku span {
		color: #31708f;
		font-size: 16px;
		background: #fdc800;
		display: inline-block;
		padding: 2px 4px;
	}
	/* brand */
	.product-info .brand {
		margin-bottom: 10px;
	}
	.product-info .brand a {
		font-size: 16px;
	}
/**/

/* CONTACTS PAGE */
	#contacts_social_networks {
		margin: 10px 0;
		text-align: center;
	}
	#contacts_social_networks ul {
		padding: 0;
		margin: 0;
		list-style: none;
		display: inline-block;
	}
	#contacts_social_networks ul li {
		float: left;
		padding: 0;
	}
	#contacts_social_networks ul li a {
		display: block;
	}
	#contacts_social_networks ul li i {
		color: #999;
		border: 1px solid #999;
		border-radius: 100px;
		font-size: 20px;
		width: 30px;
		height: 30px;
		line-height: 29px;
		text-align: center;
		margin: 3px;
	}
	#contacts_social_networks ul li:hover i {
		color: #f37d8b;
	}
/**/

/* BREADCRUMBS */
	#h1_breadcrumb_block {
		background-image: url('../images/breadcrumb-bg.jpg');
		background-repeat: repeat-x;
		padding: 25px;
	    font-size: 12px;
	    text-align: center;
	    text-transform: uppercase;
	    height: 155px;
    	margin-bottom: 35px;
	}
	#h1_breadcrumb_block h1 {
		font-size: 36px;
	    color: #fff;
	}
	.breadcrumb {
		background-color: inherit;
	    padding: 0;
	    margin: 0;
	}
	.breadcrumb li > * {
		display: inline-block;
	    padding: 0 5px 0 27px;
	    margin-left: -25px;
	    position: relative;
	    font-family: Arial;
	    font-size: 12px;
	    z-index: 2;
	    color: #fff;
	}
	.breadcrumb li > a {

	}
	.breadcrumb > li + li:before {
		content: "\f105";
		font-family: "FontAwesome";
		font-size: 14px;
	}
/**/

/* PAGINATION */
	.pagination-block {
		text-align: center;
	}
	.pagination {
		display: inline-block;
		padding-left: 0;
		margin: 5px 0;
		border-radius: 4px;
	}
	.pagination > .active > a, 
	.pagination > .active > span, 
	.pagination > .active > a:hover, 
	.pagination > .active > span:hover, 
	.pagination > .active > a:focus, 
	.pagination > .active > span:focus {
		color: #ffffff;
		background-color: #6ec1b6;
		border-color: #6ec1b6;
	}
	.pagination > li > a, .pagination > li > span {
		color: #6ec1b6;
	}
	.label-danger {
		background-color: #6ec1b6;
	}
/**/

/* BUTTON LOAD MORE */
	.load_more_products_area {
	}
	.load_more_products_area button {
		background: transparent;
		border: none;
		color: #333;
		font-size: 16px;
	}
	.load_more_products_area i {
		background: transparent;
		border: none;
		color: #e62e04;
		font-size: 40px;
	}
	.pulse_color {
		-webkit-animation: pulse_color 2s infinite alternate;
		-moz-animation: pulse_color 2s infinite alternate;
		-o-animation: pulse_color 2s infinite alternate;
		animation: pulse_color 2s infinite alternate;
	}
	@-webkit-keyframes pulse_color {
		from {color: rgb(255, 0, 0);}
		33% {color: rgb(0, 255, 0);}
		66% {color: rgb(0, 0, 255);}
		to% {color: rgb(255, 0, 0);}
	}
	@-moz-keyframes pulse_color {
		from {color: rgb(255, 0, 0);}
		33% {color: rgb(0, 255, 0);}
		66% {color: rgb(0, 0, 255);}
		to% {color: rgb(255, 0, 0);}
	}
	@-o-keyframes pulse_color {
		from {color: rgb(255, 0, 0);}
		33% {color: rgb(0, 255, 0);}
		66% {color: rgb(0, 0, 255);}
		to% {color: rgb(255, 0, 0);}
	}
	@keyframes pulse_color {
		from {color: rgb(255, 0, 0);}
		33% {color: rgb(0, 255, 0);}
		66% {color: rgb(0, 0, 255);}
		to% {color: rgb(255, 0, 0);}
	}
/**/

/* MODULE CATEGORIES */
	.module_categories {
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.module_categories h4 {
		font-family: "DS Goose",cursive;
		color: #f37d8b;
		text-transform: capitalize;
		margin: 0;
		font-size: 14px;
		padding-bottom: 15px;
	}
	.category_item_name {
		position: relative;
	}
	.category_item_name a {
		font-family: "DS Goose",cursive;
		color: #f37d8b;
		text-transform: capitalize;
		margin: 0;
		font-size: 14px;
		cursor: pointer;
		padding: 10px 20px 10px 10px;
	}
	.category_trigger {
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: 30px;
		line-height: 40px;
		cursor: pointer;
		text-align: center;
		color: #373737;
	}
	.category_trigger.active {
		color: silver;
	}
	.category_trigger > i:first-child,
	.category_trigger.active > i:last-child {
		display: none;
	}
	.category_trigger.active > i:first-child {
		display: inline-block;
	}
	.category_item_submenu {
		padding-left: 10px;
	}
	.category_item_name a {
		color: #373737;
		display: block;
		font-size: 13px;
		line-height: 18px;
		background: transparent;
	}
	.category_item_name:hover {
		color: #333;
		-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.16);
		-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.16);
		box-shadow: 0 2px 8px rgba(0,0,0,0.16);
		background: #fff;
	}
	.category_item_name.active {
		color: #333;
		-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.16);
		-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.16);
		box-shadow: 0 2px 8px rgba(0,0,0,0.16);
		background: #fff;
	}
/**/

/* MODULE BANNER */
	.module_banner {

	}
	.module_banner a {
		display: block;
	}
	.module_banner a img {
		width: 100%;
	}

	/* Content left banner */
	.module_banner.content_left a img {
		transition: all 0.3s ease 0s;
	}
	.module_banner.content_left a img:hover {
		opacity: 0.8;
	}
/**/

/* MODULE SPESIAL */
	.module_special {
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.module_special .products-block-image {
		display: block;
		text-align: center;
	}
	.module_special .products-block-image img {
		max-width: 100%;
	}
	.module_special h4 {
	    font-family: "DS Goose",cursive;
	    color: #f37d8b;
	    text-transform: capitalize;
	    margin: 0;
	    font-size: 14px;
	    padding-bottom: 15px;
	}
	.module_special .product_special_info {
		padding: 10px 0 10px 0;
		position: relative;
		background: #fff;
		-webkit-box-shadow: 3px 2px 8px rgba(0,0,0,0.32);
		box-shadow: 3px 2px 8px rgba(0,0,0,0.32);
		border: 1px solid #dedede;
	}
	.module_special .product_special_info .product-content {
		padding: 10px;
	}
	.module_special .product_special_info .product-content h5 {
		text-align: left;
	}
	.module_special .product_special_info .product-content h5 a {
		font-size: 15px;
		line-height: 18px;
		text-transform: uppercase;
		font-weight: bold;
		text-align: left;
		color: #f37d8b;
	}
	.module_special .product_special_info .product-content p {
		margin-bottom: 14px;
		color: #999;
	}
	.module_special .product_special_info .product-content .price-box {
		text-align: center;
	}
	.module_special .product_special_info .product-content .new-price {
		font-size: 24px;
		color: #373737;
		font-weight: 500;
		white-space: nowrap;
		margin-right: 10px;
	}
	.module_special .product_special_info .product-content .old-price {
		color: #666666;
		text-decoration: line-through;
		font-size: 15px;
	}
	.module_special .btn.btn_all_specials {
		color: #fff !important;
		font-size: 13px;
		font-weight: normal;
	}
/**/
















/* Корзина в хедере */
	#cart_block .dropdown-menu{
		max-width: 80vw;
		width: 650px;
		padding: 10px;
		right: -10px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}

	.mini-cart-info table {
		border-collapse: collapse;
		width: 100%;
		padding: 0px;
		margin: 0px;
	}
	.mini-cart-info td {
		margin: 0px;
		padding: 0px;
		vertical-align: middle;
	}
	.mini-cart-info .image {
		padding: 0px 20px 20px 0px;
	}
	.mini-cart-info .image img {
		display: block;
	}
	.mini-cart-info .name {
		padding: 0px 0px 20px 0px;
	}
	.mini-cart-info .quantity {
		font-size: 16px;
		text-align: center;
		padding: 0px 5px 20px 5px;
	}
	.mini-cart-info td.total {
		text-align: right;
		padding: 0px 30px 20px 15px;
		font-size: 18px;
		font-weight: 700;
		color: #2e2f36;
	}
	.mini-cart-info .remove {
		text-align: right;
		padding: 0px 0px 20px 0px;
	}
	.mini-cart-info .remove a {
		text-align: center;
		text-decoration: none;
		color: #ff0000;
		display: block;
	}
	.mini-cart-info .remove a:hover {
		background: #fff;
		color: #ff4d24;
	}
	.mini-cart-total {
		text-align: right;
		border-top: 1px solid #eaeaea;
	}

	.mini-cart-total table {
		text-align: right;
		display: inline-block;
		margin: 0px;
		padding: 20px 0px 10px 0px;
	}

	.mini-cart-total td {
		padding: 0px 0px 0px 30px;
	}

	.mini-cart-total td b {
		font-weight: 400;
	}

	.mini-cart-total td:last-child {
		font-size: 15px;
		font-weight: 700;
		color: #2e2f36;
	}

	#cart_block .checkout {
		text-align: right;
		clear: both;
		padding: 0px;
	}

	#cart_block .checkout .button {
		margin-left: 7px;
	}

	#cart_block .empty {
		padding: 50px 20px;
		text-align: center;
	}
	@media(max-width: 650px) {
		#cart_block .dropdown-menu {
			max-width: -webkit-calc(100% + 20px);
			max-width: -moz-calc(100% + 20px);
			max-width: calc(100% + 20px);
		}
	}
	@media(max-width: 870px) {
		#top #cart_block .cart-heading span{
			font-size: 12px;
			padding:0px;
		}
	}	
/* Конец корзина в хедере */

/* Нижний бар корзины */
	#bottom_cart_sitebar {
		position: fixed;
		bottom: 0;
		right: 0;
		z-index: 10;
		background-color: #89ccc3;
		padding: 5px 10px;
		font-size: 16px;
		font-weight: 400;
		border-top: 2px solid #f37d8b;
		border-left: 2px solid #f37d8b;
		width: 420px;
		border-top-left-radius: 15px;
		-webkit-box-shadow: 3px 2px 8px rgba(0,0,0,1);
		box-shadow: 3px 2px 8px rgba(0,0,0,1);
	}
	#bottom_cart_sitebar div {
		text-align: center;
	}
	#bottom_cart_sitebar > div > div {
		color: white;
		display: inline-block;
	}
	#bottom_cart_sitebar div > * {
		line-height: 28px;
		font-size: 16px;
	}
	#bottom_cart_sitebar .cart_title {
	}
	#bottom_cart_sitebar .cart_count {
		padding: 0 10px;
		background: #f37d8b;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	#bottom_cart_sitebar .cart_price {
	}
	#bottom_cart_sitebar a {
		padding: 0px 10px;
		border: 0;
		vertical-align: top;
	}

	#bottom_cart_sitebar a:hover{
		background: #ff4d24;
	}

	@media(max-width: 500px){
		#bottom_cart_sitebar {
			display: none;
		}
	}
/* Конец нижний бар корзины */

/* Баннер */
	.banner a {
		display: block;
	}
	.banner img {
		width: 100%;
	}
/**/

/* Филтри в каталогах */
	.product-filter {
		padding: 10px;
		margin: 0px 0px 25px 0px;
		font-size: 14px;
		width: 100%;
		background: #fff;
	}
	.product-filter .list-options {
		display: inline-block;
		vertical-align: top;
		float: right;
	}
	.product-filter .list-options .sort {
		display: inline-block;
	}
	.product-filter .list-options .limit {
		display: inline-block;
	}
	.product-filter .list-options select {
		margin: 0;
		font-size: 13px;
		line-height: 13px;
		padding: 0 20px 0 10px;
		border: 1px solid #dedede;
		height: 40px;
	}

	.product-filter .list-options .filter {
		display: inline-block;
		margin-right: 10px;
	}

	.product-filter .list-options .filter input{
		width: 60px;
		font-size: 14px;
		line-height: 14px;
		padding: 0 3px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border: 1px solid #aaaaaa;
	}
	.product-filter .options {
		width: auto;
		padding: 1px 0px 0px 0px;
	}

	#compare_total {
		font-size: 18px;
		line-height: 22px;
		color: #fff;
		padding: 0;
		background: #f37d8b;
		border: 1px solid transparent;
		font-weight: 400;
		padding: 8px 10px 8px 14px;
		vertical-align: top;
		display: inline-block;
	}

	.product-filter .button-group {
		padding: 9px 10px;
		display: inline-block;
		line-height: 0;
	}

	.product-filter .button-group button {
		margin: 0px 8px 0px 0px;
		border: 0;
		background: url(../images/grid.png) no-repeat;
		background-position: 100% 0;
		padding: 0;
		height: 22px;
		width: 22px;
	}
	.product-filter .button-group button:last-child {
		margin: 0;
	}
	.product-filter .button-group button.active {
		
	}
	#list {
		background: url(../images/list.png) no-repeat;
	}
	.product-filter .button-group button:hover,
	.product-filter .button-group .active {
		background-position: 100% 100% !important;
		transition: all 0.3s ease 0s;
	}
	.product-filter .button-group button i.fa-th-large:before {
		content: "\f00a";
	}
	#category-content #products_wrapper{
		position: static !important;
	}
/**/

/* Продукт в виде плитки */
	.product-grid {
		margin-left: -10px;
		margin-right: -10px;
	}
	.product-grid .product_container {
		margin-bottom: 15px;
		padding: 0px;
	}
	.product-grid .product_info_block {
	}
	.product-grid .product_info_block .image a {
		display: block;
		position: relative;
	}
	.product-grid .product_info_block .image img {
		width: 100%;
	}
	.product-grid .product_info_block .image img.service_img {
		width: auto;
		position: absolute;
		top: -10px;
		right: -10px;
		z-index: 1;
	}
	.product-grid .product_info_block .product_name a {
		color: #333333;
		font-size: 16px;
	}
	.product-grid .price {
		color: #e52e06;
		font-size: 16px;
		font-weight: bold;
		line-height: 18px;
		text-align: center;
		padding-right: 0;
	}
	.product-grid .price .price-old {
		color: #404040;
		font-weight: bold;
		font-size: 14px;
		font-style: italic;
	}
	.product-grid .price .price-old .price_value {
		text-decoration: line-through;
	}
	.product-grid .price .price-new {
		color: #ff3000;
		font-size: 16px;
		font-weight: bold;
	}
	.product-grid .price .price-normal {
		margin-top: 10px;
	}
	.product-grid .btn-buy-block {
		display: inline-block;
	}
	.product-grid .currency_text {
		font-size: 12px;
	}
/**/

/* Продукт в виде списка */
	.product-list {}
	.product-list .product_container {

	}
	.product-list .product_container .product_image_block {
		
	}
	.product-list .product_container .product_description_block {
		padding-top: 10px;
		padding-bottom: 10px;
		border-left: 1px solid #ece8e7;
		min-height: 255px;
	}
	.product-list .product_info_block {
		margin: 0 0 10px 0;
		border: 1px solid #ece8e7;
		border-bottom: 4px solid #ece8e7;
		border-top: 2px solid #ece8e7;
	}
	.product-list .product_info_block .image a {
		display: block;
	}
	.product-list .product_info_block .image img {
		width: 100%;
	}
	.product-list .product_info_block .image img.service_img {
		width: auto;
		position: absolute;
		top: -10px;
		right: -10px;
		z-index: 1;
	}
	.product-list .product_info_block .product_name a {
		color: #333333;
		font-size: 16px;
	}
	.product-list .product_info_block .price {
		color: #ff3000;
		font-size: 16px;
		font-weight: bold;
	}
	.product-list .product_info_block .price .price-old {
		color: #9a9a9a;
		font-size: 16px;
		font-weight: bold;
		text-decoration: line-through;
		font-size: 14px;
	}
	.product-list .product_info_block .price .price-new {
		color: #ff3000;
		font-size: 16px;
		font-weight: bold;
	}
	.product-list .price span{
		vertical-align: middle;
		font-weight: normal;
		font-size: 18px;
		color:#000;
	}
	.product-list .price-new span {
		font-size: 28px;
		padding-left: 10px;
	}
	.product-list .btn-buy-block {
		display: inline-block;
	}
	@media(max-width: 300px){
		.product-list .product_container .product_image_block {
			width: 100%;
		}
		.product-list .product_container .product_description_block {
			width: 100%;
			border-left: none;
			min-height: auto;
		}
		.product-grid .product_container {
			width: 100%;
			padding: 0;
		}
	}
/**/

/* Плитка в каруселе */
	.module_product_container {
		border: 1px solid #ece8e7;
		border-bottom: 6px solid #ece8e7;
		padding: 10px 0 3px 0;
		text-align: center;
	}
	.module_product_container:hover {
		border-bottom: 6px solid #e62e04;
	}
	.module_product_container .product_name{
		padding-bottom: 10px;
		height: 31px;
		overflow: hidden;
	}
	.module_product_container .image a {
		display: block;
		position: relative;
	}
	.module_product_container .image a .service_img {
		position: absolute;
		top: -10px;
		right: -16px;
		width: 100px;
		max-width: 40%;
		height: auto;
		z-index: 1;
	}
	.module_product_container .image img {
		width: 100%;
	}
	.module_product_container .product_name a {
		color: #333333;
		font-size: 16px;
	}
	.module_product_container .price {
		color: #e52e06;
		font-size: 22px;
		font-weight: bold;
		line-height: 18px;
		text-align: center;
		padding-right: 0;
	}
	.module_product_container .price .price-old {
		color: #404040;
		font-weight: bold;
		font-size: 14px;
		font-style: italic;
	}
	.module_product_container .price .price-old .price_value {
		text-decoration: line-through;
		font-size: 18px;
		color: #3e3f3f;
		font-weight: normal;
	}
	.module_product_container .price .price-new {
		color: #ff3000;
		font-size: 22px;
		font-weight: bold;
	}
	.module_product_container .price .price-normal {
		margin-top: 10px;
	}
	.module_product_container .btn-buy-block {
		display: inline-block;
	}
	.price_btn_block {
		padding: 13px 5px 0 5px;
		display: inline-block;
		width: 100%;
	}
	.price_btn_block .price {
		width: -webkit-calc(100% - 82px);
		width: -moz-calc(100% - 82px);
		width: calc(100% - 82px);
		float:left;
	}
	.price_btn_block .cart_btn {
		width: 82px;
		float:left;
		text-align: right;
	}
	.module_product_container .currency_text {
		font-size: 12px;
	}
	@media(max-width: 450px){
		.price_btn_block .price,
		.price_btn_block .cart_btn {
			width: 100%;
			float: none;
			text-align: center;
		}
	}
/**/

/* Модуль последние новости */
	.news_latest {

	}
	.news_latest .news_item {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		margin-bottom: 10px;
		display: inline-block;
		width: 100%;
	}
	.news_item_data {
		display: inline-block;
		float: left;
		text-align: center;
		position: relative;
		padding-top: 5px;
		padding-right: 10px;
		padding-bottom: 10px;
		margin-right: 15px;
		color: #333333;
		font-weight: bold;
	}
	.news_item_data .day {
		
	}
	.news_item_data .month {
		text-transform: uppercase;
	}
	.news_latest .news_item .name a {
		color: #333333;
		text-transform: uppercase;
		font-size: 14px;
		line-height: 14px;
		font-weight: bold;
	}
	.news_latest .news_item .image {
		float: left;
		width: 40%;
		max-width: 200px;
		margin-right: 5px;
		margin-bottom: 5px;
	}
	.news_latest .news_item .image a {
		display: block;
	}
	.news_latest .news_item .image img {
		width: 100%;
		height: auto;
	}
	.news_latest .news_item .description {
		margin-bottom: 5px;
		text-align: justify;
		font-style: italic;
		clear: both;
		color: #646464;
	}
	.triangles_area {
		position: absolute;
		top: 0;
		right: 0;
	}
	.red_triangle {
		border-top: 7px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 7px solid #e52e06;
		border-left: 7px solid #e52e06;
	}
	.grey_triangle{
		border-top: 7px solid #dfe3e2;
		border-right: 7px solid #dfe3e2;
		border-bottom: 7px solid transparent;
		border-left: 7px solid transparent;
	}
/**/

/* Страница новости */
	.news-info .image {
		float: left;
		margin: 0 20px 10px 0;
		max-width: 40%;
	}
	.news-info .image img {
		width: 100%;
	}
	@media(max-width: 350px){
		.news-info .image {
			float: none;
			margin: 0;
			max-width: inherit;
			width: 100%;
		}
	}
/**/



/* Страниуа товара */
	.product-info {
		margin-bottom: 10px;
	}
	/* Основная картинка */
		.product-info .product-image {
			width: 100%;
			margin: 0px 0px 10px 0px;
			text-align: center;
			position: relative;
			overflow: hidden;
			border: 1px solid #eeeeee;
		}
		.product-info .product-image a {
			display: block;
		}
		.product-info .product-image img {
			width: 100%;
			display: block;
			cursor: pointer;
		}
	/**/

	/* Миниатюры товара */
		.product-info .thumbnails.thumbnails-left {
			float: left;
			width: 20%;
		}
		.product-info .product-image.product-image-hulf {
			float: left;
			width: 80%;
		}

		.product-info .thumbnails.thumbnails-left .thumb_img {
			margin: 0 4px 5px 0;
			border: 1px solid #eeeeee;
		}
		.product-info .thumbnails a {
			display: block;
		}
		.product-info .thumbnails img {
			width: 100%;
		}

		.product-info .manufacturer_img_wrapper {
			width: 50px;
			display: inline-block;
		}

		.product-info .description {

		}
	/**/

	/* Цена товара */
		.product-info .price {
			margin-bottom: 10px;
		}
		.product-info .price .price-old {
			font-weight: 400;
			font-size: 18px;
			text-decoration: line-through;
			color: #999999;
			white-space: nowrap;
		}
		.product-info .price .price-new {
			font-weight: bold;
			font-size: 30px;
			line-height: 32px;
			color: #ff4d24;
			white-space: nowrap;
			margin-bottom: 5px;
		}
		.product-info .price .price-normal {
			font-weight: bold;
			font-size: 30px;
			line-height: 32px;
			color: #373737;
			white-space: nowrap;
			margin-bottom: 5px;
		}
	/**/

	/* Дополнительные изображения */
		.additional_img_block {
			margin-bottom: 5px;
		}
		.additional_img_block img {
			max-width: 100%;
		}
	/**/

	/* Опции товара */
		.product-info .options {
			padding-bottom: 10px;
		}
		.product-info .options .error {
			color: red;
		}

		.product-info h2 {
			padding: 0px;
			margin: 0px 0px 10px 0px;
			background: none !important;
		}
		.product-info .options .option {
			padding: 0 0px 5px 0px;
		}
		.product-info .options .option .option-head {
			color: #333;
			font-weight: normal;
			margin-bottom: 5px;
		}
		/*Radio option*/
		.product-info .radio_option {
			display: inline-block;
		}
		.product-info .radio_option input[type="radio"] {
			display: none;
		}
		.product-info .radio_option input[type="radio"] + label {
			margin: 0 0 5px 0;
			min-width: 30px;
			border: 2px solid #ddd;
			border-top-left-radius: 5px;
			border-bottom-right-radius: 5px;
			padding: 2px 5px;
			text-align: center;
			background: #ffffff;
			color: #777;
			font-size: 12px;
			font-weight: normal;
		}
		.product-info .radio_option input[type="radio"] + label:hover {
			color: #515151;
		}
		.product-info .radio_option input[type="radio"]:checked + label {
			background: #f37d8b;
			color: white;
			font-weight: bold;
			border-color: #8e4851;
		}
		/**/
		/* Image option*/
		.product-info .image_option {
			display: inline-block;
		}
		.product-info .image_option input[type="radio"] {
			display: none;
		}
		.product-info .image_option input[type="radio"] + label {
			margin: 0 0 5px 0;
			min-width: 30px;
			border: 3px solid #ddd;
			border-radius: 50px;
			padding: 0;
			text-align: center;
			background: #ffffff;
			color: #777;
			font-size: 12px;
			font-weight: normal;
		}
		.product-info .image_option input[type="radio"] + label img {
			width: 30px;
			height: 30px;
			border-radius: 15px;
			border: 2px solid white;
		}
		.product-info .image_option input[type="radio"] + label:hover {
			color: #515151;
		}
		.product-info .image_option input[type="radio"]:checked + label {
			background: #f37d8b;
			color: white;
			font-weight: bold;
			border-color: #8e4851;
		}
		/**/
		.product-info .options label {
			padding: 0px;
			margin: 5px 0px 0px 0px;
		}

		.product-info .options .form-group {
			padding: 0px;
		}

		.product-info .options .form-group > label {
			font-weight: bold;
		}

		.product-info .options .text-danger {
			padding: 5px 0px 0px 0px;
		}
	/**/

	/* Контроль продукта */
		.product_controls {
			display: flex;
			margin-bottom: 10px;
		}
		.product-info .product_controls .add-to-cart p,
		.product-info .product_controls .add-to-cart input,
		.product-info .product_controls .add-to-cart .quantity {
			display: inline-block;
		}
		.product-info .cart .product_controls .quantity {
			position: relative;
			display: inline-block;
			vertical-align: bottom;
			float: left;
		}
		.product-info .cart .product_controls .quantity input {
			font-size: 22px;
			padding: 0 30px;
			min-width: 100px;
			margin: 0;
			height: 46px;
			color: #000;
			text-align: center;
		}
		.product-info .cart .product_controls .quantity #q_up {
			display: block;
			position: absolute;
			right: 0;
			top: 0;
			border-top: none;
			border-right: none;
			height: 100%;
			width: 30px;
			text-align: center;
			font-size: 20px;
			line-height: 46px;
			color: green;
		}
		.product-info .cart .product_controls .quantity #q_down {
			display: block;
			position: absolute;
			left: 0;
			top: 1px;
			border-top: none;
			border-right: none;
			height: 100%;
			width: 30px;
			text-align: center;
			font-size: 20px;
			line-height: 46px;
			color: red;
		}
		.product-info .links {
			float: left;
			width: calc(100% - 96px);
			margin-right: 4px;
		}
		.product-info .links a {
			cursor: pointer;
			font-size: 20px;
			color: #fff;
			background: #6ec1b6;
			border: 1px solid transparent;
			text-align: center;
			display: inline-block;
			line-height: 30px;
			margin: 0;
			padding: 7px 0;
			width: calc(50% - 2px);
			float: left;
			border-radius: 5px;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}
		.product-info .links a:first-child {
			margin-right: 4px;
		}
		.product-info .links a:hover{
			background: #f37d8b;
		}
	/**/

	/* Кнопки товара */
		.product-info .cart {
			margin-bottom: 10px;
		}
		.product-info .cart .add-to-cart {
			text-align: center;
		}
		
		.product-info .cart .add-to-cart p {
			padding: 6px 10px 5px 0px;
			font-weight: bold;
		}
		.product-info .cart .add-to-cart .button {
			padding-left: 22px;
			padding-right: 22px;
		}
		.product-info .cart .add-to-cart #button-more-details {
			display: none;
		}
		.cart .add-to-cart #button-more-details {
			padding: 8px 40px 7px 25px;
		}
		
		#button-cart{
			font-weight: normal;
			font-size: 18px;
			width: 100%;
			line-height: 22px;
			border: none;
			background: #f37d8b;
			padding: 12px 0;
			color: #fff;
			text-transform: uppercase;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			-ms-border-radius: 5px;
			-o-border-radius: 5px;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
			margin-bottom: 10px;
		}
		#button-cart:hover{
			background-color:#6ec1b6;
		}
		#button-cart:focus, button:focus, input:focus{
			outline: none;
		}
		.product-info .cart .minimum {
			padding: 15px 0px 0px 0px;
		}
		.product-info .review {
			padding-bottom: 10px;
		}
		.product-info .review a {
			cursor: pointer;
		}
	/**/

	/* Catapulta */
		.product-info .catapulta {
			position: relative;
			margin-bottom: 5px;
		}
		.product-info .catapulta .catapulta_string {
			position: relative;
		}
		.product-info .catapulta .catapulta_string input {
			font-size: 22px;
			padding: 0 50px 0 0;
			min-width: 100px;
			margin: 0;
			height: 46px;
			color: #000;
			text-align: center;
			width: 100%;
			border: 1px solid #cccccc;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
		}
		.product-info .catapulta .catapulta_string a {
			display: block;
			position: absolute;
			right: 0;
			top: 0;
			border-top: none;
			border-right: none;
			height: 100%;
			width: 50px;
			text-align: center;
			font-size: 20px;
			line-height: 46px;
			background: #6ec1b6;
			color: #fff;
			border-top-right-radius: 4px;
			border-bottom-right-radius: 4px;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}
		.product-info .catapulta .catapulta_string a:hover {
			background: #f37d8b;
		}
		.product-info .catapulta .attention {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: rgba(255,255,255,0.75);
			text-align: center;
		}
		.product-info .catapulta .attention > div {
			position: absolute;
			top: calc(50% - 15px);
			left: calc(50% - 15px);
			width: 30px;
			height: 30px;
			border-top: 3px solid #f37d8b;
			border-right: 3px solid transparent;
			border-bottom: 3px solid #f37d8b;
			border-left: 3px solid transparent;
			border-radius: 100px;
			animation: rotate_infinite 0.8s linear 0s infinite;
		}
		@keyframes rotate_infinite {
			0% {transform: -webkit-transform:rotate(0deg); transform:rotate(0deg);}
			100% {transform: -webkit-transform:rotate(359deg); transform:rotate(359deg);}
		}
		.product-info .catapulta .success {
			color: green;
		}
		.product-info .catapulta .error {
			color: red;
		}
	/**/

	/* Quickview */
		#quickview {
		}
		.quickview_visible {
			display: none !important;
		}
		#quickview .quickview_visible {
			display: block !important;
		}
		#quickview .quickview_hidden {
			display: none;
		}
		#quickview .quickview_full_width {
			width: 100% !important;
		}

		#quickview .product-image {
			margin: 0px 0px 20px 0px;
		}

		#quickview .product-image a {
			display: block;
		}

		#quickview .product-image img {
			display: block;
			cursor: pointer;
		}

		/* Thumbnails */
		#quickview .thumbnails {
			position: relative;
			margin: 0px 0px -30px 0px;
		}

		#quickview .thumbnails ul {
			list-style: none;
			margin: 0px 0px 0px -20px;
			position: relative;
			padding: 0px;
		}

		#quickview .thumbnails li {
			width: 25%;
			float: left;
		}

		#quickview .thumbnails-left li {
			float: none;
			width: 100%;
		}

		#quickview .thumbnails li p {
			margin: 0px;
			padding: 0px 0px 30px 20px;
		}
		#quickview .thumbnails li img {
			display: block;
		}
		#quickview .cart {
		}
		#button_details {
			cursor: pointer;
			font-size: 20px;
			color: #fff;
			background: #6ec1b6;
			border: 1px solid transparent;
			text-align: center;
			display: inline-block;
			line-height: 30px;
			margin: 0;
			padding: 7px 0;
			width: 100%;
			float: left;
			border-radius: 5px;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
			margin-bottom: 5px;
		}
		#button_details:hover {
			background: #f37d8b;
		}
	/**/

	/* Product Block */
	.product-block {
		border: 2px solid #e5e5e5;
		padding: 0px;
		margin: 0px 0px 30px 0px;
	}

	.product-block .title-block {
		padding: 25px 30px 15px 28px;
		margin: 0px;
		font-size: 16px;
		line-height: 20px;
		font-weight: 800;
		color: #2e2f36;
		text-transform: uppercase;
	}

	.product-block .strip-line {
		display: none;
	}

	.product-block .block-content {
		clear: both;
		padding: 30px;
	}

	/* Tags */
		.tags_product {
			margin: 0px 0px 20px 0px;
		}
	/**/

	/* TABS */
		#product_tabs {
			margin: 0 0 10px 0;
		}
		#product_tabs .nav-tabs {
			border-bottom: 1px solid #f37d8b;
		}
		#product_tabs .nav-tabs > li {
			margin-bottom: 0px;
		}
		@media(max-width: 400px){
			#product_tabs .nav-tabs > li {
				width: 100%;
			}
		}
		#product_tabs .nav-tabs > li > a {
			text-transform: uppercase;
			text-align: center;
			border: none;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			border-radius: 0;
			background: #e5e5e5;
			color: #999;
			font-size: 14px;
		}
		#product_tabs .nav-tabs > li > a:hover {
			background: #6ec1b6;
			color: #fff;
		}
		@media(min-width: 900px){
			#product_tabs .nav-tabs > li > a {
				font-size: 18px;
			}
		}
		#product_tabs .nav-tabs > li.active > a,
		#product_tabs .nav-tabs > li.active > a:hover,
		#product_tabs .nav-tabs > li.active > a:focus {
			background: #f37d8b;
			color: #fff;
		}
		#product_tabs .tab-content .tab-pane {
			padding: 10px 0;
		}
	/**/
/**/

/* Associated products */
	.associated_products {
		margin-bottom: 10px;
	}
	.associated_products h3 {
		color: #373737;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 18px;
		line-height: 20px;
		padding: 0;
		margin: 0 0 5px;
	}
	.associated_products .owl-item {
		padding: 5px 8px 5px 2px;
	}
	.associated_products .owl-prev,
	.associated_products .owl-next {
		position: absolute;
		top: calc(50% - 15px);
		font-size: 20px;
		line-height: 32px;
		width: 30px;
		height: 30px;
		text-align: center;
		border-radius: 30px;
	}
	.associated_products .owl-prev:hover,
	.associated_products .owl-next:hover {
		box-shadow: 0 0 5px 2px #ffffff;
		background: #fff;
	}
	.associated_products .owl-prev {
		left: -15px;
	}
	.associated_products .owl-next {
		right: -9px;
	}
/**/

/* Related products */
	.related_products {
		position: relative;
	}
	.related_products h3 {
		color: #373737;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 18px;
		line-height: 20px;
		padding: 0;
		margin: 8px 0;
	}
	.related_products .owl-item {
		padding: 5px 8px 5px 2px;
	}
	.related_products .owl-nav > * {
		position: absolute;
		top: -34px;
		z-index: 99;
		transition: all 0.3s ease 0s;
		font-size: 18px;
		padding: 0 0 0 11px;
		line-height: 28px;
		color: #373737;
		border: 1px solid #373737;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		width: 30px;
		height: 30px;
	}
	.related_products .owl-nav > *:hover {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	.related_products .owl-prev {
		right: 45px;
	}
	.related_products .owl-next {
		right: 10px;
	}
/**/

/* Product reviews */
	#review {

	}
	#review .review-list {
		margin-bottom: 10px;
	}
	#review .review-list .author {
		display: inline-block;
		font-size: 18px;
	}
	#review .review-list .datatime {
		
	}
	#review .review-list .rating {
		margin: 5px 0;
	}
	#review .review-list .text {
		padding: 10px;
		border-radius: 5px;
		border: 2px solid #999999;
		background: #fff;
	}
	#review .review-list .answer {
		margin-left: 20%;
		margin-top: 10px;
	}
	#review .review-list .answer .author {
		margin-bottom: 5px;
	}
	#review .review-list .answer .text {
		
	}
/**/

/* Комбинация товара */
	#combination_block{
		padding: 0 80px;
	}
	#combination_block h5 {
		margin-bottom: 10px;
	}
	#combination_block h5 > * {
		font-size: 14px;
		line-height: 14px;
	}
	.combination_title {
		color: #e62e04;
		font-weight: bold;
	}
	#combination_block .img_small_block img {
		width: 100%;
	}
	#combination_block .price {
		padding: 0px;
	}
	#combination_block .price {
		padding: 0px;
		background: #ece8e7;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		text-align: center;
	}
	#combination_block .price .price-normal,
	#combination_block .price .price-new,
	#combination_block .price .price-new-special {
		line-height: 26px;
	margin-bottom: 5px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	}
	#combination_block .price .price-old {
		font-size: 12px;
	}
	#combination_block .price .price-new-special {
		color: red;
		font-weight: bold;
	}
	.border_block {
		padding: 0;
		text-align: center;
	}
	.big_plus {
		font-size: 70px;
		padding: 0;
		padding-top: 80px;
		text-align: center;
	}
	
	#combination_block .owl-carousel {
		position: relative;
	}
	#combination_block .owl-theme .owl-controls,
	#combination_block .owl-nav {
		position: static;
	}
	#combination_block .owl-prev,
	#combination_block .owl-next {
		position: absolute;
		top: 50%;
		display: block;
		background: inherit;
		height: auto;
		width: auto;
		margin-top: -70px;
	}
	#combination_block .owl-prev {
		left: -80px;
	}
	#combination_block .owl-next {
		right: -80px;
	}
	#combination_block .result_block {
		background: #252525;
		text-align: center;
		padding: 20px 10px;
		margin-top: 65px;
	}
	#combination_block .result_price {
		color: #e62e04;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 0;
		text-transform: uppercase;
	}
	#combination_block .result_saving {
		color: #fff;
		margin-bottom: 0;
	}
/**/



/* Кнопка наверх */
	.btn_to_top {
		position: fixed;
		bottom: 50px;
		right: 20px;
		display: none;
		width: 50px;
		height: 50px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		border: 4px solid #f37d8b;
		font-size: 20px;
		color: #f37d8b;
		cursor: pointer;
		opacity: 0.3;
		z-index: 1;
	}
	.btn_to_top:hover {
		opacity: 1;
	}
	.btn_to_top i {
		line-height: 40px;
		font-size: 20px;
		width: 100%;
		text-align: center;
		color: inherit;
	}
/**/

/* Таблици */
	table.attribute,
	table.list,
	.wishlist-product table,
	.wishlist-info table,
	.compare-info,
	.cart-info table,
	.checkout-product table,
	.table {
		border-collapse: separate;
		border-spacing: 0;
		border: solid #e5e5e5 1px;
		width: 100%;
		margin: 0px 0px 10px 0px;
	}
	#attribute table.attribute{}

	table.attribute thead, .checkout-product thead , .cart-info thead{
		background-color: #ece8e7;
	}

	table.attribute td,
	table.list td,
	.wishlist-product table td,
	.wishlist-info table td,
	.compare-info td,
	.cart-info table td,
	.checkout-product table td,
	.table td {
		border-left: 1px solid #e5e5e5;
		border-top: 1px solid #e5e5e5;
		padding: 2px 5px;
		text-align: left;
		vertical-align: middle;
	}
	#attribute table.attribute td{
		border-left: none;
	}
	#attribute table.attribute tbody:first-child tr:first-child td{
		border-top: none;
	}
	#attribute .tab_title{
		margin: 0;
	}
	#attribute .tab_title span{
		background: transparent;
		color: #333333;
		font-size: 18px;
		font-weight: bold;
		text-align: left;
	}
	.checkout-product table tfoot .total{
		font-weight: 600;
	}
	.checkout-product table td{
		padding: 5px;
	}

	table tfoot tr td.price {
		text-align: right;
	}
	.checkout-product table td.total {
		width: 100px;
    	text-align: right;
	}
	.cart-info table td {
		vertical-align: middle;
		padding: 5px;
		font-size: 16px;
	}
	.cart-info table td.image,
	.cart-info table td.quantity {
		text-align: center;
	}
	.cart-info table .quantity {
		padding: 5px;
	}

	.table td.text-center {
		text-align: center;
	}

		.table td.text-center .input-group {
			margin: 0px auto;
		}

	.table td.text-right {
		text-align: center;
	}

	table.attribute thead td,
	table.list thead td,
	.wishlist-product table thead td,
	.wishlist-info table thead td,
	.compare-info thead td,
	.cart-info table thead td,
	.checkout-product table thead td,
	.table thead td {
		font-weight: 700;
		text-transform: uppercase;
		padding: 10px 10px 8px 10px;
	}

	table.attribute thead:first-child td,
	table.list thead:first-child td,
	.wishlist-product table thead:first-child td,
	.wishlist-info table thead:first-child td,
	.compare-info thead:first-child td,
	.cart-info table thead:first-child td,
	.checkout-product table thead:first-child td,
	.table thead:first-child td {
		border-top: none;
	}

	table.attribute td:first-child,
	table.list td:first-child,
	.wishlist-product table td:first-child,
	.wishlist-info table td:first-child,
	.compare-info td:first-child,
	.cart-info table td:first-child,
	.checkout-product table td:first-child,
	.table td:first-child {
		border-left: none;
		color: #333;
		font-weight: bold;
	}
/**/


/* Модуль категории новостей */
	.news_categories {

	}
	.news_categories .category_news_block {
		padding-bottom: 66%;
		overflow: hidden;
		position: relative;
		display: block;
		margin-bottom: 15px;
	}
	.news_categories .category_news_block .bg_news{
		position: absolute;
		left: 0;
		width: 100%;
		z-index: 2;
		background: rgba(255, 255, 255, 0.7);
		padding: 5px 0;
	}
	.news_categories .category_news_block .bg_news.to_top {
		top: 0;
		text-align: center;
		font-weight: 800;
	}
	.news_categories .category_news_block .bg_news.to_top:after{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 3px;
		background: rgba(255, 255, 255, 0.75);
		content: '';
		-webkit-transition: -webkit-transform 0.35s;
		transition: -webkit-transform 0.35s;
		-moz-transition: transform 0.35s, -moz-transform 0.35s;
		-o-transition: transform 0.35s, -o-transform 0.35s;
		transition: transform 0.35s;
		transition: transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s;
		-webkit-transform: translate3d(-100%,0,0);
		-moz-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}
	.news_categories .category_news_block:hover .bg_news.to_top::after {
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
	.news_categories .category_news_block .bg_news.to_bottom {
		bottom: 0;
	}
	.news_categories .category_news_block .bg_news.to_bottom span {
		width: -webkit-calc(100% - 150px);
		width: -moz-calc(100% - 150px);
		width: calc(100% - 150px);
		display: inline-block;
		font-size: 16px;
		font-weight: 800;
		line-height: 28px;
		text-align: center;
		color: #333;
	}
	.news_categories .category_news_block .bg_news.to_bottom button {
		float: right;
		margin-right: 10px;
		position: relative;
		background: #4f5054;
		color: #fff;
		border: none;
		padding: 5px 40px 5px 15px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		font-size: 12px;
	}
	.news_categories .category_news_block .bg_news.to_bottom button:before {
		content:'';
		position: absolute;
		top: -4px;
		right: 5px;
		width: 33px;
		height: 30px;
		background-image: url(../img/btn_img.png);
	}
	.news_categories .category_news_block .bg_news.to_bottom button:hover{
		background: #282b32;
	}
	.news_categories .category_news_block img{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1;
	}
/**/

/* Dropdown */
	.dropdown-menu {
		background: #fff;
		border-radius:         0px !important;
		-moz-border-radius:    0px !important;
		-webkit-border-radius: 0px !important;
		border: none;
		-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.16);
		-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.16);
		box-shadow: 0 2px 8px rgba(0,0,0,0.16);
	}
	.dropdown-menu a {
		color: #666;
		font-weight: 400;
	}

	.dropdown-menu > li > a {
		padding: 5px 20px;
		font-size: 16px;
	}

	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
		background: #f2f2f2;
	}
	.middle_menu_right .dropdown.open{
		background: #ffffff;
	}
	.middle_menu_right .dropdown.open:before{
		content: '';
		position: absolute;
		top: -4px;
		right: 0px;
		background: #e62e04;
		-moz-box-shadow: -2px 3px 2px rgba(0,0,0,.2);
		display: block;
		width: 100%;
		height: 2px;
	}
	.middle_menu_right .dropdown.open a{
		color: #333333;
		text-decoration: none;
		border-right:none;
	}
	.middle_menu_right .dropdown.open a:hover{
		color: #e62e04;
	}
/**/


	.category_item_hide .caret_block {
		background: url(../img/arrow_nav_3.png) no-repeat center center;
		width: 24px;
		height: 24px;
	}
	
   #category_hover_menu .category_item_hide:hover:before{
		border: transparent;
		display: none;
   }
   .latest_product{
		padding-bottom: 30px;
   }
	#content_left .latest_product:last-child{
		padding-bottom: 0px;
	}
	.latest_product .owl-item  {
		padding: 0 13px 0 0;
	}
	.title-dropdown-menu{
		padding-bottom: 20px;
		border-bottom: 1px solid #282b32;
	}
	.title-dropdown-menu a{
		color: #282b32;
	}
	.drop-menu {
		float: left;
		list-style: none;
	}
	.drop-menu li {
		border-bottom: 1px solid #e0e2e3;
		padding: 12px 0;
	}
	.drop-menu .title-all-dropdown{
		padding: 10px 0 12px 0px;
	}
	.drop-menu img {
		max-width: 100%;
	}
	.middle_menu_right .dropdown.open .drop-menu .title-all-dropdown a{
		font-size: 14px;
		text-decoration: underline;
	}





























/*---stylesheet_old<<*/
.no_padding_right {
	padding-right: 0;
}
#person_status_block {
	text-align: right;
}

.no_padding_right {
	padding-right: 0;
}
#registration_form select {
	margin: 0;
	width: 100%;
	height: 34px;
}
#registration_form input[type=text], #registration_form input[type=password] {
	width: 100%;
	max-width: 100%;
	margin: 0;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons {
	overflow: auto;
	margin: 0px 0px 20px 0px;
}
#refresh_captcha_btn {
	width: 100%;
}
.list-box {
	list-style: none;
	margin: -10px 0px;
	padding: 0px;
	position: relative;
	line-height: 30px;
}
/* Страница оформления заказа */
	#checkout {
		position: relative;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#preloader_block {
		display: none;
	}

	#checkout.loading #preloader_block {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 15px;
		background: rgba(0,0,0,0.3);
		z-index: 10;
	}

	#checkout.loading #preloader_block:before {
		content: "";
		position: absolute;
		top: calc(50% - 20px);
		left: calc(50% - 20px);
		width: 40px;
		height: 40px;
		border-radius: 40px;
		border-top: 4px solid red;
		border-right: 4px solid blue;
		border-bottom: 4px solid yellow;
		border-left: 4px solid green;
		z-index: 10;
		-webkit-animation: rotate 1s infinite linear;
		animation: rotate 1s infinite linear;
	}

	@-webkit-keyframes rotate {
		0% {
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		100% {
			-webkit-transform: rotate(359deg);
			transform: rotate(359deg);
		}
	}
	@keyframes rotate {
		0% {
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		100% {
			-webkit-transform: rotate(359deg);
			transform: rotate(359deg);
		}
	}

	.checkout-product .quantity {
		text-align: center;
	}

	.checkout-product .manipulate,
	.cart-info .manipulate {
		display: inline-block;
	}

	.manipulate i.increase_quantity {
		color: #3ab939;
	}

	.manipulate i {
		font-size: 20px;
		cursor: pointer;
		color: #e62e04;
	}

	.cart-total{
		margin-bottom: 10px;
	}

	#total {
		font-size: 22px;
	}

	#payment-address p, #shipping-method p, #payment-method p {
		margin: 3px 0 0 0;
	}

	#payment-address input {
		display: inline-block;
	}

	.required {
		color: #ff4d24;
	}

	.checkout-heading,
	.checkout-step-title {
		font-weight: bold;
		font-size: 16px;
		margin-bottom: 10px;
	}

	#payment-address,
	#shipping-method,
	#payment-method,
	#sale-method,
	#checkout-products {
		padding: 10px;
		margin-bottom: 10px;
		background: #fff;
		-webkit-box-shadow: 3px 2px 8px rgba(0,0,0,0.32);
		box-shadow: 3px 2px 8px rgba(0,0,0,0.32);
	}

	#payment-address p,
	#shipping-method p,
	#payment-method p {
		margin: 3px 0 0 0;
	}

	.checkout-content input[type="radio"] {
		display: none;
	}
	.checkout-content label {
		line-height: 26px;
		padding: 3px 5px;
		display: block;
		border-radius: 4px;
		font-size: 16px;
		font-weight: normal;
		cursor: pointer;
	}
	.checkout-content input:checked + label {
		color: #fff;
		background: #89ccc3;
	}
	.checkout-content label img {
		display: inline-block;
		vertical-align: top;
		width: 22px;
	}
	.checkout-content label i {
		font-size: 22px;
		color: #e62e04;
		width: 22px;
	}

	#check_from span {
		top: 30%;
	}

	#recommend_block .image a,
	.category-list a,
	.product-list .name a,
	.categorie_tab a,
	.review-list a,
	.mini-cart-info .name a,
	.checkout-product table .name a,
	.cart-info table .name a {
		display: inline-block;
		color: #1b7fe8;
		text-decoration: underline;
	}

	.quantity_input,
	.quantity input {
		display: inline-block;
		width: 40px;
		border: 1px solid #cccccc;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		height: 34px;
		padding: 6px 2px;
		text-align: center;
	}

	#payment_container .buttons {
		display: none;
	}

	#payment_container .payment h2,
	#payment_container h2 {
		display: none;
		margin: 0px 0px 3px 0px;
		padding: 12px 0px 2px 0px;
		font-weight: bold;
		font-size: 14px;
		text-align: center;
	}

	.checkout-content p a {
		text-decoration: underline;
	}

	textarea{
		-webkit-box-shadow: 1px 0px 2px 0px rgba(0,0,0,0.22);
		-moz-box-shadow: 1px 0px 2px 0px rgba(0,0,0,0.22);
		box-shadow: 1px 0px 2px 0px rgba(0,0,0,0.22);
	}

	.checkout-content label img{
		margin-bottom: -7px;
		padding-right: 1px;
	}

	#shipping-method .checkout-content p:nth-child(5){
		padding-top: 10px;
	}

	.checkout-product table{
		margin-bottom: 17px;
	}
	#checkout .error {
		color: red;
	}
/**/


.login-content .content {
	margin: 20px 0px 0px 0px;
}
.login-content .left .button {
	margin-top: 10px;
}
.login-content .left {
	float: left;
	width: 47%;
}
.login-content .right {
	float: right;
	width: 47%;
}
.mycabinet{
	width: 166px;
	text-align: center;
	text-decoration: underline;
	border-left: 1px solid #fff;
}
.burger_main{
	cursor: pointer;
	min-height: 60px;
}
.burger_main>img{
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.burger_main .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 5px dashed;
	border-top: 4px solid \9;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	position: absolute;
	right: 7px;
	top: 4px;
	bottom: 0;
	margin: auto;
}
@media (max-width: 767px) {
	.middle_menu_right {
		margin: 0;
	}
	.mycabinet {
		width: auto;
		text-align: left;
		border: none;
	}
	#main_menu .mycabinet a{
		font-size: 16px;
	}
	.zoomContainer{
		display: none;
	}
	#combination_block .owl-prev {
		left: -20px;
		height: 100%;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	#combination_block .owl-next {
		right: 0px;
		height: 100%;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	#combination_block {
		padding: 0 20px;
	}
	.owl-item{
		position: relative;
	}
	#combination_block .owl-prev img, #combination_block .owl-next img{
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 25px;
	}
	.big_plus {
		font-size: 30px;
	}
	#combination_block .price .price-normal,
	#combination_block .price .price-new,
	#combination_block .price .price-new-special {
		line-height: 1.3;
		margin-bottom: 5px;
		color: #000;
		font-size: 13px;
		font-weight: bold;
	}
	#combination_block .result_block{
			margin-top: 28px;
	}
}
@media (max-width: 620px) {
	.tab_title span, .tab_title a, .checkout-heading{
		font-size: 24px;
	}
	.middle_menu_right > li > a {
		padding: 2px 16px;
		font-size: 12px;
	}
}
@media (max-width: 440px) {
	#bottom_cart_sitebar div {
		text-align: center;
	}
	.product-grid>.row>.col-xs-6{
		width: 100%;
		margin-bottom: 15px;
	}
}
/* notification */
	@media (max-width: 450px) {
		#notification .modal-footer > * {
			display: block;
			width: 100%;
			margin: 15px 0;
			text-align: center;
			font-size: 20px;
		}
	}
/**/

.input-group .input-group-addon i {
	color: #6ec1b6;
    width: 24px;
    font-size: 24px;
    line-height: 20px;
}

/* Search page */
	#search_categories {}
	#search_categories > p {
		color: #413c35;
		margin: 0 0 15px 0;
		font-size: 15px;
		text-transform: uppercase;
	}
	#search_categories .item {
		padding-bottom: 10px;
		text-align: center;
	}
	#search_categories .subcategory_image_block {
		display: block;
		position: relative;
		-webkit-box-shadow: 2px 2px 4px -1px rgba(0,0,0,0.32);
		box-shadow: 2px 2px 4px -1px rgba(0,0,0,0.32);
		margin: 10px 0;
		transition: transform 0.5s ease 0.1s;
	}
	#search_categories .subcategory_image_block:hover {
		transform: scale(1.05);
	}
	#search_categories .subcategory_image_block img {
		width: 100%;
	}
	#search_categories .subcategory_image_block  h5 {
		position: absolute;
		bottom: 0;
		width: 100%;
		font-size: 13px;
		text-transform: uppercase;
		margin: 0;
		padding: 10px 3px;
		background: rgba(255,255,255,.95);
	}
	#search_categories h5 a {
		color: #999;
		text-transform: uppercase;
		font-size: 13px;
	}
/**/